++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Mar 23 05:46:52 AM UTC 2026 ===================' INFO: =================== Mon Mar 23 05:46:52 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.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 +++ cut -d ' ' -f 1 +++ 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 ++++ get_local_ips ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , +++ 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 ]] ++ echo 10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041 ++ sed 's/,/ /g' + 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=__ ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ set -o posix ++ set ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/23/2026 05:47:01.707 7f3844edd1c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/23/2026 05:47:01.877 7f3844edd1c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/23/2026 05:47:01.889 7f3844edd1c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/23/2026 05:47:01.889 7f3844edd1c0 [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-03-23 05:47:02] "GET / HTTP/1.1" 503 181 0.000221 10.0.0.33 - - [2026-03-23 05:47:02] "GET / HTTP/1.1" 503 181 0.000138 10.0.0.33 - - [2026-03-23 05:47:03] "GET / HTTP/1.1" 200 45871 0.001424 10.0.0.33 - - [2026-03-23 05:47:03] "GET / HTTP/1.1" 200 45871 0.001146 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.33 - - [2026-03-23 05:47:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.33 - - [2026-03-23 05:47:03] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000247 10.0.0.50 - - [2026-03-23 05:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 1.970175 10.0.0.33 - - [2026-03-23 05:47:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.693547 10.0.0.33 - - [2026-03-23 05:47:07] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003747 10.0.0.33 - - [2026-03-23 05:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 1.418640 10.0.0.33 - - [2026-03-23 05:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.50 - - [2026-03-23 05:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.850695 10.0.0.50 - - [2026-03-23 05:47:09] "GET /service-appliance-set/dde31892-16b4-4b1a-8b97-fb638f31ae84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.004394 10.0.0.50 - - [2026-03-23 05:47:09] "PUT /access-control-list/53050cb1-2825-40e2-b391-f6aa3db5eaae HTTP/1.1" 200 272 0.013291 /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-03-23 05:47:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.50 - - [2026-03-23 05:47:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.33 - - [2026-03-23 05:47:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2026-03-23 05:47:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.38 - - [2026-03-23 05:47:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.38 - - [2026-03-23 05:47:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.33 - - [2026-03-23 05:47:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2026-03-23 05:47:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.33 - - [2026-03-23 05:47:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2026-03-23 05:47:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000646 10.0.0.38 - - [2026-03-23 05:47:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2026-03-23 05:47:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 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-03-23 05:49:12] "GET /obj-perms HTTP/1.1" 200 5056 0.378302 10.0.0.33 - - [2026-03-23 05:50:12] "GET /obj-perms HTTP/1.1" 200 5056 0.048178 10.0.0.38 - - [2026-03-23 05:50:12] "GET /obj-perms HTTP/1.1" 200 5056 0.063276 10.0.0.50 - - [2026-03-23 05:52:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000591 10.0.0.50 - - [2026-03-23 05:52:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.33 - - [2026-03-23 05:52:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000707 10.0.0.33 - - [2026-03-23 05:52:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.38 - - [2026-03-23 05:52:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.38 - - [2026-03-23 05:52:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2026-03-23 05:52:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.33 - - [2026-03-23 05:52:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.50 - - [2026-03-23 05:52:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.50 - - [2026-03-23 05:52:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.38 - - [2026-03-23 05:52:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000738 10.0.0.38 - - [2026-03-23 05:52:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.50 - - [2026-03-23 05:54:15] "GET /obj-perms HTTP/1.1" 200 5056 0.049997 10.0.0.33 - - [2026-03-23 05:54:16] "GET /obj-perms HTTP/1.1" 200 5056 0.051275 10.0.0.38 - - [2026-03-23 05:55:16] "GET /obj-perms HTTP/1.1" 200 5056 0.067303 10.0.0.50 - - [2026-03-23 05:57:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-03-23 05:57:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.33 - - [2026-03-23 05:57:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.33 - - [2026-03-23 05:57:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.38 - - [2026-03-23 05:57:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.38 - - [2026-03-23 05:57:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.33 - - [2026-03-23 05:57:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2026-03-23 05:57:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-03-23 05:57:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.50 - - [2026-03-23 05:57:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.38 - - [2026-03-23 05:57:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.38 - - [2026-03-23 05:57:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.50 - - [2026-03-23 05:58:19] "GET /obj-perms HTTP/1.1" 200 5056 0.194461 10.0.0.33 - - [2026-03-23 05:59:20] "GET /obj-perms HTTP/1.1" 200 5056 0.060203 10.0.0.38 - - [2026-03-23 05:59:20] "GET /obj-perms HTTP/1.1" 200 5056 0.057332 10.0.0.50 - - [2026-03-23 06:02:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.50 - - [2026-03-23 06:02:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.33 - - [2026-03-23 06:02:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2026-03-23 06:02:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.38 - - [2026-03-23 06:02:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.38 - - [2026-03-23 06:02:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.33 - - [2026-03-23 06:02:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.33 - - [2026-03-23 06:02:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.50 - - [2026-03-23 06:02:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.50 - - [2026-03-23 06:02:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.38 - - [2026-03-23 06:02:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.38 - - [2026-03-23 06:02:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.50 - - [2026-03-23 06:03:23] "GET /obj-perms HTTP/1.1" 200 5056 0.050369 10.0.0.33 - - [2026-03-23 06:03:23] "GET /obj-perms HTTP/1.1" 200 5056 0.050183 10.0.0.38 - - [2026-03-23 06:04:23] "GET /obj-perms HTTP/1.1" 200 5056 0.050836 10.0.0.50 - - [2026-03-23 06:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.054344 10.0.0.50 - - [2026-03-23 06:05:25] "GET /virtual-router/22badc6c-e09b-44c1-899a-67a75350595f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.006697 10.0.0.50 - - [2026-03-23 06:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.026540 10.0.0.50 - - [2026-03-23 06:07:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.50 - - [2026-03-23 06:07:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.33 - - [2026-03-23 06:07:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.33 - - [2026-03-23 06:07:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.38 - - [2026-03-23 06:07:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.38 - - [2026-03-23 06:07:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.50 - - [2026-03-23 06:07:26] "GET /obj-perms HTTP/1.1" 200 5056 0.069038 10.0.0.50 - - [2026-03-23 06:07:26] "GET /virtual-router/9230f624-1013-4598-8315-11b42b1f1015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.005163 [Introspect:8084]10.0.0.33 - - [2026-03-23 06:07:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000974 [Introspect:8084]10.0.0.33 - - [2026-03-23 06:07:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001016 10.0.0.33 - - [2026-03-23 06:07:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.33 - - [2026-03-23 06:07:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.50 - - [2026-03-23 06:07:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.50 - - [2026-03-23 06:07:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.38 - - [2026-03-23 06:07:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.38 - - [2026-03-23 06:07:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 [Introspect:8084]10.0.0.33 - - [2026-03-23 06:08:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000844 [Introspect:8084]10.0.0.33 - - [2026-03-23 06:08:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001226 10.0.0.33 - - [2026-03-23 06:08:27] "GET /obj-perms HTTP/1.1" 200 5056 0.054440 10.0.0.38 - - [2026-03-23 06:08:27] "GET /obj-perms HTTP/1.1" 200 5056 0.049047 10.0.0.38 - - [2026-03-23 06:09:26] "GET / HTTP/1.1" 200 35931 0.002384 10.0.0.38 - - [2026-03-23 06:09:26] "GET /project/11f650fe-a61f-49be-9d83-56196a6de462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.33 - - [2026-03-23 06:09:27] "GET /projects?obj_uuids=11f650fe-a61f-49be-9d83-56196a6de462&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.027240 10.0.0.33 - - [2026-03-23 06:09:27] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.33 - - [2026-03-23 06:09:27] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032090 10.0.0.33 - - [2026-03-23 06:09:27] "POST /id-to-fqname HTTP/1.1" 200 167 0.004127 10.0.0.33 - - [2026-03-23 06:09:27] "POST /fqname-to-id HTTP/1.1" 404 176 0.008749 10.0.0.33 - - [2026-03-23 06:09:27] "POST /security-groups HTTP/1.1" 200 568 0.055487 10.0.0.33 - - [2026-03-23 06:09:27] "POST /projects HTTP/1.1" 200 539 0.322304 10.0.0.33 - - [2026-03-23 06:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.396334 10.0.0.50 - - [2026-03-23 06:09:27] "POST /access-control-lists HTTP/1.1" 200 573 0.058445 10.0.0.38 - - [2026-03-23 06:09:27] "GET /project/11f650fe-a61f-49be-9d83-56196a6de462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.619222 [Introspect:8084]10.0.0.38 - - [2026-03-23 06:09:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001068 10.0.0.38 - - [2026-03-23 06:09:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.029955 10.0.0.33 - - [2026-03-23 06:09:30] "GET /projects?obj_uuids=a9a5bbe6-c172-42b3-b44e-408a006704fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009920 10.0.0.33 - - [2026-03-23 06:09:30] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.33 - - [2026-03-23 06:09:30] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008707 10.0.0.33 - - [2026-03-23 06:09:30] "POST /id-to-fqname HTTP/1.1" 200 201 0.005483 10.0.0.33 - - [2026-03-23 06:09:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.005886 10.0.0.33 - - [2026-03-23 06:09:30] "POST /security-groups HTTP/1.1" 200 602 0.055910 10.0.0.50 - - [2026-03-23 06:09:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.005266 10.0.0.33 - - [2026-03-23 06:09:30] "POST /projects HTTP/1.1" 200 607 0.384590 10.0.0.33 - - [2026-03-23 06:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.472668 10.0.0.50 - - [2026-03-23 06:09:30] "POST /access-control-lists HTTP/1.1" 200 605 0.045120 10.0.0.38 - - [2026-03-23 06:09:30] "GET /project/a9a5bbe6-c172-42b3-b44e-408a006704fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.677915 10.0.0.38 - - [2026-03-23 06:09:31] "GET / HTTP/1.1" 200 35931 0.001971 10.0.0.38 - - [2026-03-23 06:09:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-03-23 06:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.053649 10.0.0.33 - - [2026-03-23 06:09:33] "GET /projects?obj_uuids=a9a5bbe6-c172-42b3-b44e-408a006704fe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001362 10.0.0.38 - - [2026-03-23 06:09:33] "GET /project/a9a5bbe6-c172-42b3-b44e-408a006704fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.053198 10.0.0.33 - - [2026-03-23 06:09:34] "POST /useragent-kv HTTP/1.1" 200 115 0.016781 10.0.0.38 - - [2026-03-23 06:09:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.322001 10.0.0.38 - - [2026-03-23 06:09:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001241 10.0.0.38 - - [2026-03-23 06:09:34] "GET /virtual-network/e23cc4a0-0cb5-49b5-837f-a07833f592ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006203 10.0.0.38 - - [2026-03-23 06:09:34] "GET /virtual-network/e23cc4a0-0cb5-49b5-837f-a07833f592ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006148 10.0.0.38 - - [2026-03-23 06:09:34] "POST /neutron/network HTTP/1.1" 200 837 0.009221 10.0.0.38 - - [2026-03-23 06:09:34] "GET /virtual-network/e23cc4a0-0cb5-49b5-837f-a07833f592ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007338 10.0.0.38 - - [2026-03-23 06:09:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001653 10.0.0.33 - - [2026-03-23 06:09:38] "GET /projects?obj_uuids=a9a5bbe6-c172-42b3-b44e-408a006704fe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001161 10.0.0.38 - - [2026-03-23 06:09:38] "GET /project/a9a5bbe6-c172-42b3-b44e-408a006704fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.090726 10.0.0.38 - - [2026-03-23 06:09:39] "POST /neutron/network HTTP/1.1" 200 837 0.031555 10.0.0.38 - - [2026-03-23 06:09:39] "POST /neutron/port HTTP/1.1" 200 117 0.008646 10.0.0.38 - - [2026-03-23 06:09:41] "POST /neutron/port HTTP/1.1" 200 1069 0.046398 10.0.0.38 - - [2026-03-23 06:09:41] "POST /neutron/port HTTP/1.1" 200 1133 0.024878 10.0.0.38 - - [2026-03-23 06:09:41] "POST /neutron/port HTTP/1.1" 200 117 0.001594 10.0.0.38 - - [2026-03-23 06:09:44] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007990 10.0.0.38 - - [2026-03-23 06:09:45] "GET /obj-perms HTTP/1.1" 200 5052 0.055325 10.0.0.38 - - [2026-03-23 06:09:48] "GET /obj-perms HTTP/1.1" 200 5052 0.004823 10.0.0.38 - - [2026-03-23 06:09:50] "POST /neutron/port HTTP/1.1" 200 1133 0.040068 10.0.0.38 - - [2026-03-23 06:09:52] "POST /neutron/network HTTP/1.1" 200 837 0.007606 10.0.0.50 - - [2026-03-23 06:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008120 10.0.0.33 - - [2026-03-23 06:09:53] "GET /projects?obj_uuids=a9a5bbe6-c172-42b3-b44e-408a006704fe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000942 10.0.0.38 - - [2026-03-23 06:09:53] "GET /project/a9a5bbe6-c172-42b3-b44e-408a006704fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.047990 10.0.0.33 - - [2026-03-23 06:09:53] "GET /projects?obj_uuids=a9a5bbe6-c172-42b3-b44e-408a006704fe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000945 10.0.0.38 - - [2026-03-23 06:09:53] "GET /project/a9a5bbe6-c172-42b3-b44e-408a006704fe?fields=virtual_networks HTTP/1.1" 200 1055 0.064665 10.0.0.33 - - [2026-03-23 06:09:53] "GET /projects?obj_uuids=a9a5bbe6-c172-42b3-b44e-408a006704fe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000925 10.0.0.38 - - [2026-03-23 06:09:53] "GET /project/a9a5bbe6-c172-42b3-b44e-408a006704fe?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.049338 10.0.0.33 - - [2026-03-23 06:09:53] "GET /projects?obj_uuids=a9a5bbe6-c172-42b3-b44e-408a006704fe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000957 10.0.0.38 - - [2026-03-23 06:09:53] "GET /project/a9a5bbe6-c172-42b3-b44e-408a006704fe?fields=security_groups HTTP/1.1" 200 1292 0.068347 10.0.0.33 - - [2026-03-23 06:09:54] "GET /projects?obj_uuids=11f650fe-a61f-49be-9d83-56196a6de462&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001003 10.0.0.38 - - [2026-03-23 06:09:54] "GET /project/11f650fe-a61f-49be-9d83-56196a6de462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.056189 10.0.0.33 - - [2026-03-23 06:10:03] "GET /projects?obj_uuids=11f650fe-a61f-49be-9d83-56196a6de462&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001645 10.0.0.38 - - [2026-03-23 06:10:03] "GET /project/11f650fe-a61f-49be-9d83-56196a6de462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.068972 10.0.0.38 - - [2026-03-23 06:10:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.029780 10.0.0.33 - - [2026-03-23 06:10:06] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006412 10.0.0.33 - - [2026-03-23 06:10:06] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.33 - - [2026-03-23 06:10:06] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007895 10.0.0.33 - - [2026-03-23 06:10:06] "POST /id-to-fqname HTTP/1.1" 200 202 0.002155 10.0.0.33 - - [2026-03-23 06:10:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.005594 10.0.0.33 - - [2026-03-23 06:10:06] "POST /security-groups HTTP/1.1" 200 603 0.043560 10.0.0.33 - - [2026-03-23 06:10:06] "POST /projects HTTP/1.1" 200 609 0.314066 10.0.0.50 - - [2026-03-23 06:10:06] "POST /access-control-lists HTTP/1.1" 200 608 0.040569 10.0.0.33 - - [2026-03-23 06:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.391906 10.0.0.38 - - [2026-03-23 06:10:06] "GET /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.556165 10.0.0.38 - - [2026-03-23 06:10:07] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.33 - - [2026-03-23 06:10:08] "GET /projects?obj_uuids=11f650fe-a61f-49be-9d83-56196a6de462&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001072 10.0.0.38 - - [2026-03-23 06:10:08] "GET /project/11f650fe-a61f-49be-9d83-56196a6de462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.062568 10.0.0.38 - - [2026-03-23 06:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.38 - - [2026-03-23 06:10:08] "GET /security-group/de46bb07-fa0a-4567-a6bb-2fce2b5e69f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.008992 10.0.0.38 - - [2026-03-23 06:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.33 - - [2026-03-23 06:10:09] "GET /projects?obj_uuids=11f650fe-a61f-49be-9d83-56196a6de462&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001148 10.0.0.38 - - [2026-03-23 06:10:09] "GET /project/11f650fe-a61f-49be-9d83-56196a6de462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.067822 10.0.0.38 - - [2026-03-23 06:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.38 - - [2026-03-23 06:10:09] "GET /security-group/de46bb07-fa0a-4567-a6bb-2fce2b5e69f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005499 10.0.0.38 - - [2026-03-23 06:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.38 - - [2026-03-23 06:10:09] "PUT /security-group/de46bb07-fa0a-4567-a6bb-2fce2b5e69f7 HTTP/1.1" 200 262 0.025179 10.0.0.50 - - [2026-03-23 06:10:09] "PUT /access-control-list/03391038-4bfc-465e-9446-c4186960af9c HTTP/1.1" 200 272 0.015276 10.0.0.38 - - [2026-03-23 06:10:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.38 - - [2026-03-23 06:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.052456 10.0.0.33 - - [2026-03-23 06:10:10] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001310 10.0.0.38 - - [2026-03-23 06:10:10] "GET /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050183 10.0.0.33 - - [2026-03-23 06:10:10] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.38 - - [2026-03-23 06:10:10] "POST /neutron/network HTTP/1.1" 200 619 0.186153 10.0.0.50 - - [2026-03-23 06:10:10] "POST /ref-update HTTP/1.1" 200 156 0.031978 10.0.0.38 - - [2026-03-23 06:10:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.004461 10.0.0.38 - - [2026-03-23 06:10:11] "GET /virtual-network/ed8009a5-e840-4432-9f44-3e18d32664a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005958 10.0.0.38 - - [2026-03-23 06:10:11] "POST /neutron/network HTTP/1.1" 200 840 0.007569 10.0.0.38 - - [2026-03-23 06:10:11] "GET /virtual-network/ed8009a5-e840-4432-9f44-3e18d32664a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.010512 10.0.0.33 - - [2026-03-23 06:10:11] "DELETE /project/45e4ee853ee640ceaa0284120f7c71a8 HTTP/1.1" 404 173 0.008169 10.0.0.33 - - [2026-03-23 06:10:11] "DELETE /project/a9a5bbe6c17242b3b44e408a006704fe HTTP/1.1" 404 173 0.005006 10.0.0.33 - - [2026-03-23 06:10:11] "DELETE /project/11f650fea61f49be9d8356196a6de462 HTTP/1.1" 404 173 0.007362 10.0.0.33 - - [2026-03-23 06:10:11] "GET /projects?obj_uuids=a9a5bbe6-c172-42b3-b44e-408a006704fe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000818 10.0.0.33 - - [2026-03-23 06:10:11] "GET /project/a9a5bbe6-c172-42b3-b44e-408a006704fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.070488 10.0.0.33 - - [2026-03-23 06:10:11] "GET /projects?obj_uuids=a9a5bbe6-c172-42b3-b44e-408a006704fe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.33 - - [2026-03-23 06:10:11] "GET /project/a9a5bbe6-c172-42b3-b44e-408a006704fe?fields=security_groups HTTP/1.1" 200 1397 0.103962 10.0.0.38 - - [2026-03-23 06:10:11] "GET /virtual-network/ed8009a5-e840-4432-9f44-3e18d32664a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005992 10.0.0.33 - - [2026-03-23 06:10:11] "DELETE /security-group/4ee4b382-d7f6-4d63-9ff6-98bce81c2f90 HTTP/1.1" 200 115 0.081455 10.0.0.33 - - [2026-03-23 06:10:11] "GET /projects?obj_uuids=a9a5bbe6-c172-42b3-b44e-408a006704fe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001235 10.0.0.33 - - [2026-03-23 06:10:11] "GET /project/a9a5bbe6-c172-42b3-b44e-408a006704fe?fields=application_policy_sets HTTP/1.1" 200 1436 0.075161 10.0.0.33 - - [2026-03-23 06:10:12] "DELETE /project/a9a5bbe6-c172-42b3-b44e-408a006704fe HTTP/1.1" 200 115 0.691854 10.0.0.50 - - [2026-03-23 06:10:12] "GET /obj-perms HTTP/1.1" 200 5054 0.051769 10.0.0.33 - - [2026-03-23 06:10:13] "GET /obj-perms HTTP/1.1" 200 5054 0.056790 10.0.0.38 - - [2026-03-23 06:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.33 - - [2026-03-23 06:10:13] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001624 10.0.0.38 - - [2026-03-23 06:10:13] "GET /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061929 10.0.0.38 - - [2026-03-23 06:10:13] "POST /neutron/network HTTP/1.1" 200 117 0.013983 10.0.0.50 - - [2026-03-23 06:10:13] "POST /route-targets HTTP/1.1" 200 327 0.014262 10.0.0.38 - - [2026-03-23 06:10:13] "POST /neutron/network HTTP/1.1" 200 836 0.012530 10.0.0.38 - - [2026-03-23 06:10:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001034 10.0.0.38 - - [2026-03-23 06:10:13] "GET /virtual-network/32765363-3c55-48cb-854b-dd0ff50f3e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006751 10.0.0.38 - - [2026-03-23 06:10:13] "GET /virtual-network/32765363-3c55-48cb-854b-dd0ff50f3e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005364 10.0.0.38 - - [2026-03-23 06:10:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.010147 10.0.0.38 - - [2026-03-23 06:10:14] "GET /virtual-network/32765363-3c55-48cb-854b-dd0ff50f3e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.013513 10.0.0.38 - - [2026-03-23 06:10:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001349 10.0.0.33 - - [2026-03-23 06:10:15] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.38 - - [2026-03-23 06:10:15] "GET /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.064615 10.0.0.38 - - [2026-03-23 06:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.006520 10.0.0.38 - - [2026-03-23 06:10:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001235 10.0.0.38 - - [2026-03-23 06:10:15] "POST /neutron/network HTTP/1.1" 200 850 0.006824 10.0.0.38 - - [2026-03-23 06:10:16] "POST /neutron/port HTTP/1.1" 200 1070 0.019090 10.0.0.33 - - [2026-03-23 06:10:16] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002047 10.0.0.38 - - [2026-03-23 06:10:16] "GET /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.121047 10.0.0.38 - - [2026-03-23 06:10:16] "POST /neutron/network HTTP/1.1" 200 840 0.009179 10.0.0.38 - - [2026-03-23 06:10:16] "POST /neutron/subnet HTTP/1.1" 200 689 0.012221 10.0.0.38 - - [2026-03-23 06:10:16] "POST /neutron/port HTTP/1.1" 200 1134 0.029034 10.0.0.38 - - [2026-03-23 06:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.010540 10.0.0.33 - - [2026-03-23 06:10:16] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.38 - - [2026-03-23 06:10:17] "GET /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058191 10.0.0.38 - - [2026-03-23 06:10:17] "GET /virtual-network/ed8009a5-e840-4432-9f44-3e18d32664a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005735 10.0.0.38 - - [2026-03-23 06:10:17] "GET /floating-ip-pools?parent_id=ed8009a5-e840-4432-9f44-3e18d32664a6&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003798 10.0.0.38 - - [2026-03-23 06:10:17] "GET /virtual-network/ed8009a5-e840-4432-9f44-3e18d32664a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006849 10.0.0.38 - - [2026-03-23 06:10:17] "POST /floating-ip-pools HTTP/1.1" 200 609 0.035957 10.0.0.38 - - [2026-03-23 06:10:17] "POST /ref-update HTTP/1.1" 200 156 0.026486 10.0.0.38 - - [2026-03-23 06:10:17] "GET /virtual-network/ed8009a5-e840-4432-9f44-3e18d32664a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005531 10.0.0.38 - - [2026-03-23 06:10:17] "GET /virtual-network/ed8009a5-e840-4432-9f44-3e18d32664a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006121 10.0.0.38 - - [2026-03-23 06:10:17] "POST /neutron/network HTTP/1.1" 200 850 0.008090 10.0.0.38 - - [2026-03-23 06:10:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020201 10.0.0.38 - - [2026-03-23 06:10:18] "POST /neutron/port HTTP/1.1" 200 1128 0.162309 10.0.0.38 - - [2026-03-23 06:10:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.017018 10.0.0.38 - - [2026-03-23 06:10:22] "POST /neutron/port HTTP/1.1" 200 1134 0.023787 10.0.0.38 - - [2026-03-23 06:10:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008062 10.0.0.38 - - [2026-03-23 06:10:23] "GET /virtual-machine/565fdf9b-7491-486d-b56f-cd961ab81518 HTTP/1.1" 401 292 0.000504 10.0.0.38 - - [2026-03-23 06:10:23] "GET /virtual-machine/565fdf9b-7491-486d-b56f-cd961ab81518 HTTP/1.1" 200 1304 0.040830 10.0.0.38 - - [2026-03-23 06:10:23] "GET /virtual-machine-interface/8f158fa3-0632-4a25-97cc-fca006f637e5 HTTP/1.1" 200 3005 0.006092 10.0.0.38 - - [2026-03-23 06:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.38 - - [2026-03-23 06:10:23] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.005150 10.0.0.38 - - [2026-03-23 06:10:23] "GET /virtual-networks?parent_id=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003937 10.0.0.38 - - [2026-03-23 06:10:23] "GET /virtual-network/32765363-3c55-48cb-854b-dd0ff50f3e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007066 10.0.0.38 - - [2026-03-23 06:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.38 - - [2026-03-23 06:10:26] "GET /virtual-network/32765363-3c55-48cb-854b-dd0ff50f3e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007261 10.0.0.38 - - [2026-03-23 06:10:28] "POST /neutron/port HTTP/1.1" 200 1134 0.049337 10.0.0.38 - - [2026-03-23 06:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.38 - - [2026-03-23 06:10:28] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004730 10.0.0.38 - - [2026-03-23 06:10:28] "GET /virtual-networks?parent_id=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003761 10.0.0.38 - - [2026-03-23 06:10:28] "GET /virtual-network/32765363-3c55-48cb-854b-dd0ff50f3e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005928 10.0.0.38 - - [2026-03-23 06:10:28] "GET /obj-perms HTTP/1.1" 200 5056 0.045607 10.0.0.38 - - [2026-03-23 06:10:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008791 10.0.0.38 - - [2026-03-23 06:10:30] "POST /neutron/network HTTP/1.1" 200 850 0.006735 10.0.0.38 - - [2026-03-23 06:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.38 - - [2026-03-23 06:10:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007375 10.0.0.38 - - [2026-03-23 06:10:34] "POST /neutron/floatingip HTTP/1.1" 200 532 0.009200 10.0.0.38 - - [2026-03-23 06:10:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007336 10.0.0.38 - - [2026-03-23 06:10:34] "POST /neutron/port HTTP/1.1" 200 1138 0.018767 10.0.0.38 - - [2026-03-23 06:10:34] "GET /virtual-machine/eebd0bbc-5c56-4b9d-8b00-7f7afa5c32b5 HTTP/1.1" 200 1305 0.006918 10.0.0.38 - - [2026-03-23 06:10:34] "GET /virtual-machine-interface/1425e0fc-2957-4f4b-a343-996864cdebda HTTP/1.1" 200 3004 0.005924 10.0.0.38 - - [2026-03-23 06:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.38 - - [2026-03-23 06:10:34] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003818 10.0.0.38 - - [2026-03-23 06:10:34] "GET /virtual-networks?parent_id=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003739 10.0.0.38 - - [2026-03-23 06:10:34] "GET /virtual-network/ed8009a5-e840-4432-9f44-3e18d32664a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005441 10.0.0.38 - - [2026-03-23 06:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.38 - - [2026-03-23 06:10:35] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004422 10.0.0.38 - - [2026-03-23 06:10:35] "GET /virtual-networks?parent_id=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004230 10.0.0.38 - - [2026-03-23 06:10:35] "GET /virtual-network/ed8009a5-e840-4432-9f44-3e18d32664a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006001 10.0.0.38 - - [2026-03-23 06:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.38 - - [2026-03-23 06:10:35] "GET /routing-instance/91c226b8-86ce-4c52-9b5e-4d990757546d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.006583 10.0.0.38 - - [2026-03-23 06:10:36] "GET /route-target/22f26700-5c60-4a12-92f9-58bf3e6d1c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004316 10.0.0.38 - - [2026-03-23 06:10:39] "POST /neutron/floatingip HTTP/1.1" 200 577 0.024950 10.0.0.38 - - [2026-03-23 06:10:39] "POST /neutron/floatingip HTTP/1.1" 200 115 0.077476 10.0.0.38 - - [2026-03-23 06:10:39] "GET /floating-ip-pool/e8e5039e-8ac5-4697-a015-8bcc6d374c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004246 10.0.0.38 - - [2026-03-23 06:10:39] "POST /ref-update HTTP/1.1" 200 156 0.030298 10.0.0.38 - - [2026-03-23 06:10:39] "DELETE /floating-ip-pool/e8e5039e-8ac5-4697-a015-8bcc6d374c37 HTTP/1.1" 200 115 0.041992 10.0.0.38 - - [2026-03-23 06:10:40] "POST /neutron/port HTTP/1.1" 200 1138 0.020128 10.0.0.38 - - [2026-03-23 06:10:40] "POST /neutron/port HTTP/1.1" 200 151 0.234689 10.0.0.38 - - [2026-03-23 06:10:41] "POST /neutron/network HTTP/1.1" 200 836 0.008282 10.0.0.50 - - [2026-03-23 06:10:41] "DELETE /route-target/71f16e15-2ca6-4d2b-95af-318e0c049994 HTTP/1.1" 200 115 0.047674 10.0.0.33 - - [2026-03-23 06:10:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007694 10.0.0.33 - - [2026-03-23 06:10:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003007 10.0.0.38 - - [2026-03-23 06:10:42] "POST /neutron/network HTTP/1.1" 200 151 0.140999 10.0.0.33 - - [2026-03-23 06:10:43] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.38 - - [2026-03-23 06:10:43] "GET /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.076563 10.0.0.33 - - [2026-03-23 06:10:43] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001961 10.0.0.38 - - [2026-03-23 06:10:43] "GET /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8?fields=virtual_networks HTTP/1.1" 200 1056 0.076361 10.0.0.33 - - [2026-03-23 06:10:43] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001239 10.0.0.38 - - [2026-03-23 06:10:43] "GET /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.075394 10.0.0.33 - - [2026-03-23 06:10:44] "GET /projects?obj_uuids=45e4ee85-3ee6-40ce-aa02-84120f7c71a8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.38 - - [2026-03-23 06:10:44] "GET /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8?fields=security_groups HTTP/1.1" 200 1294 0.058647 10.0.0.38 - - [2026-03-23 06:10:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.025463 10.0.0.33 - - [2026-03-23 06:10:44] "GET /projects?obj_uuids=a1dade1e-7fa1-47aa-aed2-24c1fea1686e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002951 10.0.0.33 - - [2026-03-23 06:10:44] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.33 - - [2026-03-23 06:10:44] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007289 10.0.0.33 - - [2026-03-23 06:10:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.003921 10.0.0.33 - - [2026-03-23 06:10:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.008751 10.0.0.33 - - [2026-03-23 06:10:45] "POST /security-groups HTTP/1.1" 200 586 0.032264 10.0.0.50 - - [2026-03-23 06:10:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.002963 10.0.0.33 - - [2026-03-23 06:10:45] "POST /projects HTTP/1.1" 200 575 0.245863 10.0.0.33 - - [2026-03-23 06:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.322278 10.0.0.50 - - [2026-03-23 06:10:45] "POST /access-control-lists HTTP/1.1" 200 589 0.047439 10.0.0.38 - - [2026-03-23 06:10:45] "GET /project/a1dade1e-7fa1-47aa-aed2-24c1fea1686e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.493736 10.0.0.38 - - [2026-03-23 06:10:46] "GET / HTTP/1.1" 200 35931 0.001844 10.0.0.33 - - [2026-03-23 06:10:49] "GET /projects?obj_uuids=a1dade1e-7fa1-47aa-aed2-24c1fea1686e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.38 - - [2026-03-23 06:10:49] "GET /project/a1dade1e-7fa1-47aa-aed2-24c1fea1686e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.060116 10.0.0.33 - - [2026-03-23 06:10:49] "GET /projects?obj_uuids=a1dade1e-7fa1-47aa-aed2-24c1fea1686e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001227 10.0.0.38 - - [2026-03-23 06:10:49] "GET /project/a1dade1e-7fa1-47aa-aed2-24c1fea1686e?fields=virtual_networks HTTP/1.1" 200 1023 0.072301 10.0.0.33 - - [2026-03-23 06:10:49] "GET /projects?obj_uuids=a1dade1e-7fa1-47aa-aed2-24c1fea1686e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.38 - - [2026-03-23 06:10:49] "GET /project/a1dade1e-7fa1-47aa-aed2-24c1fea1686e?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.055327 10.0.0.33 - - [2026-03-23 06:10:49] "GET /projects?obj_uuids=a1dade1e-7fa1-47aa-aed2-24c1fea1686e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000966 10.0.0.38 - - [2026-03-23 06:10:50] "GET /project/a1dade1e-7fa1-47aa-aed2-24c1fea1686e?fields=security_groups HTTP/1.1" 200 1244 0.067569 10.0.0.38 - - [2026-03-23 06:10:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.028144 10.0.0.33 - - [2026-03-23 06:10:50] "GET /projects?obj_uuids=f28fa4bf-f8fb-4742-b8c8-7276a6856b39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003360 10.0.0.33 - - [2026-03-23 06:10:51] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.33 - - [2026-03-23 06:10:51] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007479 10.0.0.33 - - [2026-03-23 06:10:51] "POST /id-to-fqname HTTP/1.1" 200 185 0.003580 10.0.0.33 - - [2026-03-23 06:10:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.005141 10.0.0.33 - - [2026-03-23 06:10:51] "POST /security-groups HTTP/1.1" 200 586 0.079112 10.0.0.33 - - [2026-03-23 06:10:51] "POST /projects HTTP/1.1" 200 575 0.331065 10.0.0.50 - - [2026-03-23 06:10:51] "POST /fqname-to-id HTTP/1.1" 404 228 0.008210 10.0.0.33 - - [2026-03-23 06:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.408557 10.0.0.38 - - [2026-03-23 06:10:51] "GET /project/f28fa4bf-f8fb-4742-b8c8-7276a6856b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.587400 10.0.0.38 - - [2026-03-23 06:10:52] "GET / HTTP/1.1" 200 35931 0.001884 10.0.0.38 - - [2026-03-23 06:10:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003428 10.0.0.50 - - [2026-03-23 06:10:53] "POST /access-control-lists HTTP/1.1" 200 590 0.028880 10.0.0.50 - - [2026-03-23 06:10:53] "PUT /access-control-list/9122e23c-42a5-42aa-8b9b-374ee39e91ce HTTP/1.1" 200 272 0.021420 10.0.0.38 - - [2026-03-23 06:10:53] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.042547 10.0.0.50 - - [2026-03-23 06:10:53] "PUT /access-control-list/823033ab-a13d-4af5-82dc-609c6bae36c3 HTTP/1.1" 200 272 0.026501 10.0.0.38 - - [2026-03-23 06:10:54] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154820 10.0.0.38 - - [2026-03-23 06:10:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.007019 10.0.0.50 - - [2026-03-23 06:10:54] "POST /access-control-lists HTTP/1.1" 200 590 0.041064 10.0.0.50 - - [2026-03-23 06:10:54] "PUT /access-control-list/d57bb725-f65d-423b-a53c-906a7e13ed09 HTTP/1.1" 200 272 0.019774 10.0.0.38 - - [2026-03-23 06:10:54] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.020812 10.0.0.50 - - [2026-03-23 06:10:54] "PUT /access-control-list/165cf07d-d862-488c-a663-11dfcdecfae9 HTTP/1.1" 200 272 0.024240 10.0.0.38 - - [2026-03-23 06:10:55] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114152 10.0.0.38 - - [2026-03-23 06:10:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000556 10.0.0.38 - - [2026-03-23 06:10:55] "POST /fqname-to-id HTTP/1.1" 404 210 0.030497 10.0.0.50 - - [2026-03-23 06:10:55] "POST /access-control-lists HTTP/1.1" 200 607 0.029572 10.0.0.50 - - [2026-03-23 06:10:55] "PUT /access-control-list/44cfaf68-996a-4e01-9aef-46d6cd254640 HTTP/1.1" 200 272 0.016376 10.0.0.38 - - [2026-03-23 06:10:56] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.046843 10.0.0.50 - - [2026-03-23 06:10:56] "PUT /access-control-list/6ff662ec-65be-438a-8e84-6f5fd2840d4c HTTP/1.1" 200 272 0.023240 10.0.0.38 - - [2026-03-23 06:10:56] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155675 10.0.0.38 - - [2026-03-23 06:10:56] "POST /fqname-to-id HTTP/1.1" 404 210 0.003666 10.0.0.50 - - [2026-03-23 06:10:56] "POST /access-control-lists HTTP/1.1" 200 607 0.035648 10.0.0.50 - - [2026-03-23 06:10:56] "PUT /access-control-list/a64584fa-ffdf-4ab9-a65d-1a05848e93d4 HTTP/1.1" 200 272 0.019359 10.0.0.38 - - [2026-03-23 06:10:57] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014269 10.0.0.50 - - [2026-03-23 06:10:57] "PUT /access-control-list/00cb7795-e987-487f-ba61-37ea9ecc709c HTTP/1.1" 200 272 0.024764 10.0.0.38 - - [2026-03-23 06:10:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155215 10.0.0.38 - - [2026-03-23 06:10:58] "POST /neutron/router HTTP/1.1" 200 541 0.006955 10.0.0.50 - - [2026-03-23 06:10:58] "PUT /logical-router/a4a44d09-d1e3-426a-a2e5-4d92a8730681 HTTP/1.1" 200 262 0.039047 10.0.0.38 - - [2026-03-23 06:10:58] "POST /neutron/router HTTP/1.1" 200 541 0.007617 10.0.0.38 - - [2026-03-23 06:10:58] "POST /neutron/router HTTP/1.1" 200 541 0.004379 10.0.0.38 - - [2026-03-23 06:10:58] "POST /neutron/router HTTP/1.1" 200 541 0.004681 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 541 0.004554 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 541 0.004395 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 541 0.004454 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 541 0.006005 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 541 0.004258 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 541 0.007059 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 541 0.004600 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 541 0.048313 10.0.0.33 - - [2026-03-23 06:10:59] "GET /projects?obj_uuids=f28fa4bf-f8fb-4742-b8c8-7276a6856b39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001097 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 559 0.128769 10.0.0.50 - - [2026-03-23 06:10:59] "POST /route-targets HTTP/1.1" 200 327 0.026696 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 559 0.021461 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 559 0.004281 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 559 0.004934 10.0.0.38 - - [2026-03-23 06:10:59] "POST /neutron/router HTTP/1.1" 200 559 0.004289 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 559 0.004539 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 559 0.005106 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 559 0.005150 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 559 0.004067 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 559 0.004437 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 559 0.004452 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 559 0.032265 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 560 0.006779 10.0.0.50 - - [2026-03-23 06:11:00] "DELETE /route-target/5c695af4-7b7c-4985-9d9a-a0385419be28 HTTP/1.1" 200 115 0.024704 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 542 0.009912 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 542 0.004819 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 542 0.011256 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 542 0.003994 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 542 0.004814 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 542 0.004818 10.0.0.38 - - [2026-03-23 06:11:00] "POST /neutron/router HTTP/1.1" 200 542 0.004323 10.0.0.38 - - [2026-03-23 06:11:01] "POST /neutron/router HTTP/1.1" 200 542 0.004237 10.0.0.38 - - [2026-03-23 06:11:01] "POST /neutron/router HTTP/1.1" 200 542 0.003948 10.0.0.38 - - [2026-03-23 06:11:01] "POST /neutron/router HTTP/1.1" 200 542 0.004104 10.0.0.38 - - [2026-03-23 06:11:01] "POST /neutron/router HTTP/1.1" 200 542 0.004491 10.0.0.38 - - [2026-03-23 06:11:01] "POST /neutron/router HTTP/1.1" 200 542 0.006872 10.0.0.50 - - [2026-03-23 06:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.013185 10.0.0.38 - - [2026-03-23 06:11:01] "POST /neutron/router HTTP/1.1" 200 151 0.094481 10.0.0.50 - - [2026-03-23 06:11:01] "GET /logical-router/998a8374-af1b-4dfb-b4d8-e8e870c2e655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.071432 10.0.0.38 - - [2026-03-23 06:11:01] "POST /neutron/security_group HTTP/1.1" 200 521 0.012388 10.0.0.50 - - [2026-03-23 06:11:01] "DELETE /access-control-list/00cb7795-e987-487f-ba61-37ea9ecc709c HTTP/1.1" 200 115 0.041162 10.0.0.38 - - [2026-03-23 06:11:01] "POST /neutron/security_group HTTP/1.1" 200 151 0.081825 10.0.0.50 - - [2026-03-23 06:11:01] "DELETE /access-control-list/d57bb725-f65d-423b-a53c-906a7e13ed09 HTTP/1.1" 200 115 0.042340 10.0.0.50 - - [2026-03-23 06:11:01] "DELETE /access-control-list/823033ab-a13d-4af5-82dc-609c6bae36c3 HTTP/1.1" 200 115 0.036179 10.0.0.33 - - [2026-03-23 06:11:03] "GET /projects?obj_uuids=f28fa4bf-f8fb-4742-b8c8-7276a6856b39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.38 - - [2026-03-23 06:11:03] "GET /project/f28fa4bf-f8fb-4742-b8c8-7276a6856b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.060332 10.0.0.33 - - [2026-03-23 06:11:03] "GET /projects?obj_uuids=f28fa4bf-f8fb-4742-b8c8-7276a6856b39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002299 10.0.0.38 - - [2026-03-23 06:11:03] "GET /project/f28fa4bf-f8fb-4742-b8c8-7276a6856b39?fields=virtual_networks HTTP/1.1" 200 1023 0.055005 10.0.0.33 - - [2026-03-23 06:11:03] "GET /projects?obj_uuids=f28fa4bf-f8fb-4742-b8c8-7276a6856b39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.38 - - [2026-03-23 06:11:03] "GET /project/f28fa4bf-f8fb-4742-b8c8-7276a6856b39?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.041723 10.0.0.33 - - [2026-03-23 06:11:03] "GET /projects?obj_uuids=f28fa4bf-f8fb-4742-b8c8-7276a6856b39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001042 10.0.0.38 - - [2026-03-23 06:11:03] "GET /project/f28fa4bf-f8fb-4742-b8c8-7276a6856b39?fields=security_groups HTTP/1.1" 200 1244 0.051547 10.0.0.38 - - [2026-03-23 06:11:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.028723 10.0.0.33 - - [2026-03-23 06:11:04] "GET /projects?obj_uuids=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002661 10.0.0.33 - - [2026-03-23 06:11:04] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.33 - - [2026-03-23 06:11:04] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007241 10.0.0.33 - - [2026-03-23 06:11:04] "POST /id-to-fqname HTTP/1.1" 200 186 0.001415 10.0.0.33 - - [2026-03-23 06:11:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.008839 10.0.0.33 - - [2026-03-23 06:11:04] "POST /security-groups HTTP/1.1" 200 587 0.037765 10.0.0.33 - - [2026-03-23 06:11:04] "POST /projects HTTP/1.1" 200 577 0.258327 10.0.0.33 - - [2026-03-23 06:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.305466 10.0.0.50 - - [2026-03-23 06:11:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.011652 10.0.0.38 - - [2026-03-23 06:11:04] "GET /project/832a3e59-6aa6-4468-b039-621527a280e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.482533 10.0.0.38 - - [2026-03-23 06:11:05] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.38 - - [2026-03-23 06:11:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.38 - - [2026-03-23 06:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.066536 10.0.0.33 - - [2026-03-23 06:11:07] "GET /projects?obj_uuids=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001086 10.0.0.38 - - [2026-03-23 06:11:08] "GET /project/832a3e59-6aa6-4468-b039-621527a280e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042957 10.0.0.38 - - [2026-03-23 06:11:08] "POST /neutron/network HTTP/1.1" 200 117 0.034508 10.0.0.50 - - [2026-03-23 06:11:08] "POST /ref-update HTTP/1.1" 200 156 0.032744 10.0.0.38 - - [2026-03-23 06:11:08] "POST /neutron/network HTTP/1.1" 200 818 0.009363 10.0.0.38 - - [2026-03-23 06:11:08] "POST /id-to-fqname HTTP/1.1" 200 216 0.001060 10.0.0.38 - - [2026-03-23 06:11:08] "GET /virtual-network/0f170a75-65c5-407f-923f-d3df20255e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004893 10.0.0.38 - - [2026-03-23 06:11:08] "GET /virtual-network/0f170a75-65c5-407f-923f-d3df20255e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.006036 10.0.0.38 - - [2026-03-23 06:11:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.010610 10.0.0.38 - - [2026-03-23 06:11:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003672 10.0.0.38 - - [2026-03-23 06:11:08] "GET /virtual-network/0f170a75-65c5-407f-923f-d3df20255e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.006084 10.0.0.38 - - [2026-03-23 06:11:09] "GET /virtual-machine-interface/d13aebc4-f5b2-4ede-ac08-fcfe1877c294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.008067 10.0.0.38 - - [2026-03-23 06:11:09] "GET /virtual-machine-interface/d13aebc4-f5b2-4ede-ac08-fcfe1877c294?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.009826 10.0.0.38 - - [2026-03-23 06:11:09] "GET /instance-ip/66b5f371-43ca-4213-bd9b-b123929336da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004678 10.0.0.38 - - [2026-03-23 06:11:09] "POST /neutron/port HTTP/1.1" 200 151 0.116106 10.0.0.50 - - [2026-03-23 06:11:11] "DELETE /access-control-list/ee799fc8-2372-4f2a-a30d-c56d58f480cc HTTP/1.1" 200 115 0.052418 10.0.0.33 - - [2026-03-23 06:11:12] "DELETE /project/a1dade1e7fa147aaaed224c1fea1686e HTTP/1.1" 404 173 0.008863 10.0.0.33 - - [2026-03-23 06:11:12] "DELETE /project/f28fa4bff8fb4742b8c87276a6856b39 HTTP/1.1" 404 173 0.012193 10.0.0.33 - - [2026-03-23 06:11:12] "DELETE /project/832a3e596aa64468b039621527a280e8 HTTP/1.1" 404 173 0.006101 10.0.0.33 - - [2026-03-23 06:11:12] "DELETE /project/45e4ee85-3ee6-40ce-aa02-84120f7c71a8 HTTP/1.1" 404 177 0.009163 10.0.0.33 - - [2026-03-23 06:11:12] "GET /projects?obj_uuids=f28fa4bf-f8fb-4742-b8c8-7276a6856b39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.33 - - [2026-03-23 06:11:12] "GET /projects?obj_uuids=a1dade1e-7fa1-47aa-aed2-24c1fea1686e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000739 10.0.0.33 - - [2026-03-23 06:11:12] "GET /project/a1dade1e-7fa1-47aa-aed2-24c1fea1686e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.058516 10.0.0.33 - - [2026-03-23 06:11:12] "GET /project/f28fa4bf-f8fb-4742-b8c8-7276a6856b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.073133 10.0.0.33 - - [2026-03-23 06:11:12] "GET /projects?obj_uuids=a1dade1e-7fa1-47aa-aed2-24c1fea1686e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.33 - - [2026-03-23 06:11:12] "GET /projects?obj_uuids=f28fa4bf-f8fb-4742-b8c8-7276a6856b39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000857 10.0.0.33 - - [2026-03-23 06:11:12] "GET /project/a1dade1e-7fa1-47aa-aed2-24c1fea1686e?fields=security_groups HTTP/1.1" 200 1349 0.072849 10.0.0.33 - - [2026-03-23 06:11:12] "GET /project/f28fa4bf-f8fb-4742-b8c8-7276a6856b39?fields=security_groups HTTP/1.1" 200 1349 0.081050 10.0.0.38 - - [2026-03-23 06:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.33 - - [2026-03-23 06:11:12] "GET /projects?obj_uuids=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001112 10.0.0.38 - - [2026-03-23 06:11:12] "GET /project/832a3e59-6aa6-4468-b039-621527a280e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.065406 10.0.0.33 - - [2026-03-23 06:11:12] "DELETE /security-group/71d9ce9c-5297-4e22-bc91-1339aa8a526d HTTP/1.1" 200 115 0.116141 10.0.0.33 - - [2026-03-23 06:11:12] "GET /projects?obj_uuids=a1dade1e-7fa1-47aa-aed2-24c1fea1686e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001652 10.0.0.33 - - [2026-03-23 06:11:12] "DELETE /security-group/d4199b12-7e4d-4e0c-8397-37a76f91747f HTTP/1.1" 200 115 0.118536 10.0.0.33 - - [2026-03-23 06:11:12] "GET /projects?obj_uuids=f28fa4bf-f8fb-4742-b8c8-7276a6856b39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001335 10.0.0.38 - - [2026-03-23 06:11:12] "POST /neutron/network HTTP/1.1" 200 117 0.028834 10.0.0.33 - - [2026-03-23 06:11:12] "GET /project/a1dade1e-7fa1-47aa-aed2-24c1fea1686e?fields=application_policy_sets HTTP/1.1" 200 1388 0.059003 10.0.0.50 - - [2026-03-23 06:11:12] "DELETE /access-control-list/2eca61d9-aa3d-4953-8047-33c6230d5948 HTTP/1.1" 200 115 0.045395 10.0.0.33 - - [2026-03-23 06:11:12] "GET /project/f28fa4bf-f8fb-4742-b8c8-7276a6856b39?fields=application_policy_sets HTTP/1.1" 200 1388 0.121880 10.0.0.33 - - [2026-03-23 06:11:12] "DELETE /project/a1dade1e-7fa1-47aa-aed2-24c1fea1686e HTTP/1.1" 200 115 0.730876 10.0.0.50 - - [2026-03-23 06:11:13] "POST /route-targets HTTP/1.1" 200 327 0.045038 10.0.0.33 - - [2026-03-23 06:11:13] "DELETE /project/f28fa4bf-f8fb-4742-b8c8-7276a6856b39 HTTP/1.1" 200 115 0.838227 10.0.0.33 - - [2026-03-23 06:11:13] "POST /useragent-kv HTTP/1.1" 200 115 0.009531 10.0.0.38 - - [2026-03-23 06:11:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.204235 10.0.0.38 - - [2026-03-23 06:11:13] "POST /id-to-fqname HTTP/1.1" 200 217 0.001159 10.0.0.38 - - [2026-03-23 06:11:13] "GET /virtual-network/7b60cc97-4d98-44e5-9b8f-4e567cff92a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005889 10.0.0.38 - - [2026-03-23 06:11:13] "GET /virtual-network/7b60cc97-4d98-44e5-9b8f-4e567cff92a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005350 10.0.0.38 - - [2026-03-23 06:11:13] "POST /neutron/network HTTP/1.1" 200 977 0.007965 10.0.0.33 - - [2026-03-23 06:11:13] "GET /projects?obj_uuids=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001211 10.0.0.38 - - [2026-03-23 06:11:13] "POST /neutron/port HTTP/1.1" 200 1018 0.248491 10.0.0.38 - - [2026-03-23 06:11:14] "POST /id-to-fqname HTTP/1.1" 200 217 0.001205 10.0.0.38 - - [2026-03-23 06:11:14] "POST /neutron/port HTTP/1.1" 200 1018 0.011361 10.0.0.38 - - [2026-03-23 06:11:14] "POST /neutron/port HTTP/1.1" 200 117 0.006697 10.0.0.38 - - [2026-03-23 06:11:14] "POST /id-to-fqname HTTP/1.1" 200 217 0.001159 10.0.0.38 - - [2026-03-23 06:11:14] "POST /neutron/port HTTP/1.1" 200 1017 0.015992 10.0.0.38 - - [2026-03-23 06:11:14] "POST /neutron/port HTTP/1.1" 200 1017 0.012272 10.0.0.38 - - [2026-03-23 06:11:15] "POST /neutron/port HTTP/1.1" 200 117 0.009569 10.0.0.38 - - [2026-03-23 06:11:15] "POST /neutron/port HTTP/1.1" 200 1018 0.012794 10.0.0.38 - - [2026-03-23 06:11:15] "POST /neutron/port HTTP/1.1" 200 1018 0.012977 10.0.0.38 - - [2026-03-23 06:11:15] "POST /neutron/port HTTP/1.1" 200 1120 0.027081 10.0.0.38 - - [2026-03-23 06:11:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003824 10.0.0.38 - - [2026-03-23 06:11:16] "POST /neutron/port HTTP/1.1" 200 1109 0.175895 10.0.0.38 - - [2026-03-23 06:11:16] "POST /neutron/port HTTP/1.1" 200 1119 0.018038 10.0.0.38 - - [2026-03-23 06:11:16] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.38 - - [2026-03-23 06:11:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006899 10.0.0.38 - - [2026-03-23 06:11:20] "POST /neutron/port HTTP/1.1" 200 1120 0.020373 10.0.0.38 - - [2026-03-23 06:11:20] "GET /virtual-machine/4a1b7ce0-67db-41b2-9ba7-33a202de7c9e HTTP/1.1" 401 292 0.000367 10.0.0.38 - - [2026-03-23 06:11:20] "GET /virtual-machine/4a1b7ce0-67db-41b2-9ba7-33a202de7c9e HTTP/1.1" 200 1284 0.043016 10.0.0.38 - - [2026-03-23 06:11:20] "GET /virtual-machine-interface/3755a601-3233-4ef6-8447-12a8380f674f HTTP/1.1" 200 2923 0.006112 10.0.0.38 - - [2026-03-23 06:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.38 - - [2026-03-23 06:11:20] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004735 10.0.0.38 - - [2026-03-23 06:11:20] "GET /virtual-networks?parent_id=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004110 10.0.0.38 - - [2026-03-23 06:11:21] "GET /virtual-network/7b60cc97-4d98-44e5-9b8f-4e567cff92a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005656 10.0.0.38 - - [2026-03-23 06:11:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007566 10.0.0.38 - - [2026-03-23 06:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.38 - - [2026-03-23 06:11:24] "GET /virtual-network/7b60cc97-4d98-44e5-9b8f-4e567cff92a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005504 10.0.0.38 - - [2026-03-23 06:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.38 - - [2026-03-23 06:11:26] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004197 10.0.0.38 - - [2026-03-23 06:11:26] "GET /virtual-networks?parent_id=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003674 10.0.0.38 - - [2026-03-23 06:11:26] "GET /virtual-network/7b60cc97-4d98-44e5-9b8f-4e567cff92a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006114 10.0.0.38 - - [2026-03-23 06:11:26] "POST /neutron/port HTTP/1.1" 200 1119 0.017444 10.0.0.38 - - [2026-03-23 06:11:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009771 10.0.0.38 - - [2026-03-23 06:11:26] "GET /virtual-machine/87364200-4317-4685-88ce-06cfeefbbee5 HTTP/1.1" 200 1283 0.006051 10.0.0.38 - - [2026-03-23 06:11:26] "GET /virtual-machine-interface/dc519fb6-b5ff-48d0-9fcc-6dc53f1aa027 HTTP/1.1" 200 2925 0.005416 10.0.0.38 - - [2026-03-23 06:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.38 - - [2026-03-23 06:11:26] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004240 10.0.0.38 - - [2026-03-23 06:11:26] "GET /virtual-networks?parent_id=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003514 10.0.0.38 - - [2026-03-23 06:11:26] "GET /virtual-network/7b60cc97-4d98-44e5-9b8f-4e567cff92a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006621 10.0.0.38 - - [2026-03-23 06:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.38 - - [2026-03-23 06:11:27] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004823 10.0.0.38 - - [2026-03-23 06:11:28] "GET /virtual-networks?parent_id=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004220 10.0.0.38 - - [2026-03-23 06:11:28] "GET /virtual-network/7b60cc97-4d98-44e5-9b8f-4e567cff92a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005761 10.0.0.38 - - [2026-03-23 06:11:31] "POST /neutron/port HTTP/1.1" 200 1119 0.029937 10.0.0.38 - - [2026-03-23 06:11:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004261 10.0.0.38 - - [2026-03-23 06:11:31] "POST /neutron/port HTTP/1.1" 200 1109 0.014653 10.0.0.38 - - [2026-03-23 06:11:31] "POST /neutron/network HTTP/1.1" 200 977 0.009134 10.0.0.38 - - [2026-03-23 06:11:32] "POST /neutron/port HTTP/1.1" 200 151 0.183065 10.0.0.50 - - [2026-03-23 06:11:32] "DELETE /route-target/d86c246b-babc-4ac9-a27e-62773b1d35e3 HTTP/1.1" 200 115 0.036672 10.0.0.33 - - [2026-03-23 06:11:33] "GET /projects?obj_uuids=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001282 10.0.0.38 - - [2026-03-23 06:11:33] "GET /project/832a3e59-6aa6-4468-b039-621527a280e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.046380 10.0.0.33 - - [2026-03-23 06:11:33] "GET /projects?obj_uuids=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001217 10.0.0.38 - - [2026-03-23 06:11:33] "GET /project/832a3e59-6aa6-4468-b039-621527a280e8?fields=virtual_networks HTTP/1.1" 200 1024 0.046490 10.0.0.33 - - [2026-03-23 06:11:33] "GET /projects?obj_uuids=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001235 10.0.0.38 - - [2026-03-23 06:11:33] "GET /project/832a3e59-6aa6-4468-b039-621527a280e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.053070 10.0.0.33 - - [2026-03-23 06:11:33] "GET /projects?obj_uuids=832a3e59-6aa6-4468-b039-621527a280e8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001096 10.0.0.38 - - [2026-03-23 06:11:34] "GET /project/832a3e59-6aa6-4468-b039-621527a280e8?fields=security_groups HTTP/1.1" 200 1246 0.052407 10.0.0.38 - - [2026-03-23 06:11:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.030411 10.0.0.33 - - [2026-03-23 06:11:34] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004208 10.0.0.33 - - [2026-03-23 06:11:34] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.33 - - [2026-03-23 06:11:34] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009449 10.0.0.33 - - [2026-03-23 06:11:35] "POST /id-to-fqname HTTP/1.1" 200 188 0.001108 10.0.0.33 - - [2026-03-23 06:11:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.013453 10.0.0.33 - - [2026-03-23 06:11:35] "POST /security-groups HTTP/1.1" 200 589 0.036913 10.0.0.33 - - [2026-03-23 06:11:35] "POST /projects HTTP/1.1" 200 581 0.284463 10.0.0.33 - - [2026-03-23 06:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.322367 10.0.0.50 - - [2026-03-23 06:11:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.016191 10.0.0.38 - - [2026-03-23 06:11:35] "GET /project/b5727de4-0625-46b2-aead-52c8102555a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.475376 10.0.0.38 - - [2026-03-23 06:11:36] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.38 - - [2026-03-23 06:11:36] "POST /neutron/port HTTP/1.1" 200 117 0.008338 10.0.0.38 - - [2026-03-23 06:11:37] "POST /neutron/port HTTP/1.1" 400 205 0.003868 10.0.0.38 - - [2026-03-23 06:11:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.38 - - [2026-03-23 06:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.056054 10.0.0.33 - - [2026-03-23 06:11:38] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.38 - - [2026-03-23 06:11:38] "GET /project/b5727de4-0625-46b2-aead-52c8102555a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056920 10.0.0.50 - - [2026-03-23 06:11:39] "POST /ref-update HTTP/1.1" 200 156 0.022546 10.0.0.33 - - [2026-03-23 06:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007086 10.0.0.38 - - [2026-03-23 06:11:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.287409 10.0.0.38 - - [2026-03-23 06:11:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001239 10.0.0.38 - - [2026-03-23 06:11:39] "GET /virtual-network/1b4bab43-d5c4-4cd2-ae34-d1143ab970fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005529 10.0.0.38 - - [2026-03-23 06:11:39] "GET /virtual-network/1b4bab43-d5c4-4cd2-ae34-d1143ab970fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006126 10.0.0.38 - - [2026-03-23 06:11:39] "POST /neutron/network HTTP/1.1" 200 824 0.007675 10.0.0.38 - - [2026-03-23 06:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.33 - - [2026-03-23 06:11:39] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.38 - - [2026-03-23 06:11:39] "GET /project/b5727de4-0625-46b2-aead-52c8102555a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.059148 10.0.0.33 - - [2026-03-23 06:11:39] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.38 - - [2026-03-23 06:11:39] "POST /neutron/network HTTP/1.1" 200 605 0.146017 10.0.0.38 - - [2026-03-23 06:11:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.003262 10.0.0.38 - - [2026-03-23 06:11:40] "GET /virtual-network/1e4360f8-63f2-4e80-95a5-6927e14a3105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005280 10.0.0.38 - - [2026-03-23 06:11:40] "POST /neutron/network HTTP/1.1" 200 824 0.006611 10.0.0.38 - - [2026-03-23 06:11:40] "GET /virtual-network/1e4360f8-63f2-4e80-95a5-6927e14a3105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005545 10.0.0.38 - - [2026-03-23 06:11:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001197 10.0.0.38 - - [2026-03-23 06:11:40] "POST /neutron/network HTTP/1.1" 200 834 0.006360 10.0.0.33 - - [2026-03-23 06:11:41] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.38 - - [2026-03-23 06:11:41] "GET /project/b5727de4-0625-46b2-aead-52c8102555a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.074122 10.0.0.38 - - [2026-03-23 06:11:41] "POST /neutron/port HTTP/1.1" 200 117 0.006279 10.0.0.38 - - [2026-03-23 06:11:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001157 10.0.0.38 - - [2026-03-23 06:11:41] "POST /neutron/network HTTP/1.1" 200 834 0.006327 10.0.0.38 - - [2026-03-23 06:11:42] "POST /neutron/port HTTP/1.1" 200 1058 0.027465 10.0.0.33 - - [2026-03-23 06:11:42] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.38 - - [2026-03-23 06:11:42] "GET /project/b5727de4-0625-46b2-aead-52c8102555a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.113903 10.0.0.38 - - [2026-03-23 06:11:42] "POST /neutron/network HTTP/1.1" 200 824 0.013098 10.0.0.38 - - [2026-03-23 06:11:42] "POST /neutron/port HTTP/1.1" 200 117 0.001452 10.0.0.38 - - [2026-03-23 06:11:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009551 10.0.0.38 - - [2026-03-23 06:11:42] "POST /neutron/router HTTP/1.1" 200 580 0.010863 10.0.0.50 - - [2026-03-23 06:11:42] "POST /route-targets HTTP/1.1" 200 327 0.018247 10.0.0.33 - - [2026-03-23 06:11:43] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001234 10.0.0.38 - - [2026-03-23 06:11:43] "POST /neutron/port HTTP/1.1" 200 1058 0.396285 10.0.0.38 - - [2026-03-23 06:11:43] "POST /neutron/port HTTP/1.1" 200 1058 0.016175 10.0.0.38 - - [2026-03-23 06:11:43] "POST /neutron/port HTTP/1.1" 200 1122 0.021523 10.0.0.38 - - [2026-03-23 06:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.38 - - [2026-03-23 06:11:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008168 10.0.0.38 - - [2026-03-23 06:11:48] "POST /neutron/port HTTP/1.1" 200 1122 0.022392 10.0.0.38 - - [2026-03-23 06:11:48] "GET /virtual-machine/d0319bc4-5a72-40f6-88d5-bdd7b19119ef HTTP/1.1" 401 292 0.000495 10.0.0.38 - - [2026-03-23 06:11:49] "GET /virtual-machine/d0319bc4-5a72-40f6-88d5-bdd7b19119ef HTTP/1.1" 200 1290 0.031787 10.0.0.38 - - [2026-03-23 06:11:49] "GET /virtual-machine-interface/79c1ebeb-947d-45ae-911a-b7074847cdf3 HTTP/1.1" 200 2934 0.005563 10.0.0.38 - - [2026-03-23 06:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.38 - - [2026-03-23 06:11:49] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003678 10.0.0.38 - - [2026-03-23 06:11:49] "GET /virtual-networks?parent_id=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004163 10.0.0.38 - - [2026-03-23 06:11:49] "GET /virtual-network/1b4bab43-d5c4-4cd2-ae34-d1143ab970fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006889 10.0.0.38 - - [2026-03-23 06:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.38 - - [2026-03-23 06:11:52] "GET /virtual-network/1b4bab43-d5c4-4cd2-ae34-d1143ab970fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005511 10.0.0.38 - - [2026-03-23 06:11:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010101 10.0.0.38 - - [2026-03-23 06:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.38 - - [2026-03-23 06:11:54] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004109 10.0.0.38 - - [2026-03-23 06:11:54] "GET /virtual-networks?parent_id=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003653 10.0.0.38 - - [2026-03-23 06:11:54] "GET /virtual-network/1b4bab43-d5c4-4cd2-ae34-d1143ab970fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005644 10.0.0.38 - - [2026-03-23 06:11:54] "POST /neutron/port HTTP/1.1" 200 1122 0.016689 10.0.0.38 - - [2026-03-23 06:11:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008012 10.0.0.38 - - [2026-03-23 06:11:54] "GET /virtual-machine/1b0fc25a-18f1-4ad3-83ad-c0b6b1d40349 HTTP/1.1" 200 1289 0.020221 10.0.0.38 - - [2026-03-23 06:11:54] "GET /virtual-machine-interface/6c4990e1-7100-4246-b44e-5b41cdd9c0bd HTTP/1.1" 200 2934 0.005718 10.0.0.38 - - [2026-03-23 06:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.38 - - [2026-03-23 06:11:54] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003245 10.0.0.38 - - [2026-03-23 06:11:54] "GET /virtual-networks?parent_id=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004051 10.0.0.38 - - [2026-03-23 06:11:55] "GET /virtual-network/1e4360f8-63f2-4e80-95a5-6927e14a3105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005596 10.0.0.38 - - [2026-03-23 06:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008372 10.0.0.38 - - [2026-03-23 06:11:58] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004388 10.0.0.38 - - [2026-03-23 06:11:58] "GET /virtual-networks?parent_id=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003945 10.0.0.38 - - [2026-03-23 06:11:58] "GET /virtual-network/1e4360f8-63f2-4e80-95a5-6927e14a3105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005776 10.0.0.38 - - [2026-03-23 06:12:03] "POST /neutron/router HTTP/1.1" 200 580 0.010739 10.0.0.50 - - [2026-03-23 06:12:03] "POST /ref-update HTTP/1.1" 200 156 0.027438 10.0.0.38 - - [2026-03-23 06:12:06] "POST /neutron/router HTTP/1.1" 200 580 0.008842 10.0.0.33 - - [2026-03-23 06:12:09] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.38 - - [2026-03-23 06:12:09] "POST /neutron/router HTTP/1.1" 200 344 0.328032 10.0.0.50 - - [2026-03-23 06:12:11] "DELETE /access-control-list/e05a1e78-1fac-4acb-bdfb-d705109652e4 HTTP/1.1" 200 115 0.063268 10.0.0.38 - - [2026-03-23 06:12:12] "POST /neutron/router HTTP/1.1" 200 580 0.009372 10.0.0.50 - - [2026-03-23 06:12:12] "POST /ref-update HTTP/1.1" 200 156 0.022672 10.0.0.38 - - [2026-03-23 06:12:12] "POST /neutron/router HTTP/1.1" 200 151 0.126538 10.0.0.33 - - [2026-03-23 06:12:13] "DELETE /project/b5727de4062546b2aead52c8102555a0 HTTP/1.1" 404 173 0.004731 10.0.0.33 - - [2026-03-23 06:12:13] "DELETE /project/832a3e59-6aa6-4468-b039-621527a280e8 HTTP/1.1" 404 177 0.008015 10.0.0.38 - - [2026-03-23 06:12:13] "POST /neutron/port HTTP/1.1" 200 1122 0.019224 10.0.0.38 - - [2026-03-23 06:12:13] "POST /neutron/port HTTP/1.1" 200 151 0.265947 10.0.0.50 - - [2026-03-23 06:12:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.50 - - [2026-03-23 06:12:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.33 - - [2026-03-23 06:12:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2026-03-23 06:12:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.38 - - [2026-03-23 06:12:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.38 - - [2026-03-23 06:12:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.38 - - [2026-03-23 06:12:15] "POST /neutron/network HTTP/1.1" 200 824 0.007190 10.0.0.50 - - [2026-03-23 06:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005314 10.0.0.33 - - [2026-03-23 06:12:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007120 10.0.0.33 - - [2026-03-23 06:12:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003614 10.0.0.38 - - [2026-03-23 06:12:15] "POST /neutron/network HTTP/1.1" 200 151 0.146156 10.0.0.50 - - [2026-03-23 06:12:15] "DELETE /route-target/b722eaf8-16e2-4995-9bc8-7bedd5430a59 HTTP/1.1" 200 115 0.026372 10.0.0.33 - - [2026-03-23 06:12:16] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001064 10.0.0.38 - - [2026-03-23 06:12:16] "GET /project/b5727de4-0625-46b2-aead-52c8102555a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.048289 10.0.0.33 - - [2026-03-23 06:12:16] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.38 - - [2026-03-23 06:12:16] "GET /project/b5727de4-0625-46b2-aead-52c8102555a0?fields=virtual_networks HTTP/1.1" 200 1029 0.047150 10.0.0.33 - - [2026-03-23 06:12:16] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001415 10.0.0.38 - - [2026-03-23 06:12:16] "GET /project/b5727de4-0625-46b2-aead-52c8102555a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.042203 10.0.0.33 - - [2026-03-23 06:12:16] "GET /projects?obj_uuids=b5727de4-0625-46b2-aead-52c8102555a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.38 - - [2026-03-23 06:12:17] "GET /project/b5727de4-0625-46b2-aead-52c8102555a0?fields=security_groups HTTP/1.1" 200 1253 0.046642 10.0.0.38 - - [2026-03-23 06:12:17] "POST /fqname-to-id HTTP/1.1" 404 191 0.025215 10.0.0.33 - - [2026-03-23 06:12:17] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005186 10.0.0.33 - - [2026-03-23 06:12:17] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001655 10.0.0.33 - - [2026-03-23 06:12:17] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010514 10.0.0.33 - - [2026-03-23 06:12:18] "POST /id-to-fqname HTTP/1.1" 200 193 0.002079 10.0.0.33 - - [2026-03-23 06:12:18] "POST /fqname-to-id HTTP/1.1" 404 202 0.014708 10.0.0.33 - - [2026-03-23 06:12:18] "POST /security-groups HTTP/1.1" 200 594 0.031606 10.0.0.33 - - [2026-03-23 06:12:18] "POST /projects HTTP/1.1" 200 591 0.263659 10.0.0.50 - - [2026-03-23 06:12:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.017045 10.0.0.33 - - [2026-03-23 06:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.341727 10.0.0.38 - - [2026-03-23 06:12:18] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.510259 10.0.0.38 - - [2026-03-23 06:12:19] "GET / HTTP/1.1" 200 35931 0.002123 10.0.0.38 - - [2026-03-23 06:12:21] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2026-03-23 06:12:21] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001001 10.0.0.38 - - [2026-03-23 06:12:21] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.077178 10.0.0.38 - - [2026-03-23 06:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.38 - - [2026-03-23 06:12:21] "GET /security-group/fb19c17f-4d34-482f-9067-ce97bbf85b0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.007535 10.0.0.38 - - [2026-03-23 06:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.33 - - [2026-03-23 06:12:22] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001131 10.0.0.38 - - [2026-03-23 06:12:22] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.059652 10.0.0.38 - - [2026-03-23 06:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005595 10.0.0.38 - - [2026-03-23 06:12:22] "GET /security-group/fb19c17f-4d34-482f-9067-ce97bbf85b0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004585 10.0.0.38 - - [2026-03-23 06:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.38 - - [2026-03-23 06:12:22] "PUT /security-group/fb19c17f-4d34-482f-9067-ce97bbf85b0b HTTP/1.1" 200 262 0.021760 10.0.0.38 - - [2026-03-23 06:12:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.007236 10.0.0.50 - - [2026-03-23 06:12:22] "PUT /access-control-list/c25329d3-afd0-4710-ab62-938a24009917 HTTP/1.1" 200 272 0.020146 10.0.0.38 - - [2026-03-23 06:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.33 - - [2026-03-23 06:12:22] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001510 10.0.0.38 - - [2026-03-23 06:12:22] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.046944 10.0.0.33 - - [2026-03-23 06:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008827 10.0.0.38 - - [2026-03-23 06:12:23] "POST /neutron/subnet HTTP/1.1" 200 710 0.279984 10.0.0.38 - - [2026-03-23 06:12:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001149 10.0.0.38 - - [2026-03-23 06:12:23] "GET /virtual-network/de0accb8-874c-4844-adf5-6c5e60e392ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006604 10.0.0.38 - - [2026-03-23 06:12:23] "GET /virtual-network/de0accb8-874c-4844-adf5-6c5e60e392ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005365 10.0.0.38 - - [2026-03-23 06:12:23] "POST /neutron/network HTTP/1.1" 200 824 0.006190 10.0.0.38 - - [2026-03-23 06:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.33 - - [2026-03-23 06:12:23] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001139 10.0.0.38 - - [2026-03-23 06:12:23] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.048395 10.0.0.33 - - [2026-03-23 06:12:23] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001275 10.0.0.38 - - [2026-03-23 06:12:23] "POST /neutron/network HTTP/1.1" 200 615 0.170336 10.0.0.50 - - [2026-03-23 06:12:23] "POST /route-targets HTTP/1.1" 200 327 0.023485 10.0.0.38 - - [2026-03-23 06:12:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.003287 10.0.0.38 - - [2026-03-23 06:12:23] "GET /virtual-network/1999702d-f704-42bf-8a69-7ca6b835ade5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005201 10.0.0.38 - - [2026-03-23 06:12:23] "POST /neutron/network HTTP/1.1" 200 831 0.006083 10.0.0.38 - - [2026-03-23 06:12:23] "GET /virtual-network/1999702d-f704-42bf-8a69-7ca6b835ade5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004728 10.0.0.38 - - [2026-03-23 06:12:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001219 10.0.0.38 - - [2026-03-23 06:12:24] "POST /neutron/network HTTP/1.1" 200 834 0.007910 10.0.0.33 - - [2026-03-23 06:12:24] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000986 10.0.0.38 - - [2026-03-23 06:12:24] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.061863 10.0.0.38 - - [2026-03-23 06:12:24] "POST /neutron/port HTTP/1.1" 200 117 0.006094 10.0.0.38 - - [2026-03-23 06:12:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001153 10.0.0.38 - - [2026-03-23 06:12:25] "POST /neutron/network HTTP/1.1" 200 834 0.007077 10.0.0.38 - - [2026-03-23 06:12:25] "POST /neutron/port HTTP/1.1" 200 1060 0.015276 10.0.0.33 - - [2026-03-23 06:12:25] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000913 10.0.0.38 - - [2026-03-23 06:12:25] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.097286 10.0.0.38 - - [2026-03-23 06:12:26] "POST /neutron/network HTTP/1.1" 200 831 0.009555 10.0.0.38 - - [2026-03-23 06:12:26] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.38 - - [2026-03-23 06:12:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010369 10.0.0.38 - - [2026-03-23 06:12:26] "POST /neutron/router HTTP/1.1" 200 585 0.007006 10.0.0.50 - - [2026-03-23 06:12:26] "PUT /logical-router/12a7fe9c-3fec-4957-9c2e-9522524a61d5 HTTP/1.1" 200 262 0.049706 10.0.0.33 - - [2026-03-23 06:12:26] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000910 10.0.0.50 - - [2026-03-23 06:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.056550 10.0.0.33 - - [2026-03-23 06:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.011372 10.0.0.50 - - [2026-03-23 06:12:26] "POST /virtual-networks HTTP/1.1" 200 694 0.218779 10.0.0.38 - - [2026-03-23 06:12:26] "POST /neutron/router HTTP/1.1" 200 344 0.497544 10.0.0.50 - - [2026-03-23 06:12:27] "POST /ref-update HTTP/1.1" 200 156 0.025476 10.0.0.38 - - [2026-03-23 06:12:27] "POST /neutron/port HTTP/1.1" 200 1124 0.054430 10.0.0.50 - - [2026-03-23 06:12:27] "PUT /logical-router/12a7fe9c-3fec-4957-9c2e-9522524a61d5 HTTP/1.1" 200 262 0.034769 10.0.0.38 - - [2026-03-23 06:12:27] "POST /neutron/port HTTP/1.1" 200 1060 0.026522 10.0.0.50 - - [2026-03-23 06:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.38 - - [2026-03-23 06:12:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.030694 10.0.0.50 - - [2026-03-23 06:12:27] "POST /chown HTTP/1.1" 200 109 0.035772 10.0.0.38 - - [2026-03-23 06:12:27] "POST /neutron/network HTTP/1.1" 200 831 0.025746 10.0.0.50 - - [2026-03-23 06:12:27] "POST /chown HTTP/1.1" 200 109 0.027234 10.0.0.50 - - [2026-03-23 06:12:27] "POST /ref-update HTTP/1.1" 200 156 0.038777 10.0.0.50 - - [2026-03-23 06:12:28] "POST /instance-ips HTTP/1.1" 200 549 0.070468 10.0.0.50 - - [2026-03-23 06:12:28] "PUT /virtual-machine-interface/1848627f-4f63-4e43-ac7d-2ef01e3175a5 HTTP/1.1" 200 284 0.029136 10.0.0.50 - - [2026-03-23 06:12:28] "POST /ref-update HTTP/1.1" 200 156 0.030727 10.0.0.50 - - [2026-03-23 06:12:28] "POST /chown HTTP/1.1" 200 109 0.030218 10.0.0.50 - - [2026-03-23 06:12:28] "PUT /virtual-machine-interface/16c6d6a2-4fcc-4957-94f9-514664ec6c72 HTTP/1.1" 200 284 0.035090 10.0.0.50 - - [2026-03-23 06:12:28] "POST /ref-update HTTP/1.1" 200 156 0.039871 10.0.0.50 - - [2026-03-23 06:12:29] "POST /ref-update HTTP/1.1" 200 156 0.058201 10.0.0.50 - - [2026-03-23 06:12:29] "POST /instance-ips HTTP/1.1" 400 316 0.033399 10.0.0.50 - - [2026-03-23 06:12:29] "PUT /instance-ip/0374050e-bdeb-4dce-9d2b-abeb0e252bfc HTTP/1.1" 200 256 0.057231 10.0.0.50 - - [2026-03-23 06:12:29] "PUT /routing-instance/0b670431-060b-4a88-9088-e9611209e1c0 HTTP/1.1" 200 266 0.038036 10.0.0.50 - - [2026-03-23 06:12:29] "POST /ref-update HTTP/1.1" 200 156 0.033103 10.0.0.50 - - [2026-03-23 06:12:30] "GET /obj-perms HTTP/1.1" 200 5056 0.049907 10.0.0.33 - - [2026-03-23 06:12:30] "GET /obj-perms HTTP/1.1" 200 5056 0.047148 10.0.0.38 - - [2026-03-23 06:12:32] "POST /neutron/port HTTP/1.1" 200 1124 0.020658 10.0.0.38 - - [2026-03-23 06:12:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007280 10.0.0.38 - - [2026-03-23 06:12:32] "GET /virtual-machine/fd402264-a2c2-4fc0-b896-8e75f51435a8 HTTP/1.1" 401 292 0.000338 10.0.0.38 - - [2026-03-23 06:12:32] "GET /virtual-machine/fd402264-a2c2-4fc0-b896-8e75f51435a8 HTTP/1.1" 200 1296 0.028322 10.0.0.38 - - [2026-03-23 06:12:32] "GET /virtual-machine-interface/8858a6af-cb92-4290-9618-7715a85f9869 HTTP/1.1" 200 2956 0.005110 10.0.0.38 - - [2026-03-23 06:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.38 - - [2026-03-23 06:12:32] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003382 10.0.0.38 - - [2026-03-23 06:12:32] "GET /virtual-networks?parent_id=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004340 10.0.0.38 - - [2026-03-23 06:12:32] "GET /virtual-network/de0accb8-874c-4844-adf5-6c5e60e392ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006344 10.0.0.38 - - [2026-03-23 06:12:33] "POST /neutron/network HTTP/1.1" 200 841 0.006908 10.0.0.38 - - [2026-03-23 06:12:33] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.38 - - [2026-03-23 06:12:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006169 10.0.0.38 - - [2026-03-23 06:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.38 - - [2026-03-23 06:12:35] "GET /virtual-network/de0accb8-874c-4844-adf5-6c5e60e392ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005415 10.0.0.38 - - [2026-03-23 06:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.38 - - [2026-03-23 06:12:38] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003537 10.0.0.38 - - [2026-03-23 06:12:38] "GET /virtual-networks?parent_id=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003520 10.0.0.38 - - [2026-03-23 06:12:38] "GET /virtual-network/de0accb8-874c-4844-adf5-6c5e60e392ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005250 10.0.0.38 - - [2026-03-23 06:12:38] "POST /neutron/port HTTP/1.1" 200 1124 0.018454 10.0.0.38 - - [2026-03-23 06:12:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007146 10.0.0.38 - - [2026-03-23 06:12:38] "GET /virtual-machine/f3313a55-539c-4ac7-bfa0-78c8b24e6a55 HTTP/1.1" 200 1296 0.005393 10.0.0.38 - - [2026-03-23 06:12:38] "GET /virtual-machine-interface/780c76e2-e3cb-486b-9bf4-fd2e36105b1c HTTP/1.1" 200 2968 0.004872 10.0.0.38 - - [2026-03-23 06:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.38 - - [2026-03-23 06:12:38] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003624 10.0.0.38 - - [2026-03-23 06:12:38] "GET /virtual-networks?parent_id=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003995 10.0.0.38 - - [2026-03-23 06:12:38] "GET /virtual-network/1999702d-f704-42bf-8a69-7ca6b835ade5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005331 10.0.0.38 - - [2026-03-23 06:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.38 - - [2026-03-23 06:12:39] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003627 10.0.0.38 - - [2026-03-23 06:12:39] "GET /virtual-networks?parent_id=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003475 10.0.0.38 - - [2026-03-23 06:12:39] "GET /virtual-network/1999702d-f704-42bf-8a69-7ca6b835ade5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005869 10.0.0.38 - - [2026-03-23 06:12:42] "POST /neutron/port HTTP/1.1" 200 1124 0.021474 10.0.0.38 - - [2026-03-23 06:12:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003428 10.0.0.33 - - [2026-03-23 06:12:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.38 - - [2026-03-23 06:12:43] "POST /neutron/network HTTP/1.1" 200 824 0.006483 10.0.0.33 - - [2026-03-23 06:12:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.50 - - [2026-03-23 06:12:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.50 - - [2026-03-23 06:12:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.38 - - [2026-03-23 06:12:43] "POST /neutron/router HTTP/1.1" 200 656 0.013545 10.0.0.50 - - [2026-03-23 06:12:44] "PUT /logical-router/12a7fe9c-3fec-4957-9c2e-9522524a61d5 HTTP/1.1" 404 171 0.003505 10.0.0.50 - - [2026-03-23 06:12:44] "GET /virtual-network/b5926e5c-d48b-4a7d-8e74-7976b5464d55?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2300 0.009262 10.0.0.50 - - [2026-03-23 06:12:44] "GET /virtual-machine-interface/1848627f-4f63-4e43-ac7d-2ef01e3175a5?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1650 0.022703 10.0.0.50 - - [2026-03-23 06:12:44] "DELETE /route-target/2b9dbc05-9467-4b75-baa8-540ab6150d2f HTTP/1.1" 409 239 0.012894 10.0.0.38 - - [2026-03-23 06:12:44] "POST /neutron/network HTTP/1.1" 400 204 0.158031 10.0.0.50 - - [2026-03-23 06:12:44] "DELETE /virtual-machine-interface/1848627f-4f63-4e43-ac7d-2ef01e3175a5 HTTP/1.1" 200 115 0.122169 10.0.0.50 - - [2026-03-23 06:12:44] "GET /instance-ip/0374050e-bdeb-4dce-9d2b-abeb0e252bfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1758 0.008623 10.0.0.38 - - [2026-03-23 06:12:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.38 - - [2026-03-23 06:12:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2026-03-23 06:12:44] "DELETE /instance-ip/0374050e-bdeb-4dce-9d2b-abeb0e252bfc HTTP/1.1" 404 177 0.005191 10.0.0.50 - - [2026-03-23 06:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.38 - - [2026-03-23 06:12:44] "POST /neutron/port HTTP/1.1" 200 1114 0.023665 10.0.0.50 - - [2026-03-23 06:12:44] "GET /logical-router/12a7fe9c-3fec-4957-9c2e-9522524a61d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003732 10.0.0.50 - - [2026-03-23 06:12:45] "POST /ref-update HTTP/1.1" 200 156 0.058040 10.0.0.38 - - [2026-03-23 06:12:45] "POST /neutron/port HTTP/1.1" 200 151 0.332477 10.0.0.50 - - [2026-03-23 06:12:45] "POST /ref-update HTTP/1.1" 200 156 0.033189 10.0.0.50 - - [2026-03-23 06:12:45] "POST /ref-update HTTP/1.1" 200 156 0.042000 10.0.0.50 - - [2026-03-23 06:12:45] "DELETE /virtual-machine-interface/16c6d6a2-4fcc-4957-94f9-514664ec6c72 HTTP/1.1" 200 115 0.064960 10.0.0.50 - - [2026-03-23 06:12:46] "DELETE /route-target/d4f3c2cc-a2b5-4b42-8be6-3ae5ff169d24 HTTP/1.1" 200 115 0.030634 10.0.0.38 - - [2026-03-23 06:12:46] "POST /neutron/network HTTP/1.1" 200 824 0.009848 10.0.0.33 - - [2026-03-23 06:12:48] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001200 10.0.0.38 - - [2026-03-23 06:12:48] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.049657 10.0.0.33 - - [2026-03-23 06:12:48] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001358 10.0.0.38 - - [2026-03-23 06:12:48] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?fields=virtual_networks HTTP/1.1" 200 1039 0.067332 10.0.0.33 - - [2026-03-23 06:12:48] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001814 10.0.0.38 - - [2026-03-23 06:12:48] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.048760 10.0.0.33 - - [2026-03-23 06:12:48] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001125 10.0.0.38 - - [2026-03-23 06:12:48] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?fields=security_groups HTTP/1.1" 200 1268 0.039556 10.0.0.38 - - [2026-03-23 06:12:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.024861 10.0.0.33 - - [2026-03-23 06:12:49] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003648 10.0.0.33 - - [2026-03-23 06:12:49] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.33 - - [2026-03-23 06:12:49] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007682 10.0.0.33 - - [2026-03-23 06:12:49] "POST /id-to-fqname HTTP/1.1" 200 198 0.002988 10.0.0.33 - - [2026-03-23 06:12:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.006330 10.0.0.33 - - [2026-03-23 06:12:49] "POST /security-groups HTTP/1.1" 200 599 0.032499 10.0.0.50 - - [2026-03-23 06:12:49] "POST /fqname-to-id HTTP/1.1" 404 242 0.004436 10.0.0.33 - - [2026-03-23 06:12:49] "POST /projects HTTP/1.1" 200 601 0.239390 10.0.0.33 - - [2026-03-23 06:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.317644 10.0.0.50 - - [2026-03-23 06:12:49] "POST /access-control-lists HTTP/1.1" 200 602 0.035203 10.0.0.38 - - [2026-03-23 06:12:49] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.471753 10.0.0.38 - - [2026-03-23 06:12:50] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.38 - - [2026-03-23 06:12:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000653 10.0.0.38 - - [2026-03-23 06:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.064815 10.0.0.33 - - [2026-03-23 06:12:53] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.38 - - [2026-03-23 06:12:53] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051010 10.0.0.33 - - [2026-03-23 06:12:53] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.38 - - [2026-03-23 06:12:53] "POST /neutron/network HTTP/1.1" 200 613 0.150440 10.0.0.38 - - [2026-03-23 06:12:53] "POST /neutron/network HTTP/1.1" 200 1005 0.010756 10.0.0.38 - - [2026-03-23 06:12:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001054 10.0.0.38 - - [2026-03-23 06:12:53] "GET /virtual-network/60ca948b-6efe-462f-8303-9e91e38371ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004735 10.0.0.38 - - [2026-03-23 06:12:54] "GET /virtual-network/60ca948b-6efe-462f-8303-9e91e38371ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005668 10.0.0.38 - - [2026-03-23 06:12:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.007287 10.0.0.38 - - [2026-03-23 06:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.33 - - [2026-03-23 06:12:54] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.38 - - [2026-03-23 06:12:54] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058887 10.0.0.33 - - [2026-03-23 06:12:54] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.50 - - [2026-03-23 06:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.035615 10.0.0.38 - - [2026-03-23 06:12:54] "POST /neutron/network HTTP/1.1" 200 613 0.155104 10.0.0.50 - - [2026-03-23 06:12:54] "POST /route-targets HTTP/1.1" 200 327 0.012596 10.0.0.50 - - [2026-03-23 06:12:54] "GET /virtual-network/e4f581f0-d970-4ba0-bd31-941ea2a66487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.010010 10.0.0.38 - - [2026-03-23 06:12:54] "POST /neutron/network HTTP/1.1" 200 1004 0.010870 10.0.0.38 - - [2026-03-23 06:12:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001177 10.0.0.38 - - [2026-03-23 06:12:54] "GET /virtual-network/8b75ba25-c873-4fa9-a62d-9ebc6a66eaa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005000 10.0.0.38 - - [2026-03-23 06:12:54] "GET /virtual-network/8b75ba25-c873-4fa9-a62d-9ebc6a66eaa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005250 10.0.0.38 - - [2026-03-23 06:12:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.020557 10.0.0.38 - - [2026-03-23 06:12:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003112 10.0.0.38 - - [2026-03-23 06:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.33 - - [2026-03-23 06:12:55] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.38 - - [2026-03-23 06:12:55] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059530 10.0.0.38 - - [2026-03-23 06:12:55] "POST /network-policys HTTP/1.1" 200 577 0.033851 10.0.0.38 - - [2026-03-23 06:12:55] "GET /network-policy/54c9d1bf-438e-4b6a-9ca4-e4d636675488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005465 10.0.0.38 - - [2026-03-23 06:12:55] "POST /neutron/network HTTP/1.1" 200 1113 0.081367 10.0.0.38 - - [2026-03-23 06:12:55] "GET /virtual-network/60ca948b-6efe-462f-8303-9e91e38371ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007600 10.0.0.38 - - [2026-03-23 06:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.50 - - [2026-03-23 06:12:55] "POST /access-control-lists HTTP/1.1" 200 596 0.092634 10.0.0.38 - - [2026-03-23 06:12:55] "GET /network-policy/54c9d1bf-438e-4b6a-9ca4-e4d636675488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004779 10.0.0.50 - - [2026-03-23 06:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.38 - - [2026-03-23 06:12:55] "POST /neutron/network HTTP/1.1" 200 1112 0.097994 10.0.0.50 - - [2026-03-23 06:12:55] "POST /access-control-lists HTTP/1.1" 200 596 0.050151 10.0.0.38 - - [2026-03-23 06:12:55] "GET /virtual-network/8b75ba25-c873-4fa9-a62d-9ebc6a66eaa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.016144 10.0.0.38 - - [2026-03-23 06:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.010377 10.0.0.38 - - [2026-03-23 06:12:55] "GET /network-policy/54c9d1bf-438e-4b6a-9ca4-e4d636675488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004647 10.0.0.38 - - [2026-03-23 06:12:56] "GET /virtual-network/60ca948b-6efe-462f-8303-9e91e38371ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005691 10.0.0.38 - - [2026-03-23 06:12:57] "GET /virtual-network/8b75ba25-c873-4fa9-a62d-9ebc6a66eaa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007256 10.0.0.38 - - [2026-03-23 06:12:57] "GET /obj-perms HTTP/1.1" 200 5046 0.051799 10.0.0.38 - - [2026-03-23 06:12:58] "GET /virtual-network/8b75ba25-c873-4fa9-a62d-9ebc6a66eaa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007347 10.0.0.50 - - [2026-03-23 06:12:58] "GET /virtual-network/e4f581f0-d970-4ba0-bd31-941ea2a66487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007993 10.0.0.38 - - [2026-03-23 06:12:58] "POST /neutron/network HTTP/1.1" 200 1004 0.109923 10.0.0.50 - - [2026-03-23 06:12:58] "POST /ref-update HTTP/1.1" 200 156 0.046047 10.0.0.38 - - [2026-03-23 06:12:58] "GET /virtual-network/8b75ba25-c873-4fa9-a62d-9ebc6a66eaa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.014770 10.0.0.38 - - [2026-03-23 06:12:58] "GET /virtual-network/60ca948b-6efe-462f-8303-9e91e38371ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.015594 10.0.0.38 - - [2026-03-23 06:12:58] "POST /neutron/network HTTP/1.1" 200 1005 0.074650 10.0.0.38 - - [2026-03-23 06:12:58] "GET /virtual-network/60ca948b-6efe-462f-8303-9e91e38371ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006648 10.0.0.38 - - [2026-03-23 06:12:58] "DELETE /network-policy/54c9d1bf-438e-4b6a-9ca4-e4d636675488 HTTP/1.1" 200 115 0.060496 10.0.0.33 - - [2026-03-23 06:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002879 10.0.0.50 - - [2026-03-23 06:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009638 10.0.0.33 - - [2026-03-23 06:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002520 10.0.0.33 - - [2026-03-23 06:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002316 10.0.0.33 - - [2026-03-23 06:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006632 10.0.0.38 - - [2026-03-23 06:12:58] "POST /neutron/network HTTP/1.1" 200 151 0.145610 10.0.0.50 - - [2026-03-23 06:12:59] "DELETE /route-target/feac14ef-266c-44c7-910f-ca0dc90212cf HTTP/1.1" 200 115 0.025667 10.0.0.33 - - [2026-03-23 06:13:00] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001276 10.0.0.38 - - [2026-03-23 06:13:00] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056087 10.0.0.33 - - [2026-03-23 06:13:00] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.38 - - [2026-03-23 06:13:00] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?fields=virtual_networks HTTP/1.1" 200 1048 0.044183 10.0.0.33 - - [2026-03-23 06:13:00] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001379 10.0.0.38 - - [2026-03-23 06:13:00] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.038090 10.0.0.33 - - [2026-03-23 06:13:00] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.38 - - [2026-03-23 06:13:00] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?fields=security_groups HTTP/1.1" 200 1282 0.039721 10.0.0.38 - - [2026-03-23 06:13:01] "POST /fqname-to-id HTTP/1.1" 404 204 0.028677 10.0.0.33 - - [2026-03-23 06:13:01] "GET /projects?obj_uuids=c36a5de7-c020-4c3d-8221-e969b804c660&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002862 10.0.0.33 - - [2026-03-23 06:13:01] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.33 - - [2026-03-23 06:13:01] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007649 10.0.0.33 - - [2026-03-23 06:13:02] "POST /id-to-fqname HTTP/1.1" 200 206 0.004086 10.0.0.33 - - [2026-03-23 06:13:02] "POST /fqname-to-id HTTP/1.1" 404 215 0.004532 10.0.0.33 - - [2026-03-23 06:13:02] "POST /security-groups HTTP/1.1" 200 607 0.045987 10.0.0.33 - - [2026-03-23 06:13:02] "POST /projects HTTP/1.1" 200 617 0.276445 10.0.0.50 - - [2026-03-23 06:13:02] "POST /fqname-to-id HTTP/1.1" 404 249 0.006675 10.0.0.33 - - [2026-03-23 06:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.348056 10.0.0.38 - - [2026-03-23 06:13:02] "GET /project/c36a5de7-c020-4c3d-8221-e969b804c660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.579214 10.0.0.38 - - [2026-03-23 06:13:03] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.38 - - [2026-03-23 06:13:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.38 - - [2026-03-23 06:13:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.053956 10.0.0.38 - - [2026-03-23 06:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.33 - - [2026-03-23 06:13:06] "GET /projects?obj_uuids=c36a5de7-c020-4c3d-8221-e969b804c660&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000998 10.0.0.38 - - [2026-03-23 06:13:06] "GET /project/c36a5de7-c020-4c3d-8221-e969b804c660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.067349 10.0.0.38 - - [2026-03-23 06:13:06] "POST /network-policys HTTP/1.1" 200 567 0.033517 10.0.0.38 - - [2026-03-23 06:13:06] "GET /network-policy/45fc7dcc-00f2-4349-a84d-99a21e3ee80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005846 10.0.0.38 - - [2026-03-23 06:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.33 - - [2026-03-23 06:13:06] "GET /projects?obj_uuids=c36a5de7-c020-4c3d-8221-e969b804c660&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001010 10.0.0.38 - - [2026-03-23 06:13:07] "GET /project/c36a5de7-c020-4c3d-8221-e969b804c660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.058681 10.0.0.38 - - [2026-03-23 06:13:07] "POST /neutron/network HTTP/1.1" 200 117 0.034927 10.0.0.50 - - [2026-03-23 06:13:07] "POST /ref-update HTTP/1.1" 200 156 0.039486 10.0.0.50 - - [2026-03-23 06:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.33 - - [2026-03-23 06:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.019691 10.0.0.38 - - [2026-03-23 06:13:07] "POST /neutron/subnet HTTP/1.1" 200 823 0.244756 10.0.0.38 - - [2026-03-23 06:13:07] "POST /id-to-fqname HTTP/1.1" 200 237 0.001193 10.0.0.38 - - [2026-03-23 06:13:07] "GET /virtual-network/41bc5e89-4aeb-4184-b626-620ecbd943a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.005040 10.0.0.38 - - [2026-03-23 06:13:07] "GET /virtual-network/41bc5e89-4aeb-4184-b626-620ecbd943a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.006230 10.0.0.38 - - [2026-03-23 06:13:08] "POST /neutron/network HTTP/1.1" 200 1014 0.012919 10.0.0.38 - - [2026-03-23 06:13:08] "POST /neutron/network HTTP/1.1" 200 1014 0.009093 10.0.0.50 - - [2026-03-23 06:13:08] "GET /virtual-network/e4f581f0-d970-4ba0-bd31-941ea2a66487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005608 10.0.0.38 - - [2026-03-23 06:13:08] "GET /virtual-network/41bc5e89-4aeb-4184-b626-620ecbd943a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006807 10.0.0.38 - - [2026-03-23 06:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.38 - - [2026-03-23 06:13:08] "GET /network-policy/45fc7dcc-00f2-4349-a84d-99a21e3ee80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004271 10.0.0.38 - - [2026-03-23 06:13:08] "GET /virtual-network/41bc5e89-4aeb-4184-b626-620ecbd943a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.005775 10.0.0.50 - - [2026-03-23 06:13:09] "GET /obj-perms HTTP/1.1" 200 5062 0.051150 10.0.0.33 - - [2026-03-23 06:13:10] "GET /obj-perms HTTP/1.1" 200 5062 0.054667 10.0.0.38 - - [2026-03-23 06:13:10] "DELETE /network-policy/45fc7dcc-00f2-4349-a84d-99a21e3ee80f HTTP/1.1" 409 238 0.008453 10.0.0.38 - - [2026-03-23 06:13:10] "POST /neutron/network HTTP/1.1" 200 1121 0.009212 10.0.0.50 - - [2026-03-23 06:13:10] "DELETE /access-control-list/a5a81d69-f3c6-4c34-8cdd-e464cfd2dd60 HTTP/1.1" 200 115 0.041465 10.0.0.38 - - [2026-03-23 06:13:10] "DELETE /network-policy/45fc7dcc-00f2-4349-a84d-99a21e3ee80f HTTP/1.1" 200 115 0.035694 10.0.0.38 - - [2026-03-23 06:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.33 - - [2026-03-23 06:13:10] "GET /projects?obj_uuids=c36a5de7-c020-4c3d-8221-e969b804c660&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001098 10.0.0.38 - - [2026-03-23 06:13:10] "GET /project/c36a5de7-c020-4c3d-8221-e969b804c660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.036952 10.0.0.38 - - [2026-03-23 06:13:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-28084996&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005350 10.0.0.50 - - [2026-03-23 06:13:12] "DELETE /access-control-list/25cdc760-0dc1-4cb3-9699-5ed404252110 HTTP/1.1" 200 115 0.040943 10.0.0.33 - - [2026-03-23 06:13:13] "DELETE /project/c36a5de7c0204c3d8221e969b804c660 HTTP/1.1" 404 173 0.010977 10.0.0.33 - - [2026-03-23 06:13:13] "DELETE /project/b5727de4-0625-46b2-aead-52c8102555a0 HTTP/1.1" 404 177 0.012235 10.0.0.33 - - [2026-03-23 06:13:13] "DELETE /project/18bc512552ae48e79d4eef6878ae6c2c HTTP/1.1" 404 173 0.013903 10.0.0.33 - - [2026-03-23 06:13:13] "DELETE /project/b8d1566f8945421b93e238f2c176dd01 HTTP/1.1" 404 173 0.010710 10.0.0.33 - - [2026-03-23 06:13:13] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000802 10.0.0.33 - - [2026-03-23 06:13:13] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000725 10.0.0.33 - - [2026-03-23 06:13:13] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.040934 10.0.0.33 - - [2026-03-23 06:13:13] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000953 10.0.0.33 - - [2026-03-23 06:13:13] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.072218 10.0.0.33 - - [2026-03-23 06:13:13] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.33 - - [2026-03-23 06:13:13] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?fields=security_groups HTTP/1.1" 200 1373 0.076117 10.0.0.33 - - [2026-03-23 06:13:13] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?fields=security_groups HTTP/1.1" 200 1387 0.097265 10.0.0.33 - - [2026-03-23 06:13:13] "GET /projects?obj_uuids=c36a5de7-c020-4c3d-8221-e969b804c660&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001463 10.0.0.38 - - [2026-03-23 06:13:13] "GET /project/c36a5de7-c020-4c3d-8221-e969b804c660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.036927 10.0.0.33 - - [2026-03-23 06:13:13] "GET /projects?obj_uuids=c36a5de7-c020-4c3d-8221-e969b804c660&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002433 10.0.0.33 - - [2026-03-23 06:13:13] "DELETE /security-group/fb19c17f-4d34-482f-9067-ce97bbf85b0b HTTP/1.1" 200 115 0.073493 10.0.0.33 - - [2026-03-23 06:13:13] "GET /projects?obj_uuids=b8d1566f-8945-421b-93e2-38f2c176dd01&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000860 10.0.0.38 - - [2026-03-23 06:13:13] "GET /project/c36a5de7-c020-4c3d-8221-e969b804c660?fields=virtual_networks HTTP/1.1" 200 1064 0.100829 10.0.0.50 - - [2026-03-23 06:13:13] "DELETE /access-control-list/c25329d3-afd0-4710-ab62-938a24009917 HTTP/1.1" 200 115 0.062334 10.0.0.33 - - [2026-03-23 06:13:13] "DELETE /security-group/bad263cb-5f15-4ac3-8d06-97784f6fa3c3 HTTP/1.1" 200 115 0.130451 10.0.0.33 - - [2026-03-23 06:13:13] "GET /project/b8d1566f-8945-421b-93e2-38f2c176dd01?fields=application_policy_sets HTTP/1.1" 200 1412 0.112057 10.0.0.33 - - [2026-03-23 06:13:13] "GET /projects?obj_uuids=18bc5125-52ae-48e7-9d4e-ef6878ae6c2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.33 - - [2026-03-23 06:13:13] "GET /projects?obj_uuids=c36a5de7-c020-4c3d-8221-e969b804c660&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002518 10.0.0.33 - - [2026-03-23 06:13:13] "GET /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c?fields=application_policy_sets HTTP/1.1" 200 1426 0.099855 10.0.0.38 - - [2026-03-23 06:13:13] "GET /project/c36a5de7-c020-4c3d-8221-e969b804c660?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.148845 10.0.0.33 - - [2026-03-23 06:13:13] "GET /projects?obj_uuids=c36a5de7-c020-4c3d-8221-e969b804c660&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002133 10.0.0.38 - - [2026-03-23 06:13:13] "GET /project/c36a5de7-c020-4c3d-8221-e969b804c660?fields=security_groups HTTP/1.1" 200 1306 0.074667 10.0.0.33 - - [2026-03-23 06:13:13] "DELETE /project/b8d1566f-8945-421b-93e2-38f2c176dd01 HTTP/1.1" 200 115 0.684838 10.0.0.33 - - [2026-03-23 06:13:13] "DELETE /project/18bc5125-52ae-48e7-9d4e-ef6878ae6c2c HTTP/1.1" 200 115 0.744584 10.0.0.38 - - [2026-03-23 06:13:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.028230 10.0.0.33 - - [2026-03-23 06:13:14] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002945 10.0.0.33 - - [2026-03-23 06:13:14] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001534 10.0.0.33 - - [2026-03-23 06:13:15] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010757 10.0.0.33 - - [2026-03-23 06:13:15] "POST /id-to-fqname HTTP/1.1" 200 192 0.003520 10.0.0.33 - - [2026-03-23 06:13:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.011038 10.0.0.33 - - [2026-03-23 06:13:15] "POST /security-groups HTTP/1.1" 200 593 0.039227 10.0.0.50 - - [2026-03-23 06:13:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.006529 10.0.0.33 - - [2026-03-23 06:13:15] "POST /projects HTTP/1.1" 200 589 0.276025 10.0.0.33 - - [2026-03-23 06:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.313580 10.0.0.50 - - [2026-03-23 06:13:15] "POST /access-control-lists HTTP/1.1" 200 596 0.041182 10.0.0.38 - - [2026-03-23 06:13:15] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.487364 10.0.0.38 - - [2026-03-23 06:13:16] "GET / HTTP/1.1" 200 35931 0.002003 10.0.0.38 - - [2026-03-23 06:13:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000693 10.0.0.38 - - [2026-03-23 06:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.054918 10.0.0.33 - - [2026-03-23 06:13:18] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001133 10.0.0.38 - - [2026-03-23 06:13:18] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.043113 10.0.0.33 - - [2026-03-23 06:13:18] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001177 10.0.0.38 - - [2026-03-23 06:13:19] "POST /neutron/network HTTP/1.1" 200 607 0.193006 10.0.0.38 - - [2026-03-23 06:13:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.005134 10.0.0.38 - - [2026-03-23 06:13:19] "GET /virtual-network/fa2c75a7-0c87-4022-8de6-f42232a624e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006959 10.0.0.38 - - [2026-03-23 06:13:19] "POST /neutron/network HTTP/1.1" 200 824 0.006927 10.0.0.38 - - [2026-03-23 06:13:19] "GET /virtual-network/fa2c75a7-0c87-4022-8de6-f42232a624e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005138 10.0.0.38 - - [2026-03-23 06:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.33 - - [2026-03-23 06:13:19] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001151 10.0.0.38 - - [2026-03-23 06:13:19] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.060898 10.0.0.38 - - [2026-03-23 06:13:19] "POST /neutron/network HTTP/1.1" 200 117 0.015734 10.0.0.50 - - [2026-03-23 06:13:19] "POST /route-targets HTTP/1.1" 200 327 0.014200 10.0.0.38 - - [2026-03-23 06:13:20] "POST /neutron/network HTTP/1.1" 200 825 0.015048 10.0.0.38 - - [2026-03-23 06:13:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001274 10.0.0.38 - - [2026-03-23 06:13:20] "GET /virtual-network/67df5a90-7b8c-4774-bdc7-380b590334a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005620 10.0.0.38 - - [2026-03-23 06:13:20] "GET /virtual-network/67df5a90-7b8c-4774-bdc7-380b590334a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006031 10.0.0.38 - - [2026-03-23 06:13:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.010852 10.0.0.38 - - [2026-03-23 06:13:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.004368 10.0.0.38 - - [2026-03-23 06:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.33 - - [2026-03-23 06:13:20] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000959 10.0.0.38 - - [2026-03-23 06:13:20] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.039385 10.0.0.38 - - [2026-03-23 06:13:20] "POST /network-policys HTTP/1.1" 200 571 0.030586 10.0.0.38 - - [2026-03-23 06:13:20] "GET /network-policy/82f6b8ad-7d5c-4a81-83df-a7e64e4ed1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005865 10.0.0.38 - - [2026-03-23 06:13:20] "POST /neutron/network HTTP/1.1" 200 926 0.011943 10.0.0.38 - - [2026-03-23 06:13:20] "GET /virtual-network/fa2c75a7-0c87-4022-8de6-f42232a624e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.009769 10.0.0.38 - - [2026-03-23 06:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.50 - - [2026-03-23 06:13:20] "POST /access-control-lists HTTP/1.1" 200 590 0.094850 10.0.0.38 - - [2026-03-23 06:13:20] "GET /network-policy/82f6b8ad-7d5c-4a81-83df-a7e64e4ed1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.007548 10.0.0.38 - - [2026-03-23 06:13:20] "POST /neutron/network HTTP/1.1" 200 927 0.023045 10.0.0.38 - - [2026-03-23 06:13:20] "GET /virtual-network/67df5a90-7b8c-4774-bdc7-380b590334a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007763 10.0.0.38 - - [2026-03-23 06:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.38 - - [2026-03-23 06:13:20] "GET /network-policy/82f6b8ad-7d5c-4a81-83df-a7e64e4ed1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.009703 10.0.0.50 - - [2026-03-23 06:13:20] "POST /ref-update HTTP/1.1" 200 156 0.038608 10.0.0.38 - - [2026-03-23 06:13:21] "GET /virtual-network/fa2c75a7-0c87-4022-8de6-f42232a624e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005295 10.0.0.38 - - [2026-03-23 06:13:22] "GET /virtual-network/67df5a90-7b8c-4774-bdc7-380b590334a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005309 10.0.0.38 - - [2026-03-23 06:13:23] "GET /obj-perms HTTP/1.1" 200 5034 0.057155 10.0.0.38 - - [2026-03-23 06:13:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001304 10.0.0.33 - - [2026-03-23 06:13:24] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001222 10.0.0.38 - - [2026-03-23 06:13:24] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.058385 10.0.0.38 - - [2026-03-23 06:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.006792 10.0.0.38 - - [2026-03-23 06:13:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001430 10.0.0.38 - - [2026-03-23 06:13:24] "POST /neutron/network HTTP/1.1" 200 937 0.006686 10.0.0.38 - - [2026-03-23 06:13:25] "POST /neutron/port HTTP/1.1" 200 1060 0.015786 10.0.0.33 - - [2026-03-23 06:13:25] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000949 10.0.0.38 - - [2026-03-23 06:13:25] "POST /neutron/port HTTP/1.1" 200 1124 0.030385 10.0.0.38 - - [2026-03-23 06:13:25] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.096571 10.0.0.38 - - [2026-03-23 06:13:25] "POST /neutron/network HTTP/1.1" 200 927 0.007020 10.0.0.38 - - [2026-03-23 06:13:25] "POST /neutron/port HTTP/1.1" 200 1124 0.024824 10.0.0.38 - - [2026-03-23 06:13:25] "POST /neutron/port HTTP/1.1" 200 1124 0.017718 10.0.0.33 - - [2026-03-23 06:13:25] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001394 10.0.0.38 - - [2026-03-23 06:13:26] "POST /neutron/port HTTP/1.1" 200 1061 0.342000 10.0.0.38 - - [2026-03-23 06:13:26] "POST /neutron/port HTTP/1.1" 200 1115 0.119249 10.0.0.38 - - [2026-03-23 06:13:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.011614 10.0.0.38 - - [2026-03-23 06:13:30] "POST /neutron/port HTTP/1.1" 200 1124 0.014734 10.0.0.38 - - [2026-03-23 06:13:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007357 10.0.0.38 - - [2026-03-23 06:13:30] "GET /virtual-machine/58d86acf-bbb6-4d44-86a1-d9dfbaf656b9 HTTP/1.1" 401 292 0.000395 10.0.0.38 - - [2026-03-23 06:13:31] "GET /virtual-machine/58d86acf-bbb6-4d44-86a1-d9dfbaf656b9 HTTP/1.1" 200 1293 0.039329 10.0.0.38 - - [2026-03-23 06:13:31] "GET /virtual-machine-interface/6240c2e3-7e6c-4201-8b23-a836abb83ede HTTP/1.1" 200 2951 0.007283 10.0.0.38 - - [2026-03-23 06:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.38 - - [2026-03-23 06:13:31] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004330 10.0.0.38 - - [2026-03-23 06:13:31] "GET /virtual-networks?parent_id=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003795 10.0.0.38 - - [2026-03-23 06:13:31] "GET /virtual-network/fa2c75a7-0c87-4022-8de6-f42232a624e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005544 10.0.0.50 - - [2026-03-23 06:13:31] "GET /obj-perms HTTP/1.1" 200 5056 0.055641 10.0.0.38 - - [2026-03-23 06:13:33] "POST /neutron/port HTTP/1.1" 200 1124 0.019205 10.0.0.38 - - [2026-03-23 06:13:34] "POST /neutron/port HTTP/1.1" 200 1125 0.017059 10.0.0.38 - - [2026-03-23 06:13:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.010661 10.0.0.38 - - [2026-03-23 06:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.38 - - [2026-03-23 06:13:34] "GET /virtual-network/fa2c75a7-0c87-4022-8de6-f42232a624e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006995 10.0.0.38 - - [2026-03-23 06:13:36] "POST /neutron/port HTTP/1.1" 200 1125 0.018068 10.0.0.38 - - [2026-03-23 06:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.38 - - [2026-03-23 06:13:36] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003967 10.0.0.38 - - [2026-03-23 06:13:36] "GET /virtual-networks?parent_id=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003217 10.0.0.38 - - [2026-03-23 06:13:36] "GET /virtual-network/fa2c75a7-0c87-4022-8de6-f42232a624e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007291 10.0.0.38 - - [2026-03-23 06:13:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006651 10.0.0.38 - - [2026-03-23 06:13:37] "POST /neutron/port HTTP/1.1" 200 1125 0.018716 10.0.0.38 - - [2026-03-23 06:13:37] "GET /virtual-machine/ee48412d-14a0-4fd4-b5c8-352a3639b721 HTTP/1.1" 200 1295 0.008864 10.0.0.38 - - [2026-03-23 06:13:37] "GET /virtual-machine-interface/1a02ed11-062f-4927-8b8f-de4e095ff897 HTTP/1.1" 200 2951 0.005924 10.0.0.38 - - [2026-03-23 06:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.38 - - [2026-03-23 06:13:37] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004358 10.0.0.38 - - [2026-03-23 06:13:37] "GET /virtual-networks?parent_id=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003557 10.0.0.38 - - [2026-03-23 06:13:37] "GET /virtual-network/67df5a90-7b8c-4774-bdc7-380b590334a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006911 10.0.0.38 - - [2026-03-23 06:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.38 - - [2026-03-23 06:13:38] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003714 10.0.0.38 - - [2026-03-23 06:13:38] "GET /virtual-networks?parent_id=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003790 10.0.0.38 - - [2026-03-23 06:13:38] "GET /virtual-network/67df5a90-7b8c-4774-bdc7-380b590334a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005659 10.0.0.38 - - [2026-03-23 06:13:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007013 10.0.0.38 - - [2026-03-23 06:13:42] "POST /neutron/network HTTP/1.1" 200 936 0.007343 10.0.0.38 - - [2026-03-23 06:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.38 - - [2026-03-23 06:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.33 - - [2026-03-23 06:13:47] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001329 10.0.0.38 - - [2026-03-23 06:13:47] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045575 10.0.0.38 - - [2026-03-23 06:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.38 - - [2026-03-23 06:13:47] "PUT /network-policy/82f6b8ad-7d5c-4a81-83df-a7e64e4ed1f0 HTTP/1.1" 200 262 0.022732 10.0.0.50 - - [2026-03-23 06:13:48] "PUT /access-control-list/664bdc5c-9567-4773-aad9-c070fb2e81a3 HTTP/1.1" 200 272 0.019258 10.0.0.50 - - [2026-03-23 06:13:48] "POST /ref-update HTTP/1.1" 200 156 0.032515 10.0.0.38 - - [2026-03-23 06:13:51] "GET /virtual-network/67df5a90-7b8c-4774-bdc7-380b590334a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006494 10.0.0.38 - - [2026-03-23 06:13:51] "POST /neutron/network HTTP/1.1" 200 825 0.057555 10.0.0.38 - - [2026-03-23 06:13:51] "GET /virtual-network/67df5a90-7b8c-4774-bdc7-380b590334a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007004 10.0.0.38 - - [2026-03-23 06:13:51] "GET /virtual-network/fa2c75a7-0c87-4022-8de6-f42232a624e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.008731 10.0.0.38 - - [2026-03-23 06:13:51] "POST /neutron/network HTTP/1.1" 200 824 0.073067 10.0.0.38 - - [2026-03-23 06:13:51] "GET /virtual-network/fa2c75a7-0c87-4022-8de6-f42232a624e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.013335 10.0.0.38 - - [2026-03-23 06:13:51] "DELETE /network-policy/82f6b8ad-7d5c-4a81-83df-a7e64e4ed1f0 HTTP/1.1" 200 115 0.038462 10.0.0.38 - - [2026-03-23 06:13:51] "POST /neutron/network HTTP/1.1" 400 204 0.013136 10.0.0.38 - - [2026-03-23 06:13:52] "POST /neutron/port HTTP/1.1" 200 151 0.188366 10.0.0.38 - - [2026-03-23 06:13:52] "POST /neutron/port HTTP/1.1" 200 151 0.200099 10.0.0.50 - - [2026-03-23 06:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.38 - - [2026-03-23 06:13:54] "POST /neutron/network HTTP/1.1" 200 824 0.011499 10.0.0.50 - - [2026-03-23 06:13:54] "DELETE /route-target/ea1cf119-3178-4d46-9ad8-7e54a49a1f28 HTTP/1.1" 200 115 0.022526 10.0.0.33 - - [2026-03-23 06:13:55] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001409 10.0.0.38 - - [2026-03-23 06:13:55] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046930 10.0.0.33 - - [2026-03-23 06:13:55] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001261 10.0.0.38 - - [2026-03-23 06:13:55] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?fields=virtual_networks HTTP/1.1" 200 1035 0.045916 10.0.0.33 - - [2026-03-23 06:13:55] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.38 - - [2026-03-23 06:13:56] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.040275 10.0.0.33 - - [2026-03-23 06:13:56] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001028 10.0.0.38 - - [2026-03-23 06:13:56] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?fields=security_groups HTTP/1.1" 200 1263 0.039594 10.0.0.38 - - [2026-03-23 06:13:56] "POST /fqname-to-id HTTP/1.1" 404 181 0.030340 10.0.0.33 - - [2026-03-23 06:13:56] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003823 10.0.0.33 - - [2026-03-23 06:13:57] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.33 - - [2026-03-23 06:13:57] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007063 10.0.0.33 - - [2026-03-23 06:13:57] "POST /id-to-fqname HTTP/1.1" 200 183 0.002439 10.0.0.33 - - [2026-03-23 06:13:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.002809 10.0.0.33 - - [2026-03-23 06:13:57] "POST /security-groups HTTP/1.1" 200 584 0.077725 10.0.0.33 - - [2026-03-23 06:13:57] "POST /projects HTTP/1.1" 200 571 0.287809 10.0.0.50 - - [2026-03-23 06:13:57] "POST /fqname-to-id HTTP/1.1" 404 226 0.011975 10.0.0.33 - - [2026-03-23 06:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.371164 10.0.0.38 - - [2026-03-23 06:13:57] "GET /project/2e2ae72a-393f-4f75-89ad-6aef5847fbb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.526634 10.0.0.38 - - [2026-03-23 06:13:58] "GET / HTTP/1.1" 200 35931 0.002539 10.0.0.38 - - [2026-03-23 06:14:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.38 - - [2026-03-23 06:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.064273 10.0.0.33 - - [2026-03-23 06:14:00] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001065 10.0.0.38 - - [2026-03-23 06:14:00] "GET /project/2e2ae72a-393f-4f75-89ad-6aef5847fbb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.037769 10.0.0.33 - - [2026-03-23 06:14:00] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001590 10.0.0.38 - - [2026-03-23 06:14:00] "POST /neutron/network HTTP/1.1" 200 612 0.159503 10.0.0.50 - - [2026-03-23 06:14:00] "POST /ref-update HTTP/1.1" 200 156 0.025694 10.0.0.38 - - [2026-03-23 06:14:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.003903 10.0.0.38 - - [2026-03-23 06:14:01] "GET /virtual-network/952aedec-5dda-4ae6-b3ad-ef5f809ce37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.016387 10.0.0.38 - - [2026-03-23 06:14:01] "POST /neutron/network HTTP/1.1" 200 832 0.007859 10.0.0.38 - - [2026-03-23 06:14:01] "GET /virtual-network/952aedec-5dda-4ae6-b3ad-ef5f809ce37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005385 10.0.0.38 - - [2026-03-23 06:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.38 - - [2026-03-23 06:14:01] "GET /virtual-network/952aedec-5dda-4ae6-b3ad-ef5f809ce37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005538 10.0.0.38 - - [2026-03-23 06:14:01] "PUT /virtual-network/952aedec-5dda-4ae6-b3ad-ef5f809ce37d HTTP/1.1" 200 264 0.065244 10.0.0.38 - - [2026-03-23 06:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.33 - - [2026-03-23 06:14:01] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.38 - - [2026-03-23 06:14:01] "GET /project/2e2ae72a-393f-4f75-89ad-6aef5847fbb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.038803 10.0.0.38 - - [2026-03-23 06:14:01] "POST /neutron/network HTTP/1.1" 200 117 0.015497 10.0.0.50 - - [2026-03-23 06:14:01] "POST /route-targets HTTP/1.1" 200 327 0.024949 10.0.0.38 - - [2026-03-23 06:14:02] "POST /neutron/network HTTP/1.1" 200 833 0.008667 10.0.0.38 - - [2026-03-23 06:14:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001132 10.0.0.38 - - [2026-03-23 06:14:02] "GET /virtual-network/5deef2a1-445e-42f0-9587-edc526d4a9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005136 10.0.0.38 - - [2026-03-23 06:14:02] "GET /virtual-network/5deef2a1-445e-42f0-9587-edc526d4a9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005042 10.0.0.38 - - [2026-03-23 06:14:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.008025 10.0.0.38 - - [2026-03-23 06:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.38 - - [2026-03-23 06:14:02] "GET /virtual-network/5deef2a1-445e-42f0-9587-edc526d4a9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005644 10.0.0.38 - - [2026-03-23 06:14:02] "PUT /virtual-network/5deef2a1-445e-42f0-9587-edc526d4a9fd HTTP/1.1" 200 264 0.060292 10.0.0.38 - - [2026-03-23 06:14:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001403 10.0.0.33 - - [2026-03-23 06:14:03] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001725 10.0.0.38 - - [2026-03-23 06:14:03] "GET /project/2e2ae72a-393f-4f75-89ad-6aef5847fbb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.078367 10.0.0.38 - - [2026-03-23 06:14:03] "POST /neutron/port HTTP/1.1" 200 117 0.005830 10.0.0.38 - - [2026-03-23 06:14:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001331 10.0.0.38 - - [2026-03-23 06:14:03] "POST /neutron/network HTTP/1.1" 200 843 0.007462 10.0.0.38 - - [2026-03-23 06:14:04] "POST /neutron/port HTTP/1.1" 200 1054 0.016373 10.0.0.38 - - [2026-03-23 06:14:04] "POST /neutron/port HTTP/1.1" 200 1118 0.017435 10.0.0.33 - - [2026-03-23 06:14:04] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000963 10.0.0.38 - - [2026-03-23 06:14:04] "GET /project/2e2ae72a-393f-4f75-89ad-6aef5847fbb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.077175 10.0.0.38 - - [2026-03-23 06:14:04] "POST /neutron/port HTTP/1.1" 200 117 0.002108 10.0.0.38 - - [2026-03-23 06:14:04] "POST /neutron/port HTTP/1.1" 200 1118 0.018800 10.0.0.38 - - [2026-03-23 06:14:04] "POST /neutron/port HTTP/1.1" 200 1118 0.016027 10.0.0.33 - - [2026-03-23 06:14:05] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001028 10.0.0.38 - - [2026-03-23 06:14:05] "POST /neutron/port HTTP/1.1" 200 1055 0.317938 10.0.0.38 - - [2026-03-23 06:14:05] "POST /neutron/port HTTP/1.1" 200 1109 0.099387 10.0.0.38 - - [2026-03-23 06:14:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.008276 10.0.0.38 - - [2026-03-23 06:14:09] "POST /neutron/port HTTP/1.1" 200 1118 0.016618 10.0.0.38 - - [2026-03-23 06:14:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006489 10.0.0.38 - - [2026-03-23 06:14:10] "GET /virtual-machine/7ccb408a-b510-4e24-af2a-5b354f5f8d2b HTTP/1.1" 401 292 0.000398 10.0.0.38 - - [2026-03-23 06:14:10] "GET /virtual-machine/7ccb408a-b510-4e24-af2a-5b354f5f8d2b HTTP/1.1" 200 1285 0.030211 10.0.0.38 - - [2026-03-23 06:14:10] "GET /virtual-machine-interface/e5f1a547-569b-4fbc-96bd-2e7ef13d7052 HTTP/1.1" 200 2928 0.006209 10.0.0.38 - - [2026-03-23 06:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.38 - - [2026-03-23 06:14:10] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003551 10.0.0.38 - - [2026-03-23 06:14:10] "GET /virtual-networks?parent_id=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003344 10.0.0.38 - - [2026-03-23 06:14:10] "GET /virtual-network/952aedec-5dda-4ae6-b3ad-ef5f809ce37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006435 10.0.0.38 - - [2026-03-23 06:14:12] "POST /neutron/port HTTP/1.1" 200 1118 0.020587 10.0.0.50 - - [2026-03-23 06:14:13] "DELETE /access-control-list/87ecfb6b-411b-46e7-872c-c0bd664b84bf HTTP/1.1" 200 115 0.042855 10.0.0.38 - - [2026-03-23 06:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.38 - - [2026-03-23 06:14:13] "GET /virtual-network/952aedec-5dda-4ae6-b3ad-ef5f809ce37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006418 10.0.0.33 - - [2026-03-23 06:14:14] "DELETE /project/c36a5de7-c020-4c3d-8221-e969b804c660 HTTP/1.1" 404 177 0.008383 10.0.0.33 - - [2026-03-23 06:14:14] "DELETE /project/2e2ae72a393f4f7589ad6aef5847fbb3 HTTP/1.1" 404 173 0.007283 10.0.0.33 - - [2026-03-23 06:14:14] "DELETE /project/01880b24aeb24e3da8133f5bfa0321b5 HTTP/1.1" 404 173 0.006618 10.0.0.33 - - [2026-03-23 06:14:14] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001341 10.0.0.33 - - [2026-03-23 06:14:14] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.053946 10.0.0.33 - - [2026-03-23 06:14:14] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001602 10.0.0.33 - - [2026-03-23 06:14:14] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?fields=security_groups HTTP/1.1" 200 1368 0.044335 10.0.0.33 - - [2026-03-23 06:14:14] "DELETE /security-group/ea2f9f55-0660-482c-affb-b49d7b088706 HTTP/1.1" 200 115 0.051945 10.0.0.33 - - [2026-03-23 06:14:14] "GET /projects?obj_uuids=01880b24-aeb2-4e3d-a813-3f5bfa0321b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002679 10.0.0.33 - - [2026-03-23 06:14:14] "GET /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5?fields=application_policy_sets HTTP/1.1" 200 1407 0.073470 10.0.0.50 - - [2026-03-23 06:14:14] "DELETE /access-control-list/4633d56a-02dc-417a-b764-fb2716365205 HTTP/1.1" 200 115 0.059331 10.0.0.33 - - [2026-03-23 06:14:14] "DELETE /project/01880b24-aeb2-4e3d-a813-3f5bfa0321b5 HTTP/1.1" 200 115 0.472992 10.0.0.38 - - [2026-03-23 06:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.38 - - [2026-03-23 06:14:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006397 10.0.0.38 - - [2026-03-23 06:14:15] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003217 10.0.0.38 - - [2026-03-23 06:14:15] "GET /virtual-networks?parent_id=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003255 10.0.0.38 - - [2026-03-23 06:14:15] "GET /virtual-network/952aedec-5dda-4ae6-b3ad-ef5f809ce37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005642 10.0.0.38 - - [2026-03-23 06:14:16] "POST /neutron/port HTTP/1.1" 200 1119 0.017421 10.0.0.38 - - [2026-03-23 06:14:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007193 10.0.0.38 - - [2026-03-23 06:14:16] "GET /virtual-machine/1ffa5614-aed9-4971-826b-a10b34701da0 HTTP/1.1" 200 1284 0.005559 10.0.0.38 - - [2026-03-23 06:14:16] "GET /virtual-machine-interface/b4a60bea-e926-4ad0-97ee-019f59672625 HTTP/1.1" 200 2928 0.005887 10.0.0.38 - - [2026-03-23 06:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.38 - - [2026-03-23 06:14:16] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.015689 10.0.0.38 - - [2026-03-23 06:14:16] "GET /virtual-networks?parent_id=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003100 10.0.0.38 - - [2026-03-23 06:14:16] "GET /virtual-network/5deef2a1-445e-42f0-9587-edc526d4a9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005911 10.0.0.38 - - [2026-03-23 06:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.38 - - [2026-03-23 06:14:17] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003449 10.0.0.38 - - [2026-03-23 06:14:17] "GET /virtual-networks?parent_id=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003279 10.0.0.38 - - [2026-03-23 06:14:17] "GET /virtual-network/5deef2a1-445e-42f0-9587-edc526d4a9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005451 10.0.0.38 - - [2026-03-23 06:14:22] "POST /neutron/port HTTP/1.1" 200 1119 0.019586 10.0.0.38 - - [2026-03-23 06:14:28] "POST /routing-policys HTTP/1.1" 200 534 0.031072 10.0.0.38 - - [2026-03-23 06:14:28] "GET /virtual-network/952aedec-5dda-4ae6-b3ad-ef5f809ce37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.015682 10.0.0.38 - - [2026-03-23 06:14:28] "PUT /virtual-network/952aedec-5dda-4ae6-b3ad-ef5f809ce37d HTTP/1.1" 200 264 0.066028 10.0.0.38 - - [2026-03-23 06:14:32] "POST /ref-update HTTP/1.1" 200 156 0.067627 10.0.0.38 - - [2026-03-23 06:14:32] "DELETE /routing-policy/eeea938c-7c58-4e05-b70f-a3457054886d HTTP/1.1" 200 115 0.063905 10.0.0.33 - - [2026-03-23 06:14:32] "GET /obj-perms HTTP/1.1" 200 5056 0.094832 10.0.0.38 - - [2026-03-23 06:14:32] "POST /neutron/network HTTP/1.1" 400 204 0.013459 10.0.0.38 - - [2026-03-23 06:14:32] "POST /neutron/port HTTP/1.1" 200 1109 0.015173 10.0.0.38 - - [2026-03-23 06:14:33] "POST /neutron/port HTTP/1.1" 200 151 0.237793 10.0.0.50 - - [2026-03-23 06:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.026806 10.0.0.50 - - [2026-03-23 06:14:34] "DELETE /route-target/07e739ee-4026-4275-becd-e879b16b7b86 HTTP/1.1" 409 239 0.013338 10.0.0.38 - - [2026-03-23 06:14:34] "POST /neutron/network HTTP/1.1" 200 832 0.007169 10.0.0.50 - - [2026-03-23 06:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007177 10.0.0.33 - - [2026-03-23 06:14:36] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.033643 10.0.0.38 - - [2026-03-23 06:14:36] "GET /project/2e2ae72a-393f-4f75-89ad-6aef5847fbb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.112504 10.0.0.33 - - [2026-03-23 06:14:36] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001082 10.0.0.38 - - [2026-03-23 06:14:36] "GET /project/2e2ae72a-393f-4f75-89ad-6aef5847fbb3?fields=virtual_networks HTTP/1.1" 200 1017 0.046788 10.0.0.33 - - [2026-03-23 06:14:36] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000979 10.0.0.38 - - [2026-03-23 06:14:36] "GET /project/2e2ae72a-393f-4f75-89ad-6aef5847fbb3?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.049228 10.0.0.33 - - [2026-03-23 06:14:36] "GET /projects?obj_uuids=2e2ae72a-393f-4f75-89ad-6aef5847fbb3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000980 10.0.0.38 - - [2026-03-23 06:14:36] "GET /project/2e2ae72a-393f-4f75-89ad-6aef5847fbb3?fields=security_groups HTTP/1.1" 200 1236 0.045425 10.0.0.38 - - [2026-03-23 06:14:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.029563 10.0.0.33 - - [2026-03-23 06:14:37] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003097 10.0.0.33 - - [2026-03-23 06:14:37] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.33 - - [2026-03-23 06:14:37] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036230 10.0.0.33 - - [2026-03-23 06:14:37] "POST /id-to-fqname HTTP/1.1" 200 188 0.003856 10.0.0.33 - - [2026-03-23 06:14:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.017407 10.0.0.33 - - [2026-03-23 06:14:37] "POST /security-groups HTTP/1.1" 200 589 0.034888 10.0.0.33 - - [2026-03-23 06:14:37] "POST /projects HTTP/1.1" 200 581 0.271763 10.0.0.50 - - [2026-03-23 06:14:37] "POST /access-control-lists HTTP/1.1" 200 594 0.042163 10.0.0.33 - - [2026-03-23 06:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.348275 10.0.0.38 - - [2026-03-23 06:14:37] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.528534 10.0.0.38 - - [2026-03-23 06:14:38] "GET / HTTP/1.1" 200 35931 0.001331 10.0.0.38 - - [2026-03-23 06:14:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2026-03-23 06:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.053982 10.0.0.33 - - [2026-03-23 06:14:40] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001438 10.0.0.38 - - [2026-03-23 06:14:40] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.065340 10.0.0.33 - - [2026-03-23 06:14:41] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.38 - - [2026-03-23 06:14:41] "POST /neutron/network HTTP/1.1" 200 613 0.180511 10.0.0.50 - - [2026-03-23 06:14:41] "POST /route-targets HTTP/1.1" 200 327 0.015646 10.0.0.38 - - [2026-03-23 06:14:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.003665 10.0.0.38 - - [2026-03-23 06:14:41] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005551 10.0.0.38 - - [2026-03-23 06:14:41] "POST /neutron/network HTTP/1.1" 200 834 0.006680 10.0.0.38 - - [2026-03-23 06:14:41] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006185 10.0.0.38 - - [2026-03-23 06:14:42] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006030 10.0.0.38 - - [2026-03-23 06:14:42] "GET /obj-perms HTTP/1.1" 200 5026 0.116105 10.0.0.38 - - [2026-03-23 06:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007243 10.0.0.33 - - [2026-03-23 06:14:43] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.38 - - [2026-03-23 06:14:43] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056200 10.0.0.38 - - [2026-03-23 06:14:43] "POST /neutron/network HTTP/1.1" 200 117 0.014189 10.0.0.50 - - [2026-03-23 06:14:43] "POST /ref-update HTTP/1.1" 200 156 0.031762 10.0.0.38 - - [2026-03-23 06:14:44] "POST /neutron/network HTTP/1.1" 200 830 0.009744 10.0.0.38 - - [2026-03-23 06:14:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001319 10.0.0.38 - - [2026-03-23 06:14:44] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006477 10.0.0.38 - - [2026-03-23 06:14:44] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007377 10.0.0.38 - - [2026-03-23 06:14:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.009082 10.0.0.38 - - [2026-03-23 06:14:44] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005713 10.0.0.38 - - [2026-03-23 06:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.33 - - [2026-03-23 06:14:44] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002031 10.0.0.38 - - [2026-03-23 06:14:44] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.073883 10.0.0.33 - - [2026-03-23 06:14:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002759 10.0.0.38 - - [2026-03-23 06:14:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.229117 10.0.0.38 - - [2026-03-23 06:14:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001241 10.0.0.38 - - [2026-03-23 06:14:45] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005580 10.0.0.38 - - [2026-03-23 06:14:45] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005032 10.0.0.38 - - [2026-03-23 06:14:45] "POST /neutron/network HTTP/1.1" 200 835 0.006270 10.0.0.38 - - [2026-03-23 06:14:45] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005734 10.0.0.50 - - [2026-03-23 06:14:45] "GET /obj-perms HTTP/1.1" 200 5026 0.049603 10.0.0.33 - - [2026-03-23 06:14:46] "GET /obj-perms HTTP/1.1" 200 5026 0.050557 10.0.0.38 - - [2026-03-23 06:14:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001397 10.0.0.33 - - [2026-03-23 06:14:47] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001387 10.0.0.38 - - [2026-03-23 06:14:47] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.084396 10.0.0.38 - - [2026-03-23 06:14:47] "POST /neutron/network HTTP/1.1" 200 830 0.032664 10.0.0.38 - - [2026-03-23 06:14:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001631 10.0.0.38 - - [2026-03-23 06:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.006965 10.0.0.33 - - [2026-03-23 06:14:48] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001536 10.0.0.38 - - [2026-03-23 06:14:48] "POST /neutron/port HTTP/1.1" 200 1056 0.302755 10.0.0.33 - - [2026-03-23 06:14:48] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001260 10.0.0.38 - - [2026-03-23 06:14:48] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.115638 10.0.0.38 - - [2026-03-23 06:14:48] "POST /neutron/port HTTP/1.1" 200 1110 0.157811 10.0.0.38 - - [2026-03-23 06:14:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003670 10.0.0.38 - - [2026-03-23 06:14:48] "POST /neutron/network HTTP/1.1" 200 830 0.006687 10.0.0.38 - - [2026-03-23 06:14:49] "POST /neutron/port HTTP/1.1" 200 117 0.005482 10.0.0.38 - - [2026-03-23 06:14:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003755 10.0.0.38 - - [2026-03-23 06:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.33 - - [2026-03-23 06:14:49] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001929 10.0.0.38 - - [2026-03-23 06:14:49] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010987 10.0.0.38 - - [2026-03-23 06:14:49] "POST /service-templates HTTP/1.1" 200 543 0.028705 10.0.0.38 - - [2026-03-23 06:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.38 - - [2026-03-23 06:14:49] "GET /service-template/1719d5ec-8690-4da0-a147-69e7d2e894d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005575 10.0.0.38 - - [2026-03-23 06:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.38 - - [2026-03-23 06:14:49] "GET /service-template/1719d5ec-8690-4da0-a147-69e7d2e894d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004311 10.0.0.38 - - [2026-03-23 06:14:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001373 10.0.0.38 - - [2026-03-23 06:14:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001176 10.0.0.38 - - [2026-03-23 06:14:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001502 10.0.0.38 - - [2026-03-23 06:14:49] "POST /neutron/port HTTP/1.1" 200 1952 0.054056 10.0.0.38 - - [2026-03-23 06:14:49] "POST /neutron/port HTTP/1.1" 200 1059 0.017778 10.0.0.38 - - [2026-03-23 06:14:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003759 10.0.0.38 - - [2026-03-23 06:14:50] "POST /neutron/network HTTP/1.1" 200 835 0.006397 10.0.0.33 - - [2026-03-23 06:14:51] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001478 10.0.0.38 - - [2026-03-23 06:14:51] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.082329 10.0.0.38 - - [2026-03-23 06:14:51] "POST /neutron/network HTTP/1.1" 200 830 0.006151 10.0.0.38 - - [2026-03-23 06:14:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008656 10.0.0.38 - - [2026-03-23 06:14:52] "POST /neutron/network HTTP/1.1" 200 2224 0.013491 10.0.0.33 - - [2026-03-23 06:14:52] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.38 - - [2026-03-23 06:14:53] "POST /neutron/port HTTP/1.1" 200 1059 0.228399 10.0.0.38 - - [2026-03-23 06:14:53] "POST /neutron/port HTTP/1.1" 200 1114 0.129877 10.0.0.38 - - [2026-03-23 06:14:53] "POST /neutron/port HTTP/1.1" 200 1110 0.175819 10.0.0.38 - - [2026-03-23 06:14:53] "POST /neutron/port HTTP/1.1" 200 1113 0.096691 10.0.0.38 - - [2026-03-23 06:14:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.010215 10.0.0.38 - - [2026-03-23 06:14:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005337 10.0.0.38 - - [2026-03-23 06:14:53] "POST /neutron/network HTTP/1.1" 200 830 0.006687 10.0.0.38 - - [2026-03-23 06:14:53] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.38 - - [2026-03-23 06:14:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008758 10.0.0.38 - - [2026-03-23 06:14:57] "POST /neutron/port HTTP/1.1" 200 3062 0.024383 10.0.0.38 - - [2026-03-23 06:14:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009666 10.0.0.38 - - [2026-03-23 06:14:57] "GET /virtual-machine/3057165d-5a27-4025-8d24-21ca8a6492b7 HTTP/1.1" 401 292 0.000678 10.0.0.38 - - [2026-03-23 06:14:57] "GET /virtual-machine/3057165d-5a27-4025-8d24-21ca8a6492b7 HTTP/1.1" 200 1802 0.030396 10.0.0.38 - - [2026-03-23 06:14:57] "GET /virtual-machine-interface/2e92f27b-abec-40b2-adc5-1401d10d6f0b HTTP/1.1" 200 2949 0.006236 10.0.0.38 - - [2026-03-23 06:14:57] "GET /virtual-machine-interface/4adfbc91-d61a-4d89-b820-39d4c48ba5d0 HTTP/1.1" 200 2946 0.008485 10.0.0.38 - - [2026-03-23 06:14:57] "GET /virtual-machine-interface/8f5c22eb-c12a-4190-b486-90b4f374aa5d HTTP/1.1" 200 2947 0.005646 10.0.0.38 - - [2026-03-23 06:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.38 - - [2026-03-23 06:14:57] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004867 10.0.0.38 - - [2026-03-23 06:14:57] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003468 10.0.0.38 - - [2026-03-23 06:14:57] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006157 10.0.0.38 - - [2026-03-23 06:14:57] "POST /neutron/port HTTP/1.1" 200 1120 0.016791 10.0.0.38 - - [2026-03-23 06:14:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006959 10.0.0.38 - - [2026-03-23 06:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.38 - - [2026-03-23 06:15:00] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005944 10.0.0.38 - - [2026-03-23 06:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.38 - - [2026-03-23 06:15:04] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006409 10.0.0.38 - - [2026-03-23 06:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.38 - - [2026-03-23 06:15:09] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006319 10.0.0.38 - - [2026-03-23 06:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.38 - - [2026-03-23 06:15:13] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005042 10.0.0.50 - - [2026-03-23 06:15:13] "DELETE /access-control-list/41f20f43-436d-4f12-8d3d-5b6f31311d81 HTTP/1.1" 200 115 0.047159 10.0.0.33 - - [2026-03-23 06:15:14] "DELETE /project/b3ac4a7346f8425cb11b5553dd4c9c12 HTTP/1.1" 404 173 0.003852 10.0.0.33 - - [2026-03-23 06:15:14] "DELETE /project/2e2ae72a-393f-4f75-89ad-6aef5847fbb3 HTTP/1.1" 404 177 0.003520 10.0.0.38 - - [2026-03-23 06:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.38 - - [2026-03-23 06:15:17] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005979 10.0.0.38 - - [2026-03-23 06:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.38 - - [2026-03-23 06:15:19] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003605 10.0.0.38 - - [2026-03-23 06:15:19] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005869 10.0.0.38 - - [2026-03-23 06:15:19] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005614 10.0.0.38 - - [2026-03-23 06:15:24] "POST /neutron/port HTTP/1.1" 200 3062 0.033091 10.0.0.38 - - [2026-03-23 06:15:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.037653 10.0.0.38 - - [2026-03-23 06:15:35] "POST /neutron/port HTTP/1.1" 200 3062 0.039942 10.0.0.38 - - [2026-03-23 06:15:36] "POST /neutron/port HTTP/1.1" 200 1123 0.042562 10.0.0.38 - - [2026-03-23 06:15:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.008682 10.0.0.38 - - [2026-03-23 06:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2026-03-23 06:15:40] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004284 10.0.0.38 - - [2026-03-23 06:15:40] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003504 10.0.0.38 - - [2026-03-23 06:15:40] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005598 10.0.0.38 - - [2026-03-23 06:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.38 - - [2026-03-23 06:15:40] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004022 10.0.0.38 - - [2026-03-23 06:15:40] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003770 10.0.0.38 - - [2026-03-23 06:15:40] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005768 10.0.0.38 - - [2026-03-23 06:15:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.003414 10.0.0.38 - - [2026-03-23 06:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.33 - - [2026-03-23 06:15:40] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.38 - - [2026-03-23 06:15:40] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061367 10.0.0.38 - - [2026-03-23 06:15:40] "POST /service-instances HTTP/1.1" 200 543 0.035154 10.0.0.38 - - [2026-03-23 06:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.38 - - [2026-03-23 06:15:41] "GET /service-instance/cd28afbf-f321-42a5-95c3-c71c0dc14495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.008127 10.0.0.38 - - [2026-03-23 06:15:41] "POST /port-tuples HTTP/1.1" 200 586 0.041500 10.0.0.38 - - [2026-03-23 06:15:41] "GET /virtual-machine-interface/8f5c22eb-c12a-4190-b486-90b4f374aa5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006556 10.0.0.38 - - [2026-03-23 06:15:41] "PUT /virtual-machine-interface/8f5c22eb-c12a-4190-b486-90b4f374aa5d HTTP/1.1" 200 284 0.015165 10.0.0.38 - - [2026-03-23 06:15:41] "POST /ref-update HTTP/1.1" 200 156 0.017884 10.0.0.38 - - [2026-03-23 06:15:41] "GET /virtual-machine-interface/4adfbc91-d61a-4d89-b820-39d4c48ba5d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005548 10.0.0.38 - - [2026-03-23 06:15:41] "PUT /virtual-machine-interface/4adfbc91-d61a-4d89-b820-39d4c48ba5d0 HTTP/1.1" 200 284 0.019233 10.0.0.50 - - [2026-03-23 06:15:41] "POST /instance-ips HTTP/1.1" 200 385 0.119181 10.0.0.38 - - [2026-03-23 06:15:41] "POST /ref-update HTTP/1.1" 200 156 0.026641 10.0.0.38 - - [2026-03-23 06:15:41] "GET /virtual-machine-interface/2e92f27b-abec-40b2-adc5-1401d10d6f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.011158 10.0.0.38 - - [2026-03-23 06:15:41] "PUT /virtual-machine-interface/2e92f27b-abec-40b2-adc5-1401d10d6f0b HTTP/1.1" 200 284 0.026227 10.0.0.50 - - [2026-03-23 06:15:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005302 10.0.0.38 - - [2026-03-23 06:15:41] "POST /ref-update HTTP/1.1" 200 156 0.028006 10.0.0.50 - - [2026-03-23 06:15:41] "POST /ref-update HTTP/1.1" 200 156 0.025379 10.0.0.38 - - [2026-03-23 06:15:41] "POST /neutron/port HTTP/1.1" 200 1120 0.021373 10.0.0.50 - - [2026-03-23 06:15:41] "POST /ref-update HTTP/1.1" 200 156 0.019747 10.0.0.50 - - [2026-03-23 06:15:41] "POST /instance-ips HTTP/1.1" 200 373 0.029989 10.0.0.38 - - [2026-03-23 06:15:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007748 10.0.0.50 - - [2026-03-23 06:15:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006299 10.0.0.38 - - [2026-03-23 06:15:42] "GET /virtual-machine/c4c91770-8381-4032-a2d7-4994e6d9078f HTTP/1.1" 200 1291 0.005157 10.0.0.38 - - [2026-03-23 06:15:42] "GET /virtual-machine-interface/039b4d97-b803-4d02-834c-1cd43ad6cc67 HTTP/1.1" 200 2944 0.009769 10.0.0.38 - - [2026-03-23 06:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.38 - - [2026-03-23 06:15:42] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003610 10.0.0.38 - - [2026-03-23 06:15:42] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.008424 10.0.0.50 - - [2026-03-23 06:15:42] "POST /ref-update HTTP/1.1" 200 156 0.027917 10.0.0.38 - - [2026-03-23 06:15:42] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010937 10.0.0.50 - - [2026-03-23 06:15:42] "POST /ref-update HTTP/1.1" 200 156 0.031108 10.0.0.38 - - [2026-03-23 06:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.38 - - [2026-03-23 06:15:43] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003306 10.0.0.38 - - [2026-03-23 06:15:43] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004420 10.0.0.38 - - [2026-03-23 06:15:43] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005267 10.0.0.38 - - [2026-03-23 06:15:43] "POST /neutron/port HTTP/1.1" 200 1123 0.015947 10.0.0.38 - - [2026-03-23 06:15:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006904 10.0.0.38 - - [2026-03-23 06:15:43] "GET /virtual-machine/dc4505ee-392f-4fae-a0f4-0be6a567710b HTTP/1.1" 200 1291 0.005614 10.0.0.38 - - [2026-03-23 06:15:43] "GET /virtual-machine-interface/ed5063d4-3705-4531-8f1a-516b5f399542 HTTP/1.1" 200 2950 0.004700 10.0.0.38 - - [2026-03-23 06:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.38 - - [2026-03-23 06:15:43] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003458 10.0.0.38 - - [2026-03-23 06:15:43] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003354 10.0.0.38 - - [2026-03-23 06:15:43] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006167 10.0.0.38 - - [2026-03-23 06:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.38 - - [2026-03-23 06:15:45] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003706 10.0.0.38 - - [2026-03-23 06:15:45] "POST /neutron/port HTTP/1.1" 200 1120 0.016879 10.0.0.38 - - [2026-03-23 06:15:45] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002829 10.0.0.38 - - [2026-03-23 06:15:45] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004918 10.0.0.38 - - [2026-03-23 06:15:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.021860 10.0.0.38 - - [2026-03-23 06:15:45] "POST /neutron/network HTTP/1.1" 200 830 0.007173 10.0.0.38 - - [2026-03-23 06:15:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.003066 10.0.0.38 - - [2026-03-23 06:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.33 - - [2026-03-23 06:15:45] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.38 - - [2026-03-23 06:15:45] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051120 10.0.0.38 - - [2026-03-23 06:15:45] "POST /network-policys HTTP/1.1" 200 547 0.036514 10.0.0.38 - - [2026-03-23 06:15:45] "GET /network-policy/086b3e48-2c74-460e-84f6-0ea178174cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006106 10.0.0.38 - - [2026-03-23 06:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.38 - - [2026-03-23 06:15:45] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005526 10.0.0.38 - - [2026-03-23 06:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.38 - - [2026-03-23 06:15:45] "GET /network-policy/086b3e48-2c74-460e-84f6-0ea178174cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005320 10.0.0.38 - - [2026-03-23 06:15:45] "POST /ref-update HTTP/1.1" 200 156 0.061060 10.0.0.38 - - [2026-03-23 06:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.38 - - [2026-03-23 06:15:45] "GET /network-policy/086b3e48-2c74-460e-84f6-0ea178174cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004256 10.0.0.38 - - [2026-03-23 06:15:45] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006211 10.0.0.38 - - [2026-03-23 06:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.38 - - [2026-03-23 06:15:45] "GET /network-policy/086b3e48-2c74-460e-84f6-0ea178174cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003351 10.0.0.38 - - [2026-03-23 06:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.38 - - [2026-03-23 06:15:45] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005964 10.0.0.38 - - [2026-03-23 06:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.38 - - [2026-03-23 06:15:45] "GET /network-policy/086b3e48-2c74-460e-84f6-0ea178174cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003443 10.0.0.50 - - [2026-03-23 06:15:46] "PUT /access-control-list/d87c4f7e-adfc-4e96-85e9-2918b88c360a HTTP/1.1" 200 272 0.020966 10.0.0.38 - - [2026-03-23 06:15:46] "POST /ref-update HTTP/1.1" 200 156 0.062222 10.0.0.38 - - [2026-03-23 06:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.38 - - [2026-03-23 06:15:46] "GET /network-policy/086b3e48-2c74-460e-84f6-0ea178174cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003221 10.0.0.50 - - [2026-03-23 06:15:46] "POST /routing-instances HTTP/1.1" 200 759 0.041271 10.0.0.38 - - [2026-03-23 06:15:46] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.014216 10.0.0.38 - - [2026-03-23 06:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.38 - - [2026-03-23 06:15:46] "GET /network-policy/086b3e48-2c74-460e-84f6-0ea178174cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004147 10.0.0.38 - - [2026-03-23 06:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008739 10.0.0.50 - - [2026-03-23 06:15:46] "GET /routing-instance/4f709ed4-cae9-42f9-93ee-375a988fc77e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.012772 10.0.0.38 - - [2026-03-23 06:15:46] "GET /service-template/1719d5ec-8690-4da0-a147-69e7d2e894d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004599 10.0.0.38 - - [2026-03-23 06:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.33 - - [2026-03-23 06:15:46] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001303 10.0.0.50 - - [2026-03-23 06:15:46] "POST /routing-instances HTTP/1.1" 200 760 0.041915 10.0.0.38 - - [2026-03-23 06:15:46] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045399 10.0.0.38 - - [2026-03-23 06:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010752 10.0.0.50 - - [2026-03-23 06:15:46] "GET /routing-instance/1e46e967-a1da-4bf1-b119-431d389aaca9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.017886 10.0.0.38 - - [2026-03-23 06:15:46] "GET /service-instance/cd28afbf-f321-42a5-95c3-c71c0dc14495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.006407 10.0.0.50 - - [2026-03-23 06:15:46] "PUT /routing-instance/1e46e967-a1da-4bf1-b119-431d389aaca9 HTTP/1.1" 200 266 0.021606 10.0.0.38 - - [2026-03-23 06:15:47] "POST /neutron/port HTTP/1.1" 200 3833 0.054185 10.0.0.38 - - [2026-03-23 06:15:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007174 10.0.0.38 - - [2026-03-23 06:15:47] "POST /neutron/port HTTP/1.1" 200 3833 0.040063 10.0.0.38 - - [2026-03-23 06:15:47] "POST /neutron/network HTTP/1.1" 200 918 0.006472 10.0.0.38 - - [2026-03-23 06:15:47] "POST /neutron/network HTTP/1.1" 200 897 0.014825 10.0.0.38 - - [2026-03-23 06:15:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001375 10.0.0.38 - - [2026-03-23 06:15:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001507 10.0.0.38 - - [2026-03-23 06:15:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001700 10.0.0.38 - - [2026-03-23 06:15:47] "GET /virtual-machine/3057165d-5a27-4025-8d24-21ca8a6492b7 HTTP/1.1" 200 1802 0.004363 10.0.0.38 - - [2026-03-23 06:15:47] "GET /virtual-machine-interface/2e92f27b-abec-40b2-adc5-1401d10d6f0b HTTP/1.1" 200 3804 0.006332 10.0.0.38 - - [2026-03-23 06:15:47] "GET /virtual-machine-interface/4adfbc91-d61a-4d89-b820-39d4c48ba5d0 HTTP/1.1" 200 3798 0.008004 10.0.0.38 - - [2026-03-23 06:15:47] "GET /virtual-machine-interface/8f5c22eb-c12a-4190-b486-90b4f374aa5d HTTP/1.1" 200 3817 0.006500 10.0.0.38 - - [2026-03-23 06:15:47] "GET /instance-ip/19c25eac-a2f9-46ae-b0b3-d20f099e9a7a HTTP/1.1" 200 1958 0.004982 10.0.0.38 - - [2026-03-23 06:15:47] "GET /instance-ip/3ab1706d-c064-4dc8-bdb4-668dde674f38 HTTP/1.1" 200 1623 0.007172 10.0.0.38 - - [2026-03-23 06:15:47] "GET /instance-ip/927ae11b-a9fe-4b81-a99b-001f13d80561 HTTP/1.1" 200 1961 0.003922 10.0.0.38 - - [2026-03-23 06:15:47] "GET /instance-ip/1b53e01d-c2a7-4c76-8296-b6ff53990138 HTTP/1.1" 200 1955 0.003893 10.0.0.38 - - [2026-03-23 06:15:47] "GET /instance-ip/70c56467-8749-46f2-aab5-3a661adb1ae4 HTTP/1.1" 200 1619 0.006988 10.0.0.38 - - [2026-03-23 06:15:47] "GET /instance-ip/c431d18e-9490-414e-a939-29443b69b5ed HTTP/1.1" 200 1955 0.004178 10.0.0.38 - - [2026-03-23 06:15:47] "GET /instance-ip/5f296099-9d32-47e4-bb60-5812900f2dd3 HTTP/1.1" 200 1623 0.005942 10.0.0.38 - - [2026-03-23 06:15:47] "GET /instance-ip/5f77b702-b627-48b8-a832-1990ead1e5dc HTTP/1.1" 200 1980 0.004218 10.0.0.38 - - [2026-03-23 06:15:47] "GET /instance-ip/6b03d5c1-bdb4-4176-9853-b70badd0b124 HTTP/1.1" 200 1978 0.004211 10.0.0.38 - - [2026-03-23 06:15:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006816 10.0.0.38 - - [2026-03-23 06:15:48] "POST /neutron/port HTTP/1.1" 200 3833 0.038713 10.0.0.38 - - [2026-03-23 06:15:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006753 10.0.0.38 - - [2026-03-23 06:15:48] "GET /virtual-machine/3057165d-5a27-4025-8d24-21ca8a6492b7 HTTP/1.1" 200 1802 0.008032 10.0.0.38 - - [2026-03-23 06:15:48] "GET /virtual-machine-interface/2e92f27b-abec-40b2-adc5-1401d10d6f0b HTTP/1.1" 200 3804 0.005131 10.0.0.38 - - [2026-03-23 06:15:48] "GET /virtual-machine-interface/4adfbc91-d61a-4d89-b820-39d4c48ba5d0 HTTP/1.1" 200 3798 0.005501 10.0.0.38 - - [2026-03-23 06:15:48] "GET /virtual-machine-interface/8f5c22eb-c12a-4190-b486-90b4f374aa5d HTTP/1.1" 200 3817 0.005036 10.0.0.38 - - [2026-03-23 06:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.38 - - [2026-03-23 06:15:48] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003027 10.0.0.38 - - [2026-03-23 06:15:48] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003646 10.0.0.38 - - [2026-03-23 06:15:48] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005510 10.0.0.38 - - [2026-03-23 06:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.38 - - [2026-03-23 06:15:49] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003357 10.0.0.38 - - [2026-03-23 06:15:49] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003457 10.0.0.38 - - [2026-03-23 06:15:49] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005475 10.0.0.38 - - [2026-03-23 06:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.38 - - [2026-03-23 06:15:49] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003567 10.0.0.38 - - [2026-03-23 06:15:49] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003166 10.0.0.38 - - [2026-03-23 06:15:49] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005743 10.0.0.38 - - [2026-03-23 06:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.38 - - [2026-03-23 06:15:49] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004539 10.0.0.38 - - [2026-03-23 06:15:49] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004022 10.0.0.38 - - [2026-03-23 06:15:49] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006988 10.0.0.38 - - [2026-03-23 06:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.38 - - [2026-03-23 06:15:49] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.005983 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003507 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.008682 10.0.0.38 - - [2026-03-23 06:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.38 - - [2026-03-23 06:15:50] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003728 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003881 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006347 10.0.0.38 - - [2026-03-23 06:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.38 - - [2026-03-23 06:15:50] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.018610 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004018 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008095 10.0.0.38 - - [2026-03-23 06:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.38 - - [2026-03-23 06:15:50] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.006367 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004081 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005705 10.0.0.38 - - [2026-03-23 06:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.38 - - [2026-03-23 06:15:50] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004295 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003401 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-network/26a44239-9b7b-4710-8700-c1e4d623d97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005522 10.0.0.38 - - [2026-03-23 06:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.38 - - [2026-03-23 06:15:50] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003789 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003666 10.0.0.38 - - [2026-03-23 06:15:50] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005807 10.0.0.38 - - [2026-03-23 06:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.38 - - [2026-03-23 06:15:51] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004062 10.0.0.38 - - [2026-03-23 06:15:51] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003269 10.0.0.38 - - [2026-03-23 06:15:51] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005565 10.0.0.38 - - [2026-03-23 06:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.38 - - [2026-03-23 06:15:51] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004341 10.0.0.38 - - [2026-03-23 06:15:51] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003173 10.0.0.38 - - [2026-03-23 06:15:51] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006229 10.0.0.38 - - [2026-03-23 06:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.38 - - [2026-03-23 06:15:51] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003736 10.0.0.38 - - [2026-03-23 06:15:51] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004075 10.0.0.38 - - [2026-03-23 06:15:51] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005522 10.0.0.38 - - [2026-03-23 06:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.38 - - [2026-03-23 06:15:51] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004640 10.0.0.38 - - [2026-03-23 06:15:51] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003519 10.0.0.38 - - [2026-03-23 06:15:51] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005866 10.0.0.38 - - [2026-03-23 06:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.38 - - [2026-03-23 06:15:51] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004789 10.0.0.38 - - [2026-03-23 06:15:51] "GET /virtual-networks?parent_id=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003278 10.0.0.38 - - [2026-03-23 06:15:51] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006562 10.0.0.38 - - [2026-03-23 06:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008599 10.0.0.38 - - [2026-03-23 06:15:52] "GET /routing-instance/78577df5-7e81-4b19-b82a-ab6546a998ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003864 10.0.0.38 - - [2026-03-23 06:15:52] "GET /routing-instance/78577df5-7e81-4b19-b82a-ab6546a998ee?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.014230 10.0.0.38 - - [2026-03-23 06:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.38 - - [2026-03-23 06:15:52] "GET /routing-instance/2fe08d28-b8de-49d9-8737-c363607242e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.004381 10.0.0.38 - - [2026-03-23 06:15:52] "GET /routing-instance/2fe08d28-b8de-49d9-8737-c363607242e0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.006925 10.0.0.38 - - [2026-03-23 06:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.38 - - [2026-03-23 06:15:52] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006410 10.0.0.38 - - [2026-03-23 06:15:52] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?fields=routing_instances HTTP/1.1" 200 1684 0.008011 10.0.0.38 - - [2026-03-23 06:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.38 - - [2026-03-23 06:15:52] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007065 10.0.0.38 - - [2026-03-23 06:15:52] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?fields=routing_instances HTTP/1.1" 200 1688 0.010148 10.0.0.38 - - [2026-03-23 06:15:56] "POST /ref-update HTTP/1.1" 200 156 0.054605 10.0.0.38 - - [2026-03-23 06:15:56] "GET /virtual-network/1f64cb80-4c8c-4839-903f-14eaf8f1bef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009594 10.0.0.38 - - [2026-03-23 06:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.38 - - [2026-03-23 06:15:56] "GET /network-policy/086b3e48-2c74-460e-84f6-0ea178174cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004942 10.0.0.38 - - [2026-03-23 06:15:56] "POST /ref-update HTTP/1.1" 200 156 0.048838 10.0.0.38 - - [2026-03-23 06:15:56] "GET /virtual-network/b73608b7-6826-417c-bc69-37b89dd5eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006850 10.0.0.38 - - [2026-03-23 06:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.38 - - [2026-03-23 06:15:56] "GET /network-policy/086b3e48-2c74-460e-84f6-0ea178174cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003839 10.0.0.38 - - [2026-03-23 06:15:56] "DELETE /network-policy/086b3e48-2c74-460e-84f6-0ea178174cc7 HTTP/1.1" 200 115 0.030630 10.0.0.38 - - [2026-03-23 06:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.38 - - [2026-03-23 06:15:56] "DELETE /service-instance/cd28afbf-f321-42a5-95c3-c71c0dc14495 HTTP/1.1" 200 115 0.077553 10.0.0.50 - - [2026-03-23 06:15:56] "POST /ref-update HTTP/1.1" 200 156 0.035187 10.0.0.50 - - [2026-03-23 06:15:56] "DELETE /access-control-list/3417fce5-852e-4d7d-ab84-f1a0d9aea979 HTTP/1.1" 200 115 0.068321 10.0.0.38 - - [2026-03-23 06:15:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.006793 10.0.0.50 - - [2026-03-23 06:15:56] "DELETE /instance-ip/927ae11b-a9fe-4b81-a99b-001f13d80561 HTTP/1.1" 200 115 0.066571 10.0.0.38 - - [2026-03-23 06:15:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003794 10.0.0.50 - - [2026-03-23 06:15:56] "DELETE /route-target/9659bc25-30a5-4b5e-96fa-00e180afd2be HTTP/1.1" 200 115 0.059715 10.0.0.50 - - [2026-03-23 06:15:56] "POST /ref-update HTTP/1.1" 200 156 0.040154 10.0.0.50 - - [2026-03-23 06:15:56] "DELETE /route-target/37f2f817-4e3c-4a38-9706-19c2d41447de HTTP/1.1" 200 115 0.043315 10.0.0.38 - - [2026-03-23 06:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.50 - - [2026-03-23 06:15:56] "DELETE /instance-ip/1b53e01d-c2a7-4c76-8296-b6ff53990138 HTTP/1.1" 200 115 0.080567 10.0.0.38 - - [2026-03-23 06:15:56] "DELETE /service-template/1719d5ec-8690-4da0-a147-69e7d2e894d6 HTTP/1.1" 200 115 0.055065 10.0.0.38 - - [2026-03-23 06:15:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.004760 10.0.0.38 - - [2026-03-23 06:15:57] "POST /neutron/network HTTP/1.1" 200 835 0.006872 10.0.0.38 - - [2026-03-23 06:15:57] "POST /neutron/port HTTP/1.1" 200 1113 0.013487 10.0.0.38 - - [2026-03-23 06:15:57] "POST /neutron/port HTTP/1.1" 200 3062 0.026455 10.0.0.38 - - [2026-03-23 06:15:58] "POST /neutron/port HTTP/1.1" 200 151 0.189728 10.0.0.38 - - [2026-03-23 06:15:58] "POST /neutron/port HTTP/1.1" 200 151 0.246297 10.0.0.38 - - [2026-03-23 06:15:59] "POST /neutron/network HTTP/1.1" 200 835 0.005866 10.0.0.50 - - [2026-03-23 06:15:59] "DELETE /route-target/2b9dbc05-9467-4b75-baa8-540ab6150d2f HTTP/1.1" 200 115 0.026402 10.0.0.33 - - [2026-03-23 06:15:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004031 10.0.0.33 - - [2026-03-23 06:15:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002618 10.0.0.38 - - [2026-03-23 06:15:59] "POST /neutron/network HTTP/1.1" 200 151 0.120900 10.0.0.50 - - [2026-03-23 06:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006141 10.0.0.33 - - [2026-03-23 06:16:01] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.38 - - [2026-03-23 06:16:01] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.037762 10.0.0.33 - - [2026-03-23 06:16:01] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001579 10.0.0.38 - - [2026-03-23 06:16:01] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?fields=virtual_networks HTTP/1.1" 200 1029 0.091851 10.0.0.33 - - [2026-03-23 06:16:01] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.38 - - [2026-03-23 06:16:01] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.033609 10.0.0.33 - - [2026-03-23 06:16:01] "GET /projects?obj_uuids=b3ac4a73-46f8-425c-b11b-5553dd4c9c12&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.38 - - [2026-03-23 06:16:01] "GET /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12?fields=security_groups HTTP/1.1" 200 1253 0.048619 10.0.0.38 - - [2026-03-23 06:16:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.029542 10.0.0.33 - - [2026-03-23 06:16:02] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002949 10.0.0.33 - - [2026-03-23 06:16:02] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.33 - - [2026-03-23 06:16:02] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006537 10.0.0.33 - - [2026-03-23 06:16:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.001726 10.0.0.33 - - [2026-03-23 06:16:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.004927 10.0.0.33 - - [2026-03-23 06:16:03] "POST /security-groups HTTP/1.1" 200 592 0.034562 10.0.0.33 - - [2026-03-23 06:16:03] "POST /projects HTTP/1.1" 200 587 0.266543 10.0.0.50 - - [2026-03-23 06:16:03] "POST /access-control-lists HTTP/1.1" 200 597 0.024436 10.0.0.33 - - [2026-03-23 06:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.343057 10.0.0.38 - - [2026-03-23 06:16:03] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.488609 10.0.0.38 - - [2026-03-23 06:16:04] "GET / HTTP/1.1" 200 35931 0.001304 10.0.0.38 - - [2026-03-23 06:16:06] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.33 - - [2026-03-23 06:16:06] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982 10.0.0.38 - - [2026-03-23 06:16:06] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.065940 10.0.0.38 - - [2026-03-23 06:16:06] "POST /fqname-to-id HTTP/1.1" 404 180 0.003883 10.0.0.38 - - [2026-03-23 06:16:07] "POST /virtual-DNSs HTTP/1.1" 200 507 0.029205 10.0.0.38 - - [2026-03-23 06:16:07] "GET /virtual-DNS/0a7a2db7-61f6-4e41-80a5-e3a50ebf37d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.005980 10.0.0.38 - - [2026-03-23 06:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010112 10.0.0.38 - - [2026-03-23 06:16:07] "GET /virtual-DNS/0a7a2db7-61f6-4e41-80a5-e3a50ebf37d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.003862 10.0.0.38 - - [2026-03-23 06:16:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002954 10.0.0.38 - - [2026-03-23 06:16:07] "POST /network-ipams HTTP/1.1" 200 514 0.037699 10.0.0.38 - - [2026-03-23 06:16:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003171 10.0.0.38 - - [2026-03-23 06:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.38 - - [2026-03-23 06:16:07] "GET /network-ipam/fd5f8605-7a19-421c-8120-80a85fa23028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.005841 10.0.0.38 - - [2026-03-23 06:16:07] "PUT /network-ipam/fd5f8605-7a19-421c-8120-80a85fa23028 HTTP/1.1" 200 258 0.014800 10.0.0.38 - - [2026-03-23 06:16:07] "POST /ref-update HTTP/1.1" 200 156 0.016053 10.0.0.38 - - [2026-03-23 06:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.33 - - [2026-03-23 06:16:08] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.38 - - [2026-03-23 06:16:08] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.035864 10.0.0.38 - - [2026-03-23 06:16:08] "POST /neutron/network HTTP/1.1" 200 117 0.037727 10.0.0.50 - - [2026-03-23 06:16:08] "POST /route-targets HTTP/1.1" 200 327 0.017381 10.0.0.38 - - [2026-03-23 06:16:08] "POST /neutron/network HTTP/1.1" 200 833 0.008858 10.0.0.38 - - [2026-03-23 06:16:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.002426 10.0.0.38 - - [2026-03-23 06:16:08] "GET /virtual-network/053d65a6-0b2f-4c77-a67d-30da022baa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006619 10.0.0.38 - - [2026-03-23 06:16:08] "GET /virtual-network/053d65a6-0b2f-4c77-a67d-30da022baa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006022 10.0.0.38 - - [2026-03-23 06:16:08] "POST /neutron/subnet HTTP/1.1" 200 711 0.007959 10.0.0.38 - - [2026-03-23 06:16:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001415 10.0.0.38 - - [2026-03-23 06:16:08] "POST /neutron/network HTTP/1.1" 200 843 0.005879 10.0.0.33 - - [2026-03-23 06:16:09] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.38 - - [2026-03-23 06:16:09] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060820 10.0.0.38 - - [2026-03-23 06:16:09] "POST /neutron/port HTTP/1.1" 200 117 0.008723 10.0.0.33 - - [2026-03-23 06:16:10] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.38 - - [2026-03-23 06:16:10] "POST /neutron/port HTTP/1.1" 200 1058 0.280021 10.0.0.38 - - [2026-03-23 06:16:10] "POST /neutron/port HTTP/1.1" 200 1112 0.098072 10.0.0.38 - - [2026-03-23 06:16:10] "POST /neutron/subnet HTTP/1.1" 200 685 0.007625 10.0.0.50 - - [2026-03-23 06:16:14] "DELETE /access-control-list/4a859442-1431-4e9e-bbbd-a4a9c99479a6 HTTP/1.1" 200 115 0.049076 10.0.0.33 - - [2026-03-23 06:16:14] "DELETE /project/b3ac4a73-46f8-425c-b11b-5553dd4c9c12 HTTP/1.1" 404 177 0.005472 10.0.0.33 - - [2026-03-23 06:16:14] "DELETE /project/950d384afcce4e0d88bcadde5c3b3bc1 HTTP/1.1" 404 173 0.004971 10.0.0.38 - - [2026-03-23 06:16:14] "POST /neutron/port HTTP/1.1" 200 1122 0.019789 10.0.0.38 - - [2026-03-23 06:16:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007524 10.0.0.38 - - [2026-03-23 06:16:15] "GET /virtual-machine/dcffa944-0db6-41c8-8e09-8879047c8f1f HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2026-03-23 06:16:15] "GET /virtual-machine/dcffa944-0db6-41c8-8e09-8879047c8f1f HTTP/1.1" 200 1294 0.031122 10.0.0.38 - - [2026-03-23 06:16:15] "GET /virtual-machine-interface/4cac412e-7a73-4eaa-a8e1-d0cae36fb1bb HTTP/1.1" 200 2964 0.005611 10.0.0.38 - - [2026-03-23 06:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.38 - - [2026-03-23 06:16:15] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.007365 10.0.0.38 - - [2026-03-23 06:16:15] "GET /virtual-networks?parent_id=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003654 10.0.0.38 - - [2026-03-23 06:16:15] "GET /virtual-network/053d65a6-0b2f-4c77-a67d-30da022baa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006634 10.0.0.38 - - [2026-03-23 06:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.38 - - [2026-03-23 06:16:18] "GET /virtual-network/053d65a6-0b2f-4c77-a67d-30da022baa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005372 10.0.0.38 - - [2026-03-23 06:16:18] "POST /neutron/port HTTP/1.1" 200 1122 0.017456 10.0.0.38 - - [2026-03-23 06:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.38 - - [2026-03-23 06:16:20] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003812 10.0.0.38 - - [2026-03-23 06:16:20] "GET /virtual-networks?parent_id=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003903 10.0.0.38 - - [2026-03-23 06:16:20] "GET /virtual-network/053d65a6-0b2f-4c77-a67d-30da022baa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006298 10.0.0.38 - - [2026-03-23 06:16:25] "POST /neutron/network HTTP/1.1" 200 833 0.007972 10.0.0.38 - - [2026-03-23 06:16:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001265 10.0.0.38 - - [2026-03-23 06:16:25] "POST /neutron/network HTTP/1.1" 200 843 0.007744 10.0.0.33 - - [2026-03-23 06:16:26] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.38 - - [2026-03-23 06:16:26] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.086382 10.0.0.38 - - [2026-03-23 06:16:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008109 10.0.0.38 - - [2026-03-23 06:16:26] "POST /neutron/network HTTP/1.1" 200 843 0.006410 10.0.0.38 - - [2026-03-23 06:16:27] "POST /neutron/port HTTP/1.1" 200 1058 0.017940 10.0.0.38 - - [2026-03-23 06:16:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004612 10.0.0.38 - - [2026-03-23 06:16:27] "POST /neutron/network HTTP/1.1" 200 833 0.006293 10.0.0.38 - - [2026-03-23 06:16:31] "POST /neutron/port HTTP/1.1" 200 1122 0.019843 10.0.0.38 - - [2026-03-23 06:16:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008642 10.0.0.38 - - [2026-03-23 06:16:31] "GET /virtual-machine/d0f0a345-b47a-4e90-b940-4f5e024fb08b HTTP/1.1" 200 1294 0.006417 10.0.0.38 - - [2026-03-23 06:16:31] "GET /virtual-machine-interface/2cce5541-c29e-4021-b100-355f662d1f9b HTTP/1.1" 200 2964 0.005819 10.0.0.38 - - [2026-03-23 06:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005690 10.0.0.38 - - [2026-03-23 06:16:31] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.005007 10.0.0.38 - - [2026-03-23 06:16:31] "GET /virtual-networks?parent_id=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003796 10.0.0.38 - - [2026-03-23 06:16:32] "GET /virtual-network/053d65a6-0b2f-4c77-a67d-30da022baa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006148 10.0.0.38 - - [2026-03-23 06:16:33] "GET /obj-perms HTTP/1.1" 200 5056 0.053533 10.0.0.38 - - [2026-03-23 06:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.38 - - [2026-03-23 06:16:35] "GET /virtual-network/053d65a6-0b2f-4c77-a67d-30da022baa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005916 10.0.0.38 - - [2026-03-23 06:16:36] "POST /neutron/network HTTP/1.1" 200 843 0.005960 10.0.0.38 - - [2026-03-23 06:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.001295 10.0.0.38 - - [2026-03-23 06:16:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014916 10.0.0.38 - - [2026-03-23 06:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.38 - - [2026-03-23 06:16:39] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004049 10.0.0.38 - - [2026-03-23 06:16:39] "GET /virtual-networks?parent_id=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004119 10.0.0.38 - - [2026-03-23 06:16:39] "GET /virtual-network/053d65a6-0b2f-4c77-a67d-30da022baa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007922 10.0.0.38 - - [2026-03-23 06:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.38 - - [2026-03-23 06:16:51] "DELETE /virtual-DNS/0a7a2db7-61f6-4e41-80a5-e3a50ebf37d6 HTTP/1.1" 409 235 0.008706 10.0.0.38 - - [2026-03-23 06:16:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.003919 10.0.0.38 - - [2026-03-23 06:16:51] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.026414 10.0.0.38 - - [2026-03-23 06:16:52] "GET /virtual-DNS-record/9ee7832f-81f2-4fd9-9fea-fafcfe6004cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005409 10.0.0.38 - - [2026-03-23 06:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.38 - - [2026-03-23 06:16:52] "GET /virtual-DNS-record/9ee7832f-81f2-4fd9-9fea-fafcfe6004cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003804 10.0.0.38 - - [2026-03-23 06:16:57] "DELETE /virtual-DNS-record/9ee7832f-81f2-4fd9-9fea-fafcfe6004cb HTTP/1.1" 200 115 0.026993 10.0.0.38 - - [2026-03-23 06:16:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.002869 10.0.0.38 - - [2026-03-23 06:16:57] "POST /neutron/network HTTP/1.1" 200 833 0.006107 10.0.0.38 - - [2026-03-23 06:16:58] "POST /neutron/port HTTP/1.1" 200 1122 0.015365 10.0.0.38 - - [2026-03-23 06:16:58] "POST /neutron/port HTTP/1.1" 200 151 0.205548 10.0.0.33 - - [2026-03-23 06:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005543 10.0.0.33 - - [2026-03-23 06:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003119 10.0.0.38 - - [2026-03-23 06:16:59] "POST /neutron/network HTTP/1.1" 200 151 0.141413 10.0.0.38 - - [2026-03-23 06:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009620 10.0.0.38 - - [2026-03-23 06:17:00] "DELETE /network-ipam/fd5f8605-7a19-421c-8120-80a85fa23028 HTTP/1.1" 200 115 0.040788 10.0.0.38 - - [2026-03-23 06:17:00] "DELETE /virtual-DNS/0a7a2db7-61f6-4e41-80a5-e3a50ebf37d6 HTTP/1.1" 200 115 0.028703 10.0.0.38 - - [2026-03-23 06:17:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.010393 10.0.0.33 - - [2026-03-23 06:17:01] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.38 - - [2026-03-23 06:17:01] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044953 10.0.0.33 - - [2026-03-23 06:17:01] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.38 - - [2026-03-23 06:17:01] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?fields=virtual_networks HTTP/1.1" 200 1034 0.061882 10.0.0.33 - - [2026-03-23 06:17:01] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.38 - - [2026-03-23 06:17:01] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.054508 10.0.0.33 - - [2026-03-23 06:17:01] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.38 - - [2026-03-23 06:17:01] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?fields=security_groups HTTP/1.1" 200 1261 0.048461 10.0.0.38 - - [2026-03-23 06:17:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.039094 10.0.0.33 - - [2026-03-23 06:17:02] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003999 10.0.0.33 - - [2026-03-23 06:17:02] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.33 - - [2026-03-23 06:17:02] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008108 10.0.0.33 - - [2026-03-23 06:17:02] "POST /id-to-fqname HTTP/1.1" 200 191 0.003049 10.0.0.33 - - [2026-03-23 06:17:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.005537 10.0.0.33 - - [2026-03-23 06:17:02] "POST /security-groups HTTP/1.1" 200 592 0.073422 10.0.0.50 - - [2026-03-23 06:17:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.005217 10.0.0.33 - - [2026-03-23 06:17:03] "POST /projects HTTP/1.1" 200 587 0.288723 10.0.0.33 - - [2026-03-23 06:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.365922 10.0.0.50 - - [2026-03-23 06:17:03] "POST /access-control-lists HTTP/1.1" 200 595 0.033923 10.0.0.38 - - [2026-03-23 06:17:03] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.518233 10.0.0.38 - - [2026-03-23 06:17:04] "GET / HTTP/1.1" 200 35931 0.001845 10.0.0.38 - - [2026-03-23 06:17:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-03-23 06:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.057478 10.0.0.33 - - [2026-03-23 06:17:06] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.38 - - [2026-03-23 06:17:06] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054654 10.0.0.33 - - [2026-03-23 06:17:06] "POST /useragent-kv HTTP/1.1" 200 115 0.009658 10.0.0.38 - - [2026-03-23 06:17:06] "POST /neutron/subnet HTTP/1.1" 200 730 0.253061 10.0.0.38 - - [2026-03-23 06:17:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001238 10.0.0.38 - - [2026-03-23 06:17:06] "GET /virtual-network/8cbfb9f8-33d2-4fe0-a7ea-2aaffb025335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005838 10.0.0.38 - - [2026-03-23 06:17:06] "GET /virtual-network/8cbfb9f8-33d2-4fe0-a7ea-2aaffb025335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005500 10.0.0.38 - - [2026-03-23 06:17:06] "POST /neutron/network HTTP/1.1" 200 826 0.010532 10.0.0.38 - - [2026-03-23 06:17:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001350 10.0.0.33 - - [2026-03-23 06:17:07] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000987 10.0.0.38 - - [2026-03-23 06:17:07] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.064024 10.0.0.38 - - [2026-03-23 06:17:07] "POST /neutron/network HTTP/1.1" 200 826 0.006581 10.0.0.38 - - [2026-03-23 06:17:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001254 10.0.0.38 - - [2026-03-23 06:17:08] "POST /neutron/port HTTP/1.1" 200 117 0.007237 10.0.0.33 - - [2026-03-23 06:17:08] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.38 - - [2026-03-23 06:17:08] "POST /neutron/port HTTP/1.1" 200 1062 0.319487 10.0.0.38 - - [2026-03-23 06:17:09] "POST /neutron/port HTTP/1.1" 200 1116 0.110039 10.0.0.38 - - [2026-03-23 06:17:09] "POST /neutron/subnet HTTP/1.1" 200 704 0.010723 10.0.0.33 - - [2026-03-23 06:17:09] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.38 - - [2026-03-23 06:17:09] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066976 10.0.0.38 - - [2026-03-23 06:17:09] "POST /neutron/network HTTP/1.1" 200 826 0.016313 10.0.0.38 - - [2026-03-23 06:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.006868 10.0.0.38 - - [2026-03-23 06:17:09] "POST /neutron/network HTTP/1.1" 200 836 0.006236 10.0.0.38 - - [2026-03-23 06:17:10] "POST /neutron/port HTTP/1.1" 200 1062 0.019051 10.0.0.38 - - [2026-03-23 06:17:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003565 10.0.0.38 - - [2026-03-23 06:17:10] "POST /neutron/network HTTP/1.1" 200 826 0.006203 10.0.0.50 - - [2026-03-23 06:17:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.50 - - [2026-03-23 06:17:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2026-03-23 06:17:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.33 - - [2026-03-23 06:17:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-03-23 06:17:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.38 - - [2026-03-23 06:17:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.33 - - [2026-03-23 06:17:14] "DELETE /project/ace452e1571c42b4a4fed2dbe99d1d77 HTTP/1.1" 404 173 0.004453 10.0.0.33 - - [2026-03-23 06:17:14] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.33 - - [2026-03-23 06:17:14] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.049362 10.0.0.33 - - [2026-03-23 06:17:14] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001918 10.0.0.50 - - [2026-03-23 06:17:14] "DELETE /access-control-list/ca57c8c6-429b-4798-b1b7-31bb93d325b8 HTTP/1.1" 200 115 0.073178 10.0.0.38 - - [2026-03-23 06:17:14] "POST /neutron/port HTTP/1.1" 200 1126 0.061916 10.0.0.33 - - [2026-03-23 06:17:14] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?fields=security_groups HTTP/1.1" 200 1104 0.105768 10.0.0.33 - - [2026-03-23 06:17:14] "GET /projects?obj_uuids=950d384a-fcce-4e0d-88bc-adde5c3b3bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.33 - - [2026-03-23 06:17:15] "GET /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1?fields=application_policy_sets HTTP/1.1" 200 1405 0.093541 10.0.0.33 - - [2026-03-23 06:17:15] "DELETE /project/950d384a-fcce-4e0d-88bc-adde5c3b3bc1 HTTP/1.1" 200 115 0.486705 10.0.0.38 - - [2026-03-23 06:17:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.022223 10.0.0.38 - - [2026-03-23 06:17:15] "GET /virtual-machine/2f2d3f79-8875-4cc7-836e-11a464f11e62 HTTP/1.1" 401 292 0.001046 10.0.0.38 - - [2026-03-23 06:17:15] "GET /virtual-machine/2f2d3f79-8875-4cc7-836e-11a464f11e62 HTTP/1.1" 200 1292 0.030485 10.0.0.38 - - [2026-03-23 06:17:15] "GET /virtual-machine-interface/0e785984-940a-423a-a367-41a0abb274d9 HTTP/1.1" 200 2946 0.005973 10.0.0.38 - - [2026-03-23 06:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.38 - - [2026-03-23 06:17:15] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004924 10.0.0.38 - - [2026-03-23 06:17:15] "GET /virtual-networks?parent_id=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003349 10.0.0.38 - - [2026-03-23 06:17:15] "GET /virtual-network/8cbfb9f8-33d2-4fe0-a7ea-2aaffb025335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005725 10.0.0.38 - - [2026-03-23 06:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.38 - - [2026-03-23 06:17:18] "GET /virtual-network/8cbfb9f8-33d2-4fe0-a7ea-2aaffb025335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005397 10.0.0.38 - - [2026-03-23 06:17:20] "POST /neutron/port HTTP/1.1" 200 1126 0.018808 10.0.0.38 - - [2026-03-23 06:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.38 - - [2026-03-23 06:17:20] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004573 10.0.0.38 - - [2026-03-23 06:17:20] "GET /virtual-networks?parent_id=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003430 10.0.0.38 - - [2026-03-23 06:17:21] "GET /virtual-network/8cbfb9f8-33d2-4fe0-a7ea-2aaffb025335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005601 10.0.0.38 - - [2026-03-23 06:17:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007761 10.0.0.38 - - [2026-03-23 06:17:21] "POST /neutron/port HTTP/1.1" 200 1126 0.018498 10.0.0.38 - - [2026-03-23 06:17:21] "GET /virtual-machine/ca4a74a1-f275-4e79-800f-0faab534970d HTTP/1.1" 200 1293 0.006570 10.0.0.38 - - [2026-03-23 06:17:21] "GET /virtual-machine-interface/e41d9e7a-1e8d-4faf-b01f-843d15830395 HTTP/1.1" 200 2947 0.005522 10.0.0.38 - - [2026-03-23 06:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.38 - - [2026-03-23 06:17:21] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003511 10.0.0.38 - - [2026-03-23 06:17:21] "GET /virtual-networks?parent_id=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003082 10.0.0.38 - - [2026-03-23 06:17:21] "GET /virtual-network/8cbfb9f8-33d2-4fe0-a7ea-2aaffb025335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006160 10.0.0.38 - - [2026-03-23 06:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.38 - - [2026-03-23 06:17:22] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003773 10.0.0.38 - - [2026-03-23 06:17:22] "GET /virtual-networks?parent_id=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005979 10.0.0.38 - - [2026-03-23 06:17:22] "GET /virtual-network/8cbfb9f8-33d2-4fe0-a7ea-2aaffb025335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006585 10.0.0.38 - - [2026-03-23 06:17:23] "POST /neutron/network HTTP/1.1" 400 204 0.013508 10.0.0.38 - - [2026-03-23 06:17:23] "POST /neutron/port HTTP/1.1" 200 1116 0.011220 10.0.0.38 - - [2026-03-23 06:17:23] "POST /neutron/port HTTP/1.1" 200 151 0.232219 10.0.0.50 - - [2026-03-23 06:17:25] "DELETE /route-target/fb7f76cd-eb78-43a9-93e6-65e1a2ee7303 HTTP/1.1" 200 115 0.022505 10.0.0.33 - - [2026-03-23 06:17:26] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.38 - - [2026-03-23 06:17:26] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.041757 10.0.0.33 - - [2026-03-23 06:17:26] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.38 - - [2026-03-23 06:17:26] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?fields=virtual_networks HTTP/1.1" 200 1035 0.041023 10.0.0.33 - - [2026-03-23 06:17:26] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.38 - - [2026-03-23 06:17:26] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.046545 10.0.0.33 - - [2026-03-23 06:17:26] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000965 10.0.0.38 - - [2026-03-23 06:17:26] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?fields=security_groups HTTP/1.1" 200 1262 0.039559 10.0.0.38 - - [2026-03-23 06:17:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.025550 10.0.0.33 - - [2026-03-23 06:17:27] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003136 10.0.0.33 - - [2026-03-23 06:17:27] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.33 - - [2026-03-23 06:17:27] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006876 10.0.0.33 - - [2026-03-23 06:17:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.001294 10.0.0.33 - - [2026-03-23 06:17:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.006987 10.0.0.33 - - [2026-03-23 06:17:27] "POST /security-groups HTTP/1.1" 200 591 0.070431 10.0.0.33 - - [2026-03-23 06:17:28] "POST /projects HTTP/1.1" 200 585 0.279880 10.0.0.50 - - [2026-03-23 06:17:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.008990 10.0.0.33 - - [2026-03-23 06:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.356625 10.0.0.38 - - [2026-03-23 06:17:28] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.496371 10.0.0.38 - - [2026-03-23 06:17:29] "GET / HTTP/1.1" 200 35931 0.002280 10.0.0.38 - - [2026-03-23 06:17:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2026-03-23 06:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.055166 10.0.0.33 - - [2026-03-23 06:17:31] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.38 - - [2026-03-23 06:17:31] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048220 10.0.0.38 - - [2026-03-23 06:17:31] "POST /neutron/network HTTP/1.1" 200 117 0.038930 10.0.0.50 - - [2026-03-23 06:17:31] "POST /ref-update HTTP/1.1" 200 156 0.027828 10.0.0.38 - - [2026-03-23 06:17:31] "POST /neutron/network HTTP/1.1" 200 839 0.009139 10.0.0.38 - - [2026-03-23 06:17:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.001159 10.0.0.38 - - [2026-03-23 06:17:31] "GET /virtual-network/1d88d092-99d0-4348-b0c9-03c51d0bacd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006318 10.0.0.38 - - [2026-03-23 06:17:31] "GET /virtual-network/1d88d092-99d0-4348-b0c9-03c51d0bacd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004895 10.0.0.38 - - [2026-03-23 06:17:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.007878 10.0.0.38 - - [2026-03-23 06:17:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.001268 10.0.0.33 - - [2026-03-23 06:17:32] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.38 - - [2026-03-23 06:17:32] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.066869 10.0.0.38 - - [2026-03-23 06:17:32] "POST /neutron/network HTTP/1.1" 200 839 0.006147 10.0.0.38 - - [2026-03-23 06:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.38 - - [2026-03-23 06:17:33] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004058 10.0.0.38 - - [2026-03-23 06:17:33] "PUT /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb HTTP/1.1" 200 276 0.011732 10.0.0.38 - - [2026-03-23 06:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.006538 10.0.0.38 - - [2026-03-23 06:17:33] "POST /neutron/port HTTP/1.1" 200 1055 0.018345 10.0.0.38 - - [2026-03-23 06:17:33] "POST /neutron/port HTTP/1.1" 200 1119 0.019009 10.0.0.38 - - [2026-03-23 06:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.38 - - [2026-03-23 06:17:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009004 10.0.0.38 - - [2026-03-23 06:17:38] "POST /neutron/port HTTP/1.1" 200 1119 0.019614 10.0.0.38 - - [2026-03-23 06:17:38] "GET /virtual-machine/4c2eb074-b261-49a9-80d5-dd780928fbc5 HTTP/1.1" 401 292 0.000484 10.0.0.38 - - [2026-03-23 06:17:38] "GET /virtual-machine/4c2eb074-b261-49a9-80d5-dd780928fbc5 HTTP/1.1" 200 1291 0.030872 10.0.0.38 - - [2026-03-23 06:17:38] "GET /virtual-machine-interface/76dd23d2-6101-4739-8dbf-5f06e830aeb7 HTTP/1.1" 200 2971 0.005992 10.0.0.38 - - [2026-03-23 06:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.38 - - [2026-03-23 06:17:39] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003645 10.0.0.38 - - [2026-03-23 06:17:39] "GET /virtual-networks?parent_id=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002501 10.0.0.38 - - [2026-03-23 06:17:39] "GET /virtual-network/1d88d092-99d0-4348-b0c9-03c51d0bacd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006412 10.0.0.38 - - [2026-03-23 06:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.38 - - [2026-03-23 06:17:42] "GET /virtual-network/1d88d092-99d0-4348-b0c9-03c51d0bacd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005023 10.0.0.38 - - [2026-03-23 06:17:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007562 10.0.0.33 - - [2026-03-23 06:17:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.33 - - [2026-03-23 06:17:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.50 - - [2026-03-23 06:17:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.50 - - [2026-03-23 06:17:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.38 - - [2026-03-23 06:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.38 - - [2026-03-23 06:17:44] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003952 10.0.0.38 - - [2026-03-23 06:17:44] "GET /virtual-networks?parent_id=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003287 10.0.0.38 - - [2026-03-23 06:17:44] "GET /virtual-network/1d88d092-99d0-4348-b0c9-03c51d0bacd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006575 10.0.0.38 - - [2026-03-23 06:17:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.38 - - [2026-03-23 06:17:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.38 - - [2026-03-23 06:17:47] "POST /neutron/port HTTP/1.1" 200 1119 0.021478 10.0.0.38 - - [2026-03-23 06:17:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004466 10.0.0.38 - - [2026-03-23 06:17:47] "POST /neutron/network HTTP/1.1" 200 839 0.007551 10.0.0.38 - - [2026-03-23 06:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.38 - - [2026-03-23 06:17:51] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.002994 10.0.0.38 - - [2026-03-23 06:17:51] "PUT /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb HTTP/1.1" 200 276 0.011007 10.0.0.38 - - [2026-03-23 06:17:52] "POST /neutron/port HTTP/1.1" 200 1119 0.015653 10.0.0.38 - - [2026-03-23 06:17:53] "POST /neutron/network HTTP/1.1" 200 839 0.008949 10.0.0.38 - - [2026-03-23 06:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.33 - - [2026-03-23 06:17:56] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.38 - - [2026-03-23 06:17:56] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.044719 10.0.0.33 - - [2026-03-23 06:17:57] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001835 10.0.0.38 - - [2026-03-23 06:17:57] "POST /neutron/network HTTP/1.1" 200 605 0.144490 10.0.0.50 - - [2026-03-23 06:17:57] "POST /route-targets HTTP/1.1" 200 327 0.016352 10.0.0.38 - - [2026-03-23 06:17:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.003513 10.0.0.38 - - [2026-03-23 06:17:57] "GET /virtual-network/0706b52c-42a0-4418-b17b-c637b48a5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005223 10.0.0.38 - - [2026-03-23 06:17:57] "POST /neutron/network HTTP/1.1" 200 823 0.005705 10.0.0.38 - - [2026-03-23 06:17:57] "GET /virtual-network/0706b52c-42a0-4418-b17b-c637b48a5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005128 10.0.0.38 - - [2026-03-23 06:17:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001276 10.0.0.38 - - [2026-03-23 06:17:57] "POST /neutron/network HTTP/1.1" 200 833 0.008281 10.0.0.33 - - [2026-03-23 06:17:58] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001357 10.0.0.38 - - [2026-03-23 06:17:58] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.064045 10.0.0.38 - - [2026-03-23 06:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.006373 10.0.0.33 - - [2026-03-23 06:17:58] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.38 - - [2026-03-23 06:17:59] "POST /neutron/port HTTP/1.1" 200 1059 0.295338 10.0.0.38 - - [2026-03-23 06:17:59] "POST /neutron/port HTTP/1.1" 200 1113 0.098033 10.0.0.38 - - [2026-03-23 06:17:59] "POST /neutron/subnet HTTP/1.1" 200 693 0.009564 10.0.0.38 - - [2026-03-23 06:18:03] "POST /neutron/port HTTP/1.1" 200 1123 0.015476 10.0.0.38 - - [2026-03-23 06:18:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006594 10.0.0.38 - - [2026-03-23 06:18:03] "GET /virtual-machine/b19b1662-a49b-4dca-96c8-31b90f93e95d HTTP/1.1" 200 1293 0.005754 10.0.0.38 - - [2026-03-23 06:18:03] "GET /virtual-machine-interface/19455a1e-ece6-4033-ae7e-23f07b5e6b19 HTTP/1.1" 200 2941 0.008466 10.0.0.38 - - [2026-03-23 06:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.38 - - [2026-03-23 06:18:03] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004586 10.0.0.38 - - [2026-03-23 06:18:03] "GET /virtual-networks?parent_id=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003998 10.0.0.38 - - [2026-03-23 06:18:03] "GET /virtual-network/0706b52c-42a0-4418-b17b-c637b48a5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005955 10.0.0.38 - - [2026-03-23 06:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.38 - - [2026-03-23 06:18:07] "GET /virtual-network/0706b52c-42a0-4418-b17b-c637b48a5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006265 10.0.0.38 - - [2026-03-23 06:18:09] "POST /neutron/port HTTP/1.1" 200 1123 0.014871 10.0.0.38 - - [2026-03-23 06:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.38 - - [2026-03-23 06:18:11] "GET /virtual-network/0706b52c-42a0-4418-b17b-c637b48a5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006146 10.0.0.38 - - [2026-03-23 06:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.38 - - [2026-03-23 06:18:13] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003190 10.0.0.38 - - [2026-03-23 06:18:13] "GET /virtual-networks?parent_id=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004053 10.0.0.38 - - [2026-03-23 06:18:13] "GET /virtual-network/0706b52c-42a0-4418-b17b-c637b48a5555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005758 10.0.0.33 - - [2026-03-23 06:18:15] "DELETE /project/e96d9c4efa424ca2932a0252e32cf911 HTTP/1.1" 404 173 0.005830 10.0.0.33 - - [2026-03-23 06:18:15] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.33 - - [2026-03-23 06:18:15] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.066960 10.0.0.33 - - [2026-03-23 06:18:15] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.33 - - [2026-03-23 06:18:15] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?fields=security_groups HTTP/1.1" 200 1105 0.081676 10.0.0.50 - - [2026-03-23 06:18:15] "DELETE /access-control-list/7b1ff8df-f568-432d-8b74-2ee593c14943 HTTP/1.1" 200 115 0.061702 10.0.0.33 - - [2026-03-23 06:18:15] "GET /projects?obj_uuids=ace452e1-571c-42b4-a4fe-d2dbe99d1d77&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.33 - - [2026-03-23 06:18:15] "GET /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77?fields=application_policy_sets HTTP/1.1" 200 1406 0.041157 10.0.0.33 - - [2026-03-23 06:18:15] "DELETE /project/ace452e1-571c-42b4-a4fe-d2dbe99d1d77 HTTP/1.1" 200 115 0.399216 10.0.0.38 - - [2026-03-23 06:18:15] "POST /neutron/network HTTP/1.1" 400 204 0.019585 10.0.0.38 - - [2026-03-23 06:18:16] "POST /neutron/port HTTP/1.1" 200 151 0.181203 10.0.0.38 - - [2026-03-23 06:18:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003939 10.0.0.38 - - [2026-03-23 06:18:20] "POST /network-ipams HTTP/1.1" 200 541 0.043346 10.0.0.38 - - [2026-03-23 06:18:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003888 10.0.0.38 - - [2026-03-23 06:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.38 - - [2026-03-23 06:18:20] "GET /network-ipam/3b55484d-87c5-4632-a1b4-31329368f313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.007329 10.0.0.38 - - [2026-03-23 06:18:20] "PUT /network-ipam/3b55484d-87c5-4632-a1b4-31329368f313 HTTP/1.1" 200 258 0.017575 10.0.0.38 - - [2026-03-23 06:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006197 10.0.0.33 - - [2026-03-23 06:18:20] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.38 - - [2026-03-23 06:18:21] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058466 10.0.0.38 - - [2026-03-23 06:18:21] "POST /neutron/network HTTP/1.1" 200 117 0.011094 10.0.0.50 - - [2026-03-23 06:18:21] "POST /route-targets HTTP/1.1" 200 327 0.015579 10.0.0.33 - - [2026-03-23 06:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.008710 10.0.0.38 - - [2026-03-23 06:18:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.247885 10.0.0.38 - - [2026-03-23 06:18:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001514 10.0.0.38 - - [2026-03-23 06:18:21] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006581 10.0.0.38 - - [2026-03-23 06:18:21] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007045 10.0.0.38 - - [2026-03-23 06:18:21] "POST /neutron/network HTTP/1.1" 200 994 0.009912 10.0.0.38 - - [2026-03-23 06:18:21] "POST /neutron/network HTTP/1.1" 200 994 0.008388 10.0.0.33 - - [2026-03-23 06:18:22] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001257 10.0.0.38 - - [2026-03-23 06:18:22] "POST /neutron/port HTTP/1.1" 200 1017 0.271946 10.0.0.38 - - [2026-03-23 06:18:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001649 10.0.0.38 - - [2026-03-23 06:18:22] "POST /neutron/port HTTP/1.1" 200 1017 0.012873 10.0.0.38 - - [2026-03-23 06:18:22] "POST /neutron/port HTTP/1.1" 200 117 0.006657 10.0.0.38 - - [2026-03-23 06:18:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001238 10.0.0.38 - - [2026-03-23 06:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.005214 10.0.0.38 - - [2026-03-23 06:18:23] "POST /neutron/network HTTP/1.1" 200 994 0.009903 10.0.0.38 - - [2026-03-23 06:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.008403 10.0.0.38 - - [2026-03-23 06:18:23] "POST /neutron/network HTTP/1.1" 200 1004 0.005617 10.0.0.38 - - [2026-03-23 06:18:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001423 10.0.0.38 - - [2026-03-23 06:18:23] "POST /neutron/port HTTP/1.1" 200 1109 0.112747 10.0.0.38 - - [2026-03-23 06:18:23] "POST /neutron/port HTTP/1.1" 200 1119 0.016177 10.0.0.38 - - [2026-03-23 06:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.38 - - [2026-03-23 06:18:24] "POST /neutron/port HTTP/1.1" 200 1017 0.013603 10.0.0.38 - - [2026-03-23 06:18:24] "POST /neutron/port HTTP/1.1" 200 1017 0.012226 10.0.0.38 - - [2026-03-23 06:18:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003954 10.0.0.38 - - [2026-03-23 06:18:24] "POST /neutron/network HTTP/1.1" 200 994 0.007510 10.0.0.33 - - [2026-03-23 06:18:24] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.38 - - [2026-03-23 06:18:24] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063692 10.0.0.38 - - [2026-03-23 06:18:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009145 10.0.0.38 - - [2026-03-23 06:18:25] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007046 10.0.0.33 - - [2026-03-23 06:18:25] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.38 - - [2026-03-23 06:18:25] "POST /neutron/port HTTP/1.1" 200 1055 0.317578 10.0.0.38 - - [2026-03-23 06:18:25] "POST /neutron/port HTTP/1.1" 200 1109 0.095672 10.0.0.38 - - [2026-03-23 06:18:26] "POST /neutron/subnet HTTP/1.1" 200 673 0.009799 10.0.0.50 - - [2026-03-23 06:18:26] "GET /obj-perms HTTP/1.1" 200 5030 0.074192 10.0.0.33 - - [2026-03-23 06:18:27] "GET /obj-perms HTTP/1.1" 200 5030 0.058586 10.0.0.38 - - [2026-03-23 06:18:27] "POST /neutron/port HTTP/1.1" 200 1119 0.020411 10.0.0.38 - - [2026-03-23 06:18:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009346 10.0.0.38 - - [2026-03-23 06:18:27] "GET /virtual-machine/60d1b40c-8688-4266-b38b-940762f73161 HTTP/1.1" 200 1288 0.006013 10.0.0.38 - - [2026-03-23 06:18:27] "GET /virtual-machine-interface/07c92539-52ff-4cfa-a0c2-0fc043b32ea7 HTTP/1.1" 200 2940 0.004851 10.0.0.38 - - [2026-03-23 06:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.38 - - [2026-03-23 06:18:27] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004488 10.0.0.38 - - [2026-03-23 06:18:27] "GET /virtual-networks?parent_id=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003371 10.0.0.38 - - [2026-03-23 06:18:27] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006248 10.0.0.38 - - [2026-03-23 06:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.38 - - [2026-03-23 06:18:30] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005990 10.0.0.38 - - [2026-03-23 06:18:32] "POST /neutron/port HTTP/1.1" 200 1119 0.015978 10.0.0.38 - - [2026-03-23 06:18:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006904 10.0.0.38 - - [2026-03-23 06:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.38 - - [2026-03-23 06:18:34] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006651 10.0.0.38 - - [2026-03-23 06:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.38 - - [2026-03-23 06:18:36] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003464 10.0.0.38 - - [2026-03-23 06:18:36] "GET /virtual-networks?parent_id=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003857 10.0.0.38 - - [2026-03-23 06:18:36] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009305 10.0.0.38 - - [2026-03-23 06:18:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007162 10.0.0.38 - - [2026-03-23 06:18:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007335 10.0.0.38 - - [2026-03-23 06:18:37] "GET /virtual-machine/9b69b89e-0c09-482c-b1a5-0145bc80d3fd HTTP/1.1" 200 1289 0.004741 10.0.0.38 - - [2026-03-23 06:18:37] "GET /virtual-machine-interface/3174a59c-68dc-461a-9806-4c4082f0f6a4 HTTP/1.1" 200 2941 0.007484 10.0.0.38 - - [2026-03-23 06:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.38 - - [2026-03-23 06:18:37] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003661 10.0.0.38 - - [2026-03-23 06:18:37] "GET /virtual-networks?parent_id=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003946 10.0.0.38 - - [2026-03-23 06:18:37] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007281 10.0.0.38 - - [2026-03-23 06:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.38 - - [2026-03-23 06:18:38] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003196 10.0.0.38 - - [2026-03-23 06:18:38] "GET /virtual-networks?parent_id=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003502 10.0.0.38 - - [2026-03-23 06:18:38] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005632 10.0.0.38 - - [2026-03-23 06:18:38] "POST /neutron/port HTTP/1.1" 200 1119 0.016132 10.0.0.38 - - [2026-03-23 06:18:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008561 10.0.0.38 - - [2026-03-23 06:18:39] "GET /virtual-machine/dfa73555-3851-4f47-9d3e-743fe4984420 HTTP/1.1" 200 1293 0.006681 10.0.0.38 - - [2026-03-23 06:18:39] "GET /virtual-machine-interface/3e47ff4b-c14e-4a9a-812d-1357b93d4d18 HTTP/1.1" 200 2940 0.006815 10.0.0.38 - - [2026-03-23 06:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.38 - - [2026-03-23 06:18:39] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003566 10.0.0.38 - - [2026-03-23 06:18:39] "GET /virtual-networks?parent_id=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004878 10.0.0.38 - - [2026-03-23 06:18:39] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006397 10.0.0.38 - - [2026-03-23 06:18:39] "POST /neutron/port HTTP/1.1" 200 1119 0.016932 10.0.0.38 - - [2026-03-23 06:18:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004094 10.0.0.38 - - [2026-03-23 06:18:39] "POST /neutron/network HTTP/1.1" 200 994 0.011936 10.0.0.38 - - [2026-03-23 06:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.38 - - [2026-03-23 06:18:40] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.005442 10.0.0.38 - - [2026-03-23 06:18:40] "GET /virtual-networks?parent_id=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003282 10.0.0.38 - - [2026-03-23 06:18:40] "GET /virtual-network/c6f733f0-c302-4ea7-96f4-a6f4da617431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005954 10.0.0.38 - - [2026-03-23 06:18:48] "POST /neutron/network HTTP/1.1" 200 1004 0.007561 10.0.0.38 - - [2026-03-23 06:18:48] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.38 - - [2026-03-23 06:18:56] "POST /neutron/port HTTP/1.1" 200 1109 0.016110 10.0.0.38 - - [2026-03-23 06:18:56] "POST /neutron/port HTTP/1.1" 200 1109 0.014792 10.0.0.38 - - [2026-03-23 06:18:56] "POST /neutron/port HTTP/1.1" 200 1109 0.026365 10.0.0.33 - - [2026-03-23 06:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005164 10.0.0.33 - - [2026-03-23 06:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.008503 10.0.0.33 - - [2026-03-23 06:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002939 10.0.0.33 - - [2026-03-23 06:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002821 10.0.0.38 - - [2026-03-23 06:18:56] "POST /neutron/network HTTP/1.1" 200 151 0.203133 10.0.0.50 - - [2026-03-23 06:18:56] "DELETE /route-target/857cbe66-76d7-4596-ab35-f6af9265a1aa HTTP/1.1" 200 115 0.029421 10.0.0.38 - - [2026-03-23 06:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.38 - - [2026-03-23 06:18:57] "DELETE /network-ipam/3b55484d-87c5-4632-a1b4-31329368f313 HTTP/1.1" 200 115 0.047311 10.0.0.38 - - [2026-03-23 06:18:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.004448 10.0.0.33 - - [2026-03-23 06:18:58] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002190 10.0.0.38 - - [2026-03-23 06:18:58] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041661 10.0.0.33 - - [2026-03-23 06:18:58] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.38 - - [2026-03-23 06:18:58] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?fields=virtual_networks HTTP/1.1" 200 1033 0.044853 10.0.0.33 - - [2026-03-23 06:18:58] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001534 10.0.0.38 - - [2026-03-23 06:18:58] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.049742 10.0.0.33 - - [2026-03-23 06:18:58] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001443 10.0.0.38 - - [2026-03-23 06:18:58] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?fields=security_groups HTTP/1.1" 200 1259 0.051379 10.0.0.38 - - [2026-03-23 06:19:01] "POST /neutron/port HTTP/1.1" 200 117 0.006735 10.0.0.38 - - [2026-03-23 06:19:09] "GET / HTTP/1.1" 200 35931 0.001789 10.0.0.38 - - [2026-03-23 06:19:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.38 - - [2026-03-23 06:19:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.056397 10.0.0.33 - - [2026-03-23 06:19:10] "GET /projects?obj_uuids=1a76f118-a328-4ea0-9135-2aed141b9431&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002979 10.0.0.33 - - [2026-03-23 06:19:10] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.33 - - [2026-03-23 06:19:10] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011304 10.0.0.33 - - [2026-03-23 06:19:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.001700 10.0.0.33 - - [2026-03-23 06:19:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.008568 10.0.0.33 - - [2026-03-23 06:19:11] "POST /security-groups HTTP/1.1" 200 586 0.027330 10.0.0.33 - - [2026-03-23 06:19:11] "POST /projects HTTP/1.1" 200 575 0.241482 10.0.0.50 - - [2026-03-23 06:19:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.007828 10.0.0.33 - - [2026-03-23 06:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.312136 10.0.0.38 - - [2026-03-23 06:19:11] "GET /project/1a76f118-a328-4ea0-9135-2aed141b9431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.441710 10.0.0.38 - - [2026-03-23 06:19:12] "GET / HTTP/1.1" 200 35931 0.001466 10.0.0.38 - - [2026-03-23 06:19:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2026-03-23 06:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.027922 10.0.0.38 - - [2026-03-23 06:19:14] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005403 10.0.0.38 - - [2026-03-23 06:19:14] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005630 10.0.0.38 - - [2026-03-23 06:19:14] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004431 10.0.0.38 - - [2026-03-23 06:19:14] "PUT /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860 HTTP/1.1" 200 264 0.013263 10.0.0.33 - - [2026-03-23 06:19:16] "DELETE /project/1a76f118a3284ea091352aed141b9431 HTTP/1.1" 404 173 0.006180 10.0.0.33 - - [2026-03-23 06:19:16] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.33 - - [2026-03-23 06:19:16] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.054050 10.0.0.33 - - [2026-03-23 06:19:16] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.33 - - [2026-03-23 06:19:16] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?fields=security_groups HTTP/1.1" 200 1364 0.042989 10.0.0.38 - - [2026-03-23 06:19:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.058291 10.0.0.33 - - [2026-03-23 06:19:16] "DELETE /security-group/f5d663b8-ed22-4161-b341-029b0b75f730 HTTP/1.1" 404 171 0.015194 10.0.0.33 - - [2026-03-23 06:19:16] "GET /projects?obj_uuids=e96d9c4e-fa42-4ca2-932a-0252e32cf911&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.33 - - [2026-03-23 06:19:16] "GET /projects?obj_uuids=77cfd67a-409f-41d4-962f-8061f077dd2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010215 10.0.0.33 - - [2026-03-23 06:19:16] "GET /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911?fields=application_policy_sets HTTP/1.1" 200 1403 0.066661 10.0.0.50 - - [2026-03-23 06:19:16] "DELETE /access-control-list/47f930ff-72de-406f-9379-44a5673ee624 HTTP/1.1" 200 115 0.054944 10.0.0.33 - - [2026-03-23 06:19:16] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.33 - - [2026-03-23 06:19:16] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.017062 10.0.0.33 - - [2026-03-23 06:19:16] "DELETE /project/e96d9c4e-fa42-4ca2-932a-0252e32cf911 HTTP/1.1" 200 115 0.566835 10.0.0.33 - - [2026-03-23 06:19:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.001497 10.0.0.33 - - [2026-03-23 06:19:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.004240 10.0.0.33 - - [2026-03-23 06:19:16] "POST /security-groups HTTP/1.1" 200 586 0.055251 10.0.0.33 - - [2026-03-23 06:19:17] "POST /projects HTTP/1.1" 200 575 0.337135 10.0.0.33 - - [2026-03-23 06:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.399547 10.0.0.50 - - [2026-03-23 06:19:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.013289 10.0.0.38 - - [2026-03-23 06:19:17] "GET /project/77cfd67a-409f-41d4-962f-8061f077dd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.677755 10.0.0.38 - - [2026-03-23 06:19:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.027070 10.0.0.33 - - [2026-03-23 06:19:17] "GET /projects?obj_uuids=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003164 10.0.0.33 - - [2026-03-23 06:19:17] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002561 10.0.0.33 - - [2026-03-23 06:19:17] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008260 10.0.0.33 - - [2026-03-23 06:19:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.001505 10.0.0.33 - - [2026-03-23 06:19:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.005396 10.0.0.33 - - [2026-03-23 06:19:17] "POST /security-groups HTTP/1.1" 200 586 0.082541 10.0.0.33 - - [2026-03-23 06:19:18] "POST /projects HTTP/1.1" 200 575 0.312616 10.0.0.50 - - [2026-03-23 06:19:18] "POST /access-control-lists HTTP/1.1" 200 591 0.027036 10.0.0.33 - - [2026-03-23 06:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.392940 10.0.0.38 - - [2026-03-23 06:19:18] "GET /project/3385ae6d-3f04-4ed7-aff0-958f37764c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.536064 10.0.0.38 - - [2026-03-23 06:19:18] "GET / HTTP/1.1" 200 35931 0.002180 10.0.0.38 - - [2026-03-23 06:19:19] "GET / HTTP/1.1" 200 35931 0.002457 10.0.0.38 - - [2026-03-23 06:19:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.003392 10.0.0.38 - - [2026-03-23 06:19:19] "POST /api-access-lists HTTP/1.1" 200 521 0.022590 10.0.0.38 - - [2026-03-23 06:19:20] "GET /api-access-list/d94402e8-4a5f-40be-be1d-93559f3c4ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.005833 10.0.0.38 - - [2026-03-23 06:19:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.38 - - [2026-03-23 06:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.053092 10.0.0.33 - - [2026-03-23 06:19:20] "GET /projects?obj_uuids=77cfd67a-409f-41d4-962f-8061f077dd2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.38 - - [2026-03-23 06:19:20] "GET /project/77cfd67a-409f-41d4-962f-8061f077dd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.076578 10.0.0.38 - - [2026-03-23 06:19:20] "GET /virtual-networks?parent_id=77cfd67a-409f-41d4-962f-8061f077dd2f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021435 10.0.0.38 - - [2026-03-23 06:19:21] "POST /virtual-networks HTTP/1.1" 200 568 0.119272 10.0.0.50 - - [2026-03-23 06:19:21] "POST /route-targets HTTP/1.1" 200 327 0.016136 10.0.0.38 - - [2026-03-23 06:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.038733 10.0.0.38 - - [2026-03-23 06:19:21] "GET /network-ipam/42a237bc-271c-4659-b791-8a96de880179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.045897 10.0.0.33 - - [2026-03-23 06:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009794 10.0.0.38 - - [2026-03-23 06:19:21] "POST /ref-update HTTP/1.1" 200 156 0.133835 10.0.0.38 - - [2026-03-23 06:19:21] "POST /neutron/network HTTP/1.1" 200 829 0.077084 10.0.0.38 - - [2026-03-23 06:19:21] "GET /virtual-network/83ac3646-e3ee-4acc-bf85-13f8915864b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.017960 10.0.0.38 - - [2026-03-23 06:19:22] "GET /obj-perms HTTP/1.1" 200 4915 0.071485 10.0.0.38 - - [2026-03-23 06:19:23] "GET /virtual-network/83ac3646-e3ee-4acc-bf85-13f8915864b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.021863 10.0.0.38 - - [2026-03-23 06:19:23] "GET /obj-perms HTTP/1.1" 200 4915 0.069725 10.0.0.38 - - [2026-03-23 06:19:23] "GET /obj-perms HTTP/1.1" 200 4915 0.015532 10.0.0.38 - - [2026-03-23 06:19:24] "POST /id-to-fqname HTTP/1.1" 401 292 0.000444 10.0.0.38 - - [2026-03-23 06:19:24] "POST /id-to-fqname HTTP/1.1" 200 230 0.041501 10.0.0.38 - - [2026-03-23 06:19:24] "POST /neutron/network HTTP/1.1" 200 839 0.052278 10.0.0.33 - - [2026-03-23 06:19:25] "GET /projects?obj_uuids=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000975 10.0.0.38 - - [2026-03-23 06:19:25] "GET /project/3385ae6d-3f04-4ed7-aff0-958f37764c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.073006 10.0.0.38 - - [2026-03-23 06:19:25] "POST /neutron/port HTTP/1.1" 200 117 0.040247 10.0.0.38 - - [2026-03-23 06:19:26] "POST /neutron/network HTTP/1.1" 200 829 0.036541 10.0.0.38 - - [2026-03-23 06:19:26] "POST /neutron/port HTTP/1.1" 200 1053 0.017378 10.0.0.38 - - [2026-03-23 06:19:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004192 10.0.0.38 - - [2026-03-23 06:19:27] "POST /neutron/network HTTP/1.1" 200 829 0.006303 10.0.0.38 - - [2026-03-23 06:19:31] "POST /neutron/port HTTP/1.1" 200 1117 0.017026 10.0.0.38 - - [2026-03-23 06:19:31] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006699 10.0.0.38 - - [2026-03-23 06:19:31] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e HTTP/1.1" 401 292 0.000666 10.0.0.38 - - [2026-03-23 06:19:31] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e HTTP/1.1" 200 1287 0.048438 10.0.0.38 - - [2026-03-23 06:19:31] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e HTTP/1.1" 200 1287 0.019161 10.0.0.38 - - [2026-03-23 06:19:31] "GET /virtual-machine-interface/67d5e0c5-912a-4a25-8c37-2750cda32be2 HTTP/1.1" 200 2530 0.024400 10.0.0.38 - - [2026-03-23 06:19:31] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e HTTP/1.1" 200 1287 0.018896 10.0.0.38 - - [2026-03-23 06:19:31] "GET /virtual-machine-interface/67d5e0c5-912a-4a25-8c37-2750cda32be2 HTTP/1.1" 200 2530 0.019315 10.0.0.38 - - [2026-03-23 06:19:31] "GET /instance-ip/ecd162d6-b27f-45d7-baa8-dcb714e6bd63 HTTP/1.1" 200 1624 0.016595 10.0.0.38 - - [2026-03-23 06:19:31] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e HTTP/1.1" 200 1287 0.014951 10.0.0.38 - - [2026-03-23 06:19:31] "GET /virtual-machine-interface/67d5e0c5-912a-4a25-8c37-2750cda32be2 HTTP/1.1" 200 2530 0.018686 10.0.0.38 - - [2026-03-23 06:19:31] "GET /instance-ip/ecd162d6-b27f-45d7-baa8-dcb714e6bd63 HTTP/1.1" 200 1624 0.017195 10.0.0.38 - - [2026-03-23 06:19:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.013796 10.0.0.38 - - [2026-03-23 06:19:31] "GET / HTTP/1.1" 200 35931 0.002215 10.0.0.38 - - [2026-03-23 06:19:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.38 - - [2026-03-23 06:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.026543 10.0.0.38 - - [2026-03-23 06:19:32] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003800 10.0.0.38 - - [2026-03-23 06:19:32] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015035 10.0.0.38 - - [2026-03-23 06:19:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.015097 10.0.0.38 - - [2026-03-23 06:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.38 - - [2026-03-23 06:19:32] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003826 10.0.0.38 - - [2026-03-23 06:19:32] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016796 10.0.0.38 - - [2026-03-23 06:19:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.016174 10.0.0.38 - - [2026-03-23 06:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.38 - - [2026-03-23 06:19:32] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003708 10.0.0.38 - - [2026-03-23 06:19:32] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015391 10.0.0.38 - - [2026-03-23 06:19:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.013642 10.0.0.38 - - [2026-03-23 06:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.38 - - [2026-03-23 06:19:33] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004471 10.0.0.38 - - [2026-03-23 06:19:33] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016063 10.0.0.38 - - [2026-03-23 06:19:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.016529 10.0.0.38 - - [2026-03-23 06:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.38 - - [2026-03-23 06:19:33] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003341 10.0.0.38 - - [2026-03-23 06:19:33] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014812 10.0.0.38 - - [2026-03-23 06:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.014396 10.0.0.38 - - [2026-03-23 06:19:36] "GET /virtual-network/83ac3646-e3ee-4acc-bf85-13f8915864b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.020090 10.0.0.38 - - [2026-03-23 06:19:39] "POST /neutron/port HTTP/1.1" 200 1117 0.015111 10.0.0.38 - - [2026-03-23 06:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.013443 10.0.0.38 - - [2026-03-23 06:19:40] "GET /virtual-network/83ac3646-e3ee-4acc-bf85-13f8915864b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.016018 10.0.0.38 - - [2026-03-23 06:19:40] "POST /neutron/port HTTP/1.1" 200 1117 0.014842 10.0.0.38 - - [2026-03-23 06:19:40] "POST /neutron/subnet HTTP/1.1" 200 637 0.009083 10.0.0.38 - - [2026-03-23 06:19:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.024547 10.0.0.38 - - [2026-03-23 06:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.38 - - [2026-03-23 06:19:42] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.006850 10.0.0.38 - - [2026-03-23 06:19:42] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015978 10.0.0.38 - - [2026-03-23 06:19:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.014535 10.0.0.38 - - [2026-03-23 06:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.38 - - [2026-03-23 06:19:42] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004158 10.0.0.38 - - [2026-03-23 06:19:42] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014261 10.0.0.38 - - [2026-03-23 06:19:42] "POST /fqname-to-id HTTP/1.1" 403 361 0.018345 10.0.0.38 - - [2026-03-23 06:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008161 10.0.0.38 - - [2026-03-23 06:19:42] "GET /routing-instance/cf238615-b020-4252-9826-d38118a9c58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.006375 10.0.0.38 - - [2026-03-23 06:19:42] "GET /route-target/aa974b99-405c-41a7-b66f-0a68d0105360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.026556 10.0.0.38 - - [2026-03-23 06:19:42] "GET /route-target/aa974b99-405c-41a7-b66f-0a68d0105360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007249 10.0.0.38 - - [2026-03-23 06:19:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.016403 10.0.0.38 - - [2026-03-23 06:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.38 - - [2026-03-23 06:19:42] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002873 10.0.0.38 - - [2026-03-23 06:19:43] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014747 10.0.0.38 - - [2026-03-23 06:19:43] "POST /fqname-to-id HTTP/1.1" 403 361 0.013646 10.0.0.38 - - [2026-03-23 06:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.38 - - [2026-03-23 06:19:43] "GET /routing-instance/cf238615-b020-4252-9826-d38118a9c58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004125 10.0.0.38 - - [2026-03-23 06:19:43] "GET /route-target/aa974b99-405c-41a7-b66f-0a68d0105360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013033 10.0.0.38 - - [2026-03-23 06:19:43] "GET /route-target/aa974b99-405c-41a7-b66f-0a68d0105360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003947 10.0.0.38 - - [2026-03-23 06:19:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.014442 10.0.0.38 - - [2026-03-23 06:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.38 - - [2026-03-23 06:19:43] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.005890 10.0.0.38 - - [2026-03-23 06:19:43] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015082 10.0.0.38 - - [2026-03-23 06:19:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.017572 10.0.0.38 - - [2026-03-23 06:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.38 - - [2026-03-23 06:19:43] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003932 10.0.0.38 - - [2026-03-23 06:19:43] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014608 10.0.0.33 - - [2026-03-23 06:19:43] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.037143 10.0.0.33 - - [2026-03-23 06:19:48] "GET /obj-perms HTTP/1.1" 200 4915 0.037653 10.0.0.33 - - [2026-03-23 06:19:50] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.014540 10.0.0.33 - - [2026-03-23 06:19:54] "GET /obj-perms HTTP/1.1" 200 4915 0.016438 10.0.0.38 - - [2026-03-23 06:19:54] "GET /obj-perms HTTP/1.1" 200 4915 0.013803 10.0.0.38 - - [2026-03-23 06:19:54] "GET /obj-perms HTTP/1.1" 200 4915 0.014394 10.0.0.33 - - [2026-03-23 06:19:54] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013233 10.0.0.38 - - [2026-03-23 06:19:54] "GET /obj-perms HTTP/1.1" 200 4915 0.011671 10.0.0.38 - - [2026-03-23 06:19:54] "GET /obj-perms HTTP/1.1" 200 4915 0.012671 10.0.0.38 - - [2026-03-23 06:19:54] "GET /obj-perms HTTP/1.1" 200 4915 0.012673 10.0.0.38 - - [2026-03-23 06:19:55] "GET /obj-perms HTTP/1.1" 200 4915 0.066375 10.0.0.50 - - [2026-03-23 06:19:55] "GET /obj-perms HTTP/1.1" 200 5020 0.053586 10.0.0.38 - - [2026-03-23 06:19:55] "GET /obj-perms HTTP/1.1" 200 4915 0.014216 10.0.0.38 - - [2026-03-23 06:19:56] "GET /obj-perms HTTP/1.1" 200 5020 0.061169 10.0.0.50 - - [2026-03-23 06:19:56] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.044955 10.0.0.33 - - [2026-03-23 06:19:56] "GET /obj-perms HTTP/1.1" 200 4915 0.012872 10.0.0.38 - - [2026-03-23 06:19:57] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e HTTP/1.1" 200 1287 0.016061 10.0.0.38 - - [2026-03-23 06:19:57] "POST /neutron/port HTTP/1.1" 200 1117 0.016307 10.0.0.38 - - [2026-03-23 06:19:59] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e HTTP/1.1" 404 171 0.015606 10.0.0.38 - - [2026-03-23 06:19:59] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e HTTP/1.1" 404 171 0.013375 10.0.0.38 - - [2026-03-23 06:19:59] "GET /virtual-machine/28968870-a71a-4372-b1d0-048a72af524e HTTP/1.1" 404 171 0.012210 10.0.0.38 - - [2026-03-23 06:19:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.028148 10.0.0.38 - - [2026-03-23 06:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.38 - - [2026-03-23 06:19:59] "GET /global-vrouter-config/447ef868-b188-4dec-82d4-7f164bba70eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003759 10.0.0.38 - - [2026-03-23 06:19:59] "GET /virtual-networks?parent_id=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014255 10.0.0.38 - - [2026-03-23 06:19:59] "POST /fqname-to-id HTTP/1.1" 403 361 0.014024 10.0.0.38 - - [2026-03-23 06:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.38 - - [2026-03-23 06:19:59] "GET /routing-instance/cf238615-b020-4252-9826-d38118a9c58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004478 10.0.0.38 - - [2026-03-23 06:19:59] "GET /route-target/aa974b99-405c-41a7-b66f-0a68d0105360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014993 10.0.0.38 - - [2026-03-23 06:19:59] "GET /route-target/aa974b99-405c-41a7-b66f-0a68d0105360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003320 10.0.0.38 - - [2026-03-23 06:19:59] "GET /obj-perms HTTP/1.1" 200 4915 0.079669 10.0.0.38 - - [2026-03-23 06:20:00] "GET /obj-perms HTTP/1.1" 200 4915 0.062168 10.0.0.38 - - [2026-03-23 06:20:06] "GET /obj-perms HTTP/1.1" 200 5020 0.005313 10.0.0.50 - - [2026-03-23 06:20:06] "GET /obj-perms HTTP/1.1" 200 5020 0.003317 10.0.0.38 - - [2026-03-23 06:20:15] "GET /obj-perms HTTP/1.1" 200 5020 0.004437 10.0.0.50 - - [2026-03-23 06:20:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003916 10.0.0.33 - - [2026-03-23 06:20:16] "DELETE /project/77cfd67a409f41d4962f8061f077dd2f HTTP/1.1" 404 173 0.030278 10.0.0.33 - - [2026-03-23 06:20:16] "DELETE /project/3385ae6d3f044ed7aff0958f37764c50 HTTP/1.1" 404 173 0.043255 10.0.0.38 - - [2026-03-23 06:20:24] "GET /obj-perms HTTP/1.1" 200 5020 0.003974 10.0.0.50 - - [2026-03-23 06:20:24] "GET /obj-perms HTTP/1.1" 200 5020 0.004029 10.0.0.33 - - [2026-03-23 06:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.054278 10.0.0.33 - - [2026-03-23 06:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002496 10.0.0.38 - - [2026-03-23 06:20:25] "DELETE /virtual-network/83ac3646-e3ee-4acc-bf85-13f8915864b3 HTTP/1.1" 200 115 0.174433 10.0.0.50 - - [2026-03-23 06:20:25] "DELETE /route-target/aa974b99-405c-41a7-b66f-0a68d0105360 HTTP/1.1" 200 115 0.065317 10.0.0.38 - - [2026-03-23 06:20:25] "DELETE /api-access-list/d94402e8-4a5f-40be-be1d-93559f3c4ce9 HTTP/1.1" 200 115 0.042909 10.0.0.33 - - [2026-03-23 06:20:25] "GET /projects?obj_uuids=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001048 10.0.0.38 - - [2026-03-23 06:20:25] "GET /project/3385ae6d-3f04-4ed7-aff0-958f37764c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044136 10.0.0.33 - - [2026-03-23 06:20:25] "GET /projects?obj_uuids=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000979 10.0.0.38 - - [2026-03-23 06:20:25] "GET /project/3385ae6d-3f04-4ed7-aff0-958f37764c50?fields=virtual_networks HTTP/1.1" 200 1022 0.037549 10.0.0.33 - - [2026-03-23 06:20:25] "GET /projects?obj_uuids=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.38 - - [2026-03-23 06:20:25] "GET /project/3385ae6d-3f04-4ed7-aff0-958f37764c50?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.054677 10.0.0.33 - - [2026-03-23 06:20:25] "GET /projects?obj_uuids=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001267 10.0.0.38 - - [2026-03-23 06:20:26] "GET /project/3385ae6d-3f04-4ed7-aff0-958f37764c50?fields=security_groups HTTP/1.1" 200 1243 0.044799 10.0.0.33 - - [2026-03-23 06:20:26] "GET /projects?obj_uuids=77cfd67a-409f-41d4-962f-8061f077dd2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001068 10.0.0.38 - - [2026-03-23 06:20:26] "GET /project/77cfd67a-409f-41d4-962f-8061f077dd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.039617 10.0.0.33 - - [2026-03-23 06:20:26] "GET /projects?obj_uuids=77cfd67a-409f-41d4-962f-8061f077dd2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001253 10.0.0.38 - - [2026-03-23 06:20:26] "GET /project/77cfd67a-409f-41d4-962f-8061f077dd2f?fields=virtual_networks HTTP/1.1" 200 1022 0.050276 10.0.0.33 - - [2026-03-23 06:20:26] "GET /projects?obj_uuids=77cfd67a-409f-41d4-962f-8061f077dd2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000973 10.0.0.38 - - [2026-03-23 06:20:26] "GET /project/77cfd67a-409f-41d4-962f-8061f077dd2f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.042632 10.0.0.33 - - [2026-03-23 06:20:26] "GET /projects?obj_uuids=77cfd67a-409f-41d4-962f-8061f077dd2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.38 - - [2026-03-23 06:20:26] "GET /project/77cfd67a-409f-41d4-962f-8061f077dd2f?fields=security_groups HTTP/1.1" 200 1243 0.032960 10.0.0.38 - - [2026-03-23 06:20:28] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003554 10.0.0.38 - - [2026-03-23 06:20:28] "PUT /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860 HTTP/1.1" 200 264 0.010325 10.0.0.33 - - [2026-03-23 06:20:28] "GET /projects?obj_uuids=1a76f118-a328-4ea0-9135-2aed141b9431&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001317 10.0.0.38 - - [2026-03-23 06:20:28] "GET /project/1a76f118-a328-4ea0-9135-2aed141b9431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044507 10.0.0.33 - - [2026-03-23 06:20:28] "GET /projects?obj_uuids=1a76f118-a328-4ea0-9135-2aed141b9431&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001377 10.0.0.38 - - [2026-03-23 06:20:28] "GET /project/1a76f118-a328-4ea0-9135-2aed141b9431?fields=virtual_networks HTTP/1.1" 200 1022 0.048367 10.0.0.33 - - [2026-03-23 06:20:28] "GET /projects?obj_uuids=1a76f118-a328-4ea0-9135-2aed141b9431&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001346 10.0.0.38 - - [2026-03-23 06:20:28] "GET /project/1a76f118-a328-4ea0-9135-2aed141b9431?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.032372 10.0.0.33 - - [2026-03-23 06:20:28] "GET /projects?obj_uuids=1a76f118-a328-4ea0-9135-2aed141b9431&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000920 10.0.0.38 - - [2026-03-23 06:20:28] "GET /project/1a76f118-a328-4ea0-9135-2aed141b9431?fields=security_groups HTTP/1.1" 200 1243 0.041177 10.0.0.38 - - [2026-03-23 06:20:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.027376 10.0.0.33 - - [2026-03-23 06:20:29] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003932 10.0.0.33 - - [2026-03-23 06:20:29] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001398 10.0.0.33 - - [2026-03-23 06:20:29] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009500 10.0.0.33 - - [2026-03-23 06:20:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.005309 10.0.0.33 - - [2026-03-23 06:20:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.005198 10.0.0.33 - - [2026-03-23 06:20:29] "POST /security-groups HTTP/1.1" 200 591 0.028171 10.0.0.33 - - [2026-03-23 06:20:29] "POST /projects HTTP/1.1" 200 585 0.252802 10.0.0.33 - - [2026-03-23 06:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.325367 10.0.0.50 - - [2026-03-23 06:20:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.008379 10.0.0.38 - - [2026-03-23 06:20:30] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.491705 10.0.0.38 - - [2026-03-23 06:20:31] "GET / HTTP/1.1" 200 35931 0.002703 10.0.0.38 - - [2026-03-23 06:20:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.38 - - [2026-03-23 06:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.029490 10.0.0.38 - - [2026-03-23 06:20:33] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003367 10.0.0.38 - - [2026-03-23 06:20:33] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002856 10.0.0.38 - - [2026-03-23 06:20:33] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003399 10.0.0.38 - - [2026-03-23 06:20:33] "PUT /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860 HTTP/1.1" 200 264 0.010121 10.0.0.38 - - [2026-03-23 06:20:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.025601 10.0.0.33 - - [2026-03-23 06:20:34] "GET /projects?obj_uuids=2f9d8d77-edc5-4abb-90c1-041ed23730f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003244 10.0.0.33 - - [2026-03-23 06:20:34] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.33 - - [2026-03-23 06:20:34] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006825 10.0.0.33 - - [2026-03-23 06:20:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.001583 10.0.0.33 - - [2026-03-23 06:20:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.009820 10.0.0.33 - - [2026-03-23 06:20:35] "POST /security-groups HTTP/1.1" 200 591 0.032492 10.0.0.33 - - [2026-03-23 06:20:35] "POST /projects HTTP/1.1" 200 585 0.234694 10.0.0.50 - - [2026-03-23 06:20:35] "POST /access-control-lists HTTP/1.1" 200 596 0.030453 10.0.0.33 - - [2026-03-23 06:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.312904 10.0.0.38 - - [2026-03-23 06:20:35] "GET /project/2f9d8d77-edc5-4abb-90c1-041ed23730f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.470206 10.0.0.38 - - [2026-03-23 06:20:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.025834 10.0.0.33 - - [2026-03-23 06:20:35] "GET /projects?obj_uuids=f11a049c-7584-4d1d-9a2a-54c45ad9ef56&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003002 10.0.0.33 - - [2026-03-23 06:20:35] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.33 - - [2026-03-23 06:20:35] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010507 10.0.0.33 - - [2026-03-23 06:20:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.001590 10.0.0.33 - - [2026-03-23 06:20:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.008177 10.0.0.33 - - [2026-03-23 06:20:36] "POST /security-groups HTTP/1.1" 200 591 0.036818 10.0.0.50 - - [2026-03-23 06:20:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.003597 10.0.0.33 - - [2026-03-23 06:20:36] "POST /projects HTTP/1.1" 200 585 0.280569 10.0.0.33 - - [2026-03-23 06:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.352752 10.0.0.50 - - [2026-03-23 06:20:36] "POST /access-control-lists HTTP/1.1" 200 594 0.032958 10.0.0.38 - - [2026-03-23 06:20:36] "GET /project/f11a049c-7584-4d1d-9a2a-54c45ad9ef56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.492517 10.0.0.33 - - [2026-03-23 06:20:36] "GET /obj-perms HTTP/1.1" 200 5056 0.108830 10.0.0.38 - - [2026-03-23 06:20:37] "GET /obj-perms HTTP/1.1" 200 5056 0.079233 10.0.0.38 - - [2026-03-23 06:20:37] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.38 - - [2026-03-23 06:20:38] "GET / HTTP/1.1" 200 35931 0.002394 10.0.0.38 - - [2026-03-23 06:20:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.003345 10.0.0.38 - - [2026-03-23 06:20:38] "POST /api-access-lists HTTP/1.1" 200 521 0.023174 10.0.0.38 - - [2026-03-23 06:20:38] "GET /api-access-list/4d2ad6dc-2f20-45b9-b393-863c332a94c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004789 10.0.0.38 - - [2026-03-23 06:20:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.38 - - [2026-03-23 06:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.044989 10.0.0.33 - - [2026-03-23 06:20:39] "GET /projects?obj_uuids=2f9d8d77-edc5-4abb-90c1-041ed23730f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.38 - - [2026-03-23 06:20:39] "GET /project/2f9d8d77-edc5-4abb-90c1-041ed23730f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062150 10.0.0.38 - - [2026-03-23 06:20:39] "GET /virtual-networks?parent_id=2f9d8d77-edc5-4abb-90c1-041ed23730f7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016569 10.0.0.38 - - [2026-03-23 06:20:39] "POST /virtual-networks HTTP/1.1" 200 583 0.090170 10.0.0.38 - - [2026-03-23 06:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.049168 10.0.0.38 - - [2026-03-23 06:20:39] "GET /network-ipam/42a237bc-271c-4659-b791-8a96de880179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.017722 10.0.0.33 - - [2026-03-23 06:20:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008514 10.0.0.38 - - [2026-03-23 06:20:40] "POST /ref-update HTTP/1.1" 200 156 0.105744 10.0.0.38 - - [2026-03-23 06:20:40] "POST /neutron/network HTTP/1.1" 200 850 0.056991 10.0.0.38 - - [2026-03-23 06:20:40] "GET /virtual-network/4e0a6b67-c5df-408b-98b7-323ebcd5f046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.022197 10.0.0.38 - - [2026-03-23 06:20:40] "POST /neutron/subnet HTTP/1.1" 200 686 0.039546 10.0.0.38 - - [2026-03-23 06:20:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000575 10.0.0.38 - - [2026-03-23 06:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.041937 10.0.0.33 - - [2026-03-23 06:20:40] "GET /projects?obj_uuids=f11a049c-7584-4d1d-9a2a-54c45ad9ef56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001220 10.0.0.38 - - [2026-03-23 06:20:40] "GET /project/f11a049c-7584-4d1d-9a2a-54c45ad9ef56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.061368 10.0.0.38 - - [2026-03-23 06:20:40] "GET /virtual-networks?parent_id=f11a049c-7584-4d1d-9a2a-54c45ad9ef56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018049 10.0.0.38 - - [2026-03-23 06:20:41] "POST /virtual-networks HTTP/1.1" 200 583 0.105079 10.0.0.50 - - [2026-03-23 06:20:41] "POST /route-targets HTTP/1.1" 200 327 0.020410 10.0.0.38 - - [2026-03-23 06:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.040166 10.0.0.38 - - [2026-03-23 06:20:41] "GET /network-ipam/42a237bc-271c-4659-b791-8a96de880179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.019253 10.0.0.33 - - [2026-03-23 06:20:41] "POST /useragent-kv HTTP/1.1" 200 115 0.010226 10.0.0.38 - - [2026-03-23 06:20:41] "POST /ref-update HTTP/1.1" 200 156 0.113388 10.0.0.38 - - [2026-03-23 06:20:41] "GET /virtual-network/2dc559b2-cd15-4d33-98c2-6363076fcb8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.017310 10.0.0.38 - - [2026-03-23 06:20:41] "POST /neutron/network HTTP/1.1" 200 848 0.048254 10.0.0.38 - - [2026-03-23 06:20:42] "GET /virtual-network/4e0a6b67-c5df-408b-98b7-323ebcd5f046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.052729 10.0.0.38 - - [2026-03-23 06:20:43] "GET /virtual-network/4e0a6b67-c5df-408b-98b7-323ebcd5f046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.037170 10.0.0.50 - - [2026-03-23 06:20:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2026-03-23 06:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.027740 10.0.0.38 - - [2026-03-23 06:20:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.031111 10.0.0.38 - - [2026-03-23 06:20:45] "GET /obj-perms HTTP/1.1" 200 5030 0.050740 10.0.0.38 - - [2026-03-23 06:20:45] "PUT /virtual-network/4e0a6b67-c5df-408b-98b7-323ebcd5f046 HTTP/1.1" 200 264 0.046381 10.0.0.38 - - [2026-03-23 06:20:45] "GET /virtual-network/4e0a6b67-c5df-408b-98b7-323ebcd5f046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.019789 10.0.0.38 - - [2026-03-23 06:20:45] "GET /virtual-network/4e0a6b67-c5df-408b-98b7-323ebcd5f046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.037684 10.0.0.50 - - [2026-03-23 06:20:46] "GET /obj-perms HTTP/1.1" 403 257 0.038772 10.0.0.33 - - [2026-03-23 06:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.38 - - [2026-03-23 06:20:46] "GET /virtual-network/4e0a6b67-c5df-408b-98b7-323ebcd5f046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.020219 10.0.0.38 - - [2026-03-23 06:20:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025756 10.0.0.38 - - [2026-03-23 06:20:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003596 10.0.0.38 - - [2026-03-23 06:20:46] "PUT /virtual-network/4e0a6b67-c5df-408b-98b7-323ebcd5f046 HTTP/1.1" 200 264 0.056472 10.0.0.33 - - [2026-03-23 06:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003918 10.0.0.33 - - [2026-03-23 06:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003563 10.0.0.38 - - [2026-03-23 06:20:46] "DELETE /virtual-network/2dc559b2-cd15-4d33-98c2-6363076fcb8d HTTP/1.1" 200 115 0.141769 10.0.0.50 - - [2026-03-23 06:20:47] "DELETE /route-target/ca7137e3-6d34-4eea-904e-881b91785a52 HTTP/1.1" 200 115 0.032825 10.0.0.33 - - [2026-03-23 06:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002863 10.0.0.33 - - [2026-03-23 06:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004683 10.0.0.38 - - [2026-03-23 06:20:47] "DELETE /virtual-network/4e0a6b67-c5df-408b-98b7-323ebcd5f046 HTTP/1.1" 200 115 0.159208 10.0.0.38 - - [2026-03-23 06:20:47] "DELETE /api-access-list/4d2ad6dc-2f20-45b9-b393-863c332a94c2 HTTP/1.1" 200 115 0.047619 10.0.0.33 - - [2026-03-23 06:20:47] "GET /projects?obj_uuids=f11a049c-7584-4d1d-9a2a-54c45ad9ef56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001413 10.0.0.38 - - [2026-03-23 06:20:47] "GET /project/f11a049c-7584-4d1d-9a2a-54c45ad9ef56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059572 10.0.0.33 - - [2026-03-23 06:20:47] "GET /projects?obj_uuids=f11a049c-7584-4d1d-9a2a-54c45ad9ef56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001999 10.0.0.38 - - [2026-03-23 06:20:47] "GET /project/f11a049c-7584-4d1d-9a2a-54c45ad9ef56?fields=virtual_networks HTTP/1.1" 200 1033 0.040393 10.0.0.33 - - [2026-03-23 06:20:47] "GET /projects?obj_uuids=f11a049c-7584-4d1d-9a2a-54c45ad9ef56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.38 - - [2026-03-23 06:20:47] "GET /project/f11a049c-7584-4d1d-9a2a-54c45ad9ef56?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.037879 10.0.0.33 - - [2026-03-23 06:20:47] "GET /projects?obj_uuids=f11a049c-7584-4d1d-9a2a-54c45ad9ef56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000944 10.0.0.38 - - [2026-03-23 06:20:47] "GET /project/f11a049c-7584-4d1d-9a2a-54c45ad9ef56?fields=security_groups HTTP/1.1" 200 1259 0.042221 10.0.0.33 - - [2026-03-23 06:20:48] "GET /projects?obj_uuids=2f9d8d77-edc5-4abb-90c1-041ed23730f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.38 - - [2026-03-23 06:20:48] "GET /project/2f9d8d77-edc5-4abb-90c1-041ed23730f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041952 10.0.0.33 - - [2026-03-23 06:20:48] "GET /projects?obj_uuids=2f9d8d77-edc5-4abb-90c1-041ed23730f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.38 - - [2026-03-23 06:20:48] "GET /project/2f9d8d77-edc5-4abb-90c1-041ed23730f7?fields=virtual_networks HTTP/1.1" 200 1032 0.052606 10.0.0.33 - - [2026-03-23 06:20:48] "GET /projects?obj_uuids=2f9d8d77-edc5-4abb-90c1-041ed23730f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.38 - - [2026-03-23 06:20:48] "GET /project/2f9d8d77-edc5-4abb-90c1-041ed23730f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.046111 10.0.0.33 - - [2026-03-23 06:20:48] "GET /projects?obj_uuids=2f9d8d77-edc5-4abb-90c1-041ed23730f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001199 10.0.0.38 - - [2026-03-23 06:20:48] "GET /project/2f9d8d77-edc5-4abb-90c1-041ed23730f7?fields=security_groups HTTP/1.1" 200 1258 0.045113 10.0.0.38 - - [2026-03-23 06:20:50] "GET / HTTP/1.1" 200 35931 0.001386 10.0.0.38 - - [2026-03-23 06:20:51] "GET / HTTP/1.1" 200 35931 0.001867 10.0.0.38 - - [2026-03-23 06:20:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.38 - - [2026-03-23 06:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.065782 10.0.0.33 - - [2026-03-23 06:20:52] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.38 - - [2026-03-23 06:20:52] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050394 10.0.0.38 - - [2026-03-23 06:20:52] "GET /virtual-networks?parent_id=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014328 10.0.0.38 - - [2026-03-23 06:20:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.013256 10.0.0.38 - - [2026-03-23 06:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.016134 10.0.0.33 - - [2026-03-23 06:20:52] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.38 - - [2026-03-23 06:20:52] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021134 10.0.0.38 - - [2026-03-23 06:20:52] "POST /service-templates HTTP/1.1" 403 264 0.011545 10.0.0.38 - - [2026-03-23 06:20:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.003767 10.0.0.38 - - [2026-03-23 06:20:52] "POST /api-access-lists HTTP/1.1" 200 555 0.029297 10.0.0.38 - - [2026-03-23 06:20:52] "GET /api-access-list/f9a82e6c-b396-4d7d-8120-7e6dde7ea398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.006674 10.0.0.38 - - [2026-03-23 06:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.017116 10.0.0.33 - - [2026-03-23 06:20:52] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145 10.0.0.38 - - [2026-03-23 06:20:52] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059350 10.0.0.38 - - [2026-03-23 06:20:53] "GET /virtual-networks?parent_id=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015508 10.0.0.38 - - [2026-03-23 06:20:53] "POST /virtual-networks HTTP/1.1" 200 583 0.096466 10.0.0.50 - - [2026-03-23 06:20:53] "POST /route-targets HTTP/1.1" 200 327 0.014681 10.0.0.38 - - [2026-03-23 06:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.038778 10.0.0.38 - - [2026-03-23 06:20:53] "GET /network-ipam/42a237bc-271c-4659-b791-8a96de880179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.014330 10.0.0.33 - - [2026-03-23 06:20:53] "POST /useragent-kv HTTP/1.1" 200 115 0.011848 10.0.0.38 - - [2026-03-23 06:20:53] "POST /ref-update HTTP/1.1" 200 156 0.089545 10.0.0.38 - - [2026-03-23 06:20:53] "POST /neutron/network HTTP/1.1" 200 848 0.056920 10.0.0.38 - - [2026-03-23 06:20:53] "GET /virtual-network/bc518d38-3de7-4d9c-a8d1-788413b16105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.018445 10.0.0.38 - - [2026-03-23 06:20:53] "POST /neutron/network HTTP/1.1" 200 848 0.056761 10.0.0.38 - - [2026-03-23 06:20:53] "GET /virtual-network/bc518d38-3de7-4d9c-a8d1-788413b16105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005018 10.0.0.38 - - [2026-03-23 06:20:53] "GET /network-ipam/42a237bc-271c-4659-b791-8a96de880179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003274 10.0.0.38 - - [2026-03-23 06:20:54] "GET /virtual-network/bc518d38-3de7-4d9c-a8d1-788413b16105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005247 10.0.0.50 - - [2026-03-23 06:20:54] "GET /obj-perms HTTP/1.1" 200 5030 0.050368 10.0.0.38 - - [2026-03-23 06:20:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.012926 10.0.0.38 - - [2026-03-23 06:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.011988 10.0.0.33 - - [2026-03-23 06:20:55] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.38 - - [2026-03-23 06:20:55] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.017846 10.0.0.38 - - [2026-03-23 06:20:55] "POST /service-templates HTTP/1.1" 403 264 0.015572 10.0.0.38 - - [2026-03-23 06:20:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.005037 10.0.0.38 - - [2026-03-23 06:20:55] "POST /api-access-lists HTTP/1.1" 200 521 0.029835 10.0.0.38 - - [2026-03-23 06:20:55] "GET /api-access-list/e4df2d89-43c3-4f9b-9fac-bd8f4f963e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005572 10.0.0.38 - - [2026-03-23 06:20:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.015510 10.0.0.38 - - [2026-03-23 06:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.016398 10.0.0.33 - - [2026-03-23 06:20:55] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.38 - - [2026-03-23 06:20:55] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.023116 10.0.0.38 - - [2026-03-23 06:20:55] "POST /service-templates HTTP/1.1" 200 551 0.046226 10.0.0.38 - - [2026-03-23 06:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.017504 10.0.0.38 - - [2026-03-23 06:20:55] "GET /service-template/5433b1c4-ece3-4779-9f76-90c6bfe47d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.020256 10.0.0.38 - - [2026-03-23 06:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.019669 10.0.0.38 - - [2026-03-23 06:20:55] "GET /service-template/5433b1c4-ece3-4779-9f76-90c6bfe47d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.018461 10.0.0.38 - - [2026-03-23 06:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.030956 10.0.0.50 - - [2026-03-23 06:20:57] "GET /virtual-network/bc518d38-3de7-4d9c-a8d1-788413b16105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.039215 10.0.0.33 - - [2026-03-23 06:20:57] "GET /obj-perms HTTP/1.1" 403 257 0.037667 10.0.0.38 - - [2026-03-23 06:20:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.035266 10.0.0.38 - - [2026-03-23 06:20:57] "GET /api-access-list/f9a82e6c-b396-4d7d-8120-7e6dde7ea398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003535 10.0.0.38 - - [2026-03-23 06:20:57] "PUT /api-access-list/f9a82e6c-b396-4d7d-8120-7e6dde7ea398 HTTP/1.1" 200 264 0.010391 10.0.0.38 - - [2026-03-23 06:20:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2026-03-23 06:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.039765 10.0.0.33 - - [2026-03-23 06:20:58] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001367 10.0.0.38 - - [2026-03-23 06:20:58] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.065011 10.0.0.38 - - [2026-03-23 06:20:58] "GET /virtual-networks?parent_id=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019965 10.0.0.38 - - [2026-03-23 06:20:58] "POST /virtual-networks HTTP/1.1" 403 263 0.012440 10.0.0.38 - - [2026-03-23 06:20:58] "GET /virtual-network/bc518d38-3de7-4d9c-a8d1-788413b16105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.018330 10.0.0.38 - - [2026-03-23 06:20:58] "GET /api-access-list/e4df2d89-43c3-4f9b-9fac-bd8f4f963e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003390 10.0.0.38 - - [2026-03-23 06:20:58] "PUT /api-access-list/e4df2d89-43c3-4f9b-9fac-bd8f4f963e73 HTTP/1.1" 200 264 0.010499 10.0.0.38 - - [2026-03-23 06:20:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.023690 10.0.0.38 - - [2026-03-23 06:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.016280 10.0.0.33 - - [2026-03-23 06:20:59] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.38 - - [2026-03-23 06:20:59] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.031813 10.0.0.38 - - [2026-03-23 06:20:59] "POST /service-templates HTTP/1.1" 403 264 0.014567 10.0.0.38 - - [2026-03-23 06:20:59] "GET /api-access-list/f9a82e6c-b396-4d7d-8120-7e6dde7ea398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003745 10.0.0.38 - - [2026-03-23 06:20:59] "PUT /api-access-list/f9a82e6c-b396-4d7d-8120-7e6dde7ea398 HTTP/1.1" 200 264 0.010669 10.0.0.38 - - [2026-03-23 06:20:59] "GET /api-access-list/e4df2d89-43c3-4f9b-9fac-bd8f4f963e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003269 10.0.0.38 - - [2026-03-23 06:20:59] "PUT /api-access-list/e4df2d89-43c3-4f9b-9fac-bd8f4f963e73 HTTP/1.1" 200 264 0.012074 10.0.0.38 - - [2026-03-23 06:21:00] "GET /obj-perms HTTP/1.1" 403 257 0.015018 10.0.0.38 - - [2026-03-23 06:21:00] "GET /obj-perms HTTP/1.1" 403 257 0.041564 10.0.0.50 - - [2026-03-23 06:21:00] "GET /virtual-network/bc518d38-3de7-4d9c-a8d1-788413b16105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.012946 10.0.0.50 - - [2026-03-23 06:21:01] "GET /virtual-network/bc518d38-3de7-4d9c-a8d1-788413b16105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.037105 10.0.0.33 - - [2026-03-23 06:21:01] "GET /obj-perms HTTP/1.1" 403 257 0.012067 10.0.0.33 - - [2026-03-23 06:21:01] "GET /obj-perms HTTP/1.1" 403 257 0.042067 10.0.0.38 - - [2026-03-23 06:21:01] "GET /obj-perms HTTP/1.1" 403 257 0.013329 10.0.0.38 - - [2026-03-23 06:21:01] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.010305 10.0.0.38 - - [2026-03-23 06:21:01] "PUT /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860 HTTP/1.1" 200 264 0.012649 10.0.0.38 - - [2026-03-23 06:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.38 - - [2026-03-23 06:21:01] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.027653 10.0.0.38 - - [2026-03-23 06:21:01] "DELETE /api-access-list/f9a82e6c-b396-4d7d-8120-7e6dde7ea398 HTTP/1.1" 200 115 0.033343 10.0.0.38 - - [2026-03-23 06:21:01] "DELETE /api-access-list/e4df2d89-43c3-4f9b-9fac-bd8f4f963e73 HTTP/1.1" 200 115 0.031820 10.0.0.38 - - [2026-03-23 06:21:02] "GET /virtual-network/bc518d38-3de7-4d9c-a8d1-788413b16105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.040972 10.0.0.50 - - [2026-03-23 06:21:03] "GET /virtual-network/bc518d38-3de7-4d9c-a8d1-788413b16105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.038416 10.0.0.33 - - [2026-03-23 06:21:03] "GET /obj-perms HTTP/1.1" 403 257 0.036849 10.0.0.38 - - [2026-03-23 06:21:03] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005653 10.0.0.38 - - [2026-03-23 06:21:03] "PUT /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860 HTTP/1.1" 200 264 0.016077 10.0.0.38 - - [2026-03-23 06:21:03] "GET /obj-perms HTTP/1.1" 403 257 0.016793 10.0.0.38 - - [2026-03-23 06:21:04] "GET /obj-perms HTTP/1.1" 403 257 0.011311 10.0.0.38 - - [2026-03-23 06:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.016577 10.0.0.38 - - [2026-03-23 06:21:04] "DELETE /service-template/5433b1c4-ece3-4779-9f76-90c6bfe47d24 HTTP/1.1" 200 115 0.035276 10.0.0.38 - - [2026-03-23 06:21:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.023941 10.0.0.33 - - [2026-03-23 06:21:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005281 10.0.0.33 - - [2026-03-23 06:21:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002720 10.0.0.38 - - [2026-03-23 06:21:04] "DELETE /virtual-network/bc518d38-3de7-4d9c-a8d1-788413b16105 HTTP/1.1" 200 115 0.123754 10.0.0.50 - - [2026-03-23 06:21:04] "DELETE /route-target/94d09001-ada6-4438-b6ef-5d0929aff5b6 HTTP/1.1" 200 115 0.027740 10.0.0.38 - - [2026-03-23 06:21:04] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005187 10.0.0.38 - - [2026-03-23 06:21:04] "PUT /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860 HTTP/1.1" 200 264 0.011261 10.0.0.38 - - [2026-03-23 06:21:04] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.006174 10.0.0.38 - - [2026-03-23 06:21:04] "PUT /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860 HTTP/1.1" 200 264 0.015527 10.0.0.38 - - [2026-03-23 06:21:05] "GET /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005560 10.0.0.38 - - [2026-03-23 06:21:05] "PUT /api-access-list/22168f9b-b818-4c72-bc7b-2b32ba917860 HTTP/1.1" 200 264 0.012146 10.0.0.33 - - [2026-03-23 06:21:06] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.38 - - [2026-03-23 06:21:06] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051387 10.0.0.33 - - [2026-03-23 06:21:06] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001677 10.0.0.38 - - [2026-03-23 06:21:06] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?fields=virtual_networks HTTP/1.1" 200 1033 0.081826 10.0.0.33 - - [2026-03-23 06:21:06] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335 10.0.0.38 - - [2026-03-23 06:21:06] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050001 10.0.0.33 - - [2026-03-23 06:21:06] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.38 - - [2026-03-23 06:21:06] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?fields=security_groups HTTP/1.1" 200 1259 0.063789 10.0.0.33 - - [2026-03-23 06:21:07] "GET /projects?obj_uuids=11f650fe-a61f-49be-9d83-56196a6de462&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000931 10.0.0.38 - - [2026-03-23 06:21:07] "GET /project/11f650fe-a61f-49be-9d83-56196a6de462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.068803 [Introspect:8084]10.0.0.38 - - [2026-03-23 06:21:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001251 10.0.0.38 - - [2026-03-23 06:21:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.026924 10.0.0.33 - - [2026-03-23 06:21:09] "GET /projects?obj_uuids=c203a22f-b098-4326-9f7a-cc33c6fef13d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002850 10.0.0.33 - - [2026-03-23 06:21:09] "GET /domains?obj_uuids=19002491-cc47-43ed-ab00-1b0f52f8fe40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.33 - - [2026-03-23 06:21:09] "GET /domain/19002491-cc47-43ed-ab00-1b0f52f8fe40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007904 10.0.0.33 - - [2026-03-23 06:21:09] "POST /id-to-fqname HTTP/1.1" 200 186 0.006619 10.0.0.33 - - [2026-03-23 06:21:09] "POST /fqname-to-id HTTP/1.1" 404 195 0.008373 10.0.0.33 - - [2026-03-23 06:21:09] "POST /security-groups HTTP/1.1" 200 587 0.035003 10.0.0.33 - - [2026-03-23 06:21:09] "POST /projects HTTP/1.1" 200 577 0.243037 10.0.0.50 - - [2026-03-23 06:21:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.010170 10.0.0.33 - - [2026-03-23 06:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.314713 10.0.0.38 - - [2026-03-23 06:21:09] "GET /project/c203a22f-b098-4326-9f7a-cc33c6fef13d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.448261 10.0.0.38 - - [2026-03-23 06:21:10] "GET / HTTP/1.1" 200 35931 0.001363 10.0.0.33 - - [2026-03-23 06:21:11] "GET /projects?obj_uuids=c203a22f-b098-4326-9f7a-cc33c6fef13d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001136 10.0.0.38 - - [2026-03-23 06:21:11] "GET /project/c203a22f-b098-4326-9f7a-cc33c6fef13d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.042633 10.0.0.33 - - [2026-03-23 06:21:11] "GET /projects?obj_uuids=c203a22f-b098-4326-9f7a-cc33c6fef13d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001053 10.0.0.38 - - [2026-03-23 06:21:11] "GET /project/c203a22f-b098-4326-9f7a-cc33c6fef13d?fields=virtual_networks HTTP/1.1" 200 1025 0.042003 10.0.0.33 - - [2026-03-23 06:21:11] "GET /projects?obj_uuids=c203a22f-b098-4326-9f7a-cc33c6fef13d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001094 10.0.0.38 - - [2026-03-23 06:21:11] "GET /project/c203a22f-b098-4326-9f7a-cc33c6fef13d?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.047569 10.0.0.33 - - [2026-03-23 06:21:11] "GET /projects?obj_uuids=c203a22f-b098-4326-9f7a-cc33c6fef13d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000931 10.0.0.38 - - [2026-03-23 06:21:11] "GET /project/c203a22f-b098-4326-9f7a-cc33c6fef13d?fields=security_groups HTTP/1.1" 200 1247 0.042313 10.0.0.33 - - [2026-03-23 06:21:17] "DELETE /project/2f9d8d77edc54abb90c1041ed23730f7 HTTP/1.1" 404 173 0.027034 10.0.0.33 - - [2026-03-23 06:21:17] "DELETE /project/fb3ccd7d45a540a0a971340538da13be HTTP/1.1" 404 173 0.033283 10.0.0.33 - - [2026-03-23 06:21:17] "DELETE /project/f11a049c75844d1d9a2a54c45ad9ef56 HTTP/1.1" 404 173 0.023613 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003183 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=f11a049c-7584-4d1d-9a2a-54c45ad9ef56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001142 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=1a76f118-a328-4ea0-9135-2aed141b9431&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002018 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=2f9d8d77-edc5-4abb-90c1-041ed23730f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002462 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=77cfd67a-409f-41d4-962f-8061f077dd2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=c203a22f-b098-4326-9f7a-cc33c6fef13d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001298 10.0.0.33 - - [2026-03-23 06:21:17] "DELETE /project/c203a22fb09843269f7acc33c6fef13d HTTP/1.1" 404 173 0.017652 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/77cfd67a-409f-41d4-962f-8061f077dd2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.130731 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/1a76f118-a328-4ea0-9135-2aed141b9431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.179115 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=77cfd67a-409f-41d4-962f-8061f077dd2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002599 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.229700 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=1a76f118-a328-4ea0-9135-2aed141b9431&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001252 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/c203a22f-b098-4326-9f7a-cc33c6fef13d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.297606 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/f11a049c-7584-4d1d-9a2a-54c45ad9ef56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.321534 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/2f9d8d77-edc5-4abb-90c1-041ed23730f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.354191 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/3385ae6d-3f04-4ed7-aff0-958f37764c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.374388 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=f11a049c-7584-4d1d-9a2a-54c45ad9ef56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003055 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=c203a22f-b098-4326-9f7a-cc33c6fef13d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001252 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001920 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=2f9d8d77-edc5-4abb-90c1-041ed23730f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001791 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/77cfd67a-409f-41d4-962f-8061f077dd2f?fields=security_groups HTTP/1.1" 200 1092 0.356986 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/1a76f118-a328-4ea0-9135-2aed141b9431?fields=security_groups HTTP/1.1" 200 1092 0.359709 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=77cfd67a-409f-41d4-962f-8061f077dd2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.008040 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?fields=security_groups HTTP/1.1" 200 1364 0.391873 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/f11a049c-7584-4d1d-9a2a-54c45ad9ef56?fields=security_groups HTTP/1.1" 200 1364 0.299599 10.0.0.33 - - [2026-03-23 06:21:17] "GET /projects?obj_uuids=1a76f118-a328-4ea0-9135-2aed141b9431&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003314 10.0.0.50 - - [2026-03-23 06:21:17] "DELETE /access-control-list/102a72a5-9657-4302-8f26-e6f8b2e970d6 HTTP/1.1" 200 115 0.348125 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/3385ae6d-3f04-4ed7-aff0-958f37764c50?fields=security_groups HTTP/1.1" 200 1092 0.307900 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/c203a22f-b098-4326-9f7a-cc33c6fef13d?fields=security_groups HTTP/1.1" 200 1352 0.382956 10.0.0.33 - - [2026-03-23 06:21:17] "GET /project/2f9d8d77-edc5-4abb-90c1-041ed23730f7?fields=security_groups HTTP/1.1" 200 1363 0.359132 10.0.0.33 - - [2026-03-23 06:21:18] "GET /project/77cfd67a-409f-41d4-962f-8061f077dd2f?fields=application_policy_sets HTTP/1.1" 404 182 0.217572 10.0.0.33 - - [2026-03-23 06:21:18] "GET /projects?obj_uuids=3385ae6d-3f04-4ed7-aff0-958f37764c50&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.006989 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /project/77cfd67a-409f-41d4-962f-8061f077dd2f HTTP/1.1" 404 171 0.900917 10.0.0.33 - - [2026-03-23 06:21:18] "GET /project/1a76f118-a328-4ea0-9135-2aed141b9431?fields=application_policy_sets HTTP/1.1" 400 205 0.236977 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /project/1a76f118-a328-4ea0-9135-2aed141b9431 HTTP/1.1" 404 171 1.137785 10.0.0.33 - - [2026-03-23 06:21:18] "GET /project/3385ae6d-3f04-4ed7-aff0-958f37764c50?fields=application_policy_sets HTTP/1.1" 404 171 0.331680 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /project/3385ae6d-3f04-4ed7-aff0-958f37764c50 HTTP/1.1" 404 171 1.207912 10.0.0.50 - - [2026-03-23 06:21:18] "DELETE /access-control-list/7793e00b-109f-42df-9d12-7aeda262dcc4 HTTP/1.1" 200 115 0.098079 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /security-group/3f283c23-2370-41e3-a7fa-d4e2db696334 HTTP/1.1" 200 115 0.475023 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /security-group/dcc1a30a-366a-4fc9-ac31-7e9e6efc6160 HTTP/1.1" 200 115 0.376077 10.0.0.33 - - [2026-03-23 06:21:18] "GET /projects?obj_uuids=fb3ccd7d-45a5-40a0-a971-340538da13be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /security-group/25c3be77-07ec-4749-a03d-2909c00af08d HTTP/1.1" 200 115 0.427416 10.0.0.33 - - [2026-03-23 06:21:18] "GET /projects?obj_uuids=c203a22f-b098-4326-9f7a-cc33c6fef13d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /security-group/585104e4-07c3-4128-88bd-53f3ecdf52d7 HTTP/1.1" 200 115 0.451417 10.0.0.33 - - [2026-03-23 06:21:18] "GET /projects?obj_uuids=2f9d8d77-edc5-4abb-90c1-041ed23730f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.33 - - [2026-03-23 06:21:18] "GET /projects?obj_uuids=f11a049c-7584-4d1d-9a2a-54c45ad9ef56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001616 10.0.0.33 - - [2026-03-23 06:21:18] "GET /project/fb3ccd7d-45a5-40a0-a971-340538da13be?fields=application_policy_sets HTTP/1.1" 200 1403 0.102283 10.0.0.33 - - [2026-03-23 06:21:18] "GET /project/c203a22f-b098-4326-9f7a-cc33c6fef13d?fields=application_policy_sets HTTP/1.1" 200 1391 0.123852 10.0.0.33 - - [2026-03-23 06:21:18] "GET /project/f11a049c-7584-4d1d-9a2a-54c45ad9ef56?fields=application_policy_sets HTTP/1.1" 200 1403 0.190954 10.0.0.33 - - [2026-03-23 06:21:18] "GET /project/2f9d8d77-edc5-4abb-90c1-041ed23730f7?fields=application_policy_sets HTTP/1.1" 200 1402 0.208149 10.0.0.50 - - [2026-03-23 06:21:18] "DELETE /access-control-list/a27c6652-49ee-4fad-9e90-c2820ea79e23 HTTP/1.1" 200 115 0.145177 10.0.0.50 - - [2026-03-23 06:21:18] "DELETE /access-control-list/486509ec-e1b8-46b5-8411-6ca339e0a1cd HTTP/1.1" 200 115 0.094437 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /project/c203a22f-b098-4326-9f7a-cc33c6fef13d HTTP/1.1" 200 115 1.751700 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /project/fb3ccd7d-45a5-40a0-a971-340538da13be HTTP/1.1" 200 115 1.797564 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /project/f11a049c-7584-4d1d-9a2a-54c45ad9ef56 HTTP/1.1" 200 115 1.815045 10.0.0.33 - - [2026-03-23 06:21:18] "DELETE /project/2f9d8d77-edc5-4abb-90c1-041ed23730f7 HTTP/1.1" 200 115 1.816622 10.0.0.50 - - [2026-03-23 06:21:19] "DELETE /access-control-list/3c606a66-e00e-4d62-9cfb-0303230c2c34 HTTP/1.1" 200 115 0.057622 10.0.0.33 - - [2026-03-23 06:21:37] "GET /obj-perms HTTP/1.1" 200 5056 0.075847 10.0.0.50 - - [2026-03-23 06:22:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.50 - - [2026-03-23 06:22:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.33 - - [2026-03-23 06:22:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.33 - - [2026-03-23 06:22:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.38 - - [2026-03-23 06:22:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.38 - - [2026-03-23 06:22:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.33 - - [2026-03-23 06:22:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000549 10.0.0.33 - - [2026-03-23 06:22:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.50 - - [2026-03-23 06:22:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.50 - - [2026-03-23 06:22:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-03-23 06:22:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.38 - - [2026-03-23 06:22:44] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 [Introspect:8084]10.0.0.33 - - [2026-03-23 06:22:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000855 [Introspect:8084]10.0.0.33 - - [2026-03-23 06:22:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001157