+++ date ++ echo 'INFO: =================== Thu Sep 11 01:51:52 AM UTC 2025 ===================' INFO: =================== Thu Sep 11 01:51:52 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' +++ ip addr show dev ens3 ++ 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 '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.33 ++ ANALYTICS_SNMP_NODES=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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.33:8081 ' ']' +++ echo 10.0.0.33:8081 ++ ANALYTICS_SERVERS=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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.33:9042 ' ']' +++ echo 10.0.0.33:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.33:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.33:8086 ' ']' +++ echo 10.0.0.33:8086 ++ COLLECTOR_SERVERS=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.33 ++ CONFIGDB_NODES=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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.33:8082 ' ']' +++ echo 10.0.0.33:8082 ++ CONFIG_SERVERS=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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.33:9161 ' ']' +++ echo 10.0.0.33:9161 ++ CONFIGDB_SERVERS=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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.33:9041 ' ']' +++ echo 10.0.0.33:9041 ++ CONFIGDB_CQL_SERVERS=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.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.33:2181, ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.33:2181 ' ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.33:2181 ++ RABBITMQ_NODES=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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.33:5673, ']' +++ echo 10.0.0.33:5673 ++ RABBITMQ_SERVERS=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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.33:6379 ' ']' +++ echo 10.0.0.33:6379 ++ REDIS_SERVERS=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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.33:9092 ' ']' +++ echo 10.0.0.33:9092 ++ KAFKA_SERVERS=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.33 ++ 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.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.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.33 ++ cut -d , -f 1 + local cassandra=10.0.0.33 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.33 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.33 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.33,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 1 +++ 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.33:9041 ++ sed 's/,/ /g' + cassandra_server_list=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=__ ++ set -o posix ++ grep '^API__.*__.*=.*$' ++ sort ++ set ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 09/11/2025 01:52:01.549 7f74592f8bc0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/11/2025 01:52:01.705 7f74592f8bc0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/11/2025 01:52:01.719 7f74592f8bc0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/11/2025 01:52:01.719 7f74592f8bc0 [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 - - [2025-09-11 01:52:05] "GET / HTTP/1.1" 503 181 0.000386 10.0.0.33 - - [2025-09-11 01:52:05] "GET / HTTP/1.1" 503 181 0.000251 10.0.0.33 - - [2025-09-11 01:52:05] "GET / HTTP/1.1" 503 181 0.000416 10.0.0.33 - - [2025-09-11 01:52:06] "GET / HTTP/1.1" 200 35931 0.001507 10.0.0.33 - - [2025-09-11 01:52:06] "GET / HTTP/1.1" 200 45871 0.001684 10.0.0.33 - - [2025-09-11 01:52:06] "GET / HTTP/1.1" 200 45871 0.001173 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 - - [2025-09-11 01:52:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000599 10.0.0.33 - - [2025-09-11 01:52:06] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2025-09-11 01:52:06] "GET / HTTP/1.1" 200 35931 0.002452 10.0.0.33 - - [2025-09-11 01:52:06] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.33 - - [2025-09-11 01:52:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.33 - - [2025-09-11 01:52:07] "GET / HTTP/1.1" 200 35931 0.002618 10.0.0.33 - - [2025-09-11 01:52:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000602 10.0.0.33 - - [2025-09-11 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.779289 10.0.0.33 - - [2025-09-11 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 1.480698 10.0.0.33 - - [2025-09-11 01:52:08] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.012260 10.0.0.33 - - [2025-09-11 01:52:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.141395 10.0.0.33 - - [2025-09-11 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011218 10.0.0.33 - - [2025-09-11 01:52:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.116254 10.0.0.33 - - [2025-09-11 01:52:08] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.007076 10.0.0.33 - - [2025-09-11 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.33 - - [2025-09-11 01:52:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.003827 10.0.0.33 - - [2025-09-11 01:52:08] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.009169 10.0.0.33 - - [2025-09-11 01:52:08] "POST /config-nodes HTTP/1.1" 200 599 0.030698 10.0.0.33 - - [2025-09-11 01:52:08] "POST /service-appliance-sets HTTP/1.1" 200 553 0.051956 10.0.0.33 - - [2025-09-11 01:52:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.33 - - [2025-09-11 01:52:09] "POST /fqname-to-id HTTP/1.1" 404 180 0.003959 10.0.0.33 - - [2025-09-11 01:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.015100 10.0.0.33 - - [2025-09-11 01:52:09] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.008854 10.0.0.33 - - [2025-09-11 01:52:09] "POST /service-appliance-sets HTTP/1.1" 200 541 0.037497 10.0.0.33 - - [2025-09-11 01:52:09] "GET / HTTP/1.1" 200 35931 0.002501 10.0.0.33 - - [2025-09-11 01:52:09] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000433 10.0.0.33 - - [2025-09-11 01:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.33 - - [2025-09-11 01:52:09] "GET /network-ipam/6dffa6e5-aad0-438b-9969-21384441c5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003953 10.0.0.33 - - [2025-09-11 01:52:09] "POST /service-templates HTTP/1.1" 200 511 0.018008 10.0.0.33 - - [2025-09-11 01:52:09] "POST /service-templates HTTP/1.1" 200 501 0.015158 /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.33 - - [2025-09-11 01:52:09] "POST /service-templates HTTP/1.1" 200 515 0.029894 10.0.0.33 - - [2025-09-11 01:52:09] "POST /service-templates HTTP/1.1" 200 535 0.026988 10.0.0.33 - - [2025-09-11 01:52:09] "POST /service-templates HTTP/1.1" 200 507 0.020641 10.0.0.33 - - [2025-09-11 01:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.351893 10.0.0.33 - - [2025-09-11 01:52:09] "GET /network-ipam/6dffa6e5-aad0-438b-9969-21384441c5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004545 10.0.0.33 - - [2025-09-11 01:52:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.385680 10.0.0.33 - - [2025-09-11 01:52:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.002882 10.0.0.33 - - [2025-09-11 01:52:10] "POST /access-control-lists HTTP/1.1" 200 587 0.143841 10.0.0.33 - - [2025-09-11 01:52:10] "POST /fqname-to-id HTTP/1.1" 404 224 0.003385 10.0.0.33 - - [2025-09-11 01:52:10] "POST /access-control-lists HTTP/1.1" 200 585 0.087211 10.0.0.33 - - [2025-09-11 01:52:11] "POST /route-targets HTTP/1.1" 200 327 0.018264 10.0.0.33 - - [2025-09-11 01:52:11] "POST /ref-update HTTP/1.1" 200 156 0.012410 10.0.0.33 - - [2025-09-11 01:52:11] "POST /route-targets HTTP/1.1" 200 327 0.048266 10.0.0.33 - - [2025-09-11 01:52:11] "POST /ref-update HTTP/1.1" 200 156 0.012094 10.0.0.33 - - [2025-09-11 01:52:11] "POST /route-targets HTTP/1.1" 200 327 0.021506 10.0.0.33 - - [2025-09-11 01:52:11] "POST /ref-update HTTP/1.1" 200 156 0.010210 10.0.0.33 - - [2025-09-11 01:52:11] "POST /route-targets HTTP/1.1" 200 327 0.010849 10.0.0.33 - - [2025-09-11 01:52:11] "POST /ref-update HTTP/1.1" 200 156 0.011258 10.0.0.33 - - [2025-09-11 01:52:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.003664 10.0.0.33 - - [2025-09-11 01:52:11] "POST /access-control-lists HTTP/1.1" 200 551 0.062238 10.0.0.33 - - [2025-09-11 01:52:11] "PUT /access-control-list/2f55ca80-571a-4565-abea-7e6284d38266 HTTP/1.1" 200 272 0.010177 10.0.0.33 - - [2025-09-11 01:52:11] "PUT /access-control-list/27091a3d-b8b5-461d-9eca-c4f4d2f5a79b HTTP/1.1" 200 272 0.011908 10.0.0.33 - - [2025-09-11 01:52:11] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.33 - - [2025-09-11 01:52:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000397 10.0.0.33 - - [2025-09-11 01:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.026733 10.0.0.33 - - [2025-09-11 01:52:12] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006388 10.0.0.33 - - [2025-09-11 01:52:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.003425 10.0.0.33 - - [2025-09-11 01:52:12] "POST /config-database-nodes HTTP/1.1" 200 617 0.021348 10.0.0.33 - - [2025-09-11 01:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.33 - - [2025-09-11 01:52:15] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.005816 10.0.0.33 - - [2025-09-11 01:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.33 - - [2025-09-11 01:52:15] "PUT /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3 HTTP/1.1" 200 276 0.010170 10.0.0.33 - - [2025-09-11 01:52:15] "GET / HTTP/1.1" 200 35931 0.001589 10.0.0.33 - - [2025-09-11 01:52:15] "POST /alarms HTTP/1.1" 401 292 0.000420 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 581 0.047013 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 575 0.016661 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 575 0.018397 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 559 0.018088 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 555 0.017875 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 557 0.018748 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 565 0.022327 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 549 0.021966 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 557 0.020846 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 567 0.021217 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 555 0.021031 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 567 0.023093 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 575 0.062071 10.0.0.33 - - [2025-09-11 01:52:16] "POST /alarms HTTP/1.1" 200 569 0.022525 10.0.0.33 - - [2025-09-11 01:52:17] "POST /alarms HTTP/1.1" 200 561 0.019899 10.0.0.33 - - [2025-09-11 01:52:17] "POST /alarms HTTP/1.1" 200 561 0.018775 10.0.0.33 - - [2025-09-11 01:52:17] "POST /alarms HTTP/1.1" 200 561 0.018274 10.0.0.33 - - [2025-09-11 01:52:17] "POST /alarms HTTP/1.1" 200 547 0.019096 10.0.0.33 - - [2025-09-11 01:52:17] "POST /alarms HTTP/1.1" 200 595 0.018217 10.0.0.33 - - [2025-09-11 01:52:17] "POST /alarms HTTP/1.1" 200 575 0.023224 10.0.0.33 - - [2025-09-11 01:52:17] "POST /alarms HTTP/1.1" 200 571 0.017468 10.0.0.33 - - [2025-09-11 01:52:17] "POST /alarms HTTP/1.1" 200 583 0.018003 10.0.0.33 - - [2025-09-11 01:52:17] "POST /alarms HTTP/1.1" 200 609 0.018104 10.0.0.33 - - [2025-09-11 01:52:17] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.33 - - [2025-09-11 01:52:17] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000415 10.0.0.33 - - [2025-09-11 01:52:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024166 10.0.0.33 - - [2025-09-11 01:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.33 - - [2025-09-11 01:52:18] "PUT /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3 HTTP/1.1" 200 276 0.010460 10.0.0.33 - - [2025-09-11 01:52:18] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.33 - - [2025-09-11 01:52:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2025-09-11 01:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.024221 10.0.0.33 - - [2025-09-11 01:52:18] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004016 10.0.0.33 - - [2025-09-11 01:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.33 - - [2025-09-11 01:52:19] "PUT /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3 HTTP/1.1" 200 276 0.009384 10.0.0.33 - - [2025-09-11 01:52:19] "GET / HTTP/1.1" 200 35931 0.001720 10.0.0.33 - - [2025-09-11 01:52:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.33 - - [2025-09-11 01:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.028333 10.0.0.33 - - [2025-09-11 01:52:19] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.005818 10.0.0.33 - - [2025-09-11 01:52:19] "PUT /global-system-config/0be1a410-0949-4009-be35-61462003a7ea HTTP/1.1" 200 274 0.018705 10.0.0.33 - - [2025-09-11 01:52:30] "GET /global-system-configs HTTP/1.1" 200 322 0.669806 10.0.0.33 - - [2025-09-11 01:52:31] "GET /global-system-configs HTTP/1.1" 200 322 0.022808 10.0.0.33 - - [2025-09-11 01:53:02] "GET / HTTP/1.1" 200 35931 0.003409 10.0.0.33 - - [2025-09-11 01:53:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.33 - - [2025-09-11 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.029648 10.0.0.33 - - [2025-09-11 01:53:02] "GET /routing-instance/0598abc6-e155-404e-8b56-0f31fb7e1dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.004311 10.0.0.33 - - [2025-09-11 01:53:02] "POST /bgp-routers HTTP/1.1" 200 620 0.023549 10.0.0.33 - - [2025-09-11 01:53:02] "GET /bgp-router/38694cb1-e042-41cd-b2f6-c1566a096980?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.007176 10.0.0.33 - - [2025-09-11 01:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.33 - - [2025-09-11 01:53:02] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007424 10.0.0.33 - - [2025-09-11 01:53:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003843 10.0.0.33 - - [2025-09-11 01:53:02] "POST /ref-update HTTP/1.1" 200 156 0.008588 10.0.0.33 - - [2025-09-11 01:53:30] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.33 - - [2025-09-11 01:53:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2025-09-11 01:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.023717 10.0.0.33 - - [2025-09-11 01:53:31] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.008042 10.0.0.33 - - [2025-09-11 01:53:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.003512 10.0.0.33 - - [2025-09-11 01:53:31] "POST /database-nodes HTTP/1.1" 200 603 0.018409 10.0.0.33 - - [2025-09-11 01:54:01] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.33 - - [2025-09-11 01:54:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.33 - - [2025-09-11 01:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.024383 10.0.0.33 - - [2025-09-11 01:54:02] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006481 10.0.0.33 - - [2025-09-11 01:54:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003152 10.0.0.33 - - [2025-09-11 01:54:02] "POST /analytics-nodes HTTP/1.1" 200 605 0.017842 10.0.0.33 - - [2025-09-11 01:54:08] "GET / HTTP/1.1" 200 35931 0.001477 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.33 - - [2025-09-11 01:54:11] "GET /obj-perms HTTP/1.1" 200 5056 0.412092 10.0.0.33 - - [2025-09-11 01:54:11] "GET /obj-perms HTTP/1.1" 200 5056 0.044337 10.0.0.33 - - [2025-09-11 01:54:18] "GET / HTTP/1.1" 200 35931 0.001705 10.0.0.33 - - [2025-09-11 01:54:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.33 - - [2025-09-11 01:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.025171 10.0.0.33 - - [2025-09-11 01:54:18] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006276 10.0.0.33 - - [2025-09-11 01:54:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.003450 10.0.0.33 - - [2025-09-11 01:54:18] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.024621 10.0.0.33 - - [2025-09-11 01:54:30] "GET / HTTP/1.1" 200 35931 0.001755 10.0.0.33 - - [2025-09-11 01:54:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.33 - - [2025-09-11 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.027302 10.0.0.33 - - [2025-09-11 01:54:30] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.007756 10.0.0.33 - - [2025-09-11 01:54:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.003147 10.0.0.33 - - [2025-09-11 01:54:31] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.034757 10.0.0.33 - - [2025-09-11 01:55:12] "GET /obj-perms HTTP/1.1" 200 5056 0.053096 10.0.0.33 - - [2025-09-11 01:55:12] "GET /obj-perms HTTP/1.1" 200 5056 0.054086 10.0.0.33 - - [2025-09-11 01:56:12] "GET /obj-perms HTTP/1.1" 200 5056 0.050281 10.0.0.33 - - [2025-09-11 01:56:13] "GET /obj-perms HTTP/1.1" 200 5056 0.045021 10.0.0.33 - - [2025-09-11 01:56:56] "GET / HTTP/1.1" 200 35931 0.001675 10.0.0.33 - - [2025-09-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000637 10.0.0.33 - - [2025-09-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.031318 10.0.0.33 - - [2025-09-11 01:56:56] "GET /global-system-config/0be1a410-0949-4009-be35-61462003a7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006657 10.0.0.33 - - [2025-09-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.33 - - [2025-09-11 01:56:56] "GET /routing-instance/0598abc6-e155-404e-8b56-0f31fb7e1dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.004622 10.0.0.33 - - [2025-09-11 01:56:56] "PUT /global-system-config/0be1a410-0949-4009-be35-61462003a7ea HTTP/1.1" 200 274 0.013531 10.0.0.33 - - [2025-09-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 218 0.003741 10.0.0.33 - - [2025-09-11 01:56:57] "POST /virtual-routers HTTP/1.1" 200 603 0.030476 10.0.0.33 - - [2025-09-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.33 - - [2025-09-11 01:56:57] "GET /virtual-router/39d68c3a-4661-4427-bdf3-d5f4a1cbba4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006309 10.0.0.33 - - [2025-09-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 231 0.007936 10.0.0.33 - - [2025-09-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.33 - - [2025-09-11 01:56:57] "GET /virtual-network/afb5d3dd-8a73-41d5-b165-39bb41ff1556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.007349 10.0.0.33 - - [2025-09-11 01:56:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.099205 10.0.0.33 - - [2025-09-11 01:56:57] "PUT /access-control-list/807e20bc-e371-42be-b958-8957971e491b HTTP/1.1" 200 272 0.016473 [Introspect:8084]10.0.0.33 - - [2025-09-11 01:56:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001360 [Introspect:8084]10.0.0.33 - - [2025-09-11 01:56:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001256 [Introspect:8084]10.0.0.33 - - [2025-09-11 01:57:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001043 [Introspect:8084]10.0.0.33 - - [2025-09-11 01:57:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000938 10.0.0.33 - - [2025-09-11 01:57:13] "GET /obj-perms HTTP/1.1" 200 5056 0.049506 10.0.0.33 - - [2025-09-11 01:57:14] "GET /obj-perms HTTP/1.1" 200 5056 0.043783 10.0.0.33 - - [2025-09-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.33 - - [2025-09-11 01:57:14] "GET /virtual-router/39d68c3a-4661-4427-bdf3-d5f4a1cbba4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003996 [Introspect:8084]10.0.0.33 - - [2025-09-11 01:57:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001400 [Introspect:8084]10.0.0.33 - - [2025-09-11 01:57:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001614 10.0.0.33 - - [2025-09-11 01:57:27] "GET /global-system-configs HTTP/1.1" 200 322 0.005313 10.0.0.33 - - [2025-09-11 01:57:27] "GET /obj-perms HTTP/1.1" 200 5056 0.031322 10.0.0.33 - - [2025-09-11 01:57:28] "GET /global-system-configs HTTP/1.1" 200 322 0.007385 10.0.0.33 - - [2025-09-11 01:57:28] "GET /obj-perms HTTP/1.1" 200 5056 0.031113 10.0.0.33 - - [2025-09-11 01:58:14] "GET /obj-perms HTTP/1.1" 200 5056 0.055477 10.0.0.33 - - [2025-09-11 01:58:15] "GET / HTTP/1.1" 200 35931 0.001881 10.0.0.33 - - [2025-09-11 01:58:15] "GET /obj-perms HTTP/1.1" 200 5056 0.362216 10.0.0.33 - - [2025-09-11 01:58:16] "GET /project/2b38c36c-67cc-424c-bac8-da8741b905d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000476 10.0.0.33 - - [2025-09-11 01:58:16] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022401 10.0.0.33 - - [2025-09-11 01:58:16] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.33 - - [2025-09-11 01:58:16] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.075741 10.0.0.33 - - [2025-09-11 01:58:17] "POST /id-to-fqname HTTP/1.1" 200 167 0.001243 10.0.0.33 - - [2025-09-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 404 176 0.002426 10.0.0.33 - - [2025-09-11 01:58:17] "POST /security-groups HTTP/1.1" 200 568 0.064447 10.0.0.33 - - [2025-09-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.025841 10.0.0.33 - - [2025-09-11 01:58:17] "POST /projects HTTP/1.1" 200 539 0.219849 10.0.0.33 - - [2025-09-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.288526 10.0.0.33 - - [2025-09-11 01:58:17] "POST /access-control-lists HTTP/1.1" 200 573 0.063267 10.0.0.33 - - [2025-09-11 01:58:17] "GET /project/2b38c36c-67cc-424c-bac8-da8741b905d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.492282 10.0.0.33 - - [2025-09-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.003442 10.0.0.33 - - [2025-09-11 01:58:17] "POST /access-control-lists HTTP/1.1" 200 571 0.061064 [Introspect:8084]10.0.0.33 - - [2025-09-11 01:58:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001191 10.0.0.33 - - [2025-09-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.022023 10.0.0.33 - - [2025-09-11 01:58:18] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003226 10.0.0.33 - - [2025-09-11 01:58:18] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.33 - - [2025-09-11 01:58:18] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008032 10.0.0.33 - - [2025-09-11 01:58:18] "POST /id-to-fqname HTTP/1.1" 200 201 0.001415 10.0.0.33 - - [2025-09-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.003207 10.0.0.33 - - [2025-09-11 01:58:18] "POST /security-groups HTTP/1.1" 200 602 0.072633 10.0.0.33 - - [2025-09-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.002704 10.0.0.33 - - [2025-09-11 01:58:18] "POST /projects HTTP/1.1" 200 607 0.237422 10.0.0.33 - - [2025-09-11 01:58:18] "POST /access-control-lists HTTP/1.1" 200 607 0.060516 10.0.0.33 - - [2025-09-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.322338 10.0.0.33 - - [2025-09-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 404 244 0.003080 10.0.0.33 - - [2025-09-11 01:58:18] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.459508 10.0.0.33 - - [2025-09-11 01:58:18] "POST /access-control-lists HTTP/1.1" 200 605 0.071434 10.0.0.33 - - [2025-09-11 01:58:19] "GET / HTTP/1.1" 200 35931 0.001907 10.0.0.33 - - [2025-09-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.33 - - [2025-09-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.051384 10.0.0.33 - - [2025-09-11 01:58:20] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001032 10.0.0.33 - - [2025-09-11 01:58:20] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.023310 10.0.0.33 - - [2025-09-11 01:58:21] "POST /neutron/network HTTP/1.1" 200 117 0.089567 10.0.0.33 - - [2025-09-11 01:58:21] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001075 10.0.0.33 - - [2025-09-11 01:58:21] "POST /neutron/network HTTP/1.1" 200 620 0.069926 10.0.0.33 - - [2025-09-11 01:58:21] "POST /route-targets HTTP/1.1" 200 327 0.011571 10.0.0.33 - - [2025-09-11 01:58:21] "POST /ref-update HTTP/1.1" 200 156 0.028698 10.0.0.33 - - [2025-09-11 01:58:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006634 10.0.0.33 - - [2025-09-11 01:58:21] "POST /neutron/subnet HTTP/1.1" 200 710 0.230545 10.0.0.33 - - [2025-09-11 01:58:21] "POST /neutron/network HTTP/1.1" 200 836 0.005812 10.0.0.33 - - [2025-09-11 01:58:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001710 10.0.0.33 - - [2025-09-11 01:58:21] "GET /virtual-network/57d3f1bd-d4f1-43e1-a46e-2c38740e11aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005497 10.0.0.33 - - [2025-09-11 01:58:21] "POST /neutron/network HTTP/1.1" 200 836 0.006119 10.0.0.33 - - [2025-09-11 01:58:21] "GET /virtual-network/57d3f1bd-d4f1-43e1-a46e-2c38740e11aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004816 10.0.0.33 - - [2025-09-11 01:58:21] "POST /neutron/network HTTP/1.1" 200 836 0.005822 10.0.0.33 - - [2025-09-11 01:58:21] "POST /neutron/subnet HTTP/1.1" 200 710 0.006544 10.0.0.33 - - [2025-09-11 01:58:21] "GET /domains HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2025-09-11 01:58:22] "GET /domains HTTP/1.1" 200 280 0.026232 10.0.0.33 - - [2025-09-11 01:58:22] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.33 - - [2025-09-11 01:58:22] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2583 0.015078 10.0.0.33 - - [2025-09-11 01:58:22] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001031 10.0.0.33 - - [2025-09-11 01:58:22] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113 HTTP/1.1" 200 2169 0.071803 10.0.0.33 - - [2025-09-11 01:58:22] "GET /virtual-network/57d3f1bd-d4f1-43e1-a46e-2c38740e11aa HTTP/1.1" 200 2333 0.006580 10.0.0.33 - - [2025-09-11 01:58:22] "GET /virtual-network/57d3f1bd-d4f1-43e1-a46e-2c38740e11aa HTTP/1.1" 200 2333 0.004902 10.0.0.33 - - [2025-09-11 01:58:22] "GET /routing-instance/4f0cf043-ed12-4ea1-a40e-90a07d66b007 HTTP/1.1" 200 1494 0.003443 10.0.0.33 - - [2025-09-11 01:58:22] "GET /routing-instance/4f0cf043-ed12-4ea1-a40e-90a07d66b007 HTTP/1.1" 200 1494 0.003070 10.0.0.33 - - [2025-09-11 01:58:22] "GET /route-target/03a78cee-d29c-4e61-bbf7-7b04700ac9d2 HTTP/1.1" 200 1218 0.003261 10.0.0.33 - - [2025-09-11 01:58:22] "GET /virtual-network/57d3f1bd-d4f1-43e1-a46e-2c38740e11aa HTTP/1.1" 200 2333 0.006797 10.0.0.33 - - [2025-09-11 01:58:22] "GET /routing-instance/4f0cf043-ed12-4ea1-a40e-90a07d66b007 HTTP/1.1" 200 1494 0.004625 10.0.0.33 - - [2025-09-11 01:58:22] "GET /virtual-network/57d3f1bd-d4f1-43e1-a46e-2c38740e11aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005448 10.0.0.33 - - [2025-09-11 01:58:22] "GET /virtual-network/57d3f1bd-d4f1-43e1-a46e-2c38740e11aa HTTP/1.1" 200 2333 0.005400 10.0.0.33 - - [2025-09-11 01:58:22] "GET /routing-instance/4f0cf043-ed12-4ea1-a40e-90a07d66b007 HTTP/1.1" 200 1494 0.004483 10.0.0.33 - - [2025-09-11 01:58:22] "GET /routing-instance/4f0cf043-ed12-4ea1-a40e-90a07d66b007 HTTP/1.1" 200 1494 0.004287 10.0.0.33 - - [2025-09-11 01:58:22] "GET /route-target/03a78cee-d29c-4e61-bbf7-7b04700ac9d2 HTTP/1.1" 200 1218 0.005692 10.0.0.33 - - [2025-09-11 01:58:22] "GET /domains HTTP/1.1" 200 280 0.004101 10.0.0.33 - - [2025-09-11 01:58:22] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.33 - - [2025-09-11 01:58:22] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2583 0.007036 10.0.0.33 - - [2025-09-11 01:58:22] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000893 10.0.0.33 - - [2025-09-11 01:58:22] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113 HTTP/1.1" 200 2169 0.069012 10.0.0.33 - - [2025-09-11 01:58:22] "GET /virtual-network/57d3f1bd-d4f1-43e1-a46e-2c38740e11aa HTTP/1.1" 200 2333 0.006049 10.0.0.33 - - [2025-09-11 01:58:22] "GET /obj-perms HTTP/1.1" 200 5052 0.047374 10.0.0.33 - - [2025-09-11 01:58:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001384 10.0.0.33 - - [2025-09-11 01:58:24] "POST /neutron/network HTTP/1.1" 200 846 0.006509 10.0.0.33 - - [2025-09-11 01:58:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000420 10.0.0.33 - - [2025-09-11 01:58:24] "GET / HTTP/1.1" 200 35931 0.002224 10.0.0.33 - - [2025-09-11 01:58:24] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2025-09-11 01:58:25] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001033 10.0.0.33 - - [2025-09-11 01:58:25] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.050126 10.0.0.33 - - [2025-09-11 01:58:26] "POST /neutron/network HTTP/1.1" 200 836 0.028306 10.0.0.33 - - [2025-09-11 01:58:26] "POST /neutron/port HTTP/1.1" 200 117 0.005290 10.0.0.33 - - [2025-09-11 01:58:26] "POST /neutron/port HTTP/1.1" 200 117 0.006762 10.0.0.33 - - [2025-09-11 01:58:26] "POST /neutron/port HTTP/1.1" 200 117 0.006062 10.0.0.33 - - [2025-09-11 01:58:27] "POST /neutron/network HTTP/1.1" 200 846 0.006086 10.0.0.33 - - [2025-09-11 01:58:27] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001094 10.0.0.33 - - [2025-09-11 01:58:27] "POST /neutron/port HTTP/1.1" 200 1068 0.248213 10.0.0.33 - - [2025-09-11 01:58:27] "POST /neutron/port HTTP/1.1" 200 1068 0.034250 10.0.0.33 - - [2025-09-11 01:58:27] "POST /neutron/port HTTP/1.1" 200 1068 0.010104 10.0.0.33 - - [2025-09-11 01:58:28] "POST /neutron/port HTTP/1.1" 200 1122 0.073369 10.0.0.33 - - [2025-09-11 01:58:28] "POST /neutron/port HTTP/1.1" 200 1096 0.017115 10.0.0.33 - - [2025-09-11 01:58:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003926 10.0.0.33 - - [2025-09-11 01:58:28] "POST /neutron/subnet HTTP/1.1" 200 684 0.009184 10.0.0.33 - - [2025-09-11 01:58:28] "POST /neutron/port HTTP/1.1" 200 117 0.001646 10.0.0.33 - - [2025-09-11 01:58:28] "POST /neutron/network HTTP/1.1" 200 836 0.008320 10.0.0.33 - - [2025-09-11 01:58:31] "POST /neutron/port HTTP/1.1" 200 1096 0.014769 10.0.0.33 - - [2025-09-11 01:58:31] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010730 10.0.0.33 - - [2025-09-11 01:58:36] "POST /neutron/port HTTP/1.1" 200 1096 0.012007 10.0.0.33 - - [2025-09-11 01:58:36] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005983 10.0.0.33 - - [2025-09-11 01:58:36] "GET /obj-perms HTTP/1.1" 200 5052 0.003546 10.0.0.33 - - [2025-09-11 01:58:37] "GET /obj-perms HTTP/1.1" 200 5052 0.004055 10.0.0.33 - - [2025-09-11 01:58:38] "GET /obj-perms HTTP/1.1" 200 5052 0.003742 10.0.0.33 - - [2025-09-11 01:58:39] "GET /obj-perms HTTP/1.1" 200 5052 0.003871 10.0.0.33 - - [2025-09-11 01:58:40] "GET /obj-perms HTTP/1.1" 200 5052 0.004188 10.0.0.33 - - [2025-09-11 01:58:41] "POST /neutron/network HTTP/1.1" 200 836 0.007855 10.0.0.33 - - [2025-09-11 01:58:41] "POST /neutron/network HTTP/1.1" 400 204 0.017685 10.0.0.33 - - [2025-09-11 01:58:42] "POST /neutron/port HTTP/1.1" 200 1096 0.011513 10.0.0.33 - - [2025-09-11 01:58:42] "POST /neutron/port HTTP/1.1" 200 1122 0.009859 10.0.0.33 - - [2025-09-11 01:58:42] "POST /neutron/port HTTP/1.1" 200 151 0.142712 10.0.0.33 - - [2025-09-11 01:58:43] "POST /neutron/network HTTP/1.1" 200 836 0.006886 10.0.0.33 - - [2025-09-11 01:58:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003726 10.0.0.33 - - [2025-09-11 01:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.33 - - [2025-09-11 01:58:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003356 10.0.0.33 - - [2025-09-11 01:58:43] "POST /neutron/network HTTP/1.1" 200 151 0.090592 10.0.0.33 - - [2025-09-11 01:58:43] "GET /routing-instance/4f0cf043-ed12-4ea1-a40e-90a07d66b007 HTTP/1.1" 404 171 0.002582 10.0.0.33 - - [2025-09-11 01:58:43] "GET /domains HTTP/1.1" 200 280 0.003869 10.0.0.33 - - [2025-09-11 01:58:43] "DELETE /route-target/03a78cee-d29c-4e61-bbf7-7b04700ac9d2 HTTP/1.1" 200 115 0.028096 10.0.0.33 - - [2025-09-11 01:58:43] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.33 - - [2025-09-11 01:58:43] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2583 0.052962 10.0.0.33 - - [2025-09-11 01:58:43] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002055 10.0.0.33 - - [2025-09-11 01:58:44] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113 HTTP/1.1" 200 1919 0.082901 10.0.0.33 - - [2025-09-11 01:58:44] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001076 10.0.0.33 - - [2025-09-11 01:58:44] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.027758 10.0.0.33 - - [2025-09-11 01:58:44] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001489 10.0.0.33 - - [2025-09-11 01:58:44] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?fields=virtual_networks HTTP/1.1" 200 1055 0.073421 10.0.0.33 - - [2025-09-11 01:58:44] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001999 10.0.0.33 - - [2025-09-11 01:58:44] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.028755 10.0.0.33 - - [2025-09-11 01:58:44] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001090 10.0.0.33 - - [2025-09-11 01:58:44] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?fields=security_groups HTTP/1.1" 200 1292 0.031612 10.0.0.33 - - [2025-09-11 01:58:45] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001000 10.0.0.33 - - [2025-09-11 01:58:45] "GET /project/2b38c36c-67cc-424c-bac8-da8741b905d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.027748 10.0.0.33 - - [2025-09-11 01:58:49] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001287 10.0.0.33 - - [2025-09-11 01:58:49] "GET /project/2b38c36c-67cc-424c-bac8-da8741b905d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.030506 10.0.0.33 - - [2025-09-11 01:58:49] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003409 10.0.0.33 - - [2025-09-11 01:58:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.024161 10.0.0.33 - - [2025-09-11 01:58:49] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002606 10.0.0.33 - - [2025-09-11 01:58:50] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.33 - - [2025-09-11 01:58:50] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008038 10.0.0.33 - - [2025-09-11 01:58:50] "POST /id-to-fqname HTTP/1.1" 200 202 0.001740 10.0.0.33 - - [2025-09-11 01:58:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.002566 10.0.0.33 - - [2025-09-11 01:58:50] "POST /security-groups HTTP/1.1" 200 603 0.064866 10.0.0.33 - - [2025-09-11 01:58:50] "POST /fqname-to-id HTTP/1.1" 404 246 0.003125 10.0.0.33 - - [2025-09-11 01:58:50] "POST /projects HTTP/1.1" 200 609 0.228449 10.0.0.33 - - [2025-09-11 01:58:50] "POST /access-control-lists HTTP/1.1" 200 608 0.058439 10.0.0.33 - - [2025-09-11 01:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.298905 10.0.0.33 - - [2025-09-11 01:58:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.002893 10.0.0.33 - - [2025-09-11 01:58:50] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.429513 10.0.0.33 - - [2025-09-11 01:58:50] "POST /access-control-lists HTTP/1.1" 200 606 0.068643 10.0.0.33 - - [2025-09-11 01:58:51] "GET / HTTP/1.1" 200 35931 0.002013 10.0.0.33 - - [2025-09-11 01:58:51] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001119 10.0.0.33 - - [2025-09-11 01:58:51] "GET /project/2b38c36c-67cc-424c-bac8-da8741b905d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.025075 10.0.0.33 - - [2025-09-11 01:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.33 - - [2025-09-11 01:58:52] "GET /security-group/0d35c985-6d4e-4f96-aef6-4149c71dd22d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.006038 10.0.0.33 - - [2025-09-11 01:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.33 - - [2025-09-11 01:58:52] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001502 10.0.0.33 - - [2025-09-11 01:58:52] "GET /project/2b38c36c-67cc-424c-bac8-da8741b905d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.028427 10.0.0.33 - - [2025-09-11 01:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.33 - - [2025-09-11 01:58:53] "GET /security-group/0d35c985-6d4e-4f96-aef6-4149c71dd22d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004194 10.0.0.33 - - [2025-09-11 01:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.33 - - [2025-09-11 01:58:53] "PUT /security-group/0d35c985-6d4e-4f96-aef6-4149c71dd22d HTTP/1.1" 200 262 0.016537 10.0.0.33 - - [2025-09-11 01:58:53] "PUT /access-control-list/db52c3c3-381d-4d2b-8633-67934e6b9bf3 HTTP/1.1" 200 272 0.009897 10.0.0.33 - - [2025-09-11 01:58:53] "PUT /access-control-list/088b76db-4090-4809-b574-ac8d739b1145 HTTP/1.1" 200 272 0.009162 10.0.0.33 - - [2025-09-11 01:58:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.33 - - [2025-09-11 01:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.058482 10.0.0.33 - - [2025-09-11 01:58:53] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001599 10.0.0.33 - - [2025-09-11 01:58:53] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.025572 10.0.0.33 - - [2025-09-11 01:58:53] "POST /neutron/network HTTP/1.1" 200 117 0.030928 10.0.0.33 - - [2025-09-11 01:58:53] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.33 - - [2025-09-11 01:58:53] "POST /neutron/network HTTP/1.1" 200 619 0.071259 10.0.0.33 - - [2025-09-11 01:58:53] "POST /route-targets HTTP/1.1" 200 327 0.012969 10.0.0.33 - - [2025-09-11 01:58:54] "POST /ref-update HTTP/1.1" 200 156 0.013592 10.0.0.33 - - [2025-09-11 01:58:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006037 10.0.0.33 - - [2025-09-11 01:58:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.212435 10.0.0.33 - - [2025-09-11 01:58:54] "POST /neutron/network HTTP/1.1" 200 836 0.006310 10.0.0.33 - - [2025-09-11 01:58:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001414 10.0.0.33 - - [2025-09-11 01:58:54] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006884 10.0.0.33 - - [2025-09-11 01:58:54] "POST /neutron/network HTTP/1.1" 200 836 0.006748 10.0.0.33 - - [2025-09-11 01:58:54] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005963 10.0.0.33 - - [2025-09-11 01:58:54] "POST /neutron/network HTTP/1.1" 200 836 0.006045 10.0.0.33 - - [2025-09-11 01:58:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.006917 10.0.0.33 - - [2025-09-11 01:58:54] "GET /domains HTTP/1.1" 401 292 0.000359 10.0.0.33 - - [2025-09-11 01:58:54] "GET /domains HTTP/1.1" 200 280 0.025171 10.0.0.33 - - [2025-09-11 01:58:54] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.33 - - [2025-09-11 01:58:54] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2781 0.009282 10.0.0.33 - - [2025-09-11 01:58:54] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.33 - - [2025-09-11 01:58:54] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc HTTP/1.1" 200 2174 0.067672 10.0.0.33 - - [2025-09-11 01:58:54] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74 HTTP/1.1" 200 2335 0.006925 10.0.0.33 - - [2025-09-11 01:58:54] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74 HTTP/1.1" 200 2335 0.004624 10.0.0.33 - - [2025-09-11 01:58:54] "GET /routing-instance/8410f43e-6104-493e-9175-8ff7e6ccfd6b HTTP/1.1" 200 1491 0.003640 10.0.0.33 - - [2025-09-11 01:58:54] "GET /routing-instance/8410f43e-6104-493e-9175-8ff7e6ccfd6b HTTP/1.1" 200 1491 0.003013 10.0.0.33 - - [2025-09-11 01:58:54] "GET /route-target/b6268b81-8bfa-42e5-8a9e-bf3a66f08179 HTTP/1.1" 200 1218 0.003115 10.0.0.33 - - [2025-09-11 01:58:54] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74 HTTP/1.1" 200 2335 0.004219 10.0.0.33 - - [2025-09-11 01:58:54] "GET /routing-instance/8410f43e-6104-493e-9175-8ff7e6ccfd6b HTTP/1.1" 200 1491 0.002693 10.0.0.33 - - [2025-09-11 01:58:54] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004448 10.0.0.33 - - [2025-09-11 01:58:54] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74 HTTP/1.1" 200 2335 0.004297 10.0.0.33 - - [2025-09-11 01:58:54] "GET /routing-instance/8410f43e-6104-493e-9175-8ff7e6ccfd6b HTTP/1.1" 200 1491 0.002861 10.0.0.33 - - [2025-09-11 01:58:54] "GET /routing-instance/8410f43e-6104-493e-9175-8ff7e6ccfd6b HTTP/1.1" 200 1491 0.002756 10.0.0.33 - - [2025-09-11 01:58:54] "GET /route-target/b6268b81-8bfa-42e5-8a9e-bf3a66f08179 HTTP/1.1" 200 1218 0.002266 10.0.0.33 - - [2025-09-11 01:58:54] "GET /domains HTTP/1.1" 200 280 0.002928 10.0.0.33 - - [2025-09-11 01:58:54] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.33 - - [2025-09-11 01:58:54] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2781 0.006151 10.0.0.33 - - [2025-09-11 01:58:54] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000829 10.0.0.33 - - [2025-09-11 01:58:54] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc HTTP/1.1" 200 2174 0.068472 10.0.0.33 - - [2025-09-11 01:58:55] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74 HTTP/1.1" 200 2335 0.005594 10.0.0.33 - - [2025-09-11 01:58:55] "GET /obj-perms HTTP/1.1" 200 5054 0.051356 10.0.0.33 - - [2025-09-11 01:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.33 - - [2025-09-11 01:58:55] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.33 - - [2025-09-11 01:58:55] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.031339 10.0.0.33 - - [2025-09-11 01:58:55] "POST /neutron/network HTTP/1.1" 200 117 0.008642 10.0.0.33 - - [2025-09-11 01:58:55] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001244 10.0.0.33 - - [2025-09-11 01:58:55] "POST /neutron/network HTTP/1.1" 200 619 0.070298 10.0.0.33 - - [2025-09-11 01:58:55] "POST /route-targets HTTP/1.1" 200 327 0.009379 10.0.0.33 - - [2025-09-11 01:58:55] "POST /ref-update HTTP/1.1" 200 156 0.010334 10.0.0.33 - - [2025-09-11 01:58:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002666 10.0.0.33 - - [2025-09-11 01:58:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.158865 10.0.0.33 - - [2025-09-11 01:58:55] "POST /neutron/network HTTP/1.1" 200 840 0.005222 10.0.0.33 - - [2025-09-11 01:58:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001161 10.0.0.33 - - [2025-09-11 01:58:55] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005001 10.0.0.33 - - [2025-09-11 01:58:55] "POST /neutron/network HTTP/1.1" 200 840 0.005872 10.0.0.33 - - [2025-09-11 01:58:55] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006706 10.0.0.33 - - [2025-09-11 01:58:55] "POST /neutron/network HTTP/1.1" 200 840 0.005615 10.0.0.33 - - [2025-09-11 01:58:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.006770 10.0.0.33 - - [2025-09-11 01:58:55] "GET /domains HTTP/1.1" 200 280 0.002207 10.0.0.33 - - [2025-09-11 01:58:55] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.33 - - [2025-09-11 01:58:55] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2781 0.006037 10.0.0.33 - - [2025-09-11 01:58:55] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.33 - - [2025-09-11 01:58:56] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc HTTP/1.1" 200 2402 0.066946 10.0.0.33 - - [2025-09-11 01:58:56] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a HTTP/1.1" 200 2346 0.005701 10.0.0.33 - - [2025-09-11 01:58:56] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a HTTP/1.1" 200 2346 0.005060 10.0.0.33 - - [2025-09-11 01:58:56] "GET /routing-instance/ff00bfec-46af-4be9-b033-af06aa6d0758 HTTP/1.1" 200 1492 0.003752 10.0.0.33 - - [2025-09-11 01:58:56] "GET /routing-instance/ff00bfec-46af-4be9-b033-af06aa6d0758 HTTP/1.1" 200 1492 0.003216 10.0.0.33 - - [2025-09-11 01:58:56] "GET /route-target/cafd5c58-9c71-4f98-9d4b-06e49995764f HTTP/1.1" 200 1219 0.002852 10.0.0.33 - - [2025-09-11 01:58:56] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a HTTP/1.1" 200 2346 0.004591 10.0.0.33 - - [2025-09-11 01:58:56] "GET /routing-instance/ff00bfec-46af-4be9-b033-af06aa6d0758 HTTP/1.1" 200 1492 0.003330 10.0.0.33 - - [2025-09-11 01:58:56] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004910 10.0.0.33 - - [2025-09-11 01:58:56] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a HTTP/1.1" 200 2346 0.004586 10.0.0.33 - - [2025-09-11 01:58:56] "GET /routing-instance/ff00bfec-46af-4be9-b033-af06aa6d0758 HTTP/1.1" 200 1492 0.003592 10.0.0.33 - - [2025-09-11 01:58:56] "GET /routing-instance/ff00bfec-46af-4be9-b033-af06aa6d0758 HTTP/1.1" 200 1492 0.004689 10.0.0.33 - - [2025-09-11 01:58:56] "GET /route-target/cafd5c58-9c71-4f98-9d4b-06e49995764f HTTP/1.1" 200 1219 0.003799 10.0.0.33 - - [2025-09-11 01:58:56] "GET /domains HTTP/1.1" 200 280 0.002791 10.0.0.33 - - [2025-09-11 01:58:56] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.33 - - [2025-09-11 01:58:56] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2781 0.006404 10.0.0.33 - - [2025-09-11 01:58:56] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002602 10.0.0.33 - - [2025-09-11 01:58:56] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc HTTP/1.1" 200 2402 0.065581 10.0.0.33 - - [2025-09-11 01:58:56] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a HTTP/1.1" 200 2346 0.004414 10.0.0.33 - - [2025-09-11 01:58:56] "GET /obj-perms HTTP/1.1" 200 5054 0.002558 10.0.0.33 - - [2025-09-11 01:58:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001194 10.0.0.33 - - [2025-09-11 01:58:56] "POST /neutron/network HTTP/1.1" 200 850 0.005799 10.0.0.33 - - [2025-09-11 01:58:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000443 10.0.0.33 - - [2025-09-11 01:58:56] "GET / HTTP/1.1" 200 35931 0.001832 10.0.0.33 - - [2025-09-11 01:58:56] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000581 10.0.0.33 - - [2025-09-11 01:58:57] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.33 - - [2025-09-11 01:58:57] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045035 10.0.0.33 - - [2025-09-11 01:58:57] "POST /neutron/network HTTP/1.1" 200 840 0.005680 10.0.0.33 - - [2025-09-11 01:58:57] "POST /neutron/port HTTP/1.1" 200 117 0.004960 10.0.0.33 - - [2025-09-11 01:58:57] "POST /neutron/port HTTP/1.1" 200 117 0.006547 10.0.0.33 - - [2025-09-11 01:58:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001292 10.0.0.33 - - [2025-09-11 01:58:57] "POST /neutron/port HTTP/1.1" 200 117 0.004994 10.0.0.33 - - [2025-09-11 01:58:57] "POST /neutron/network HTTP/1.1" 200 846 0.005593 10.0.0.33 - - [2025-09-11 01:58:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000393 10.0.0.33 - - [2025-09-11 01:58:57] "POST /neutron/network HTTP/1.1" 200 850 0.005821 10.0.0.33 - - [2025-09-11 01:58:57] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001517 10.0.0.33 - - [2025-09-11 01:58:57] "GET / HTTP/1.1" 200 35931 0.002023 10.0.0.33 - - [2025-09-11 01:58:57] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000647 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/port HTTP/1.1" 200 1074 0.293298 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/port HTTP/1.1" 200 1074 0.009152 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/port HTTP/1.1" 200 1074 0.009562 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/port HTTP/1.1" 200 1128 0.071946 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/port HTTP/1.1" 200 1102 0.012543 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003552 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.007176 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/network HTTP/1.1" 200 840 0.006072 10.0.0.33 - - [2025-09-11 01:58:58] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001701 10.0.0.33 - - [2025-09-11 01:58:58] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058609 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/network HTTP/1.1" 200 836 0.006088 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/port HTTP/1.1" 200 1102 0.032107 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011631 10.0.0.33 - - [2025-09-11 01:58:58] "POST /neutron/port HTTP/1.1" 200 117 0.006442 10.0.0.33 - - [2025-09-11 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.33 - - [2025-09-11 01:58:58] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001673 10.0.0.33 - - [2025-09-11 01:58:58] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041903 10.0.0.33 - - [2025-09-11 01:58:58] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008825 10.0.0.33 - - [2025-09-11 01:58:58] "GET /floating-ip-pools?parent_id=e6a8eecc-815d-4942-bd4d-3d6fefe60f74&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003652 10.0.0.33 - - [2025-09-11 01:58:58] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005971 10.0.0.33 - - [2025-09-11 01:58:58] "POST /floating-ip-pools HTTP/1.1" 200 609 0.029101 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/network HTTP/1.1" 200 846 0.006129 10.0.0.33 - - [2025-09-11 01:58:59] "POST /ref-update HTTP/1.1" 200 156 0.030636 10.0.0.33 - - [2025-09-11 01:58:59] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001166 10.0.0.33 - - [2025-09-11 01:58:59] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006288 10.0.0.33 - - [2025-09-11 01:58:59] "GET /domains HTTP/1.1" 200 280 0.004509 10.0.0.33 - - [2025-09-11 01:58:59] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001365 10.0.0.33 - - [2025-09-11 01:58:59] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2781 0.012200 10.0.0.33 - - [2025-09-11 01:58:59] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001536 10.0.0.33 - - [2025-09-11 01:58:59] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc HTTP/1.1" 200 3244 0.183620 10.0.0.33 - - [2025-09-11 01:58:59] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74 HTTP/1.1" 200 2926 0.015100 10.0.0.33 - - [2025-09-11 01:58:59] "GET /floating-ip-pool/434e8aa2-1563-47b4-92c8-5c0c9d558005 HTTP/1.1" 200 1441 0.005163 10.0.0.33 - - [2025-09-11 01:58:59] "GET /domains HTTP/1.1" 200 280 0.006447 10.0.0.33 - - [2025-09-11 01:58:59] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.33 - - [2025-09-11 01:58:59] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2781 0.008242 10.0.0.33 - - [2025-09-11 01:58:59] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/port HTTP/1.1" 200 1070 0.407861 10.0.0.33 - - [2025-09-11 01:58:59] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc HTTP/1.1" 200 3244 0.080328 10.0.0.33 - - [2025-09-11 01:58:59] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74 HTTP/1.1" 200 3147 0.013585 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/port HTTP/1.1" 200 1070 0.015825 10.0.0.33 - - [2025-09-11 01:58:59] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007073 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/port HTTP/1.1" 200 1070 0.017166 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/port HTTP/1.1" 200 1102 0.021102 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012653 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/port HTTP/1.1" 200 1124 0.081772 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/port HTTP/1.1" 200 1102 0.016394 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/port HTTP/1.1" 200 1098 0.017619 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006726 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004576 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/subnet HTTP/1.1" 200 689 0.008165 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/port HTTP/1.1" 200 117 0.001481 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/network HTTP/1.1" 200 836 0.006576 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/port HTTP/1.1" 200 1102 0.014281 10.0.0.33 - - [2025-09-11 01:58:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007357 10.0.0.33 - - [2025-09-11 01:58:59] "GET /virtual-machine/21d3a81d-d959-46bf-adc9-eba70f7135f3 HTTP/1.1" 200 1304 0.005577 10.0.0.33 - - [2025-09-11 01:58:59] "GET /virtual-machine-interface/27bce41a-1733-435a-9fba-40ea747d934c HTTP/1.1" 200 3004 0.005859 10.0.0.33 - - [2025-09-11 01:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.33 - - [2025-09-11 01:58:59] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003630 10.0.0.33 - - [2025-09-11 01:58:59] "GET /virtual-networks?parent_id=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003663 10.0.0.33 - - [2025-09-11 01:59:00] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005829 10.0.0.33 - - [2025-09-11 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.33 - - [2025-09-11 01:59:03] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005062 10.0.0.33 - - [2025-09-11 01:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.33 - - [2025-09-11 01:59:07] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004803 10.0.0.33 - - [2025-09-11 01:59:08] "POST /neutron/port HTTP/1.1" 200 1102 0.037077 10.0.0.33 - - [2025-09-11 01:59:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006468 10.0.0.33 - - [2025-09-11 01:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007141 10.0.0.33 - - [2025-09-11 01:59:09] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003480 10.0.0.33 - - [2025-09-11 01:59:09] "GET /virtual-networks?parent_id=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003654 10.0.0.33 - - [2025-09-11 01:59:09] "GET /virtual-network/57fa66f7-0cf0-4051-bf83-fe5b6dc45f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005343 10.0.0.33 - - [2025-09-11 01:59:09] "POST /neutron/port HTTP/1.1" 200 1102 0.011686 10.0.0.33 - - [2025-09-11 01:59:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005777 10.0.0.33 - - [2025-09-11 01:59:09] "POST /neutron/port HTTP/1.1" 200 1098 0.009776 10.0.0.33 - - [2025-09-11 01:59:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005197 10.0.0.33 - - [2025-09-11 01:59:11] "DELETE /project/df67a34e42ca417ea51f4fa4c28a4113 HTTP/1.1" 404 173 0.009879 10.0.0.33 - - [2025-09-11 01:59:11] "DELETE /project/3c26bb4c7947495ca20263fb185cb3fc HTTP/1.1" 404 173 0.005255 10.0.0.33 - - [2025-09-11 01:59:11] "DELETE /project/2b38c36c67cc424cbac8da8741b905d7 HTTP/1.1" 404 173 0.003951 10.0.0.33 - - [2025-09-11 01:59:11] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001288 10.0.0.33 - - [2025-09-11 01:59:11] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.049902 10.0.0.33 - - [2025-09-11 01:59:11] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001066 10.0.0.33 - - [2025-09-11 01:59:11] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?fields=security_groups HTTP/1.1" 200 1397 0.040547 10.0.0.33 - - [2025-09-11 01:59:11] "DELETE /security-group/6d4e39e4-6403-4697-b2f6-298078323aa5 HTTP/1.1" 200 115 0.034151 10.0.0.33 - - [2025-09-11 01:59:11] "GET /projects?obj_uuids=df67a34e-42ca-417e-a51f-4fa4c28a4113&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001047 10.0.0.33 - - [2025-09-11 01:59:11] "GET /project/df67a34e-42ca-417e-a51f-4fa4c28a4113?fields=application_policy_sets HTTP/1.1" 200 1436 0.025827 10.0.0.33 - - [2025-09-11 01:59:11] "DELETE /access-control-list/5cc108d4-bec4-481c-a741-69202fa137b6 HTTP/1.1" 200 115 0.030410 10.0.0.33 - - [2025-09-11 01:59:11] "DELETE /access-control-list/4f0d1c2a-bc04-426a-8335-ccb7a18492b5 HTTP/1.1" 200 115 0.023742 10.0.0.33 - - [2025-09-11 01:59:11] "DELETE /project/df67a34e-42ca-417e-a51f-4fa4c28a4113 HTTP/1.1" 200 115 0.328621 10.0.0.33 - - [2025-09-11 01:59:14] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001571 10.0.0.33 - - [2025-09-11 01:59:14] "POST /neutron/floatingip HTTP/1.1" 200 528 0.077515 10.0.0.33 - - [2025-09-11 01:59:14] "POST /neutron/port HTTP/1.1" 200 1102 0.010925 10.0.0.33 - - [2025-09-11 01:59:14] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006140 10.0.0.33 - - [2025-09-11 01:59:14] "POST /neutron/floatingip HTTP/1.1" 200 577 0.053088 10.0.0.33 - - [2025-09-11 01:59:14] "POST /neutron/port HTTP/1.1" 200 1098 0.012279 10.0.0.33 - - [2025-09-11 01:59:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006094 10.0.0.33 - - [2025-09-11 01:59:14] "POST /neutron/port HTTP/1.1" 200 1098 0.011195 10.0.0.33 - - [2025-09-11 01:59:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008967 10.0.0.33 - - [2025-09-11 01:59:15] "POST /neutron/port HTTP/1.1" 200 1098 0.012970 10.0.0.33 - - [2025-09-11 01:59:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006693 10.0.0.33 - - [2025-09-11 01:59:15] "GET /virtual-machine/f130a815-b548-4e48-9ef2-f78b7c984be7 HTTP/1.1" 200 1305 0.004452 10.0.0.33 - - [2025-09-11 01:59:15] "GET /virtual-machine-interface/f99c3648-ea8a-4fbd-9aeb-eeebc1e000cb HTTP/1.1" 200 3005 0.004984 10.0.0.33 - - [2025-09-11 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.33 - - [2025-09-11 01:59:15] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003481 10.0.0.33 - - [2025-09-11 01:59:15] "GET /virtual-networks?parent_id=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003479 10.0.0.33 - - [2025-09-11 01:59:15] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005592 10.0.0.33 - - [2025-09-11 01:59:15] "GET /obj-perms HTTP/1.1" 200 5056 0.046143 10.0.0.33 - - [2025-09-11 01:59:16] "GET /obj-perms HTTP/1.1" 200 5056 0.052439 10.0.0.33 - - [2025-09-11 01:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.33 - - [2025-09-11 01:59:16] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002831 10.0.0.33 - - [2025-09-11 01:59:16] "GET /virtual-networks?parent_id=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003166 10.0.0.33 - - [2025-09-11 01:59:16] "GET /virtual-network/e6a8eecc-815d-4942-bd4d-3d6fefe60f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005582 10.0.0.33 - - [2025-09-11 01:59:16] "POST /neutron/floatingip HTTP/1.1" 200 577 0.012506 10.0.0.33 - - [2025-09-11 01:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.33 - - [2025-09-11 01:59:16] "GET /routing-instance/8410f43e-6104-493e-9175-8ff7e6ccfd6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003788 10.0.0.33 - - [2025-09-11 01:59:16] "GET /route-target/b6268b81-8bfa-42e5-8a9e-bf3a66f08179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004066 10.0.0.33 - - [2025-09-11 01:59:16] "GET /floating-ip/02520c61-83ae-4bcc-8547-b6d38c9ba4fc HTTP/1.1" 200 1887 0.004814 10.0.0.33 - - [2025-09-11 01:59:19] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009480 10.0.0.33 - - [2025-09-11 01:59:19] "POST /neutron/floatingip HTTP/1.1" 200 528 0.017455 10.0.0.33 - - [2025-09-11 01:59:19] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006409 10.0.0.33 - - [2025-09-11 01:59:19] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031216 10.0.0.33 - - [2025-09-11 01:59:19] "GET /floating-ip-pool/434e8aa2-1563-47b4-92c8-5c0c9d558005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003310 10.0.0.33 - - [2025-09-11 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.008748 10.0.0.33 - - [2025-09-11 01:59:19] "DELETE /floating-ip-pool/434e8aa2-1563-47b4-92c8-5c0c9d558005 HTTP/1.1" 200 115 0.021177 10.0.0.33 - - [2025-09-11 01:59:20] "POST /neutron/network HTTP/1.1" 200 840 0.010921 10.0.0.33 - - [2025-09-11 01:59:20] "POST /neutron/network HTTP/1.1" 400 204 0.010866 10.0.0.33 - - [2025-09-11 01:59:20] "POST /neutron/port HTTP/1.1" 200 1098 0.011484 10.0.0.33 - - [2025-09-11 01:59:20] "POST /neutron/port HTTP/1.1" 200 1124 0.009584 10.0.0.33 - - [2025-09-11 01:59:20] "POST /neutron/port HTTP/1.1" 200 1102 0.018279 10.0.0.33 - - [2025-09-11 01:59:20] "POST /neutron/port HTTP/1.1" 200 1128 0.010694 10.0.0.33 - - [2025-09-11 01:59:20] "POST /neutron/port HTTP/1.1" 200 151 0.130425 10.0.0.33 - - [2025-09-11 01:59:20] "POST /neutron/port HTTP/1.1" 200 151 0.153579 10.0.0.33 - - [2025-09-11 01:59:22] "POST /neutron/network HTTP/1.1" 200 840 0.005768 10.0.0.33 - - [2025-09-11 01:59:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002494 10.0.0.33 - - [2025-09-11 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.33 - - [2025-09-11 01:59:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002250 10.0.0.33 - - [2025-09-11 01:59:22] "POST /neutron/network HTTP/1.1" 200 151 0.087893 10.0.0.33 - - [2025-09-11 01:59:22] "GET /routing-instance/ff00bfec-46af-4be9-b033-af06aa6d0758 HTTP/1.1" 404 171 0.002021 10.0.0.33 - - [2025-09-11 01:59:22] "GET /domains HTTP/1.1" 200 280 0.004591 10.0.0.33 - - [2025-09-11 01:59:22] "DELETE /route-target/cafd5c58-9c71-4f98-9d4b-06e49995764f HTTP/1.1" 200 115 0.021483 10.0.0.33 - - [2025-09-11 01:59:22] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.33 - - [2025-09-11 01:59:22] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2584 0.049886 10.0.0.33 - - [2025-09-11 01:59:22] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991 10.0.0.33 - - [2025-09-11 01:59:22] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc HTTP/1.1" 200 2174 0.068910 10.0.0.33 - - [2025-09-11 01:59:22] "POST /neutron/network HTTP/1.1" 200 836 0.005754 10.0.0.33 - - [2025-09-11 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.33 - - [2025-09-11 01:59:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003293 10.0.0.33 - - [2025-09-11 01:59:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001859 10.0.0.33 - - [2025-09-11 01:59:22] "POST /neutron/network HTTP/1.1" 200 151 0.086335 10.0.0.33 - - [2025-09-11 01:59:22] "GET /routing-instance/8410f43e-6104-493e-9175-8ff7e6ccfd6b HTTP/1.1" 404 171 0.005289 10.0.0.33 - - [2025-09-11 01:59:22] "DELETE /route-target/b6268b81-8bfa-42e5-8a9e-bf3a66f08179 HTTP/1.1" 200 115 0.025717 10.0.0.33 - - [2025-09-11 01:59:22] "GET /domains HTTP/1.1" 200 280 0.002584 10.0.0.33 - - [2025-09-11 01:59:22] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.33 - - [2025-09-11 01:59:22] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2584 0.049602 10.0.0.33 - - [2025-09-11 01:59:22] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001132 10.0.0.33 - - [2025-09-11 01:59:22] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc HTTP/1.1" 200 1924 0.066572 10.0.0.33 - - [2025-09-11 01:59:22] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.33 - - [2025-09-11 01:59:22] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.030912 10.0.0.33 - - [2025-09-11 01:59:22] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001058 10.0.0.33 - - [2025-09-11 01:59:23] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?fields=virtual_networks HTTP/1.1" 200 1056 0.066346 10.0.0.33 - - [2025-09-11 01:59:23] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001470 10.0.0.33 - - [2025-09-11 01:59:23] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.029211 10.0.0.33 - - [2025-09-11 01:59:23] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.33 - - [2025-09-11 01:59:23] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?fields=security_groups HTTP/1.1" 200 1294 0.024504 10.0.0.33 - - [2025-09-11 01:59:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.027086 10.0.0.33 - - [2025-09-11 01:59:24] "GET /projects?obj_uuids=dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003520 10.0.0.33 - - [2025-09-11 01:59:24] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.33 - - [2025-09-11 01:59:24] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006971 10.0.0.33 - - [2025-09-11 01:59:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.002117 10.0.0.33 - - [2025-09-11 01:59:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.002527 10.0.0.33 - - [2025-09-11 01:59:24] "POST /security-groups HTTP/1.1" 200 586 0.060711 10.0.0.33 - - [2025-09-11 01:59:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.002699 10.0.0.33 - - [2025-09-11 01:59:24] "POST /projects HTTP/1.1" 200 575 0.208580 10.0.0.33 - - [2025-09-11 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.278604 10.0.0.33 - - [2025-09-11 01:59:24] "POST /access-control-lists HTTP/1.1" 200 591 0.058581 10.0.0.33 - - [2025-09-11 01:59:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.002999 10.0.0.33 - - [2025-09-11 01:59:24] "GET /project/dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.403193 10.0.0.33 - - [2025-09-11 01:59:24] "POST /access-control-lists HTTP/1.1" 200 589 0.060604 10.0.0.33 - - [2025-09-11 01:59:25] "GET / HTTP/1.1" 200 35931 0.002253 10.0.0.33 - - [2025-09-11 01:59:26] "GET /projects?obj_uuids=dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.33 - - [2025-09-11 01:59:26] "GET /project/dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.024527 10.0.0.33 - - [2025-09-11 01:59:26] "GET /projects?obj_uuids=dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.33 - - [2025-09-11 01:59:26] "GET /project/dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab?fields=virtual_networks HTTP/1.1" 200 1023 0.070304 10.0.0.33 - - [2025-09-11 01:59:26] "GET /projects?obj_uuids=dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.33 - - [2025-09-11 01:59:26] "GET /project/dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.028136 10.0.0.33 - - [2025-09-11 01:59:27] "GET /projects?obj_uuids=dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001295 10.0.0.33 - - [2025-09-11 01:59:27] "GET /project/dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab?fields=security_groups HTTP/1.1" 200 1244 0.030248 10.0.0.33 - - [2025-09-11 01:59:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.026555 10.0.0.33 - - [2025-09-11 01:59:28] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002993 10.0.0.33 - - [2025-09-11 01:59:28] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.33 - - [2025-09-11 01:59:28] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006975 10.0.0.33 - - [2025-09-11 01:59:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.001220 10.0.0.33 - - [2025-09-11 01:59:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.002988 10.0.0.33 - - [2025-09-11 01:59:28] "POST /security-groups HTTP/1.1" 200 586 0.072350 10.0.0.33 - - [2025-09-11 01:59:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.003097 10.0.0.33 - - [2025-09-11 01:59:28] "POST /projects HTTP/1.1" 200 575 0.222708 10.0.0.33 - - [2025-09-11 01:59:28] "POST /access-control-lists HTTP/1.1" 200 591 0.058941 10.0.0.33 - - [2025-09-11 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.296085 10.0.0.33 - - [2025-09-11 01:59:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.005313 10.0.0.33 - - [2025-09-11 01:59:28] "GET /project/35304afc-8e41-4704-9cb2-937684b46eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.426242 10.0.0.33 - - [2025-09-11 01:59:28] "POST /access-control-lists HTTP/1.1" 200 589 0.071408 10.0.0.33 - - [2025-09-11 01:59:29] "GET / HTTP/1.1" 200 35931 0.001836 10.0.0.33 - - [2025-09-11 01:59:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.002874 10.0.0.33 - - [2025-09-11 01:59:30] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001094 10.0.0.33 - - [2025-09-11 01:59:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.002977 10.0.0.33 - - [2025-09-11 01:59:30] "POST /access-control-lists HTTP/1.1" 200 590 0.016499 10.0.0.33 - - [2025-09-11 01:59:30] "POST /fqname-to-id HTTP/1.1" 404 227 0.003264 10.0.0.33 - - [2025-09-11 01:59:30] "POST /access-control-lists HTTP/1.1" 200 588 0.018544 10.0.0.33 - - [2025-09-11 01:59:30] "PUT /access-control-list/245b8dac-1bb6-4a2d-9314-9af658fd2a16 HTTP/1.1" 200 272 0.009827 10.0.0.33 - - [2025-09-11 01:59:30] "PUT /access-control-list/b67d9ce5-befa-4010-b01a-3052b1421687 HTTP/1.1" 200 272 0.010279 10.0.0.33 - - [2025-09-11 01:59:30] "POST /neutron/security_group HTTP/1.1" 200 1364 0.446172 10.0.0.33 - - [2025-09-11 01:59:30] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001164 10.0.0.33 - - [2025-09-11 01:59:30] "PUT /access-control-list/b67d9ce5-befa-4010-b01a-3052b1421687 HTTP/1.1" 200 272 0.022859 10.0.0.33 - - [2025-09-11 01:59:30] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.047036 10.0.0.33 - - [2025-09-11 01:59:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012196 10.0.0.33 - - [2025-09-11 01:59:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.118648 10.0.0.33 - - [2025-09-11 01:59:30] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010629 10.0.0.33 - - [2025-09-11 01:59:30] "PUT /access-control-list/b67d9ce5-befa-4010-b01a-3052b1421687 HTTP/1.1" 200 272 0.022521 10.0.0.33 - - [2025-09-11 01:59:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149084 10.0.0.33 - - [2025-09-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.006525 10.0.0.33 - - [2025-09-11 01:59:31] "PUT /access-control-list/b67d9ce5-befa-4010-b01a-3052b1421687 HTTP/1.1" 200 272 0.018115 10.0.0.33 - - [2025-09-11 01:59:31] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001729 10.0.0.33 - - [2025-09-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.004318 10.0.0.33 - - [2025-09-11 01:59:31] "POST /access-control-lists HTTP/1.1" 200 590 0.016495 10.0.0.33 - - [2025-09-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 404 227 0.003578 10.0.0.33 - - [2025-09-11 01:59:31] "POST /access-control-lists HTTP/1.1" 200 588 0.017199 10.0.0.33 - - [2025-09-11 01:59:31] "PUT /access-control-list/b7bd6749-f8c6-40be-8a04-bbc4f02b2da3 HTTP/1.1" 200 272 0.015063 10.0.0.33 - - [2025-09-11 01:59:31] "PUT /access-control-list/80be531a-b03e-4caa-9c3c-43aaa56318c2 HTTP/1.1" 200 272 0.009135 10.0.0.33 - - [2025-09-11 01:59:31] "POST /neutron/security_group HTTP/1.1" 200 1364 0.345289 10.0.0.33 - - [2025-09-11 01:59:31] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000967 10.0.0.33 - - [2025-09-11 01:59:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.037086 10.0.0.33 - - [2025-09-11 01:59:31] "PUT /access-control-list/80be531a-b03e-4caa-9c3c-43aaa56318c2 HTTP/1.1" 200 272 0.017339 10.0.0.33 - - [2025-09-11 01:59:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008241 10.0.0.33 - - [2025-09-11 01:59:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149387 10.0.0.33 - - [2025-09-11 01:59:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008892 10.0.0.33 - - [2025-09-11 01:59:31] "PUT /access-control-list/80be531a-b03e-4caa-9c3c-43aaa56318c2 HTTP/1.1" 200 272 0.016254 10.0.0.33 - - [2025-09-11 01:59:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.122246 10.0.0.33 - - [2025-09-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.33 - - [2025-09-11 01:59:31] "PUT /access-control-list/80be531a-b03e-4caa-9c3c-43aaa56318c2 HTTP/1.1" 200 272 0.016865 10.0.0.33 - - [2025-09-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.030175 10.0.0.33 - - [2025-09-11 01:59:32] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001086 10.0.0.33 - - [2025-09-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.004204 10.0.0.33 - - [2025-09-11 01:59:32] "POST /access-control-lists HTTP/1.1" 200 607 0.019125 10.0.0.33 - - [2025-09-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 404 244 0.006065 10.0.0.33 - - [2025-09-11 01:59:32] "POST /access-control-lists HTTP/1.1" 200 605 0.014732 10.0.0.33 - - [2025-09-11 01:59:32] "PUT /access-control-list/7f917f95-5346-4c9a-aa55-c22528c3ddbf HTTP/1.1" 200 272 0.008591 10.0.0.33 - - [2025-09-11 01:59:32] "PUT /access-control-list/39be6096-41bc-48f2-8ad7-e0be1d07e8c7 HTTP/1.1" 200 272 0.012811 10.0.0.33 - - [2025-09-11 01:59:32] "POST /neutron/security_group HTTP/1.1" 200 1379 0.397545 10.0.0.33 - - [2025-09-11 01:59:32] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001308 10.0.0.33 - - [2025-09-11 01:59:32] "PUT /access-control-list/39be6096-41bc-48f2-8ad7-e0be1d07e8c7 HTTP/1.1" 200 272 0.017604 10.0.0.33 - - [2025-09-11 01:59:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.039639 10.0.0.33 - - [2025-09-11 01:59:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009030 10.0.0.33 - - [2025-09-11 01:59:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156265 10.0.0.33 - - [2025-09-11 01:59:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008950 10.0.0.33 - - [2025-09-11 01:59:32] "PUT /access-control-list/39be6096-41bc-48f2-8ad7-e0be1d07e8c7 HTTP/1.1" 200 272 0.015600 10.0.0.33 - - [2025-09-11 01:59:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104241 10.0.0.33 - - [2025-09-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.003123 10.0.0.33 - - [2025-09-11 01:59:32] "PUT /access-control-list/39be6096-41bc-48f2-8ad7-e0be1d07e8c7 HTTP/1.1" 200 272 0.014013 10.0.0.33 - - [2025-09-11 01:59:32] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001084 10.0.0.33 - - [2025-09-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.003854 10.0.0.33 - - [2025-09-11 01:59:33] "POST /access-control-lists HTTP/1.1" 200 607 0.019185 10.0.0.33 - - [2025-09-11 01:59:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.002995 10.0.0.33 - - [2025-09-11 01:59:33] "POST /access-control-lists HTTP/1.1" 200 605 0.022815 10.0.0.33 - - [2025-09-11 01:59:33] "PUT /access-control-list/4d75e4f6-ab6e-4aa8-95e8-821e7c2c9272 HTTP/1.1" 200 272 0.007732 10.0.0.33 - - [2025-09-11 01:59:33] "PUT /access-control-list/b051858e-782d-4595-947a-2176fc6bfd21 HTTP/1.1" 200 272 0.009629 10.0.0.33 - - [2025-09-11 01:59:33] "POST /neutron/security_group HTTP/1.1" 200 1379 0.370355 10.0.0.33 - - [2025-09-11 01:59:33] "PUT /access-control-list/b051858e-782d-4595-947a-2176fc6bfd21 HTTP/1.1" 200 272 0.015245 10.0.0.33 - - [2025-09-11 01:59:33] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002182 10.0.0.33 - - [2025-09-11 01:59:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.034306 10.0.0.33 - - [2025-09-11 01:59:33] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008879 10.0.0.33 - - [2025-09-11 01:59:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.106772 10.0.0.33 - - [2025-09-11 01:59:33] "PUT /access-control-list/b051858e-782d-4595-947a-2176fc6bfd21 HTTP/1.1" 200 272 0.009968 10.0.0.33 - - [2025-09-11 01:59:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010388 10.0.0.33 - - [2025-09-11 01:59:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.159957 10.0.0.33 - - [2025-09-11 01:59:33] "PUT /access-control-list/b051858e-782d-4595-947a-2176fc6bfd21 HTTP/1.1" 200 272 0.008039 10.0.0.33 - - [2025-09-11 01:59:34] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001016 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.046317 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.002886 10.0.0.33 - - [2025-09-11 01:59:34] "POST /route-targets HTTP/1.1" 200 327 0.012640 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.002935 10.0.0.33 - - [2025-09-11 01:59:34] "PUT /logical-router/0d1c351c-d8c8-4bf4-994b-7f09f7897ea2 HTTP/1.1" 200 262 0.019127 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.004305 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.002902 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003273 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003346 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.005145 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003145 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003451 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003377 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003386 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003529 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003364 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003422 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.005153 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.004492 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003872 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003787 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003597 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003425 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003411 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003585 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003881 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003777 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003768 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003510 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003162 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.004001 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003426 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003081 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003394 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003145 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.012465 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003373 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.020043 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 541 0.003764 10.0.0.33 - - [2025-09-11 01:59:34] "GET /logical-router/0d1c351c-d8c8-4bf4-994b-7f09f7897ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003711 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 151 0.045380 10.0.0.33 - - [2025-09-11 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008349 10.0.0.33 - - [2025-09-11 01:59:34] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001303 10.0.0.33 - - [2025-09-11 01:59:34] "DELETE /route-target/2d9242ac-30b3-4f81-90b1-3cb27c496663 HTTP/1.1" 200 115 0.023158 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.053157 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003340 10.0.0.33 - - [2025-09-11 01:59:34] "POST /route-targets HTTP/1.1" 200 327 0.011919 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.004260 10.0.0.33 - - [2025-09-11 01:59:34] "PUT /logical-router/fdc39a75-8bb5-44e4-afa7-9815d844aeb3 HTTP/1.1" 200 262 0.017247 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.006389 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003325 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003731 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003383 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003483 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003234 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003204 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003249 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003601 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003192 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003403 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003291 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003715 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003443 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003536 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003439 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003967 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003573 10.0.0.33 - - [2025-09-11 01:59:34] "POST /neutron/router HTTP/1.1" 200 542 0.003444 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003688 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003738 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003738 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003453 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003262 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003346 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003339 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003393 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003249 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003167 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003462 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.013104 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 542 0.003976 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 541 0.019046 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 541 0.003715 10.0.0.33 - - [2025-09-11 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.33 - - [2025-09-11 01:59:35] "GET /logical-router/fdc39a75-8bb5-44e4-afa7-9815d844aeb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009190 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 151 0.051544 10.0.0.33 - - [2025-09-11 01:59:35] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001966 10.0.0.33 - - [2025-09-11 01:59:35] "DELETE /route-target/3e707c9e-524e-42ae-9ee8-e8d9081abf8a HTTP/1.1" 200 115 0.030721 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.074766 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.004994 10.0.0.33 - - [2025-09-11 01:59:35] "POST /route-targets HTTP/1.1" 200 327 0.015755 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003964 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003464 10.0.0.33 - - [2025-09-11 01:59:35] "PUT /logical-router/5f979fc6-0d57-403e-93e6-f621dbf40678 HTTP/1.1" 200 262 0.026359 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.004881 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003792 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003860 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003943 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003786 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003849 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.004351 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003859 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.004000 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003661 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003809 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003696 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003642 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.004618 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003775 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003257 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003275 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003092 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003534 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003790 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003268 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003469 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.004264 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003049 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003021 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.002710 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.002944 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003293 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003308 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.018384 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.004718 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.018306 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 559 0.003689 10.0.0.33 - - [2025-09-11 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/router HTTP/1.1" 200 151 0.046728 10.0.0.33 - - [2025-09-11 01:59:35] "GET /logical-router/5f979fc6-0d57-403e-93e6-f621dbf40678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007999 10.0.0.33 - - [2025-09-11 01:59:35] "POST /neutron/security_group HTTP/1.1" 200 521 0.002669 10.0.0.33 - - [2025-09-11 01:59:35] "DELETE /route-target/4b9491b3-b95b-4bc7-a91e-35dcf97b0359 HTTP/1.1" 200 115 0.025619 10.0.0.33 - - [2025-09-11 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.041115 10.0.0.33 - - [2025-09-11 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 521 0.003117 10.0.0.33 - - [2025-09-11 01:59:36] "DELETE /access-control-list/4d75e4f6-ab6e-4aa8-95e8-821e7c2c9272 HTTP/1.1" 200 115 0.028033 10.0.0.33 - - [2025-09-11 01:59:36] "DELETE /access-control-list/b051858e-782d-4595-947a-2176fc6bfd21 HTTP/1.1" 200 115 0.023570 10.0.0.33 - - [2025-09-11 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.050964 10.0.0.33 - - [2025-09-11 01:59:36] "DELETE /access-control-list/7f917f95-5346-4c9a-aa55-c22528c3ddbf HTTP/1.1" 200 115 0.028009 10.0.0.33 - - [2025-09-11 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 506 0.004157 10.0.0.33 - - [2025-09-11 01:59:36] "DELETE /access-control-list/39be6096-41bc-48f2-8ad7-e0be1d07e8c7 HTTP/1.1" 200 115 0.027295 10.0.0.33 - - [2025-09-11 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.046703 10.0.0.33 - - [2025-09-11 01:59:36] "DELETE /access-control-list/b7bd6749-f8c6-40be-8a04-bbc4f02b2da3 HTTP/1.1" 200 115 0.024409 10.0.0.33 - - [2025-09-11 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 506 0.004175 10.0.0.33 - - [2025-09-11 01:59:36] "DELETE /access-control-list/80be531a-b03e-4caa-9c3c-43aaa56318c2 HTTP/1.1" 200 115 0.022372 10.0.0.33 - - [2025-09-11 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.057612 10.0.0.33 - - [2025-09-11 01:59:36] "DELETE /access-control-list/245b8dac-1bb6-4a2d-9314-9af658fd2a16 HTTP/1.1" 200 115 0.030379 10.0.0.33 - - [2025-09-11 01:59:36] "DELETE /access-control-list/b67d9ce5-befa-4010-b01a-3052b1421687 HTTP/1.1" 200 115 0.018648 10.0.0.33 - - [2025-09-11 01:59:36] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001026 10.0.0.33 - - [2025-09-11 01:59:36] "GET /project/35304afc-8e41-4704-9cb2-937684b46eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026512 10.0.0.33 - - [2025-09-11 01:59:36] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001126 10.0.0.33 - - [2025-09-11 01:59:36] "GET /project/35304afc-8e41-4704-9cb2-937684b46eb6?fields=virtual_networks HTTP/1.1" 200 1022 0.070097 10.0.0.33 - - [2025-09-11 01:59:36] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001015 10.0.0.33 - - [2025-09-11 01:59:36] "GET /project/35304afc-8e41-4704-9cb2-937684b46eb6?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.025865 10.0.0.33 - - [2025-09-11 01:59:36] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001448 10.0.0.33 - - [2025-09-11 01:59:36] "GET /project/35304afc-8e41-4704-9cb2-937684b46eb6?fields=security_groups HTTP/1.1" 200 1243 0.030760 10.0.0.33 - - [2025-09-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.023257 10.0.0.33 - - [2025-09-11 01:59:37] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002518 10.0.0.33 - - [2025-09-11 01:59:37] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.33 - - [2025-09-11 01:59:37] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006723 10.0.0.33 - - [2025-09-11 01:59:37] "POST /id-to-fqname HTTP/1.1" 200 186 0.001701 10.0.0.33 - - [2025-09-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 404 195 0.003880 10.0.0.33 - - [2025-09-11 01:59:37] "POST /security-groups HTTP/1.1" 200 587 0.084686 10.0.0.33 - - [2025-09-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 404 230 0.003210 10.0.0.33 - - [2025-09-11 01:59:37] "POST /projects HTTP/1.1" 200 577 0.233218 10.0.0.33 - - [2025-09-11 01:59:37] "POST /access-control-lists HTTP/1.1" 200 592 0.057708 10.0.0.33 - - [2025-09-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.307608 10.0.0.33 - - [2025-09-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.002829 10.0.0.33 - - [2025-09-11 01:59:38] "GET /project/57e8cc7a-8b67-4eb3-898c-036caad18172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.428808 10.0.0.33 - - [2025-09-11 01:59:38] "POST /access-control-lists HTTP/1.1" 200 590 0.056328 10.0.0.33 - - [2025-09-11 01:59:39] "GET / HTTP/1.1" 200 35931 0.002795 10.0.0.33 - - [2025-09-11 01:59:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000550 10.0.0.33 - - [2025-09-11 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.084904 10.0.0.33 - - [2025-09-11 01:59:40] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001278 10.0.0.33 - - [2025-09-11 01:59:40] "GET /project/57e8cc7a-8b67-4eb3-898c-036caad18172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.032444 10.0.0.33 - - [2025-09-11 01:59:40] "POST /neutron/network HTTP/1.1" 200 117 0.035918 10.0.0.33 - - [2025-09-11 01:59:40] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001419 10.0.0.33 - - [2025-09-11 01:59:40] "POST /neutron/network HTTP/1.1" 200 601 0.078154 10.0.0.33 - - [2025-09-11 01:59:40] "POST /route-targets HTTP/1.1" 200 327 0.010342 10.0.0.33 - - [2025-09-11 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.020322 10.0.0.33 - - [2025-09-11 01:59:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004309 10.0.0.33 - - [2025-09-11 01:59:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.181886 10.0.0.33 - - [2025-09-11 01:59:40] "POST /neutron/network HTTP/1.1" 200 818 0.005942 10.0.0.33 - - [2025-09-11 01:59:40] "POST /id-to-fqname HTTP/1.1" 200 216 0.001272 10.0.0.33 - - [2025-09-11 01:59:40] "GET /virtual-network/ba4d129c-f815-462c-b242-3c14a284200d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005065 10.0.0.33 - - [2025-09-11 01:59:40] "POST /neutron/network HTTP/1.1" 200 818 0.007220 10.0.0.33 - - [2025-09-11 01:59:40] "GET /virtual-network/ba4d129c-f815-462c-b242-3c14a284200d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005256 10.0.0.33 - - [2025-09-11 01:59:40] "POST /neutron/network HTTP/1.1" 200 818 0.006208 10.0.0.33 - - [2025-09-11 01:59:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.007385 10.0.0.33 - - [2025-09-11 01:59:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.002380 10.0.0.33 - - [2025-09-11 01:59:40] "GET /virtual-network/ba4d129c-f815-462c-b242-3c14a284200d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004876 10.0.0.33 - - [2025-09-11 01:59:40] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001096 10.0.0.33 - - [2025-09-11 01:59:41] "POST /neutron/port HTTP/1.1" 200 1015 0.176269 10.0.0.33 - - [2025-09-11 01:59:41] "GET /virtual-machine-interface/b98366fd-549b-43f3-aa13-71ad1928fa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.005125 10.0.0.33 - - [2025-09-11 01:59:41] "GET /virtual-machine-interface/b98366fd-549b-43f3-aa13-71ad1928fa6c?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.005169 10.0.0.33 - - [2025-09-11 01:59:41] "GET /instance-ip/a5b6b923-6264-49b9-ab68-b2350bbb821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004051 10.0.0.33 - - [2025-09-11 01:59:41] "GET /virtual-machine-interface/b98366fd-549b-43f3-aa13-71ad1928fa6c HTTP/1.1" 401 292 0.000659 10.0.0.33 - - [2025-09-11 01:59:41] "GET /virtual-machine-interface/b98366fd-549b-43f3-aa13-71ad1928fa6c HTTP/1.1" 200 2606 0.036783 10.0.0.33 - - [2025-09-11 01:59:41] "POST /neutron/port HTTP/1.1" 200 1015 0.007312 10.0.0.33 - - [2025-09-11 01:59:41] "POST /neutron/port HTTP/1.1" 200 151 0.067940 10.0.0.33 - - [2025-09-11 01:59:41] "POST /neutron/network HTTP/1.1" 200 818 0.005714 10.0.0.33 - - [2025-09-11 01:59:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002744 10.0.0.33 - - [2025-09-11 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.33 - - [2025-09-11 01:59:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001995 10.0.0.33 - - [2025-09-11 01:59:41] "POST /neutron/network HTTP/1.1" 200 151 0.085590 10.0.0.33 - - [2025-09-11 01:59:41] "DELETE /route-target/596ba9a3-a594-4b3b-9161-ca95e85d03c0 HTTP/1.1" 200 115 0.016784 10.0.0.33 - - [2025-09-11 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.33 - - [2025-09-11 01:59:42] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001440 10.0.0.33 - - [2025-09-11 01:59:42] "GET /project/57e8cc7a-8b67-4eb3-898c-036caad18172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023509 10.0.0.33 - - [2025-09-11 01:59:42] "POST /neutron/network HTTP/1.1" 200 117 0.007398 10.0.0.33 - - [2025-09-11 01:59:42] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001233 10.0.0.33 - - [2025-09-11 01:59:42] "POST /neutron/network HTTP/1.1" 200 603 0.061954 10.0.0.33 - - [2025-09-11 01:59:42] "POST /route-targets HTTP/1.1" 200 327 0.010704 10.0.0.33 - - [2025-09-11 01:59:42] "POST /ref-update HTTP/1.1" 200 156 0.013651 10.0.0.33 - - [2025-09-11 01:59:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003131 10.0.0.33 - - [2025-09-11 01:59:42] "POST /neutron/subnet HTTP/1.1" 200 715 0.187629 10.0.0.33 - - [2025-09-11 01:59:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003967 10.0.0.33 - - [2025-09-11 01:59:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.148355 10.0.0.33 - - [2025-09-11 01:59:42] "POST /neutron/network HTTP/1.1" 200 977 0.007314 10.0.0.33 - - [2025-09-11 01:59:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.001300 10.0.0.33 - - [2025-09-11 01:59:42] "GET /virtual-network/6d6191b9-ab5e-4187-bc5b-23582a57171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005075 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/network HTTP/1.1" 200 977 0.007273 10.0.0.33 - - [2025-09-11 01:59:43] "GET /virtual-network/6d6191b9-ab5e-4187-bc5b-23582a57171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004758 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/network HTTP/1.1" 200 977 0.007871 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.007666 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.009831 10.0.0.33 - - [2025-09-11 01:59:43] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001059 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/port HTTP/1.1" 200 1016 0.150398 10.0.0.33 - - [2025-09-11 01:59:43] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001027 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/port HTTP/1.1" 200 1019 0.172947 10.0.0.33 - - [2025-09-11 01:59:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.001270 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/port HTTP/1.1" 200 1016 0.007888 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/port HTTP/1.1" 200 1016 0.007677 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/network HTTP/1.1" 200 977 0.006631 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/port HTTP/1.1" 200 1016 0.006740 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/port HTTP/1.1" 200 117 0.005610 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/port HTTP/1.1" 200 117 0.005187 10.0.0.33 - - [2025-09-11 01:59:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.001536 10.0.0.33 - - [2025-09-11 01:59:43] "POST /neutron/port HTTP/1.1" 200 117 0.005312 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 1019 0.007735 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 1019 0.009136 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/network HTTP/1.1" 200 977 0.007407 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 1019 0.007541 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 1016 0.010058 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 117 0.005979 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 117 0.005033 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 1019 0.007632 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 117 0.004162 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 1016 0.007210 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/network HTTP/1.1" 200 987 0.006640 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 1016 0.007088 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 1016 0.006877 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/port HTTP/1.1" 200 1019 0.014441 10.0.0.33 - - [2025-09-11 01:59:44] "POST /neutron/network HTTP/1.1" 200 987 0.012952 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/port HTTP/1.1" 200 1108 0.097381 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/port HTTP/1.1" 200 1019 0.008132 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/port HTTP/1.1" 200 1019 0.008971 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/port HTTP/1.1" 200 1082 0.020370 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/port HTTP/1.1" 200 1111 0.081096 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006077 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.009353 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/port HTTP/1.1" 200 1085 0.011335 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006078 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/network HTTP/1.1" 200 977 0.011885 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.008311 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.33 - - [2025-09-11 01:59:45] "POST /neutron/network HTTP/1.1" 200 977 0.008146 10.0.0.33 - - [2025-09-11 01:59:49] "POST /neutron/port HTTP/1.1" 200 1082 0.011697 10.0.0.33 - - [2025-09-11 01:59:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007913 10.0.0.33 - - [2025-09-11 01:59:49] "POST /neutron/port HTTP/1.1" 200 1082 0.018219 10.0.0.33 - - [2025-09-11 01:59:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.015086 10.0.0.33 - - [2025-09-11 01:59:49] "POST /neutron/port HTTP/1.1" 200 1082 0.012614 10.0.0.33 - - [2025-09-11 01:59:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008470 10.0.0.33 - - [2025-09-11 01:59:49] "GET /virtual-machine/abea5160-df5f-4a48-a7bb-244576c9c491 HTTP/1.1" 200 1285 0.006221 10.0.0.33 - - [2025-09-11 01:59:49] "GET /virtual-machine-interface/0284909a-c49e-4293-8ff5-c0e1dbe7d236 HTTP/1.1" 200 2923 0.012347 10.0.0.33 - - [2025-09-11 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.33 - - [2025-09-11 01:59:49] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003354 10.0.0.33 - - [2025-09-11 01:59:49] "GET /virtual-networks?parent_id=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002935 10.0.0.33 - - [2025-09-11 01:59:49] "GET /virtual-network/6d6191b9-ab5e-4187-bc5b-23582a57171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007604 10.0.0.33 - - [2025-09-11 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.33 - - [2025-09-11 01:59:52] "GET /virtual-network/6d6191b9-ab5e-4187-bc5b-23582a57171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004936 10.0.0.33 - - [2025-09-11 01:59:54] "POST /neutron/port HTTP/1.1" 200 1082 0.010747 10.0.0.33 - - [2025-09-11 01:59:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004832 10.0.0.33 - - [2025-09-11 01:59:55] "POST /neutron/port HTTP/1.1" 200 1085 0.011005 10.0.0.33 - - [2025-09-11 01:59:55] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005714 10.0.0.33 - - [2025-09-11 01:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.33 - - [2025-09-11 01:59:57] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002967 10.0.0.33 - - [2025-09-11 01:59:57] "GET /virtual-networks?parent_id=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002958 10.0.0.33 - - [2025-09-11 01:59:57] "GET /virtual-network/6d6191b9-ab5e-4187-bc5b-23582a57171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005560 10.0.0.33 - - [2025-09-11 01:59:57] "POST /neutron/port HTTP/1.1" 200 1085 0.011092 10.0.0.33 - - [2025-09-11 01:59:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005272 10.0.0.33 - - [2025-09-11 01:59:57] "POST /neutron/port HTTP/1.1" 200 1085 0.011055 10.0.0.33 - - [2025-09-11 01:59:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006177 10.0.0.33 - - [2025-09-11 01:59:57] "POST /neutron/port HTTP/1.1" 200 1085 0.012510 10.0.0.33 - - [2025-09-11 01:59:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005795 10.0.0.33 - - [2025-09-11 01:59:57] "GET /virtual-machine/d5d2904a-58cf-4fd4-8b58-aefc58dbe65e HTTP/1.1" 200 1285 0.004347 10.0.0.33 - - [2025-09-11 01:59:57] "GET /virtual-machine-interface/ef34e708-d3e9-4b09-8271-78f2535e8b42 HTTP/1.1" 200 2924 0.004481 10.0.0.33 - - [2025-09-11 01:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.33 - - [2025-09-11 01:59:57] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002754 10.0.0.33 - - [2025-09-11 01:59:57] "GET /virtual-networks?parent_id=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002896 10.0.0.33 - - [2025-09-11 01:59:57] "GET /virtual-network/6d6191b9-ab5e-4187-bc5b-23582a57171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005786 10.0.0.33 - - [2025-09-11 01:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.33 - - [2025-09-11 01:59:58] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003548 10.0.0.33 - - [2025-09-11 01:59:58] "GET /virtual-networks?parent_id=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003199 10.0.0.33 - - [2025-09-11 01:59:58] "GET /virtual-network/6d6191b9-ab5e-4187-bc5b-23582a57171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005406 10.0.0.33 - - [2025-09-11 02:00:02] "POST /neutron/port HTTP/1.1" 200 1111 0.012392 10.0.0.33 - - [2025-09-11 02:00:02] "POST /neutron/port HTTP/1.1" 200 1111 0.009300 10.0.0.33 - - [2025-09-11 02:00:02] "POST /neutron/port HTTP/1.1" 200 151 0.122363 10.0.0.33 - - [2025-09-11 02:00:02] "POST /neutron/port HTTP/1.1" 200 1108 0.011254 10.0.0.33 - - [2025-09-11 02:00:02] "POST /neutron/port HTTP/1.1" 200 1108 0.009626 10.0.0.33 - - [2025-09-11 02:00:02] "POST /neutron/port HTTP/1.1" 200 151 0.106023 10.0.0.33 - - [2025-09-11 02:00:02] "POST /neutron/network HTTP/1.1" 200 977 0.007081 10.0.0.33 - - [2025-09-11 02:00:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003072 10.0.0.33 - - [2025-09-11 02:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.33 - - [2025-09-11 02:00:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003401 10.0.0.33 - - [2025-09-11 02:00:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002982 10.0.0.33 - - [2025-09-11 02:00:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002049 10.0.0.33 - - [2025-09-11 02:00:02] "POST /neutron/network HTTP/1.1" 200 151 0.115433 10.0.0.33 - - [2025-09-11 02:00:02] "DELETE /route-target/6677587d-1ba8-4920-8e9d-ba6710cb64b3 HTTP/1.1" 200 115 0.025774 10.0.0.33 - - [2025-09-11 02:00:02] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001077 10.0.0.33 - - [2025-09-11 02:00:02] "GET /project/57e8cc7a-8b67-4eb3-898c-036caad18172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.032413 10.0.0.33 - - [2025-09-11 02:00:02] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001017 10.0.0.33 - - [2025-09-11 02:00:02] "GET /project/57e8cc7a-8b67-4eb3-898c-036caad18172?fields=virtual_networks HTTP/1.1" 200 1023 0.065286 10.0.0.33 - - [2025-09-11 02:00:03] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000994 10.0.0.33 - - [2025-09-11 02:00:03] "GET /project/57e8cc7a-8b67-4eb3-898c-036caad18172?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.025884 10.0.0.33 - - [2025-09-11 02:00:03] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001516 10.0.0.33 - - [2025-09-11 02:00:03] "GET /project/57e8cc7a-8b67-4eb3-898c-036caad18172?fields=security_groups HTTP/1.1" 200 1245 0.034701 10.0.0.33 - - [2025-09-11 02:00:04] "POST /fqname-to-id HTTP/1.1" 404 186 0.024643 10.0.0.33 - - [2025-09-11 02:00:04] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003240 10.0.0.33 - - [2025-09-11 02:00:04] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.33 - - [2025-09-11 02:00:04] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007591 10.0.0.33 - - [2025-09-11 02:00:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.001225 10.0.0.33 - - [2025-09-11 02:00:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.003439 10.0.0.33 - - [2025-09-11 02:00:04] "POST /security-groups HTTP/1.1" 200 589 0.064923 10.0.0.33 - - [2025-09-11 02:00:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.003438 10.0.0.33 - - [2025-09-11 02:00:04] "POST /projects HTTP/1.1" 200 581 0.219451 10.0.0.33 - - [2025-09-11 02:00:04] "POST /access-control-lists HTTP/1.1" 200 594 0.059623 10.0.0.33 - - [2025-09-11 02:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.295128 10.0.0.33 - - [2025-09-11 02:00:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.002882 10.0.0.33 - - [2025-09-11 02:00:04] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.431483 10.0.0.33 - - [2025-09-11 02:00:04] "POST /access-control-lists HTTP/1.1" 200 592 0.060573 10.0.0.33 - - [2025-09-11 02:00:05] "GET / HTTP/1.1" 200 35931 0.002633 10.0.0.33 - - [2025-09-11 02:00:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.33 - - [2025-09-11 02:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.059680 10.0.0.33 - - [2025-09-11 02:00:06] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001121 10.0.0.33 - - [2025-09-11 02:00:06] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051745 10.0.0.33 - - [2025-09-11 02:00:06] "POST /neutron/network HTTP/1.1" 200 117 0.035220 10.0.0.33 - - [2025-09-11 02:00:06] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001499 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/network HTTP/1.1" 200 605 0.103384 10.0.0.33 - - [2025-09-11 02:00:07] "POST /route-targets HTTP/1.1" 200 327 0.011348 10.0.0.33 - - [2025-09-11 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.012737 10.0.0.33 - - [2025-09-11 02:00:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006905 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.190945 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/network HTTP/1.1" 200 823 0.006435 10.0.0.33 - - [2025-09-11 02:00:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.001340 10.0.0.33 - - [2025-09-11 02:00:07] "GET /virtual-network/d263fe1e-7008-4eb2-8340-881acd244437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005637 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/network HTTP/1.1" 200 823 0.007836 10.0.0.33 - - [2025-09-11 02:00:07] "GET /virtual-network/d263fe1e-7008-4eb2-8340-881acd244437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005452 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/network HTTP/1.1" 200 823 0.009855 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/port HTTP/1.1" 200 117 0.013600 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/port HTTP/1.1" 400 205 0.003616 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.008581 10.0.0.33 - - [2025-09-11 02:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002487 10.0.0.33 - - [2025-09-11 02:00:07] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.33 - - [2025-09-11 02:00:07] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035963 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/port HTTP/1.1" 200 117 0.013159 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/port HTTP/1.1" 400 205 0.005580 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/network HTTP/1.1" 200 117 0.010462 10.0.0.33 - - [2025-09-11 02:00:07] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/network HTTP/1.1" 200 605 0.101243 10.0.0.33 - - [2025-09-11 02:00:07] "POST /route-targets HTTP/1.1" 200 327 0.037404 10.0.0.33 - - [2025-09-11 02:00:07] "POST /ref-update HTTP/1.1" 200 156 0.017717 10.0.0.33 - - [2025-09-11 02:00:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006089 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.161945 10.0.0.33 - - [2025-09-11 02:00:07] "POST /neutron/network HTTP/1.1" 200 825 0.010140 10.0.0.33 - - [2025-09-11 02:00:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.001063 10.0.0.33 - - [2025-09-11 02:00:07] "GET /virtual-network/d1f76b7a-aa72-4c38-8750-d3963de9572a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004389 10.0.0.33 - - [2025-09-11 02:00:08] "POST /neutron/network HTTP/1.1" 200 825 0.007482 10.0.0.33 - - [2025-09-11 02:00:08] "GET /virtual-network/d1f76b7a-aa72-4c38-8750-d3963de9572a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005186 10.0.0.33 - - [2025-09-11 02:00:08] "POST /neutron/network HTTP/1.1" 200 825 0.005489 10.0.0.33 - - [2025-09-11 02:00:08] "POST /neutron/subnet HTTP/1.1" 200 730 0.006782 10.0.0.33 - - [2025-09-11 02:00:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.001175 10.0.0.33 - - [2025-09-11 02:00:08] "POST /neutron/network HTTP/1.1" 200 833 0.006115 10.0.0.33 - - [2025-09-11 02:00:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.33 - - [2025-09-11 02:00:08] "GET / HTTP/1.1" 200 35931 0.001691 10.0.0.33 - - [2025-09-11 02:00:08] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.33 - - [2025-09-11 02:00:09] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.33 - - [2025-09-11 02:00:09] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050673 10.0.0.33 - - [2025-09-11 02:00:09] "POST /neutron/network HTTP/1.1" 200 823 0.005426 10.0.0.33 - - [2025-09-11 02:00:09] "POST /neutron/port HTTP/1.1" 200 117 0.005142 10.0.0.33 - - [2025-09-11 02:00:09] "POST /neutron/port HTTP/1.1" 200 117 0.005365 10.0.0.33 - - [2025-09-11 02:00:09] "POST /id-to-fqname HTTP/1.1" 200 219 0.001250 10.0.0.33 - - [2025-09-11 02:00:09] "POST /neutron/port HTTP/1.1" 200 117 0.005522 10.0.0.33 - - [2025-09-11 02:00:09] "POST /neutron/network HTTP/1.1" 200 835 0.005756 10.0.0.33 - - [2025-09-11 02:00:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000431 10.0.0.33 - - [2025-09-11 02:00:09] "POST /neutron/network HTTP/1.1" 200 833 0.006658 10.0.0.33 - - [2025-09-11 02:00:09] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.33 - - [2025-09-11 02:00:09] "GET / HTTP/1.1" 200 35931 0.003881 10.0.0.33 - - [2025-09-11 02:00:09] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2025-09-11 02:00:09] "POST /neutron/port HTTP/1.1" 200 1057 0.283201 10.0.0.33 - - [2025-09-11 02:00:09] "POST /neutron/port HTTP/1.1" 200 1057 0.008679 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/port HTTP/1.1" 200 1057 0.007939 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/port HTTP/1.1" 200 1111 0.083701 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/port HTTP/1.1" 200 1085 0.010970 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003323 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.008082 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/network HTTP/1.1" 200 823 0.005484 10.0.0.33 - - [2025-09-11 02:00:10] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001571 10.0.0.33 - - [2025-09-11 02:00:10] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050134 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/network HTTP/1.1" 200 825 0.008136 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/port HTTP/1.1" 200 1085 0.011745 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006860 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/port HTTP/1.1" 200 117 0.004689 10.0.0.33 - - [2025-09-11 02:00:10] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/router HTTP/1.1" 200 580 0.058489 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/router HTTP/1.1" 200 580 0.010125 10.0.0.33 - - [2025-09-11 02:00:10] "POST /route-targets HTTP/1.1" 200 327 0.021468 10.0.0.33 - - [2025-09-11 02:00:10] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.33 - - [2025-09-11 02:00:10] "PUT /logical-router/8932c506-573a-40d1-a7b4-0fd9b3d6c434 HTTP/1.1" 200 262 0.028986 10.0.0.33 - - [2025-09-11 02:00:10] "POST /neutron/router HTTP/1.1" 200 344 0.258959 10.0.0.33 - - [2025-09-11 02:00:10] "POST /ref-update HTTP/1.1" 200 156 0.018692 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/network HTTP/1.1" 200 835 0.006650 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/port HTTP/1.1" 200 1085 0.027620 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001330 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010516 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/port HTTP/1.1" 200 1059 0.278967 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/port HTTP/1.1" 200 1059 0.013023 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/port HTTP/1.1" 200 1059 0.009140 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/port HTTP/1.1" 200 1113 0.067001 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/port HTTP/1.1" 200 1087 0.015934 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003391 10.0.0.33 - - [2025-09-11 02:00:11] "DELETE /project/57e8cc7a8b674eb3898c036caad18172 HTTP/1.1" 404 173 0.019653 10.0.0.33 - - [2025-09-11 02:00:11] "DELETE /project/dd57df222bd443d4ab60a2f9ed6f11ab HTTP/1.1" 404 173 0.018834 10.0.0.33 - - [2025-09-11 02:00:11] "DELETE /project/35304afc8e4147049cb2937684b46eb6 HTTP/1.1" 404 173 0.012380 10.0.0.33 - - [2025-09-11 02:00:11] "DELETE /project/73690a23e0904b31b25db78f3890f44d HTTP/1.1" 404 173 0.008230 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001187 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000816 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/subnet HTTP/1.1" 200 704 0.036970 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000845 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000835 10.0.0.33 - - [2025-09-11 02:00:11] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.072749 10.0.0.33 - - [2025-09-11 02:00:11] "GET /project/57e8cc7a-8b67-4eb3-898c-036caad18172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.079840 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/port HTTP/1.1" 200 117 0.001611 10.0.0.33 - - [2025-09-11 02:00:11] "GET /project/dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.087419 10.0.0.33 - - [2025-09-11 02:00:11] "GET /project/35304afc-8e41-4704-9cb2-937684b46eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.103706 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000951 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000846 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000869 10.0.0.33 - - [2025-09-11 02:00:11] "POST /neutron/network HTTP/1.1" 200 825 0.016220 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000987 10.0.0.33 - - [2025-09-11 02:00:11] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?fields=security_groups HTTP/1.1" 200 1399 0.071301 10.0.0.33 - - [2025-09-11 02:00:11] "GET /project/57e8cc7a-8b67-4eb3-898c-036caad18172?fields=security_groups HTTP/1.1" 200 1350 0.079492 10.0.0.33 - - [2025-09-11 02:00:11] "GET /project/dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab?fields=security_groups HTTP/1.1" 200 1349 0.077550 10.0.0.33 - - [2025-09-11 02:00:11] "GET /project/35304afc-8e41-4704-9cb2-937684b46eb6?fields=security_groups HTTP/1.1" 200 1348 0.083254 10.0.0.33 - - [2025-09-11 02:00:11] "DELETE /security-group/2901d26a-7a36-4252-b5fb-cb8e42788d0d HTTP/1.1" 200 115 0.090717 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=3c26bb4c-7947-495c-a202-63fb185cb3fc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001267 10.0.0.33 - - [2025-09-11 02:00:11] "DELETE /access-control-list/ffb5bd23-8768-4826-90e2-21f17821cf07 HTTP/1.1" 200 115 0.081336 10.0.0.33 - - [2025-09-11 02:00:11] "DELETE /security-group/a54b05e7-ad81-4754-9c08-7bb1409f7cc5 HTTP/1.1" 200 115 0.127264 10.0.0.33 - - [2025-09-11 02:00:11] "GET /projects?obj_uuids=57e8cc7a-8b67-4eb3-898c-036caad18172&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002620 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /security-group/93b3117b-fa8d-4b47-8ffe-327264bc705a HTTP/1.1" 200 115 0.154060 10.0.0.33 - - [2025-09-11 02:00:12] "GET /project/3c26bb4c-7947-495c-a202-63fb185cb3fc?fields=application_policy_sets HTTP/1.1" 200 1438 0.089804 10.0.0.33 - - [2025-09-11 02:00:12] "GET /projects?obj_uuids=dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001266 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /access-control-list/1d4f6f35-f39c-493c-a3fb-53df1b40668e HTTP/1.1" 200 115 0.085025 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /security-group/ae75c021-199b-4c31-bf13-9f27a621ea51 HTTP/1.1" 200 115 0.171414 10.0.0.33 - - [2025-09-11 02:00:12] "GET /project/57e8cc7a-8b67-4eb3-898c-036caad18172?fields=application_policy_sets HTTP/1.1" 200 1389 0.084576 10.0.0.33 - - [2025-09-11 02:00:12] "GET /projects?obj_uuids=35304afc-8e41-4704-9cb2-937684b46eb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.33 - - [2025-09-11 02:00:12] "GET /project/dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab?fields=application_policy_sets HTTP/1.1" 200 1388 0.060153 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /access-control-list/9d4e4006-56ce-49c1-8821-e84dcbfb0ec5 HTTP/1.1" 200 115 0.051308 10.0.0.33 - - [2025-09-11 02:00:12] "GET /project/35304afc-8e41-4704-9cb2-937684b46eb6?fields=application_policy_sets HTTP/1.1" 200 1387 0.139375 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /access-control-list/98bdb654-ed38-440d-a248-a8150087229f HTTP/1.1" 200 115 0.094436 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /access-control-list/0bafc92e-76e1-4147-a3ab-0775d964ebf4 HTTP/1.1" 200 115 0.069052 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /project/3c26bb4c-7947-495c-a202-63fb185cb3fc HTTP/1.1" 200 115 0.733239 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /access-control-list/338906f6-d832-4792-9c44-ae75b1fc0622 HTTP/1.1" 200 115 0.064474 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /project/57e8cc7a-8b67-4eb3-898c-036caad18172 HTTP/1.1" 200 115 0.790261 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /project/dd57df22-2bd4-43d4-ab60-a2f9ed6f11ab HTTP/1.1" 200 115 0.793714 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /access-control-list/5a64e20b-2e9e-4b08-82b4-3675c3f63e77 HTTP/1.1" 200 115 0.050219 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /project/35304afc-8e41-4704-9cb2-937684b46eb6 HTTP/1.1" 200 115 0.820574 10.0.0.33 - - [2025-09-11 02:00:12] "DELETE /access-control-list/13d77412-eee3-4fbc-a59b-adba124f8b18 HTTP/1.1" 200 115 0.059383 10.0.0.33 - - [2025-09-11 02:00:16] "POST /neutron/port HTTP/1.1" 200 1085 0.010422 10.0.0.33 - - [2025-09-11 02:00:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007298 10.0.0.33 - - [2025-09-11 02:00:16] "POST /neutron/port HTTP/1.1" 200 1085 0.013024 10.0.0.33 - - [2025-09-11 02:00:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006956 10.0.0.33 - - [2025-09-11 02:00:16] "POST /neutron/port HTTP/1.1" 200 1085 0.010503 10.0.0.33 - - [2025-09-11 02:00:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006597 10.0.0.33 - - [2025-09-11 02:00:16] "GET /virtual-machine/9f16d875-45c8-4478-ac22-8b2e797ca606 HTTP/1.1" 401 292 0.000463 10.0.0.33 - - [2025-09-11 02:00:16] "GET /obj-perms HTTP/1.1" 200 5056 0.387509 10.0.0.33 - - [2025-09-11 02:00:16] "GET /virtual-machine/9f16d875-45c8-4478-ac22-8b2e797ca606 HTTP/1.1" 200 1291 0.048833 10.0.0.33 - - [2025-09-11 02:00:16] "GET /virtual-machine-interface/8a51f725-3522-4eba-a517-bef10c3455f3 HTTP/1.1" 200 2934 0.005316 10.0.0.33 - - [2025-09-11 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.33 - - [2025-09-11 02:00:16] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005238 10.0.0.33 - - [2025-09-11 02:00:16] "GET /virtual-networks?parent_id=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003198 10.0.0.33 - - [2025-09-11 02:00:16] "GET /virtual-network/d263fe1e-7008-4eb2-8340-881acd244437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009328 10.0.0.33 - - [2025-09-11 02:00:17] "GET /obj-perms HTTP/1.1" 200 5056 0.045730 10.0.0.33 - - [2025-09-11 02:00:19] "POST /neutron/port HTTP/1.1" 200 1085 0.010389 10.0.0.33 - - [2025-09-11 02:00:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007429 10.0.0.33 - - [2025-09-11 02:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.33 - - [2025-09-11 02:00:20] "GET /virtual-network/d263fe1e-7008-4eb2-8340-881acd244437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005925 10.0.0.33 - - [2025-09-11 02:00:21] "POST /neutron/port HTTP/1.1" 200 1087 0.011143 10.0.0.33 - - [2025-09-11 02:00:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006252 10.0.0.33 - - [2025-09-11 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.33 - - [2025-09-11 02:00:22] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003126 10.0.0.33 - - [2025-09-11 02:00:22] "GET /virtual-networks?parent_id=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003503 10.0.0.33 - - [2025-09-11 02:00:22] "GET /virtual-network/d263fe1e-7008-4eb2-8340-881acd244437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007419 10.0.0.33 - - [2025-09-11 02:00:22] "POST /neutron/port HTTP/1.1" 200 1087 0.012861 10.0.0.33 - - [2025-09-11 02:00:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006030 10.0.0.33 - - [2025-09-11 02:00:22] "POST /neutron/port HTTP/1.1" 200 1087 0.011637 10.0.0.33 - - [2025-09-11 02:00:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006305 10.0.0.33 - - [2025-09-11 02:00:22] "POST /neutron/port HTTP/1.1" 200 1087 0.011879 10.0.0.33 - - [2025-09-11 02:00:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006449 10.0.0.33 - - [2025-09-11 02:00:22] "GET /virtual-machine/60d1e952-41d6-43da-83f2-10706383fb6c HTTP/1.1" 200 1289 0.004579 10.0.0.33 - - [2025-09-11 02:00:22] "GET /virtual-machine-interface/52c2ece9-e07e-4473-9aa2-3a482d9df435 HTTP/1.1" 200 2934 0.004727 10.0.0.33 - - [2025-09-11 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.33 - - [2025-09-11 02:00:22] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003366 10.0.0.33 - - [2025-09-11 02:00:22] "GET /virtual-networks?parent_id=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003165 10.0.0.33 - - [2025-09-11 02:00:22] "GET /virtual-network/d1f76b7a-aa72-4c38-8750-d3963de9572a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005522 10.0.0.33 - - [2025-09-11 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.33 - - [2025-09-11 02:00:23] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003448 10.0.0.33 - - [2025-09-11 02:00:24] "GET /virtual-networks?parent_id=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002906 10.0.0.33 - - [2025-09-11 02:00:24] "GET /virtual-network/d1f76b7a-aa72-4c38-8750-d3963de9572a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005458 10.0.0.33 - - [2025-09-11 02:00:29] "POST /neutron/router HTTP/1.1" 200 580 0.003861 10.0.0.33 - - [2025-09-11 02:00:29] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.33 - - [2025-09-11 02:00:29] "POST /neutron/router HTTP/1.1" 200 344 0.206058 10.0.0.33 - - [2025-09-11 02:00:29] "POST /neutron/port HTTP/1.1" 200 1884 0.015770 10.0.0.33 - - [2025-09-11 02:00:30] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.33 - - [2025-09-11 02:00:36] "POST /neutron/router HTTP/1.1" 200 580 0.003704 10.0.0.33 - - [2025-09-11 02:00:36] "POST /ref-update HTTP/1.1" 200 156 0.010997 10.0.0.33 - - [2025-09-11 02:00:36] "POST /neutron/router HTTP/1.1" 200 344 0.088477 10.0.0.33 - - [2025-09-11 02:00:39] "POST /neutron/router HTTP/1.1" 200 580 0.006199 10.0.0.33 - - [2025-09-11 02:00:39] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001843 10.0.0.33 - - [2025-09-11 02:00:39] "POST /neutron/router HTTP/1.1" 200 344 0.216510 10.0.0.33 - - [2025-09-11 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.010243 10.0.0.33 - - [2025-09-11 02:00:41] "POST /neutron/router HTTP/1.1" 200 580 0.005006 10.0.0.33 - - [2025-09-11 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.010428 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/router HTTP/1.1" 200 344 0.101505 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/router HTTP/1.1" 200 580 0.005255 10.0.0.33 - - [2025-09-11 02:00:42] "POST /ref-update HTTP/1.1" 200 156 0.019476 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/router HTTP/1.1" 200 344 0.110620 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/router HTTP/1.1" 200 580 0.004737 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/router HTTP/1.1" 200 151 0.046384 10.0.0.33 - - [2025-09-11 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006796 10.0.0.33 - - [2025-09-11 02:00:42] "GET /logical-router/8932c506-573a-40d1-a7b4-0fd9b3d6c434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003652 10.0.0.33 - - [2025-09-11 02:00:42] "DELETE /route-target/4aef84ae-bc7b-47a3-b60a-7f243c2f402a HTTP/1.1" 200 115 0.016813 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/network HTTP/1.1" 200 825 0.007468 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/network HTTP/1.1" 400 204 0.009520 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/port HTTP/1.1" 200 1087 0.015533 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/port HTTP/1.1" 200 1113 0.010961 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/port HTTP/1.1" 200 151 0.100626 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/port HTTP/1.1" 200 1085 0.012016 10.0.0.33 - - [2025-09-11 02:00:42] "POST /neutron/port HTTP/1.1" 200 1111 0.009048 10.0.0.33 - - [2025-09-11 02:00:43] "POST /neutron/port HTTP/1.1" 200 151 0.100252 10.0.0.33 - - [2025-09-11 02:00:44] "POST /neutron/network HTTP/1.1" 200 825 0.005684 10.0.0.33 - - [2025-09-11 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.33 - - [2025-09-11 02:00:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002324 10.0.0.33 - - [2025-09-11 02:00:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003021 10.0.0.33 - - [2025-09-11 02:00:44] "POST /neutron/network HTTP/1.1" 200 151 0.079567 10.0.0.33 - - [2025-09-11 02:00:44] "DELETE /route-target/db517b41-735f-40df-9762-83a64f0d9bb5 HTTP/1.1" 200 115 0.015004 10.0.0.33 - - [2025-09-11 02:00:44] "POST /neutron/network HTTP/1.1" 200 823 0.006887 10.0.0.33 - - [2025-09-11 02:00:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003090 10.0.0.33 - - [2025-09-11 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.33 - - [2025-09-11 02:00:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002491 10.0.0.33 - - [2025-09-11 02:00:44] "POST /neutron/network HTTP/1.1" 200 151 0.070445 10.0.0.33 - - [2025-09-11 02:00:44] "DELETE /route-target/5d3af345-a4b5-420a-bba2-8dd793bb85bc HTTP/1.1" 200 115 0.014535 10.0.0.33 - - [2025-09-11 02:00:44] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.33 - - [2025-09-11 02:00:44] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026029 10.0.0.33 - - [2025-09-11 02:00:44] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001482 10.0.0.33 - - [2025-09-11 02:00:44] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?fields=virtual_networks HTTP/1.1" 200 1028 0.068985 10.0.0.33 - - [2025-09-11 02:00:45] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.33 - - [2025-09-11 02:00:45] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.023170 10.0.0.33 - - [2025-09-11 02:00:45] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.33 - - [2025-09-11 02:00:45] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?fields=security_groups HTTP/1.1" 200 1252 0.023956 10.0.0.33 - - [2025-09-11 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.024249 10.0.0.33 - - [2025-09-11 02:00:45] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002426 10.0.0.33 - - [2025-09-11 02:00:46] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.33 - - [2025-09-11 02:00:46] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007055 10.0.0.33 - - [2025-09-11 02:00:46] "POST /id-to-fqname HTTP/1.1" 200 193 0.001908 10.0.0.33 - - [2025-09-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 202 0.004115 10.0.0.33 - - [2025-09-11 02:00:46] "POST /security-groups HTTP/1.1" 200 594 0.072597 10.0.0.33 - - [2025-09-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 237 0.003386 10.0.0.33 - - [2025-09-11 02:00:46] "POST /projects HTTP/1.1" 200 591 0.239658 10.0.0.33 - - [2025-09-11 02:00:46] "POST /access-control-lists HTTP/1.1" 200 599 0.061067 10.0.0.33 - - [2025-09-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.317256 10.0.0.33 - - [2025-09-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.004054 10.0.0.33 - - [2025-09-11 02:00:46] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.437629 10.0.0.33 - - [2025-09-11 02:00:46] "POST /access-control-lists HTTP/1.1" 200 597 0.060965 10.0.0.33 - - [2025-09-11 02:00:47] "GET / HTTP/1.1" 200 35931 0.002147 10.0.0.33 - - [2025-09-11 02:00:48] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000485 10.0.0.33 - - [2025-09-11 02:00:48] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001075 10.0.0.33 - - [2025-09-11 02:00:49] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052439 10.0.0.33 - - [2025-09-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.33 - - [2025-09-11 02:00:49] "GET /security-group/24d45b56-6d0f-4dfe-9a9e-1f4ca546e533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005275 10.0.0.33 - - [2025-09-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.33 - - [2025-09-11 02:00:49] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001365 10.0.0.33 - - [2025-09-11 02:00:49] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025579 10.0.0.33 - - [2025-09-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.33 - - [2025-09-11 02:00:49] "GET /security-group/24d45b56-6d0f-4dfe-9a9e-1f4ca546e533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004400 10.0.0.33 - - [2025-09-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.33 - - [2025-09-11 02:00:49] "PUT /security-group/24d45b56-6d0f-4dfe-9a9e-1f4ca546e533 HTTP/1.1" 200 262 0.014455 10.0.0.33 - - [2025-09-11 02:00:49] "PUT /access-control-list/fdd52946-58a1-435d-8dce-61b5edda0942 HTTP/1.1" 200 272 0.010859 10.0.0.33 - - [2025-09-11 02:00:49] "PUT /access-control-list/014447a2-3678-448b-b4d3-ad21c9f2971a HTTP/1.1" 200 272 0.011155 10.0.0.33 - - [2025-09-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.002631 10.0.0.33 - - [2025-09-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.33 - - [2025-09-11 02:00:49] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001441 10.0.0.33 - - [2025-09-11 02:00:49] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026613 10.0.0.33 - - [2025-09-11 02:00:49] "POST /neutron/network HTTP/1.1" 200 117 0.036049 10.0.0.33 - - [2025-09-11 02:00:49] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001404 10.0.0.33 - - [2025-09-11 02:00:49] "POST /neutron/network HTTP/1.1" 200 608 0.068745 10.0.0.33 - - [2025-09-11 02:00:49] "POST /route-targets HTTP/1.1" 200 327 0.012298 10.0.0.33 - - [2025-09-11 02:00:49] "POST /ref-update HTTP/1.1" 200 156 0.011063 10.0.0.33 - - [2025-09-11 02:00:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004866 10.0.0.33 - - [2025-09-11 02:00:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.133769 10.0.0.33 - - [2025-09-11 02:00:49] "POST /neutron/network HTTP/1.1" 200 827 0.005895 10.0.0.33 - - [2025-09-11 02:00:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001241 10.0.0.33 - - [2025-09-11 02:00:49] "GET /virtual-network/13db0064-fe51-404f-af59-d2345980ebd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005113 10.0.0.33 - - [2025-09-11 02:00:49] "POST /neutron/network HTTP/1.1" 200 827 0.005488 10.0.0.33 - - [2025-09-11 02:00:49] "GET /virtual-network/13db0064-fe51-404f-af59-d2345980ebd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004840 10.0.0.33 - - [2025-09-11 02:00:50] "POST /neutron/network HTTP/1.1" 200 827 0.005788 10.0.0.33 - - [2025-09-11 02:00:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.006236 10.0.0.33 - - [2025-09-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.33 - - [2025-09-11 02:00:50] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001038 10.0.0.33 - - [2025-09-11 02:00:50] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027095 10.0.0.33 - - [2025-09-11 02:00:50] "POST /neutron/network HTTP/1.1" 200 117 0.009382 10.0.0.33 - - [2025-09-11 02:00:50] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001087 10.0.0.33 - - [2025-09-11 02:00:50] "POST /neutron/network HTTP/1.1" 200 615 0.113600 10.0.0.33 - - [2025-09-11 02:00:50] "POST /route-targets HTTP/1.1" 200 327 0.017779 10.0.0.33 - - [2025-09-11 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.015641 10.0.0.33 - - [2025-09-11 02:00:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004179 10.0.0.33 - - [2025-09-11 02:00:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.205597 10.0.0.33 - - [2025-09-11 02:00:50] "POST /neutron/network HTTP/1.1" 200 834 0.005657 10.0.0.33 - - [2025-09-11 02:00:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001139 10.0.0.33 - - [2025-09-11 02:00:50] "GET /virtual-network/21b71acb-7262-4501-a188-fc8c3fb13473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004572 10.0.0.33 - - [2025-09-11 02:00:50] "POST /neutron/network HTTP/1.1" 200 834 0.005494 10.0.0.33 - - [2025-09-11 02:00:50] "GET /virtual-network/21b71acb-7262-4501-a188-fc8c3fb13473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004669 10.0.0.33 - - [2025-09-11 02:00:50] "POST /neutron/network HTTP/1.1" 200 834 0.005555 10.0.0.33 - - [2025-09-11 02:00:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.007426 10.0.0.33 - - [2025-09-11 02:00:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001175 10.0.0.33 - - [2025-09-11 02:00:50] "POST /neutron/network HTTP/1.1" 200 837 0.005647 10.0.0.33 - - [2025-09-11 02:00:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2025-09-11 02:00:51] "GET / HTTP/1.1" 200 35931 0.001858 10.0.0.33 - - [2025-09-11 02:00:51] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000440 10.0.0.33 - - [2025-09-11 02:00:51] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001112 10.0.0.33 - - [2025-09-11 02:00:51] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.046822 10.0.0.33 - - [2025-09-11 02:00:51] "POST /neutron/network HTTP/1.1" 200 827 0.005690 10.0.0.33 - - [2025-09-11 02:00:51] "POST /neutron/port HTTP/1.1" 200 117 0.005341 10.0.0.33 - - [2025-09-11 02:00:51] "POST /neutron/port HTTP/1.1" 200 117 0.005569 10.0.0.33 - - [2025-09-11 02:00:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001385 10.0.0.33 - - [2025-09-11 02:00:51] "POST /neutron/port HTTP/1.1" 200 117 0.005048 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/network HTTP/1.1" 200 844 0.005911 10.0.0.33 - - [2025-09-11 02:00:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000434 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/network HTTP/1.1" 200 837 0.005977 10.0.0.33 - - [2025-09-11 02:00:52] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001380 10.0.0.33 - - [2025-09-11 02:00:52] "GET / HTTP/1.1" 200 35931 0.002848 10.0.0.33 - - [2025-09-11 02:00:52] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/port HTTP/1.1" 200 1063 0.221752 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/port HTTP/1.1" 200 1063 0.009456 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/port HTTP/1.1" 200 1063 0.008622 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/port HTTP/1.1" 200 1117 0.059190 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/port HTTP/1.1" 200 1091 0.012727 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003671 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.007014 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/network HTTP/1.1" 200 827 0.005959 10.0.0.33 - - [2025-09-11 02:00:52] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001573 10.0.0.33 - - [2025-09-11 02:00:52] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.055134 10.0.0.33 - - [2025-09-11 02:00:52] "POST /neutron/network HTTP/1.1" 200 834 0.005741 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/port HTTP/1.1" 200 1091 0.015954 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.023730 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/port HTTP/1.1" 200 117 0.006414 10.0.0.33 - - [2025-09-11 02:00:53] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001060 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/router HTTP/1.1" 200 585 0.084485 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/router HTTP/1.1" 200 585 0.009679 10.0.0.33 - - [2025-09-11 02:00:53] "POST /route-targets HTTP/1.1" 200 327 0.039450 10.0.0.33 - - [2025-09-11 02:00:53] "PUT /logical-router/95537985-2135-461a-9f7d-286c2e129aac HTTP/1.1" 200 262 0.030910 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/router HTTP/1.1" 200 656 0.052195 10.0.0.33 - - [2025-09-11 02:00:53] "GET /logical-router/95537985-2135-461a-9f7d-286c2e129aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.009999 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/router HTTP/1.1" 200 656 0.009040 10.0.0.33 - - [2025-09-11 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364 10.0.0.33 - - [2025-09-11 02:00:53] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001539 10.0.0.33 - - [2025-09-11 02:00:53] "GET /service-template/b0397917-1259-4612-b4e1-0a61c759a5bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.006177 10.0.0.33 - - [2025-09-11 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.003036 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/network HTTP/1.1" 200 844 0.006663 10.0.0.33 - - [2025-09-11 02:00:53] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001558 10.0.0.33 - - [2025-09-11 02:00:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003501 10.0.0.33 - - [2025-09-11 02:00:53] "POST /virtual-networks HTTP/1.1" 200 694 0.238319 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/router HTTP/1.1" 200 344 0.396927 10.0.0.33 - - [2025-09-11 02:00:53] "POST /route-targets HTTP/1.1" 200 327 0.042259 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/port HTTP/1.1" 200 1091 0.049606 10.0.0.33 - - [2025-09-11 02:00:53] "POST /ref-update HTTP/1.1" 200 156 0.063023 10.0.0.33 - - [2025-09-11 02:00:53] "POST /service-instances HTTP/1.1" 200 670 0.095518 10.0.0.33 - - [2025-09-11 02:00:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.018102 10.0.0.33 - - [2025-09-11 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.015917 10.0.0.33 - - [2025-09-11 02:00:54] "POST /route-tables HTTP/1.1" 200 582 0.026161 10.0.0.33 - - [2025-09-11 02:00:54] "POST /neutron/port HTTP/1.1" 200 1063 0.503321 10.0.0.33 - - [2025-09-11 02:00:54] "PUT /logical-router/95537985-2135-461a-9f7d-286c2e129aac HTTP/1.1" 200 262 0.046965 10.0.0.33 - - [2025-09-11 02:00:54] "POST /neutron/port HTTP/1.1" 200 1063 0.013207 10.0.0.33 - - [2025-09-11 02:00:54] "POST /neutron/port HTTP/1.1" 200 1063 0.014690 10.0.0.33 - - [2025-09-11 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.045177 10.0.0.33 - - [2025-09-11 02:00:54] "POST /neutron/port HTTP/1.1" 200 1117 0.140153 10.0.0.33 - - [2025-09-11 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.33 - - [2025-09-11 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.33 - - [2025-09-11 02:00:54] "POST /neutron/port HTTP/1.1" 200 1091 0.011718 10.0.0.33 - - [2025-09-11 02:00:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006083 10.0.0.33 - - [2025-09-11 02:00:54] "POST /virtual-machines HTTP/1.1" 200 553 0.021163 10.0.0.33 - - [2025-09-11 02:00:54] "POST /neutron/subnet HTTP/1.1" 200 698 0.007660 10.0.0.33 - - [2025-09-11 02:00:54] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.33 - - [2025-09-11 02:00:54] "POST /neutron/network HTTP/1.1" 200 834 0.006660 10.0.0.33 - - [2025-09-11 02:00:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.113218 10.0.0.33 - - [2025-09-11 02:00:54] "POST /chown HTTP/1.1" 200 109 0.010282 10.0.0.33 - - [2025-09-11 02:00:54] "POST /instance-ips HTTP/1.1" 200 551 0.022401 10.0.0.33 - - [2025-09-11 02:00:54] "POST /instance-ips HTTP/1.1" 400 246 0.013824 10.0.0.33 - - [2025-09-11 02:00:54] "POST /chown HTTP/1.1" 200 109 0.019535 10.0.0.33 - - [2025-09-11 02:00:54] "PUT /virtual-machine-interface/b46e2817-671d-47aa-ab7a-95b8970fa660 HTTP/1.1" 200 284 0.013656 10.0.0.33 - - [2025-09-11 02:00:54] "PUT /instance-ip/946515c8-0391-43d5-97ce-cb31bcf1fe4e HTTP/1.1" 200 256 0.013198 10.0.0.33 - - [2025-09-11 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.015930 10.0.0.33 - - [2025-09-11 02:00:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.098775 10.0.0.33 - - [2025-09-11 02:00:55] "POST /chown HTTP/1.1" 200 109 0.010972 10.0.0.33 - - [2025-09-11 02:00:55] "POST /instance-ips HTTP/1.1" 200 549 0.029175 10.0.0.33 - - [2025-09-11 02:00:55] "POST /instance-ips HTTP/1.1" 400 316 0.038631 10.0.0.33 - - [2025-09-11 02:00:55] "POST /chown HTTP/1.1" 200 109 0.010733 10.0.0.33 - - [2025-09-11 02:00:55] "PUT /virtual-machine-interface/8ea7d5b8-b730-4556-8954-d90588db4af3 HTTP/1.1" 200 284 0.011919 10.0.0.33 - - [2025-09-11 02:00:55] "PUT /instance-ip/14f840bb-e868-4307-b44e-a2ccb691e006 HTTP/1.1" 200 256 0.015486 10.0.0.33 - - [2025-09-11 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.012712 10.0.0.33 - - [2025-09-11 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.016662 10.0.0.33 - - [2025-09-11 02:00:55] "PUT /routing-instance/1ff0bcbe-d0ff-461a-9a2e-b64aacd8dfb9 HTTP/1.1" 200 266 0.033483 10.0.0.33 - - [2025-09-11 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.015542 10.0.0.33 - - [2025-09-11 02:00:55] "POST /virtual-machines HTTP/1.1" 200 553 0.026314 10.0.0.33 - - [2025-09-11 02:00:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.126962 10.0.0.33 - - [2025-09-11 02:00:55] "POST /chown HTTP/1.1" 200 109 0.007159 10.0.0.33 - - [2025-09-11 02:00:56] "POST /instance-ips HTTP/1.1" 400 246 0.014599 10.0.0.33 - - [2025-09-11 02:00:56] "POST /chown HTTP/1.1" 200 109 0.007918 10.0.0.33 - - [2025-09-11 02:00:56] "PUT /virtual-machine-interface/c0527c86-67b3-42ed-a65c-4600cd9021fa HTTP/1.1" 200 284 0.010026 10.0.0.33 - - [2025-09-11 02:00:56] "PUT /instance-ip/946515c8-0391-43d5-97ce-cb31bcf1fe4e HTTP/1.1" 200 256 0.011384 10.0.0.33 - - [2025-09-11 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.012098 10.0.0.33 - - [2025-09-11 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.012771 10.0.0.33 - - [2025-09-11 02:00:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092372 10.0.0.33 - - [2025-09-11 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.014699 10.0.0.33 - - [2025-09-11 02:00:56] "PUT /routing-instance/1ff0bcbe-d0ff-461a-9a2e-b64aacd8dfb9 HTTP/1.1" 200 266 0.022334 10.0.0.33 - - [2025-09-11 02:00:56] "POST /chown HTTP/1.1" 200 109 0.009320 10.0.0.33 - - [2025-09-11 02:00:56] "POST /instance-ips HTTP/1.1" 400 316 0.015311 10.0.0.33 - - [2025-09-11 02:00:56] "POST /chown HTTP/1.1" 200 109 0.016051 10.0.0.33 - - [2025-09-11 02:00:56] "PUT /virtual-machine-interface/1b7f69d7-60d6-4463-a7ee-bc4d1cc9eb9e HTTP/1.1" 200 284 0.011837 10.0.0.33 - - [2025-09-11 02:00:56] "PUT /instance-ip/14f840bb-e868-4307-b44e-a2ccb691e006 HTTP/1.1" 200 256 0.013354 10.0.0.33 - - [2025-09-11 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.016194 10.0.0.33 - - [2025-09-11 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.017357 10.0.0.33 - - [2025-09-11 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.014254 10.0.0.33 - - [2025-09-11 02:00:56] "PUT /routing-instance/1ff0bcbe-d0ff-461a-9a2e-b64aacd8dfb9 HTTP/1.1" 200 266 0.035705 10.0.0.33 - - [2025-09-11 02:00:59] "POST /neutron/port HTTP/1.1" 200 1091 0.013017 10.0.0.33 - - [2025-09-11 02:00:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007470 10.0.0.33 - - [2025-09-11 02:00:59] "POST /neutron/port HTTP/1.1" 200 1091 0.024922 10.0.0.33 - - [2025-09-11 02:00:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007182 10.0.0.33 - - [2025-09-11 02:00:59] "POST /neutron/port HTTP/1.1" 200 1091 0.011184 10.0.0.33 - - [2025-09-11 02:00:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008356 10.0.0.33 - - [2025-09-11 02:00:59] "GET /virtual-machine/5e8755ea-c33a-476b-baa0-5fbf26864037 HTTP/1.1" 401 292 0.000549 10.0.0.33 - - [2025-09-11 02:00:59] "GET /virtual-machine/5e8755ea-c33a-476b-baa0-5fbf26864037 HTTP/1.1" 200 1295 0.028880 10.0.0.33 - - [2025-09-11 02:00:59] "GET /virtual-machine-interface/f10a93d8-ae93-4556-887a-2ae538065da7 HTTP/1.1" 200 2956 0.005308 10.0.0.33 - - [2025-09-11 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.33 - - [2025-09-11 02:00:59] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003824 10.0.0.33 - - [2025-09-11 02:00:59] "GET /virtual-networks?parent_id=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004151 10.0.0.33 - - [2025-09-11 02:00:59] "GET /virtual-network/13db0064-fe51-404f-af59-d2345980ebd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006658 10.0.0.33 - - [2025-09-11 02:01:02] "POST /neutron/port HTTP/1.1" 200 1091 0.011511 10.0.0.33 - - [2025-09-11 02:01:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004826 10.0.0.33 - - [2025-09-11 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.33 - - [2025-09-11 02:01:02] "GET /virtual-network/13db0064-fe51-404f-af59-d2345980ebd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004888 10.0.0.33 - - [2025-09-11 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.33 - - [2025-09-11 02:01:05] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003116 10.0.0.33 - - [2025-09-11 02:01:05] "GET /virtual-networks?parent_id=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003319 10.0.0.33 - - [2025-09-11 02:01:05] "POST /neutron/port HTTP/1.1" 200 1091 0.012118 10.0.0.33 - - [2025-09-11 02:01:05] "GET /virtual-network/13db0064-fe51-404f-af59-d2345980ebd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005265 10.0.0.33 - - [2025-09-11 02:01:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009066 10.0.0.33 - - [2025-09-11 02:01:05] "POST /neutron/port HTTP/1.1" 200 1091 0.010654 10.0.0.33 - - [2025-09-11 02:01:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005986 10.0.0.33 - - [2025-09-11 02:01:05] "POST /neutron/port HTTP/1.1" 200 1091 0.015265 10.0.0.33 - - [2025-09-11 02:01:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006680 10.0.0.33 - - [2025-09-11 02:01:05] "POST /neutron/port HTTP/1.1" 200 1091 0.010630 10.0.0.33 - - [2025-09-11 02:01:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005948 10.0.0.33 - - [2025-09-11 02:01:05] "GET /virtual-machine/2fea05dc-f716-46e4-9cf3-0ff56e1a5b54 HTTP/1.1" 200 1295 0.004669 10.0.0.33 - - [2025-09-11 02:01:05] "GET /virtual-machine-interface/06901c11-4813-44d1-8613-149321a52329 HTTP/1.1" 200 2966 0.004679 10.0.0.33 - - [2025-09-11 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.33 - - [2025-09-11 02:01:05] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003496 10.0.0.33 - - [2025-09-11 02:01:05] "GET /virtual-networks?parent_id=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003638 10.0.0.33 - - [2025-09-11 02:01:05] "GET /virtual-network/21b71acb-7262-4501-a188-fc8c3fb13473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005742 10.0.0.33 - - [2025-09-11 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.33 - - [2025-09-11 02:01:06] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003446 10.0.0.33 - - [2025-09-11 02:01:06] "GET /virtual-networks?parent_id=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003409 10.0.0.33 - - [2025-09-11 02:01:06] "GET /virtual-network/21b71acb-7262-4501-a188-fc8c3fb13473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005327 10.0.0.33 - - [2025-09-11 02:01:10] "POST /neutron/router HTTP/1.1" 200 656 0.003945 10.0.0.33 - - [2025-09-11 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.011003 10.0.0.33 - - [2025-09-11 02:01:11] "POST /neutron/router HTTP/1.1" 200 344 0.095680 10.0.0.33 - - [2025-09-11 02:01:11] "POST /neutron/router HTTP/1.1" 200 656 0.004851 10.0.0.33 - - [2025-09-11 02:01:11] "GET /logical-router/95537985-2135-461a-9f7d-286c2e129aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.005229 10.0.0.33 - - [2025-09-11 02:01:11] "GET /service-instance/e0ac25dd-fa4a-4318-848d-8612850fd4c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.003748 10.0.0.33 - - [2025-09-11 02:01:11] "PUT /logical-router/95537985-2135-461a-9f7d-286c2e129aac HTTP/1.1" 500 213 0.104036 10.0.0.33 - - [2025-09-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.33 - - [2025-09-11 02:01:11] "POST /neutron/router HTTP/1.1" 200 151 0.147652 10.0.0.33 - - [2025-09-11 02:01:11] "DELETE /route-target/b8e711ce-d98d-4104-8454-30ec84a3501d HTTP/1.1" 409 239 0.005950 10.0.0.33 - - [2025-09-11 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.015285 10.0.0.33 - - [2025-09-11 02:01:11] "GET /logical-router/95537985-2135-461a-9f7d-286c2e129aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007157 10.0.0.33 - - [2025-09-11 02:01:11] "GET /service-instance/e0ac25dd-fa4a-4318-848d-8612850fd4c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.005718 10.0.0.33 - - [2025-09-11 02:01:11] "PUT /routing-instance/1ff0bcbe-d0ff-461a-9a2e-b64aacd8dfb9 HTTP/1.1" 200 266 0.016559 10.0.0.33 - - [2025-09-11 02:01:11] "DELETE /route-table/93b0cbce-bc53-47ac-a6f2-039d0a4a7237 HTTP/1.1" 200 115 0.049237 10.0.0.33 - - [2025-09-11 02:01:11] "POST /neutron/network HTTP/1.1" 200 834 0.021827 10.0.0.33 - - [2025-09-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.33 - - [2025-09-11 02:01:11] "GET /virtual-network/57901eb5-85f9-4db4-862b-04eeaa22f378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006770 10.0.0.33 - - [2025-09-11 02:01:11] "POST /neutron/network HTTP/1.1" 400 204 0.046524 10.0.0.33 - - [2025-09-11 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.012844 10.0.0.33 - - [2025-09-11 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.011890 10.0.0.33 - - [2025-09-11 02:01:11] "DELETE /instance-ip/14f840bb-e868-4307-b44e-a2ccb691e006 HTTP/1.1" 200 115 0.039270 10.0.0.33 - - [2025-09-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.33 - - [2025-09-11 02:01:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005947 10.0.0.33 - - [2025-09-11 02:01:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004622 10.0.0.33 - - [2025-09-11 02:01:11] "DELETE /virtual-network/57901eb5-85f9-4db4-862b-04eeaa22f378 HTTP/1.1" 200 115 0.170171 10.0.0.33 - - [2025-09-11 02:01:11] "POST /neutron/port HTTP/1.1" 200 1091 0.018718 10.0.0.33 - - [2025-09-11 02:01:11] "DELETE /route-target/c4acf629-e658-450c-bc2b-adaaf1cb00fe HTTP/1.1" 200 115 0.052543 10.0.0.33 - - [2025-09-11 02:01:11] "POST /neutron/port HTTP/1.1" 200 1117 0.011569 10.0.0.33 - - [2025-09-11 02:01:11] "DELETE /service-instance/e0ac25dd-fa4a-4318-848d-8612850fd4c9 HTTP/1.1" 200 115 0.055471 10.0.0.33 - - [2025-09-11 02:01:11] "GET /virtual-machine-interface/8ea7d5b8-b730-4556-8954-d90588db4af3?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.018176 10.0.0.33 - - [2025-09-11 02:01:12] "POST /neutron/port HTTP/1.1" 200 1091 0.015847 10.0.0.33 - - [2025-09-11 02:01:12] "POST /neutron/port HTTP/1.1" 200 1117 0.018826 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /virtual-machine-interface/8ea7d5b8-b730-4556-8954-d90588db4af3 HTTP/1.1" 200 115 0.073385 10.0.0.33 - - [2025-09-11 02:01:12] "GET /virtual-machine-interface/b46e2817-671d-47aa-ab7a-95b8970fa660?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.010766 10.0.0.33 - - [2025-09-11 02:01:12] "POST /neutron/port HTTP/1.1" 200 151 0.194072 10.0.0.33 - - [2025-09-11 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.012343 10.0.0.33 - - [2025-09-11 02:01:12] "POST /neutron/port HTTP/1.1" 200 151 0.164965 10.0.0.33 - - [2025-09-11 02:01:12] "GET /instance-ip/946515c8-0391-43d5-97ce-cb31bcf1fe4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004944 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /virtual-machine-interface/b46e2817-671d-47aa-ab7a-95b8970fa660 HTTP/1.1" 200 115 0.036959 10.0.0.33 - - [2025-09-11 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.009737 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /virtual-machine/1079b99d-d35a-4506-8e69-440d11efb215 HTTP/1.1" 200 115 0.022138 10.0.0.33 - - [2025-09-11 02:01:12] "GET /virtual-machine-interface/c0527c86-67b3-42ed-a65c-4600cd9021fa?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.006216 10.0.0.33 - - [2025-09-11 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.012710 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /project/2809adbb1e5d4e8abc6d6264b0c38ed3 HTTP/1.1" 404 173 0.006315 10.0.0.33 - - [2025-09-11 02:01:12] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.33 - - [2025-09-11 02:01:12] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.029008 10.0.0.33 - - [2025-09-11 02:01:12] "GET /instance-ip/946515c8-0391-43d5-97ce-cb31bcf1fe4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.011234 10.0.0.33 - - [2025-09-11 02:01:12] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.33 - - [2025-09-11 02:01:12] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?fields=security_groups HTTP/1.1" 200 1357 0.074623 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /instance-ip/946515c8-0391-43d5-97ce-cb31bcf1fe4e HTTP/1.1" 200 115 0.046349 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /virtual-machine-interface/c0527c86-67b3-42ed-a65c-4600cd9021fa HTTP/1.1" 200 115 0.047046 10.0.0.33 - - [2025-09-11 02:01:12] "GET /virtual-machine-interface/1b7f69d7-60d6-4463-a7ee-bc4d1cc9eb9e?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.005466 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /security-group/708a0ff0-965c-4b56-b2e7-ffdfc6101fbd HTTP/1.1" 200 115 0.047412 10.0.0.33 - - [2025-09-11 02:01:12] "GET /projects?obj_uuids=73690a23-e090-4b31-b25d-b78f3890f44d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /access-control-list/e3a84423-2ead-4c47-b42f-32f4ce32a689 HTTP/1.1" 200 115 0.025028 10.0.0.33 - - [2025-09-11 02:01:12] "GET /project/73690a23-e090-4b31-b25d-b78f3890f44d?fields=application_policy_sets HTTP/1.1" 200 1396 0.032404 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /access-control-list/5420a3a1-5f05-48f8-bbd3-eac4bb4cf9da HTTP/1.1" 200 115 0.032190 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /virtual-machine-interface/1b7f69d7-60d6-4463-a7ee-bc4d1cc9eb9e HTTP/1.1" 200 115 0.056297 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /virtual-machine/f3d98cd2-7841-4af5-9f17-0a9be8459187 HTTP/1.1" 200 115 0.026206 10.0.0.33 - - [2025-09-11 02:01:12] "DELETE /project/73690a23-e090-4b31-b25d-b78f3890f44d HTTP/1.1" 200 115 0.397315 10.0.0.33 - - [2025-09-11 02:01:13] "POST /neutron/network HTTP/1.1" 200 834 0.006992 10.0.0.33 - - [2025-09-11 02:01:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003669 10.0.0.33 - - [2025-09-11 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.33 - - [2025-09-11 02:01:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003094 10.0.0.33 - - [2025-09-11 02:01:13] "POST /neutron/network HTTP/1.1" 200 151 0.079122 10.0.0.33 - - [2025-09-11 02:01:13] "DELETE /route-target/e187152f-2d13-4838-b1c0-74ead07d54a6 HTTP/1.1" 200 115 0.015036 10.0.0.33 - - [2025-09-11 02:01:13] "POST /neutron/network HTTP/1.1" 200 827 0.005785 10.0.0.33 - - [2025-09-11 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.33 - - [2025-09-11 02:01:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002919 10.0.0.33 - - [2025-09-11 02:01:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001936 10.0.0.33 - - [2025-09-11 02:01:13] "POST /neutron/network HTTP/1.1" 200 151 0.080138 10.0.0.33 - - [2025-09-11 02:01:13] "DELETE /route-target/404cb759-ed76-403d-ab74-020536a38130 HTTP/1.1" 200 115 0.017606 10.0.0.33 - - [2025-09-11 02:01:14] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001222 10.0.0.33 - - [2025-09-11 02:01:14] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025778 10.0.0.33 - - [2025-09-11 02:01:14] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001399 10.0.0.33 - - [2025-09-11 02:01:14] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?fields=virtual_networks HTTP/1.1" 200 1038 0.070678 10.0.0.33 - - [2025-09-11 02:01:14] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001129 10.0.0.33 - - [2025-09-11 02:01:14] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.023730 10.0.0.33 - - [2025-09-11 02:01:14] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001157 10.0.0.33 - - [2025-09-11 02:01:14] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?fields=security_groups HTTP/1.1" 200 1267 0.027041 10.0.0.33 - - [2025-09-11 02:01:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.024430 10.0.0.33 - - [2025-09-11 02:01:15] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002918 10.0.0.33 - - [2025-09-11 02:01:15] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.33 - - [2025-09-11 02:01:15] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006378 10.0.0.33 - - [2025-09-11 02:01:15] "POST /id-to-fqname HTTP/1.1" 200 198 0.001467 10.0.0.33 - - [2025-09-11 02:01:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.003897 10.0.0.33 - - [2025-09-11 02:01:15] "POST /security-groups HTTP/1.1" 200 599 0.064634 10.0.0.33 - - [2025-09-11 02:01:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.003391 10.0.0.33 - - [2025-09-11 02:01:15] "POST /projects HTTP/1.1" 200 601 0.215928 10.0.0.33 - - [2025-09-11 02:01:15] "POST /access-control-lists HTTP/1.1" 200 604 0.059503 10.0.0.33 - - [2025-09-11 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.282204 10.0.0.33 - - [2025-09-11 02:01:15] "POST /fqname-to-id HTTP/1.1" 404 241 0.002818 10.0.0.33 - - [2025-09-11 02:01:15] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.407605 10.0.0.33 - - [2025-09-11 02:01:15] "POST /access-control-lists HTTP/1.1" 200 602 0.060606 10.0.0.33 - - [2025-09-11 02:01:16] "GET / HTTP/1.1" 200 35931 0.002213 10.0.0.33 - - [2025-09-11 02:01:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.33 - - [2025-09-11 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.038487 10.0.0.33 - - [2025-09-11 02:01:17] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.33 - - [2025-09-11 02:01:17] "GET /obj-perms HTTP/1.1" 200 5056 0.384451 10.0.0.33 - - [2025-09-11 02:01:17] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026602 10.0.0.33 - - [2025-09-11 02:01:18] "POST /neutron/network HTTP/1.1" 200 117 0.308638 10.0.0.33 - - [2025-09-11 02:01:18] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.33 - - [2025-09-11 02:01:18] "GET /obj-perms HTTP/1.1" 200 5056 0.068012 10.0.0.33 - - [2025-09-11 02:01:18] "POST /neutron/network HTTP/1.1" 200 613 0.066180 10.0.0.33 - - [2025-09-11 02:01:18] "POST /route-targets HTTP/1.1" 200 327 0.018548 10.0.0.33 - - [2025-09-11 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.017790 10.0.0.33 - - [2025-09-11 02:01:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003366 10.0.0.33 - - [2025-09-11 02:01:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.144951 10.0.0.33 - - [2025-09-11 02:01:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.33 - - [2025-09-11 02:01:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003359 10.0.0.33 - - [2025-09-11 02:01:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.184653 10.0.0.33 - - [2025-09-11 02:01:18] "POST /neutron/network HTTP/1.1" 200 1005 0.007695 10.0.0.33 - - [2025-09-11 02:01:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001270 10.0.0.33 - - [2025-09-11 02:01:18] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005507 10.0.0.33 - - [2025-09-11 02:01:18] "POST /neutron/network HTTP/1.1" 200 1005 0.007543 10.0.0.33 - - [2025-09-11 02:01:18] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005155 10.0.0.33 - - [2025-09-11 02:01:18] "POST /neutron/network HTTP/1.1" 200 1005 0.007637 10.0.0.33 - - [2025-09-11 02:01:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.006477 10.0.0.33 - - [2025-09-11 02:01:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.006957 10.0.0.33 - - [2025-09-11 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.33 - - [2025-09-11 02:01:18] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001433 10.0.0.33 - - [2025-09-11 02:01:19] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028399 10.0.0.33 - - [2025-09-11 02:01:19] "POST /neutron/network HTTP/1.1" 200 117 0.010317 10.0.0.33 - - [2025-09-11 02:01:19] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.33 - - [2025-09-11 02:01:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.034258 10.0.0.33 - - [2025-09-11 02:01:19] "POST /neutron/network HTTP/1.1" 200 613 0.073585 10.0.0.33 - - [2025-09-11 02:01:19] "POST /route-targets HTTP/1.1" 200 327 0.012150 10.0.0.33 - - [2025-09-11 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.014566 10.0.0.33 - - [2025-09-11 02:01:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004238 10.0.0.33 - - [2025-09-11 02:01:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.198917 10.0.0.33 - - [2025-09-11 02:01:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.004050 10.0.0.33 - - [2025-09-11 02:01:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002778 10.0.0.33 - - [2025-09-11 02:01:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.145276 10.0.0.33 - - [2025-09-11 02:01:19] "POST /neutron/network HTTP/1.1" 200 1005 0.006578 10.0.0.33 - - [2025-09-11 02:01:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001328 10.0.0.33 - - [2025-09-11 02:01:19] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004447 10.0.0.33 - - [2025-09-11 02:01:19] "POST /neutron/network HTTP/1.1" 200 1005 0.008162 10.0.0.33 - - [2025-09-11 02:01:19] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004910 10.0.0.33 - - [2025-09-11 02:01:19] "POST /neutron/network HTTP/1.1" 200 1005 0.007905 10.0.0.33 - - [2025-09-11 02:01:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.007651 10.0.0.33 - - [2025-09-11 02:01:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.008408 10.0.0.33 - - [2025-09-11 02:01:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.002709 10.0.0.33 - - [2025-09-11 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.33 - - [2025-09-11 02:01:19] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.33 - - [2025-09-11 02:01:19] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028516 10.0.0.33 - - [2025-09-11 02:01:19] "POST /network-policys HTTP/1.1" 200 577 0.060537 10.0.0.33 - - [2025-09-11 02:01:19] "GET /network-policy/e69ffe63-4e2d-4881-b436-4184b5dc8f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005711 10.0.0.33 - - [2025-09-11 02:01:20] "POST /neutron/network HTTP/1.1" 200 1005 0.007159 10.0.0.33 - - [2025-09-11 02:01:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.005892 10.0.0.33 - - [2025-09-11 02:01:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.005231 10.0.0.33 - - [2025-09-11 02:01:20] "POST /neutron/network HTTP/1.1" 200 1113 0.048610 10.0.0.33 - - [2025-09-11 02:01:20] "POST /access-control-lists HTTP/1.1" 200 596 0.072181 10.0.0.33 - - [2025-09-11 02:01:20] "POST /neutron/network HTTP/1.1" 200 1113 0.045434 10.0.0.33 - - [2025-09-11 02:01:20] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005721 10.0.0.33 - - [2025-09-11 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.33 - - [2025-09-11 02:01:20] "GET /network-policy/e69ffe63-4e2d-4881-b436-4184b5dc8f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003783 10.0.0.33 - - [2025-09-11 02:01:20] "POST /neutron/network HTTP/1.1" 200 1005 0.007511 10.0.0.33 - - [2025-09-11 02:01:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.004497 10.0.0.33 - - [2025-09-11 02:01:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.003666 10.0.0.33 - - [2025-09-11 02:01:20] "POST /neutron/network HTTP/1.1" 200 1113 0.046091 10.0.0.33 - - [2025-09-11 02:01:20] "POST /access-control-lists HTTP/1.1" 200 596 0.073044 10.0.0.33 - - [2025-09-11 02:01:20] "POST /neutron/network HTTP/1.1" 200 1113 0.045859 10.0.0.33 - - [2025-09-11 02:01:20] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007488 10.0.0.33 - - [2025-09-11 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.33 - - [2025-09-11 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.010683 10.0.0.33 - - [2025-09-11 02:01:20] "GET /network-policy/e69ffe63-4e2d-4881-b436-4184b5dc8f15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005032 10.0.0.33 - - [2025-09-11 02:01:20] "GET /domains HTTP/1.1" 401 292 0.000535 10.0.0.33 - - [2025-09-11 02:01:20] "PUT /access-control-list/40b11edd-c092-430f-9de2-8cb2e7741648 HTTP/1.1" 200 272 0.054416 10.0.0.33 - - [2025-09-11 02:01:20] "GET /domains HTTP/1.1" 200 280 0.026014 10.0.0.33 - - [2025-09-11 02:01:20] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.33 - - [2025-09-11 02:01:20] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2769 0.007986 10.0.0.33 - - [2025-09-11 02:01:20] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.33 - - [2025-09-11 02:01:20] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776 HTTP/1.1" 200 2625 0.071028 10.0.0.33 - - [2025-09-11 02:01:20] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b HTTP/1.1" 200 3503 0.005884 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b HTTP/1.1" 200 3503 0.004301 10.0.0.33 - - [2025-09-11 02:01:21] "GET /routing-instance/026a66c9-311a-4452-8f82-4319cd8193ef HTTP/1.1" 200 1794 0.003132 10.0.0.33 - - [2025-09-11 02:01:21] "GET /routing-instance/026a66c9-311a-4452-8f82-4319cd8193ef HTTP/1.1" 200 1794 0.002976 10.0.0.33 - - [2025-09-11 02:01:21] "GET /route-target/10cc28d3-6e30-414e-85e0-fab86002c4b6 HTTP/1.1" 200 1211 0.002571 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b HTTP/1.1" 200 3503 0.004058 10.0.0.33 - - [2025-09-11 02:01:21] "GET /routing-instance/026a66c9-311a-4452-8f82-4319cd8193ef HTTP/1.1" 200 1794 0.002646 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005774 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b HTTP/1.1" 200 3503 0.004103 10.0.0.33 - - [2025-09-11 02:01:21] "GET /routing-instance/026a66c9-311a-4452-8f82-4319cd8193ef HTTP/1.1" 200 1794 0.002759 10.0.0.33 - - [2025-09-11 02:01:21] "GET /routing-instance/026a66c9-311a-4452-8f82-4319cd8193ef HTTP/1.1" 200 1794 0.002861 10.0.0.33 - - [2025-09-11 02:01:21] "GET /route-target/10cc28d3-6e30-414e-85e0-fab86002c4b6 HTTP/1.1" 200 1211 0.002436 10.0.0.33 - - [2025-09-11 02:01:21] "GET /domains HTTP/1.1" 200 280 0.002286 10.0.0.33 - - [2025-09-11 02:01:21] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.33 - - [2025-09-11 02:01:21] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2769 0.006233 10.0.0.33 - - [2025-09-11 02:01:21] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.33 - - [2025-09-11 02:01:21] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776 HTTP/1.1" 200 2625 0.068310 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b HTTP/1.1" 200 3503 0.004959 10.0.0.33 - - [2025-09-11 02:01:21] "GET /obj-perms HTTP/1.1" 200 5046 0.045213 10.0.0.33 - - [2025-09-11 02:01:21] "GET /domains HTTP/1.1" 200 280 0.003364 10.0.0.33 - - [2025-09-11 02:01:21] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.33 - - [2025-09-11 02:01:21] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2769 0.008654 10.0.0.33 - - [2025-09-11 02:01:21] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.33 - - [2025-09-11 02:01:21] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776 HTTP/1.1" 200 2625 0.062274 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c HTTP/1.1" 200 3502 0.006502 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c HTTP/1.1" 200 3502 0.004368 10.0.0.33 - - [2025-09-11 02:01:21] "GET /routing-instance/d1dbf22a-6f3f-4395-ae5e-3a675d89014b HTTP/1.1" 200 1796 0.003038 10.0.0.33 - - [2025-09-11 02:01:21] "GET /routing-instance/d1dbf22a-6f3f-4395-ae5e-3a675d89014b HTTP/1.1" 200 1796 0.002908 10.0.0.33 - - [2025-09-11 02:01:21] "GET /route-target/038a302a-a2aa-48a1-9d52-600a0b75d688 HTTP/1.1" 200 1211 0.003099 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c HTTP/1.1" 200 3502 0.004260 10.0.0.33 - - [2025-09-11 02:01:21] "GET /routing-instance/d1dbf22a-6f3f-4395-ae5e-3a675d89014b HTTP/1.1" 200 1796 0.002940 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004462 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c HTTP/1.1" 200 3502 0.004935 10.0.0.33 - - [2025-09-11 02:01:21] "GET /routing-instance/d1dbf22a-6f3f-4395-ae5e-3a675d89014b HTTP/1.1" 200 1796 0.003028 10.0.0.33 - - [2025-09-11 02:01:21] "GET /routing-instance/d1dbf22a-6f3f-4395-ae5e-3a675d89014b HTTP/1.1" 200 1796 0.003043 10.0.0.33 - - [2025-09-11 02:01:21] "GET /route-target/038a302a-a2aa-48a1-9d52-600a0b75d688 HTTP/1.1" 200 1211 0.002771 10.0.0.33 - - [2025-09-11 02:01:21] "GET /domains HTTP/1.1" 200 280 0.002965 10.0.0.33 - - [2025-09-11 02:01:21] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.33 - - [2025-09-11 02:01:21] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2769 0.006559 10.0.0.33 - - [2025-09-11 02:01:21] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001387 10.0.0.33 - - [2025-09-11 02:01:21] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776 HTTP/1.1" 200 2625 0.069925 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c HTTP/1.1" 200 3502 0.005607 10.0.0.33 - - [2025-09-11 02:01:21] "GET /obj-perms HTTP/1.1" 200 5046 0.002966 10.0.0.33 - - [2025-09-11 02:01:21] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006561 10.0.0.33 - - [2025-09-11 02:01:21] "POST /neutron/network HTTP/1.1" 200 1113 0.007677 10.0.0.33 - - [2025-09-11 02:01:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.007502 10.0.0.33 - - [2025-09-11 02:01:21] "POST /neutron/network HTTP/1.1" 200 1005 0.048192 10.0.0.33 - - [2025-09-11 02:01:21] "DELETE /access-control-list/3c750eab-7c6c-4199-9da7-9d72ac73ba94 HTTP/1.1" 200 115 0.028892 10.0.0.33 - - [2025-09-11 02:01:21] "POST /neutron/network HTTP/1.1" 200 1005 0.006756 10.0.0.33 - - [2025-09-11 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.014518 10.0.0.33 - - [2025-09-11 02:01:22] "GET /virtual-network/103e6ac3-1d18-4861-8028-1676f89b571c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006239 10.0.0.33 - - [2025-09-11 02:01:22] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005149 10.0.0.33 - - [2025-09-11 02:01:22] "POST /neutron/network HTTP/1.1" 200 1113 0.007480 10.0.0.33 - - [2025-09-11 02:01:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.005165 10.0.0.33 - - [2025-09-11 02:01:22] "POST /neutron/network HTTP/1.1" 200 1005 0.061248 10.0.0.33 - - [2025-09-11 02:01:22] "DELETE /access-control-list/40b11edd-c092-430f-9de2-8cb2e7741648 HTTP/1.1" 200 115 0.049363 10.0.0.33 - - [2025-09-11 02:01:22] "POST /neutron/network HTTP/1.1" 200 1005 0.011519 10.0.0.33 - - [2025-09-11 02:01:22] "GET /virtual-network/5044f54b-f8b5-4a83-98b1-d3839ee0b25b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005069 10.0.0.33 - - [2025-09-11 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.024673 10.0.0.33 - - [2025-09-11 02:01:22] "DELETE /network-policy/e69ffe63-4e2d-4881-b436-4184b5dc8f15 HTTP/1.1" 200 115 0.032007 10.0.0.33 - - [2025-09-11 02:01:22] "POST /neutron/network HTTP/1.1" 200 1005 0.010148 10.0.0.33 - - [2025-09-11 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.33 - - [2025-09-11 02:01:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.33 - - [2025-09-11 02:01:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002109 10.0.0.33 - - [2025-09-11 02:01:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001526 10.0.0.33 - - [2025-09-11 02:01:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001581 10.0.0.33 - - [2025-09-11 02:01:22] "POST /neutron/network HTTP/1.1" 200 151 0.078190 10.0.0.33 - - [2025-09-11 02:01:22] "DELETE /route-target/038a302a-a2aa-48a1-9d52-600a0b75d688 HTTP/1.1" 200 115 0.022255 10.0.0.33 - - [2025-09-11 02:01:22] "GET /routing-instance/d1dbf22a-6f3f-4395-ae5e-3a675d89014b HTTP/1.1" 404 171 0.002389 10.0.0.33 - - [2025-09-11 02:01:22] "GET /domains HTTP/1.1" 200 280 0.002316 10.0.0.33 - - [2025-09-11 02:01:22] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.33 - - [2025-09-11 02:01:22] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2769 0.050053 10.0.0.33 - - [2025-09-11 02:01:22] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002614 10.0.0.33 - - [2025-09-11 02:01:22] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776 HTTP/1.1" 200 2145 0.068515 10.0.0.33 - - [2025-09-11 02:01:22] "POST /neutron/network HTTP/1.1" 200 1005 0.007297 10.0.0.33 - - [2025-09-11 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.33 - - [2025-09-11 02:01:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002941 10.0.0.33 - - [2025-09-11 02:01:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001860 10.0.0.33 - - [2025-09-11 02:01:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001926 10.0.0.33 - - [2025-09-11 02:01:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001536 10.0.0.33 - - [2025-09-11 02:01:22] "POST /neutron/network HTTP/1.1" 200 151 0.083761 10.0.0.33 - - [2025-09-11 02:01:22] "DELETE /route-target/10cc28d3-6e30-414e-85e0-fab86002c4b6 HTTP/1.1" 200 115 0.021823 10.0.0.33 - - [2025-09-11 02:01:22] "GET /routing-instance/026a66c9-311a-4452-8f82-4319cd8193ef HTTP/1.1" 404 171 0.002722 10.0.0.33 - - [2025-09-11 02:01:22] "GET /domains HTTP/1.1" 200 280 0.002409 10.0.0.33 - - [2025-09-11 02:01:22] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.33 - - [2025-09-11 02:01:22] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2769 0.054505 10.0.0.33 - - [2025-09-11 02:01:22] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001380 10.0.0.33 - - [2025-09-11 02:01:22] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776 HTTP/1.1" 200 1900 0.068257 10.0.0.33 - - [2025-09-11 02:01:23] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.33 - - [2025-09-11 02:01:23] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026750 10.0.0.33 - - [2025-09-11 02:01:23] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.33 - - [2025-09-11 02:01:23] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?fields=virtual_networks HTTP/1.1" 200 1048 0.070892 10.0.0.33 - - [2025-09-11 02:01:23] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001464 10.0.0.33 - - [2025-09-11 02:01:23] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.028058 10.0.0.33 - - [2025-09-11 02:01:23] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.33 - - [2025-09-11 02:01:23] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?fields=security_groups HTTP/1.1" 200 1282 0.022451 10.0.0.33 - - [2025-09-11 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 204 0.024328 10.0.0.33 - - [2025-09-11 02:01:24] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002736 10.0.0.33 - - [2025-09-11 02:01:24] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.33 - - [2025-09-11 02:01:24] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007419 10.0.0.33 - - [2025-09-11 02:01:24] "POST /id-to-fqname HTTP/1.1" 200 206 0.004771 10.0.0.33 - - [2025-09-11 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.002628 10.0.0.33 - - [2025-09-11 02:01:24] "POST /security-groups HTTP/1.1" 200 607 0.064025 10.0.0.33 - - [2025-09-11 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 250 0.003554 10.0.0.33 - - [2025-09-11 02:01:24] "POST /projects HTTP/1.1" 200 617 0.223487 10.0.0.33 - - [2025-09-11 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.295654 10.0.0.33 - - [2025-09-11 02:01:24] "POST /access-control-lists HTTP/1.1" 200 612 0.062006 10.0.0.33 - - [2025-09-11 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 249 0.002638 10.0.0.33 - - [2025-09-11 02:01:24] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.423388 10.0.0.33 - - [2025-09-11 02:01:24] "POST /access-control-lists HTTP/1.1" 200 610 0.064920 10.0.0.33 - - [2025-09-11 02:01:25] "GET / HTTP/1.1" 200 35931 0.002139 10.0.0.33 - - [2025-09-11 02:01:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.33 - - [2025-09-11 02:01:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.056192 10.0.0.33 - - [2025-09-11 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.33 - - [2025-09-11 02:01:27] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001235 10.0.0.33 - - [2025-09-11 02:01:27] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.031480 10.0.0.33 - - [2025-09-11 02:01:27] "POST /network-policys HTTP/1.1" 200 567 0.060126 10.0.0.33 - - [2025-09-11 02:01:27] "GET /network-policy/dd08c50d-d967-4c84-a933-3130b2e5ac2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005335 10.0.0.33 - - [2025-09-11 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.33 - - [2025-09-11 02:01:27] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001024 10.0.0.33 - - [2025-09-11 02:01:27] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.022328 10.0.0.33 - - [2025-09-11 02:01:27] "POST /neutron/network HTTP/1.1" 200 117 0.029822 10.0.0.33 - - [2025-09-11 02:01:27] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001319 10.0.0.33 - - [2025-09-11 02:01:27] "POST /neutron/network HTTP/1.1" 200 623 0.057652 10.0.0.33 - - [2025-09-11 02:01:27] "POST /route-targets HTTP/1.1" 200 327 0.010433 10.0.0.33 - - [2025-09-11 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.012575 10.0.0.33 - - [2025-09-11 02:01:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004182 10.0.0.33 - - [2025-09-11 02:01:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.140610 10.0.0.33 - - [2025-09-11 02:01:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.005655 10.0.0.33 - - [2025-09-11 02:01:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003827 10.0.0.33 - - [2025-09-11 02:01:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.185021 10.0.0.33 - - [2025-09-11 02:01:28] "POST /neutron/network HTTP/1.1" 200 1015 0.069072 10.0.0.33 - - [2025-09-11 02:01:28] "POST /id-to-fqname HTTP/1.1" 200 237 0.001245 10.0.0.33 - - [2025-09-11 02:01:28] "GET /virtual-network/3bf13ed0-da28-416a-ad56-057e1000b3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.006736 10.0.0.33 - - [2025-09-11 02:01:28] "POST /neutron/network HTTP/1.1" 200 1015 0.007779 10.0.0.33 - - [2025-09-11 02:01:28] "GET /virtual-network/3bf13ed0-da28-416a-ad56-057e1000b3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.006136 10.0.0.33 - - [2025-09-11 02:01:28] "POST /neutron/network HTTP/1.1" 200 1015 0.006893 10.0.0.33 - - [2025-09-11 02:01:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.007128 10.0.0.33 - - [2025-09-11 02:01:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.006572 10.0.0.33 - - [2025-09-11 02:01:28] "POST /neutron/network HTTP/1.1" 200 1015 0.006758 10.0.0.33 - - [2025-09-11 02:01:28] "POST /fqname-to-id HTTP/1.1" 404 252 0.002865 10.0.0.33 - - [2025-09-11 02:01:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.007277 10.0.0.33 - - [2025-09-11 02:01:28] "POST /neutron/network HTTP/1.1" 200 1122 0.044453 10.0.0.33 - - [2025-09-11 02:01:28] "POST /access-control-lists HTTP/1.1" 200 607 0.063123 10.0.0.33 - - [2025-09-11 02:01:28] "POST /neutron/network HTTP/1.1" 200 1122 0.054667 10.0.0.33 - - [2025-09-11 02:01:28] "GET /virtual-network/3bf13ed0-da28-416a-ad56-057e1000b3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005030 10.0.0.33 - - [2025-09-11 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.33 - - [2025-09-11 02:01:28] "GET /network-policy/dd08c50d-d967-4c84-a933-3130b2e5ac2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006049 10.0.0.33 - - [2025-09-11 02:01:28] "GET /domains HTTP/1.1" 401 292 0.000468 10.0.0.33 - - [2025-09-11 02:01:28] "GET /domains HTTP/1.1" 200 280 0.027744 10.0.0.33 - - [2025-09-11 02:01:28] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.33 - - [2025-09-11 02:01:28] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2971 0.008775 10.0.0.33 - - [2025-09-11 02:01:28] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001041 10.0.0.33 - - [2025-09-11 02:01:28] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f HTTP/1.1" 200 2457 0.074437 10.0.0.33 - - [2025-09-11 02:01:28] "GET /virtual-network/3bf13ed0-da28-416a-ad56-057e1000b3a1 HTTP/1.1" 200 3541 0.007414 10.0.0.33 - - [2025-09-11 02:01:28] "GET /virtual-network/3bf13ed0-da28-416a-ad56-057e1000b3a1 HTTP/1.1" 200 3541 0.005242 10.0.0.33 - - [2025-09-11 02:01:28] "GET /routing-instance/670fed17-74bf-4bc8-83f5-3c0b5ecea4ee HTTP/1.1" 200 1494 0.003858 10.0.0.33 - - [2025-09-11 02:01:28] "GET /routing-instance/670fed17-74bf-4bc8-83f5-3c0b5ecea4ee HTTP/1.1" 200 1494 0.003554 10.0.0.33 - - [2025-09-11 02:01:28] "GET /route-target/503b20f0-786a-430d-95d6-9800a84713da HTTP/1.1" 200 1222 0.003812 10.0.0.33 - - [2025-09-11 02:01:29] "GET /virtual-network/3bf13ed0-da28-416a-ad56-057e1000b3a1 HTTP/1.1" 200 3541 0.005121 10.0.0.33 - - [2025-09-11 02:01:29] "GET /routing-instance/670fed17-74bf-4bc8-83f5-3c0b5ecea4ee HTTP/1.1" 200 1494 0.004398 10.0.0.33 - - [2025-09-11 02:01:29] "GET /virtual-network/3bf13ed0-da28-416a-ad56-057e1000b3a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005124 10.0.0.33 - - [2025-09-11 02:01:29] "GET /virtual-network/3bf13ed0-da28-416a-ad56-057e1000b3a1 HTTP/1.1" 200 3541 0.005036 10.0.0.33 - - [2025-09-11 02:01:29] "GET /routing-instance/670fed17-74bf-4bc8-83f5-3c0b5ecea4ee HTTP/1.1" 200 1494 0.003406 10.0.0.33 - - [2025-09-11 02:01:29] "GET /routing-instance/670fed17-74bf-4bc8-83f5-3c0b5ecea4ee HTTP/1.1" 200 1494 0.004709 10.0.0.33 - - [2025-09-11 02:01:29] "GET /route-target/503b20f0-786a-430d-95d6-9800a84713da HTTP/1.1" 200 1222 0.003748 10.0.0.33 - - [2025-09-11 02:01:29] "GET /domains HTTP/1.1" 200 280 0.003069 10.0.0.33 - - [2025-09-11 02:01:29] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.33 - - [2025-09-11 02:01:29] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2971 0.006901 10.0.0.33 - - [2025-09-11 02:01:29] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001154 10.0.0.33 - - [2025-09-11 02:01:29] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f HTTP/1.1" 200 2457 0.074430 10.0.0.33 - - [2025-09-11 02:01:29] "GET /virtual-network/3bf13ed0-da28-416a-ad56-057e1000b3a1 HTTP/1.1" 200 3541 0.006606 10.0.0.33 - - [2025-09-11 02:01:29] "GET /obj-perms HTTP/1.1" 200 5062 0.051737 10.0.0.33 - - [2025-09-11 02:01:29] "GET /domains HTTP/1.1" 200 280 0.002718 10.0.0.33 - - [2025-09-11 02:01:29] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.33 - - [2025-09-11 02:01:29] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2971 0.006361 10.0.0.33 - - [2025-09-11 02:01:29] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000910 10.0.0.33 - - [2025-09-11 02:01:29] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f HTTP/1.1" 200 2457 0.069483 10.0.0.33 - - [2025-09-11 02:01:29] "GET /network-policy/dd08c50d-d967-4c84-a933-3130b2e5ac2d HTTP/1.1" 200 3480 0.004459 10.0.0.33 - - [2025-09-11 02:01:29] "DELETE /network-policy/dd08c50d-d967-4c84-a933-3130b2e5ac2d HTTP/1.1" 409 238 0.006633 10.0.0.33 - - [2025-09-11 02:01:29] "POST /neutron/network HTTP/1.1" 200 1122 0.006968 10.0.0.33 - - [2025-09-11 02:01:29] "DELETE /access-control-list/a11e5254-2f06-46af-9bea-43b88a7039b8 HTTP/1.1" 200 115 0.027741 10.0.0.33 - - [2025-09-11 02:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002993 10.0.0.33 - - [2025-09-11 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.33 - - [2025-09-11 02:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001608 10.0.0.33 - - [2025-09-11 02:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001648 10.0.0.33 - - [2025-09-11 02:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001920 10.0.0.33 - - [2025-09-11 02:01:29] "POST /neutron/network HTTP/1.1" 200 151 0.095109 10.0.0.33 - - [2025-09-11 02:01:29] "GET /routing-instance/670fed17-74bf-4bc8-83f5-3c0b5ecea4ee HTTP/1.1" 404 171 0.002458 10.0.0.33 - - [2025-09-11 02:01:29] "GET /domains HTTP/1.1" 200 280 0.002141 10.0.0.33 - - [2025-09-11 02:01:29] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.33 - - [2025-09-11 02:01:29] "DELETE /route-target/503b20f0-786a-430d-95d6-9800a84713da HTTP/1.1" 200 115 0.018470 10.0.0.33 - - [2025-09-11 02:01:29] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2971 0.048855 10.0.0.33 - - [2025-09-11 02:01:29] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000976 10.0.0.33 - - [2025-09-11 02:01:29] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f HTTP/1.1" 200 2203 0.068237 10.0.0.33 - - [2025-09-11 02:01:30] "DELETE /network-policy/dd08c50d-d967-4c84-a933-3130b2e5ac2d HTTP/1.1" 200 115 0.022907 10.0.0.33 - - [2025-09-11 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.33 - - [2025-09-11 02:01:30] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001500 10.0.0.33 - - [2025-09-11 02:01:30] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.029859 10.0.0.33 - - [2025-09-11 02:01:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-33526431&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004539 10.0.0.33 - - [2025-09-11 02:01:30] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001026 10.0.0.33 - - [2025-09-11 02:01:30] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.037742 10.0.0.33 - - [2025-09-11 02:01:30] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001753 10.0.0.33 - - [2025-09-11 02:01:30] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?fields=virtual_networks HTTP/1.1" 200 1063 0.030981 10.0.0.33 - - [2025-09-11 02:01:30] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001345 10.0.0.33 - - [2025-09-11 02:01:30] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.026854 10.0.0.33 - - [2025-09-11 02:01:30] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001197 10.0.0.33 - - [2025-09-11 02:01:30] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?fields=security_groups HTTP/1.1" 200 1305 0.027138 10.0.0.33 - - [2025-09-11 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.025777 10.0.0.33 - - [2025-09-11 02:01:31] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002690 10.0.0.33 - - [2025-09-11 02:01:31] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.33 - - [2025-09-11 02:01:31] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006402 10.0.0.33 - - [2025-09-11 02:01:31] "POST /id-to-fqname HTTP/1.1" 200 192 0.002459 10.0.0.33 - - [2025-09-11 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.005786 10.0.0.33 - - [2025-09-11 02:01:32] "POST /security-groups HTTP/1.1" 200 593 0.064087 10.0.0.33 - - [2025-09-11 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.002492 10.0.0.33 - - [2025-09-11 02:01:32] "POST /projects HTTP/1.1" 200 589 0.247979 10.0.0.33 - - [2025-09-11 02:01:32] "POST /access-control-lists HTTP/1.1" 200 598 0.056403 10.0.0.33 - - [2025-09-11 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.323920 10.0.0.33 - - [2025-09-11 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.003108 10.0.0.33 - - [2025-09-11 02:01:32] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.446191 10.0.0.33 - - [2025-09-11 02:01:32] "POST /access-control-lists HTTP/1.1" 200 596 0.061277 10.0.0.33 - - [2025-09-11 02:01:33] "GET / HTTP/1.1" 200 35931 0.002452 10.0.0.33 - - [2025-09-11 02:01:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.33 - - [2025-09-11 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.056925 10.0.0.33 - - [2025-09-11 02:01:34] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001024 10.0.0.33 - - [2025-09-11 02:01:34] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022682 10.0.0.33 - - [2025-09-11 02:01:34] "POST /neutron/network HTTP/1.1" 200 117 0.039053 10.0.0.33 - - [2025-09-11 02:01:34] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.33 - - [2025-09-11 02:01:34] "POST /neutron/network HTTP/1.1" 200 607 0.067708 10.0.0.33 - - [2025-09-11 02:01:34] "POST /route-targets HTTP/1.1" 200 327 0.015907 10.0.0.33 - - [2025-09-11 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.024652 10.0.0.33 - - [2025-09-11 02:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004204 10.0.0.33 - - [2025-09-11 02:01:34] "POST /neutron/subnet HTTP/1.1" 200 719 0.185542 10.0.0.33 - - [2025-09-11 02:01:34] "POST /neutron/network HTTP/1.1" 200 825 0.005570 10.0.0.33 - - [2025-09-11 02:01:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001200 10.0.0.33 - - [2025-09-11 02:01:34] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004838 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/network HTTP/1.1" 200 825 0.006026 10.0.0.33 - - [2025-09-11 02:01:35] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004937 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/network HTTP/1.1" 200 825 0.005409 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.007225 10.0.0.33 - - [2025-09-11 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.33 - - [2025-09-11 02:01:35] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000860 10.0.0.33 - - [2025-09-11 02:01:35] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023957 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/network HTTP/1.1" 200 117 0.009816 10.0.0.33 - - [2025-09-11 02:01:35] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001318 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/network HTTP/1.1" 200 607 0.076133 10.0.0.33 - - [2025-09-11 02:01:35] "POST /route-targets HTTP/1.1" 200 327 0.015036 10.0.0.33 - - [2025-09-11 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.015461 10.0.0.33 - - [2025-09-11 02:01:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004132 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.177077 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/network HTTP/1.1" 200 824 0.006034 10.0.0.33 - - [2025-09-11 02:01:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001301 10.0.0.33 - - [2025-09-11 02:01:35] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005202 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/network HTTP/1.1" 200 824 0.006820 10.0.0.33 - - [2025-09-11 02:01:35] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005082 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/network HTTP/1.1" 200 824 0.005990 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.007099 10.0.0.33 - - [2025-09-11 02:01:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.002611 10.0.0.33 - - [2025-09-11 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.33 - - [2025-09-11 02:01:35] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001419 10.0.0.33 - - [2025-09-11 02:01:35] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.021473 10.0.0.33 - - [2025-09-11 02:01:35] "POST /network-policys HTTP/1.1" 200 571 0.016975 10.0.0.33 - - [2025-09-11 02:01:35] "GET /network-policy/4db7218b-cf47-4ebb-8623-71ddc5fcd4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004843 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/network HTTP/1.1" 200 825 0.006309 10.0.0.33 - - [2025-09-11 02:01:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.003019 10.0.0.33 - - [2025-09-11 02:01:35] "POST /neutron/network HTTP/1.1" 200 927 0.037744 10.0.0.33 - - [2025-09-11 02:01:36] "POST /neutron/network HTTP/1.1" 200 927 0.042201 10.0.0.33 - - [2025-09-11 02:01:36] "POST /access-control-lists HTTP/1.1" 200 590 0.060979 10.0.0.33 - - [2025-09-11 02:01:36] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004765 10.0.0.33 - - [2025-09-11 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002256 10.0.0.33 - - [2025-09-11 02:01:36] "GET /network-policy/4db7218b-cf47-4ebb-8623-71ddc5fcd4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004292 10.0.0.33 - - [2025-09-11 02:01:36] "POST /neutron/network HTTP/1.1" 200 824 0.006706 10.0.0.33 - - [2025-09-11 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.004367 10.0.0.33 - - [2025-09-11 02:01:36] "POST /neutron/network HTTP/1.1" 200 926 0.050284 10.0.0.33 - - [2025-09-11 02:01:36] "POST /neutron/network HTTP/1.1" 200 926 0.044183 10.0.0.33 - - [2025-09-11 02:01:36] "POST /access-control-lists HTTP/1.1" 200 590 0.072020 10.0.0.33 - - [2025-09-11 02:01:36] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004973 10.0.0.33 - - [2025-09-11 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002356 10.0.0.33 - - [2025-09-11 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.009083 10.0.0.33 - - [2025-09-11 02:01:36] "GET /network-policy/4db7218b-cf47-4ebb-8623-71ddc5fcd4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003701 10.0.0.33 - - [2025-09-11 02:01:36] "GET /domains HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2025-09-11 02:01:36] "PUT /access-control-list/1b2ab388-c97d-421b-bbab-ec7172cb942d HTTP/1.1" 200 272 0.054950 10.0.0.33 - - [2025-09-11 02:01:36] "GET /domains HTTP/1.1" 200 280 0.025267 10.0.0.33 - - [2025-09-11 02:01:36] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.33 - - [2025-09-11 02:01:36] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 3159 0.008179 10.0.0.33 - - [2025-09-11 02:01:36] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001081 10.0.0.33 - - [2025-09-11 02:01:36] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae HTTP/1.1" 200 2572 0.070024 10.0.0.33 - - [2025-09-11 02:01:36] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6 HTTP/1.1" 200 2889 0.006019 10.0.0.33 - - [2025-09-11 02:01:36] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6 HTTP/1.1" 200 2889 0.004822 10.0.0.33 - - [2025-09-11 02:01:36] "GET /routing-instance/d00a485f-db0b-40fc-8a6c-080474fcd68a HTTP/1.1" 200 1783 0.003206 10.0.0.33 - - [2025-09-11 02:01:36] "GET /routing-instance/d00a485f-db0b-40fc-8a6c-080474fcd68a HTTP/1.1" 200 1783 0.003329 10.0.0.33 - - [2025-09-11 02:01:36] "GET /route-target/bd897d8d-e7da-4b23-a445-2a124e00d6f9 HTTP/1.1" 200 1207 0.003170 10.0.0.33 - - [2025-09-11 02:01:36] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6 HTTP/1.1" 200 2889 0.004281 10.0.0.33 - - [2025-09-11 02:01:36] "GET /routing-instance/d00a485f-db0b-40fc-8a6c-080474fcd68a HTTP/1.1" 200 1783 0.003053 10.0.0.33 - - [2025-09-11 02:01:36] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004678 10.0.0.33 - - [2025-09-11 02:01:36] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6 HTTP/1.1" 200 2889 0.004774 10.0.0.33 - - [2025-09-11 02:01:36] "GET /routing-instance/d00a485f-db0b-40fc-8a6c-080474fcd68a HTTP/1.1" 200 1783 0.003295 10.0.0.33 - - [2025-09-11 02:01:36] "GET /routing-instance/d00a485f-db0b-40fc-8a6c-080474fcd68a HTTP/1.1" 200 1783 0.003281 10.0.0.33 - - [2025-09-11 02:01:36] "GET /route-target/bd897d8d-e7da-4b23-a445-2a124e00d6f9 HTTP/1.1" 200 1207 0.002680 10.0.0.33 - - [2025-09-11 02:01:36] "GET /domains HTTP/1.1" 200 280 0.002704 10.0.0.33 - - [2025-09-11 02:01:36] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.33 - - [2025-09-11 02:01:36] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 3159 0.006722 10.0.0.33 - - [2025-09-11 02:01:36] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000936 10.0.0.33 - - [2025-09-11 02:01:37] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae HTTP/1.1" 200 2572 0.069649 10.0.0.33 - - [2025-09-11 02:01:37] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6 HTTP/1.1" 200 2889 0.004768 10.0.0.33 - - [2025-09-11 02:01:37] "GET /obj-perms HTTP/1.1" 200 5034 0.046070 10.0.0.33 - - [2025-09-11 02:01:37] "GET /domains HTTP/1.1" 200 280 0.002616 10.0.0.33 - - [2025-09-11 02:01:37] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.33 - - [2025-09-11 02:01:37] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 3159 0.006791 10.0.0.33 - - [2025-09-11 02:01:37] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000900 10.0.0.33 - - [2025-09-11 02:01:37] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae HTTP/1.1" 200 2572 0.061035 10.0.0.33 - - [2025-09-11 02:01:37] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270 HTTP/1.1" 200 2887 0.006267 10.0.0.33 - - [2025-09-11 02:01:37] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270 HTTP/1.1" 200 2887 0.004182 10.0.0.33 - - [2025-09-11 02:01:37] "GET /routing-instance/bdf68c41-2ff9-486c-8823-e859fccc3434 HTTP/1.1" 200 1783 0.002949 10.0.0.33 - - [2025-09-11 02:01:37] "GET /routing-instance/bdf68c41-2ff9-486c-8823-e859fccc3434 HTTP/1.1" 200 1783 0.002717 10.0.0.33 - - [2025-09-11 02:01:37] "GET /route-target/934a572b-22db-465f-9212-187f6cf466d1 HTTP/1.1" 200 1207 0.004767 10.0.0.33 - - [2025-09-11 02:01:37] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270 HTTP/1.1" 200 2887 0.004583 10.0.0.33 - - [2025-09-11 02:01:37] "GET /routing-instance/bdf68c41-2ff9-486c-8823-e859fccc3434 HTTP/1.1" 200 1783 0.003691 10.0.0.33 - - [2025-09-11 02:01:37] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006295 10.0.0.33 - - [2025-09-11 02:01:37] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270 HTTP/1.1" 200 2887 0.006724 10.0.0.33 - - [2025-09-11 02:01:37] "GET /routing-instance/bdf68c41-2ff9-486c-8823-e859fccc3434 HTTP/1.1" 200 1783 0.004639 10.0.0.33 - - [2025-09-11 02:01:37] "GET /routing-instance/bdf68c41-2ff9-486c-8823-e859fccc3434 HTTP/1.1" 200 1783 0.004806 10.0.0.33 - - [2025-09-11 02:01:37] "GET /route-target/934a572b-22db-465f-9212-187f6cf466d1 HTTP/1.1" 200 1207 0.005403 10.0.0.33 - - [2025-09-11 02:01:37] "GET /domains HTTP/1.1" 200 280 0.003345 10.0.0.33 - - [2025-09-11 02:01:37] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001380 10.0.0.33 - - [2025-09-11 02:01:37] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 3159 0.009007 10.0.0.33 - - [2025-09-11 02:01:37] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001381 10.0.0.33 - - [2025-09-11 02:01:37] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae HTTP/1.1" 200 2572 0.075131 10.0.0.33 - - [2025-09-11 02:01:37] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270 HTTP/1.1" 200 2887 0.005521 10.0.0.33 - - [2025-09-11 02:01:37] "GET /obj-perms HTTP/1.1" 200 5034 0.003888 10.0.0.33 - - [2025-09-11 02:01:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001450 10.0.0.33 - - [2025-09-11 02:01:37] "POST /neutron/network HTTP/1.1" 200 937 0.006210 10.0.0.33 - - [2025-09-11 02:01:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.33 - - [2025-09-11 02:01:38] "GET / HTTP/1.1" 200 35931 0.002508 10.0.0.33 - - [2025-09-11 02:01:38] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000507 10.0.0.33 - - [2025-09-11 02:01:38] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001178 10.0.0.33 - - [2025-09-11 02:01:38] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.057739 10.0.0.33 - - [2025-09-11 02:01:38] "POST /neutron/network HTTP/1.1" 200 927 0.008139 10.0.0.33 - - [2025-09-11 02:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.005747 10.0.0.33 - - [2025-09-11 02:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.005191 10.0.0.33 - - [2025-09-11 02:01:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001489 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/port HTTP/1.1" 200 117 0.005754 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/network HTTP/1.1" 200 936 0.007641 10.0.0.33 - - [2025-09-11 02:01:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000612 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/network HTTP/1.1" 200 937 0.006090 10.0.0.33 - - [2025-09-11 02:01:39] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001026 10.0.0.33 - - [2025-09-11 02:01:39] "GET / HTTP/1.1" 200 35931 0.001888 10.0.0.33 - - [2025-09-11 02:01:39] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/port HTTP/1.1" 200 1061 0.213998 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/port HTTP/1.1" 200 1061 0.009511 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/port HTTP/1.1" 200 1061 0.007886 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/port HTTP/1.1" 200 1115 0.050702 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/port HTTP/1.1" 200 1089 0.010241 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003156 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/subnet HTTP/1.1" 200 693 0.006801 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/network HTTP/1.1" 200 927 0.005343 10.0.0.33 - - [2025-09-11 02:01:39] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001440 10.0.0.33 - - [2025-09-11 02:01:39] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049316 10.0.0.33 - - [2025-09-11 02:01:39] "POST /neutron/network HTTP/1.1" 200 926 0.005630 10.0.0.33 - - [2025-09-11 02:01:40] "POST /neutron/port HTTP/1.1" 200 1089 0.017649 10.0.0.33 - - [2025-09-11 02:01:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009766 10.0.0.33 - - [2025-09-11 02:01:40] "POST /neutron/port HTTP/1.1" 200 117 0.005345 10.0.0.33 - - [2025-09-11 02:01:40] "POST /neutron/port HTTP/1.1" 200 1089 0.016458 10.0.0.33 - - [2025-09-11 02:01:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007430 10.0.0.33 - - [2025-09-11 02:01:40] "POST /neutron/network HTTP/1.1" 200 936 0.007429 10.0.0.33 - - [2025-09-11 02:01:40] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001429 10.0.0.33 - - [2025-09-11 02:01:40] "PUT /access-control-list/8206b5d0-8e1e-47cf-84e4-d7b3463c0d62 HTTP/1.1" 200 272 0.026083 10.0.0.33 - - [2025-09-11 02:01:40] "POST /neutron/port HTTP/1.1" 200 1060 0.274129 10.0.0.33 - - [2025-09-11 02:01:40] "POST /neutron/port HTTP/1.1" 200 1060 0.011796 10.0.0.33 - - [2025-09-11 02:01:40] "POST /neutron/port HTTP/1.1" 200 1060 0.020337 10.0.0.33 - - [2025-09-11 02:01:40] "POST /neutron/port HTTP/1.1" 200 1114 0.060830 10.0.0.33 - - [2025-09-11 02:01:41] "POST /neutron/port HTTP/1.1" 200 1088 0.012394 10.0.0.33 - - [2025-09-11 02:01:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003825 10.0.0.33 - - [2025-09-11 02:01:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.008122 10.0.0.33 - - [2025-09-11 02:01:41] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.33 - - [2025-09-11 02:01:41] "POST /neutron/network HTTP/1.1" 200 926 0.005711 10.0.0.33 - - [2025-09-11 02:01:45] "POST /neutron/port HTTP/1.1" 200 1089 0.010545 10.0.0.33 - - [2025-09-11 02:01:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005238 10.0.0.33 - - [2025-09-11 02:01:45] "POST /neutron/port HTTP/1.1" 200 1089 0.010530 10.0.0.33 - - [2025-09-11 02:01:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006655 10.0.0.33 - - [2025-09-11 02:01:45] "POST /neutron/port HTTP/1.1" 200 1089 0.011636 10.0.0.33 - - [2025-09-11 02:01:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008458 10.0.0.33 - - [2025-09-11 02:01:45] "GET /virtual-machine/cbbe0944-174a-4af3-8220-a47b8c4099a5 HTTP/1.1" 200 1294 0.005898 10.0.0.33 - - [2025-09-11 02:01:45] "GET /virtual-machine-interface/3bdcd85d-7efe-4dd1-87da-ccd86375eb77 HTTP/1.1" 200 2950 0.006930 10.0.0.33 - - [2025-09-11 02:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005310 10.0.0.33 - - [2025-09-11 02:01:45] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006197 10.0.0.33 - - [2025-09-11 02:01:45] "GET /virtual-networks?parent_id=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003077 10.0.0.33 - - [2025-09-11 02:01:45] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005489 10.0.0.33 - - [2025-09-11 02:01:47] "POST /neutron/port HTTP/1.1" 200 1089 0.010836 10.0.0.33 - - [2025-09-11 02:01:47] "POST /neutron/port HTTP/1.1" 200 1089 0.010812 10.0.0.33 - - [2025-09-11 02:01:47] "POST /neutron/network HTTP/1.1" 200 937 0.005663 10.0.0.33 - - [2025-09-11 02:01:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003470 10.0.0.33 - - [2025-09-11 02:01:47] "POST /neutron/subnet HTTP/1.1" 200 693 0.007040 10.0.0.33 - - [2025-09-11 02:01:47] "POST /neutron/port HTTP/1.1" 200 117 0.001311 10.0.0.33 - - [2025-09-11 02:01:47] "POST /neutron/network HTTP/1.1" 200 927 0.006168 10.0.0.33 - - [2025-09-11 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.33 - - [2025-09-11 02:01:48] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006603 10.0.0.33 - - [2025-09-11 02:01:49] "POST /neutron/port HTTP/1.1" 200 1089 0.011454 10.0.0.33 - - [2025-09-11 02:01:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005816 10.0.0.33 - - [2025-09-11 02:01:50] "POST /neutron/port HTTP/1.1" 200 1088 0.012141 10.0.0.33 - - [2025-09-11 02:01:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005783 10.0.0.33 - - [2025-09-11 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.33 - - [2025-09-11 02:01:51] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003316 10.0.0.33 - - [2025-09-11 02:01:51] "GET /virtual-networks?parent_id=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003907 10.0.0.33 - - [2025-09-11 02:01:51] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005666 10.0.0.33 - - [2025-09-11 02:01:51] "POST /neutron/port HTTP/1.1" 200 1088 0.010875 10.0.0.33 - - [2025-09-11 02:01:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006588 10.0.0.33 - - [2025-09-11 02:01:51] "POST /neutron/port HTTP/1.1" 200 1088 0.010907 10.0.0.33 - - [2025-09-11 02:01:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005635 10.0.0.33 - - [2025-09-11 02:01:51] "POST /neutron/port HTTP/1.1" 200 1088 0.010647 10.0.0.33 - - [2025-09-11 02:01:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005412 10.0.0.33 - - [2025-09-11 02:01:51] "GET /virtual-machine/96ffbdf0-7d9d-406e-8a26-33a43157597e HTTP/1.1" 200 1294 0.004145 10.0.0.33 - - [2025-09-11 02:01:51] "GET /virtual-machine-interface/5e947443-58d7-44ff-89ca-92c65883a5a5 HTTP/1.1" 200 2950 0.004299 10.0.0.33 - - [2025-09-11 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.33 - - [2025-09-11 02:01:51] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.33 - - [2025-09-11 02:01:51] "GET /virtual-networks?parent_id=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002979 10.0.0.33 - - [2025-09-11 02:01:51] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005817 10.0.0.33 - - [2025-09-11 02:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.33 - - [2025-09-11 02:01:52] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004288 10.0.0.33 - - [2025-09-11 02:01:52] "GET /virtual-networks?parent_id=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003267 10.0.0.33 - - [2025-09-11 02:01:52] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005835 10.0.0.33 - - [2025-09-11 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.33 - - [2025-09-11 02:01:57] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.33 - - [2025-09-11 02:01:57] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024292 10.0.0.33 - - [2025-09-11 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.33 - - [2025-09-11 02:01:57] "PUT /network-policy/4db7218b-cf47-4ebb-8623-71ddc5fcd4d7 HTTP/1.1" 200 262 0.010581 10.0.0.33 - - [2025-09-11 02:01:57] "PUT /access-control-list/8206b5d0-8e1e-47cf-84e4-d7b3463c0d62 HTTP/1.1" 200 272 0.052651 10.0.0.33 - - [2025-09-11 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.011539 10.0.0.33 - - [2025-09-11 02:01:57] "PUT /access-control-list/1b2ab388-c97d-421b-bbab-ec7172cb942d HTTP/1.1" 200 272 0.053994 10.0.0.33 - - [2025-09-11 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.010479 10.0.0.33 - - [2025-09-11 02:02:00] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006892 10.0.0.33 - - [2025-09-11 02:02:00] "POST /neutron/network HTTP/1.1" 200 926 0.006352 10.0.0.33 - - [2025-09-11 02:02:00] "POST /neutron/network HTTP/1.1" 200 824 0.043746 10.0.0.33 - - [2025-09-11 02:02:00] "DELETE /access-control-list/8206b5d0-8e1e-47cf-84e4-d7b3463c0d62 HTTP/1.1" 200 115 0.046158 10.0.0.33 - - [2025-09-11 02:02:00] "POST /neutron/network HTTP/1.1" 200 824 0.010334 10.0.0.33 - - [2025-09-11 02:02:00] "GET /virtual-network/9b3cc73b-e4eb-4f5b-ae41-78f85e3eb270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006035 10.0.0.33 - - [2025-09-11 02:02:00] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005538 10.0.0.33 - - [2025-09-11 02:02:00] "POST /neutron/network HTTP/1.1" 200 927 0.005833 10.0.0.33 - - [2025-09-11 02:02:01] "POST /neutron/network HTTP/1.1" 200 825 0.053705 10.0.0.33 - - [2025-09-11 02:02:01] "DELETE /access-control-list/1b2ab388-c97d-421b-bbab-ec7172cb942d HTTP/1.1" 200 115 0.040379 10.0.0.33 - - [2025-09-11 02:02:01] "POST /neutron/network HTTP/1.1" 200 825 0.006253 10.0.0.33 - - [2025-09-11 02:02:01] "GET /virtual-network/92b8e7bf-ecd2-4da0-830b-1a4e443243a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005439 10.0.0.33 - - [2025-09-11 02:02:01] "DELETE /network-policy/4db7218b-cf47-4ebb-8623-71ddc5fcd4d7 HTTP/1.1" 200 115 0.022972 10.0.0.33 - - [2025-09-11 02:02:01] "POST /neutron/network HTTP/1.1" 200 824 0.005886 10.0.0.33 - - [2025-09-11 02:02:01] "POST /neutron/network HTTP/1.1" 400 204 0.010623 10.0.0.33 - - [2025-09-11 02:02:01] "POST /neutron/port HTTP/1.1" 200 1088 0.011667 10.0.0.33 - - [2025-09-11 02:02:01] "POST /neutron/port HTTP/1.1" 200 1114 0.010191 10.0.0.33 - - [2025-09-11 02:02:01] "POST /neutron/port HTTP/1.1" 200 1089 0.015434 10.0.0.33 - - [2025-09-11 02:02:01] "POST /neutron/port HTTP/1.1" 200 1115 0.008265 10.0.0.33 - - [2025-09-11 02:02:01] "POST /neutron/port HTTP/1.1" 200 151 0.120311 10.0.0.33 - - [2025-09-11 02:02:01] "POST /neutron/port HTTP/1.1" 200 151 0.117410 10.0.0.33 - - [2025-09-11 02:02:03] "POST /neutron/network HTTP/1.1" 200 824 0.006203 10.0.0.33 - - [2025-09-11 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005726 10.0.0.33 - - [2025-09-11 02:02:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003857 10.0.0.33 - - [2025-09-11 02:02:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003395 10.0.0.33 - - [2025-09-11 02:02:03] "POST /neutron/network HTTP/1.1" 200 151 0.095731 10.0.0.33 - - [2025-09-11 02:02:03] "DELETE /route-target/934a572b-22db-465f-9212-187f6cf466d1 HTTP/1.1" 200 115 0.026920 10.0.0.33 - - [2025-09-11 02:02:03] "GET /routing-instance/bdf68c41-2ff9-486c-8823-e859fccc3434 HTTP/1.1" 404 171 0.004865 10.0.0.33 - - [2025-09-11 02:02:03] "GET /domains HTTP/1.1" 200 280 0.003393 10.0.0.33 - - [2025-09-11 02:02:03] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.33 - - [2025-09-11 02:02:03] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 3159 0.053097 10.0.0.33 - - [2025-09-11 02:02:03] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001491 10.0.0.33 - - [2025-09-11 02:02:03] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae HTTP/1.1" 200 2104 0.076767 10.0.0.33 - - [2025-09-11 02:02:03] "POST /neutron/network HTTP/1.1" 200 825 0.007269 10.0.0.33 - - [2025-09-11 02:02:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003498 10.0.0.33 - - [2025-09-11 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.33 - - [2025-09-11 02:02:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001920 10.0.0.33 - - [2025-09-11 02:02:03] "POST /neutron/network HTTP/1.1" 200 151 0.086360 10.0.0.33 - - [2025-09-11 02:02:03] "DELETE /route-target/bd897d8d-e7da-4b23-a445-2a124e00d6f9 HTTP/1.1" 200 115 0.016734 10.0.0.33 - - [2025-09-11 02:02:03] "GET /routing-instance/d00a485f-db0b-40fc-8a6c-080474fcd68a HTTP/1.1" 404 171 0.003357 10.0.0.33 - - [2025-09-11 02:02:03] "GET /domains HTTP/1.1" 200 280 0.002437 10.0.0.33 - - [2025-09-11 02:02:03] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.33 - - [2025-09-11 02:02:03] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 3159 0.048858 10.0.0.33 - - [2025-09-11 02:02:03] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001781 10.0.0.33 - - [2025-09-11 02:02:03] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae HTTP/1.1" 200 1865 0.071110 10.0.0.33 - - [2025-09-11 02:02:03] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001153 10.0.0.33 - - [2025-09-11 02:02:04] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024931 10.0.0.33 - - [2025-09-11 02:02:04] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001389 10.0.0.33 - - [2025-09-11 02:02:04] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?fields=virtual_networks HTTP/1.1" 200 1037 0.067911 10.0.0.33 - - [2025-09-11 02:02:04] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001420 10.0.0.33 - - [2025-09-11 02:02:04] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.031244 10.0.0.33 - - [2025-09-11 02:02:04] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.33 - - [2025-09-11 02:02:04] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?fields=security_groups HTTP/1.1" 200 1265 0.026196 10.0.0.33 - - [2025-09-11 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 181 0.029905 10.0.0.33 - - [2025-09-11 02:02:05] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004012 10.0.0.33 - - [2025-09-11 02:02:05] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.33 - - [2025-09-11 02:02:05] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007066 10.0.0.33 - - [2025-09-11 02:02:05] "POST /id-to-fqname HTTP/1.1" 200 183 0.001280 10.0.0.33 - - [2025-09-11 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.003890 10.0.0.33 - - [2025-09-11 02:02:05] "POST /security-groups HTTP/1.1" 200 584 0.068363 10.0.0.33 - - [2025-09-11 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 227 0.002857 10.0.0.33 - - [2025-09-11 02:02:05] "POST /projects HTTP/1.1" 200 571 0.217448 10.0.0.33 - - [2025-09-11 02:02:05] "POST /access-control-lists HTTP/1.1" 200 589 0.057166 10.0.0.33 - - [2025-09-11 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.290498 10.0.0.33 - - [2025-09-11 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 226 0.003351 10.0.0.33 - - [2025-09-11 02:02:05] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.414488 10.0.0.33 - - [2025-09-11 02:02:05] "POST /access-control-lists HTTP/1.1" 200 587 0.057049 10.0.0.33 - - [2025-09-11 02:02:06] "GET / HTTP/1.1" 200 35931 0.002453 10.0.0.33 - - [2025-09-11 02:02:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000618 10.0.0.33 - - [2025-09-11 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.102860 10.0.0.33 - - [2025-09-11 02:02:07] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001071 10.0.0.33 - - [2025-09-11 02:02:08] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.028801 10.0.0.33 - - [2025-09-11 02:02:08] "POST /neutron/network HTTP/1.1" 200 117 0.041710 10.0.0.33 - - [2025-09-11 02:02:08] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002113 10.0.0.33 - - [2025-09-11 02:02:08] "POST /neutron/network HTTP/1.1" 200 612 0.097096 10.0.0.33 - - [2025-09-11 02:02:08] "POST /route-targets HTTP/1.1" 200 327 0.010709 10.0.0.33 - - [2025-09-11 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.014128 10.0.0.33 - - [2025-09-11 02:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004847 10.0.0.33 - - [2025-09-11 02:02:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.158021 10.0.0.33 - - [2025-09-11 02:02:08] "POST /neutron/network HTTP/1.1" 200 829 0.006799 10.0.0.33 - - [2025-09-11 02:02:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.002464 10.0.0.33 - - [2025-09-11 02:02:08] "GET /virtual-network/68b5bb4f-f2a4-46d0-b65e-c1c2f937d30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006411 10.0.0.33 - - [2025-09-11 02:02:08] "POST /neutron/network HTTP/1.1" 200 829 0.006032 10.0.0.33 - - [2025-09-11 02:02:08] "GET /virtual-network/68b5bb4f-f2a4-46d0-b65e-c1c2f937d30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004873 10.0.0.33 - - [2025-09-11 02:02:08] "POST /neutron/network HTTP/1.1" 200 829 0.005891 10.0.0.33 - - [2025-09-11 02:02:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.006815 10.0.0.33 - - [2025-09-11 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.33 - - [2025-09-11 02:02:08] "GET /virtual-network/68b5bb4f-f2a4-46d0-b65e-c1c2f937d30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004618 10.0.0.33 - - [2025-09-11 02:02:08] "PUT /virtual-network/68b5bb4f-f2a4-46d0-b65e-c1c2f937d30d HTTP/1.1" 200 264 0.032897 10.0.0.33 - - [2025-09-11 02:02:08] "POST /route-targets HTTP/1.1" 200 323 0.015985 10.0.0.33 - - [2025-09-11 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.010584 10.0.0.33 - - [2025-09-11 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.33 - - [2025-09-11 02:02:08] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001485 10.0.0.33 - - [2025-09-11 02:02:08] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.027328 10.0.0.33 - - [2025-09-11 02:02:08] "POST /neutron/network HTTP/1.1" 200 117 0.009694 10.0.0.33 - - [2025-09-11 02:02:08] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001177 10.0.0.33 - - [2025-09-11 02:02:08] "POST /neutron/network HTTP/1.1" 200 612 0.067888 10.0.0.33 - - [2025-09-11 02:02:08] "POST /route-targets HTTP/1.1" 200 327 0.010425 10.0.0.33 - - [2025-09-11 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.015336 10.0.0.33 - - [2025-09-11 02:02:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002628 10.0.0.33 - - [2025-09-11 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.160809 10.0.0.33 - - [2025-09-11 02:02:09] "POST /neutron/network HTTP/1.1" 200 832 0.006290 10.0.0.33 - - [2025-09-11 02:02:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001935 10.0.0.33 - - [2025-09-11 02:02:09] "GET /virtual-network/eb2708ed-247f-438c-9073-3519dcfa5685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006797 10.0.0.33 - - [2025-09-11 02:02:09] "POST /neutron/network HTTP/1.1" 200 832 0.005700 10.0.0.33 - - [2025-09-11 02:02:09] "GET /virtual-network/eb2708ed-247f-438c-9073-3519dcfa5685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005174 10.0.0.33 - - [2025-09-11 02:02:09] "POST /neutron/network HTTP/1.1" 200 832 0.006008 10.0.0.33 - - [2025-09-11 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.008004 10.0.0.33 - - [2025-09-11 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.33 - - [2025-09-11 02:02:09] "GET /virtual-network/eb2708ed-247f-438c-9073-3519dcfa5685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004792 10.0.0.33 - - [2025-09-11 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.015711 10.0.0.33 - - [2025-09-11 02:02:09] "PUT /virtual-network/eb2708ed-247f-438c-9073-3519dcfa5685 HTTP/1.1" 200 264 0.042449 10.0.0.33 - - [2025-09-11 02:02:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001470 10.0.0.33 - - [2025-09-11 02:02:09] "POST /neutron/network HTTP/1.1" 200 839 0.005844 10.0.0.33 - - [2025-09-11 02:02:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.33 - - [2025-09-11 02:02:10] "GET / HTTP/1.1" 200 35931 0.001893 10.0.0.33 - - [2025-09-11 02:02:10] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.33 - - [2025-09-11 02:02:10] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001060 10.0.0.33 - - [2025-09-11 02:02:10] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.046857 10.0.0.33 - - [2025-09-11 02:02:10] "POST /neutron/network HTTP/1.1" 200 829 0.005867 10.0.0.33 - - [2025-09-11 02:02:10] "POST /neutron/port HTTP/1.1" 200 117 0.005050 10.0.0.33 - - [2025-09-11 02:02:10] "POST /neutron/port HTTP/1.1" 200 117 0.004833 10.0.0.33 - - [2025-09-11 02:02:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001384 10.0.0.33 - - [2025-09-11 02:02:10] "POST /neutron/port HTTP/1.1" 200 117 0.005539 10.0.0.33 - - [2025-09-11 02:02:10] "POST /neutron/network HTTP/1.1" 200 842 0.006710 10.0.0.33 - - [2025-09-11 02:02:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000483 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/network HTTP/1.1" 200 839 0.005601 10.0.0.33 - - [2025-09-11 02:02:11] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001114 10.0.0.33 - - [2025-09-11 02:02:11] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.33 - - [2025-09-11 02:02:11] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000651 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/port HTTP/1.1" 200 1051 0.195127 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/port HTTP/1.1" 200 1051 0.009211 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/port HTTP/1.1" 200 1051 0.011871 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/port HTTP/1.1" 200 1105 0.068283 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/port HTTP/1.1" 200 1079 0.012973 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005488 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.007194 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/network HTTP/1.1" 200 829 0.005577 10.0.0.33 - - [2025-09-11 02:02:11] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001238 10.0.0.33 - - [2025-09-11 02:02:11] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.048202 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/network HTTP/1.1" 200 832 0.005694 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/port HTTP/1.1" 200 1079 0.014285 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006661 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.004857 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/port HTTP/1.1" 200 1079 0.012357 10.0.0.33 - - [2025-09-11 02:02:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009024 10.0.0.33 - - [2025-09-11 02:02:12] "POST /neutron/network HTTP/1.1" 200 842 0.006573 10.0.0.33 - - [2025-09-11 02:02:12] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001860 10.0.0.33 - - [2025-09-11 02:02:12] "POST /neutron/port HTTP/1.1" 200 1054 0.265438 10.0.0.33 - - [2025-09-11 02:02:12] "POST /neutron/port HTTP/1.1" 200 1054 0.014543 10.0.0.33 - - [2025-09-11 02:02:12] "POST /neutron/port HTTP/1.1" 200 1054 0.010815 10.0.0.33 - - [2025-09-11 02:02:12] "POST /neutron/port HTTP/1.1" 200 1108 0.075505 10.0.0.33 - - [2025-09-11 02:02:12] "POST /neutron/port HTTP/1.1" 200 1082 0.014141 10.0.0.33 - - [2025-09-11 02:02:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004205 10.0.0.33 - - [2025-09-11 02:02:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.007469 10.0.0.33 - - [2025-09-11 02:02:12] "POST /neutron/port HTTP/1.1" 200 117 0.001308 10.0.0.33 - - [2025-09-11 02:02:12] "POST /neutron/network HTTP/1.1" 200 832 0.005912 10.0.0.33 - - [2025-09-11 02:02:12] "DELETE /project/07cb1e611e8a4ea7aceb0854ab3b402f HTTP/1.1" 404 173 0.020904 10.0.0.33 - - [2025-09-11 02:02:12] "DELETE /project/f81b4de63139405a9b3c2d5c70324584 HTTP/1.1" 404 173 0.017901 10.0.0.33 - - [2025-09-11 02:02:12] "DELETE /project/ac47234dcb0745139026e82dbf3b54ae HTTP/1.1" 404 173 0.011589 10.0.0.33 - - [2025-09-11 02:02:12] "DELETE /project/25ae003cf88c4c858ceeb166835f7776 HTTP/1.1" 404 173 0.010837 10.0.0.33 - - [2025-09-11 02:02:12] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.33 - - [2025-09-11 02:02:12] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000834 10.0.0.33 - - [2025-09-11 02:02:12] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000795 10.0.0.33 - - [2025-09-11 02:02:12] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000782 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.051548 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.052994 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.056542 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.066835 10.0.0.33 - - [2025-09-11 02:02:13] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001049 10.0.0.33 - - [2025-09-11 02:02:13] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.33 - - [2025-09-11 02:02:13] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000917 10.0.0.33 - - [2025-09-11 02:02:13] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000770 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?fields=security_groups HTTP/1.1" 200 1370 0.053884 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?fields=security_groups HTTP/1.1" 200 1410 0.056017 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?fields=security_groups HTTP/1.1" 200 1387 0.058758 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?fields=security_groups HTTP/1.1" 200 1372 0.060790 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /security-group/265b1231-84b5-4309-9f5f-6968c4020645 HTTP/1.1" 200 115 0.158496 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /security-group/1209cc3f-083c-4d3a-b636-bcd9834c06c6 HTTP/1.1" 200 115 0.155992 10.0.0.33 - - [2025-09-11 02:02:13] "GET /projects?obj_uuids=ac47234d-cb07-4513-9026-e82dbf3b54ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001156 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /security-group/4f4775d2-29a9-495a-ab21-cdd6cdcef3ef HTTP/1.1" 200 115 0.166995 10.0.0.33 - - [2025-09-11 02:02:13] "GET /projects?obj_uuids=25ae003c-f88c-4c85-8cee-b166835f7776&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.33 - - [2025-09-11 02:02:13] "GET /projects?obj_uuids=07cb1e61-1e8a-4ea7-aceb-0854ab3b402f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001250 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /access-control-list/56a3eeaa-a96f-4997-ab1d-d17f6baf2cab HTTP/1.1" 200 115 0.117289 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/ac47234d-cb07-4513-9026-e82dbf3b54ae?fields=application_policy_sets HTTP/1.1" 200 1409 0.050858 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /security-group/24d45b56-6d0f-4dfe-9a9e-1f4ca546e533 HTTP/1.1" 200 115 0.198100 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f?fields=application_policy_sets HTTP/1.1" 200 1449 0.080913 10.0.0.33 - - [2025-09-11 02:02:13] "GET /projects?obj_uuids=2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001176 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /access-control-list/f3fb5cd9-408c-470e-a33e-6f87504dbeb7 HTTP/1.1" 200 115 0.090833 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/25ae003c-f88c-4c85-8cee-b166835f7776?fields=application_policy_sets HTTP/1.1" 200 1426 0.162992 10.0.0.33 - - [2025-09-11 02:02:13] "GET /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3?fields=application_policy_sets HTTP/1.1" 200 1411 0.116241 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /access-control-list/54469365-a835-4e4d-86c3-f407638633a1 HTTP/1.1" 200 115 0.101880 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /access-control-list/2ed1f9ce-4fae-4352-bf70-7a8f01286d98 HTTP/1.1" 200 115 0.071836 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /project/ac47234d-cb07-4513-9026-e82dbf3b54ae HTTP/1.1" 200 115 0.716657 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /access-control-list/d53bede7-6e83-4deb-a8e1-4a196c04d4e9 HTTP/1.1" 200 115 0.102582 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /project/07cb1e61-1e8a-4ea7-aceb-0854ab3b402f HTTP/1.1" 200 115 0.804720 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /project/25ae003c-f88c-4c85-8cee-b166835f7776 HTTP/1.1" 200 115 0.818336 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /project/2809adbb-1e5d-4e8a-bc6d-6264b0c38ed3 HTTP/1.1" 200 115 0.828496 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /access-control-list/1cdafdda-22ce-4ffe-83a9-a1ad44f40a94 HTTP/1.1" 200 115 0.049434 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /access-control-list/fdd52946-58a1-435d-8dce-61b5edda0942 HTTP/1.1" 200 115 0.055355 10.0.0.33 - - [2025-09-11 02:02:13] "DELETE /access-control-list/014447a2-3678-448b-b4d3-ad21c9f2971a HTTP/1.1" 200 115 0.047121 10.0.0.33 - - [2025-09-11 02:02:17] "POST /neutron/port HTTP/1.1" 200 1079 0.011788 10.0.0.33 - - [2025-09-11 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007616 10.0.0.33 - - [2025-09-11 02:02:17] "POST /neutron/port HTTP/1.1" 200 1079 0.016013 10.0.0.33 - - [2025-09-11 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007367 10.0.0.33 - - [2025-09-11 02:02:17] "POST /neutron/port HTTP/1.1" 200 1079 0.020014 10.0.0.33 - - [2025-09-11 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006346 10.0.0.33 - - [2025-09-11 02:02:17] "GET /virtual-machine/c6390b7c-71dc-4b3d-b039-8205a87dc51d HTTP/1.1" 401 292 0.000570 10.0.0.33 - - [2025-09-11 02:02:17] "GET /virtual-machine/c6390b7c-71dc-4b3d-b039-8205a87dc51d HTTP/1.1" 200 1286 0.032010 10.0.0.33 - - [2025-09-11 02:02:17] "GET /virtual-machine-interface/d4f46b2a-9c92-4897-801e-58336ad85a88 HTTP/1.1" 200 2927 0.005522 10.0.0.33 - - [2025-09-11 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.33 - - [2025-09-11 02:02:17] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005666 10.0.0.33 - - [2025-09-11 02:02:17] "GET /virtual-networks?parent_id=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003302 10.0.0.33 - - [2025-09-11 02:02:17] "GET /virtual-network/68b5bb4f-f2a4-46d0-b65e-c1c2f937d30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005628 10.0.0.33 - - [2025-09-11 02:02:18] "GET /obj-perms HTTP/1.1" 200 5056 0.061147 10.0.0.33 - - [2025-09-11 02:02:19] "GET /obj-perms HTTP/1.1" 200 5056 0.052041 10.0.0.33 - - [2025-09-11 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.33 - - [2025-09-11 02:02:20] "GET /virtual-network/68b5bb4f-f2a4-46d0-b65e-c1c2f937d30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005215 10.0.0.33 - - [2025-09-11 02:02:21] "POST /neutron/port HTTP/1.1" 200 1079 0.011160 10.0.0.33 - - [2025-09-11 02:02:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004735 10.0.0.33 - - [2025-09-11 02:02:22] "POST /neutron/port HTTP/1.1" 200 1082 0.011951 10.0.0.33 - - [2025-09-11 02:02:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006538 10.0.0.33 - - [2025-09-11 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.33 - - [2025-09-11 02:02:23] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003405 10.0.0.33 - - [2025-09-11 02:02:23] "GET /virtual-networks?parent_id=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003451 10.0.0.33 - - [2025-09-11 02:02:23] "GET /virtual-network/68b5bb4f-f2a4-46d0-b65e-c1c2f937d30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005898 10.0.0.33 - - [2025-09-11 02:02:23] "POST /neutron/port HTTP/1.1" 200 1082 0.010797 10.0.0.33 - - [2025-09-11 02:02:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006530 10.0.0.33 - - [2025-09-11 02:02:23] "POST /neutron/port HTTP/1.1" 200 1082 0.010794 10.0.0.33 - - [2025-09-11 02:02:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006160 10.0.0.33 - - [2025-09-11 02:02:23] "POST /neutron/port HTTP/1.1" 200 1082 0.010777 10.0.0.33 - - [2025-09-11 02:02:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005895 10.0.0.33 - - [2025-09-11 02:02:23] "GET /virtual-machine/e338c38e-7207-4b44-b104-2705726e65b0 HTTP/1.1" 200 1286 0.004607 10.0.0.33 - - [2025-09-11 02:02:23] "GET /virtual-machine-interface/a9631204-be04-48a5-a811-caba836fa409 HTTP/1.1" 200 2928 0.005962 10.0.0.33 - - [2025-09-11 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.33 - - [2025-09-11 02:02:23] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004426 10.0.0.33 - - [2025-09-11 02:02:23] "GET /virtual-networks?parent_id=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003098 10.0.0.33 - - [2025-09-11 02:02:23] "GET /virtual-network/eb2708ed-247f-438c-9073-3519dcfa5685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006397 10.0.0.33 - - [2025-09-11 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.33 - - [2025-09-11 02:02:24] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003316 10.0.0.33 - - [2025-09-11 02:02:24] "GET /virtual-networks?parent_id=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003264 10.0.0.33 - - [2025-09-11 02:02:24] "GET /virtual-network/eb2708ed-247f-438c-9073-3519dcfa5685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005451 10.0.0.33 - - [2025-09-11 02:02:25] "POST /routing-policys HTTP/1.1" 200 534 0.015388 10.0.0.33 - - [2025-09-11 02:02:25] "GET /virtual-network/68b5bb4f-f2a4-46d0-b65e-c1c2f937d30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007330 10.0.0.33 - - [2025-09-11 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.011708 10.0.0.33 - - [2025-09-11 02:02:25] "PUT /virtual-network/68b5bb4f-f2a4-46d0-b65e-c1c2f937d30d HTTP/1.1" 200 264 0.031575 10.0.0.33 - - [2025-09-11 02:02:27] "GET /global-system-configs HTTP/1.1" 200 322 0.038135 10.0.0.33 - - [2025-09-11 02:02:27] "GET /obj-perms HTTP/1.1" 200 5056 0.076810 10.0.0.33 - - [2025-09-11 02:02:28] "GET /global-system-configs HTTP/1.1" 200 322 0.031918 10.0.0.33 - - [2025-09-11 02:02:28] "GET /obj-perms HTTP/1.1" 200 5056 0.071819 10.0.0.33 - - [2025-09-11 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.028643 10.0.0.33 - - [2025-09-11 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.011177 10.0.0.33 - - [2025-09-11 02:02:29] "DELETE /routing-policy/934acbbf-ad4a-49c6-8882-3aba2727df18 HTTP/1.1" 200 115 0.030149 10.0.0.33 - - [2025-09-11 02:02:29] "POST /neutron/network HTTP/1.1" 200 832 0.008411 10.0.0.33 - - [2025-09-11 02:02:29] "POST /neutron/network HTTP/1.1" 400 204 0.010311 10.0.0.33 - - [2025-09-11 02:02:29] "POST /neutron/port HTTP/1.1" 200 1082 0.010831 10.0.0.33 - - [2025-09-11 02:02:29] "POST /neutron/port HTTP/1.1" 200 1108 0.009738 10.0.0.33 - - [2025-09-11 02:02:29] "POST /neutron/port HTTP/1.1" 200 1079 0.011912 10.0.0.33 - - [2025-09-11 02:02:29] "POST /neutron/port HTTP/1.1" 200 1105 0.010805 10.0.0.33 - - [2025-09-11 02:02:29] "POST /neutron/port HTTP/1.1" 200 151 0.128951 10.0.0.33 - - [2025-09-11 02:02:29] "POST /neutron/port HTTP/1.1" 200 151 0.148359 10.0.0.33 - - [2025-09-11 02:02:31] "POST /neutron/network HTTP/1.1" 200 832 0.007890 10.0.0.33 - - [2025-09-11 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.33 - - [2025-09-11 02:02:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002813 10.0.0.33 - - [2025-09-11 02:02:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001780 10.0.0.33 - - [2025-09-11 02:02:31] "POST /neutron/network HTTP/1.1" 200 151 0.090054 10.0.0.33 - - [2025-09-11 02:02:31] "DELETE /route-target/7357ca9b-b629-4cfd-9e50-45a34bde6eb2 HTTP/1.1" 200 115 0.016395 10.0.0.33 - - [2025-09-11 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.33 - - [2025-09-11 02:02:31] "POST /neutron/network HTTP/1.1" 200 829 0.004534 10.0.0.33 - - [2025-09-11 02:02:31] "DELETE /route-target/2dfd8d49-92ff-4d0a-94e6-c3b6a0422220 HTTP/1.1" 409 239 0.006413 10.0.0.33 - - [2025-09-11 02:02:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.33 - - [2025-09-11 02:02:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001853 10.0.0.33 - - [2025-09-11 02:02:31] "POST /neutron/network HTTP/1.1" 200 151 0.075887 10.0.0.33 - - [2025-09-11 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.33 - - [2025-09-11 02:02:31] "DELETE /route-target/4c410188-59ea-4147-b6bb-29a6b5e65e9e HTTP/1.1" 200 115 0.017056 10.0.0.33 - - [2025-09-11 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.33 - - [2025-09-11 02:02:31] "DELETE /route-target/2dfd8d49-92ff-4d0a-94e6-c3b6a0422220 HTTP/1.1" 200 115 0.019310 10.0.0.33 - - [2025-09-11 02:02:31] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001093 10.0.0.33 - - [2025-09-11 02:02:31] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.029023 10.0.0.33 - - [2025-09-11 02:02:31] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000987 10.0.0.33 - - [2025-09-11 02:02:31] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?fields=virtual_networks HTTP/1.1" 200 1019 0.069116 10.0.0.33 - - [2025-09-11 02:02:31] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001096 10.0.0.33 - - [2025-09-11 02:02:31] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.031968 10.0.0.33 - - [2025-09-11 02:02:32] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001578 10.0.0.33 - - [2025-09-11 02:02:32] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?fields=security_groups HTTP/1.1" 200 1238 0.036806 10.0.0.33 - - [2025-09-11 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.024984 10.0.0.33 - - [2025-09-11 02:02:32] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002449 10.0.0.33 - - [2025-09-11 02:02:32] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.33 - - [2025-09-11 02:02:32] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007415 10.0.0.33 - - [2025-09-11 02:02:33] "POST /id-to-fqname HTTP/1.1" 200 188 0.002038 10.0.0.33 - - [2025-09-11 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.003344 10.0.0.33 - - [2025-09-11 02:02:33] "POST /security-groups HTTP/1.1" 200 589 0.067845 10.0.0.33 - - [2025-09-11 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 232 0.003070 10.0.0.33 - - [2025-09-11 02:02:33] "POST /projects HTTP/1.1" 200 581 0.223616 10.0.0.33 - - [2025-09-11 02:02:33] "POST /access-control-lists HTTP/1.1" 200 594 0.058501 10.0.0.33 - - [2025-09-11 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.296117 10.0.0.33 - - [2025-09-11 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 231 0.004762 10.0.0.33 - - [2025-09-11 02:02:33] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.421331 10.0.0.33 - - [2025-09-11 02:02:33] "POST /access-control-lists HTTP/1.1" 200 592 0.061005 10.0.0.33 - - [2025-09-11 02:02:34] "GET / HTTP/1.1" 200 35931 0.002087 10.0.0.33 - - [2025-09-11 02:02:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000790 10.0.0.33 - - [2025-09-11 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.063258 10.0.0.33 - - [2025-09-11 02:02:35] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.33 - - [2025-09-11 02:02:35] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026287 10.0.0.33 - - [2025-09-11 02:02:35] "POST /neutron/network HTTP/1.1" 200 117 0.031919 10.0.0.33 - - [2025-09-11 02:02:35] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.33 - - [2025-09-11 02:02:35] "POST /neutron/network HTTP/1.1" 200 613 0.068075 10.0.0.33 - - [2025-09-11 02:02:35] "POST /route-targets HTTP/1.1" 200 327 0.013106 10.0.0.33 - - [2025-09-11 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.016883 10.0.0.33 - - [2025-09-11 02:02:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003307 10.0.0.33 - - [2025-09-11 02:02:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.169605 10.0.0.33 - - [2025-09-11 02:02:35] "POST /neutron/network HTTP/1.1" 200 831 0.007285 10.0.0.33 - - [2025-09-11 02:02:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001294 10.0.0.33 - - [2025-09-11 02:02:36] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005319 10.0.0.33 - - [2025-09-11 02:02:36] "POST /neutron/network HTTP/1.1" 200 831 0.006814 10.0.0.33 - - [2025-09-11 02:02:36] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005030 10.0.0.33 - - [2025-09-11 02:02:36] "POST /neutron/network HTTP/1.1" 200 831 0.006735 10.0.0.33 - - [2025-09-11 02:02:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.007888 10.0.0.33 - - [2025-09-11 02:02:36] "GET /domains HTTP/1.1" 401 292 0.000518 10.0.0.33 - - [2025-09-11 02:02:36] "GET /domains HTTP/1.1" 200 280 0.027774 10.0.0.33 - - [2025-09-11 02:02:36] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001325 10.0.0.33 - - [2025-09-11 02:02:36] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2749 0.008661 10.0.0.33 - - [2025-09-11 02:02:36] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.33 - - [2025-09-11 02:02:36] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 2081 0.070551 10.0.0.33 - - [2025-09-11 02:02:36] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9 HTTP/1.1" 200 2316 0.007733 10.0.0.33 - - [2025-09-11 02:02:36] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9 HTTP/1.1" 200 2316 0.004544 10.0.0.33 - - [2025-09-11 02:02:36] "GET /routing-instance/1f5e325c-a35e-4a62-ae13-1ef8ad769fd9 HTTP/1.1" 200 1493 0.003226 10.0.0.33 - - [2025-09-11 02:02:36] "GET /routing-instance/1f5e325c-a35e-4a62-ae13-1ef8ad769fd9 HTTP/1.1" 200 1493 0.002909 10.0.0.33 - - [2025-09-11 02:02:36] "GET /route-target/e55ecf01-f4e5-4da4-8d52-028e45665add HTTP/1.1" 200 1213 0.003105 10.0.0.33 - - [2025-09-11 02:02:36] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9 HTTP/1.1" 200 2316 0.004333 10.0.0.33 - - [2025-09-11 02:02:36] "GET /routing-instance/1f5e325c-a35e-4a62-ae13-1ef8ad769fd9 HTTP/1.1" 200 1493 0.003072 10.0.0.33 - - [2025-09-11 02:02:36] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004708 10.0.0.33 - - [2025-09-11 02:02:36] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9 HTTP/1.1" 200 2316 0.004730 10.0.0.33 - - [2025-09-11 02:02:36] "GET /routing-instance/1f5e325c-a35e-4a62-ae13-1ef8ad769fd9 HTTP/1.1" 200 1493 0.003053 10.0.0.33 - - [2025-09-11 02:02:36] "GET /routing-instance/1f5e325c-a35e-4a62-ae13-1ef8ad769fd9 HTTP/1.1" 200 1493 0.002998 10.0.0.33 - - [2025-09-11 02:02:36] "GET /route-target/e55ecf01-f4e5-4da4-8d52-028e45665add HTTP/1.1" 200 1213 0.002700 10.0.0.33 - - [2025-09-11 02:02:36] "GET /domains HTTP/1.1" 200 280 0.004045 10.0.0.33 - - [2025-09-11 02:02:36] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.33 - - [2025-09-11 02:02:36] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2749 0.006124 10.0.0.33 - - [2025-09-11 02:02:36] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.33 - - [2025-09-11 02:02:36] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 2081 0.066962 10.0.0.33 - - [2025-09-11 02:02:36] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9 HTTP/1.1" 200 2316 0.005394 10.0.0.33 - - [2025-09-11 02:02:37] "GET /obj-perms HTTP/1.1" 200 5026 0.048570 10.0.0.33 - - [2025-09-11 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.33 - - [2025-09-11 02:02:37] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.33 - - [2025-09-11 02:02:37] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027348 10.0.0.33 - - [2025-09-11 02:02:37] "POST /neutron/network HTTP/1.1" 200 117 0.007899 10.0.0.33 - - [2025-09-11 02:02:37] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.33 - - [2025-09-11 02:02:37] "POST /neutron/network HTTP/1.1" 200 613 0.066974 10.0.0.33 - - [2025-09-11 02:02:37] "POST /route-targets HTTP/1.1" 200 327 0.009314 10.0.0.33 - - [2025-09-11 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.010769 10.0.0.33 - - [2025-09-11 02:02:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003082 10.0.0.33 - - [2025-09-11 02:02:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.138121 10.0.0.33 - - [2025-09-11 02:02:37] "POST /neutron/network HTTP/1.1" 200 832 0.008201 10.0.0.33 - - [2025-09-11 02:02:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001448 10.0.0.33 - - [2025-09-11 02:02:37] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006424 10.0.0.33 - - [2025-09-11 02:02:37] "POST /neutron/network HTTP/1.1" 200 832 0.007764 10.0.0.33 - - [2025-09-11 02:02:37] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005115 10.0.0.33 - - [2025-09-11 02:02:37] "POST /neutron/network HTTP/1.1" 200 832 0.006163 10.0.0.33 - - [2025-09-11 02:02:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.007095 10.0.0.33 - - [2025-09-11 02:02:37] "GET /domains HTTP/1.1" 200 280 0.002319 10.0.0.33 - - [2025-09-11 02:02:37] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.33 - - [2025-09-11 02:02:37] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2749 0.007455 10.0.0.33 - - [2025-09-11 02:02:37] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.33 - - [2025-09-11 02:02:37] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 2299 0.071434 10.0.0.33 - - [2025-09-11 02:02:37] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1 HTTP/1.1" 200 2319 0.005939 10.0.0.33 - - [2025-09-11 02:02:37] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1 HTTP/1.1" 200 2319 0.004887 10.0.0.33 - - [2025-09-11 02:02:37] "GET /routing-instance/be0f3a37-0d66-4c73-b479-bed8010ddec6 HTTP/1.1" 200 1494 0.004279 10.0.0.33 - - [2025-09-11 02:02:37] "GET /routing-instance/be0f3a37-0d66-4c73-b479-bed8010ddec6 HTTP/1.1" 200 1494 0.003130 10.0.0.33 - - [2025-09-11 02:02:37] "GET /route-target/4b89d3c4-26ac-488f-95d7-28a0472152cd HTTP/1.1" 200 1212 0.002844 10.0.0.33 - - [2025-09-11 02:02:37] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1 HTTP/1.1" 200 2319 0.006456 10.0.0.33 - - [2025-09-11 02:02:37] "GET /routing-instance/be0f3a37-0d66-4c73-b479-bed8010ddec6 HTTP/1.1" 200 1494 0.003961 10.0.0.33 - - [2025-09-11 02:02:37] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006726 10.0.0.33 - - [2025-09-11 02:02:37] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1 HTTP/1.1" 200 2319 0.005520 10.0.0.33 - - [2025-09-11 02:02:37] "GET /routing-instance/be0f3a37-0d66-4c73-b479-bed8010ddec6 HTTP/1.1" 200 1494 0.004329 10.0.0.33 - - [2025-09-11 02:02:37] "GET /routing-instance/be0f3a37-0d66-4c73-b479-bed8010ddec6 HTTP/1.1" 200 1494 0.003458 10.0.0.33 - - [2025-09-11 02:02:37] "GET /route-target/4b89d3c4-26ac-488f-95d7-28a0472152cd HTTP/1.1" 200 1212 0.002893 10.0.0.33 - - [2025-09-11 02:02:37] "GET /domains HTTP/1.1" 200 280 0.002696 10.0.0.33 - - [2025-09-11 02:02:37] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.33 - - [2025-09-11 02:02:37] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2749 0.006814 10.0.0.33 - - [2025-09-11 02:02:37] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.33 - - [2025-09-11 02:02:38] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 2299 0.066107 10.0.0.33 - - [2025-09-11 02:02:38] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1 HTTP/1.1" 200 2319 0.004704 10.0.0.33 - - [2025-09-11 02:02:38] "GET /obj-perms HTTP/1.1" 200 5026 0.002989 10.0.0.33 - - [2025-09-11 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.33 - - [2025-09-11 02:02:38] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001345 10.0.0.33 - - [2025-09-11 02:02:38] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023328 10.0.0.33 - - [2025-09-11 02:02:38] "POST /neutron/network HTTP/1.1" 200 117 0.008972 10.0.0.33 - - [2025-09-11 02:02:38] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.33 - - [2025-09-11 02:02:38] "POST /neutron/network HTTP/1.1" 200 615 0.060020 10.0.0.33 - - [2025-09-11 02:02:38] "POST /ref-update HTTP/1.1" 200 156 0.011129 10.0.0.33 - - [2025-09-11 02:02:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002677 10.0.0.33 - - [2025-09-11 02:02:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.128061 10.0.0.33 - - [2025-09-11 02:02:38] "POST /neutron/network HTTP/1.1" 200 832 0.005866 10.0.0.33 - - [2025-09-11 02:02:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001218 10.0.0.33 - - [2025-09-11 02:02:38] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004881 10.0.0.33 - - [2025-09-11 02:02:38] "POST /neutron/network HTTP/1.1" 200 832 0.005571 10.0.0.33 - - [2025-09-11 02:02:38] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005242 10.0.0.33 - - [2025-09-11 02:02:38] "POST /neutron/network HTTP/1.1" 200 832 0.005775 10.0.0.33 - - [2025-09-11 02:02:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.007356 10.0.0.33 - - [2025-09-11 02:02:38] "GET /domains HTTP/1.1" 200 280 0.002343 10.0.0.33 - - [2025-09-11 02:02:38] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.33 - - [2025-09-11 02:02:38] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2749 0.006407 10.0.0.33 - - [2025-09-11 02:02:38] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.33 - - [2025-09-11 02:02:38] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 2518 0.071521 10.0.0.33 - - [2025-09-11 02:02:38] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322 HTTP/1.1" 200 2318 0.007297 10.0.0.33 - - [2025-09-11 02:02:38] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322 HTTP/1.1" 200 2318 0.008323 10.0.0.33 - - [2025-09-11 02:02:38] "GET /routing-instance/3058cdab-ee99-4f80-887d-0e7f73138e5e HTTP/1.1" 200 1496 0.004201 10.0.0.33 - - [2025-09-11 02:02:38] "GET /routing-instance/3058cdab-ee99-4f80-887d-0e7f73138e5e HTTP/1.1" 200 1496 0.003808 10.0.0.33 - - [2025-09-11 02:02:38] "GET /route-target/b8e711ce-d98d-4104-8454-30ec84a3501d HTTP/1.1" 200 1214 0.003735 10.0.0.33 - - [2025-09-11 02:02:38] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322 HTTP/1.1" 200 2318 0.005412 10.0.0.33 - - [2025-09-11 02:02:38] "GET /routing-instance/3058cdab-ee99-4f80-887d-0e7f73138e5e HTTP/1.1" 200 1496 0.003684 10.0.0.33 - - [2025-09-11 02:02:38] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005145 10.0.0.33 - - [2025-09-11 02:02:38] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322 HTTP/1.1" 200 2318 0.005144 10.0.0.33 - - [2025-09-11 02:02:38] "GET /routing-instance/3058cdab-ee99-4f80-887d-0e7f73138e5e HTTP/1.1" 200 1496 0.003952 10.0.0.33 - - [2025-09-11 02:02:38] "GET /routing-instance/3058cdab-ee99-4f80-887d-0e7f73138e5e HTTP/1.1" 200 1496 0.005550 10.0.0.33 - - [2025-09-11 02:02:38] "GET /route-target/b8e711ce-d98d-4104-8454-30ec84a3501d HTTP/1.1" 200 1214 0.003718 10.0.0.33 - - [2025-09-11 02:02:38] "GET /domains HTTP/1.1" 200 280 0.002751 10.0.0.33 - - [2025-09-11 02:02:38] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.33 - - [2025-09-11 02:02:38] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2749 0.006529 10.0.0.33 - - [2025-09-11 02:02:38] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001295 10.0.0.33 - - [2025-09-11 02:02:38] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 2518 0.076784 10.0.0.33 - - [2025-09-11 02:02:38] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322 HTTP/1.1" 200 2318 0.006126 10.0.0.33 - - [2025-09-11 02:02:38] "GET /obj-perms HTTP/1.1" 200 5026 0.004511 10.0.0.33 - - [2025-09-11 02:02:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001350 10.0.0.33 - - [2025-09-11 02:02:39] "POST /neutron/network HTTP/1.1" 200 842 0.006154 10.0.0.33 - - [2025-09-11 02:02:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000487 10.0.0.33 - - [2025-09-11 02:02:39] "GET / HTTP/1.1" 200 35931 0.001962 10.0.0.33 - - [2025-09-11 02:02:39] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000385 10.0.0.33 - - [2025-09-11 02:02:39] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001561 10.0.0.33 - - [2025-09-11 02:02:39] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054171 10.0.0.33 - - [2025-09-11 02:02:39] "POST /neutron/network HTTP/1.1" 200 832 0.007501 10.0.0.33 - - [2025-09-11 02:02:40] "POST /neutron/port HTTP/1.1" 200 117 0.006340 10.0.0.33 - - [2025-09-11 02:02:40] "POST /neutron/port HTTP/1.1" 200 117 0.005032 10.0.0.33 - - [2025-09-11 02:02:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001758 10.0.0.33 - - [2025-09-11 02:02:40] "POST /neutron/port HTTP/1.1" 200 117 0.007138 10.0.0.33 - - [2025-09-11 02:02:40] "POST /neutron/network HTTP/1.1" 200 842 0.009589 10.0.0.33 - - [2025-09-11 02:02:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000614 10.0.0.33 - - [2025-09-11 02:02:40] "POST /neutron/network HTTP/1.1" 200 842 0.007938 10.0.0.33 - - [2025-09-11 02:02:40] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001208 10.0.0.33 - - [2025-09-11 02:02:40] "GET / HTTP/1.1" 200 35931 0.003104 10.0.0.33 - - [2025-09-11 02:02:40] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000632 10.0.0.33 - - [2025-09-11 02:02:40] "POST /neutron/port HTTP/1.1" 200 1058 0.241945 10.0.0.33 - - [2025-09-11 02:02:40] "POST /neutron/port HTTP/1.1" 200 1058 0.009510 10.0.0.33 - - [2025-09-11 02:02:40] "POST /neutron/port HTTP/1.1" 200 1058 0.008437 10.0.0.33 - - [2025-09-11 02:02:40] "POST /neutron/port HTTP/1.1" 200 1112 0.064143 10.0.0.33 - - [2025-09-11 02:02:41] "POST /neutron/port HTTP/1.1" 200 1086 0.011804 10.0.0.33 - - [2025-09-11 02:02:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003500 10.0.0.33 - - [2025-09-11 02:02:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.006886 10.0.0.33 - - [2025-09-11 02:02:41] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.33 - - [2025-09-11 02:02:41] "POST /neutron/network HTTP/1.1" 200 832 0.005313 10.0.0.33 - - [2025-09-11 02:02:41] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001516 10.0.0.33 - - [2025-09-11 02:02:41] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.059376 10.0.0.33 - - [2025-09-11 02:02:41] "POST /neutron/network HTTP/1.1" 200 832 0.008152 10.0.0.33 - - [2025-09-11 02:02:41] "POST /neutron/port HTTP/1.1" 200 1086 0.020490 10.0.0.33 - - [2025-09-11 02:02:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010006 10.0.0.33 - - [2025-09-11 02:02:41] "POST /neutron/port HTTP/1.1" 200 117 0.010864 10.0.0.33 - - [2025-09-11 02:02:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003015 10.0.0.33 - - [2025-09-11 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006374 10.0.0.33 - - [2025-09-11 02:02:41] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.33 - - [2025-09-11 02:02:41] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008258 10.0.0.33 - - [2025-09-11 02:02:41] "POST /service-templates HTTP/1.1" 200 543 0.017403 10.0.0.33 - - [2025-09-11 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.33 - - [2025-09-11 02:02:41] "GET /service-template/8bf626e8-3931-4f8f-afd1-fbcff22dd815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005594 10.0.0.33 - - [2025-09-11 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.33 - - [2025-09-11 02:02:41] "GET /service-template/8bf626e8-3931-4f8f-afd1-fbcff22dd815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003656 10.0.0.33 - - [2025-09-11 02:02:41] "POST /neutron/network HTTP/1.1" 200 842 0.006522 10.0.0.33 - - [2025-09-11 02:02:41] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.33 - - [2025-09-11 02:02:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.003326 10.0.0.33 - - [2025-09-11 02:02:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.004334 10.0.0.33 - - [2025-09-11 02:02:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001974 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/port HTTP/1.1" 200 1056 0.305371 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/port HTTP/1.1" 200 2000 0.027282 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007462 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/port HTTP/1.1" 200 1056 0.013293 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/port HTTP/1.1" 200 1056 0.009382 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/port HTTP/1.1" 200 1110 0.090188 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/port HTTP/1.1" 200 1084 0.010229 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003750 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/subnet HTTP/1.1" 200 689 0.009182 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/network HTTP/1.1" 200 832 0.005699 10.0.0.33 - - [2025-09-11 02:02:42] "POST /neutron/network HTTP/1.1" 200 2220 0.018996 10.0.0.33 - - [2025-09-11 02:02:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000522 10.0.0.33 - - [2025-09-11 02:02:43] "GET / HTTP/1.1" 200 35931 0.002034 10.0.0.33 - - [2025-09-11 02:02:43] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000391 10.0.0.33 - - [2025-09-11 02:02:43] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001426 10.0.0.33 - - [2025-09-11 02:02:43] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.080466 10.0.0.33 - - [2025-09-11 02:02:43] "POST /neutron/network HTTP/1.1" 200 831 0.007261 10.0.0.33 - - [2025-09-11 02:02:43] "POST /neutron/network HTTP/1.1" 200 832 0.008934 10.0.0.33 - - [2025-09-11 02:02:43] "POST /neutron/network HTTP/1.1" 200 832 0.005847 10.0.0.33 - - [2025-09-11 02:02:43] "POST /neutron/port HTTP/1.1" 200 2054 0.016924 10.0.0.33 - - [2025-09-11 02:02:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006696 10.0.0.33 - - [2025-09-11 02:02:43] "POST /neutron/port HTTP/1.1" 200 117 0.004867 10.0.0.33 - - [2025-09-11 02:02:44] "POST /neutron/port HTTP/1.1" 200 117 0.005557 10.0.0.33 - - [2025-09-11 02:02:44] "POST /neutron/network HTTP/1.1" 200 2220 0.014920 10.0.0.33 - - [2025-09-11 02:02:44] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.33 - - [2025-09-11 02:02:44] "POST /neutron/port HTTP/1.1" 200 1057 0.230791 10.0.0.33 - - [2025-09-11 02:02:44] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001434 10.0.0.33 - - [2025-09-11 02:02:44] "POST /neutron/port HTTP/1.1" 200 1058 0.169348 10.0.0.33 - - [2025-09-11 02:02:44] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 1056 0.178122 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 1057 0.009706 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 1057 0.010975 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 1111 0.075360 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 1058 0.011877 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 1058 0.010722 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 1112 0.118713 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 1056 0.015460 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 1056 0.010658 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 1110 0.081888 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 3022 0.018937 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003282 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.006558 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/network HTTP/1.1" 200 831 0.006385 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003647 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/subnet HTTP/1.1" 200 698 0.007105 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/network HTTP/1.1" 200 832 0.008971 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003518 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.006707 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.33 - - [2025-09-11 02:02:45] "POST /neutron/network HTTP/1.1" 200 832 0.006819 10.0.0.33 - - [2025-09-11 02:02:49] "POST /neutron/port HTTP/1.1" 200 3022 0.019061 10.0.0.33 - - [2025-09-11 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008741 10.0.0.33 - - [2025-09-11 02:02:49] "POST /neutron/port HTTP/1.1" 200 3022 0.015754 10.0.0.33 - - [2025-09-11 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007235 10.0.0.33 - - [2025-09-11 02:02:49] "POST /neutron/port HTTP/1.1" 200 3022 0.018157 10.0.0.33 - - [2025-09-11 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006585 10.0.0.33 - - [2025-09-11 02:02:49] "POST /neutron/port HTTP/1.1" 200 3022 0.014064 10.0.0.33 - - [2025-09-11 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007533 10.0.0.33 - - [2025-09-11 02:02:49] "POST /neutron/port HTTP/1.1" 200 3022 0.014898 10.0.0.33 - - [2025-09-11 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008161 10.0.0.33 - - [2025-09-11 02:02:49] "GET /virtual-machine/512723f6-d936-4f89-b417-685f24106edc HTTP/1.1" 200 1802 0.004465 10.0.0.33 - - [2025-09-11 02:02:49] "GET /virtual-machine-interface/5f83b736-7160-4f9a-9931-27268b68e41d HTTP/1.1" 200 2949 0.005127 10.0.0.33 - - [2025-09-11 02:02:49] "GET /virtual-machine-interface/ac530392-4c6c-4030-9162-513c9b13d63c HTTP/1.1" 200 2947 0.005750 10.0.0.33 - - [2025-09-11 02:02:49] "GET /virtual-machine-interface/c25dd845-8713-4a36-8d4a-2622617731cc HTTP/1.1" 200 2947 0.006252 10.0.0.33 - - [2025-09-11 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.33 - - [2025-09-11 02:02:49] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003039 10.0.0.33 - - [2025-09-11 02:02:49] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003511 10.0.0.33 - - [2025-09-11 02:02:49] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005941 10.0.0.33 - - [2025-09-11 02:02:50] "POST /neutron/port HTTP/1.1" 200 1086 0.011195 10.0.0.33 - - [2025-09-11 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005312 10.0.0.33 - - [2025-09-11 02:02:52] "POST /neutron/port HTTP/1.1" 200 1084 0.010324 10.0.0.33 - - [2025-09-11 02:02:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007313 10.0.0.33 - - [2025-09-11 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.33 - - [2025-09-11 02:02:52] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006614 10.0.0.33 - - [2025-09-11 02:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.33 - - [2025-09-11 02:02:56] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005547 10.0.0.33 - - [2025-09-11 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.33 - - [2025-09-11 02:03:01] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005285 10.0.0.33 - - [2025-09-11 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.33 - - [2025-09-11 02:03:05] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005286 10.0.0.33 - - [2025-09-11 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.33 - - [2025-09-11 02:03:07] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003563 10.0.0.33 - - [2025-09-11 02:03:07] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003859 10.0.0.33 - - [2025-09-11 02:03:07] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006058 10.0.0.33 - - [2025-09-11 02:03:07] "POST /neutron/port HTTP/1.1" 200 3022 0.014656 10.0.0.33 - - [2025-09-11 02:03:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005888 10.0.0.33 - - [2025-09-11 02:03:12] "POST /neutron/port HTTP/1.1" 200 3022 0.015231 10.0.0.33 - - [2025-09-11 02:03:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006103 10.0.0.33 - - [2025-09-11 02:03:13] "DELETE /project/ada9d1e7f3cf4ceb8c4bbae9c4b1274e HTTP/1.1" 404 173 0.004560 10.0.0.33 - - [2025-09-11 02:03:13] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000922 10.0.0.33 - - [2025-09-11 02:03:13] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.025625 10.0.0.33 - - [2025-09-11 02:03:13] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001043 10.0.0.33 - - [2025-09-11 02:03:13] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?fields=security_groups HTTP/1.1" 200 1343 0.065681 10.0.0.33 - - [2025-09-11 02:03:14] "DELETE /security-group/75519e70-ca51-42a5-a523-336f27448776 HTTP/1.1" 200 115 0.038202 10.0.0.33 - - [2025-09-11 02:03:14] "GET /projects?obj_uuids=f81b4de6-3139-405a-9b3c-2d5c70324584&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001037 10.0.0.33 - - [2025-09-11 02:03:14] "DELETE /access-control-list/6d602031-bf6c-44f6-81fc-6285796b61b0 HTTP/1.1" 200 115 0.029957 10.0.0.33 - - [2025-09-11 02:03:14] "GET /project/f81b4de6-3139-405a-9b3c-2d5c70324584?fields=application_policy_sets HTTP/1.1" 200 1382 0.036406 10.0.0.33 - - [2025-09-11 02:03:14] "DELETE /access-control-list/d14781c1-e40f-48ec-b9d1-c86e978423c0 HTTP/1.1" 200 115 0.036175 10.0.0.33 - - [2025-09-11 02:03:14] "DELETE /project/f81b4de6-3139-405a-9b3c-2d5c70324584 HTTP/1.1" 200 115 0.320635 10.0.0.33 - - [2025-09-11 02:03:17] "POST /neutron/port HTTP/1.1" 200 3022 0.015047 10.0.0.33 - - [2025-09-11 02:03:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006353 10.0.0.33 - - [2025-09-11 02:03:18] "POST /neutron/port HTTP/1.1" 200 3022 0.018134 10.0.0.33 - - [2025-09-11 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005626 10.0.0.33 - - [2025-09-11 02:03:19] "GET /obj-perms HTTP/1.1" 200 5056 0.049730 10.0.0.33 - - [2025-09-11 02:03:19] "GET /obj-perms HTTP/1.1" 200 5056 0.057444 10.0.0.33 - - [2025-09-11 02:03:23] "POST /neutron/port HTTP/1.1" 200 3022 0.015036 10.0.0.33 - - [2025-09-11 02:03:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005903 10.0.0.33 - - [2025-09-11 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.33 - - [2025-09-11 02:03:28] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003156 10.0.0.33 - - [2025-09-11 02:03:28] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003095 10.0.0.33 - - [2025-09-11 02:03:28] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005592 10.0.0.33 - - [2025-09-11 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.33 - - [2025-09-11 02:03:28] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002969 10.0.0.33 - - [2025-09-11 02:03:28] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002961 10.0.0.33 - - [2025-09-11 02:03:28] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005761 10.0.0.33 - - [2025-09-11 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003765 10.0.0.33 - - [2025-09-11 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.33 - - [2025-09-11 02:03:28] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.030342 10.0.0.33 - - [2025-09-11 02:03:28] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058655 10.0.0.33 - - [2025-09-11 02:03:29] "POST /service-instances HTTP/1.1" 200 543 0.063445 10.0.0.33 - - [2025-09-11 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.33 - - [2025-09-11 02:03:29] "GET /service-instance/bbb40b7a-f0a9-4cd2-8dfd-b8b6b30f1dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006080 10.0.0.33 - - [2025-09-11 02:03:29] "POST /port-tuples HTTP/1.1" 200 586 0.021986 10.0.0.33 - - [2025-09-11 02:03:29] "GET /virtual-machine-interface/c25dd845-8713-4a36-8d4a-2622617731cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005470 10.0.0.33 - - [2025-09-11 02:03:29] "PUT /virtual-machine-interface/c25dd845-8713-4a36-8d4a-2622617731cc HTTP/1.1" 200 284 0.010221 10.0.0.33 - - [2025-09-11 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.009903 10.0.0.33 - - [2025-09-11 02:03:29] "POST /instance-ips HTTP/1.1" 200 385 0.029147 10.0.0.33 - - [2025-09-11 02:03:29] "GET /virtual-machine-interface/ac530392-4c6c-4030-9162-513c9b13d63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005735 10.0.0.33 - - [2025-09-11 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.011806 10.0.0.33 - - [2025-09-11 02:03:29] "PUT /virtual-machine-interface/ac530392-4c6c-4030-9162-513c9b13d63c HTTP/1.1" 200 284 0.010884 10.0.0.33 - - [2025-09-11 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.015514 10.0.0.33 - - [2025-09-11 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.008407 10.0.0.33 - - [2025-09-11 02:03:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004755 10.0.0.33 - - [2025-09-11 02:03:29] "GET /virtual-machine-interface/5f83b736-7160-4f9a-9931-27268b68e41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.008349 10.0.0.33 - - [2025-09-11 02:03:29] "POST /instance-ips HTTP/1.1" 200 385 0.025732 10.0.0.33 - - [2025-09-11 02:03:29] "PUT /virtual-machine-interface/5f83b736-7160-4f9a-9931-27268b68e41d HTTP/1.1" 200 284 0.010960 10.0.0.33 - - [2025-09-11 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.011406 10.0.0.33 - - [2025-09-11 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.011586 10.0.0.33 - - [2025-09-11 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.010059 10.0.0.33 - - [2025-09-11 02:03:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003796 10.0.0.33 - - [2025-09-11 02:03:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010264 10.0.0.33 - - [2025-09-11 02:03:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008592 10.0.0.33 - - [2025-09-11 02:03:29] "POST /instance-ips HTTP/1.1" 200 373 0.018697 10.0.0.33 - - [2025-09-11 02:03:29] "POST /neutron/port HTTP/1.1" 200 1086 0.011807 10.0.0.33 - - [2025-09-11 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.008267 10.0.0.33 - - [2025-09-11 02:03:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005718 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.008564 10.0.0.33 - - [2025-09-11 02:03:30] "POST /neutron/port HTTP/1.1" 200 1086 0.013121 10.0.0.33 - - [2025-09-11 02:03:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005389 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003494 10.0.0.33 - - [2025-09-11 02:03:30] "GET /virtual-machine/613cfed0-cc44-45c9-beca-855e9a8186ca HTTP/1.1" 200 1290 0.005508 10.0.0.33 - - [2025-09-11 02:03:30] "GET /virtual-machine-interface/27c3fc90-ef10-45ba-8676-9d7607af4347 HTTP/1.1" 200 2945 0.004771 10.0.0.33 - - [2025-09-11 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.33 - - [2025-09-11 02:03:30] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002958 10.0.0.33 - - [2025-09-11 02:03:30] "POST /instance-ips HTTP/1.1" 200 373 0.015765 10.0.0.33 - - [2025-09-11 02:03:30] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002955 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.008458 10.0.0.33 - - [2025-09-11 02:03:30] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005266 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.008566 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003350 10.0.0.33 - - [2025-09-11 02:03:30] "POST /instance-ips HTTP/1.1" 200 375 0.016236 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.008631 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.009182 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003062 10.0.0.33 - - [2025-09-11 02:03:30] "POST /instance-ips HTTP/1.1" 200 375 0.021126 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.009539 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.008409 10.0.0.33 - - [2025-09-11 02:03:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002951 10.0.0.33 - - [2025-09-11 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.33 - - [2025-09-11 02:03:31] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003850 10.0.0.33 - - [2025-09-11 02:03:31] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003217 10.0.0.33 - - [2025-09-11 02:03:31] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005410 10.0.0.33 - - [2025-09-11 02:03:31] "POST /neutron/port HTTP/1.1" 200 1084 0.011709 10.0.0.33 - - [2025-09-11 02:03:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006615 10.0.0.33 - - [2025-09-11 02:03:31] "POST /neutron/port HTTP/1.1" 200 1084 0.013272 10.0.0.33 - - [2025-09-11 02:03:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006072 10.0.0.33 - - [2025-09-11 02:03:31] "POST /neutron/port HTTP/1.1" 200 1084 0.011122 10.0.0.33 - - [2025-09-11 02:03:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007480 10.0.0.33 - - [2025-09-11 02:03:31] "GET /virtual-machine/e928449c-dcc4-4235-b1d2-d654a4bf5a7c HTTP/1.1" 200 1291 0.004767 10.0.0.33 - - [2025-09-11 02:03:31] "GET /virtual-machine-interface/596f4f93-2053-44a9-a6d7-211aaba91151 HTTP/1.1" 200 2949 0.005696 10.0.0.33 - - [2025-09-11 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.33 - - [2025-09-11 02:03:31] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003570 10.0.0.33 - - [2025-09-11 02:03:31] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003212 10.0.0.33 - - [2025-09-11 02:03:32] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006149 10.0.0.33 - - [2025-09-11 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.33 - - [2025-09-11 02:03:33] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003335 10.0.0.33 - - [2025-09-11 02:03:33] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003725 10.0.0.33 - - [2025-09-11 02:03:33] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005340 10.0.0.33 - - [2025-09-11 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.002816 10.0.0.33 - - [2025-09-11 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.33 - - [2025-09-11 02:03:33] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.33 - - [2025-09-11 02:03:33] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.029683 10.0.0.33 - - [2025-09-11 02:03:33] "POST /network-policys HTTP/1.1" 200 547 0.020310 10.0.0.33 - - [2025-09-11 02:03:33] "GET /network-policy/e81b9ea9-b304-4e6c-9b2d-21576c2dfe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004885 10.0.0.33 - - [2025-09-11 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.33 - - [2025-09-11 02:03:33] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005411 10.0.0.33 - - [2025-09-11 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.33 - - [2025-09-11 02:03:33] "GET /network-policy/e81b9ea9-b304-4e6c-9b2d-21576c2dfe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004209 10.0.0.33 - - [2025-09-11 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.035658 10.0.0.33 - - [2025-09-11 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 242 0.037346 10.0.0.33 - - [2025-09-11 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.33 - - [2025-09-11 02:03:33] "POST /access-control-lists HTTP/1.1" 200 601 0.058190 10.0.0.33 - - [2025-09-11 02:03:34] "GET /network-policy/e81b9ea9-b304-4e6c-9b2d-21576c2dfe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003917 10.0.0.33 - - [2025-09-11 02:03:34] "POST /neutron/network HTTP/1.1" 200 920 0.006892 10.0.0.33 - - [2025-09-11 02:03:34] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004949 10.0.0.33 - - [2025-09-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.33 - - [2025-09-11 02:03:34] "GET /network-policy/e81b9ea9-b304-4e6c-9b2d-21576c2dfe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003861 10.0.0.33 - - [2025-09-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.33 - - [2025-09-11 02:03:34] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005755 10.0.0.33 - - [2025-09-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.33 - - [2025-09-11 02:03:34] "GET /network-policy/e81b9ea9-b304-4e6c-9b2d-21576c2dfe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004061 10.0.0.33 - - [2025-09-11 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.027535 10.0.0.33 - - [2025-09-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.33 - - [2025-09-11 02:03:34] "GET /network-policy/e81b9ea9-b304-4e6c-9b2d-21576c2dfe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003838 10.0.0.33 - - [2025-09-11 02:03:34] "PUT /access-control-list/d49a795c-cdf0-43ad-85b2-25182b8e99a1 HTTP/1.1" 200 272 0.009621 10.0.0.33 - - [2025-09-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.002716 10.0.0.33 - - [2025-09-11 02:03:34] "POST /neutron/network HTTP/1.1" 200 920 0.006989 10.0.0.33 - - [2025-09-11 02:03:34] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005071 10.0.0.33 - - [2025-09-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.33 - - [2025-09-11 02:03:34] "POST /access-control-lists HTTP/1.1" 200 604 0.061052 10.0.0.33 - - [2025-09-11 02:03:34] "GET /network-policy/e81b9ea9-b304-4e6c-9b2d-21576c2dfe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003888 10.0.0.33 - - [2025-09-11 02:03:34] "POST /routing-instances HTTP/1.1" 200 759 0.015064 10.0.0.33 - - [2025-09-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.33 - - [2025-09-11 02:03:34] "POST /route-targets HTTP/1.1" 200 327 0.010492 10.0.0.33 - - [2025-09-11 02:03:34] "GET /service-template/8bf626e8-3931-4f8f-afd1-fbcff22dd815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003986 10.0.0.33 - - [2025-09-11 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.011502 10.0.0.33 - - [2025-09-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.33 - - [2025-09-11 02:03:34] "GET /routing-instance/14a6c57c-89a4-488a-9929-53f0db0de529?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.005146 10.0.0.33 - - [2025-09-11 02:03:34] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001494 10.0.0.33 - - [2025-09-11 02:03:34] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.029403 10.0.0.33 - - [2025-09-11 02:03:34] "GET /routing-instance/14a6c57c-89a4-488a-9929-53f0db0de529?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004030 10.0.0.33 - - [2025-09-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.33 - - [2025-09-11 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.010221 10.0.0.33 - - [2025-09-11 02:03:35] "GET /service-instance/bbb40b7a-f0a9-4cd2-8dfd-b8b6b30f1dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.010092 10.0.0.33 - - [2025-09-11 02:03:35] "POST /routing-instances HTTP/1.1" 200 760 0.018952 10.0.0.33 - - [2025-09-11 02:03:35] "GET /domains HTTP/1.1" 200 280 0.002811 10.0.0.33 - - [2025-09-11 02:03:35] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.33 - - [2025-09-11 02:03:35] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2770 0.007776 10.0.0.33 - - [2025-09-11 02:03:35] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.33 - - [2025-09-11 02:03:35] "POST /route-targets HTTP/1.1" 200 327 0.011329 10.0.0.33 - - [2025-09-11 02:03:35] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 4234 0.071651 10.0.0.33 - - [2025-09-11 02:03:35] "GET /service-instance/bbb40b7a-f0a9-4cd2-8dfd-b8b6b30f1dc3 HTTP/1.1" 200 3784 0.004801 10.0.0.33 - - [2025-09-11 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.012375 10.0.0.33 - - [2025-09-11 02:03:35] "GET /domains HTTP/1.1" 200 280 0.002360 10.0.0.33 - - [2025-09-11 02:03:35] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001380 10.0.0.33 - - [2025-09-11 02:03:35] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2770 0.007097 10.0.0.33 - - [2025-09-11 02:03:35] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.33 - - [2025-09-11 02:03:35] "GET /routing-instance/715ed0cf-6fc5-4c31-93f5-765a53a8ed26?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003989 10.0.0.33 - - [2025-09-11 02:03:35] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 4234 0.066654 10.0.0.33 - - [2025-09-11 02:03:35] "GET /service-instance/bbb40b7a-f0a9-4cd2-8dfd-b8b6b30f1dc3 HTTP/1.1" 200 3784 0.003586 10.0.0.33 - - [2025-09-11 02:03:35] "GET /port-tuple/8bffc4cd-3845-4465-aba0-95768ebcc812 HTTP/1.1" 200 1980 0.003814 10.0.0.33 - - [2025-09-11 02:03:35] "GET /routing-instance/715ed0cf-6fc5-4c31-93f5-765a53a8ed26?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003877 10.0.0.33 - - [2025-09-11 02:03:35] "GET /virtual-machine-interface/5f83b736-7160-4f9a-9931-27268b68e41d HTTP/1.1" 200 3804 0.004599 10.0.0.33 - - [2025-09-11 02:03:35] "GET /virtual-machine-interface/ac530392-4c6c-4030-9162-513c9b13d63c HTTP/1.1" 200 3799 0.004538 10.0.0.33 - - [2025-09-11 02:03:35] "GET /virtual-machine-interface/c25dd845-8713-4a36-8d4a-2622617731cc HTTP/1.1" 200 3817 0.004833 10.0.0.33 - - [2025-09-11 02:03:35] "PUT /routing-instance/14a6c57c-89a4-488a-9929-53f0db0de529 HTTP/1.1" 200 266 0.009488 10.0.0.33 - - [2025-09-11 02:03:35] "PUT /routing-instance/715ed0cf-6fc5-4c31-93f5-765a53a8ed26 HTTP/1.1" 200 266 0.013007 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 3829 0.047445 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006013 10.0.0.33 - - [2025-09-11 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.010839 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 3829 0.028377 10.0.0.33 - - [2025-09-11 02:03:35] "PUT /access-control-list/495d0ee5-b6e7-4eb0-b4bc-61a01fa86009 HTTP/1.1" 200 272 0.012469 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006850 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 3829 0.023888 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005647 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 3829 0.024093 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005950 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/network HTTP/1.1" 200 894 0.010561 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/network HTTP/1.1" 200 920 0.004686 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/network HTTP/1.1" 200 805 0.010631 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/network HTTP/1.1" 200 831 0.005342 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/network HTTP/1.1" 200 894 0.010463 10.0.0.33 - - [2025-09-11 02:03:35] "POST /neutron/network HTTP/1.1" 200 920 0.004899 10.0.0.33 - - [2025-09-11 02:03:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001219 10.0.0.33 - - [2025-09-11 02:03:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.000962 10.0.0.33 - - [2025-09-11 02:03:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001483 10.0.0.33 - - [2025-09-11 02:03:35] "GET /virtual-machine/512723f6-d936-4f89-b417-685f24106edc HTTP/1.1" 200 1802 0.004324 10.0.0.33 - - [2025-09-11 02:03:35] "GET /virtual-machine-interface/5f83b736-7160-4f9a-9931-27268b68e41d HTTP/1.1" 200 3804 0.005519 10.0.0.33 - - [2025-09-11 02:03:35] "GET /virtual-machine-interface/ac530392-4c6c-4030-9162-513c9b13d63c HTTP/1.1" 200 3799 0.004807 10.0.0.33 - - [2025-09-11 02:03:35] "GET /virtual-machine-interface/c25dd845-8713-4a36-8d4a-2622617731cc HTTP/1.1" 200 3817 0.004690 10.0.0.33 - - [2025-09-11 02:03:35] "GET /instance-ip/6076c4fd-cbad-4e5f-8fb7-97c7eaed2215 HTTP/1.1" 200 1620 0.004070 10.0.0.33 - - [2025-09-11 02:03:35] "GET /instance-ip/bf53e232-e936-4fc8-b8b9-f1251f6a3832 HTTP/1.1" 200 1961 0.002830 10.0.0.33 - - [2025-09-11 02:03:35] "GET /instance-ip/f62e97c8-ef62-4eec-b468-c91c6783dbb7 HTTP/1.1" 200 1959 0.003046 10.0.0.33 - - [2025-09-11 02:03:36] "GET /instance-ip/36e0385a-ed28-4d1b-88c7-55ad64739f37 HTTP/1.1" 200 1953 0.002961 10.0.0.33 - - [2025-09-11 02:03:36] "GET /instance-ip/3bfbc25a-8971-4a5d-adbc-7ff0d16d7553 HTTP/1.1" 200 1956 0.003102 10.0.0.33 - - [2025-09-11 02:03:36] "GET /instance-ip/436abe4e-886b-4098-a387-4bf1ac8881d8 HTTP/1.1" 200 1621 0.004217 10.0.0.33 - - [2025-09-11 02:03:36] "GET /instance-ip/573c499b-b100-476b-bd57-c394634729d1 HTTP/1.1" 200 1978 0.003287 10.0.0.33 - - [2025-09-11 02:03:36] "GET /instance-ip/64f1998a-f7e9-4bba-a784-a65b530220a4 HTTP/1.1" 200 1620 0.003714 10.0.0.33 - - [2025-09-11 02:03:36] "GET /instance-ip/caae7f53-e468-4cd0-9d49-d44862b06a89 HTTP/1.1" 200 1981 0.002681 10.0.0.33 - - [2025-09-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 3829 0.024381 10.0.0.33 - - [2025-09-11 02:03:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005483 10.0.0.33 - - [2025-09-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 3829 0.023483 10.0.0.33 - - [2025-09-11 02:03:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005721 10.0.0.33 - - [2025-09-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 3829 0.024294 10.0.0.33 - - [2025-09-11 02:03:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006473 10.0.0.33 - - [2025-09-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 3829 0.025278 10.0.0.33 - - [2025-09-11 02:03:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007349 10.0.0.33 - - [2025-09-11 02:03:36] "GET /virtual-machine/512723f6-d936-4f89-b417-685f24106edc HTTP/1.1" 200 1802 0.004270 10.0.0.33 - - [2025-09-11 02:03:36] "GET /virtual-machine-interface/5f83b736-7160-4f9a-9931-27268b68e41d HTTP/1.1" 200 3804 0.006490 10.0.0.33 - - [2025-09-11 02:03:36] "GET /virtual-machine-interface/ac530392-4c6c-4030-9162-513c9b13d63c HTTP/1.1" 200 3799 0.006764 10.0.0.33 - - [2025-09-11 02:03:36] "GET /virtual-machine-interface/c25dd845-8713-4a36-8d4a-2622617731cc HTTP/1.1" 200 3817 0.005803 10.0.0.33 - - [2025-09-11 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.33 - - [2025-09-11 02:03:36] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004244 10.0.0.33 - - [2025-09-11 02:03:36] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005368 10.0.0.33 - - [2025-09-11 02:03:36] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006150 10.0.0.33 - - [2025-09-11 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.33 - - [2025-09-11 02:03:37] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003187 10.0.0.33 - - [2025-09-11 02:03:37] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003776 10.0.0.33 - - [2025-09-11 02:03:37] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006210 10.0.0.33 - - [2025-09-11 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.33 - - [2025-09-11 02:03:37] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003994 10.0.0.33 - - [2025-09-11 02:03:38] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003064 10.0.0.33 - - [2025-09-11 02:03:38] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005897 10.0.0.33 - - [2025-09-11 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.33 - - [2025-09-11 02:03:38] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003684 10.0.0.33 - - [2025-09-11 02:03:38] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003132 10.0.0.33 - - [2025-09-11 02:03:38] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005564 10.0.0.33 - - [2025-09-11 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.33 - - [2025-09-11 02:03:38] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004122 10.0.0.33 - - [2025-09-11 02:03:38] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003151 10.0.0.33 - - [2025-09-11 02:03:38] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006253 10.0.0.33 - - [2025-09-11 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.33 - - [2025-09-11 02:03:38] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003698 10.0.0.33 - - [2025-09-11 02:03:38] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003537 10.0.0.33 - - [2025-09-11 02:03:38] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007652 10.0.0.33 - - [2025-09-11 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.33 - - [2025-09-11 02:03:38] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003727 10.0.0.33 - - [2025-09-11 02:03:38] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003862 10.0.0.33 - - [2025-09-11 02:03:38] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006580 10.0.0.33 - - [2025-09-11 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.33 - - [2025-09-11 02:03:39] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004108 10.0.0.33 - - [2025-09-11 02:03:39] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003548 10.0.0.33 - - [2025-09-11 02:03:39] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005817 10.0.0.33 - - [2025-09-11 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.33 - - [2025-09-11 02:03:39] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004000 10.0.0.33 - - [2025-09-11 02:03:39] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004045 10.0.0.33 - - [2025-09-11 02:03:39] "GET /virtual-network/59c587f2-1b02-415f-b5ea-b832cef92ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006853 10.0.0.33 - - [2025-09-11 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.33 - - [2025-09-11 02:03:39] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003781 10.0.0.33 - - [2025-09-11 02:03:39] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003851 10.0.0.33 - - [2025-09-11 02:03:39] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006211 10.0.0.33 - - [2025-09-11 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.33 - - [2025-09-11 02:03:39] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003730 10.0.0.33 - - [2025-09-11 02:03:39] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003834 10.0.0.33 - - [2025-09-11 02:03:39] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005365 10.0.0.33 - - [2025-09-11 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.33 - - [2025-09-11 02:03:39] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003803 10.0.0.33 - - [2025-09-11 02:03:39] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003237 10.0.0.33 - - [2025-09-11 02:03:39] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005684 10.0.0.33 - - [2025-09-11 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.33 - - [2025-09-11 02:03:40] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003940 10.0.0.33 - - [2025-09-11 02:03:40] "GET /virtual-networks?parent_id=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003068 10.0.0.33 - - [2025-09-11 02:03:40] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005954 10.0.0.33 - - [2025-09-11 02:03:40] "GET /virtual-machine/512723f6-d936-4f89-b417-685f24106edc HTTP/1.1" 200 1802 0.004925 10.0.0.33 - - [2025-09-11 02:03:40] "GET /domains HTTP/1.1" 200 280 0.003194 10.0.0.33 - - [2025-09-11 02:03:40] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001812 10.0.0.33 - - [2025-09-11 02:03:40] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2770 0.008457 10.0.0.33 - - [2025-09-11 02:03:40] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001440 10.0.0.33 - - [2025-09-11 02:03:40] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 4234 0.067278 10.0.0.33 - - [2025-09-11 02:03:40] "GET /service-instance/bbb40b7a-f0a9-4cd2-8dfd-b8b6b30f1dc3 HTTP/1.1" 200 3784 0.003630 10.0.0.33 - - [2025-09-11 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.33 - - [2025-09-11 02:03:40] "GET /routing-instance/be0f3a37-0d66-4c73-b479-bed8010ddec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.004140 10.0.0.33 - - [2025-09-11 02:03:40] "GET /routing-instance/be0f3a37-0d66-4c73-b479-bed8010ddec6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005501 10.0.0.33 - - [2025-09-11 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2025-09-11 02:03:40] "GET /routing-instance/3058cdab-ee99-4f80-887d-0e7f73138e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.004098 10.0.0.33 - - [2025-09-11 02:03:40] "GET /routing-instance/3058cdab-ee99-4f80-887d-0e7f73138e5e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.005332 10.0.0.33 - - [2025-09-11 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.33 - - [2025-09-11 02:03:40] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005502 10.0.0.33 - - [2025-09-11 02:03:40] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?fields=routing_instances HTTP/1.1" 200 1683 0.006585 10.0.0.33 - - [2025-09-11 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.33 - - [2025-09-11 02:03:40] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006506 10.0.0.33 - - [2025-09-11 02:03:40] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?fields=routing_instances HTTP/1.1" 200 1688 0.007269 10.0.0.33 - - [2025-09-11 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.035244 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /access-control-list/495d0ee5-b6e7-4eb0-b4bc-61a01fa86009 HTTP/1.1" 200 115 0.033723 10.0.0.33 - - [2025-09-11 02:03:45] "POST /neutron/network HTTP/1.1" 200 832 0.012525 10.0.0.33 - - [2025-09-11 02:03:45] "GET /virtual-network/342ad100-da1c-4600-be04-15ca9d56e322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006424 10.0.0.33 - - [2025-09-11 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.33 - - [2025-09-11 02:03:45] "GET /network-policy/e81b9ea9-b304-4e6c-9b2d-21576c2dfe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003584 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /routing-instance/14a6c57c-89a4-488a-9929-53f0db0de529 HTTP/1.1" 200 115 0.029697 10.0.0.33 - - [2025-09-11 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.33 - - [2025-09-11 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.032188 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /route-target/6215cacc-9f4b-454b-99c1-b3a27700bf2f HTTP/1.1" 200 115 0.024489 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /routing-instance/715ed0cf-6fc5-4c31-93f5-765a53a8ed26 HTTP/1.1" 200 115 0.041262 10.0.0.33 - - [2025-09-11 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401 10.0.0.33 - - [2025-09-11 02:03:45] "POST /neutron/network HTTP/1.1" 200 832 0.014566 10.0.0.33 - - [2025-09-11 02:03:45] "GET /virtual-network/6b3e3627-a590-4294-97af-45ec68d7f7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006513 10.0.0.33 - - [2025-09-11 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /route-target/f09577be-cc9a-4ee1-ac42-8a93d90ef62d HTTP/1.1" 200 115 0.020097 10.0.0.33 - - [2025-09-11 02:03:45] "GET /network-policy/e81b9ea9-b304-4e6c-9b2d-21576c2dfe19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004836 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /access-control-list/d49a795c-cdf0-43ad-85b2-25182b8e99a1 HTTP/1.1" 200 115 0.019773 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /network-policy/e81b9ea9-b304-4e6c-9b2d-21576c2dfe19 HTTP/1.1" 200 115 0.029043 10.0.0.33 - - [2025-09-11 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /service-instance/bbb40b7a-f0a9-4cd2-8dfd-b8b6b30f1dc3 HTTP/1.1" 200 115 0.044536 10.0.0.33 - - [2025-09-11 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.011861 10.0.0.33 - - [2025-09-11 02:03:45] "GET /domains HTTP/1.1" 200 280 0.003252 10.0.0.33 - - [2025-09-11 02:03:45] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001855 10.0.0.33 - - [2025-09-11 02:03:45] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2770 0.017369 10.0.0.33 - - [2025-09-11 02:03:45] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /instance-ip/f62e97c8-ef62-4eec-b468-c91c6783dbb7 HTTP/1.1" 200 115 0.041274 10.0.0.33 - - [2025-09-11 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.009115 10.0.0.33 - - [2025-09-11 02:03:45] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 3760 0.062292 10.0.0.33 - - [2025-09-11 02:03:45] "GET /virtual-machine/512723f6-d936-4f89-b417-685f24106edc HTTP/1.1" 200 1802 0.003009 10.0.0.33 - - [2025-09-11 02:03:45] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002801 10.0.0.33 - - [2025-09-11 02:03:45] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001838 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /instance-ip/3bfbc25a-8971-4a5d-adbc-7ff0d16d7553 HTTP/1.1" 200 115 0.016462 10.0.0.33 - - [2025-09-11 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.007739 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /instance-ip/caae7f53-e468-4cd0-9d49-d44862b06a89 HTTP/1.1" 200 115 0.022676 10.0.0.33 - - [2025-09-11 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.009703 10.0.0.33 - - [2025-09-11 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.016692 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /service-template/8bf626e8-3931-4f8f-afd1-fbcff22dd815 HTTP/1.1" 200 115 0.030225 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /instance-ip/36e0385a-ed28-4d1b-88c7-55ad64739f37 HTTP/1.1" 200 115 0.034385 10.0.0.33 - - [2025-09-11 02:03:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.005806 10.0.0.33 - - [2025-09-11 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.027359 10.0.0.33 - - [2025-09-11 02:03:45] "DELETE /instance-ip/bf53e232-e936-4fc8-b8b9-f1251f6a3832 HTTP/1.1" 200 115 0.029541 10.0.0.33 - - [2025-09-11 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.010597 10.0.0.33 - - [2025-09-11 02:03:46] "DELETE /instance-ip/573c499b-b100-476b-bd57-c394634729d1 HTTP/1.1" 200 115 0.038100 10.0.0.33 - - [2025-09-11 02:03:46] "POST /neutron/network HTTP/1.1" 200 832 0.011079 10.0.0.33 - - [2025-09-11 02:03:46] "POST /neutron/network HTTP/1.1" 400 204 0.012155 10.0.0.33 - - [2025-09-11 02:03:46] "POST /neutron/port HTTP/1.1" 200 1084 0.014980 10.0.0.33 - - [2025-09-11 02:03:46] "POST /neutron/port HTTP/1.1" 200 1110 0.010589 10.0.0.33 - - [2025-09-11 02:03:46] "POST /neutron/port HTTP/1.1" 200 1086 0.014424 10.0.0.33 - - [2025-09-11 02:03:46] "POST /neutron/port HTTP/1.1" 200 1112 0.015421 10.0.0.33 - - [2025-09-11 02:03:46] "POST /neutron/port HTTP/1.1" 200 151 0.119452 10.0.0.33 - - [2025-09-11 02:03:46] "POST /neutron/port HTTP/1.1" 200 151 0.136949 10.0.0.33 - - [2025-09-11 02:03:46] "POST /neutron/port HTTP/1.1" 200 3022 0.023516 10.0.0.33 - - [2025-09-11 02:03:46] "POST /neutron/port HTTP/1.1" 200 1110 0.009571 10.0.0.33 - - [2025-09-11 02:03:47] "POST /neutron/port HTTP/1.1" 200 151 0.147444 10.0.0.33 - - [2025-09-11 02:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.036847 10.0.0.33 - - [2025-09-11 02:03:47] "POST /neutron/port HTTP/1.1" 200 1111 0.016734 10.0.0.33 - - [2025-09-11 02:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.005359 10.0.0.33 - - [2025-09-11 02:03:47] "POST /neutron/network HTTP/1.1" 200 2184 0.011014 10.0.0.33 - - [2025-09-11 02:03:47] "POST /neutron/port HTTP/1.1" 200 151 0.113688 10.0.0.33 - - [2025-09-11 02:03:47] "POST /neutron/network HTTP/1.1" 200 117 0.008246 10.0.0.33 - - [2025-09-11 02:03:47] "POST /neutron/port HTTP/1.1" 200 1112 0.010637 10.0.0.33 - - [2025-09-11 02:03:47] "POST /neutron/port HTTP/1.1" 200 151 0.101357 10.0.0.33 - - [2025-09-11 02:03:48] "POST /neutron/network HTTP/1.1" 200 832 0.006655 10.0.0.33 - - [2025-09-11 02:03:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003016 10.0.0.33 - - [2025-09-11 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.33 - - [2025-09-11 02:03:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001835 10.0.0.33 - - [2025-09-11 02:03:48] "POST /neutron/network HTTP/1.1" 200 151 0.083261 10.0.0.33 - - [2025-09-11 02:03:48] "GET /routing-instance/3058cdab-ee99-4f80-887d-0e7f73138e5e HTTP/1.1" 404 171 0.002519 10.0.0.33 - - [2025-09-11 02:03:48] "GET /domains HTTP/1.1" 200 280 0.005899 10.0.0.33 - - [2025-09-11 02:03:48] "DELETE /route-target/b8e711ce-d98d-4104-8454-30ec84a3501d HTTP/1.1" 200 115 0.024893 10.0.0.33 - - [2025-09-11 02:03:48] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.33 - - [2025-09-11 02:03:48] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2570 0.050366 10.0.0.33 - - [2025-09-11 02:03:48] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002649 10.0.0.33 - - [2025-09-11 02:03:48] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 2299 0.076571 10.0.0.33 - - [2025-09-11 02:03:48] "POST /neutron/network HTTP/1.1" 200 832 0.007446 10.0.0.33 - - [2025-09-11 02:03:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002593 10.0.0.33 - - [2025-09-11 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.33 - - [2025-09-11 02:03:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001905 10.0.0.33 - - [2025-09-11 02:03:48] "POST /neutron/network HTTP/1.1" 200 151 0.072613 10.0.0.33 - - [2025-09-11 02:03:48] "GET /routing-instance/be0f3a37-0d66-4c73-b479-bed8010ddec6 HTTP/1.1" 404 171 0.001758 10.0.0.33 - - [2025-09-11 02:03:48] "GET /domains HTTP/1.1" 200 280 0.003253 10.0.0.33 - - [2025-09-11 02:03:48] "DELETE /route-target/4b89d3c4-26ac-488f-95d7-28a0472152cd HTTP/1.1" 200 115 0.015553 10.0.0.33 - - [2025-09-11 02:03:48] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.33 - - [2025-09-11 02:03:48] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2570 0.047092 10.0.0.33 - - [2025-09-11 02:03:48] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.33 - - [2025-09-11 02:03:48] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 2081 0.063762 10.0.0.33 - - [2025-09-11 02:03:48] "POST /neutron/network HTTP/1.1" 200 831 0.005829 10.0.0.33 - - [2025-09-11 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.33 - - [2025-09-11 02:03:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002082 10.0.0.33 - - [2025-09-11 02:03:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003381 10.0.0.33 - - [2025-09-11 02:03:48] "POST /neutron/network HTTP/1.1" 200 151 0.075734 10.0.0.33 - - [2025-09-11 02:03:48] "DELETE /route-target/e55ecf01-f4e5-4da4-8d52-028e45665add HTTP/1.1" 200 115 0.017522 10.0.0.33 - - [2025-09-11 02:03:48] "GET /routing-instance/1f5e325c-a35e-4a62-ae13-1ef8ad769fd9 HTTP/1.1" 404 171 0.003239 10.0.0.33 - - [2025-09-11 02:03:48] "GET /domains HTTP/1.1" 200 280 0.002671 10.0.0.33 - - [2025-09-11 02:03:48] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.33 - - [2025-09-11 02:03:48] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2570 0.046977 10.0.0.33 - - [2025-09-11 02:03:48] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.33 - - [2025-09-11 02:03:48] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 1841 0.066953 10.0.0.33 - - [2025-09-11 02:03:49] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001388 10.0.0.33 - - [2025-09-11 02:03:49] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.052335 10.0.0.33 - - [2025-09-11 02:03:49] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001657 10.0.0.33 - - [2025-09-11 02:03:49] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?fields=virtual_networks HTTP/1.1" 200 1029 0.070029 10.0.0.33 - - [2025-09-11 02:03:49] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.33 - - [2025-09-11 02:03:49] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.022642 10.0.0.33 - - [2025-09-11 02:03:49] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.33 - - [2025-09-11 02:03:49] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?fields=security_groups HTTP/1.1" 200 1253 0.039761 10.0.0.33 - - [2025-09-11 02:03:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.023951 10.0.0.33 - - [2025-09-11 02:03:50] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002349 10.0.0.33 - - [2025-09-11 02:03:50] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.33 - - [2025-09-11 02:03:50] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038074 10.0.0.33 - - [2025-09-11 02:03:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.001257 10.0.0.33 - - [2025-09-11 02:03:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.003097 10.0.0.33 - - [2025-09-11 02:03:50] "POST /security-groups HTTP/1.1" 200 592 0.060594 10.0.0.33 - - [2025-09-11 02:03:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.002700 10.0.0.33 - - [2025-09-11 02:03:50] "POST /projects HTTP/1.1" 200 587 0.204773 10.0.0.33 - - [2025-09-11 02:03:50] "POST /access-control-lists HTTP/1.1" 200 597 0.057079 10.0.0.33 - - [2025-09-11 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.275558 10.0.0.33 - - [2025-09-11 02:03:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.002876 10.0.0.33 - - [2025-09-11 02:03:50] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.427953 10.0.0.33 - - [2025-09-11 02:03:50] "POST /access-control-lists HTTP/1.1" 200 595 0.057281 10.0.0.33 - - [2025-09-11 02:03:51] "GET / HTTP/1.1" 200 35931 0.003601 10.0.0.33 - - [2025-09-11 02:03:53] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000619 10.0.0.33 - - [2025-09-11 02:03:53] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.33 - - [2025-09-11 02:03:53] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053136 10.0.0.33 - - [2025-09-11 02:03:53] "POST /fqname-to-id HTTP/1.1" 404 180 0.002468 10.0.0.33 - - [2025-09-11 02:03:53] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016894 10.0.0.33 - - [2025-09-11 02:03:53] "GET /virtual-DNS/405a9b1c-b454-43da-a6ef-1a98c4448d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005127 10.0.0.33 - - [2025-09-11 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.33 - - [2025-09-11 02:03:53] "GET /virtual-DNS/405a9b1c-b454-43da-a6ef-1a98c4448d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.033040 10.0.0.33 - - [2025-09-11 02:03:53] "GET /domains HTTP/1.1" 401 292 0.000489 10.0.0.33 - - [2025-09-11 02:03:54] "GET /domains HTTP/1.1" 200 280 0.028696 10.0.0.33 - - [2025-09-11 02:03:54] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001566 10.0.0.33 - - [2025-09-11 02:03:54] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2957 0.010980 10.0.0.33 - - [2025-09-11 02:03:54] "GET /virtual-DNS/405a9b1c-b454-43da-a6ef-1a98c4448d72 HTTP/1.1" 200 1438 0.004172 10.0.0.33 - - [2025-09-11 02:03:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002885 10.0.0.33 - - [2025-09-11 02:03:54] "POST /network-ipams HTTP/1.1" 200 514 0.019620 10.0.0.33 - - [2025-09-11 02:03:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003009 10.0.0.33 - - [2025-09-11 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.33 - - [2025-09-11 02:03:54] "GET /network-ipam/c68679e7-6dc9-43b5-8388-1c69b7e666da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004592 10.0.0.33 - - [2025-09-11 02:03:54] "PUT /network-ipam/c68679e7-6dc9-43b5-8388-1c69b7e666da HTTP/1.1" 200 258 0.010375 10.0.0.33 - - [2025-09-11 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.008149 10.0.0.33 - - [2025-09-11 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.33 - - [2025-09-11 02:03:54] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.33 - - [2025-09-11 02:03:54] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024199 10.0.0.33 - - [2025-09-11 02:03:54] "POST /neutron/network HTTP/1.1" 200 117 0.034218 10.0.0.33 - - [2025-09-11 02:03:54] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.33 - - [2025-09-11 02:03:54] "POST /neutron/network HTTP/1.1" 200 618 0.058268 10.0.0.33 - - [2025-09-11 02:03:54] "POST /route-targets HTTP/1.1" 200 327 0.013355 10.0.0.33 - - [2025-09-11 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.012901 10.0.0.33 - - [2025-09-11 02:03:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002210 10.0.0.33 - - [2025-09-11 02:03:54] "POST /neutron/subnet HTTP/1.1" 200 711 0.183843 10.0.0.33 - - [2025-09-11 02:03:54] "POST /neutron/network HTTP/1.1" 200 833 0.005680 10.0.0.33 - - [2025-09-11 02:03:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001275 10.0.0.33 - - [2025-09-11 02:03:54] "GET /virtual-network/f6d19156-f5ab-4cb3-bd1f-fb0458da39b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004891 10.0.0.33 - - [2025-09-11 02:03:55] "POST /neutron/network HTTP/1.1" 200 833 0.005749 10.0.0.33 - - [2025-09-11 02:03:55] "GET /virtual-network/f6d19156-f5ab-4cb3-bd1f-fb0458da39b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005067 10.0.0.33 - - [2025-09-11 02:03:55] "POST /neutron/network HTTP/1.1" 200 833 0.006748 10.0.0.33 - - [2025-09-11 02:03:55] "POST /neutron/subnet HTTP/1.1" 200 711 0.006988 10.0.0.33 - - [2025-09-11 02:03:55] "POST /neutron/network HTTP/1.1" 200 807 0.011606 10.0.0.33 - - [2025-09-11 02:03:55] "POST /neutron/network HTTP/1.1" 200 833 0.005461 10.0.0.33 - - [2025-09-11 02:03:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001263 10.0.0.33 - - [2025-09-11 02:03:55] "POST /neutron/network HTTP/1.1" 200 843 0.006703 10.0.0.33 - - [2025-09-11 02:03:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000479 10.0.0.33 - - [2025-09-11 02:03:55] "GET / HTTP/1.1" 200 35931 0.002403 10.0.0.33 - - [2025-09-11 02:03:55] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.33 - - [2025-09-11 02:03:56] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.33 - - [2025-09-11 02:03:56] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046290 10.0.0.33 - - [2025-09-11 02:03:56] "POST /neutron/network HTTP/1.1" 200 833 0.025907 10.0.0.33 - - [2025-09-11 02:03:56] "POST /neutron/port HTTP/1.1" 200 117 0.005196 10.0.0.33 - - [2025-09-11 02:03:56] "POST /neutron/port HTTP/1.1" 200 117 0.005390 10.0.0.33 - - [2025-09-11 02:03:56] "POST /neutron/port HTTP/1.1" 200 117 0.004903 10.0.0.33 - - [2025-09-11 02:03:56] "POST /neutron/network HTTP/1.1" 200 843 0.005735 10.0.0.33 - - [2025-09-11 02:03:56] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001109 10.0.0.33 - - [2025-09-11 02:03:56] "POST /neutron/port HTTP/1.1" 200 1058 0.201704 10.0.0.33 - - [2025-09-11 02:03:57] "POST /neutron/port HTTP/1.1" 200 1058 0.009425 10.0.0.33 - - [2025-09-11 02:03:57] "POST /neutron/port HTTP/1.1" 200 1058 0.008096 10.0.0.33 - - [2025-09-11 02:03:57] "POST /neutron/port HTTP/1.1" 200 1112 0.064380 10.0.0.33 - - [2025-09-11 02:03:57] "POST /neutron/port HTTP/1.1" 200 1086 0.011017 10.0.0.33 - - [2025-09-11 02:03:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003215 10.0.0.33 - - [2025-09-11 02:03:57] "POST /neutron/subnet HTTP/1.1" 200 685 0.007143 10.0.0.33 - - [2025-09-11 02:03:57] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.33 - - [2025-09-11 02:03:57] "POST /neutron/network HTTP/1.1" 200 833 0.005496 10.0.0.33 - - [2025-09-11 02:04:01] "POST /neutron/port HTTP/1.1" 200 1086 0.013884 10.0.0.33 - - [2025-09-11 02:04:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009880 10.0.0.33 - - [2025-09-11 02:04:01] "POST /neutron/port HTTP/1.1" 200 1086 0.012797 10.0.0.33 - - [2025-09-11 02:04:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006762 10.0.0.33 - - [2025-09-11 02:04:01] "POST /neutron/port HTTP/1.1" 200 1086 0.011619 10.0.0.33 - - [2025-09-11 02:04:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006214 10.0.0.33 - - [2025-09-11 02:04:01] "GET /virtual-machine/00dd24d8-25dd-4f28-b26f-619490d9201a HTTP/1.1" 200 1291 0.006452 10.0.0.33 - - [2025-09-11 02:04:01] "GET /virtual-machine-interface/0c2199dc-1e9f-496b-9793-ee72010121a1 HTTP/1.1" 200 2963 0.008011 10.0.0.33 - - [2025-09-11 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.33 - - [2025-09-11 02:04:01] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004244 10.0.0.33 - - [2025-09-11 02:04:01] "GET /virtual-networks?parent_id=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003542 10.0.0.33 - - [2025-09-11 02:04:01] "GET /virtual-network/f6d19156-f5ab-4cb3-bd1f-fb0458da39b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005552 10.0.0.33 - - [2025-09-11 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.33 - - [2025-09-11 02:04:04] "GET /virtual-network/f6d19156-f5ab-4cb3-bd1f-fb0458da39b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004943 10.0.0.33 - - [2025-09-11 02:04:06] "POST /neutron/port HTTP/1.1" 200 1086 0.011386 10.0.0.33 - - [2025-09-11 02:04:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005135 10.0.0.33 - - [2025-09-11 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.33 - - [2025-09-11 02:04:09] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003586 10.0.0.33 - - [2025-09-11 02:04:09] "GET /virtual-networks?parent_id=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003135 10.0.0.33 - - [2025-09-11 02:04:09] "GET /virtual-network/f6d19156-f5ab-4cb3-bd1f-fb0458da39b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006073 10.0.0.33 - - [2025-09-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 807 0.010316 10.0.0.33 - - [2025-09-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 833 0.005143 10.0.0.33 - - [2025-09-11 02:04:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001383 10.0.0.33 - - [2025-09-11 02:04:13] "POST /neutron/port HTTP/1.1" 200 1086 0.011252 10.0.0.33 - - [2025-09-11 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006401 10.0.0.33 - - [2025-09-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 843 0.006567 10.0.0.33 - - [2025-09-11 02:04:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000489 10.0.0.33 - - [2025-09-11 02:04:14] "DELETE /project/1fcbca3c179c4d45b3c18565cff80506 HTTP/1.1" 404 173 0.006299 10.0.0.33 - - [2025-09-11 02:04:14] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.33 - - [2025-09-11 02:04:14] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.023914 10.0.0.33 - - [2025-09-11 02:04:14] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.33 - - [2025-09-11 02:04:14] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?fields=security_groups HTTP/1.1" 200 1358 0.065265 10.0.0.33 - - [2025-09-11 02:04:14] "GET / HTTP/1.1" 200 35931 0.001712 10.0.0.33 - - [2025-09-11 02:04:14] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.33 - - [2025-09-11 02:04:14] "DELETE /security-group/09aa86e2-fc3a-4b60-965a-38cefe0daac1 HTTP/1.1" 200 115 0.037774 10.0.0.33 - - [2025-09-11 02:04:14] "GET /projects?obj_uuids=ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001243 10.0.0.33 - - [2025-09-11 02:04:14] "DELETE /access-control-list/6c4b1f8a-e914-4ee1-bf38-9d0de873d784 HTTP/1.1" 200 115 0.030239 10.0.0.33 - - [2025-09-11 02:04:14] "GET /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e?fields=application_policy_sets HTTP/1.1" 200 1397 0.032462 10.0.0.33 - - [2025-09-11 02:04:14] "DELETE /access-control-list/4e61a2be-c943-4464-9a39-d4e1da91296f HTTP/1.1" 200 115 0.031233 10.0.0.33 - - [2025-09-11 02:04:14] "DELETE /project/ada9d1e7-f3cf-4ceb-8c4b-bae9c4b1274e HTTP/1.1" 200 115 0.319391 10.0.0.33 - - [2025-09-11 02:04:14] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.33 - - [2025-09-11 02:04:14] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046233 10.0.0.33 - - [2025-09-11 02:04:14] "POST /neutron/network HTTP/1.1" 200 833 0.005905 10.0.0.33 - - [2025-09-11 02:04:14] "POST /neutron/port HTTP/1.1" 200 1086 0.013196 10.0.0.33 - - [2025-09-11 02:04:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005722 10.0.0.33 - - [2025-09-11 02:04:14] "POST /neutron/port HTTP/1.1" 200 117 0.006443 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/port HTTP/1.1" 200 117 0.005028 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/network HTTP/1.1" 200 843 0.005667 10.0.0.33 - - [2025-09-11 02:04:15] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001523 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/port HTTP/1.1" 200 1058 0.195229 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009736 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009485 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/port HTTP/1.1" 200 1112 0.051077 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/port HTTP/1.1" 200 1086 0.011485 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003048 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/subnet HTTP/1.1" 200 685 0.007246 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.33 - - [2025-09-11 02:04:15] "POST /neutron/network HTTP/1.1" 200 833 0.005924 10.0.0.33 - - [2025-09-11 02:04:20] "POST /neutron/port HTTP/1.1" 200 1086 0.011600 10.0.0.33 - - [2025-09-11 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005992 10.0.0.33 - - [2025-09-11 02:04:20] "POST /neutron/port HTTP/1.1" 200 1086 0.010572 10.0.0.33 - - [2025-09-11 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006595 10.0.0.33 - - [2025-09-11 02:04:20] "POST /neutron/port HTTP/1.1" 200 1086 0.015752 10.0.0.33 - - [2025-09-11 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009737 10.0.0.33 - - [2025-09-11 02:04:20] "GET /virtual-machine/e7750e2b-fc88-4cba-b908-020622be7d6b HTTP/1.1" 200 1294 0.004996 10.0.0.33 - - [2025-09-11 02:04:20] "GET /obj-perms HTTP/1.1" 200 5056 0.059335 10.0.0.33 - - [2025-09-11 02:04:20] "GET /virtual-machine-interface/5ed26dc6-49b6-462e-a75a-db7c6621fb4a HTTP/1.1" 200 2964 0.004993 10.0.0.33 - - [2025-09-11 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.33 - - [2025-09-11 02:04:20] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003367 10.0.0.33 - - [2025-09-11 02:04:20] "GET /virtual-networks?parent_id=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003323 10.0.0.33 - - [2025-09-11 02:04:20] "GET /virtual-network/f6d19156-f5ab-4cb3-bd1f-fb0458da39b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005468 10.0.0.33 - - [2025-09-11 02:04:20] "GET /obj-perms HTTP/1.1" 200 5056 0.045265 10.0.0.33 - - [2025-09-11 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.33 - - [2025-09-11 02:04:23] "GET /virtual-network/f6d19156-f5ab-4cb3-bd1f-fb0458da39b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005954 10.0.0.33 - - [2025-09-11 02:04:25] "POST /neutron/port HTTP/1.1" 200 1086 0.036128 10.0.0.33 - - [2025-09-11 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006428 10.0.0.33 - - [2025-09-11 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.33 - - [2025-09-11 02:04:27] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002839 10.0.0.33 - - [2025-09-11 02:04:27] "GET /virtual-networks?parent_id=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003485 10.0.0.33 - - [2025-09-11 02:04:27] "GET /virtual-network/f6d19156-f5ab-4cb3-bd1f-fb0458da39b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005444 10.0.0.33 - - [2025-09-11 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.33 - - [2025-09-11 02:04:34] "DELETE /virtual-DNS/405a9b1c-b454-43da-a6ef-1a98c4448d72 HTTP/1.1" 409 235 0.005749 10.0.0.33 - - [2025-09-11 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.003554 10.0.0.33 - - [2025-09-11 02:04:34] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014702 10.0.0.33 - - [2025-09-11 02:04:34] "GET /virtual-DNS-record/0bec1862-f4a6-43e3-b824-4c0e49b6ab11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005329 10.0.0.33 - - [2025-09-11 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.33 - - [2025-09-11 02:04:35] "GET /virtual-DNS-record/0bec1862-f4a6-43e3-b824-4c0e49b6ab11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003557 10.0.0.33 - - [2025-09-11 02:04:35] "GET /domains HTTP/1.1" 200 280 0.002817 10.0.0.33 - - [2025-09-11 02:04:35] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.33 - - [2025-09-11 02:04:35] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2773 0.007996 10.0.0.33 - - [2025-09-11 02:04:35] "GET /virtual-DNS/405a9b1c-b454-43da-a6ef-1a98c4448d72 HTTP/1.1" 200 1907 0.003546 10.0.0.33 - - [2025-09-11 02:04:35] "GET /virtual-DNS-record/0bec1862-f4a6-43e3-b824-4c0e49b6ab11 HTTP/1.1" 200 1335 0.002382 10.0.0.33 - - [2025-09-11 02:04:40] "DELETE /virtual-DNS-record/0bec1862-f4a6-43e3-b824-4c0e49b6ab11 HTTP/1.1" 200 115 0.017313 10.0.0.33 - - [2025-09-11 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.002457 10.0.0.33 - - [2025-09-11 02:04:40] "POST /neutron/network HTTP/1.1" 200 833 0.007468 10.0.0.33 - - [2025-09-11 02:04:40] "POST /neutron/network HTTP/1.1" 400 204 0.010056 10.0.0.33 - - [2025-09-11 02:04:41] "POST /neutron/port HTTP/1.1" 200 1086 0.013602 10.0.0.33 - - [2025-09-11 02:04:41] "POST /neutron/port HTTP/1.1" 200 1112 0.009010 10.0.0.33 - - [2025-09-11 02:04:41] "POST /neutron/port HTTP/1.1" 200 1086 0.013873 10.0.0.33 - - [2025-09-11 02:04:41] "POST /neutron/port HTTP/1.1" 200 1112 0.008061 10.0.0.33 - - [2025-09-11 02:04:41] "POST /neutron/port HTTP/1.1" 200 151 0.109602 10.0.0.33 - - [2025-09-11 02:04:41] "POST /neutron/port HTTP/1.1" 200 151 0.091434 10.0.0.33 - - [2025-09-11 02:04:42] "POST /neutron/network HTTP/1.1" 200 833 0.006518 10.0.0.33 - - [2025-09-11 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.33 - - [2025-09-11 02:04:43] "DELETE /route-target/2613c162-a119-434d-b161-689c0a4cdeb3 HTTP/1.1" 200 115 0.058696 10.0.0.33 - - [2025-09-11 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.33 - - [2025-09-11 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002678 10.0.0.33 - - [2025-09-11 02:04:43] "POST /neutron/network HTTP/1.1" 200 151 0.214835 10.0.0.33 - - [2025-09-11 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.33 - - [2025-09-11 02:04:43] "DELETE /network-ipam/c68679e7-6dc9-43b5-8388-1c69b7e666da HTTP/1.1" 200 115 0.022994 10.0.0.33 - - [2025-09-11 02:04:43] "DELETE /virtual-DNS/405a9b1c-b454-43da-a6ef-1a98c4448d72 HTTP/1.1" 200 115 0.022907 10.0.0.33 - - [2025-09-11 02:04:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.003885 10.0.0.33 - - [2025-09-11 02:04:43] "GET /domains HTTP/1.1" 200 280 0.003503 10.0.0.33 - - [2025-09-11 02:04:43] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.33 - - [2025-09-11 02:04:43] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2573 0.007977 10.0.0.33 - - [2025-09-11 02:04:43] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.33 - - [2025-09-11 02:04:43] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023011 10.0.0.33 - - [2025-09-11 02:04:43] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.33 - - [2025-09-11 02:04:43] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?fields=virtual_networks HTTP/1.1" 200 1034 0.064334 10.0.0.33 - - [2025-09-11 02:04:43] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.33 - - [2025-09-11 02:04:43] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.029026 10.0.0.33 - - [2025-09-11 02:04:43] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.33 - - [2025-09-11 02:04:43] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?fields=security_groups HTTP/1.1" 200 1261 0.022952 10.0.0.33 - - [2025-09-11 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.025526 10.0.0.33 - - [2025-09-11 02:04:44] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002429 10.0.0.33 - - [2025-09-11 02:04:44] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.33 - - [2025-09-11 02:04:44] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008489 10.0.0.33 - - [2025-09-11 02:04:44] "POST /id-to-fqname HTTP/1.1" 200 191 0.002590 10.0.0.33 - - [2025-09-11 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.002445 10.0.0.33 - - [2025-09-11 02:04:44] "POST /security-groups HTTP/1.1" 200 592 0.060360 10.0.0.33 - - [2025-09-11 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 235 0.003813 10.0.0.33 - - [2025-09-11 02:04:44] "POST /projects HTTP/1.1" 200 587 0.216933 10.0.0.33 - - [2025-09-11 02:04:44] "POST /access-control-lists HTTP/1.1" 200 597 0.063529 10.0.0.33 - - [2025-09-11 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.290483 10.0.0.33 - - [2025-09-11 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.002977 10.0.0.33 - - [2025-09-11 02:04:44] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.413902 10.0.0.33 - - [2025-09-11 02:04:45] "POST /access-control-lists HTTP/1.1" 200 595 0.060113 10.0.0.33 - - [2025-09-11 02:04:46] "GET / HTTP/1.1" 200 35931 0.002100 10.0.0.33 - - [2025-09-11 02:04:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.33 - - [2025-09-11 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.062044 10.0.0.33 - - [2025-09-11 02:04:47] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.33 - - [2025-09-11 02:04:47] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021209 10.0.0.33 - - [2025-09-11 02:04:47] "POST /neutron/network HTTP/1.1" 200 117 0.029176 10.0.0.33 - - [2025-09-11 02:04:47] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001348 10.0.0.33 - - [2025-09-11 02:04:47] "POST /neutron/network HTTP/1.1" 200 606 0.063299 10.0.0.33 - - [2025-09-11 02:04:47] "POST /route-targets HTTP/1.1" 200 327 0.011315 10.0.0.33 - - [2025-09-11 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.012532 10.0.0.33 - - [2025-09-11 02:04:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002078 10.0.0.33 - - [2025-09-11 02:04:47] "POST /neutron/subnet HTTP/1.1" 200 710 0.178526 10.0.0.33 - - [2025-09-11 02:04:47] "POST /neutron/network HTTP/1.1" 200 822 0.006237 10.0.0.33 - - [2025-09-11 02:04:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001214 10.0.0.33 - - [2025-09-11 02:04:47] "GET /virtual-network/cd35de33-12d2-4b40-bf11-aa51e340b968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004991 10.0.0.33 - - [2025-09-11 02:04:47] "POST /neutron/network HTTP/1.1" 200 822 0.005957 10.0.0.33 - - [2025-09-11 02:04:47] "GET /virtual-network/cd35de33-12d2-4b40-bf11-aa51e340b968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004787 10.0.0.33 - - [2025-09-11 02:04:47] "POST /neutron/network HTTP/1.1" 200 822 0.005927 10.0.0.33 - - [2025-09-11 02:04:47] "POST /neutron/subnet HTTP/1.1" 200 710 0.006986 10.0.0.33 - - [2025-09-11 02:04:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001128 10.0.0.33 - - [2025-09-11 02:04:48] "POST /neutron/network HTTP/1.1" 200 832 0.005982 10.0.0.33 - - [2025-09-11 02:04:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.33 - - [2025-09-11 02:04:48] "GET / HTTP/1.1" 200 35931 0.001912 10.0.0.33 - - [2025-09-11 02:04:48] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2025-09-11 02:04:48] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.33 - - [2025-09-11 02:04:48] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051501 10.0.0.33 - - [2025-09-11 02:04:48] "POST /neutron/network HTTP/1.1" 200 822 0.006640 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 117 0.006092 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 117 0.005785 10.0.0.33 - - [2025-09-11 02:04:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001393 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 117 0.004979 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/network HTTP/1.1" 200 832 0.005854 10.0.0.33 - - [2025-09-11 02:04:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000459 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/network HTTP/1.1" 200 832 0.006010 10.0.0.33 - - [2025-09-11 02:04:49] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.33 - - [2025-09-11 02:04:49] "GET / HTTP/1.1" 200 35931 0.001780 10.0.0.33 - - [2025-09-11 02:04:49] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1058 0.207716 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1058 0.009072 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1058 0.008135 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1112 0.063849 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1086 0.015050 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004353 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/subnet HTTP/1.1" 200 684 0.007507 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.33 - - [2025-09-11 02:04:49] "POST /neutron/network HTTP/1.1" 200 822 0.005701 10.0.0.33 - - [2025-09-11 02:04:50] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.33 - - [2025-09-11 02:04:50] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071391 10.0.0.33 - - [2025-09-11 02:04:50] "POST /neutron/network HTTP/1.1" 200 822 0.005734 10.0.0.33 - - [2025-09-11 02:04:50] "POST /neutron/port HTTP/1.1" 200 1086 0.024888 10.0.0.33 - - [2025-09-11 02:04:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007606 10.0.0.33 - - [2025-09-11 02:04:50] "POST /neutron/port HTTP/1.1" 200 117 0.005756 10.0.0.33 - - [2025-09-11 02:04:50] "POST /neutron/port HTTP/1.1" 200 1086 0.020146 10.0.0.33 - - [2025-09-11 02:04:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008972 10.0.0.33 - - [2025-09-11 02:04:50] "POST /neutron/network HTTP/1.1" 200 832 0.005800 10.0.0.33 - - [2025-09-11 02:04:50] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001164 10.0.0.33 - - [2025-09-11 02:04:51] "POST /neutron/port HTTP/1.1" 200 1058 0.234556 10.0.0.33 - - [2025-09-11 02:04:51] "POST /neutron/port HTTP/1.1" 200 1058 0.014601 10.0.0.33 - - [2025-09-11 02:04:51] "POST /neutron/port HTTP/1.1" 200 1058 0.010130 10.0.0.33 - - [2025-09-11 02:04:51] "POST /neutron/port HTTP/1.1" 200 1112 0.089985 10.0.0.33 - - [2025-09-11 02:04:51] "POST /neutron/port HTTP/1.1" 200 1086 0.012101 10.0.0.33 - - [2025-09-11 02:04:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003755 10.0.0.33 - - [2025-09-11 02:04:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.008362 10.0.0.33 - - [2025-09-11 02:04:51] "POST /neutron/port HTTP/1.1" 200 117 0.001413 10.0.0.33 - - [2025-09-11 02:04:51] "POST /neutron/network HTTP/1.1" 200 822 0.006279 10.0.0.33 - - [2025-09-11 02:04:55] "POST /neutron/port HTTP/1.1" 200 1086 0.010094 10.0.0.33 - - [2025-09-11 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006679 10.0.0.33 - - [2025-09-11 02:04:55] "POST /neutron/port HTTP/1.1" 200 1086 0.011046 10.0.0.33 - - [2025-09-11 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006150 10.0.0.33 - - [2025-09-11 02:04:55] "POST /neutron/port HTTP/1.1" 200 1086 0.011800 10.0.0.33 - - [2025-09-11 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005817 10.0.0.33 - - [2025-09-11 02:04:55] "GET /virtual-machine/27d76e01-2f76-4e25-b34e-618287d6830e HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2025-09-11 02:04:56] "GET /virtual-machine/27d76e01-2f76-4e25-b34e-618287d6830e HTTP/1.1" 200 1293 0.027391 10.0.0.33 - - [2025-09-11 02:04:56] "GET /virtual-machine-interface/e5d8f257-47bf-4a92-a7c1-618d29317b47 HTTP/1.1" 200 2947 0.005461 10.0.0.33 - - [2025-09-11 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.33 - - [2025-09-11 02:04:56] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004908 10.0.0.33 - - [2025-09-11 02:04:56] "GET /virtual-networks?parent_id=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002939 10.0.0.33 - - [2025-09-11 02:04:56] "GET /virtual-network/cd35de33-12d2-4b40-bf11-aa51e340b968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005542 10.0.0.33 - - [2025-09-11 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.33 - - [2025-09-11 02:04:59] "GET /virtual-network/cd35de33-12d2-4b40-bf11-aa51e340b968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004599 10.0.0.33 - - [2025-09-11 02:04:59] "POST /neutron/port HTTP/1.1" 200 1086 0.011223 10.0.0.33 - - [2025-09-11 02:04:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005219 10.0.0.33 - - [2025-09-11 02:05:00] "POST /neutron/port HTTP/1.1" 200 1086 0.011151 10.0.0.33 - - [2025-09-11 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006149 10.0.0.33 - - [2025-09-11 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.33 - - [2025-09-11 02:05:01] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003123 10.0.0.33 - - [2025-09-11 02:05:01] "GET /virtual-networks?parent_id=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003117 10.0.0.33 - - [2025-09-11 02:05:01] "GET /virtual-network/cd35de33-12d2-4b40-bf11-aa51e340b968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005347 10.0.0.33 - - [2025-09-11 02:05:01] "POST /neutron/port HTTP/1.1" 200 1086 0.012878 10.0.0.33 - - [2025-09-11 02:05:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006202 10.0.0.33 - - [2025-09-11 02:05:01] "POST /neutron/port HTTP/1.1" 200 1086 0.010932 10.0.0.33 - - [2025-09-11 02:05:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006398 10.0.0.33 - - [2025-09-11 02:05:02] "POST /neutron/port HTTP/1.1" 200 1086 0.015370 10.0.0.33 - - [2025-09-11 02:05:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006940 10.0.0.33 - - [2025-09-11 02:05:02] "GET /virtual-machine/e6304e0a-fa3a-46c6-9a96-782f8d843b57 HTTP/1.1" 200 1294 0.004908 10.0.0.33 - - [2025-09-11 02:05:02] "GET /virtual-machine-interface/8d31ed0a-d6c3-4dbc-b9c4-3054568632ea HTTP/1.1" 200 2947 0.004869 10.0.0.33 - - [2025-09-11 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.33 - - [2025-09-11 02:05:02] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003553 10.0.0.33 - - [2025-09-11 02:05:02] "GET /virtual-networks?parent_id=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003046 10.0.0.33 - - [2025-09-11 02:05:02] "GET /virtual-network/cd35de33-12d2-4b40-bf11-aa51e340b968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005774 10.0.0.33 - - [2025-09-11 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.33 - - [2025-09-11 02:05:03] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003774 10.0.0.33 - - [2025-09-11 02:05:03] "GET /virtual-networks?parent_id=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004667 10.0.0.33 - - [2025-09-11 02:05:03] "GET /virtual-network/cd35de33-12d2-4b40-bf11-aa51e340b968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005383 10.0.0.33 - - [2025-09-11 02:05:08] "POST /neutron/network HTTP/1.1" 200 822 0.005905 10.0.0.33 - - [2025-09-11 02:05:08] "POST /neutron/network HTTP/1.1" 400 204 0.012611 10.0.0.33 - - [2025-09-11 02:05:08] "POST /neutron/port HTTP/1.1" 200 1086 0.013617 10.0.0.33 - - [2025-09-11 02:05:08] "POST /neutron/port HTTP/1.1" 200 1112 0.013410 10.0.0.33 - - [2025-09-11 02:05:09] "POST /neutron/port HTTP/1.1" 200 1086 0.018040 10.0.0.33 - - [2025-09-11 02:05:09] "POST /neutron/port HTTP/1.1" 200 151 0.111830 10.0.0.33 - - [2025-09-11 02:05:09] "POST /neutron/port HTTP/1.1" 200 1112 0.008461 10.0.0.33 - - [2025-09-11 02:05:09] "POST /neutron/port HTTP/1.1" 200 151 0.102286 10.0.0.33 - - [2025-09-11 02:05:10] "POST /neutron/network HTTP/1.1" 200 822 0.007536 10.0.0.33 - - [2025-09-11 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.33 - - [2025-09-11 02:05:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003147 10.0.0.33 - - [2025-09-11 02:05:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002167 10.0.0.33 - - [2025-09-11 02:05:10] "POST /neutron/network HTTP/1.1" 200 151 0.091288 10.0.0.33 - - [2025-09-11 02:05:10] "DELETE /route-target/99a36b6c-c347-463b-8bfe-24c52415027d HTTP/1.1" 200 115 0.018716 10.0.0.33 - - [2025-09-11 02:05:10] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001505 10.0.0.33 - - [2025-09-11 02:05:10] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.034014 10.0.0.33 - - [2025-09-11 02:05:10] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001950 10.0.0.33 - - [2025-09-11 02:05:10] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?fields=virtual_networks HTTP/1.1" 200 1034 0.069131 10.0.0.33 - - [2025-09-11 02:05:11] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001289 10.0.0.33 - - [2025-09-11 02:05:11] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.030189 10.0.0.33 - - [2025-09-11 02:05:11] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001325 10.0.0.33 - - [2025-09-11 02:05:11] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?fields=security_groups HTTP/1.1" 200 1261 0.025204 10.0.0.33 - - [2025-09-11 02:05:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.026838 10.0.0.33 - - [2025-09-11 02:05:12] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002402 10.0.0.33 - - [2025-09-11 02:05:12] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.33 - - [2025-09-11 02:05:12] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006666 10.0.0.33 - - [2025-09-11 02:05:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.001307 10.0.0.33 - - [2025-09-11 02:05:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.003341 10.0.0.33 - - [2025-09-11 02:05:12] "POST /security-groups HTTP/1.1" 200 591 0.060678 10.0.0.33 - - [2025-09-11 02:05:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.003490 10.0.0.33 - - [2025-09-11 02:05:12] "POST /projects HTTP/1.1" 200 585 0.206239 10.0.0.33 - - [2025-09-11 02:05:12] "POST /access-control-lists HTTP/1.1" 200 596 0.058514 10.0.0.33 - - [2025-09-11 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.274839 10.0.0.33 - - [2025-09-11 02:05:12] "POST /fqname-to-id HTTP/1.1" 404 233 0.002969 10.0.0.33 - - [2025-09-11 02:05:12] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.396650 10.0.0.33 - - [2025-09-11 02:05:12] "POST /access-control-lists HTTP/1.1" 200 594 0.060330 10.0.0.33 - - [2025-09-11 02:05:13] "GET / HTTP/1.1" 200 35931 0.002866 10.0.0.33 - - [2025-09-11 02:05:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000523 10.0.0.33 - - [2025-09-11 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.066583 10.0.0.33 - - [2025-09-11 02:05:14] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.33 - - [2025-09-11 02:05:14] "DELETE /project/191e0d847d0a4f7a957e4f19750901de HTTP/1.1" 404 173 0.005322 10.0.0.33 - - [2025-09-11 02:05:14] "DELETE /project/35e76859490a4fb0bb987d50e10cd2a5 HTTP/1.1" 404 173 0.003066 10.0.0.33 - - [2025-09-11 02:05:14] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.33 - - [2025-09-11 02:05:14] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001472 10.0.0.33 - - [2025-09-11 02:05:14] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041264 10.0.0.33 - - [2025-09-11 02:05:14] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.037912 10.0.0.33 - - [2025-09-11 02:05:14] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.041069 10.0.0.33 - - [2025-09-11 02:05:14] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002379 10.0.0.33 - - [2025-09-11 02:05:14] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?fields=security_groups HTTP/1.1" 200 1366 0.025023 10.0.0.33 - - [2025-09-11 02:05:14] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028 10.0.0.33 - - [2025-09-11 02:05:14] "POST /neutron/network HTTP/1.1" 200 117 0.030524 10.0.0.33 - - [2025-09-11 02:05:14] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?fields=security_groups HTTP/1.1" 200 1366 0.027376 10.0.0.33 - - [2025-09-11 02:05:15] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.33 - - [2025-09-11 02:05:15] "DELETE /security-group/ad9de044-16ad-4eae-933d-e8507bde1024 HTTP/1.1" 200 115 0.033923 10.0.0.33 - - [2025-09-11 02:05:15] "GET /projects?obj_uuids=1fcbca3c-179c-4d45-b3c1-8565cff80506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.33 - - [2025-09-11 02:05:15] "DELETE /access-control-list/18915e11-b498-4e93-8c36-e61586cc2001 HTTP/1.1" 200 115 0.033656 10.0.0.33 - - [2025-09-11 02:05:15] "GET /project/1fcbca3c-179c-4d45-b3c1-8565cff80506?fields=application_policy_sets HTTP/1.1" 200 1405 0.043758 10.0.0.33 - - [2025-09-11 02:05:15] "DELETE /access-control-list/12d58beb-eb9d-44d1-8a6b-56fc052d7950 HTTP/1.1" 200 115 0.056317 10.0.0.33 - - [2025-09-11 02:05:15] "DELETE /security-group/5d28133d-583a-402d-921b-aa3e2ec6bd16 HTTP/1.1" 200 115 0.096970 10.0.0.33 - - [2025-09-11 02:05:15] "GET /projects?obj_uuids=191e0d84-7d0a-4f7a-957e-4f19750901de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001208 10.0.0.33 - - [2025-09-11 02:05:15] "DELETE /access-control-list/287cf8e9-1685-4a33-bc59-d51fd11c7a1c HTTP/1.1" 200 115 0.051315 10.0.0.33 - - [2025-09-11 02:05:15] "POST /neutron/network HTTP/1.1" 200 625 0.193485 10.0.0.33 - - [2025-09-11 02:05:15] "DELETE /access-control-list/d589db1c-4cf5-4aa5-bef5-4e71104ada1c HTTP/1.1" 200 115 0.034994 10.0.0.33 - - [2025-09-11 02:05:15] "GET /project/191e0d84-7d0a-4f7a-957e-4f19750901de?fields=application_policy_sets HTTP/1.1" 200 1405 0.092527 10.0.0.33 - - [2025-09-11 02:05:15] "DELETE /project/1fcbca3c-179c-4d45-b3c1-8565cff80506 HTTP/1.1" 200 115 0.377798 10.0.0.33 - - [2025-09-11 02:05:15] "POST /route-targets HTTP/1.1" 200 327 0.011833 10.0.0.33 - - [2025-09-11 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.012525 10.0.0.33 - - [2025-09-11 02:05:15] "DELETE /project/191e0d84-7d0a-4f7a-957e-4f19750901de HTTP/1.1" 200 115 0.504688 10.0.0.33 - - [2025-09-11 02:05:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003430 10.0.0.33 - - [2025-09-11 02:05:15] "POST /neutron/subnet HTTP/1.1" 200 701 0.195529 10.0.0.33 - - [2025-09-11 02:05:15] "POST /neutron/network HTTP/1.1" 200 839 0.005714 10.0.0.33 - - [2025-09-11 02:05:15] "POST /id-to-fqname HTTP/1.1" 200 230 0.001237 10.0.0.33 - - [2025-09-11 02:05:15] "GET /virtual-network/6d3a5dda-51b3-47b9-b0ca-cceadf24e748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004889 10.0.0.33 - - [2025-09-11 02:05:15] "POST /neutron/network HTTP/1.1" 200 839 0.006800 10.0.0.33 - - [2025-09-11 02:05:15] "GET /virtual-network/6d3a5dda-51b3-47b9-b0ca-cceadf24e748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004862 10.0.0.33 - - [2025-09-11 02:05:15] "POST /neutron/network HTTP/1.1" 200 839 0.005913 10.0.0.33 - - [2025-09-11 02:05:15] "POST /neutron/subnet HTTP/1.1" 200 701 0.006669 10.0.0.33 - - [2025-09-11 02:05:15] "POST /neutron/network HTTP/1.1" 200 839 0.004646 10.0.0.33 - - [2025-09-11 02:05:15] "POST /id-to-fqname HTTP/1.1" 200 230 0.001153 10.0.0.33 - - [2025-09-11 02:05:15] "POST /neutron/network HTTP/1.1" 200 849 0.007869 10.0.0.33 - - [2025-09-11 02:05:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000471 10.0.0.33 - - [2025-09-11 02:05:16] "GET / HTTP/1.1" 200 35931 0.001852 10.0.0.33 - - [2025-09-11 02:05:16] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000409 10.0.0.33 - - [2025-09-11 02:05:16] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.33 - - [2025-09-11 02:05:16] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047611 10.0.0.33 - - [2025-09-11 02:05:16] "POST /neutron/network HTTP/1.1" 200 839 0.005699 10.0.0.33 - - [2025-09-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.005030 10.0.0.33 - - [2025-09-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.005586 10.0.0.33 - - [2025-09-11 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.33 - - [2025-09-11 02:05:16] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002836 10.0.0.33 - - [2025-09-11 02:05:16] "PUT /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3 HTTP/1.1" 200 276 0.008963 10.0.0.33 - - [2025-09-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.004917 10.0.0.33 - - [2025-09-11 02:05:17] "POST /neutron/network HTTP/1.1" 200 849 0.005890 10.0.0.33 - - [2025-09-11 02:05:17] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001156 10.0.0.33 - - [2025-09-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1055 0.181218 10.0.0.33 - - [2025-09-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1055 0.007870 10.0.0.33 - - [2025-09-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1055 0.008976 10.0.0.33 - - [2025-09-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1109 0.048671 10.0.0.33 - - [2025-09-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1083 0.010037 10.0.0.33 - - [2025-09-11 02:05:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003044 10.0.0.33 - - [2025-09-11 02:05:17] "POST /neutron/subnet HTTP/1.1" 200 675 0.006233 10.0.0.33 - - [2025-09-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.33 - - [2025-09-11 02:05:17] "POST /neutron/network HTTP/1.1" 200 839 0.005141 10.0.0.33 - - [2025-09-11 02:05:21] "GET /obj-perms HTTP/1.1" 200 5056 0.051482 10.0.0.33 - - [2025-09-11 02:05:21] "GET /obj-perms HTTP/1.1" 200 5056 0.048177 10.0.0.33 - - [2025-09-11 02:05:22] "POST /neutron/port HTTP/1.1" 200 1083 0.010189 10.0.0.33 - - [2025-09-11 02:05:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006813 10.0.0.33 - - [2025-09-11 02:05:22] "POST /neutron/port HTTP/1.1" 200 1083 0.011825 10.0.0.33 - - [2025-09-11 02:05:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006093 10.0.0.33 - - [2025-09-11 02:05:22] "POST /neutron/port HTTP/1.1" 200 1083 0.010470 10.0.0.33 - - [2025-09-11 02:05:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007519 10.0.0.33 - - [2025-09-11 02:05:22] "GET /virtual-machine/92fb23f0-84b2-450b-b9f7-fd4ccc84b3fe HTTP/1.1" 401 292 0.000467 10.0.0.33 - - [2025-09-11 02:05:22] "GET /virtual-machine/92fb23f0-84b2-450b-b9f7-fd4ccc84b3fe HTTP/1.1" 200 1293 0.027507 10.0.0.33 - - [2025-09-11 02:05:22] "GET /virtual-machine-interface/8599a7fd-3f78-4db0-8e08-1471a19133b8 HTTP/1.1" 200 2971 0.005205 10.0.0.33 - - [2025-09-11 02:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.33 - - [2025-09-11 02:05:22] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005095 10.0.0.33 - - [2025-09-11 02:05:22] "GET /virtual-networks?parent_id=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003258 10.0.0.33 - - [2025-09-11 02:05:22] "GET /virtual-network/6d3a5dda-51b3-47b9-b0ca-cceadf24e748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005559 10.0.0.33 - - [2025-09-11 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.33 - - [2025-09-11 02:05:25] "GET /virtual-network/6d3a5dda-51b3-47b9-b0ca-cceadf24e748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005839 10.0.0.33 - - [2025-09-11 02:05:27] "POST /neutron/port HTTP/1.1" 200 1083 0.010246 10.0.0.33 - - [2025-09-11 02:05:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004638 10.0.0.33 - - [2025-09-11 02:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.33 - - [2025-09-11 02:05:28] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003100 10.0.0.33 - - [2025-09-11 02:05:28] "GET /virtual-networks?parent_id=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003339 10.0.0.33 - - [2025-09-11 02:05:28] "GET /virtual-network/6d3a5dda-51b3-47b9-b0ca-cceadf24e748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005483 10.0.0.33 - - [2025-09-11 02:05:28] "POST /neutron/port HTTP/1.1" 200 1083 0.010459 10.0.0.33 - - [2025-09-11 02:05:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006240 10.0.0.33 - - [2025-09-11 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.33 - - [2025-09-11 02:05:35] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003273 10.0.0.33 - - [2025-09-11 02:05:35] "PUT /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3 HTTP/1.1" 200 276 0.009812 10.0.0.33 - - [2025-09-11 02:05:35] "POST /neutron/network HTTP/1.1" 200 839 0.006402 10.0.0.33 - - [2025-09-11 02:05:35] "POST /neutron/network HTTP/1.1" 400 204 0.010527 10.0.0.33 - - [2025-09-11 02:05:36] "POST /neutron/port HTTP/1.1" 200 1083 0.010287 10.0.0.33 - - [2025-09-11 02:05:36] "POST /neutron/port HTTP/1.1" 200 1109 0.008168 10.0.0.33 - - [2025-09-11 02:05:36] "POST /neutron/port HTTP/1.1" 200 151 0.082449 10.0.0.33 - - [2025-09-11 02:05:37] "POST /neutron/network HTTP/1.1" 200 839 0.006492 10.0.0.33 - - [2025-09-11 02:05:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002250 10.0.0.33 - - [2025-09-11 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.33 - - [2025-09-11 02:05:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001967 10.0.0.33 - - [2025-09-11 02:05:37] "POST /neutron/network HTTP/1.1" 200 151 0.079661 10.0.0.33 - - [2025-09-11 02:05:37] "DELETE /route-target/f6bb09a9-8cb9-4ead-9e13-238b91de862d HTTP/1.1" 200 115 0.013777 10.0.0.33 - - [2025-09-11 02:05:38] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002873 10.0.0.33 - - [2025-09-11 02:05:38] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3 HTTP/1.1" 200 1880 0.003422 10.0.0.33 - - [2025-09-11 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.33 - - [2025-09-11 02:05:38] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.33 - - [2025-09-11 02:05:38] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.023997 10.0.0.33 - - [2025-09-11 02:05:38] "POST /neutron/network HTTP/1.1" 200 117 0.007205 10.0.0.33 - - [2025-09-11 02:05:38] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.33 - - [2025-09-11 02:05:38] "POST /neutron/network HTTP/1.1" 200 605 0.062707 10.0.0.33 - - [2025-09-11 02:05:38] "POST /route-targets HTTP/1.1" 200 327 0.010944 10.0.0.33 - - [2025-09-11 02:05:38] "POST /ref-update HTTP/1.1" 200 156 0.012446 10.0.0.33 - - [2025-09-11 02:05:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006297 10.0.0.33 - - [2025-09-11 02:05:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.161090 10.0.0.33 - - [2025-09-11 02:05:38] "POST /neutron/network HTTP/1.1" 200 825 0.006053 10.0.0.33 - - [2025-09-11 02:05:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001303 10.0.0.33 - - [2025-09-11 02:05:38] "GET /virtual-network/3430206b-9233-4678-b1a9-b73d3ae09ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005055 10.0.0.33 - - [2025-09-11 02:05:38] "POST /neutron/network HTTP/1.1" 200 825 0.007552 10.0.0.33 - - [2025-09-11 02:05:38] "GET /virtual-network/3430206b-9233-4678-b1a9-b73d3ae09ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005933 10.0.0.33 - - [2025-09-11 02:05:38] "POST /neutron/network HTTP/1.1" 200 825 0.005862 10.0.0.33 - - [2025-09-11 02:05:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.007179 10.0.0.33 - - [2025-09-11 02:05:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001147 10.0.0.33 - - [2025-09-11 02:05:38] "POST /neutron/network HTTP/1.1" 200 835 0.006392 10.0.0.33 - - [2025-09-11 02:05:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000465 10.0.0.33 - - [2025-09-11 02:05:39] "GET / HTTP/1.1" 200 35931 0.002905 10.0.0.33 - - [2025-09-11 02:05:39] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2025-09-11 02:05:39] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.33 - - [2025-09-11 02:05:39] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047388 10.0.0.33 - - [2025-09-11 02:05:39] "POST /neutron/network HTTP/1.1" 200 825 0.005724 10.0.0.33 - - [2025-09-11 02:05:39] "POST /neutron/port HTTP/1.1" 200 117 0.005601 10.0.0.33 - - [2025-09-11 02:05:39] "POST /neutron/port HTTP/1.1" 200 117 0.005872 10.0.0.33 - - [2025-09-11 02:05:39] "POST /neutron/port HTTP/1.1" 200 117 0.005279 10.0.0.33 - - [2025-09-11 02:05:40] "POST /neutron/network HTTP/1.1" 200 835 0.005584 10.0.0.33 - - [2025-09-11 02:05:40] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001293 10.0.0.33 - - [2025-09-11 02:05:40] "POST /neutron/port HTTP/1.1" 200 1061 0.189069 10.0.0.33 - - [2025-09-11 02:05:40] "POST /neutron/port HTTP/1.1" 200 1061 0.009629 10.0.0.33 - - [2025-09-11 02:05:40] "POST /neutron/port HTTP/1.1" 200 1061 0.008376 10.0.0.33 - - [2025-09-11 02:05:40] "POST /neutron/port HTTP/1.1" 200 1115 0.063122 10.0.0.33 - - [2025-09-11 02:05:40] "POST /neutron/port HTTP/1.1" 200 1089 0.010794 10.0.0.33 - - [2025-09-11 02:05:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003217 10.0.0.33 - - [2025-09-11 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.006067 10.0.0.33 - - [2025-09-11 02:05:40] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.33 - - [2025-09-11 02:05:40] "POST /neutron/network HTTP/1.1" 200 825 0.005739 10.0.0.33 - - [2025-09-11 02:05:44] "POST /neutron/port HTTP/1.1" 200 1089 0.010954 10.0.0.33 - - [2025-09-11 02:05:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006574 10.0.0.33 - - [2025-09-11 02:05:45] "POST /neutron/port HTTP/1.1" 200 1089 0.012314 10.0.0.33 - - [2025-09-11 02:05:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007116 10.0.0.33 - - [2025-09-11 02:05:45] "POST /neutron/port HTTP/1.1" 200 1089 0.011052 10.0.0.33 - - [2025-09-11 02:05:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006262 10.0.0.33 - - [2025-09-11 02:05:45] "GET /virtual-machine/4e6f69fe-5556-4488-bef3-1b114addbcec HTTP/1.1" 200 1292 0.004648 10.0.0.33 - - [2025-09-11 02:05:45] "GET /virtual-machine-interface/def418e8-9c84-40bd-9d9b-533e0fb02161 HTTP/1.1" 200 2942 0.004858 10.0.0.33 - - [2025-09-11 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.33 - - [2025-09-11 02:05:45] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003295 10.0.0.33 - - [2025-09-11 02:05:45] "GET /virtual-networks?parent_id=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003502 10.0.0.33 - - [2025-09-11 02:05:45] "GET /virtual-network/3430206b-9233-4678-b1a9-b73d3ae09ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005762 10.0.0.33 - - [2025-09-11 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.33 - - [2025-09-11 02:05:48] "GET /virtual-network/3430206b-9233-4678-b1a9-b73d3ae09ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004720 10.0.0.33 - - [2025-09-11 02:05:50] "POST /neutron/port HTTP/1.1" 200 1089 0.011054 10.0.0.33 - - [2025-09-11 02:05:50] "POST /neutron/port HTTP/1.1" 200 1089 0.013656 10.0.0.33 - - [2025-09-11 02:05:50] "POST /neutron/port HTTP/1.1" 200 1089 0.011340 10.0.0.33 - - [2025-09-11 02:05:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005961 10.0.0.33 - - [2025-09-11 02:05:50] "POST /neutron/network HTTP/1.1" 200 835 0.007512 10.0.0.33 - - [2025-09-11 02:05:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004785 10.0.0.33 - - [2025-09-11 02:05:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.008001 10.0.0.33 - - [2025-09-11 02:05:50] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.33 - - [2025-09-11 02:05:50] "POST /neutron/network HTTP/1.1" 200 825 0.007264 10.0.0.33 - - [2025-09-11 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.33 - - [2025-09-11 02:05:52] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003703 10.0.0.33 - - [2025-09-11 02:05:52] "GET /virtual-networks?parent_id=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003180 10.0.0.33 - - [2025-09-11 02:05:52] "GET /virtual-network/3430206b-9233-4678-b1a9-b73d3ae09ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006003 10.0.0.33 - - [2025-09-11 02:05:54] "POST /neutron/network HTTP/1.1" 200 825 0.007415 10.0.0.33 - - [2025-09-11 02:05:54] "POST /neutron/network HTTP/1.1" 400 204 0.009954 10.0.0.33 - - [2025-09-11 02:05:55] "POST /neutron/port HTTP/1.1" 200 1089 0.013836 10.0.0.33 - - [2025-09-11 02:05:55] "POST /neutron/port HTTP/1.1" 200 1115 0.010201 10.0.0.33 - - [2025-09-11 02:05:55] "POST /neutron/port HTTP/1.1" 200 151 0.126157 10.0.0.33 - - [2025-09-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 825 0.006982 10.0.0.33 - - [2025-09-11 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.33 - - [2025-09-11 02:05:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002004 10.0.0.33 - - [2025-09-11 02:05:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002535 10.0.0.33 - - [2025-09-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 151 0.080019 10.0.0.33 - - [2025-09-11 02:05:56] "DELETE /route-target/411c8528-ae74-4e0b-b3ca-982a532e41d4 HTTP/1.1" 200 115 0.016708 10.0.0.33 - - [2025-09-11 02:05:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003269 10.0.0.33 - - [2025-09-11 02:05:57] "POST /network-ipams HTTP/1.1" 200 541 0.018988 10.0.0.33 - - [2025-09-11 02:05:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003100 10.0.0.33 - - [2025-09-11 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.33 - - [2025-09-11 02:05:57] "GET /network-ipam/376e7a30-eb20-4898-94ae-a33673dbf0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006869 10.0.0.33 - - [2025-09-11 02:05:57] "PUT /network-ipam/376e7a30-eb20-4898-94ae-a33673dbf0ba HTTP/1.1" 200 258 0.009947 10.0.0.33 - - [2025-09-11 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.33 - - [2025-09-11 02:05:57] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.33 - - [2025-09-11 02:05:57] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027469 10.0.0.33 - - [2025-09-11 02:05:57] "POST /neutron/network HTTP/1.1" 200 117 0.007849 10.0.0.33 - - [2025-09-11 02:05:57] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.33 - - [2025-09-11 02:05:57] "POST /neutron/network HTTP/1.1" 200 605 0.062887 10.0.0.33 - - [2025-09-11 02:05:57] "POST /route-targets HTTP/1.1" 200 327 0.018925 10.0.0.33 - - [2025-09-11 02:05:57] "POST /ref-update HTTP/1.1" 200 156 0.013865 10.0.0.33 - - [2025-09-11 02:05:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005443 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.204530 10.0.0.33 - - [2025-09-11 02:05:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004746 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.176874 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/network HTTP/1.1" 200 994 0.008566 10.0.0.33 - - [2025-09-11 02:05:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001543 10.0.0.33 - - [2025-09-11 02:05:58] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006486 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/network HTTP/1.1" 200 994 0.007612 10.0.0.33 - - [2025-09-11 02:05:58] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004680 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/network HTTP/1.1" 200 994 0.007830 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.007803 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.006976 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/network HTTP/1.1" 200 994 0.007355 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.006857 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.006684 10.0.0.33 - - [2025-09-11 02:05:58] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001430 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/port HTTP/1.1" 200 1017 0.158681 10.0.0.33 - - [2025-09-11 02:05:58] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.33 - - [2025-09-11 02:05:58] "POST /neutron/port HTTP/1.1" 200 1017 0.169077 10.0.0.33 - - [2025-09-11 02:05:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001441 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.007522 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008342 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/network HTTP/1.1" 200 994 0.007180 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008401 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.004912 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.007141 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.004894 10.0.0.33 - - [2025-09-11 02:05:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001386 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.005225 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.007478 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008874 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/network HTTP/1.1" 200 994 0.007840 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.007347 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008842 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.017013 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.005118 10.0.0.33 - - [2025-09-11 02:05:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001383 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.007823 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/network HTTP/1.1" 200 1004 0.008167 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009936 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1017 0.007808 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.011885 10.0.0.33 - - [2025-09-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 1109 0.096994 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1083 0.017001 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/network HTTP/1.1" 200 1004 0.009102 10.0.0.33 - - [2025-09-11 02:06:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000584 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004564 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.012743 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 117 0.001697 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/network HTTP/1.1" 200 994 0.010806 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1017 0.012855 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/network HTTP/1.1" 200 1004 0.010208 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1017 0.015804 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1017 0.010088 10.0.0.33 - - [2025-09-11 02:06:00] "GET / HTTP/1.1" 200 35931 0.006323 10.0.0.33 - - [2025-09-11 02:06:00] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000611 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1109 0.088244 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1083 0.013123 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003629 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.008290 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 117 0.001428 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/network HTTP/1.1" 200 994 0.013623 10.0.0.33 - - [2025-09-11 02:06:00] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001784 10.0.0.33 - - [2025-09-11 02:06:00] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069948 10.0.0.33 - - [2025-09-11 02:06:00] "POST /neutron/network HTTP/1.1" 200 994 0.010795 10.0.0.33 - - [2025-09-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 2050 0.021694 10.0.0.33 - - [2025-09-11 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007437 10.0.0.33 - - [2025-09-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 117 0.006318 10.0.0.33 - - [2025-09-11 02:06:01] "GET /domains HTTP/1.1" 200 280 0.003238 10.0.0.33 - - [2025-09-11 02:06:01] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.33 - - [2025-09-11 02:06:01] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2572 0.009456 10.0.0.33 - - [2025-09-11 02:06:01] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001369 10.0.0.33 - - [2025-09-11 02:06:01] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5 HTTP/1.1" 200 2842 0.075630 10.0.0.33 - - [2025-09-11 02:06:01] "GET /network-ipam/376e7a30-eb20-4898-94ae-a33673dbf0ba HTTP/1.1" 200 2601 0.006164 10.0.0.33 - - [2025-09-11 02:06:01] "GET /domains HTTP/1.1" 200 280 0.003562 10.0.0.33 - - [2025-09-11 02:06:01] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002510 10.0.0.33 - - [2025-09-11 02:06:01] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2572 0.012852 10.0.0.33 - - [2025-09-11 02:06:01] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001961 10.0.0.33 - - [2025-09-11 02:06:01] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5 HTTP/1.1" 200 2842 0.093598 10.0.0.33 - - [2025-09-11 02:06:01] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7 HTTP/1.1" 200 3780 0.009916 10.0.0.33 - - [2025-09-11 02:06:01] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7 HTTP/1.1" 200 3780 0.009833 10.0.0.33 - - [2025-09-11 02:06:01] "GET /routing-instance/d3999cc9-f310-4b2f-aeb6-782d520e68ac HTTP/1.1" 200 2381 0.006413 10.0.0.33 - - [2025-09-11 02:06:01] "GET /routing-instance/d3999cc9-f310-4b2f-aeb6-782d520e68ac HTTP/1.1" 200 2381 0.005059 10.0.0.33 - - [2025-09-11 02:06:01] "GET /route-target/9b944cf4-88ea-4a3b-9fe0-39c099b474cb HTTP/1.1" 200 1205 0.008193 10.0.0.33 - - [2025-09-11 02:06:01] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7 HTTP/1.1" 200 3780 0.007534 10.0.0.33 - - [2025-09-11 02:06:01] "GET /routing-instance/d3999cc9-f310-4b2f-aeb6-782d520e68ac HTTP/1.1" 200 2381 0.003713 10.0.0.33 - - [2025-09-11 02:06:01] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005099 10.0.0.33 - - [2025-09-11 02:06:01] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7 HTTP/1.1" 200 3780 0.005646 10.0.0.33 - - [2025-09-11 02:06:01] "GET /routing-instance/d3999cc9-f310-4b2f-aeb6-782d520e68ac HTTP/1.1" 200 2381 0.003812 10.0.0.33 - - [2025-09-11 02:06:01] "GET /routing-instance/d3999cc9-f310-4b2f-aeb6-782d520e68ac HTTP/1.1" 200 2381 0.003626 10.0.0.33 - - [2025-09-11 02:06:01] "GET /route-target/9b944cf4-88ea-4a3b-9fe0-39c099b474cb HTTP/1.1" 200 1205 0.003696 10.0.0.33 - - [2025-09-11 02:06:01] "GET /domains HTTP/1.1" 200 280 0.004495 10.0.0.33 - - [2025-09-11 02:06:01] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.33 - - [2025-09-11 02:06:01] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2572 0.007829 10.0.0.33 - - [2025-09-11 02:06:01] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.33 - - [2025-09-11 02:06:01] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5 HTTP/1.1" 200 2842 0.073333 10.0.0.33 - - [2025-09-11 02:06:01] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7 HTTP/1.1" 200 3780 0.005717 10.0.0.33 - - [2025-09-11 02:06:01] "POST /neutron/network HTTP/1.1" 200 1004 0.011849 10.0.0.33 - - [2025-09-11 02:06:01] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001536 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/port HTTP/1.1" 200 1055 0.351943 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/port HTTP/1.1" 200 1055 0.011351 10.0.0.33 - - [2025-09-11 02:06:02] "GET /obj-perms HTTP/1.1" 200 5030 0.047848 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/port HTTP/1.1" 200 1055 0.011156 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/port HTTP/1.1" 200 1083 0.040080 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/port HTTP/1.1" 200 1109 0.102160 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009266 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/port HTTP/1.1" 200 1083 0.017629 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/port HTTP/1.1" 200 1083 0.009670 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003476 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014946 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.009731 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/network HTTP/1.1" 200 994 0.007823 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/port HTTP/1.1" 200 1083 0.014914 10.0.0.33 - - [2025-09-11 02:06:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008014 10.0.0.33 - - [2025-09-11 02:06:02] "GET /virtual-machine/18d81478-65f8-45d6-b668-1b86354d7eb2 HTTP/1.1" 200 1288 0.009927 10.0.0.33 - - [2025-09-11 02:06:02] "GET /virtual-machine-interface/7d8677a2-588a-42fb-89f3-0f734f072033 HTTP/1.1" 200 2940 0.011888 10.0.0.33 - - [2025-09-11 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.33 - - [2025-09-11 02:06:02] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006573 10.0.0.33 - - [2025-09-11 02:06:02] "GET /virtual-networks?parent_id=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003363 10.0.0.33 - - [2025-09-11 02:06:02] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005508 10.0.0.33 - - [2025-09-11 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.33 - - [2025-09-11 02:06:05] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005842 10.0.0.33 - - [2025-09-11 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.33 - - [2025-09-11 02:06:09] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005300 10.0.0.33 - - [2025-09-11 02:06:10] "POST /neutron/port HTTP/1.1" 200 1083 0.011514 10.0.0.33 - - [2025-09-11 02:06:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006600 10.0.0.33 - - [2025-09-11 02:06:11] "POST /neutron/port HTTP/1.1" 200 1083 0.013527 10.0.0.33 - - [2025-09-11 02:06:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006886 10.0.0.33 - - [2025-09-11 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.33 - - [2025-09-11 02:06:12] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003562 10.0.0.33 - - [2025-09-11 02:06:12] "GET /virtual-networks?parent_id=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003436 10.0.0.33 - - [2025-09-11 02:06:12] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005950 10.0.0.33 - - [2025-09-11 02:06:12] "POST /neutron/port HTTP/1.1" 200 1083 0.014924 10.0.0.33 - - [2025-09-11 02:06:12] "POST /neutron/port HTTP/1.1" 200 1083 0.013897 10.0.0.33 - - [2025-09-11 02:06:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009048 10.0.0.33 - - [2025-09-11 02:06:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006110 10.0.0.33 - - [2025-09-11 02:06:17] "POST /neutron/port HTTP/1.1" 200 1083 0.010917 10.0.0.33 - - [2025-09-11 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006681 10.0.0.33 - - [2025-09-11 02:06:17] "POST /neutron/port HTTP/1.1" 200 1083 0.010335 10.0.0.33 - - [2025-09-11 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005790 10.0.0.33 - - [2025-09-11 02:06:17] "POST /neutron/port HTTP/1.1" 200 1083 0.011734 10.0.0.33 - - [2025-09-11 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006061 10.0.0.33 - - [2025-09-11 02:06:17] "GET /virtual-machine/9131c6d9-93fc-4214-80c5-ca5e54cb0935 HTTP/1.1" 200 1288 0.004777 10.0.0.33 - - [2025-09-11 02:06:17] "GET /virtual-machine-interface/92e9b54a-a4ec-432c-b294-66924144dbab HTTP/1.1" 200 2942 0.005452 10.0.0.33 - - [2025-09-11 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.33 - - [2025-09-11 02:06:17] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002706 10.0.0.33 - - [2025-09-11 02:06:17] "GET /virtual-networks?parent_id=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002994 10.0.0.33 - - [2025-09-11 02:06:17] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005582 10.0.0.33 - - [2025-09-11 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.33 - - [2025-09-11 02:06:18] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003188 10.0.0.33 - - [2025-09-11 02:06:19] "GET /virtual-networks?parent_id=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003432 10.0.0.33 - - [2025-09-11 02:06:19] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006397 10.0.0.33 - - [2025-09-11 02:06:19] "POST /neutron/port HTTP/1.1" 200 1083 0.011456 10.0.0.33 - - [2025-09-11 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007088 10.0.0.33 - - [2025-09-11 02:06:19] "POST /neutron/port HTTP/1.1" 200 1083 0.010854 10.0.0.33 - - [2025-09-11 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005794 10.0.0.33 - - [2025-09-11 02:06:19] "POST /neutron/port HTTP/1.1" 200 1083 0.010372 10.0.0.33 - - [2025-09-11 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006524 10.0.0.33 - - [2025-09-11 02:06:19] "GET /virtual-machine/07169a6d-59a6-44d8-9446-ad9596c1157c HTTP/1.1" 200 1291 0.004767 10.0.0.33 - - [2025-09-11 02:06:19] "GET /virtual-machine-interface/b94eaf2d-be6b-4e71-adac-6b65108a6d86 HTTP/1.1" 200 2942 0.004667 10.0.0.33 - - [2025-09-11 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.33 - - [2025-09-11 02:06:19] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003381 10.0.0.33 - - [2025-09-11 02:06:19] "GET /virtual-networks?parent_id=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003138 10.0.0.33 - - [2025-09-11 02:06:19] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007097 10.0.0.33 - - [2025-09-11 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.33 - - [2025-09-11 02:06:20] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003128 10.0.0.33 - - [2025-09-11 02:06:20] "GET /virtual-networks?parent_id=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003660 10.0.0.33 - - [2025-09-11 02:06:20] "GET /virtual-network/88ac10c2-a73c-49bd-ad00-984e8dd90ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005556 10.0.0.33 - - [2025-09-11 02:06:21] "GET /obj-perms HTTP/1.1" 200 5056 0.051284 10.0.0.33 - - [2025-09-11 02:06:22] "GET /obj-perms HTTP/1.1" 200 5056 0.042599 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 1109 0.010065 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 1109 0.011569 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 151 0.123813 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 1109 0.009058 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 1109 0.011842 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 1083 0.012172 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 1109 0.008390 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 151 0.160028 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/network HTTP/1.1" 200 994 0.007305 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/network HTTP/1.1" 400 204 0.012324 10.0.0.33 - - [2025-09-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 151 0.136346 10.0.0.33 - - [2025-09-11 02:06:39] "POST /neutron/network HTTP/1.1" 200 994 0.017357 10.0.0.33 - - [2025-09-11 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.33 - - [2025-09-11 02:06:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006867 10.0.0.33 - - [2025-09-11 02:06:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002986 10.0.0.33 - - [2025-09-11 02:06:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003695 10.0.0.33 - - [2025-09-11 02:06:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003600 10.0.0.33 - - [2025-09-11 02:06:39] "POST /neutron/network HTTP/1.1" 200 151 0.173295 10.0.0.33 - - [2025-09-11 02:06:39] "DELETE /route-target/9b944cf4-88ea-4a3b-9fe0-39c099b474cb HTTP/1.1" 200 115 0.046212 10.0.0.33 - - [2025-09-11 02:06:39] "GET /routing-instance/d3999cc9-f310-4b2f-aeb6-782d520e68ac HTTP/1.1" 404 171 0.003142 10.0.0.33 - - [2025-09-11 02:06:39] "GET /domains HTTP/1.1" 200 280 0.003364 10.0.0.33 - - [2025-09-11 02:06:39] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.33 - - [2025-09-11 02:06:39] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 2572 0.049689 10.0.0.33 - - [2025-09-11 02:06:39] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002015 10.0.0.33 - - [2025-09-11 02:06:39] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5 HTTP/1.1" 200 2085 0.079228 10.0.0.33 - - [2025-09-11 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.33 - - [2025-09-11 02:06:39] "DELETE /network-ipam/376e7a30-eb20-4898-94ae-a33673dbf0ba HTTP/1.1" 200 115 0.030892 10.0.0.33 - - [2025-09-11 02:06:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.004161 10.0.0.33 - - [2025-09-11 02:06:40] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001319 10.0.0.33 - - [2025-09-11 02:06:40] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.035856 10.0.0.33 - - [2025-09-11 02:06:40] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001650 10.0.0.33 - - [2025-09-11 02:06:40] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?fields=virtual_networks HTTP/1.1" 200 1032 0.074785 10.0.0.33 - - [2025-09-11 02:06:40] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001340 10.0.0.33 - - [2025-09-11 02:06:40] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.034349 10.0.0.33 - - [2025-09-11 02:06:40] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.33 - - [2025-09-11 02:06:40] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?fields=security_groups HTTP/1.1" 200 1258 0.067251 10.0.0.33 - - [2025-09-11 02:06:42] "POST /neutron/port HTTP/1.1" 200 117 0.006037 10.0.0.33 - - [2025-09-11 02:06:42] "POST /neutron/port HTTP/1.1" 400 205 0.004571 10.0.0.33 - - [2025-09-11 02:06:42] "POST /neutron/port HTTP/1.1" 200 117 0.005648 10.0.0.33 - - [2025-09-11 02:06:42] "POST /neutron/port HTTP/1.1" 400 205 0.004442 10.0.0.33 - - [2025-09-11 02:06:48] "GET / HTTP/1.1" 200 35931 0.002330 10.0.0.33 - - [2025-09-11 02:06:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.33 - - [2025-09-11 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.045279 10.0.0.33 - - [2025-09-11 02:06:49] "GET /projects?obj_uuids=e5d1318c-0035-4783-99db-a0fc0895e19c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002498 10.0.0.33 - - [2025-09-11 02:06:49] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001384 10.0.0.33 - - [2025-09-11 02:06:49] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008267 10.0.0.33 - - [2025-09-11 02:06:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.001791 10.0.0.33 - - [2025-09-11 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.003604 10.0.0.33 - - [2025-09-11 02:06:50] "POST /security-groups HTTP/1.1" 200 586 0.064006 10.0.0.33 - - [2025-09-11 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.003172 10.0.0.33 - - [2025-09-11 02:06:50] "POST /projects HTTP/1.1" 200 575 0.216358 10.0.0.33 - - [2025-09-11 02:06:50] "POST /access-control-lists HTTP/1.1" 200 591 0.059706 10.0.0.33 - - [2025-09-11 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.284573 10.0.0.33 - - [2025-09-11 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.003114 10.0.0.33 - - [2025-09-11 02:06:50] "GET /project/e5d1318c-0035-4783-99db-a0fc0895e19c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.410066 10.0.0.33 - - [2025-09-11 02:06:50] "POST /access-control-lists HTTP/1.1" 200 589 0.060935 10.0.0.33 - - [2025-09-11 02:06:51] "GET / HTTP/1.1" 200 35931 0.068013 10.0.0.33 - - [2025-09-11 02:06:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.33 - - [2025-09-11 02:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.028961 10.0.0.33 - - [2025-09-11 02:06:54] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004491 10.0.0.33 - - [2025-09-11 02:06:54] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003826 10.0.0.33 - - [2025-09-11 02:06:54] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003480 10.0.0.33 - - [2025-09-11 02:06:54] "PUT /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea HTTP/1.1" 200 264 0.009409 10.0.0.33 - - [2025-09-11 02:06:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000511 10.0.0.33 - - [2025-09-11 02:06:54] "GET /aaa-mode HTTP/1.1" 200 128 0.023637 10.0.0.33 - - [2025-09-11 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.024534 10.0.0.33 - - [2025-09-11 02:06:55] "GET /projects?obj_uuids=e773aad6-92e0-42a2-846b-ee6d204286af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002850 10.0.0.33 - - [2025-09-11 02:06:55] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001575 10.0.0.33 - - [2025-09-11 02:06:55] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009229 10.0.0.33 - - [2025-09-11 02:06:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.002280 10.0.0.33 - - [2025-09-11 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.002480 10.0.0.33 - - [2025-09-11 02:06:55] "POST /security-groups HTTP/1.1" 200 586 0.064390 10.0.0.33 - - [2025-09-11 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.002544 10.0.0.33 - - [2025-09-11 02:06:55] "POST /projects HTTP/1.1" 200 575 0.216473 10.0.0.33 - - [2025-09-11 02:06:55] "POST /access-control-lists HTTP/1.1" 200 591 0.058449 10.0.0.33 - - [2025-09-11 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.296536 10.0.0.33 - - [2025-09-11 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.003392 10.0.0.33 - - [2025-09-11 02:06:55] "GET /project/e773aad6-92e0-42a2-846b-ee6d204286af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.423822 10.0.0.33 - - [2025-09-11 02:06:55] "POST /access-control-lists HTTP/1.1" 200 589 0.080665 10.0.0.33 - - [2025-09-11 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.023717 10.0.0.33 - - [2025-09-11 02:06:56] "GET /projects?obj_uuids=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003189 10.0.0.33 - - [2025-09-11 02:06:56] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.33 - - [2025-09-11 02:06:56] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006426 10.0.0.33 - - [2025-09-11 02:06:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.001281 10.0.0.33 - - [2025-09-11 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.003185 10.0.0.33 - - [2025-09-11 02:06:56] "POST /security-groups HTTP/1.1" 200 586 0.064435 10.0.0.33 - - [2025-09-11 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.002466 10.0.0.33 - - [2025-09-11 02:06:56] "POST /projects HTTP/1.1" 200 575 0.210174 10.0.0.33 - - [2025-09-11 02:06:56] "POST /access-control-lists HTTP/1.1" 200 591 0.056725 10.0.0.33 - - [2025-09-11 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.283030 10.0.0.33 - - [2025-09-11 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 228 0.002877 10.0.0.33 - - [2025-09-11 02:06:56] "GET /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.406065 10.0.0.33 - - [2025-09-11 02:06:56] "POST /access-control-lists HTTP/1.1" 200 589 0.060840 10.0.0.33 - - [2025-09-11 02:06:57] "GET / HTTP/1.1" 200 35931 0.002007 10.0.0.33 - - [2025-09-11 02:06:58] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.33 - - [2025-09-11 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.003041 10.0.0.33 - - [2025-09-11 02:06:58] "POST /api-access-lists HTTP/1.1" 200 521 0.013325 10.0.0.33 - - [2025-09-11 02:06:58] "GET /api-access-list/6fdf5509-4794-4f8a-ab5c-e0403585670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.004868 10.0.0.33 - - [2025-09-11 02:06:58] "GET /api-access-list/6fdf5509-4794-4f8a-ab5c-e0403585670a HTTP/1.1" 401 292 0.000461 10.0.0.33 - - [2025-09-11 02:06:58] "GET /api-access-list/6fdf5509-4794-4f8a-ab5c-e0403585670a HTTP/1.1" 200 1265 0.068326 10.0.0.33 - - [2025-09-11 02:06:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.33 - - [2025-09-11 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.077754 10.0.0.33 - - [2025-09-11 02:06:59] "GET /projects?obj_uuids=e773aad6-92e0-42a2-846b-ee6d204286af&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001245 10.0.0.33 - - [2025-09-11 02:06:59] "GET /project/e773aad6-92e0-42a2-846b-ee6d204286af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.038050 10.0.0.33 - - [2025-09-11 02:06:59] "GET /virtual-networks?parent_id=e773aad6-92e0-42a2-846b-ee6d204286af&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011704 10.0.0.33 - - [2025-09-11 02:06:59] "POST /virtual-networks HTTP/1.1" 200 568 0.062009 10.0.0.33 - - [2025-09-11 02:06:59] "POST /route-targets HTTP/1.1" 200 327 0.010979 10.0.0.33 - - [2025-09-11 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.012480 10.0.0.33 - - [2025-09-11 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.013494 10.0.0.33 - - [2025-09-11 02:06:59] "GET /network-ipam/3e37061c-1e61-4ef5-901f-de3da30d125b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.011556 10.0.0.33 - - [2025-09-11 02:06:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004121 10.0.0.33 - - [2025-09-11 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.053265 10.0.0.33 - - [2025-09-11 02:06:59] "POST /neutron/network HTTP/1.1" 200 833 0.050361 10.0.0.33 - - [2025-09-11 02:06:59] "POST /neutron/network HTTP/1.1" 200 833 0.019706 10.0.0.33 - - [2025-09-11 02:06:59] "GET /virtual-network/a838865a-f3e0-4afe-9d4d-f309181e77d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.014449 10.0.0.33 - - [2025-09-11 02:07:00] "POST /neutron/network HTTP/1.1" 200 833 0.023419 10.0.0.33 - - [2025-09-11 02:07:00] "POST /neutron/subnet HTTP/1.1" 200 680 0.026879 10.0.0.33 - - [2025-09-11 02:07:00] "GET /virtual-network/a838865a-f3e0-4afe-9d4d-f309181e77d0 HTTP/1.1" 401 292 0.000448 10.0.0.33 - - [2025-09-11 02:07:00] "GET /virtual-network/a838865a-f3e0-4afe-9d4d-f309181e77d0 HTTP/1.1" 200 2269 0.041214 10.0.0.33 - - [2025-09-11 02:07:00] "GET /virtual-network/a838865a-f3e0-4afe-9d4d-f309181e77d0 HTTP/1.1" 401 292 0.000405 10.0.0.33 - - [2025-09-11 02:07:00] "GET /virtual-network/a838865a-f3e0-4afe-9d4d-f309181e77d0 HTTP/1.1" 200 2009 0.039362 10.0.0.33 - - [2025-09-11 02:07:00] "POST /id-to-fqname HTTP/1.1" 401 292 0.000395 10.0.0.33 - - [2025-09-11 02:07:01] "POST /id-to-fqname HTTP/1.1" 200 230 0.038316 10.0.0.33 - - [2025-09-11 02:07:01] "POST /neutron/network HTTP/1.1" 200 843 0.041209 10.0.0.33 - - [2025-09-11 02:07:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000467 10.0.0.33 - - [2025-09-11 02:07:02] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.33 - - [2025-09-11 02:07:02] "GET /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.33 - - [2025-09-11 02:07:02] "GET /projects?obj_uuids=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001697 10.0.0.33 - - [2025-09-11 02:07:02] "GET /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.048948 10.0.0.33 - - [2025-09-11 02:07:02] "POST /neutron/network HTTP/1.1" 200 833 0.005634 10.0.0.33 - - [2025-09-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 117 0.027009 10.0.0.33 - - [2025-09-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 117 0.005393 10.0.0.33 - - [2025-09-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 117 0.006777 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/network HTTP/1.1" 200 843 0.020480 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/network HTTP/1.1" 200 833 0.021437 10.0.0.33 - - [2025-09-11 02:07:03] "GET /projects?obj_uuids=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001439 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 1056 0.315673 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 1056 0.014957 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 1056 0.010057 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 1110 0.052608 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 1084 0.010530 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003967 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/subnet HTTP/1.1" 200 654 0.008117 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 117 0.001372 10.0.0.33 - - [2025-09-11 02:07:03] "POST /neutron/network HTTP/1.1" 200 833 0.005999 10.0.0.33 - - [2025-09-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1084 0.012071 10.0.0.33 - - [2025-09-11 02:07:07] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006313 10.0.0.33 - - [2025-09-11 02:07:08] "POST /neutron/port HTTP/1.1" 200 1084 0.010377 10.0.0.33 - - [2025-09-11 02:07:08] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006103 10.0.0.33 - - [2025-09-11 02:07:08] "POST /neutron/port HTTP/1.1" 200 1084 0.011355 10.0.0.33 - - [2025-09-11 02:07:08] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006313 10.0.0.33 - - [2025-09-11 02:07:08] "POST /neutron/port HTTP/1.1" 200 1084 0.014921 10.0.0.33 - - [2025-09-11 02:07:08] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006404 10.0.0.33 - - [2025-09-11 02:07:08] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1 HTTP/1.1" 200 1285 0.017707 10.0.0.33 - - [2025-09-11 02:07:08] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1 HTTP/1.1" 200 1285 0.011840 10.0.0.33 - - [2025-09-11 02:07:08] "GET /virtual-machine-interface/81b94055-dde0-4fab-bf6c-22ca950eb12a HTTP/1.1" 200 2530 0.016177 10.0.0.33 - - [2025-09-11 02:07:08] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1 HTTP/1.1" 200 1285 0.011066 10.0.0.33 - - [2025-09-11 02:07:08] "GET /virtual-machine-interface/81b94055-dde0-4fab-bf6c-22ca950eb12a HTTP/1.1" 200 2530 0.015405 10.0.0.33 - - [2025-09-11 02:07:08] "GET /instance-ip/e6449812-750f-4a6c-a28c-06c680c44beb HTTP/1.1" 200 1627 0.012934 10.0.0.33 - - [2025-09-11 02:07:08] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1 HTTP/1.1" 200 1285 0.012340 10.0.0.33 - - [2025-09-11 02:07:08] "GET /virtual-machine-interface/81b94055-dde0-4fab-bf6c-22ca950eb12a HTTP/1.1" 200 2530 0.013515 10.0.0.33 - - [2025-09-11 02:07:08] "GET /instance-ip/e6449812-750f-4a6c-a28c-06c680c44beb HTTP/1.1" 200 1627 0.012447 10.0.0.33 - - [2025-09-11 02:07:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.011192 10.0.0.33 - - [2025-09-11 02:07:08] "GET / HTTP/1.1" 200 35931 0.003894 10.0.0.33 - - [2025-09-11 02:07:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.33 - - [2025-09-11 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.024229 10.0.0.33 - - [2025-09-11 02:07:09] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002908 10.0.0.33 - - [2025-09-11 02:07:09] "GET /virtual-networks?parent_id=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009362 10.0.0.33 - - [2025-09-11 02:07:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.011037 10.0.0.33 - - [2025-09-11 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.33 - - [2025-09-11 02:07:09] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003258 10.0.0.33 - - [2025-09-11 02:07:09] "GET /virtual-networks?parent_id=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010724 10.0.0.33 - - [2025-09-11 02:07:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.009815 10.0.0.33 - - [2025-09-11 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.33 - - [2025-09-11 02:07:09] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003341 10.0.0.33 - - [2025-09-11 02:07:09] "GET /virtual-networks?parent_id=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011077 10.0.0.33 - - [2025-09-11 02:07:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.010542 10.0.0.33 - - [2025-09-11 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.33 - - [2025-09-11 02:07:09] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003235 10.0.0.33 - - [2025-09-11 02:07:09] "GET /virtual-networks?parent_id=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013805 10.0.0.33 - - [2025-09-11 02:07:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.012452 10.0.0.33 - - [2025-09-11 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.33 - - [2025-09-11 02:07:09] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003117 10.0.0.33 - - [2025-09-11 02:07:09] "GET /virtual-networks?parent_id=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010561 10.0.0.33 - - [2025-09-11 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.010806 10.0.0.33 - - [2025-09-11 02:07:12] "GET /virtual-network/a838865a-f3e0-4afe-9d4d-f309181e77d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.012251 10.0.0.33 - - [2025-09-11 02:07:13] "POST /neutron/port HTTP/1.1" 200 1084 0.011602 10.0.0.33 - - [2025-09-11 02:07:13] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005217 10.0.0.33 - - [2025-09-11 02:07:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.010730 10.0.0.33 - - [2025-09-11 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002317 10.0.0.33 - - [2025-09-11 02:07:14] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002544 10.0.0.33 - - [2025-09-11 02:07:14] "GET /virtual-networks?parent_id=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010270 10.0.0.33 - - [2025-09-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.011003 10.0.0.33 - - [2025-09-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.33 - - [2025-09-11 02:07:15] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003092 10.0.0.33 - - [2025-09-11 02:07:15] "GET /virtual-networks?parent_id=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011101 10.0.0.33 - - [2025-09-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 403 361 0.010085 10.0.0.33 - - [2025-09-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.33 - - [2025-09-11 02:07:15] "GET /routing-instance/3b441615-56db-4212-b09c-fb1bdccc9afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003977 10.0.0.33 - - [2025-09-11 02:07:15] "GET /route-target/bea004d7-aa61-4876-bd09-bc28a13907aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010701 10.0.0.33 - - [2025-09-11 02:07:15] "GET /route-target/bea004d7-aa61-4876-bd09-bc28a13907aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003275 10.0.0.33 - - [2025-09-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.012356 10.0.0.33 - - [2025-09-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.33 - - [2025-09-11 02:07:15] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005317 10.0.0.33 - - [2025-09-11 02:07:15] "GET /virtual-networks?parent_id=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015171 10.0.0.33 - - [2025-09-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 403 361 0.011129 10.0.0.33 - - [2025-09-11 02:07:15] "DELETE /project/e5d1318c0035478399dba0fc0895e19c HTTP/1.1" 404 173 0.011840 10.0.0.33 - - [2025-09-11 02:07:15] "DELETE /project/78c180e1eef14d7f9947bdbb489f8a52 HTTP/1.1" 404 173 0.009685 10.0.0.33 - - [2025-09-11 02:07:15] "DELETE /project/e773aad692e042a2846bee6d204286af HTTP/1.1" 404 173 0.006276 10.0.0.33 - - [2025-09-11 02:07:15] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221 10.0.0.33 - - [2025-09-11 02:07:15] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.033093 10.0.0.33 - - [2025-09-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.012525 10.0.0.33 - - [2025-09-11 02:07:15] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.33 - - [2025-09-11 02:07:15] "GET /routing-instance/3b441615-56db-4212-b09c-fb1bdccc9afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.008411 10.0.0.33 - - [2025-09-11 02:07:15] "GET /route-target/bea004d7-aa61-4876-bd09-bc28a13907aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013188 10.0.0.33 - - [2025-09-11 02:07:15] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?fields=security_groups HTTP/1.1" 200 1363 0.075822 10.0.0.33 - - [2025-09-11 02:07:15] "GET /route-target/bea004d7-aa61-4876-bd09-bc28a13907aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.011777 10.0.0.33 - - [2025-09-11 02:07:15] "DELETE /security-group/be481106-9e9c-4a09-92cb-ad279711ab87 HTTP/1.1" 200 115 0.049233 10.0.0.33 - - [2025-09-11 02:07:15] "GET /projects?obj_uuids=35e76859-490a-4fb0-bb98-7d50e10cd2a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001792 10.0.0.33 - - [2025-09-11 02:07:15] "DELETE /access-control-list/2ac1869b-a768-4d37-be55-fffddad7905a HTTP/1.1" 200 115 0.037815 10.0.0.33 - - [2025-09-11 02:07:15] "GET /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5?fields=application_policy_sets HTTP/1.1" 200 1402 0.045267 10.0.0.33 - - [2025-09-11 02:07:15] "DELETE /access-control-list/5fe03653-cca1-4000-9483-7aba24ee66c2 HTTP/1.1" 200 115 0.041229 10.0.0.33 - - [2025-09-11 02:07:15] "DELETE /project/35e76859-490a-4fb0-bb98-7d50e10cd2a5 HTTP/1.1" 200 115 0.367895 10.0.0.33 - - [2025-09-11 02:07:16] "GET /obj-perms HTTP/1.1" 200 4915 0.069247 10.0.0.33 - - [2025-09-11 02:07:16] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.010823 10.0.0.33 - - [2025-09-11 02:07:18] "GET /obj-perms HTTP/1.1" 200 4915 0.011602 10.0.0.33 - - [2025-09-11 02:07:18] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.012422 10.0.0.33 - - [2025-09-11 02:07:20] "GET /obj-perms HTTP/1.1" 200 4915 0.010058 10.0.0.33 - - [2025-09-11 02:07:20] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.009992 10.0.0.33 - - [2025-09-11 02:07:22] "GET /obj-perms HTTP/1.1" 200 4915 0.009427 10.0.0.33 - - [2025-09-11 02:07:22] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.009574 10.0.0.33 - - [2025-09-11 02:07:22] "GET /obj-perms HTTP/1.1" 200 5056 0.044175 10.0.0.33 - - [2025-09-11 02:07:23] "GET /obj-perms HTTP/1.1" 200 5056 0.043212 10.0.0.33 - - [2025-09-11 02:07:24] "GET /obj-perms HTTP/1.1" 200 4915 0.010969 10.0.0.33 - - [2025-09-11 02:07:24] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.011273 10.0.0.33 - - [2025-09-11 02:07:24] "GET /obj-perms HTTP/1.1" 200 4915 0.009755 10.0.0.33 - - [2025-09-11 02:07:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.33 - - [2025-09-11 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.026113 10.0.0.33 - - [2025-09-11 02:07:24] "GET /virtual-machine-interface/81b94055-dde0-4fab-bf6c-22ca950eb12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014157 10.0.0.33 - - [2025-09-11 02:07:24] "GET /obj-perms HTTP/1.1" 200 4915 0.009625 10.0.0.33 - - [2025-09-11 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.33 - - [2025-09-11 02:07:25] "GET /virtual-machine-interface/81b94055-dde0-4fab-bf6c-22ca950eb12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014537 10.0.0.33 - - [2025-09-11 02:07:25] "GET /obj-perms HTTP/1.1" 200 4915 0.010043 10.0.0.33 - - [2025-09-11 02:07:25] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.011554 10.0.0.33 - - [2025-09-11 02:07:25] "GET /obj-perms HTTP/1.1" 200 4915 0.011650 10.0.0.33 - - [2025-09-11 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.33 - - [2025-09-11 02:07:25] "GET /virtual-machine-interface/81b94055-dde0-4fab-bf6c-22ca950eb12a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.016220 10.0.0.33 - - [2025-09-11 02:07:25] "GET /obj-perms HTTP/1.1" 200 4915 0.010063 10.0.0.33 - - [2025-09-11 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.33 - - [2025-09-11 02:07:25] "GET /virtual-network/a838865a-f3e0-4afe-9d4d-f309181e77d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.015978 10.0.0.33 - - [2025-09-11 02:07:25] "GET /obj-perms HTTP/1.1" 200 4915 0.009931 10.0.0.33 - - [2025-09-11 02:07:25] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.010377 10.0.0.33 - - [2025-09-11 02:07:25] "GET /obj-perms HTTP/1.1" 200 4915 0.009791 10.0.0.33 - - [2025-09-11 02:07:25] "GET /obj-perms HTTP/1.1" 200 4915 0.010537 10.0.0.33 - - [2025-09-11 02:07:26] "GET /obj-perms HTTP/1.1" 200 4915 0.056104 10.0.0.33 - - [2025-09-11 02:07:26] "GET /obj-perms HTTP/1.1" 200 4915 0.009631 10.0.0.33 - - [2025-09-11 02:07:26] "GET /obj-perms HTTP/1.1" 200 5020 0.047597 10.0.0.33 - - [2025-09-11 02:07:26] "GET /obj-perms HTTP/1.1" 200 5020 0.003867 10.0.0.33 - - [2025-09-11 02:07:26] "GET /obj-perms HTTP/1.1" 200 4915 0.009457 10.0.0.33 - - [2025-09-11 02:07:26] "GET /obj-perms HTTP/1.1" 200 4915 0.009923 10.0.0.33 - - [2025-09-11 02:07:27] "GET /obj-perms HTTP/1.1" 200 4915 0.064919 10.0.0.33 - - [2025-09-11 02:07:27] "GET /obj-perms HTTP/1.1" 200 4915 0.009056 10.0.0.33 - - [2025-09-11 02:07:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003570 10.0.0.33 - - [2025-09-11 02:07:27] "GET /global-system-configs HTTP/1.1" 200 322 0.033406 10.0.0.33 - - [2025-09-11 02:07:27] "GET /obj-perms HTTP/1.1" 200 5020 0.002761 10.0.0.33 - - [2025-09-11 02:07:27] "GET /obj-perms HTTP/1.1" 200 5056 0.067807 10.0.0.33 - - [2025-09-11 02:07:27] "GET /obj-perms HTTP/1.1" 200 4915 0.009534 10.0.0.33 - - [2025-09-11 02:07:27] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.011386 10.0.0.33 - - [2025-09-11 02:07:27] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1 HTTP/1.1" 200 1285 0.013051 10.0.0.33 - - [2025-09-11 02:07:28] "POST /neutron/port HTTP/1.1" 200 1084 0.011624 10.0.0.33 - - [2025-09-11 02:07:28] "POST /neutron/port HTTP/1.1" 200 1110 0.008731 10.0.0.33 - - [2025-09-11 02:07:28] "POST /neutron/port HTTP/1.1" 200 151 0.092597 10.0.0.33 - - [2025-09-11 02:07:28] "GET /global-system-configs HTTP/1.1" 200 322 0.031566 10.0.0.33 - - [2025-09-11 02:07:28] "GET /obj-perms HTTP/1.1" 200 5056 0.068159 10.0.0.33 - - [2025-09-11 02:07:29] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1 HTTP/1.1" 404 171 0.009712 10.0.0.33 - - [2025-09-11 02:07:29] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1 HTTP/1.1" 404 171 0.007832 10.0.0.33 - - [2025-09-11 02:07:29] "GET /virtual-machine/0838e33b-26bc-47d8-81e0-aec384b3a5d1 HTTP/1.1" 404 171 0.008449 10.0.0.33 - - [2025-09-11 02:07:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.010170 10.0.0.33 - - [2025-09-11 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.33 - - [2025-09-11 02:07:29] "GET /global-vrouter-config/8fa1df7c-80e3-482f-8212-512ebadaeda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002793 10.0.0.33 - - [2025-09-11 02:07:29] "GET /virtual-networks?parent_id=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010630 10.0.0.33 - - [2025-09-11 02:07:29] "POST /fqname-to-id HTTP/1.1" 403 361 0.009251 10.0.0.33 - - [2025-09-11 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.33 - - [2025-09-11 02:07:29] "GET /routing-instance/3b441615-56db-4212-b09c-fb1bdccc9afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003778 10.0.0.33 - - [2025-09-11 02:07:30] "GET /route-target/bea004d7-aa61-4876-bd09-bc28a13907aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009724 10.0.0.33 - - [2025-09-11 02:07:30] "GET /route-target/bea004d7-aa61-4876-bd09-bc28a13907aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003140 10.0.0.33 - - [2025-09-11 02:07:30] "GET /obj-perms HTTP/1.1" 200 4915 0.011485 10.0.0.33 - - [2025-09-11 02:07:30] "GET /obj-perms HTTP/1.1" 200 4915 0.008951 10.0.0.33 - - [2025-09-11 02:07:30] "GET /obj-perms HTTP/1.1" 200 4915 0.065014 10.0.0.33 - - [2025-09-11 02:07:30] "GET /obj-perms HTTP/1.1" 200 4915 0.015853 10.0.0.33 - - [2025-09-11 02:07:30] "GET /obj-perms HTTP/1.1" 200 5020 0.003748 10.0.0.33 - - [2025-09-11 02:07:33] "GET /obj-perms HTTP/1.1" 200 5020 0.003922 10.0.0.33 - - [2025-09-11 02:07:36] "GET /obj-perms HTTP/1.1" 200 5020 0.004320 10.0.0.33 - - [2025-09-11 02:07:39] "GET /obj-perms HTTP/1.1" 200 5020 0.004023 10.0.0.33 - - [2025-09-11 02:07:42] "GET /obj-perms HTTP/1.1" 200 5020 0.003500 10.0.0.33 - - [2025-09-11 02:07:45] "GET /obj-perms HTTP/1.1" 200 5020 0.004586 10.0.0.33 - - [2025-09-11 02:07:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003506 10.0.0.33 - - [2025-09-11 02:07:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003322 10.0.0.33 - - [2025-09-11 02:07:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003407 10.0.0.33 - - [2025-09-11 02:07:57] "GET /obj-perms HTTP/1.1" 200 5020 0.003210 10.0.0.33 - - [2025-09-11 02:08:00] "GET /obj-perms HTTP/1.1" 200 5020 0.003823 10.0.0.33 - - [2025-09-11 02:08:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003471 10.0.0.33 - - [2025-09-11 02:08:06] "GET /obj-perms HTTP/1.1" 200 5020 0.003347 10.0.0.33 - - [2025-09-11 02:08:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003366 10.0.0.33 - - [2025-09-11 02:08:12] "GET /obj-perms HTTP/1.1" 200 5020 0.004029 10.0.0.33 - - [2025-09-11 02:08:15] "GET /obj-perms HTTP/1.1" 200 5020 0.004490 10.0.0.33 - - [2025-09-11 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003095 10.0.0.33 - - [2025-09-11 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.33 - - [2025-09-11 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001579 10.0.0.33 - - [2025-09-11 02:08:15] "DELETE /virtual-network/a838865a-f3e0-4afe-9d4d-f309181e77d0 HTTP/1.1" 200 115 0.080753 10.0.0.33 - - [2025-09-11 02:08:15] "DELETE /route-target/bea004d7-aa61-4876-bd09-bc28a13907aa HTTP/1.1" 200 115 0.014822 10.0.0.33 - - [2025-09-11 02:08:15] "DELETE /api-access-list/6fdf5509-4794-4f8a-ab5c-e0403585670a HTTP/1.1" 200 115 0.019842 10.0.0.33 - - [2025-09-11 02:08:15] "GET /api-access-list/6fdf5509-4794-4f8a-ab5c-e0403585670a HTTP/1.1" 404 171 0.002160 10.0.0.33 - - [2025-09-11 02:08:16] "GET /projects?obj_uuids=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.33 - - [2025-09-11 02:08:16] "GET /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026967 10.0.0.33 - - [2025-09-11 02:08:16] "GET /projects?obj_uuids=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.33 - - [2025-09-11 02:08:16] "GET /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52?fields=virtual_networks HTTP/1.1" 200 1022 0.072583 10.0.0.33 - - [2025-09-11 02:08:16] "GET /projects?obj_uuids=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001411 10.0.0.33 - - [2025-09-11 02:08:16] "GET /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.026664 10.0.0.33 - - [2025-09-11 02:08:16] "GET /projects?obj_uuids=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001363 10.0.0.33 - - [2025-09-11 02:08:16] "GET /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52?fields=security_groups HTTP/1.1" 200 1243 0.027222 10.0.0.33 - - [2025-09-11 02:08:16] "GET /projects?obj_uuids=e773aad6-92e0-42a2-846b-ee6d204286af&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.33 - - [2025-09-11 02:08:16] "GET /project/e773aad6-92e0-42a2-846b-ee6d204286af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.025090 10.0.0.33 - - [2025-09-11 02:08:16] "GET /projects?obj_uuids=e773aad6-92e0-42a2-846b-ee6d204286af&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952 10.0.0.33 - - [2025-09-11 02:08:17] "GET /project/e773aad6-92e0-42a2-846b-ee6d204286af?fields=virtual_networks HTTP/1.1" 200 1022 0.063147 10.0.0.33 - - [2025-09-11 02:08:17] "GET /projects?obj_uuids=e773aad6-92e0-42a2-846b-ee6d204286af&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001299 10.0.0.33 - - [2025-09-11 02:08:17] "GET /project/e773aad6-92e0-42a2-846b-ee6d204286af?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022638 10.0.0.33 - - [2025-09-11 02:08:17] "GET /projects?obj_uuids=e773aad6-92e0-42a2-846b-ee6d204286af&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.33 - - [2025-09-11 02:08:17] "GET /project/e773aad6-92e0-42a2-846b-ee6d204286af?fields=security_groups HTTP/1.1" 200 1243 0.024200 10.0.0.33 - - [2025-09-11 02:08:18] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003999 10.0.0.33 - - [2025-09-11 02:08:18] "PUT /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea HTTP/1.1" 200 264 0.008965 10.0.0.33 - - [2025-09-11 02:08:18] "GET /projects?obj_uuids=e5d1318c-0035-4783-99db-a0fc0895e19c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001461 10.0.0.33 - - [2025-09-11 02:08:18] "GET /project/e5d1318c-0035-4783-99db-a0fc0895e19c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.023409 10.0.0.33 - - [2025-09-11 02:08:18] "GET /projects?obj_uuids=e5d1318c-0035-4783-99db-a0fc0895e19c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.33 - - [2025-09-11 02:08:18] "GET /project/e5d1318c-0035-4783-99db-a0fc0895e19c?fields=virtual_networks HTTP/1.1" 200 1023 0.068860 10.0.0.33 - - [2025-09-11 02:08:18] "GET /projects?obj_uuids=e5d1318c-0035-4783-99db-a0fc0895e19c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.33 - - [2025-09-11 02:08:18] "GET /project/e5d1318c-0035-4783-99db-a0fc0895e19c?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.028928 10.0.0.33 - - [2025-09-11 02:08:18] "GET /projects?obj_uuids=e5d1318c-0035-4783-99db-a0fc0895e19c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001324 10.0.0.33 - - [2025-09-11 02:08:18] "GET /project/e5d1318c-0035-4783-99db-a0fc0895e19c?fields=security_groups HTTP/1.1" 200 1244 0.025134 10.0.0.33 - - [2025-09-11 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.025953 10.0.0.33 - - [2025-09-11 02:08:19] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002311 10.0.0.33 - - [2025-09-11 02:08:19] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.33 - - [2025-09-11 02:08:19] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006444 10.0.0.33 - - [2025-09-11 02:08:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.001546 10.0.0.33 - - [2025-09-11 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.003442 10.0.0.33 - - [2025-09-11 02:08:19] "POST /security-groups HTTP/1.1" 200 591 0.060318 10.0.0.33 - - [2025-09-11 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.002642 10.0.0.33 - - [2025-09-11 02:08:19] "POST /projects HTTP/1.1" 200 585 0.212348 10.0.0.33 - - [2025-09-11 02:08:20] "POST /access-control-lists HTTP/1.1" 200 596 0.060376 10.0.0.33 - - [2025-09-11 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.286511 10.0.0.33 - - [2025-09-11 02:08:20] "POST /fqname-to-id HTTP/1.1" 404 233 0.003264 10.0.0.33 - - [2025-09-11 02:08:20] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.405828 10.0.0.33 - - [2025-09-11 02:08:20] "POST /access-control-lists HTTP/1.1" 200 594 0.060639 10.0.0.33 - - [2025-09-11 02:08:21] "GET / HTTP/1.1" 200 35931 0.003126 10.0.0.33 - - [2025-09-11 02:08:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.33 - - [2025-09-11 02:08:24] "GET /obj-perms HTTP/1.1" 200 5056 0.380403 10.0.0.33 - - [2025-09-11 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.039162 10.0.0.33 - - [2025-09-11 02:08:24] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003697 10.0.0.33 - - [2025-09-11 02:08:24] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003448 10.0.0.33 - - [2025-09-11 02:08:24] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003413 10.0.0.33 - - [2025-09-11 02:08:24] "PUT /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea HTTP/1.1" 200 264 0.008661 10.0.0.33 - - [2025-09-11 02:08:24] "GET /aaa-mode HTTP/1.1" 200 128 0.001216 10.0.0.33 - - [2025-09-11 02:08:24] "GET /obj-perms HTTP/1.1" 200 5056 0.371103 10.0.0.33 - - [2025-09-11 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.022069 10.0.0.33 - - [2025-09-11 02:08:24] "GET /projects?obj_uuids=6f114dbe-290c-40bd-b4c5-bd83cb41f07d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003040 10.0.0.33 - - [2025-09-11 02:08:24] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.33 - - [2025-09-11 02:08:24] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006750 10.0.0.33 - - [2025-09-11 02:08:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001984 10.0.0.33 - - [2025-09-11 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.002341 10.0.0.33 - - [2025-09-11 02:08:25] "POST /security-groups HTTP/1.1" 200 591 0.060063 10.0.0.33 - - [2025-09-11 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002701 10.0.0.33 - - [2025-09-11 02:08:25] "POST /projects HTTP/1.1" 200 585 0.208042 10.0.0.33 - - [2025-09-11 02:08:25] "POST /access-control-lists HTTP/1.1" 200 596 0.057043 10.0.0.33 - - [2025-09-11 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.277476 10.0.0.33 - - [2025-09-11 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.003883 10.0.0.33 - - [2025-09-11 02:08:25] "GET /project/6f114dbe-290c-40bd-b4c5-bd83cb41f07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.409394 10.0.0.33 - - [2025-09-11 02:08:25] "POST /access-control-lists HTTP/1.1" 200 594 0.080159 10.0.0.33 - - [2025-09-11 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.023356 10.0.0.33 - - [2025-09-11 02:08:25] "GET /projects?obj_uuids=c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002378 10.0.0.33 - - [2025-09-11 02:08:25] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.33 - - [2025-09-11 02:08:25] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007516 10.0.0.33 - - [2025-09-11 02:08:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.003219 10.0.0.33 - - [2025-09-11 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.003872 10.0.0.33 - - [2025-09-11 02:08:26] "POST /security-groups HTTP/1.1" 200 591 0.068063 10.0.0.33 - - [2025-09-11 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.003091 10.0.0.33 - - [2025-09-11 02:08:26] "POST /projects HTTP/1.1" 200 585 0.220170 10.0.0.33 - - [2025-09-11 02:08:26] "POST /access-control-lists HTTP/1.1" 200 596 0.058323 10.0.0.33 - - [2025-09-11 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.293761 10.0.0.33 - - [2025-09-11 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.002945 10.0.0.33 - - [2025-09-11 02:08:26] "GET /project/c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.415497 10.0.0.33 - - [2025-09-11 02:08:26] "POST /access-control-lists HTTP/1.1" 200 594 0.064772 10.0.0.33 - - [2025-09-11 02:08:26] "GET / HTTP/1.1" 200 35931 0.002305 10.0.0.33 - - [2025-09-11 02:08:27] "GET / HTTP/1.1" 200 35931 0.001685 10.0.0.33 - - [2025-09-11 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.003118 10.0.0.33 - - [2025-09-11 02:08:28] "POST /api-access-lists HTTP/1.1" 200 521 0.012521 10.0.0.33 - - [2025-09-11 02:08:28] "GET /api-access-list/5f40cc0f-b418-425d-95af-537d147a5dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004677 10.0.0.33 - - [2025-09-11 02:08:28] "GET /api-access-list/5f40cc0f-b418-425d-95af-537d147a5dcb HTTP/1.1" 401 292 0.000444 10.0.0.33 - - [2025-09-11 02:08:28] "GET /api-access-list/5f40cc0f-b418-425d-95af-537d147a5dcb HTTP/1.1" 200 1289 0.058820 10.0.0.33 - - [2025-09-11 02:08:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.33 - - [2025-09-11 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.035584 10.0.0.33 - - [2025-09-11 02:08:29] "GET /projects?obj_uuids=6f114dbe-290c-40bd-b4c5-bd83cb41f07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.025192 10.0.0.33 - - [2025-09-11 02:08:29] "GET /project/6f114dbe-290c-40bd-b4c5-bd83cb41f07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.053305 10.0.0.33 - - [2025-09-11 02:08:29] "GET /virtual-networks?parent_id=6f114dbe-290c-40bd-b4c5-bd83cb41f07d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010847 10.0.0.33 - - [2025-09-11 02:08:29] "POST /virtual-networks HTTP/1.1" 200 583 0.046183 10.0.0.33 - - [2025-09-11 02:08:29] "POST /route-targets HTTP/1.1" 200 327 0.009453 10.0.0.33 - - [2025-09-11 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.009647 10.0.0.33 - - [2025-09-11 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010900 10.0.0.33 - - [2025-09-11 02:08:29] "GET /network-ipam/3e37061c-1e61-4ef5-901f-de3da30d125b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.010733 10.0.0.33 - - [2025-09-11 02:08:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004440 10.0.0.33 - - [2025-09-11 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.046104 10.0.0.33 - - [2025-09-11 02:08:29] "POST /neutron/network HTTP/1.1" 200 845 0.040650 10.0.0.33 - - [2025-09-11 02:08:29] "POST /neutron/network HTTP/1.1" 200 845 0.020146 10.0.0.33 - - [2025-09-11 02:08:29] "GET /virtual-network/7a1f1044-24cd-4c2e-8e85-18b0b4c74801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.014782 10.0.0.33 - - [2025-09-11 02:08:29] "POST /neutron/network HTTP/1.1" 200 845 0.020731 10.0.0.33 - - [2025-09-11 02:08:29] "POST /neutron/subnet HTTP/1.1" 200 664 0.029278 10.0.0.33 - - [2025-09-11 02:08:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.33 - - [2025-09-11 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.034238 10.0.0.33 - - [2025-09-11 02:08:30] "GET /projects?obj_uuids=c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221 10.0.0.33 - - [2025-09-11 02:08:30] "GET /project/c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.033092 10.0.0.33 - - [2025-09-11 02:08:30] "GET /virtual-networks?parent_id=c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010949 10.0.0.33 - - [2025-09-11 02:08:30] "POST /virtual-networks HTTP/1.1" 200 583 0.050396 10.0.0.33 - - [2025-09-11 02:08:30] "POST /route-targets HTTP/1.1" 200 327 0.010162 10.0.0.33 - - [2025-09-11 02:08:30] "POST /ref-update HTTP/1.1" 200 156 0.011832 10.0.0.33 - - [2025-09-11 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.013524 10.0.0.33 - - [2025-09-11 02:08:30] "GET /network-ipam/3e37061c-1e61-4ef5-901f-de3da30d125b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.011312 10.0.0.33 - - [2025-09-11 02:08:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006816 10.0.0.33 - - [2025-09-11 02:08:30] "POST /ref-update HTTP/1.1" 200 156 0.048972 10.0.0.33 - - [2025-09-11 02:08:30] "POST /neutron/network HTTP/1.1" 200 849 0.044628 10.0.0.33 - - [2025-09-11 02:08:30] "POST /neutron/network HTTP/1.1" 200 849 0.024031 10.0.0.33 - - [2025-09-11 02:08:30] "GET /virtual-network/64d2fa08-0c12-46c3-9305-b8029eee013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.015929 10.0.0.33 - - [2025-09-11 02:08:30] "POST /neutron/network HTTP/1.1" 200 849 0.021446 10.0.0.33 - - [2025-09-11 02:08:30] "POST /neutron/subnet HTTP/1.1" 200 684 0.027745 10.0.0.33 - - [2025-09-11 02:08:30] "GET /virtual-network/7a1f1044-24cd-4c2e-8e85-18b0b4c74801 HTTP/1.1" 401 292 0.000621 10.0.0.33 - - [2025-09-11 02:08:31] "GET /virtual-network/7a1f1044-24cd-4c2e-8e85-18b0b4c74801 HTTP/1.1" 200 2304 0.038573 10.0.0.33 - - [2025-09-11 02:08:31] "GET /virtual-network/7a1f1044-24cd-4c2e-8e85-18b0b4c74801 HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2025-09-11 02:08:31] "GET /virtual-network/7a1f1044-24cd-4c2e-8e85-18b0b4c74801 HTTP/1.1" 403 376 0.030872 10.0.0.33 - - [2025-09-11 02:08:31] "GET /virtual-network/7a1f1044-24cd-4c2e-8e85-18b0b4c74801 HTTP/1.1" 200 2304 0.004574 10.0.0.33 - - [2025-09-11 02:08:31] "GET /virtual-networks HTTP/1.1" 200 371 0.018892 10.0.0.33 - - [2025-09-11 02:08:31] "GET /virtual-networks HTTP/1.1" 200 371 0.016051 10.0.0.33 - - [2025-09-11 02:08:31] "PUT /virtual-network/7a1f1044-24cd-4c2e-8e85-18b0b4c74801 HTTP/1.1" 200 264 0.022802 10.0.0.33 - - [2025-09-11 02:08:31] "GET /virtual-networks HTTP/1.1" 200 132 0.019664 10.0.0.33 - - [2025-09-11 02:08:31] "GET /virtual-networks HTTP/1.1" 200 611 0.017894 10.0.0.33 - - [2025-09-11 02:08:31] "GET /virtual-networks HTTP/1.1" 200 1429 0.002561 10.0.0.33 - - [2025-09-11 02:08:31] "PUT /virtual-network/7a1f1044-24cd-4c2e-8e85-18b0b4c74801 HTTP/1.1" 200 264 0.030307 10.0.0.33 - - [2025-09-11 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.33 - - [2025-09-11 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004180 10.0.0.33 - - [2025-09-11 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002151 10.0.0.33 - - [2025-09-11 02:08:31] "DELETE /virtual-network/64d2fa08-0c12-46c3-9305-b8029eee013d HTTP/1.1" 200 115 0.081640 10.0.0.33 - - [2025-09-11 02:08:31] "DELETE /route-target/83cbfd50-cfd6-42b0-8f5c-7d3e7269428e HTTP/1.1" 200 115 0.027098 10.0.0.33 - - [2025-09-11 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.33 - - [2025-09-11 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.011228 10.0.0.33 - - [2025-09-11 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003848 10.0.0.33 - - [2025-09-11 02:08:31] "DELETE /virtual-network/7a1f1044-24cd-4c2e-8e85-18b0b4c74801 HTTP/1.1" 200 115 0.086885 10.0.0.33 - - [2025-09-11 02:08:31] "DELETE /route-target/afd77ce1-7d55-4dd8-a0a1-85b7ae6c3913 HTTP/1.1" 200 115 0.024566 10.0.0.33 - - [2025-09-11 02:08:31] "DELETE /api-access-list/5f40cc0f-b418-425d-95af-537d147a5dcb HTTP/1.1" 200 115 0.021270 10.0.0.33 - - [2025-09-11 02:08:31] "GET /api-access-list/5f40cc0f-b418-425d-95af-537d147a5dcb HTTP/1.1" 404 171 0.002506 10.0.0.33 - - [2025-09-11 02:08:31] "GET /projects?obj_uuids=c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.33 - - [2025-09-11 02:08:31] "GET /project/c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.031632 10.0.0.33 - - [2025-09-11 02:08:32] "GET /projects?obj_uuids=c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.33 - - [2025-09-11 02:08:32] "GET /project/c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a?fields=virtual_networks HTTP/1.1" 200 1033 0.064863 10.0.0.33 - - [2025-09-11 02:08:32] "GET /projects?obj_uuids=c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.33 - - [2025-09-11 02:08:32] "GET /project/c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027460 10.0.0.33 - - [2025-09-11 02:08:32] "GET /projects?obj_uuids=c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.33 - - [2025-09-11 02:08:32] "GET /project/c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a?fields=security_groups HTTP/1.1" 200 1259 0.022352 10.0.0.33 - - [2025-09-11 02:08:32] "GET /projects?obj_uuids=6f114dbe-290c-40bd-b4c5-bd83cb41f07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.33 - - [2025-09-11 02:08:32] "GET /project/6f114dbe-290c-40bd-b4c5-bd83cb41f07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024623 10.0.0.33 - - [2025-09-11 02:08:32] "GET /projects?obj_uuids=6f114dbe-290c-40bd-b4c5-bd83cb41f07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.33 - - [2025-09-11 02:08:32] "GET /project/6f114dbe-290c-40bd-b4c5-bd83cb41f07d?fields=virtual_networks HTTP/1.1" 200 1032 0.063524 10.0.0.33 - - [2025-09-11 02:08:32] "GET /projects?obj_uuids=6f114dbe-290c-40bd-b4c5-bd83cb41f07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.33 - - [2025-09-11 02:08:32] "GET /project/6f114dbe-290c-40bd-b4c5-bd83cb41f07d?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.028024 10.0.0.33 - - [2025-09-11 02:08:32] "GET /projects?obj_uuids=6f114dbe-290c-40bd-b4c5-bd83cb41f07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.33 - - [2025-09-11 02:08:32] "GET /project/6f114dbe-290c-40bd-b4c5-bd83cb41f07d?fields=security_groups HTTP/1.1" 200 1258 0.030683 10.0.0.33 - - [2025-09-11 02:08:33] "GET /aaa-mode HTTP/1.1" 200 128 0.001152 10.0.0.33 - - [2025-09-11 02:08:34] "GET / HTTP/1.1" 200 35931 0.001521 10.0.0.33 - - [2025-09-11 02:08:35] "GET / HTTP/1.1" 200 35931 0.002681 10.0.0.33 - - [2025-09-11 02:08:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.33 - - [2025-09-11 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.067542 10.0.0.33 - - [2025-09-11 02:08:35] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.33 - - [2025-09-11 02:08:36] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030989 10.0.0.33 - - [2025-09-11 02:08:36] "GET /virtual-networks?parent_id=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007908 10.0.0.33 - - [2025-09-11 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.007674 10.0.0.33 - - [2025-09-11 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008920 10.0.0.33 - - [2025-09-11 02:08:36] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.33 - - [2025-09-11 02:08:36] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.013849 10.0.0.33 - - [2025-09-11 02:08:36] "POST /service-templates HTTP/1.1" 403 264 0.006803 10.0.0.33 - - [2025-09-11 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.002904 10.0.0.33 - - [2025-09-11 02:08:36] "POST /api-access-lists HTTP/1.1" 200 555 0.014290 10.0.0.33 - - [2025-09-11 02:08:36] "GET /api-access-list/2b51be7f-941e-4aab-b0ae-e03f4560b22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004539 10.0.0.33 - - [2025-09-11 02:08:36] "GET /api-access-list/2b51be7f-941e-4aab-b0ae-e03f4560b22c HTTP/1.1" 200 1323 0.003904 10.0.0.33 - - [2025-09-11 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.011048 10.0.0.33 - - [2025-09-11 02:08:36] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001441 10.0.0.33 - - [2025-09-11 02:08:36] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.034940 10.0.0.33 - - [2025-09-11 02:08:36] "GET /virtual-networks?parent_id=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010746 10.0.0.33 - - [2025-09-11 02:08:36] "POST /virtual-networks HTTP/1.1" 200 583 0.048692 10.0.0.33 - - [2025-09-11 02:08:36] "POST /route-targets HTTP/1.1" 200 327 0.038629 10.0.0.33 - - [2025-09-11 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.019475 10.0.0.33 - - [2025-09-11 02:08:36] "POST /ref-update HTTP/1.1" 200 156 0.012736 10.0.0.33 - - [2025-09-11 02:08:36] "GET /network-ipam/3e37061c-1e61-4ef5-901f-de3da30d125b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.010760 10.0.0.33 - - [2025-09-11 02:08:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004796 10.0.0.33 - - [2025-09-11 02:08:36] "POST /ref-update HTTP/1.1" 200 156 0.054288 10.0.0.33 - - [2025-09-11 02:08:36] "POST /neutron/network HTTP/1.1" 200 847 0.040925 10.0.0.33 - - [2025-09-11 02:08:36] "POST /neutron/network HTTP/1.1" 200 847 0.017577 10.0.0.33 - - [2025-09-11 02:08:37] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.013191 10.0.0.33 - - [2025-09-11 02:08:37] "POST /neutron/network HTTP/1.1" 200 847 0.018757 10.0.0.33 - - [2025-09-11 02:08:37] "POST /neutron/subnet HTTP/1.1" 200 671 0.026314 10.0.0.33 - - [2025-09-11 02:08:37] "POST /neutron/network HTTP/1.1" 200 847 0.057766 10.0.0.33 - - [2025-09-11 02:08:37] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.005267 10.0.0.33 - - [2025-09-11 02:08:37] "GET /network-ipam/3e37061c-1e61-4ef5-901f-de3da30d125b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003451 10.0.0.33 - - [2025-09-11 02:08:37] "GET /domains HTTP/1.1" 200 280 0.003164 10.0.0.33 - - [2025-09-11 02:08:37] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.33 - - [2025-09-11 02:08:37] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 3487 0.007062 10.0.0.33 - - [2025-09-11 02:08:37] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.33 - - [2025-09-11 02:08:37] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb HTTP/1.1" 200 2353 0.067588 10.0.0.33 - - [2025-09-11 02:08:37] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 200 2307 0.005967 10.0.0.33 - - [2025-09-11 02:08:37] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 200 2307 0.005396 10.0.0.33 - - [2025-09-11 02:08:37] "GET /routing-instance/0ed51017-ef8d-4460-a2cb-6c1e6bdb082a HTTP/1.1" 200 1555 0.003853 10.0.0.33 - - [2025-09-11 02:08:37] "GET /routing-instance/0ed51017-ef8d-4460-a2cb-6c1e6bdb082a HTTP/1.1" 200 1555 0.003475 10.0.0.33 - - [2025-09-11 02:08:37] "GET /route-target/11b6b07f-6c66-4208-b91b-5832fda7db29 HTTP/1.1" 200 1244 0.002960 10.0.0.33 - - [2025-09-11 02:08:37] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 200 2307 0.004908 10.0.0.33 - - [2025-09-11 02:08:37] "GET /routing-instance/0ed51017-ef8d-4460-a2cb-6c1e6bdb082a HTTP/1.1" 200 1555 0.003996 10.0.0.33 - - [2025-09-11 02:08:37] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.005285 10.0.0.33 - - [2025-09-11 02:08:37] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 200 2307 0.007439 10.0.0.33 - - [2025-09-11 02:08:37] "GET /routing-instance/0ed51017-ef8d-4460-a2cb-6c1e6bdb082a HTTP/1.1" 200 1555 0.003844 10.0.0.33 - - [2025-09-11 02:08:37] "GET /routing-instance/0ed51017-ef8d-4460-a2cb-6c1e6bdb082a HTTP/1.1" 200 1555 0.003502 10.0.0.33 - - [2025-09-11 02:08:37] "GET /route-target/11b6b07f-6c66-4208-b91b-5832fda7db29 HTTP/1.1" 200 1244 0.003318 10.0.0.33 - - [2025-09-11 02:08:37] "GET /domains HTTP/1.1" 200 280 0.003010 10.0.0.33 - - [2025-09-11 02:08:37] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.33 - - [2025-09-11 02:08:37] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6 HTTP/1.1" 200 3487 0.007416 10.0.0.33 - - [2025-09-11 02:08:37] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.33 - - [2025-09-11 02:08:37] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb HTTP/1.1" 200 2353 0.068010 10.0.0.33 - - [2025-09-11 02:08:37] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 200 2307 0.005166 10.0.0.33 - - [2025-09-11 02:08:37] "GET /obj-perms HTTP/1.1" 200 5030 0.049958 10.0.0.33 - - [2025-09-11 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.009065 10.0.0.33 - - [2025-09-11 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010273 10.0.0.33 - - [2025-09-11 02:08:38] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.33 - - [2025-09-11 02:08:38] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.015826 10.0.0.33 - - [2025-09-11 02:08:38] "POST /service-templates HTTP/1.1" 403 264 0.009288 10.0.0.33 - - [2025-09-11 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.003217 10.0.0.33 - - [2025-09-11 02:08:38] "POST /api-access-lists HTTP/1.1" 200 521 0.014058 10.0.0.33 - - [2025-09-11 02:08:38] "GET /api-access-list/54411709-882e-4d45-91cb-5391ac9c16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.007390 10.0.0.33 - - [2025-09-11 02:08:38] "GET /api-access-list/54411709-882e-4d45-91cb-5391ac9c16a2 HTTP/1.1" 200 1290 0.003779 10.0.0.33 - - [2025-09-11 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.010205 10.0.0.33 - - [2025-09-11 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009037 10.0.0.33 - - [2025-09-11 02:08:38] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.33 - - [2025-09-11 02:08:38] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.015258 10.0.0.33 - - [2025-09-11 02:08:38] "POST /service-templates HTTP/1.1" 200 551 0.030905 10.0.0.33 - - [2025-09-11 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.013367 10.0.0.33 - - [2025-09-11 02:08:38] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.011443 10.0.0.33 - - [2025-09-11 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011155 10.0.0.33 - - [2025-09-11 02:08:38] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.013477 10.0.0.33 - - [2025-09-11 02:08:38] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 401 292 0.000553 10.0.0.33 - - [2025-09-11 02:08:39] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 403 263 0.033205 10.0.0.33 - - [2025-09-11 02:08:39] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 403 264 0.008958 10.0.0.33 - - [2025-09-11 02:08:39] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 403 264 0.035493 10.0.0.33 - - [2025-09-11 02:08:39] "GET /api-access-list/2b51be7f-941e-4aab-b0ae-e03f4560b22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003095 10.0.0.33 - - [2025-09-11 02:08:39] "PUT /api-access-list/2b51be7f-941e-4aab-b0ae-e03f4560b22c HTTP/1.1" 200 264 0.009693 10.0.0.33 - - [2025-09-11 02:08:39] "GET /api-access-list/2b51be7f-941e-4aab-b0ae-e03f4560b22c HTTP/1.1" 200 1460 0.005289 10.0.0.33 - - [2025-09-11 02:08:39] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 200 2307 0.018492 10.0.0.33 - - [2025-09-11 02:08:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.33 - - [2025-09-11 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.033702 10.0.0.33 - - [2025-09-11 02:08:39] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001528 10.0.0.33 - - [2025-09-11 02:08:39] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.040601 10.0.0.33 - - [2025-09-11 02:08:40] "GET /virtual-networks?parent_id=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014839 10.0.0.33 - - [2025-09-11 02:08:40] "POST /virtual-networks HTTP/1.1" 403 263 0.008510 10.0.0.33 - - [2025-09-11 02:08:40] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 403 264 0.008826 10.0.0.33 - - [2025-09-11 02:08:40] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 403 264 0.036229 10.0.0.33 - - [2025-09-11 02:08:40] "GET /api-access-list/54411709-882e-4d45-91cb-5391ac9c16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002811 10.0.0.33 - - [2025-09-11 02:08:40] "PUT /api-access-list/54411709-882e-4d45-91cb-5391ac9c16a2 HTTP/1.1" 200 264 0.009119 10.0.0.33 - - [2025-09-11 02:08:40] "GET /api-access-list/54411709-882e-4d45-91cb-5391ac9c16a2 HTTP/1.1" 200 1428 0.003517 10.0.0.33 - - [2025-09-11 02:08:40] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 200 1853 0.012699 10.0.0.33 - - [2025-09-11 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.010301 10.0.0.33 - - [2025-09-11 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.011218 10.0.0.33 - - [2025-09-11 02:08:40] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.33 - - [2025-09-11 02:08:40] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.017058 10.0.0.33 - - [2025-09-11 02:08:40] "POST /service-templates HTTP/1.1" 403 264 0.009822 10.0.0.33 - - [2025-09-11 02:08:40] "GET /api-access-list/2b51be7f-941e-4aab-b0ae-e03f4560b22c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003526 10.0.0.33 - - [2025-09-11 02:08:40] "PUT /api-access-list/2b51be7f-941e-4aab-b0ae-e03f4560b22c HTTP/1.1" 200 264 0.009151 10.0.0.33 - - [2025-09-11 02:08:40] "GET /api-access-list/2b51be7f-941e-4aab-b0ae-e03f4560b22c HTTP/1.1" 200 1323 0.003704 10.0.0.33 - - [2025-09-11 02:08:40] "GET /api-access-list/54411709-882e-4d45-91cb-5391ac9c16a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003336 10.0.0.33 - - [2025-09-11 02:08:40] "PUT /api-access-list/54411709-882e-4d45-91cb-5391ac9c16a2 HTTP/1.1" 200 264 0.009755 10.0.0.33 - - [2025-09-11 02:08:40] "GET /api-access-list/54411709-882e-4d45-91cb-5391ac9c16a2 HTTP/1.1" 200 1290 0.003805 10.0.0.33 - - [2025-09-11 02:08:40] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 403 263 0.010030 10.0.0.33 - - [2025-09-11 02:08:41] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 403 263 0.032205 10.0.0.33 - - [2025-09-11 02:08:41] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 403 264 0.007760 10.0.0.33 - - [2025-09-11 02:08:41] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 403 264 0.032083 10.0.0.33 - - [2025-09-11 02:08:41] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003019 10.0.0.33 - - [2025-09-11 02:08:41] "PUT /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea HTTP/1.1" 200 264 0.008424 10.0.0.33 - - [2025-09-11 02:08:41] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 200 1853 0.012430 10.0.0.33 - - [2025-09-11 02:08:41] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 200 2307 0.015638 10.0.0.33 - - [2025-09-11 02:08:41] "DELETE /api-access-list/2b51be7f-941e-4aab-b0ae-e03f4560b22c HTTP/1.1" 200 115 0.018328 10.0.0.33 - - [2025-09-11 02:08:41] "GET /api-access-list/2b51be7f-941e-4aab-b0ae-e03f4560b22c HTTP/1.1" 404 171 0.004200 10.0.0.33 - - [2025-09-11 02:08:41] "DELETE /api-access-list/54411709-882e-4d45-91cb-5391ac9c16a2 HTTP/1.1" 200 115 0.022344 10.0.0.33 - - [2025-09-11 02:08:41] "GET /api-access-list/54411709-882e-4d45-91cb-5391ac9c16a2 HTTP/1.1" 404 171 0.002683 10.0.0.33 - - [2025-09-11 02:08:41] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 401 292 0.000365 10.0.0.33 - - [2025-09-11 02:08:42] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 403 263 0.034444 10.0.0.33 - - [2025-09-11 02:08:42] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 403 264 0.006109 10.0.0.33 - - [2025-09-11 02:08:42] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 403 264 0.034044 10.0.0.33 - - [2025-09-11 02:08:42] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003168 10.0.0.33 - - [2025-09-11 02:08:42] "PUT /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea HTTP/1.1" 200 264 0.009007 10.0.0.33 - - [2025-09-11 02:08:42] "GET /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 200 2307 0.012446 10.0.0.33 - - [2025-09-11 02:08:42] "GET /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 200 1853 0.008068 10.0.0.33 - - [2025-09-11 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007594 10.0.0.33 - - [2025-09-11 02:08:42] "DELETE /service-template/35ba1d83-1768-4c23-94bb-d668abb08bd6 HTTP/1.1" 200 115 0.019755 10.0.0.33 - - [2025-09-11 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.009361 10.0.0.33 - - [2025-09-11 02:08:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002296 10.0.0.33 - - [2025-09-11 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006256 10.0.0.33 - - [2025-09-11 02:08:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003455 10.0.0.33 - - [2025-09-11 02:08:42] "DELETE /virtual-network/6940ab5d-ec17-4f11-812a-180925b25f18 HTTP/1.1" 200 115 0.067456 10.0.0.33 - - [2025-09-11 02:08:42] "DELETE /route-target/11b6b07f-6c66-4208-b91b-5832fda7db29 HTTP/1.1" 200 115 0.017794 10.0.0.33 - - [2025-09-11 02:08:43] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003999 10.0.0.33 - - [2025-09-11 02:08:43] "PUT /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea HTTP/1.1" 200 264 0.008971 10.0.0.33 - - [2025-09-11 02:08:43] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003748 10.0.0.33 - - [2025-09-11 02:08:43] "PUT /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea HTTP/1.1" 200 264 0.009414 10.0.0.33 - - [2025-09-11 02:08:44] "GET /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003704 10.0.0.33 - - [2025-09-11 02:08:44] "PUT /api-access-list/992b1074-fb32-4f57-87de-41ebe7ed55ea HTTP/1.1" 200 264 0.008123 10.0.0.33 - - [2025-09-11 02:08:44] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001357 10.0.0.33 - - [2025-09-11 02:08:44] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022793 10.0.0.33 - - [2025-09-11 02:08:44] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.33 - - [2025-09-11 02:08:44] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?fields=virtual_networks HTTP/1.1" 200 1033 0.069391 10.0.0.33 - - [2025-09-11 02:08:44] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.33 - - [2025-09-11 02:08:44] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023874 10.0.0.33 - - [2025-09-11 02:08:44] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001196 10.0.0.33 - - [2025-09-11 02:08:44] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?fields=security_groups HTTP/1.1" 200 1259 0.024194 10.0.0.33 - - [2025-09-11 02:08:44] "GET /projects?obj_uuids=2b38c36c-67cc-424c-bac8-da8741b905d7&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001016 10.0.0.33 - - [2025-09-11 02:08:45] "GET /project/2b38c36c-67cc-424c-bac8-da8741b905d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.028811 [Introspect:8084]10.0.0.33 - - [2025-09-11 02:08:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001227 10.0.0.33 - - [2025-09-11 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.026767 10.0.0.33 - - [2025-09-11 02:08:45] "GET /projects?obj_uuids=6f8a495a-1fe7-445b-860c-7317a4e293a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002449 10.0.0.33 - - [2025-09-11 02:08:45] "GET /domains?obj_uuids=08475a30-85f1-4ccc-a333-e064f1f3cfc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.33 - - [2025-09-11 02:08:45] "GET /domain/08475a30-85f1-4ccc-a333-e064f1f3cfc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007221 10.0.0.33 - - [2025-09-11 02:08:45] "POST /id-to-fqname HTTP/1.1" 200 186 0.001270 10.0.0.33 - - [2025-09-11 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.005609 10.0.0.33 - - [2025-09-11 02:08:45] "POST /security-groups HTTP/1.1" 200 587 0.059898 10.0.0.33 - - [2025-09-11 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 230 0.006299 10.0.0.33 - - [2025-09-11 02:08:46] "POST /projects HTTP/1.1" 200 577 0.218973 10.0.0.33 - - [2025-09-11 02:08:46] "POST /access-control-lists HTTP/1.1" 200 592 0.059552 10.0.0.33 - - [2025-09-11 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.287395 10.0.0.33 - - [2025-09-11 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002840 10.0.0.33 - - [2025-09-11 02:08:46] "GET /project/6f8a495a-1fe7-445b-860c-7317a4e293a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.411892 10.0.0.33 - - [2025-09-11 02:08:46] "POST /access-control-lists HTTP/1.1" 200 590 0.063301 10.0.0.33 - - [2025-09-11 02:08:47] "GET / HTTP/1.1" 200 35931 0.002508 10.0.0.33 - - [2025-09-11 02:08:47] "GET /projects?obj_uuids=6f8a495a-1fe7-445b-860c-7317a4e293a2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001242 10.0.0.33 - - [2025-09-11 02:08:47] "GET /project/6f8a495a-1fe7-445b-860c-7317a4e293a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023181 10.0.0.33 - - [2025-09-11 02:08:47] "GET /projects?obj_uuids=6f8a495a-1fe7-445b-860c-7317a4e293a2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001191 10.0.0.33 - - [2025-09-11 02:08:47] "GET /project/6f8a495a-1fe7-445b-860c-7317a4e293a2?fields=virtual_networks HTTP/1.1" 200 1023 0.066053 10.0.0.33 - - [2025-09-11 02:08:47] "GET /projects?obj_uuids=6f8a495a-1fe7-445b-860c-7317a4e293a2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000995 10.0.0.33 - - [2025-09-11 02:08:47] "GET /project/6f8a495a-1fe7-445b-860c-7317a4e293a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.024218 10.0.0.33 - - [2025-09-11 02:08:48] "GET /projects?obj_uuids=6f8a495a-1fe7-445b-860c-7317a4e293a2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001081 10.0.0.33 - - [2025-09-11 02:08:48] "GET /project/6f8a495a-1fe7-445b-860c-7317a4e293a2?fields=security_groups HTTP/1.1" 200 1245 0.028942 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /project/e43e19ccbbb14b56b74c3ccc99074abb HTTP/1.1" 404 173 0.050290 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=6f8a495a-1fe7-445b-860c-7317a4e293a2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001050 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.034812 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001327 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=e5d1318c-0035-4783-99db-a0fc0895e19c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001457 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /project/6f114dbe290c40bdb4c5bd83cb41f07d HTTP/1.1" 404 173 0.097240 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/6f8a495a-1fe7-445b-860c-7317a4e293a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.051930 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/e5d1318c-0035-4783-99db-a0fc0895e19c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.045002 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=e5d1318c-0035-4783-99db-a0fc0895e19c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=e773aad6-92e0-42a2-846b-ee6d204286af&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001551 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=6f8a495a-1fe7-445b-860c-7317a4e293a2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001899 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a?fields=security_groups HTTP/1.1" 200 1364 0.111791 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=6f114dbe-290c-40bd-b4c5-bd83cb41f07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001213 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/e5d1318c-0035-4783-99db-a0fc0895e19c?fields=security_groups HTTP/1.1" 200 1349 0.071685 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /project/6f8a495a1fe7445b860c7317a4e293a2 HTTP/1.1" 404 173 0.217597 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/e773aad6-92e0-42a2-846b-ee6d204286af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.086780 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /project/c7c9f0ac23e145e599e053f9fe6d1a4a HTTP/1.1" 404 173 0.238478 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/6f8a495a-1fe7-445b-860c-7317a4e293a2?fields=security_groups HTTP/1.1" 200 1350 0.096016 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.133277 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.077491 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/6f114dbe-290c-40bd-b4c5-bd83cb41f07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.117282 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=e773aad6-92e0-42a2-846b-ee6d204286af&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001716 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52?fields=security_groups HTTP/1.1" 200 1348 0.077936 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/e773aad6-92e0-42a2-846b-ee6d204286af?fields=security_groups HTTP/1.1" 200 1348 0.080047 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=6f114dbe-290c-40bd-b4c5-bd83cb41f07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001418 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /security-group/cd76592d-2965-4565-aacb-0f515b57e60b HTTP/1.1" 200 115 0.168695 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/6f114dbe-290c-40bd-b4c5-bd83cb41f07d?fields=security_groups HTTP/1.1" 200 1363 0.069439 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /security-group/de7565bf-c157-49d9-ae07-5a61053ae88a HTTP/1.1" 200 115 0.185790 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /access-control-list/8ce1cd15-7615-4ffc-9efd-0debf903b653 HTTP/1.1" 200 115 0.090713 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?fields=security_groups HTTP/1.1" 200 1364 0.126038 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=e5d1318c-0035-4783-99db-a0fc0895e19c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000921 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a?fields=application_policy_sets HTTP/1.1" 200 1403 0.060444 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /access-control-list/5f9f342c-88e7-47e1-b44b-e14844a6ced2 HTTP/1.1" 200 115 0.043308 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /security-group/d9c0d137-fb5f-4992-967a-84548c3fb306 HTTP/1.1" 200 115 0.178774 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=6f8a495a-1fe7-445b-860c-7317a4e293a2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001104 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/e5d1318c-0035-4783-99db-a0fc0895e19c?fields=application_policy_sets HTTP/1.1" 200 1388 0.119521 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /security-group/219ae46f-2b13-43c3-8fe2-fb5083cf8619 HTTP/1.1" 200 115 0.146106 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /security-group/d3f558bb-a937-4357-83e2-30565f2c58c1 HTTP/1.1" 200 115 0.161594 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=78c180e1-eef1-4d7f-9947-bdbb489f8a52&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001100 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /access-control-list/c878ca37-3e72-4ca7-9ab6-4253ba4294d4 HTTP/1.1" 200 115 0.085525 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=e773aad6-92e0-42a2-846b-ee6d204286af&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001856 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/6f8a495a-1fe7-445b-860c-7317a4e293a2?fields=application_policy_sets HTTP/1.1" 200 1389 0.111380 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/e773aad6-92e0-42a2-846b-ee6d204286af?fields=application_policy_sets HTTP/1.1" 200 1387 0.051663 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /access-control-list/4374b87a-af06-4c6f-a924-c5195f52edc2 HTTP/1.1" 200 115 0.063747 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /security-group/80cd3a31-6643-4450-aeab-0903f9fed13c HTTP/1.1" 200 115 0.185385 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /security-group/4aea1582-79cf-449f-8a1a-b3c5852a0cef HTTP/1.1" 200 115 0.177697 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=6f114dbe-290c-40bd-b4c5-bd83cb41f07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52?fields=application_policy_sets HTTP/1.1" 200 1387 0.112263 10.0.0.33 - - [2025-09-11 02:09:16] "GET /projects?obj_uuids=e43e19cc-bbb1-4b56-b74c-3ccc99074abb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /access-control-list/d695573e-a14e-4fb9-acae-f1c5976c349b HTTP/1.1" 200 115 0.076204 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/6f114dbe-290c-40bd-b4c5-bd83cb41f07d?fields=application_policy_sets HTTP/1.1" 200 1402 0.102912 10.0.0.33 - - [2025-09-11 02:09:16] "GET /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb?fields=application_policy_sets HTTP/1.1" 200 1403 0.117189 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /project/c7c9f0ac-23e1-45e5-99e0-53f9fe6d1a4a HTTP/1.1" 200 115 0.837796 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /access-control-list/e1e6c937-578f-4c76-9380-b89e4b3d36f6 HTTP/1.1" 200 115 0.080110 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /project/e5d1318c-0035-4783-99db-a0fc0895e19c HTTP/1.1" 200 115 0.854146 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /project/6f8a495a-1fe7-445b-860c-7317a4e293a2 HTTP/1.1" 200 115 0.828815 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /project/e773aad6-92e0-42a2-846b-ee6d204286af HTTP/1.1" 200 115 0.892345 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /project/78c180e1-eef1-4d7f-9947-bdbb489f8a52 HTTP/1.1" 200 115 0.911883 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /access-control-list/d485779c-1499-4a07-a1c9-2d03cd5c2b81 HTTP/1.1" 200 115 0.065578 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /project/6f114dbe-290c-40bd-b4c5-bd83cb41f07d HTTP/1.1" 200 115 0.963237 10.0.0.33 - - [2025-09-11 02:09:16] "DELETE /access-control-list/2235c8aa-9544-44ad-9ecf-ef2614931c24 HTTP/1.1" 200 115 0.033233 10.0.0.33 - - [2025-09-11 02:09:17] "DELETE /project/e43e19cc-bbb1-4b56-b74c-3ccc99074abb HTTP/1.1" 200 115 1.010075 10.0.0.33 - - [2025-09-11 02:09:17] "DELETE /access-control-list/d1c122a9-1c70-4be8-a884-dfde01497841 HTTP/1.1" 200 115 0.028785 10.0.0.33 - - [2025-09-11 02:09:17] "DELETE /access-control-list/aad6217e-b7a8-4b9b-9a82-45834d9a4874 HTTP/1.1" 200 115 0.029895 10.0.0.33 - - [2025-09-11 02:09:17] "DELETE /access-control-list/e5f55d98-5fee-484c-949b-51aafc96a51d HTTP/1.1" 200 115 0.021128 10.0.0.33 - - [2025-09-11 02:09:17] "DELETE /access-control-list/b6cbee62-a6d0-47a8-8e80-2462e2b1d6c6 HTTP/1.1" 200 115 0.016647 10.0.0.33 - - [2025-09-11 02:09:17] "DELETE /access-control-list/1e8c7efd-b5c7-4911-a656-946ac3fbb58c HTTP/1.1" 200 115 0.016880 10.0.0.33 - - [2025-09-11 02:09:17] "DELETE /access-control-list/8f2931c5-d3d3-4c52-8331-e00f3503f382 HTTP/1.1" 200 115 0.018624 10.0.0.33 - - [2025-09-11 02:09:25] "GET /obj-perms HTTP/1.1" 200 5056 0.045454 10.0.0.33 - - [2025-09-11 02:09:25] "GET /obj-perms HTTP/1.1" 200 5056 0.046575 [Introspect:8084]10.0.0.33 - - [2025-09-11 02:09:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001071 [Introspect:8084]10.0.0.33 - - [2025-09-11 02:09:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000955