+++ date ++ echo 'INFO: =================== Mon Nov 24 02:04:16 AM UTC 2025 ===================' INFO: =================== Mon Nov 24 02:04:16 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 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.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.201 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.201 ++ 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 +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.33 +++ 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}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.33,10.20.0.201,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.201,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 ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ 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: 11/24/2025 02:04:24.909 7f2299d127c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/24/2025 02:04:25.044 7f2299d127c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/24/2025 02:04:25.055 7f2299d127c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/24/2025 02:04:25.055 7f2299d127c0 [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-11-24 02:04:29] "GET / HTTP/1.1" 503 181 0.000251 10.0.0.33 - - [2025-11-24 02:04:29] "GET / HTTP/1.1" 503 181 0.000137 10.0.0.33 - - [2025-11-24 02:04:30] "GET / HTTP/1.1" 200 45871 0.001332 10.0.0.33 - - [2025-11-24 02:04:30] "GET / HTTP/1.1" 200 45871 0.000989 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-11-24 02:04:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.33 - - [2025-11-24 02:04:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000265 10.0.0.33 - - [2025-11-24 02:04:30] "GET / HTTP/1.1" 200 35931 0.001557 10.0.0.33 - - [2025-11-24 02:04:30] "GET / HTTP/1.1" 200 35931 0.001330 10.0.0.33 - - [2025-11-24 02:04:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000335 10.0.0.33 - - [2025-11-24 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.922877 10.0.0.33 - - [2025-11-24 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.33 - - [2025-11-24 02:04:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.647978 10.0.0.33 - - [2025-11-24 02:04:31] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003957 10.0.0.33 - - [2025-11-24 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.088768 10.0.0.33 - - [2025-11-24 02:04:31] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005747 10.0.0.33 - - [2025-11-24 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.002756 10.0.0.33 - - [2025-11-24 02:04:31] "POST /config-nodes HTTP/1.1" 200 599 0.024578 10.0.0.33 - - [2025-11-24 02:04:31] "GET / HTTP/1.1" 200 35931 0.001321 10.0.0.33 - - [2025-11-24 02:04:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388 10.0.0.33 - - [2025-11-24 02:04:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000346 10.0.0.33 - - [2025-11-24 02:04:31] "GET / HTTP/1.1" 200 35931 0.001433 10.0.0.33 - - [2025-11-24 02:04:31] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000329 10.0.0.33 - - [2025-11-24 02:04:31] "GET / HTTP/1.1" 200 35931 0.001392 /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-11-24 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.609848 10.0.0.33 - - [2025-11-24 02:04:32] "GET /network-ipam/14a3b2d3-369f-47ed-985c-cd8da29ff27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004198 10.0.0.33 - - [2025-11-24 02:04:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.363253 10.0.0.33 - - [2025-11-24 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.33 - - [2025-11-24 02:04:32] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.108374 10.0.0.33 - - [2025-11-24 02:04:32] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007191 10.0.0.33 - - [2025-11-24 02:04:32] "POST /service-appliance-sets HTTP/1.1" 200 553 0.020300 10.0.0.33 - - [2025-11-24 02:04:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.003046 10.0.0.33 - - [2025-11-24 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.33 - - [2025-11-24 02:04:33] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009834 10.0.0.33 - - [2025-11-24 02:04:33] "POST /service-appliance-sets HTTP/1.1" 200 541 0.022095 10.0.0.33 - - [2025-11-24 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.33 - - [2025-11-24 02:04:33] "GET /network-ipam/14a3b2d3-369f-47ed-985c-cd8da29ff27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007128 10.0.0.33 - - [2025-11-24 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.003492 10.0.0.33 - - [2025-11-24 02:04:33] "POST /access-control-lists HTTP/1.1" 200 587 0.024667 10.0.0.33 - - [2025-11-24 02:04:33] "POST /service-templates HTTP/1.1" 200 511 0.020160 10.0.0.33 - - [2025-11-24 02:04:33] "POST /service-templates HTTP/1.1" 200 501 0.017000 10.0.0.33 - - [2025-11-24 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 224 0.005965 10.0.0.33 - - [2025-11-24 02:04:33] "POST /service-templates HTTP/1.1" 200 515 0.016791 10.0.0.33 - - [2025-11-24 02:04:33] "POST /access-control-lists HTTP/1.1" 200 585 0.017601 10.0.0.33 - - [2025-11-24 02:04:33] "POST /service-templates HTTP/1.1" 200 535 0.022388 10.0.0.33 - - [2025-11-24 02:04:33] "POST /route-targets HTTP/1.1" 200 327 0.010868 10.0.0.33 - - [2025-11-24 02:04:33] "POST /service-templates HTTP/1.1" 200 507 0.018130 10.0.0.33 - - [2025-11-24 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.012140 10.0.0.33 - - [2025-11-24 02:04:33] "POST /route-targets HTTP/1.1" 200 327 0.020019 10.0.0.33 - - [2025-11-24 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.011015 10.0.0.33 - - [2025-11-24 02:04:33] "POST /route-targets HTTP/1.1" 200 327 0.014718 10.0.0.33 - - [2025-11-24 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.009974 10.0.0.33 - - [2025-11-24 02:04:33] "POST /route-targets HTTP/1.1" 200 327 0.012304 10.0.0.33 - - [2025-11-24 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.010105 10.0.0.33 - - [2025-11-24 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.002825 10.0.0.33 - - [2025-11-24 02:04:34] "POST /access-control-lists HTTP/1.1" 200 551 0.061423 10.0.0.33 - - [2025-11-24 02:04:34] "GET / HTTP/1.1" 200 35931 0.001369 10.0.0.33 - - [2025-11-24 02:04:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000286 10.0.0.33 - - [2025-11-24 02:04:34] "PUT /access-control-list/55b1e07e-5443-40d5-83c6-11b57f8016c6 HTTP/1.1" 200 272 0.014694 10.0.0.33 - - [2025-11-24 02:04:34] "PUT /access-control-list/bcd404a7-fdf4-44f0-adbf-cf8f607eeadf HTTP/1.1" 200 272 0.008774 10.0.0.33 - - [2025-11-24 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.024066 10.0.0.33 - - [2025-11-24 02:04:34] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005021 10.0.0.33 - - [2025-11-24 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.002727 10.0.0.33 - - [2025-11-24 02:04:34] "POST /config-database-nodes HTTP/1.1" 200 617 0.016135 10.0.0.33 - - [2025-11-24 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.33 - - [2025-11-24 02:04:37] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.003652 10.0.0.33 - - [2025-11-24 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.33 - - [2025-11-24 02:04:37] "PUT /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf HTTP/1.1" 200 276 0.010279 10.0.0.33 - - [2025-11-24 02:04:38] "GET / HTTP/1.1" 200 35931 0.002231 10.0.0.33 - - [2025-11-24 02:04:38] "POST /alarms HTTP/1.1" 401 292 0.000384 10.0.0.33 - - [2025-11-24 02:04:38] "POST /alarms HTTP/1.1" 200 581 0.042631 10.0.0.33 - - [2025-11-24 02:04:38] "POST /alarms HTTP/1.1" 200 575 0.030735 10.0.0.33 - - [2025-11-24 02:04:38] "POST /alarms HTTP/1.1" 200 575 0.016039 10.0.0.33 - - [2025-11-24 02:04:38] "POST /alarms HTTP/1.1" 200 559 0.018056 10.0.0.33 - - [2025-11-24 02:04:38] "POST /alarms HTTP/1.1" 200 555 0.018059 10.0.0.33 - - [2025-11-24 02:04:38] "POST /alarms HTTP/1.1" 200 557 0.027527 10.0.0.33 - - [2025-11-24 02:04:38] "POST /alarms HTTP/1.1" 200 565 0.024576 10.0.0.33 - - [2025-11-24 02:04:38] "POST /alarms HTTP/1.1" 200 549 0.017410 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 557 0.016873 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 567 0.018037 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 555 0.017033 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 567 0.016399 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 575 0.065641 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 569 0.116438 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 561 0.018722 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 561 0.018255 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 561 0.015867 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 547 0.016511 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 595 0.020671 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 575 0.014994 10.0.0.33 - - [2025-11-24 02:04:39] "POST /alarms HTTP/1.1" 200 571 0.014950 10.0.0.33 - - [2025-11-24 02:04:40] "POST /alarms HTTP/1.1" 200 583 0.019341 10.0.0.33 - - [2025-11-24 02:04:40] "POST /alarms HTTP/1.1" 200 609 0.018993 10.0.0.33 - - [2025-11-24 02:04:40] "GET / HTTP/1.1" 200 35931 0.001317 10.0.0.33 - - [2025-11-24 02:04:40] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2025-11-24 02:04:40] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023451 10.0.0.33 - - [2025-11-24 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.33 - - [2025-11-24 02:04:40] "PUT /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf HTTP/1.1" 200 276 0.009230 10.0.0.33 - - [2025-11-24 02:04:40] "GET / HTTP/1.1" 200 35931 0.001490 10.0.0.33 - - [2025-11-24 02:04:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000382 10.0.0.33 - - [2025-11-24 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.027166 10.0.0.33 - - [2025-11-24 02:04:41] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003138 10.0.0.33 - - [2025-11-24 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.33 - - [2025-11-24 02:04:41] "PUT /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf HTTP/1.1" 200 276 0.008995 10.0.0.33 - - [2025-11-24 02:04:41] "GET / HTTP/1.1" 200 35931 0.001473 10.0.0.33 - - [2025-11-24 02:04:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2025-11-24 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.033078 10.0.0.33 - - [2025-11-24 02:04:42] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006117 10.0.0.33 - - [2025-11-24 02:04:42] "PUT /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341 HTTP/1.1" 200 274 0.031562 10.0.0.33 - - [2025-11-24 02:04:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.33 - - [2025-11-24 02:04:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.33 - - [2025-11-24 02:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.33 - - [2025-11-24 02:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2025-11-24 02:05:24] "GET / HTTP/1.1" 200 35931 0.001551 10.0.0.33 - - [2025-11-24 02:05:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.33 - - [2025-11-24 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.025229 10.0.0.33 - - [2025-11-24 02:05:25] "GET /routing-instance/eb9a066d-ed28-43c6-a561-ef28ede7ed9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003711 10.0.0.33 - - [2025-11-24 02:05:25] "POST /bgp-routers HTTP/1.1" 200 620 0.023686 10.0.0.33 - - [2025-11-24 02:05:25] "GET /bgp-router/5ade58ff-8aea-4d89-a22f-0d40510be438?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.007003 10.0.0.33 - - [2025-11-24 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.33 - - [2025-11-24 02:05:25] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006500 10.0.0.33 - - [2025-11-24 02:05:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003170 10.0.0.33 - - [2025-11-24 02:05:25] "POST /ref-update HTTP/1.1" 200 156 0.008844 10.0.0.33 - - [2025-11-24 02:05:50] "GET / HTTP/1.1" 200 35931 0.001301 10.0.0.33 - - [2025-11-24 02:05:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.33 - - [2025-11-24 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.026421 10.0.0.33 - - [2025-11-24 02:05:50] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006989 10.0.0.33 - - [2025-11-24 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.002632 10.0.0.33 - - [2025-11-24 02:05:50] "POST /database-nodes HTTP/1.1" 200 603 0.026145 10.0.0.33 - - [2025-11-24 02:06:18] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.33 - - [2025-11-24 02:06:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2025-11-24 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.023287 10.0.0.33 - - [2025-11-24 02:06:18] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005023 10.0.0.33 - - [2025-11-24 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.002721 10.0.0.33 - - [2025-11-24 02:06:19] "POST /analytics-nodes HTTP/1.1" 200 605 0.024556 10.0.0.33 - - [2025-11-24 02:06:24] "GET / HTTP/1.1" 200 35931 0.001833 10.0.0.33 - - [2025-11-24 02:06:33] "GET / HTTP/1.1" 200 35931 0.001254 10.0.0.33 - - [2025-11-24 02:06:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000349 10.0.0.33 - - [2025-11-24 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.032237 10.0.0.33 - - [2025-11-24 02:06:33] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005463 10.0.0.33 - - [2025-11-24 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.002884 10.0.0.33 - - [2025-11-24 02:06:33] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.018799 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-11-24 02:06:34] "GET /obj-perms HTTP/1.1" 200 5056 0.349060 10.0.0.33 - - [2025-11-24 02:06:35] "GET /obj-perms HTTP/1.1" 200 5056 0.048095 10.0.0.33 - - [2025-11-24 02:06:46] "GET / HTTP/1.1" 200 35931 0.001848 10.0.0.33 - - [2025-11-24 02:06:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.33 - - [2025-11-24 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.027183 10.0.0.33 - - [2025-11-24 02:06:46] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005599 10.0.0.33 - - [2025-11-24 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.003890 10.0.0.33 - - [2025-11-24 02:06:46] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.019633 10.0.0.33 - - [2025-11-24 02:07:35] "GET /obj-perms HTTP/1.1" 200 5056 0.047498 10.0.0.33 - - [2025-11-24 02:07:35] "GET /obj-perms HTTP/1.1" 200 5056 0.046091 10.0.0.33 - - [2025-11-24 02:08:18] "GET / HTTP/1.1" 200 35931 0.001491 10.0.0.33 - - [2025-11-24 02:08:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2025-11-24 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.025633 10.0.0.33 - - [2025-11-24 02:08:19] "GET /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.004967 10.0.0.33 - - [2025-11-24 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.33 - - [2025-11-24 02:08:19] "GET /routing-instance/eb9a066d-ed28-43c6-a561-ef28ede7ed9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003836 10.0.0.33 - - [2025-11-24 02:08:19] "PUT /global-system-config/33a740cf-5050-4dd7-a09b-bc4219f8a341 HTTP/1.1" 200 274 0.012535 10.0.0.33 - - [2025-11-24 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 218 0.002980 10.0.0.33 - - [2025-11-24 02:08:19] "POST /virtual-routers HTTP/1.1" 200 603 0.018729 10.0.0.33 - - [2025-11-24 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.33 - - [2025-11-24 02:08:19] "GET /virtual-router/335cdb9b-7ae3-4f63-a62b-ee6096e18d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005283 10.0.0.33 - - [2025-11-24 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 231 0.003152 10.0.0.33 - - [2025-11-24 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.33 - - [2025-11-24 02:08:19] "GET /virtual-network/6aad5dd8-0e3e-4493-9e52-1286d0a63693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005747 10.0.0.33 - - [2025-11-24 02:08:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.038013 10.0.0.33 - - [2025-11-24 02:08:20] "PUT /access-control-list/24a76f8b-df67-420d-9cad-30b537c9edec HTTP/1.1" 200 272 0.011154 [Introspect:8084]10.0.0.33 - - [2025-11-24 02:08:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000868 [Introspect:8084]10.0.0.33 - - [2025-11-24 02:08:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000935 [Introspect:8084]10.0.0.33 - - [2025-11-24 02:08:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000779 [Introspect:8084]10.0.0.33 - - [2025-11-24 02:08:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000789 10.0.0.33 - - [2025-11-24 02:08:36] "GET /obj-perms HTTP/1.1" 200 5056 0.049563 10.0.0.33 - - [2025-11-24 02:08:36] "GET /obj-perms HTTP/1.1" 200 5056 0.056836 10.0.0.33 - - [2025-11-24 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.33 - - [2025-11-24 02:08:36] "GET /virtual-router/335cdb9b-7ae3-4f63-a62b-ee6096e18d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003051 10.0.0.33 - - [2025-11-24 02:09:18] "GET / HTTP/1.1" 200 35931 0.001294 10.0.0.33 - - [2025-11-24 02:09:18] "GET /project/15a14a5a-a979-4c80-ac34-db32a5abe27e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.33 - - [2025-11-24 02:09:19] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002504 10.0.0.33 - - [2025-11-24 02:09:19] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.33 - - [2025-11-24 02:09:19] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048285 10.0.0.33 - - [2025-11-24 02:09:19] "POST /id-to-fqname HTTP/1.1" 200 167 0.002515 10.0.0.33 - - [2025-11-24 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 176 0.004016 10.0.0.33 - - [2025-11-24 02:09:19] "POST /security-groups HTTP/1.1" 200 568 0.063905 10.0.0.33 - - [2025-11-24 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.002214 10.0.0.33 - - [2025-11-24 02:09:19] "POST /projects HTTP/1.1" 200 539 0.230981 10.0.0.33 - - [2025-11-24 02:09:19] "POST /access-control-lists HTTP/1.1" 200 573 0.059042 10.0.0.33 - - [2025-11-24 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.304846 10.0.0.33 - - [2025-11-24 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.004301 10.0.0.33 - - [2025-11-24 02:09:19] "GET /project/15a14a5a-a979-4c80-ac34-db32a5abe27e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.467673 10.0.0.33 - - [2025-11-24 02:09:19] "POST /access-control-lists HTTP/1.1" 200 571 0.060608 [Introspect:8084]10.0.0.33 - - [2025-11-24 02:09:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001002 10.0.0.33 - - [2025-11-24 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.023346 10.0.0.33 - - [2025-11-24 02:09:20] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004707 10.0.0.33 - - [2025-11-24 02:09:20] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.33 - - [2025-11-24 02:09:20] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007746 10.0.0.33 - - [2025-11-24 02:09:20] "POST /id-to-fqname HTTP/1.1" 200 201 0.003755 10.0.0.33 - - [2025-11-24 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 210 0.004245 10.0.0.33 - - [2025-11-24 02:09:20] "POST /security-groups HTTP/1.1" 200 602 0.062959 10.0.0.33 - - [2025-11-24 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.002940 10.0.0.33 - - [2025-11-24 02:09:20] "POST /projects HTTP/1.1" 200 607 0.237002 10.0.0.33 - - [2025-11-24 02:09:20] "POST /access-control-lists HTTP/1.1" 200 607 0.062184 10.0.0.33 - - [2025-11-24 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.310861 10.0.0.33 - - [2025-11-24 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 244 0.003180 10.0.0.33 - - [2025-11-24 02:09:20] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.446656 10.0.0.33 - - [2025-11-24 02:09:21] "POST /access-control-lists HTTP/1.1" 200 605 0.061208 10.0.0.33 - - [2025-11-24 02:09:21] "GET / HTTP/1.1" 200 35931 0.001814 10.0.0.33 - - [2025-11-24 02:09:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.33 - - [2025-11-24 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.049331 10.0.0.33 - - [2025-11-24 02:09:22] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000802 10.0.0.33 - - [2025-11-24 02:09:22] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.026192 10.0.0.33 - - [2025-11-24 02:09:23] "POST /neutron/network HTTP/1.1" 200 117 0.083504 10.0.0.33 - - [2025-11-24 02:09:23] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001052 10.0.0.33 - - [2025-11-24 02:09:23] "POST /neutron/network HTTP/1.1" 200 620 0.084683 10.0.0.33 - - [2025-11-24 02:09:23] "POST /route-targets HTTP/1.1" 200 327 0.010633 10.0.0.33 - - [2025-11-24 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.014303 10.0.0.33 - - [2025-11-24 02:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003806 10.0.0.33 - - [2025-11-24 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.141393 10.0.0.33 - - [2025-11-24 02:09:23] "POST /neutron/network HTTP/1.1" 200 839 0.005389 10.0.0.33 - - [2025-11-24 02:09:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001382 10.0.0.33 - - [2025-11-24 02:09:23] "GET /virtual-network/87a178d0-13c5-4543-b7c6-9eb3633cca8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005552 10.0.0.33 - - [2025-11-24 02:09:23] "POST /neutron/network HTTP/1.1" 200 839 0.005614 10.0.0.33 - - [2025-11-24 02:09:23] "GET /virtual-network/87a178d0-13c5-4543-b7c6-9eb3633cca8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004932 10.0.0.33 - - [2025-11-24 02:09:23] "POST /neutron/network HTTP/1.1" 200 839 0.005189 10.0.0.33 - - [2025-11-24 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.007202 10.0.0.33 - - [2025-11-24 02:09:23] "GET /domains HTTP/1.1" 401 292 0.000426 10.0.0.33 - - [2025-11-24 02:09:24] "GET /domains HTTP/1.1" 200 280 0.027086 10.0.0.33 - - [2025-11-24 02:09:24] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.33 - - [2025-11-24 02:09:24] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2584 0.011896 10.0.0.33 - - [2025-11-24 02:09:24] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001366 10.0.0.33 - - [2025-11-24 02:09:24] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4 HTTP/1.1" 200 2167 0.072786 10.0.0.33 - - [2025-11-24 02:09:24] "GET /virtual-network/87a178d0-13c5-4543-b7c6-9eb3633cca8b HTTP/1.1" 200 2342 0.005794 10.0.0.33 - - [2025-11-24 02:09:24] "GET /virtual-network/87a178d0-13c5-4543-b7c6-9eb3633cca8b HTTP/1.1" 200 2342 0.004235 10.0.0.33 - - [2025-11-24 02:09:24] "GET /routing-instance/6a6cb60e-46c0-4a3c-8e23-accee7dac0b4 HTTP/1.1" 200 1494 0.003552 10.0.0.33 - - [2025-11-24 02:09:24] "GET /routing-instance/6a6cb60e-46c0-4a3c-8e23-accee7dac0b4 HTTP/1.1" 200 1494 0.003079 10.0.0.33 - - [2025-11-24 02:09:24] "GET /route-target/f0781e37-7758-440f-8b68-0d8d6b6752f1 HTTP/1.1" 200 1220 0.002712 10.0.0.33 - - [2025-11-24 02:09:24] "GET /virtual-network/87a178d0-13c5-4543-b7c6-9eb3633cca8b HTTP/1.1" 200 2342 0.004276 10.0.0.33 - - [2025-11-24 02:09:24] "GET /routing-instance/6a6cb60e-46c0-4a3c-8e23-accee7dac0b4 HTTP/1.1" 200 1494 0.003419 10.0.0.33 - - [2025-11-24 02:09:24] "GET /virtual-network/87a178d0-13c5-4543-b7c6-9eb3633cca8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004081 10.0.0.33 - - [2025-11-24 02:09:24] "GET /virtual-network/87a178d0-13c5-4543-b7c6-9eb3633cca8b HTTP/1.1" 200 2342 0.003664 10.0.0.33 - - [2025-11-24 02:09:24] "GET /routing-instance/6a6cb60e-46c0-4a3c-8e23-accee7dac0b4 HTTP/1.1" 200 1494 0.002703 10.0.0.33 - - [2025-11-24 02:09:24] "GET /routing-instance/6a6cb60e-46c0-4a3c-8e23-accee7dac0b4 HTTP/1.1" 200 1494 0.002819 10.0.0.33 - - [2025-11-24 02:09:24] "GET /route-target/f0781e37-7758-440f-8b68-0d8d6b6752f1 HTTP/1.1" 200 1220 0.002236 10.0.0.33 - - [2025-11-24 02:09:24] "GET /domains HTTP/1.1" 200 280 0.002796 10.0.0.33 - - [2025-11-24 02:09:24] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000772 10.0.0.33 - - [2025-11-24 02:09:24] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2584 0.006334 10.0.0.33 - - [2025-11-24 02:09:24] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001040 10.0.0.33 - - [2025-11-24 02:09:24] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4 HTTP/1.1" 200 2167 0.072034 10.0.0.33 - - [2025-11-24 02:09:24] "GET /virtual-network/87a178d0-13c5-4543-b7c6-9eb3633cca8b HTTP/1.1" 200 2342 0.005129 10.0.0.33 - - [2025-11-24 02:09:24] "GET /obj-perms HTTP/1.1" 200 5052 0.052310 10.0.0.33 - - [2025-11-24 02:09:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001147 10.0.0.33 - - [2025-11-24 02:09:26] "POST /neutron/network HTTP/1.1" 200 849 0.006191 10.0.0.33 - - [2025-11-24 02:09:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000403 10.0.0.33 - - [2025-11-24 02:09:26] "GET / HTTP/1.1" 200 35931 0.001359 10.0.0.33 - - [2025-11-24 02:09:26] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000434 10.0.0.33 - - [2025-11-24 02:09:26] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000900 10.0.0.33 - - [2025-11-24 02:09:26] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.060460 10.0.0.33 - - [2025-11-24 02:09:27] "POST /neutron/network HTTP/1.1" 200 839 0.033114 10.0.0.33 - - [2025-11-24 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.005466 10.0.0.33 - - [2025-11-24 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.004932 10.0.0.33 - - [2025-11-24 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.004764 10.0.0.33 - - [2025-11-24 02:09:28] "POST /neutron/network HTTP/1.1" 200 849 0.006551 10.0.0.33 - - [2025-11-24 02:09:28] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001112 10.0.0.33 - - [2025-11-24 02:09:29] "POST /neutron/port HTTP/1.1" 200 1071 0.200081 10.0.0.33 - - [2025-11-24 02:09:29] "POST /neutron/port HTTP/1.1" 200 1071 0.029501 10.0.0.33 - - [2025-11-24 02:09:29] "POST /neutron/port HTTP/1.1" 200 1071 0.007611 10.0.0.33 - - [2025-11-24 02:09:29] "POST /neutron/port HTTP/1.1" 200 1125 0.058986 10.0.0.33 - - [2025-11-24 02:09:29] "POST /neutron/port HTTP/1.1" 200 1099 0.011462 10.0.0.33 - - [2025-11-24 02:09:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003490 10.0.0.33 - - [2025-11-24 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.006849 10.0.0.33 - - [2025-11-24 02:09:29] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.33 - - [2025-11-24 02:09:29] "POST /neutron/network HTTP/1.1" 200 839 0.006902 10.0.0.33 - - [2025-11-24 02:09:32] "POST /neutron/port HTTP/1.1" 200 1099 0.015977 10.0.0.33 - - [2025-11-24 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006065 10.0.0.33 - - [2025-11-24 02:09:32] "GET /obj-perms HTTP/1.1" 200 5052 0.003802 10.0.0.33 - - [2025-11-24 02:09:33] "DELETE /project/15a14a5aa9794c80ac34db32a5abe27e HTTP/1.1" 404 173 0.032967 10.0.0.33 - - [2025-11-24 02:09:33] "DELETE /project/39a9722c15fb45a79a158356e8b7b6a4 HTTP/1.1" 404 173 0.063951 10.0.0.33 - - [2025-11-24 02:09:33] "GET /obj-perms HTTP/1.1" 200 5052 0.003088 10.0.0.33 - - [2025-11-24 02:09:34] "GET /obj-perms HTTP/1.1" 200 5052 0.003877 10.0.0.33 - - [2025-11-24 02:09:36] "GET /obj-perms HTTP/1.1" 200 5052 0.003676 10.0.0.33 - - [2025-11-24 02:09:37] "GET /obj-perms HTTP/1.1" 200 5056 0.048503 10.0.0.33 - - [2025-11-24 02:09:37] "GET /obj-perms HTTP/1.1" 200 5052 0.003100 10.0.0.33 - - [2025-11-24 02:09:37] "GET /obj-perms HTTP/1.1" 200 5056 0.061140 10.0.0.33 - - [2025-11-24 02:09:38] "POST /neutron/network HTTP/1.1" 200 839 0.005096 10.0.0.33 - - [2025-11-24 02:09:38] "POST /neutron/network HTTP/1.1" 400 204 0.021169 10.0.0.33 - - [2025-11-24 02:09:38] "POST /neutron/port HTTP/1.1" 200 1099 0.011523 10.0.0.33 - - [2025-11-24 02:09:38] "POST /neutron/port HTTP/1.1" 200 1125 0.008921 10.0.0.33 - - [2025-11-24 02:09:38] "POST /neutron/port HTTP/1.1" 200 151 0.101959 10.0.0.33 - - [2025-11-24 02:09:40] "POST /neutron/network HTTP/1.1" 200 839 0.005263 10.0.0.33 - - [2025-11-24 02:09:40] "POST /useragent-kv HTTP/1.1" 200 115 0.026664 10.0.0.33 - - [2025-11-24 02:09:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001874 10.0.0.33 - - [2025-11-24 02:09:40] "POST /neutron/network HTTP/1.1" 200 151 0.102183 10.0.0.33 - - [2025-11-24 02:09:40] "GET /routing-instance/6a6cb60e-46c0-4a3c-8e23-accee7dac0b4 HTTP/1.1" 404 171 0.002409 10.0.0.33 - - [2025-11-24 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.044113 10.0.0.33 - - [2025-11-24 02:09:40] "GET /domains HTTP/1.1" 200 280 0.003166 10.0.0.33 - - [2025-11-24 02:09:40] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000766 10.0.0.33 - - [2025-11-24 02:09:40] "DELETE /route-target/f0781e37-7758-440f-8b68-0d8d6b6752f1 HTTP/1.1" 200 115 0.014812 10.0.0.33 - - [2025-11-24 02:09:40] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2584 0.048450 10.0.0.33 - - [2025-11-24 02:09:40] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000915 10.0.0.33 - - [2025-11-24 02:09:40] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4 HTTP/1.1" 200 1917 0.070031 10.0.0.33 - - [2025-11-24 02:09:40] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000901 10.0.0.33 - - [2025-11-24 02:09:40] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.025105 10.0.0.33 - - [2025-11-24 02:09:40] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000898 10.0.0.33 - - [2025-11-24 02:09:40] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?fields=virtual_networks HTTP/1.1" 200 1053 0.077784 10.0.0.33 - - [2025-11-24 02:09:40] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000875 10.0.0.33 - - [2025-11-24 02:09:40] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.025159 10.0.0.33 - - [2025-11-24 02:09:40] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000898 10.0.0.33 - - [2025-11-24 02:09:40] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?fields=security_groups HTTP/1.1" 200 1290 0.022958 10.0.0.33 - - [2025-11-24 02:09:41] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000873 10.0.0.33 - - [2025-11-24 02:09:41] "GET /project/15a14a5a-a979-4c80-ac34-db32a5abe27e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.023769 10.0.0.33 - - [2025-11-24 02:09:45] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000945 10.0.0.33 - - [2025-11-24 02:09:45] "GET /project/15a14a5a-a979-4c80-ac34-db32a5abe27e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.029508 10.0.0.33 - - [2025-11-24 02:09:45] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003096 10.0.0.33 - - [2025-11-24 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.027485 10.0.0.33 - - [2025-11-24 02:09:45] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002383 10.0.0.33 - - [2025-11-24 02:09:46] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.33 - - [2025-11-24 02:09:46] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006107 10.0.0.33 - - [2025-11-24 02:09:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.002192 10.0.0.33 - - [2025-11-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.002233 10.0.0.33 - - [2025-11-24 02:09:46] "POST /security-groups HTTP/1.1" 200 603 0.076079 10.0.0.33 - - [2025-11-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 246 0.003368 10.0.0.33 - - [2025-11-24 02:09:46] "POST /projects HTTP/1.1" 200 609 0.225669 10.0.0.33 - - [2025-11-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.295707 10.0.0.33 - - [2025-11-24 02:09:46] "POST /access-control-lists HTTP/1.1" 200 608 0.068305 10.0.0.33 - - [2025-11-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 245 0.003736 10.0.0.33 - - [2025-11-24 02:09:46] "GET /project/154d473a-c713-4649-bcb2-681556768830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.413821 10.0.0.33 - - [2025-11-24 02:09:46] "POST /access-control-lists HTTP/1.1" 200 606 0.060950 10.0.0.33 - - [2025-11-24 02:09:47] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.33 - - [2025-11-24 02:09:47] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000965 10.0.0.33 - - [2025-11-24 02:09:47] "GET /project/15a14a5a-a979-4c80-ac34-db32a5abe27e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.028439 10.0.0.33 - - [2025-11-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.33 - - [2025-11-24 02:09:48] "GET /security-group/03c19782-0141-4d95-8250-3d98567940d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3682 0.004269 10.0.0.33 - - [2025-11-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.33 - - [2025-11-24 02:09:48] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001121 10.0.0.33 - - [2025-11-24 02:09:48] "GET /project/15a14a5a-a979-4c80-ac34-db32a5abe27e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.025909 10.0.0.33 - - [2025-11-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.33 - - [2025-11-24 02:09:48] "GET /security-group/03c19782-0141-4d95-8250-3d98567940d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3682 0.003571 10.0.0.33 - - [2025-11-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.33 - - [2025-11-24 02:09:48] "PUT /security-group/03c19782-0141-4d95-8250-3d98567940d0 HTTP/1.1" 200 262 0.013823 10.0.0.33 - - [2025-11-24 02:09:48] "PUT /access-control-list/90cacc81-bcf6-435e-ae44-be020129fa21 HTTP/1.1" 200 272 0.010237 10.0.0.33 - - [2025-11-24 02:09:49] "PUT /access-control-list/6371130a-416a-4391-b8e1-a6f578eea540 HTTP/1.1" 200 272 0.014758 10.0.0.33 - - [2025-11-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.33 - - [2025-11-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.052820 10.0.0.33 - - [2025-11-24 02:09:49] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.33 - - [2025-11-24 02:09:49] "GET /project/154d473a-c713-4649-bcb2-681556768830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026714 10.0.0.33 - - [2025-11-24 02:09:49] "POST /neutron/network HTTP/1.1" 200 117 0.045852 10.0.0.33 - - [2025-11-24 02:09:49] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.33 - - [2025-11-24 02:09:49] "POST /neutron/network HTTP/1.1" 200 619 0.068438 10.0.0.33 - - [2025-11-24 02:09:49] "POST /route-targets HTTP/1.1" 200 327 0.008576 10.0.0.33 - - [2025-11-24 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.013681 10.0.0.33 - - [2025-11-24 02:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004154 10.0.0.33 - - [2025-11-24 02:09:49] "POST /neutron/subnet HTTP/1.1" 200 730 0.186352 10.0.0.33 - - [2025-11-24 02:09:50] "POST /neutron/network HTTP/1.1" 200 839 0.006778 10.0.0.33 - - [2025-11-24 02:09:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.002357 10.0.0.33 - - [2025-11-24 02:09:50] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004951 10.0.0.33 - - [2025-11-24 02:09:50] "POST /neutron/network HTTP/1.1" 200 839 0.005571 10.0.0.33 - - [2025-11-24 02:09:50] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007201 10.0.0.33 - - [2025-11-24 02:09:50] "POST /neutron/network HTTP/1.1" 200 839 0.005764 10.0.0.33 - - [2025-11-24 02:09:50] "POST /neutron/subnet HTTP/1.1" 200 730 0.006103 10.0.0.33 - - [2025-11-24 02:09:50] "GET /domains HTTP/1.1" 401 292 0.000351 10.0.0.33 - - [2025-11-24 02:09:50] "GET /domains HTTP/1.1" 200 280 0.032516 10.0.0.33 - - [2025-11-24 02:09:50] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.33 - - [2025-11-24 02:09:50] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2782 0.007805 10.0.0.33 - - [2025-11-24 02:09:50] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000747 10.0.0.33 - - [2025-11-24 02:09:50] "GET /project/154d473a-c713-4649-bcb2-681556768830 HTTP/1.1" 200 2174 0.066926 10.0.0.33 - - [2025-11-24 02:09:50] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84 HTTP/1.1" 200 2342 0.006103 10.0.0.33 - - [2025-11-24 02:09:50] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84 HTTP/1.1" 200 2342 0.009493 10.0.0.33 - - [2025-11-24 02:09:50] "GET /routing-instance/14e9dc98-ed68-4249-9bf3-bb7251396e70 HTTP/1.1" 200 1491 0.003665 10.0.0.33 - - [2025-11-24 02:09:50] "GET /routing-instance/14e9dc98-ed68-4249-9bf3-bb7251396e70 HTTP/1.1" 200 1491 0.003160 10.0.0.33 - - [2025-11-24 02:09:50] "GET /route-target/c8c4013d-4b06-43ad-b2e5-1f8d356d05a9 HTTP/1.1" 200 1219 0.003177 10.0.0.33 - - [2025-11-24 02:09:50] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84 HTTP/1.1" 200 2342 0.006389 10.0.0.33 - - [2025-11-24 02:09:50] "GET /routing-instance/14e9dc98-ed68-4249-9bf3-bb7251396e70 HTTP/1.1" 200 1491 0.003951 10.0.0.33 - - [2025-11-24 02:09:50] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004318 10.0.0.33 - - [2025-11-24 02:09:50] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84 HTTP/1.1" 200 2342 0.004342 10.0.0.33 - - [2025-11-24 02:09:50] "GET /routing-instance/14e9dc98-ed68-4249-9bf3-bb7251396e70 HTTP/1.1" 200 1491 0.004179 10.0.0.33 - - [2025-11-24 02:09:50] "GET /routing-instance/14e9dc98-ed68-4249-9bf3-bb7251396e70 HTTP/1.1" 200 1491 0.003354 10.0.0.33 - - [2025-11-24 02:09:50] "GET /route-target/c8c4013d-4b06-43ad-b2e5-1f8d356d05a9 HTTP/1.1" 200 1219 0.002792 10.0.0.33 - - [2025-11-24 02:09:50] "GET /domains HTTP/1.1" 200 280 0.002745 10.0.0.33 - - [2025-11-24 02:09:50] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000831 10.0.0.33 - - [2025-11-24 02:09:50] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2782 0.005477 10.0.0.33 - - [2025-11-24 02:09:50] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000758 10.0.0.33 - - [2025-11-24 02:09:50] "GET /project/154d473a-c713-4649-bcb2-681556768830 HTTP/1.1" 200 2174 0.064696 10.0.0.33 - - [2025-11-24 02:09:50] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84 HTTP/1.1" 200 2342 0.003983 10.0.0.33 - - [2025-11-24 02:09:51] "GET /obj-perms HTTP/1.1" 200 5054 0.054409 10.0.0.33 - - [2025-11-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.33 - - [2025-11-24 02:09:51] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.33 - - [2025-11-24 02:09:51] "GET /project/154d473a-c713-4649-bcb2-681556768830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.029400 10.0.0.33 - - [2025-11-24 02:09:51] "POST /neutron/network HTTP/1.1" 200 117 0.015414 10.0.0.33 - - [2025-11-24 02:09:51] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.33 - - [2025-11-24 02:09:51] "POST /neutron/network HTTP/1.1" 200 619 0.065882 10.0.0.33 - - [2025-11-24 02:09:51] "POST /route-targets HTTP/1.1" 200 327 0.009158 10.0.0.33 - - [2025-11-24 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.015330 10.0.0.33 - - [2025-11-24 02:09:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007260 10.0.0.33 - - [2025-11-24 02:09:51] "POST /neutron/subnet HTTP/1.1" 200 730 0.230560 10.0.0.33 - - [2025-11-24 02:09:51] "POST /neutron/network HTTP/1.1" 200 839 0.005021 10.0.0.33 - - [2025-11-24 02:09:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001059 10.0.0.33 - - [2025-11-24 02:09:51] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004485 10.0.0.33 - - [2025-11-24 02:09:51] "POST /neutron/network HTTP/1.1" 200 839 0.005792 10.0.0.33 - - [2025-11-24 02:09:51] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004949 10.0.0.33 - - [2025-11-24 02:09:51] "POST /neutron/network HTTP/1.1" 200 839 0.006591 10.0.0.33 - - [2025-11-24 02:09:51] "POST /neutron/subnet HTTP/1.1" 200 730 0.006798 10.0.0.33 - - [2025-11-24 02:09:51] "GET /domains HTTP/1.1" 200 280 0.002487 10.0.0.33 - - [2025-11-24 02:09:51] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001498 10.0.0.33 - - [2025-11-24 02:09:51] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2782 0.009292 10.0.0.33 - - [2025-11-24 02:09:51] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.33 - - [2025-11-24 02:09:51] "GET /project/154d473a-c713-4649-bcb2-681556768830 HTTP/1.1" 200 2402 0.071516 10.0.0.33 - - [2025-11-24 02:09:51] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f HTTP/1.1" 200 2343 0.005490 10.0.0.33 - - [2025-11-24 02:09:51] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f HTTP/1.1" 200 2343 0.004435 10.0.0.33 - - [2025-11-24 02:09:51] "GET /routing-instance/f60acbc0-c578-4df2-a9ae-617ae61f3fe3 HTTP/1.1" 200 1492 0.003272 10.0.0.33 - - [2025-11-24 02:09:51] "GET /routing-instance/f60acbc0-c578-4df2-a9ae-617ae61f3fe3 HTTP/1.1" 200 1492 0.003148 10.0.0.33 - - [2025-11-24 02:09:51] "GET /route-target/46c55f7e-fba6-4b27-8d73-23739840bae2 HTTP/1.1" 200 1218 0.002810 10.0.0.33 - - [2025-11-24 02:09:51] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f HTTP/1.1" 200 2343 0.004012 10.0.0.33 - - [2025-11-24 02:09:51] "GET /routing-instance/f60acbc0-c578-4df2-a9ae-617ae61f3fe3 HTTP/1.1" 200 1492 0.002782 10.0.0.33 - - [2025-11-24 02:09:51] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004068 10.0.0.33 - - [2025-11-24 02:09:51] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f HTTP/1.1" 200 2343 0.004377 10.0.0.33 - - [2025-11-24 02:09:51] "GET /routing-instance/f60acbc0-c578-4df2-a9ae-617ae61f3fe3 HTTP/1.1" 200 1492 0.003685 10.0.0.33 - - [2025-11-24 02:09:51] "GET /routing-instance/f60acbc0-c578-4df2-a9ae-617ae61f3fe3 HTTP/1.1" 200 1492 0.003409 10.0.0.33 - - [2025-11-24 02:09:51] "GET /route-target/46c55f7e-fba6-4b27-8d73-23739840bae2 HTTP/1.1" 200 1218 0.003803 10.0.0.33 - - [2025-11-24 02:09:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2025-11-24 02:09:51] "GET /domains HTTP/1.1" 200 280 0.003246 10.0.0.33 - - [2025-11-24 02:09:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2025-11-24 02:09:51] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.33 - - [2025-11-24 02:09:51] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2782 0.006070 10.0.0.33 - - [2025-11-24 02:09:51] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000788 10.0.0.33 - - [2025-11-24 02:09:52] "GET /project/154d473a-c713-4649-bcb2-681556768830 HTTP/1.1" 200 2402 0.062344 10.0.0.33 - - [2025-11-24 02:09:52] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f HTTP/1.1" 200 2343 0.004241 10.0.0.33 - - [2025-11-24 02:09:52] "GET /obj-perms HTTP/1.1" 200 5054 0.002763 10.0.0.33 - - [2025-11-24 02:09:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001236 10.0.0.33 - - [2025-11-24 02:09:52] "POST /neutron/network HTTP/1.1" 200 849 0.005072 10.0.0.33 - - [2025-11-24 02:09:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000656 10.0.0.33 - - [2025-11-24 02:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.33 - - [2025-11-24 02:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.33 - - [2025-11-24 02:09:52] "GET / HTTP/1.1" 200 35931 0.002387 10.0.0.33 - - [2025-11-24 02:09:52] "GET /project/154d473a-c713-4649-bcb2-681556768830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2025-11-24 02:09:52] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.33 - - [2025-11-24 02:09:52] "GET /project/154d473a-c713-4649-bcb2-681556768830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079400 10.0.0.33 - - [2025-11-24 02:09:52] "POST /neutron/network HTTP/1.1" 200 839 0.005199 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.004743 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.004551 10.0.0.33 - - [2025-11-24 02:09:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001151 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.004717 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/network HTTP/1.1" 200 849 0.005183 10.0.0.33 - - [2025-11-24 02:09:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/network HTTP/1.1" 200 849 0.005605 10.0.0.33 - - [2025-11-24 02:09:53] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.33 - - [2025-11-24 02:09:53] "GET / HTTP/1.1" 200 35931 0.001492 10.0.0.33 - - [2025-11-24 02:09:53] "GET /project/154d473a-c713-4649-bcb2-681556768830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/port HTTP/1.1" 200 1073 0.237041 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/port HTTP/1.1" 200 1073 0.008898 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/port HTTP/1.1" 200 1073 0.007560 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/port HTTP/1.1" 200 1127 0.069909 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/port HTTP/1.1" 200 1101 0.010269 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002982 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/subnet HTTP/1.1" 200 704 0.006089 10.0.0.33 - - [2025-11-24 02:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.33 - - [2025-11-24 02:09:54] "POST /neutron/network HTTP/1.1" 200 839 0.005398 10.0.0.33 - - [2025-11-24 02:09:54] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001713 10.0.0.33 - - [2025-11-24 02:09:54] "GET /project/154d473a-c713-4649-bcb2-681556768830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066120 10.0.0.33 - - [2025-11-24 02:09:54] "POST /neutron/network HTTP/1.1" 200 839 0.006008 10.0.0.33 - - [2025-11-24 02:09:54] "POST /neutron/port HTTP/1.1" 200 1101 0.017287 10.0.0.33 - - [2025-11-24 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007111 10.0.0.33 - - [2025-11-24 02:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.005007 10.0.0.33 - - [2025-11-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.33 - - [2025-11-24 02:09:54] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.33 - - [2025-11-24 02:09:54] "GET /project/154d473a-c713-4649-bcb2-681556768830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041078 10.0.0.33 - - [2025-11-24 02:09:54] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006041 10.0.0.33 - - [2025-11-24 02:09:54] "GET /floating-ip-pools?parent_id=0b40bbf5-8b72-4788-9e71-c20b8a39ac84&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004127 10.0.0.33 - - [2025-11-24 02:09:54] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004876 10.0.0.33 - - [2025-11-24 02:09:54] "POST /neutron/network HTTP/1.1" 200 849 0.010631 10.0.0.33 - - [2025-11-24 02:09:54] "POST /floating-ip-pools HTTP/1.1" 200 609 0.031767 10.0.0.33 - - [2025-11-24 02:09:54] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.33 - - [2025-11-24 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.032692 10.0.0.33 - - [2025-11-24 02:09:54] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.035522 10.0.0.33 - - [2025-11-24 02:09:54] "GET /domains HTTP/1.1" 200 280 0.009540 10.0.0.33 - - [2025-11-24 02:09:54] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.33 - - [2025-11-24 02:09:54] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2782 0.006652 10.0.0.33 - - [2025-11-24 02:09:54] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.33 - - [2025-11-24 02:09:54] "POST /neutron/port HTTP/1.1" 200 1073 0.309213 10.0.0.33 - - [2025-11-24 02:09:54] "GET /project/154d473a-c713-4649-bcb2-681556768830 HTTP/1.1" 200 3244 0.089013 10.0.0.33 - - [2025-11-24 02:09:54] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84 HTTP/1.1" 200 3154 0.006107 10.0.0.33 - - [2025-11-24 02:09:54] "GET /floating-ip-pool/5c50aad3-e419-4ea4-b35c-bb5328dddb38 HTTP/1.1" 200 1441 0.003244 10.0.0.33 - - [2025-11-24 02:09:54] "GET /domains HTTP/1.1" 200 280 0.004945 10.0.0.33 - - [2025-11-24 02:09:54] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.33 - - [2025-11-24 02:09:54] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2782 0.013175 10.0.0.33 - - [2025-11-24 02:09:54] "POST /neutron/port HTTP/1.1" 200 1073 0.020725 10.0.0.33 - - [2025-11-24 02:09:54] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001304 10.0.0.33 - - [2025-11-24 02:09:54] "POST /neutron/port HTTP/1.1" 200 1073 0.008411 10.0.0.33 - - [2025-11-24 02:09:55] "GET /project/154d473a-c713-4649-bcb2-681556768830 HTTP/1.1" 200 3244 0.108028 10.0.0.33 - - [2025-11-24 02:09:55] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84 HTTP/1.1" 200 3154 0.009497 10.0.0.33 - - [2025-11-24 02:09:55] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.012333 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/port HTTP/1.1" 200 1127 0.138953 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/port HTTP/1.1" 200 1101 0.014338 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002731 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/port HTTP/1.1" 200 1101 0.024253 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009193 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/subnet HTTP/1.1" 200 704 0.009056 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/network HTTP/1.1" 200 839 0.006096 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/port HTTP/1.1" 200 1101 0.011931 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008295 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/port HTTP/1.1" 200 1101 0.013009 10.0.0.33 - - [2025-11-24 02:09:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007563 10.0.0.33 - - [2025-11-24 02:09:55] "GET /virtual-machine/6b0589df-b0d7-43cc-a93e-51661fd31d2a HTTP/1.1" 200 1304 0.004461 10.0.0.33 - - [2025-11-24 02:09:55] "GET /virtual-machine-interface/bae2b159-bcdc-446c-ad8c-f22fe46666df HTTP/1.1" 200 3005 0.006361 10.0.0.33 - - [2025-11-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.33 - - [2025-11-24 02:09:55] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003954 10.0.0.33 - - [2025-11-24 02:09:55] "GET /virtual-networks?parent_id=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003078 10.0.0.33 - - [2025-11-24 02:09:55] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007899 10.0.0.33 - - [2025-11-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.33 - - [2025-11-24 02:09:58] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004383 10.0.0.33 - - [2025-11-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.33 - - [2025-11-24 02:10:02] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004287 10.0.0.33 - - [2025-11-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.33 - - [2025-11-24 02:10:04] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002915 10.0.0.33 - - [2025-11-24 02:10:04] "GET /virtual-networks?parent_id=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003070 10.0.0.33 - - [2025-11-24 02:10:04] "GET /virtual-network/32d50e19-df3a-4298-b106-eaa4ae46218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005255 10.0.0.33 - - [2025-11-24 02:10:05] "POST /neutron/port HTTP/1.1" 200 1101 0.009710 10.0.0.33 - - [2025-11-24 02:10:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005169 10.0.0.33 - - [2025-11-24 02:10:06] "POST /neutron/port HTTP/1.1" 200 1101 0.036768 10.0.0.33 - - [2025-11-24 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005265 10.0.0.33 - - [2025-11-24 02:10:06] "POST /neutron/port HTTP/1.1" 200 1101 0.020085 10.0.0.33 - - [2025-11-24 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005184 10.0.0.33 - - [2025-11-24 02:10:09] "POST /neutron/port HTTP/1.1" 200 1101 0.010810 10.0.0.33 - - [2025-11-24 02:10:09] "POST /neutron/port HTTP/1.1" 200 1101 0.014944 10.0.0.33 - - [2025-11-24 02:10:09] "POST /neutron/network HTTP/1.1" 200 849 0.006124 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003457 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 704 0.007277 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/network HTTP/1.1" 200 839 0.005313 10.0.0.33 - - [2025-11-24 02:10:10] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 531 0.072291 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/port HTTP/1.1" 200 1101 0.012889 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 531 0.004839 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 579 0.034153 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/port HTTP/1.1" 200 1101 0.009796 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005871 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/port HTTP/1.1" 200 1101 0.009662 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004996 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/port HTTP/1.1" 200 1101 0.012340 10.0.0.33 - - [2025-11-24 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005383 10.0.0.33 - - [2025-11-24 02:10:10] "GET /virtual-machine/0d382eed-2bf8-4e31-8878-63ec3bea5549 HTTP/1.1" 200 1302 0.004184 10.0.0.33 - - [2025-11-24 02:10:10] "GET /virtual-machine-interface/ea7fc088-0d97-40c2-85f1-0fe1b79a6938 HTTP/1.1" 200 3004 0.004316 10.0.0.33 - - [2025-11-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.33 - - [2025-11-24 02:10:10] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003786 10.0.0.33 - - [2025-11-24 02:10:10] "GET /virtual-networks?parent_id=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002795 10.0.0.33 - - [2025-11-24 02:10:10] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004617 10.0.0.33 - - [2025-11-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.33 - - [2025-11-24 02:10:11] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003389 10.0.0.33 - - [2025-11-24 02:10:11] "GET /virtual-networks?parent_id=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002599 10.0.0.33 - - [2025-11-24 02:10:11] "GET /virtual-network/0b40bbf5-8b72-4788-9e71-c20b8a39ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004717 10.0.0.33 - - [2025-11-24 02:10:11] "POST /neutron/floatingip HTTP/1.1" 200 579 0.008641 10.0.0.33 - - [2025-11-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002286 10.0.0.33 - - [2025-11-24 02:10:11] "GET /routing-instance/14e9dc98-ed68-4249-9bf3-bb7251396e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.002691 10.0.0.33 - - [2025-11-24 02:10:12] "GET /route-target/c8c4013d-4b06-43ad-b2e5-1f8d356d05a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003561 10.0.0.33 - - [2025-11-24 02:10:12] "GET /floating-ip/3a0ee84d-ab77-420b-be5b-96e744fefdda HTTP/1.1" 200 1891 0.006346 10.0.0.33 - - [2025-11-24 02:10:15] "POST /neutron/floatingip HTTP/1.1" 200 579 0.009724 10.0.0.33 - - [2025-11-24 02:10:15] "POST /neutron/floatingip HTTP/1.1" 200 531 0.015627 10.0.0.33 - - [2025-11-24 02:10:15] "POST /neutron/floatingip HTTP/1.1" 200 531 0.004863 10.0.0.33 - - [2025-11-24 02:10:15] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031900 10.0.0.33 - - [2025-11-24 02:10:15] "GET /floating-ip-pool/5c50aad3-e419-4ea4-b35c-bb5328dddb38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003032 10.0.0.33 - - [2025-11-24 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.012768 10.0.0.33 - - [2025-11-24 02:10:15] "DELETE /floating-ip-pool/5c50aad3-e419-4ea4-b35c-bb5328dddb38 HTTP/1.1" 200 115 0.021519 10.0.0.33 - - [2025-11-24 02:10:15] "POST /neutron/network HTTP/1.1" 200 839 0.007076 10.0.0.33 - - [2025-11-24 02:10:15] "POST /neutron/network HTTP/1.1" 400 204 0.010346 10.0.0.33 - - [2025-11-24 02:10:15] "POST /neutron/port HTTP/1.1" 200 1101 0.018736 10.0.0.33 - - [2025-11-24 02:10:15] "POST /neutron/port HTTP/1.1" 200 1127 0.011016 10.0.0.33 - - [2025-11-24 02:10:15] "POST /neutron/port HTTP/1.1" 200 1101 0.013079 10.0.0.33 - - [2025-11-24 02:10:15] "POST /neutron/port HTTP/1.1" 200 1127 0.008947 10.0.0.33 - - [2025-11-24 02:10:16] "POST /neutron/port HTTP/1.1" 200 151 0.140675 10.0.0.33 - - [2025-11-24 02:10:16] "POST /neutron/port HTTP/1.1" 200 151 0.141266 10.0.0.33 - - [2025-11-24 02:10:17] "POST /neutron/network HTTP/1.1" 200 839 0.007730 10.0.0.33 - - [2025-11-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.33 - - [2025-11-24 02:10:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002997 10.0.0.33 - - [2025-11-24 02:10:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001828 10.0.0.33 - - [2025-11-24 02:10:17] "POST /neutron/network HTTP/1.1" 200 151 0.086790 10.0.0.33 - - [2025-11-24 02:10:17] "DELETE /route-target/46c55f7e-fba6-4b27-8d73-23739840bae2 HTTP/1.1" 200 115 0.021693 10.0.0.33 - - [2025-11-24 02:10:17] "GET /routing-instance/f60acbc0-c578-4df2-a9ae-617ae61f3fe3 HTTP/1.1" 404 171 0.004451 10.0.0.33 - - [2025-11-24 02:10:17] "GET /domains HTTP/1.1" 200 280 0.002227 10.0.0.33 - - [2025-11-24 02:10:17] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.33 - - [2025-11-24 02:10:17] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2782 0.051775 10.0.0.33 - - [2025-11-24 02:10:17] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001797 10.0.0.33 - - [2025-11-24 02:10:17] "GET /project/154d473a-c713-4649-bcb2-681556768830 HTTP/1.1" 200 2174 0.077493 10.0.0.33 - - [2025-11-24 02:10:17] "POST /neutron/network HTTP/1.1" 200 839 0.006016 10.0.0.33 - - [2025-11-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.33 - - [2025-11-24 02:10:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009556 10.0.0.33 - - [2025-11-24 02:10:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009387 10.0.0.33 - - [2025-11-24 02:10:17] "DELETE /route-target/c8c4013d-4b06-43ad-b2e5-1f8d356d05a9 HTTP/1.1" 200 115 0.021564 10.0.0.33 - - [2025-11-24 02:10:17] "POST /neutron/network HTTP/1.1" 200 151 0.104591 10.0.0.33 - - [2025-11-24 02:10:17] "GET /routing-instance/14e9dc98-ed68-4249-9bf3-bb7251396e70 HTTP/1.1" 404 171 0.002252 10.0.0.33 - - [2025-11-24 02:10:17] "GET /domains HTTP/1.1" 200 280 0.002134 10.0.0.33 - - [2025-11-24 02:10:17] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.33 - - [2025-11-24 02:10:17] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2782 0.050050 10.0.0.33 - - [2025-11-24 02:10:17] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000882 10.0.0.33 - - [2025-11-24 02:10:18] "GET /project/154d473a-c713-4649-bcb2-681556768830 HTTP/1.1" 200 1924 0.075268 10.0.0.33 - - [2025-11-24 02:10:18] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.33 - - [2025-11-24 02:10:18] "GET /project/154d473a-c713-4649-bcb2-681556768830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.025330 10.0.0.33 - - [2025-11-24 02:10:18] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.33 - - [2025-11-24 02:10:18] "GET /project/154d473a-c713-4649-bcb2-681556768830?fields=virtual_networks HTTP/1.1" 200 1056 0.063435 10.0.0.33 - - [2025-11-24 02:10:18] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000869 10.0.0.33 - - [2025-11-24 02:10:18] "GET /project/154d473a-c713-4649-bcb2-681556768830?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.036382 10.0.0.33 - - [2025-11-24 02:10:18] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000913 10.0.0.33 - - [2025-11-24 02:10:18] "GET /project/154d473a-c713-4649-bcb2-681556768830?fields=security_groups HTTP/1.1" 200 1294 0.022352 10.0.0.33 - - [2025-11-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.024141 10.0.0.33 - - [2025-11-24 02:10:19] "GET /projects?obj_uuids=2adad7c9-09e6-46dd-b2f3-124142d50e5e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002052 10.0.0.33 - - [2025-11-24 02:10:19] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.33 - - [2025-11-24 02:10:19] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006016 10.0.0.33 - - [2025-11-24 02:10:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.001934 10.0.0.33 - - [2025-11-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.003178 10.0.0.33 - - [2025-11-24 02:10:19] "POST /security-groups HTTP/1.1" 200 586 0.064263 10.0.0.33 - - [2025-11-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.002136 10.0.0.33 - - [2025-11-24 02:10:19] "POST /projects HTTP/1.1" 200 575 0.209090 10.0.0.33 - - [2025-11-24 02:10:19] "POST /access-control-lists HTTP/1.1" 200 591 0.061908 10.0.0.33 - - [2025-11-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.279289 10.0.0.33 - - [2025-11-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 404 228 0.002403 10.0.0.33 - - [2025-11-24 02:10:19] "GET /project/2adad7c9-09e6-46dd-b2f3-124142d50e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.401406 10.0.0.33 - - [2025-11-24 02:10:19] "POST /access-control-lists HTTP/1.1" 200 589 0.080922 10.0.0.33 - - [2025-11-24 02:10:20] "GET / HTTP/1.1" 200 35931 0.002647 10.0.0.33 - - [2025-11-24 02:10:22] "GET /projects?obj_uuids=2adad7c9-09e6-46dd-b2f3-124142d50e5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.33 - - [2025-11-24 02:10:22] "GET /project/2adad7c9-09e6-46dd-b2f3-124142d50e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.025365 10.0.0.33 - - [2025-11-24 02:10:22] "GET /projects?obj_uuids=2adad7c9-09e6-46dd-b2f3-124142d50e5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.33 - - [2025-11-24 02:10:22] "GET /project/2adad7c9-09e6-46dd-b2f3-124142d50e5e?fields=virtual_networks HTTP/1.1" 200 1022 0.069905 10.0.0.33 - - [2025-11-24 02:10:22] "GET /projects?obj_uuids=2adad7c9-09e6-46dd-b2f3-124142d50e5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001209 10.0.0.33 - - [2025-11-24 02:10:22] "GET /project/2adad7c9-09e6-46dd-b2f3-124142d50e5e?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.068656 10.0.0.33 - - [2025-11-24 02:10:22] "GET /projects?obj_uuids=2adad7c9-09e6-46dd-b2f3-124142d50e5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.33 - - [2025-11-24 02:10:22] "GET /project/2adad7c9-09e6-46dd-b2f3-124142d50e5e?fields=security_groups HTTP/1.1" 200 1243 0.021601 10.0.0.33 - - [2025-11-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.026634 10.0.0.33 - - [2025-11-24 02:10:23] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002043 10.0.0.33 - - [2025-11-24 02:10:23] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.33 - - [2025-11-24 02:10:23] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005965 10.0.0.33 - - [2025-11-24 02:10:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.001070 10.0.0.33 - - [2025-11-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.004554 10.0.0.33 - - [2025-11-24 02:10:23] "POST /security-groups HTTP/1.1" 200 586 0.060409 10.0.0.33 - - [2025-11-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.002289 10.0.0.33 - - [2025-11-24 02:10:23] "POST /projects HTTP/1.1" 200 575 0.217438 10.0.0.33 - - [2025-11-24 02:10:23] "POST /access-control-lists HTTP/1.1" 200 591 0.059893 10.0.0.33 - - [2025-11-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.291902 10.0.0.33 - - [2025-11-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.002360 10.0.0.33 - - [2025-11-24 02:10:23] "GET /project/7496f80a-d6f2-41af-bf8c-79241ad5376c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.414670 10.0.0.33 - - [2025-11-24 02:10:23] "POST /access-control-lists HTTP/1.1" 200 589 0.060575 10.0.0.33 - - [2025-11-24 02:10:24] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.33 - - [2025-11-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.002671 10.0.0.33 - - [2025-11-24 02:10:25] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000887 10.0.0.33 - - [2025-11-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.002189 10.0.0.33 - - [2025-11-24 02:10:25] "POST /access-control-lists HTTP/1.1" 200 590 0.026284 10.0.0.33 - - [2025-11-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 404 227 0.002514 10.0.0.33 - - [2025-11-24 02:10:25] "POST /access-control-lists HTTP/1.1" 200 588 0.013600 10.0.0.33 - - [2025-11-24 02:10:25] "POST /neutron/security_group HTTP/1.1" 200 1364 0.268675 10.0.0.33 - - [2025-11-24 02:10:25] "PUT /access-control-list/aa6654b9-7fb9-4fb6-b1c9-d1ff9ca81c5d HTTP/1.1" 200 272 0.009599 10.0.0.33 - - [2025-11-24 02:10:25] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002038 10.0.0.33 - - [2025-11-24 02:10:25] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028681 10.0.0.33 - - [2025-11-24 02:10:25] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010148 10.0.0.33 - - [2025-11-24 02:10:25] "PUT /access-control-list/eebda1d2-d327-472b-bae0-13c1639c4a4c HTTP/1.1" 200 272 0.011318 10.0.0.33 - - [2025-11-24 02:10:25] "PUT /access-control-list/eebda1d2-d327-472b-bae0-13c1639c4a4c HTTP/1.1" 200 272 0.008378 10.0.0.33 - - [2025-11-24 02:10:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132417 10.0.0.33 - - [2025-11-24 02:10:25] "PUT /access-control-list/eebda1d2-d327-472b-bae0-13c1639c4a4c HTTP/1.1" 200 272 0.010357 10.0.0.33 - - [2025-11-24 02:10:25] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010077 10.0.0.33 - - [2025-11-24 02:10:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164900 10.0.0.33 - - [2025-11-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.004375 10.0.0.33 - - [2025-11-24 02:10:25] "PUT /access-control-list/eebda1d2-d327-472b-bae0-13c1639c4a4c HTTP/1.1" 200 272 0.009861 10.0.0.33 - - [2025-11-24 02:10:25] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001649 10.0.0.33 - - [2025-11-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.005228 10.0.0.33 - - [2025-11-24 02:10:25] "POST /access-control-lists HTTP/1.1" 200 590 0.019551 10.0.0.33 - - [2025-11-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.002439 10.0.0.33 - - [2025-11-24 02:10:26] "POST /access-control-lists HTTP/1.1" 200 588 0.020916 10.0.0.33 - - [2025-11-24 02:10:26] "PUT /access-control-list/64215cec-5f10-45f1-b5ff-1af4262b95af HTTP/1.1" 200 272 0.008611 10.0.0.33 - - [2025-11-24 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 1364 0.281132 10.0.0.33 - - [2025-11-24 02:10:26] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000893 10.0.0.33 - - [2025-11-24 02:10:26] "PUT /access-control-list/76a8fba9-74d2-441f-8f20-8118cbab432e HTTP/1.1" 200 272 0.011805 10.0.0.33 - - [2025-11-24 02:10:26] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030061 10.0.0.33 - - [2025-11-24 02:10:26] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006533 10.0.0.33 - - [2025-11-24 02:10:26] "PUT /access-control-list/76a8fba9-74d2-441f-8f20-8118cbab432e HTTP/1.1" 200 272 0.007569 10.0.0.33 - - [2025-11-24 02:10:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136761 10.0.0.33 - - [2025-11-24 02:10:26] "PUT /access-control-list/76a8fba9-74d2-441f-8f20-8118cbab432e HTTP/1.1" 200 272 0.009701 10.0.0.33 - - [2025-11-24 02:10:26] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012467 10.0.0.33 - - [2025-11-24 02:10:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164103 10.0.0.33 - - [2025-11-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388 10.0.0.33 - - [2025-11-24 02:10:26] "PUT /access-control-list/76a8fba9-74d2-441f-8f20-8118cbab432e HTTP/1.1" 200 272 0.006698 10.0.0.33 - - [2025-11-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 210 0.025495 10.0.0.33 - - [2025-11-24 02:10:26] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.33 - - [2025-11-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.002437 10.0.0.33 - - [2025-11-24 02:10:26] "POST /access-control-lists HTTP/1.1" 200 607 0.012469 10.0.0.33 - - [2025-11-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 244 0.003479 10.0.0.33 - - [2025-11-24 02:10:27] "POST /access-control-lists HTTP/1.1" 200 605 0.019122 10.0.0.33 - - [2025-11-24 02:10:27] "PUT /access-control-list/6aed2d20-bfae-4b01-a7dc-12c4715f08be HTTP/1.1" 200 272 0.007085 10.0.0.33 - - [2025-11-24 02:10:27] "PUT /access-control-list/2c269d11-28ea-46ef-aa95-a6937043021d HTTP/1.1" 200 272 0.008157 10.0.0.33 - - [2025-11-24 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 1379 0.305871 10.0.0.33 - - [2025-11-24 02:10:27] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.33 - - [2025-11-24 02:10:27] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.027970 10.0.0.33 - - [2025-11-24 02:10:27] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010960 10.0.0.33 - - [2025-11-24 02:10:27] "PUT /access-control-list/2c269d11-28ea-46ef-aa95-a6937043021d HTTP/1.1" 200 272 0.009517 10.0.0.33 - - [2025-11-24 02:10:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.127761 10.0.0.33 - - [2025-11-24 02:10:27] "PUT /access-control-list/2c269d11-28ea-46ef-aa95-a6937043021d HTTP/1.1" 200 272 0.023920 10.0.0.33 - - [2025-11-24 02:10:27] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020320 10.0.0.33 - - [2025-11-24 02:10:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142190 10.0.0.33 - - [2025-11-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 210 0.004474 10.0.0.33 - - [2025-11-24 02:10:27] "PUT /access-control-list/2c269d11-28ea-46ef-aa95-a6937043021d HTTP/1.1" 200 272 0.012796 10.0.0.33 - - [2025-11-24 02:10:27] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906 10.0.0.33 - - [2025-11-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.002322 10.0.0.33 - - [2025-11-24 02:10:27] "POST /access-control-lists HTTP/1.1" 200 607 0.013060 10.0.0.33 - - [2025-11-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 244 0.002306 10.0.0.33 - - [2025-11-24 02:10:27] "POST /access-control-lists HTTP/1.1" 200 605 0.015145 10.0.0.33 - - [2025-11-24 02:10:27] "PUT /access-control-list/59a76353-094e-4d4e-86b6-591b609f84af HTTP/1.1" 200 272 0.007888 10.0.0.33 - - [2025-11-24 02:10:27] "PUT /access-control-list/7940b3a8-ca79-4c2a-b04e-3144817f32c7 HTTP/1.1" 200 272 0.008415 10.0.0.33 - - [2025-11-24 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 1379 0.358443 10.0.0.33 - - [2025-11-24 02:10:27] "PUT /access-control-list/7940b3a8-ca79-4c2a-b04e-3144817f32c7 HTTP/1.1" 200 272 0.010796 10.0.0.33 - - [2025-11-24 02:10:27] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.33 - - [2025-11-24 02:10:27] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.024886 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008441 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.118476 10.0.0.33 - - [2025-11-24 02:10:28] "PUT /access-control-list/7940b3a8-ca79-4c2a-b04e-3144817f32c7 HTTP/1.1" 200 272 0.008492 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011679 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139139 10.0.0.33 - - [2025-11-24 02:10:28] "PUT /access-control-list/7940b3a8-ca79-4c2a-b04e-3144817f32c7 HTTP/1.1" 200 272 0.007688 10.0.0.33 - - [2025-11-24 02:10:28] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001136 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.035024 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002478 10.0.0.33 - - [2025-11-24 02:10:28] "POST /route-targets HTTP/1.1" 200 327 0.012662 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003982 10.0.0.33 - - [2025-11-24 02:10:28] "PUT /logical-router/c3d3f366-6e94-404c-bfd7-cb8713488a15 HTTP/1.1" 200 262 0.019509 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.009393 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002709 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002818 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002591 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003160 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002530 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002573 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002615 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002760 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002679 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002861 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003367 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003251 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002920 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003021 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003253 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003340 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003505 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003341 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003074 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002991 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003399 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002893 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002974 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002794 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002906 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003161 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002836 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002809 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.002732 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.013778 10.0.0.33 - - [2025-11-24 02:10:28] "POST /neutron/router HTTP/1.1" 200 541 0.003181 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 541 0.016422 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 541 0.003178 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 151 0.038102 10.0.0.33 - - [2025-11-24 02:10:29] "GET /logical-router/c3d3f366-6e94-404c-bfd7-cb8713488a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004317 10.0.0.33 - - [2025-11-24 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.33 - - [2025-11-24 02:10:29] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001156 10.0.0.33 - - [2025-11-24 02:10:29] "DELETE /route-target/b8691a9d-1260-47a6-bd48-1db4e02db1be HTTP/1.1" 200 115 0.017974 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.058134 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002937 10.0.0.33 - - [2025-11-24 02:10:29] "POST /route-targets HTTP/1.1" 200 327 0.013748 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.004076 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.004143 10.0.0.33 - - [2025-11-24 02:10:29] "PUT /logical-router/96534dd6-2203-4e32-b5d9-50ee4da75bf2 HTTP/1.1" 200 262 0.023936 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.004287 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002619 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002778 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002934 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002920 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002910 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003232 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002818 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.008747 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003391 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.028159 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003014 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003437 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.004376 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002967 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003472 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002681 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002605 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002717 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002783 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003208 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002668 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002601 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002629 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002840 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003805 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.002781 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003295 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003597 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.017380 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003584 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.013703 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 542 0.003590 10.0.0.33 - - [2025-11-24 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.33 - - [2025-11-24 02:10:29] "GET /logical-router/96534dd6-2203-4e32-b5d9-50ee4da75bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001964 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 151 0.046477 10.0.0.33 - - [2025-11-24 02:10:29] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002669 10.0.0.33 - - [2025-11-24 02:10:29] "DELETE /route-target/47a1be44-08a6-4bd2-b3d5-3422d47c9761 HTTP/1.1" 200 115 0.022784 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.048533 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003277 10.0.0.33 - - [2025-11-24 02:10:29] "POST /route-targets HTTP/1.1" 200 327 0.015196 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.007777 10.0.0.33 - - [2025-11-24 02:10:29] "PUT /logical-router/92b39f28-1ad0-4409-a81d-34a1c4633af0 HTTP/1.1" 200 262 0.019886 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.004941 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003521 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003122 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.002785 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.004215 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.002957 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003182 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003456 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.002815 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003606 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003082 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.002766 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003711 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003122 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.002897 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.002795 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.002912 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003031 10.0.0.33 - - [2025-11-24 02:10:29] "POST /neutron/router HTTP/1.1" 200 559 0.003525 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.003137 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.004492 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.003084 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.002739 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.002883 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.002846 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.008391 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.003484 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.003105 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.003357 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.004141 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.014373 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.003233 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.016887 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 559 0.004496 10.0.0.33 - - [2025-11-24 02:10:30] "GET /logical-router/92b39f28-1ad0-4409-a81d-34a1c4633af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003595 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/router HTTP/1.1" 200 151 0.039985 10.0.0.33 - - [2025-11-24 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005343 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 521 0.003808 10.0.0.33 - - [2025-11-24 02:10:30] "DELETE /route-target/7f3d3882-c071-4209-bdb7-5f6a7ebb807d HTTP/1.1" 200 115 0.019340 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.035133 10.0.0.33 - - [2025-11-24 02:10:30] "DELETE /access-control-list/59a76353-094e-4d4e-86b6-591b609f84af HTTP/1.1" 200 115 0.023149 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 521 0.003563 10.0.0.33 - - [2025-11-24 02:10:30] "DELETE /access-control-list/7940b3a8-ca79-4c2a-b04e-3144817f32c7 HTTP/1.1" 200 115 0.027688 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.037484 10.0.0.33 - - [2025-11-24 02:10:30] "DELETE /access-control-list/6aed2d20-bfae-4b01-a7dc-12c4715f08be HTTP/1.1" 200 115 0.018656 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 506 0.005221 10.0.0.33 - - [2025-11-24 02:10:30] "DELETE /access-control-list/2c269d11-28ea-46ef-aa95-a6937043021d HTTP/1.1" 200 115 0.024352 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.036296 10.0.0.33 - - [2025-11-24 02:10:30] "DELETE /access-control-list/64215cec-5f10-45f1-b5ff-1af4262b95af HTTP/1.1" 200 115 0.019012 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 506 0.004234 10.0.0.33 - - [2025-11-24 02:10:30] "DELETE /access-control-list/76a8fba9-74d2-441f-8f20-8118cbab432e HTTP/1.1" 200 115 0.025707 10.0.0.33 - - [2025-11-24 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.041674 10.0.0.33 - - [2025-11-24 02:10:30] "DELETE /access-control-list/aa6654b9-7fb9-4fb6-b1c9-d1ff9ca81c5d HTTP/1.1" 200 115 0.022816 10.0.0.33 - - [2025-11-24 02:10:30] "DELETE /access-control-list/eebda1d2-d327-472b-bae0-13c1639c4a4c HTTP/1.1" 200 115 0.020579 10.0.0.33 - - [2025-11-24 02:10:30] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000867 10.0.0.33 - - [2025-11-24 02:10:30] "GET /project/7496f80a-d6f2-41af-bf8c-79241ad5376c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.020810 10.0.0.33 - - [2025-11-24 02:10:30] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001280 10.0.0.33 - - [2025-11-24 02:10:30] "GET /project/7496f80a-d6f2-41af-bf8c-79241ad5376c?fields=virtual_networks HTTP/1.1" 200 1022 0.067624 10.0.0.33 - - [2025-11-24 02:10:30] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000868 10.0.0.33 - - [2025-11-24 02:10:30] "GET /project/7496f80a-d6f2-41af-bf8c-79241ad5376c?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.032179 10.0.0.33 - - [2025-11-24 02:10:30] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.33 - - [2025-11-24 02:10:30] "GET /project/7496f80a-d6f2-41af-bf8c-79241ad5376c?fields=security_groups HTTP/1.1" 200 1243 0.023021 10.0.0.33 - - [2025-11-24 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.023017 10.0.0.33 - - [2025-11-24 02:10:31] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002069 10.0.0.33 - - [2025-11-24 02:10:31] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.33 - - [2025-11-24 02:10:31] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005592 10.0.0.33 - - [2025-11-24 02:10:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.001108 10.0.0.33 - - [2025-11-24 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.002739 10.0.0.33 - - [2025-11-24 02:10:32] "POST /security-groups HTTP/1.1" 200 587 0.061082 10.0.0.33 - - [2025-11-24 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 230 0.002429 10.0.0.33 - - [2025-11-24 02:10:32] "POST /projects HTTP/1.1" 200 577 0.217363 10.0.0.33 - - [2025-11-24 02:10:32] "POST /access-control-lists HTTP/1.1" 200 592 0.057440 10.0.0.33 - - [2025-11-24 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.285013 10.0.0.33 - - [2025-11-24 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.002338 10.0.0.33 - - [2025-11-24 02:10:32] "GET /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.398145 10.0.0.33 - - [2025-11-24 02:10:32] "POST /access-control-lists HTTP/1.1" 200 590 0.060497 10.0.0.33 - - [2025-11-24 02:10:33] "GET / HTTP/1.1" 200 35931 0.002290 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /project/154d473ac7134649bcb2681556768830 HTTP/1.1" 404 173 0.013482 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /project/7496f80ad6f241afbf8c79241ad5376c HTTP/1.1" 404 173 0.012391 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /project/2adad7c909e646ddb2f3124142d50e5e HTTP/1.1" 404 173 0.010802 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /project/eafe609905fa4cafb8e424e4a6cebdc1 HTTP/1.1" 404 173 0.004949 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000797 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=2adad7c9-09e6-46dd-b2f3-124142d50e5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000776 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/7496f80a-d6f2-41af-bf8c-79241ad5376c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.040989 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/154d473a-c713-4649-bcb2-681556768830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.051775 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.054545 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/2adad7c9-09e6-46dd-b2f3-124142d50e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.054482 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=2adad7c9-09e6-46dd-b2f3-124142d50e5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001016 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001198 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000747 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000774 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/2adad7c9-09e6-46dd-b2f3-124142d50e5e?fields=security_groups HTTP/1.1" 200 1348 0.057769 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/154d473a-c713-4649-bcb2-681556768830?fields=security_groups HTTP/1.1" 200 1399 0.066389 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/7496f80a-d6f2-41af-bf8c-79241ad5376c?fields=security_groups HTTP/1.1" 200 1348 0.073118 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?fields=security_groups HTTP/1.1" 200 1395 0.072953 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /security-group/f48cb46f-7553-427f-9adb-f5f8a84c98e7 HTTP/1.1" 200 115 0.068698 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=2adad7c9-09e6-46dd-b2f3-124142d50e5e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000931 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /security-group/a280e2d5-d60a-4fc2-86b4-30c301b37606 HTTP/1.1" 200 115 0.094256 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /security-group/d5892cba-4123-4c40-98b7-3ca9ed294d70 HTTP/1.1" 200 115 0.093384 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=154d473a-c713-4649-bcb2-681556768830&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001614 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /access-control-list/93d7fa62-904b-4d55-bd34-e0a3a7121a84 HTTP/1.1" 200 115 0.073365 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=7496f80a-d6f2-41af-bf8c-79241ad5376c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000888 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /security-group/fae78a5b-aee5-4a34-a377-d9e7df6df34e HTTP/1.1" 200 115 0.109367 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/2adad7c9-09e6-46dd-b2f3-124142d50e5e?fields=application_policy_sets HTTP/1.1" 200 1387 0.059797 10.0.0.33 - - [2025-11-24 02:10:33] "GET /projects?obj_uuids=39a9722c-15fb-45a7-9a15-8356e8b7b6a4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000869 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/7496f80a-d6f2-41af-bf8c-79241ad5376c?fields=application_policy_sets HTTP/1.1" 200 1387 0.036422 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /access-control-list/c90a970c-8f1e-441a-8a10-7647837c3e2b HTTP/1.1" 200 115 0.041134 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/154d473a-c713-4649-bcb2-681556768830?fields=application_policy_sets HTTP/1.1" 200 1438 0.083528 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /access-control-list/7e1f78b0-7852-45b2-9b78-c9e845025dd0 HTTP/1.1" 200 115 0.041619 10.0.0.33 - - [2025-11-24 02:10:33] "GET /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4?fields=application_policy_sets HTTP/1.1" 200 1434 0.093044 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /access-control-list/349be005-bd08-4cdd-ad27-c4149e8ba88f HTTP/1.1" 200 115 0.043790 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /access-control-list/faabf39d-de36-4bca-9ee4-83c72d5e5524 HTTP/1.1" 200 115 0.045049 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /project/2adad7c9-09e6-46dd-b2f3-124142d50e5e HTTP/1.1" 200 115 0.509521 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /project/7496f80a-d6f2-41af-bf8c-79241ad5376c HTTP/1.1" 200 115 0.515338 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /access-control-list/4a3778c2-8fa7-42ef-a3c7-035e47e081cc HTTP/1.1" 200 115 0.024787 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /project/154d473a-c713-4649-bcb2-681556768830 HTTP/1.1" 200 115 0.542174 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /access-control-list/eccaf813-11dd-4a43-8892-cc36f33e4e09 HTTP/1.1" 200 115 0.032481 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /project/39a9722c-15fb-45a7-9a15-8356e8b7b6a4 HTTP/1.1" 200 115 0.564248 10.0.0.33 - - [2025-11-24 02:10:33] "DELETE /access-control-list/2194c323-0849-4d5e-97e1-fb38c726d85d HTTP/1.1" 200 115 0.024833 10.0.0.33 - - [2025-11-24 02:10:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.33 - - [2025-11-24 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.032335 10.0.0.33 - - [2025-11-24 02:10:34] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000835 10.0.0.33 - - [2025-11-24 02:10:34] "GET /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.023248 10.0.0.33 - - [2025-11-24 02:10:34] "POST /neutron/network HTTP/1.1" 200 117 0.029691 10.0.0.33 - - [2025-11-24 02:10:34] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001401 10.0.0.33 - - [2025-11-24 02:10:34] "POST /neutron/network HTTP/1.1" 200 601 0.089877 10.0.0.33 - - [2025-11-24 02:10:34] "POST /route-targets HTTP/1.1" 200 327 0.009384 10.0.0.33 - - [2025-11-24 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.010136 10.0.0.33 - - [2025-11-24 02:10:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004421 10.0.0.33 - - [2025-11-24 02:10:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.190132 10.0.0.33 - - [2025-11-24 02:10:34] "POST /neutron/network HTTP/1.1" 200 819 0.005566 10.0.0.33 - - [2025-11-24 02:10:34] "POST /id-to-fqname HTTP/1.1" 200 216 0.001112 10.0.0.33 - - [2025-11-24 02:10:34] "GET /virtual-network/c09213e0-6b42-4a20-933d-0a3df732c257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.004763 10.0.0.33 - - [2025-11-24 02:10:34] "POST /neutron/network HTTP/1.1" 200 819 0.004654 10.0.0.33 - - [2025-11-24 02:10:34] "GET /virtual-network/c09213e0-6b42-4a20-933d-0a3df732c257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005603 10.0.0.33 - - [2025-11-24 02:10:34] "POST /neutron/network HTTP/1.1" 200 819 0.006392 10.0.0.33 - - [2025-11-24 02:10:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.006274 10.0.0.33 - - [2025-11-24 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.002551 10.0.0.33 - - [2025-11-24 02:10:34] "GET /virtual-network/c09213e0-6b42-4a20-933d-0a3df732c257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.004769 10.0.0.33 - - [2025-11-24 02:10:35] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000952 10.0.0.33 - - [2025-11-24 02:10:35] "POST /neutron/port HTTP/1.1" 200 1016 0.175370 10.0.0.33 - - [2025-11-24 02:10:35] "GET /virtual-machine-interface/9e8cdb98-3c49-4e5f-a67e-ebbd82518229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.006389 10.0.0.33 - - [2025-11-24 02:10:35] "GET /virtual-machine-interface/9e8cdb98-3c49-4e5f-a67e-ebbd82518229?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.006006 10.0.0.33 - - [2025-11-24 02:10:35] "GET /instance-ip/8ecb278b-c7e1-476d-a31b-fa2209e7c497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.004553 10.0.0.33 - - [2025-11-24 02:10:35] "GET /virtual-machine-interface/9e8cdb98-3c49-4e5f-a67e-ebbd82518229 HTTP/1.1" 401 292 0.000399 10.0.0.33 - - [2025-11-24 02:10:35] "GET /virtual-machine-interface/9e8cdb98-3c49-4e5f-a67e-ebbd82518229 HTTP/1.1" 200 2606 0.030277 10.0.0.33 - - [2025-11-24 02:10:35] "POST /neutron/port HTTP/1.1" 200 1016 0.006251 10.0.0.33 - - [2025-11-24 02:10:35] "POST /neutron/port HTTP/1.1" 200 151 0.081944 10.0.0.33 - - [2025-11-24 02:10:35] "POST /neutron/network HTTP/1.1" 200 819 0.004747 10.0.0.33 - - [2025-11-24 02:10:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002532 10.0.0.33 - - [2025-11-24 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.33 - - [2025-11-24 02:10:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001473 10.0.0.33 - - [2025-11-24 02:10:35] "POST /neutron/network HTTP/1.1" 200 151 0.072162 10.0.0.33 - - [2025-11-24 02:10:35] "DELETE /route-target/d81cb9fb-9000-40da-b6b0-8b0e1848da59 HTTP/1.1" 200 115 0.015886 10.0.0.33 - - [2025-11-24 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002418 10.0.0.33 - - [2025-11-24 02:10:36] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001180 10.0.0.33 - - [2025-11-24 02:10:36] "GET /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.022415 10.0.0.33 - - [2025-11-24 02:10:36] "POST /neutron/network HTTP/1.1" 200 117 0.007481 10.0.0.33 - - [2025-11-24 02:10:36] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.33 - - [2025-11-24 02:10:36] "POST /neutron/network HTTP/1.1" 200 603 0.054852 10.0.0.33 - - [2025-11-24 02:10:36] "POST /route-targets HTTP/1.1" 200 327 0.010152 10.0.0.33 - - [2025-11-24 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.010272 10.0.0.33 - - [2025-11-24 02:10:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002968 10.0.0.33 - - [2025-11-24 02:10:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.140193 10.0.0.33 - - [2025-11-24 02:10:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003705 10.0.0.33 - - [2025-11-24 02:10:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.119133 10.0.0.33 - - [2025-11-24 02:10:36] "POST /neutron/network HTTP/1.1" 200 980 0.006035 10.0.0.33 - - [2025-11-24 02:10:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001115 10.0.0.33 - - [2025-11-24 02:10:36] "GET /virtual-network/0f76d387-b815-4cf9-bf16-47f690053be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004469 10.0.0.33 - - [2025-11-24 02:10:36] "POST /neutron/network HTTP/1.1" 200 980 0.006345 10.0.0.33 - - [2025-11-24 02:10:36] "GET /virtual-network/0f76d387-b815-4cf9-bf16-47f690053be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006894 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/network HTTP/1.1" 200 980 0.007185 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.006361 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.006039 10.0.0.33 - - [2025-11-24 02:10:37] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000915 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 1018 0.151898 10.0.0.33 - - [2025-11-24 02:10:37] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000990 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 1020 0.159240 10.0.0.33 - - [2025-11-24 02:10:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.001198 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 1018 0.006424 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 1018 0.008212 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/network HTTP/1.1" 200 980 0.005864 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 1018 0.008819 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 117 0.005263 10.0.0.33 - - [2025-11-24 02:10:37] "GET /obj-perms HTTP/1.1" 200 5056 0.062740 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 117 0.004952 10.0.0.33 - - [2025-11-24 02:10:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.001447 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 117 0.004215 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 1020 0.006726 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 1020 0.005650 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/network HTTP/1.1" 200 980 0.005871 10.0.0.33 - - [2025-11-24 02:10:37] "POST /neutron/port HTTP/1.1" 200 1020 0.006025 10.0.0.33 - - [2025-11-24 02:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.005626 10.0.0.33 - - [2025-11-24 02:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.004205 10.0.0.33 - - [2025-11-24 02:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.004713 10.0.0.33 - - [2025-11-24 02:10:38] "POST /neutron/port HTTP/1.1" 200 1018 0.008720 10.0.0.33 - - [2025-11-24 02:10:38] "POST /neutron/port HTTP/1.1" 200 1020 0.009564 10.0.0.33 - - [2025-11-24 02:10:38] "GET /obj-perms HTTP/1.1" 200 5056 0.123680 10.0.0.33 - - [2025-11-24 02:10:38] "POST /neutron/port HTTP/1.1" 200 1018 0.008311 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 1020 0.007397 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/network HTTP/1.1" 200 990 0.005016 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/network HTTP/1.1" 200 990 0.005533 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 1018 0.007968 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 1018 0.008783 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 1020 0.008260 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 1020 0.011611 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 1110 0.127070 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 1112 0.122234 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 1084 0.012594 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 1086 0.011789 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003660 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002804 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/subnet HTTP/1.1" 200 708 0.010227 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.008979 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.000977 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/network HTTP/1.1" 200 980 0.005760 10.0.0.33 - - [2025-11-24 02:10:39] "POST /neutron/network HTTP/1.1" 200 980 0.007610 10.0.0.33 - - [2025-11-24 02:10:43] "POST /neutron/port HTTP/1.1" 200 1084 0.014812 10.0.0.33 - - [2025-11-24 02:10:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010314 10.0.0.33 - - [2025-11-24 02:10:43] "POST /neutron/port HTTP/1.1" 200 1084 0.009762 10.0.0.33 - - [2025-11-24 02:10:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006122 10.0.0.33 - - [2025-11-24 02:10:43] "POST /neutron/port HTTP/1.1" 200 1084 0.009113 10.0.0.33 - - [2025-11-24 02:10:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005134 10.0.0.33 - - [2025-11-24 02:10:43] "GET /virtual-machine/a12f3cc9-a81d-4f29-bc7f-9cf16168a7f7 HTTP/1.1" 200 1285 0.004841 10.0.0.33 - - [2025-11-24 02:10:43] "GET /virtual-machine-interface/2e41a9f1-08ac-4c5c-8bb0-b8b466b36e9d HTTP/1.1" 200 2924 0.004473 10.0.0.33 - - [2025-11-24 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.33 - - [2025-11-24 02:10:43] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002650 10.0.0.33 - - [2025-11-24 02:10:43] "GET /virtual-networks?parent_id=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002672 10.0.0.33 - - [2025-11-24 02:10:43] "GET /virtual-network/0f76d387-b815-4cf9-bf16-47f690053be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004896 10.0.0.33 - - [2025-11-24 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.33 - - [2025-11-24 02:10:46] "GET /virtual-network/0f76d387-b815-4cf9-bf16-47f690053be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004369 10.0.0.33 - - [2025-11-24 02:10:47] "POST /neutron/port HTTP/1.1" 200 1084 0.012368 10.0.0.33 - - [2025-11-24 02:10:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005118 10.0.0.33 - - [2025-11-24 02:10:48] "POST /neutron/port HTTP/1.1" 200 1086 0.011277 10.0.0.33 - - [2025-11-24 02:10:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005290 10.0.0.33 - - [2025-11-24 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.33 - - [2025-11-24 02:10:48] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002556 10.0.0.33 - - [2025-11-24 02:10:48] "GET /virtual-networks?parent_id=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002764 10.0.0.33 - - [2025-11-24 02:10:49] "GET /virtual-network/0f76d387-b815-4cf9-bf16-47f690053be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004526 10.0.0.33 - - [2025-11-24 02:10:49] "POST /neutron/port HTTP/1.1" 200 1084 0.010172 10.0.0.33 - - [2025-11-24 02:10:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004725 10.0.0.33 - - [2025-11-24 02:10:54] "POST /neutron/port HTTP/1.1" 200 1086 0.013001 10.0.0.33 - - [2025-11-24 02:10:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006546 10.0.0.33 - - [2025-11-24 02:10:54] "POST /neutron/port HTTP/1.1" 200 1086 0.012010 10.0.0.33 - - [2025-11-24 02:10:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005782 10.0.0.33 - - [2025-11-24 02:10:54] "POST /neutron/port HTTP/1.1" 200 1086 0.011166 10.0.0.33 - - [2025-11-24 02:10:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005608 10.0.0.33 - - [2025-11-24 02:10:54] "GET /virtual-machine/fa38a17d-951c-4616-b178-2e06a31d7484 HTTP/1.1" 200 1285 0.004465 10.0.0.33 - - [2025-11-24 02:10:54] "GET /virtual-machine-interface/e5434965-193a-4e85-8c5b-1f6b189a902c HTTP/1.1" 200 2925 0.004673 10.0.0.33 - - [2025-11-24 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.33 - - [2025-11-24 02:10:54] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003490 10.0.0.33 - - [2025-11-24 02:10:54] "GET /virtual-networks?parent_id=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002649 10.0.0.33 - - [2025-11-24 02:10:54] "GET /virtual-network/0f76d387-b815-4cf9-bf16-47f690053be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006561 10.0.0.33 - - [2025-11-24 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.33 - - [2025-11-24 02:10:55] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002652 10.0.0.33 - - [2025-11-24 02:10:55] "GET /virtual-networks?parent_id=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002702 10.0.0.33 - - [2025-11-24 02:10:55] "GET /virtual-network/0f76d387-b815-4cf9-bf16-47f690053be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004860 10.0.0.33 - - [2025-11-24 02:10:59] "POST /neutron/port HTTP/1.1" 200 1112 0.008460 10.0.0.33 - - [2025-11-24 02:10:59] "POST /neutron/port HTTP/1.1" 200 1112 0.009949 10.0.0.33 - - [2025-11-24 02:10:59] "POST /neutron/port HTTP/1.1" 200 151 0.100155 10.0.0.33 - - [2025-11-24 02:10:59] "POST /neutron/port HTTP/1.1" 200 1110 0.007917 10.0.0.33 - - [2025-11-24 02:10:59] "POST /neutron/port HTTP/1.1" 200 1110 0.008597 10.0.0.33 - - [2025-11-24 02:10:59] "POST /neutron/port HTTP/1.1" 200 151 0.111987 10.0.0.33 - - [2025-11-24 02:10:59] "POST /neutron/network HTTP/1.1" 200 980 0.009286 10.0.0.33 - - [2025-11-24 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.33 - - [2025-11-24 02:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002629 10.0.0.33 - - [2025-11-24 02:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001934 10.0.0.33 - - [2025-11-24 02:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002524 10.0.0.33 - - [2025-11-24 02:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001781 10.0.0.33 - - [2025-11-24 02:10:59] "POST /neutron/network HTTP/1.1" 200 151 0.100111 10.0.0.33 - - [2025-11-24 02:10:59] "DELETE /route-target/91e5a2fd-4f7f-4a7b-b9cd-26e7dd9072ae HTTP/1.1" 200 115 0.028461 10.0.0.33 - - [2025-11-24 02:10:59] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000984 10.0.0.33 - - [2025-11-24 02:10:59] "GET /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.023841 10.0.0.33 - - [2025-11-24 02:10:59] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000855 10.0.0.33 - - [2025-11-24 02:10:59] "GET /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1?fields=virtual_networks HTTP/1.1" 200 1025 0.060477 10.0.0.33 - - [2025-11-24 02:10:59] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000969 10.0.0.33 - - [2025-11-24 02:10:59] "GET /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.033430 10.0.0.33 - - [2025-11-24 02:10:59] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000889 10.0.0.33 - - [2025-11-24 02:10:59] "GET /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1?fields=security_groups HTTP/1.1" 200 1247 0.020717 10.0.0.33 - - [2025-11-24 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.026068 10.0.0.33 - - [2025-11-24 02:11:00] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002203 10.0.0.33 - - [2025-11-24 02:11:00] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001332 10.0.0.33 - - [2025-11-24 02:11:00] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008051 10.0.0.33 - - [2025-11-24 02:11:00] "POST /id-to-fqname HTTP/1.1" 200 188 0.001086 10.0.0.33 - - [2025-11-24 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.005356 10.0.0.33 - - [2025-11-24 02:11:01] "POST /security-groups HTTP/1.1" 200 589 0.060488 10.0.0.33 - - [2025-11-24 02:11:01] "POST /fqname-to-id HTTP/1.1" 404 232 0.002921 10.0.0.33 - - [2025-11-24 02:11:01] "POST /projects HTTP/1.1" 200 581 0.202661 10.0.0.33 - - [2025-11-24 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.273820 10.0.0.33 - - [2025-11-24 02:11:01] "POST /access-control-lists HTTP/1.1" 200 594 0.072643 10.0.0.33 - - [2025-11-24 02:11:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.002279 10.0.0.33 - - [2025-11-24 02:11:01] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.400460 10.0.0.33 - - [2025-11-24 02:11:01] "POST /access-control-lists HTTP/1.1" 200 592 0.064363 10.0.0.33 - - [2025-11-24 02:11:02] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.33 - - [2025-11-24 02:11:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2025-11-24 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.048560 10.0.0.33 - - [2025-11-24 02:11:03] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000822 10.0.0.33 - - [2025-11-24 02:11:03] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025205 10.0.0.33 - - [2025-11-24 02:11:03] "POST /neutron/network HTTP/1.1" 200 117 0.028970 10.0.0.33 - - [2025-11-24 02:11:03] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.33 - - [2025-11-24 02:11:03] "POST /neutron/network HTTP/1.1" 200 605 0.058087 10.0.0.33 - - [2025-11-24 02:11:03] "POST /route-targets HTTP/1.1" 200 327 0.009750 10.0.0.33 - - [2025-11-24 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.011441 10.0.0.33 - - [2025-11-24 02:11:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.33 - - [2025-11-24 02:11:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.139141 10.0.0.33 - - [2025-11-24 02:11:03] "POST /neutron/network HTTP/1.1" 200 824 0.004973 10.0.0.33 - - [2025-11-24 02:11:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.001182 10.0.0.33 - - [2025-11-24 02:11:03] "GET /virtual-network/8458bebd-642c-4492-affb-0314ed8d4fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004395 10.0.0.33 - - [2025-11-24 02:11:03] "POST /neutron/network HTTP/1.1" 200 824 0.005679 10.0.0.33 - - [2025-11-24 02:11:03] "GET /virtual-network/8458bebd-642c-4492-affb-0314ed8d4fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004174 10.0.0.33 - - [2025-11-24 02:11:03] "POST /neutron/network HTTP/1.1" 200 824 0.005263 10.0.0.33 - - [2025-11-24 02:11:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.005324 10.0.0.33 - - [2025-11-24 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001946 10.0.0.33 - - [2025-11-24 02:11:03] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.33 - - [2025-11-24 02:11:03] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.019579 10.0.0.33 - - [2025-11-24 02:11:03] "POST /neutron/network HTTP/1.1" 200 117 0.008554 10.0.0.33 - - [2025-11-24 02:11:04] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/network HTTP/1.1" 200 605 0.100681 10.0.0.33 - - [2025-11-24 02:11:04] "POST /route-targets HTTP/1.1" 200 327 0.014763 10.0.0.33 - - [2025-11-24 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.019799 10.0.0.33 - - [2025-11-24 02:11:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005145 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.179882 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/network HTTP/1.1" 200 822 0.007238 10.0.0.33 - - [2025-11-24 02:11:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001661 10.0.0.33 - - [2025-11-24 02:11:04] "GET /virtual-network/853d477a-ff0e-41cd-9a57-4af1ec03ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007054 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/port HTTP/1.1" 200 117 0.005693 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/port HTTP/1.1" 400 205 0.003934 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/network HTTP/1.1" 200 822 0.004584 10.0.0.33 - - [2025-11-24 02:11:04] "GET /virtual-network/853d477a-ff0e-41cd-9a57-4af1ec03ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004678 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/network HTTP/1.1" 200 822 0.005016 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.005520 10.0.0.33 - - [2025-11-24 02:11:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001052 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/port HTTP/1.1" 200 117 0.004550 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/port HTTP/1.1" 400 205 0.003049 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/port HTTP/1.1" 200 117 0.007299 10.0.0.33 - - [2025-11-24 02:11:04] "POST /neutron/network HTTP/1.1" 200 834 0.005046 10.0.0.33 - - [2025-11-24 02:11:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.33 - - [2025-11-24 02:11:05] "GET / HTTP/1.1" 200 35931 0.001545 10.0.0.33 - - [2025-11-24 02:11:05] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000324 10.0.0.33 - - [2025-11-24 02:11:05] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.33 - - [2025-11-24 02:11:05] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051239 10.0.0.33 - - [2025-11-24 02:11:05] "POST /neutron/network HTTP/1.1" 200 824 0.005536 10.0.0.33 - - [2025-11-24 02:11:05] "POST /neutron/port HTTP/1.1" 200 117 0.004349 10.0.0.33 - - [2025-11-24 02:11:05] "POST /neutron/port HTTP/1.1" 200 117 0.004601 10.0.0.33 - - [2025-11-24 02:11:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.001179 10.0.0.33 - - [2025-11-24 02:11:05] "POST /neutron/port HTTP/1.1" 200 117 0.004769 10.0.0.33 - - [2025-11-24 02:11:05] "POST /neutron/network HTTP/1.1" 200 832 0.004563 10.0.0.33 - - [2025-11-24 02:11:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000389 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/network HTTP/1.1" 200 834 0.006568 10.0.0.33 - - [2025-11-24 02:11:06] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001240 10.0.0.33 - - [2025-11-24 02:11:06] "GET / HTTP/1.1" 200 35931 0.004579 10.0.0.33 - - [2025-11-24 02:11:06] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000835 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/port HTTP/1.1" 200 1058 0.208580 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/port HTTP/1.1" 200 1058 0.010150 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/port HTTP/1.1" 200 1058 0.011068 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/port HTTP/1.1" 200 1112 0.063636 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/port HTTP/1.1" 200 1086 0.013952 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002924 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.006196 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/network HTTP/1.1" 200 824 0.005147 10.0.0.33 - - [2025-11-24 02:11:06] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001533 10.0.0.33 - - [2025-11-24 02:11:06] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.055783 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/network HTTP/1.1" 200 822 0.005729 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/port HTTP/1.1" 200 1086 0.012541 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009508 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/port HTTP/1.1" 200 117 0.004928 10.0.0.33 - - [2025-11-24 02:11:06] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/router HTTP/1.1" 200 580 0.075595 10.0.0.33 - - [2025-11-24 02:11:06] "POST /neutron/router HTTP/1.1" 200 580 0.004092 10.0.0.33 - - [2025-11-24 02:11:07] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.33 - - [2025-11-24 02:11:07] "POST /route-targets HTTP/1.1" 200 327 0.018445 10.0.0.33 - - [2025-11-24 02:11:07] "PUT /logical-router/e8cafae3-ac2f-4157-9858-30428e490ed9 HTTP/1.1" 200 262 0.043138 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/router HTTP/1.1" 200 344 0.261872 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/network HTTP/1.1" 200 832 0.011940 10.0.0.33 - - [2025-11-24 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.020218 10.0.0.33 - - [2025-11-24 02:11:07] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001979 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/port HTTP/1.1" 200 1086 0.030052 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005966 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/port HTTP/1.1" 200 1056 0.234493 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/port HTTP/1.1" 200 1056 0.009690 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/port HTTP/1.1" 200 1056 0.007125 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/port HTTP/1.1" 200 1110 0.067854 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/port HTTP/1.1" 200 1084 0.014739 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003101 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/subnet HTTP/1.1" 200 689 0.006127 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.33 - - [2025-11-24 02:11:07] "POST /neutron/network HTTP/1.1" 200 822 0.008438 10.0.0.33 - - [2025-11-24 02:11:12] "POST /neutron/port HTTP/1.1" 200 1086 0.009402 10.0.0.33 - - [2025-11-24 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004893 10.0.0.33 - - [2025-11-24 02:11:12] "POST /neutron/port HTTP/1.1" 200 1086 0.009784 10.0.0.33 - - [2025-11-24 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005225 10.0.0.33 - - [2025-11-24 02:11:12] "POST /neutron/port HTTP/1.1" 200 1086 0.009316 10.0.0.33 - - [2025-11-24 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006780 10.0.0.33 - - [2025-11-24 02:11:12] "GET /virtual-machine/03dbd464-3dc2-4c91-ac0a-90030df22d99 HTTP/1.1" 401 292 0.000452 10.0.0.33 - - [2025-11-24 02:11:12] "GET /virtual-machine/03dbd464-3dc2-4c91-ac0a-90030df22d99 HTTP/1.1" 200 1289 0.028171 10.0.0.33 - - [2025-11-24 02:11:12] "GET /virtual-machine-interface/683aecc4-86e5-4836-93f1-2f0391a0532b HTTP/1.1" 200 2934 0.005400 10.0.0.33 - - [2025-11-24 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.33 - - [2025-11-24 02:11:12] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004932 10.0.0.33 - - [2025-11-24 02:11:13] "GET /virtual-networks?parent_id=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002650 10.0.0.33 - - [2025-11-24 02:11:13] "GET /virtual-network/8458bebd-642c-4492-affb-0314ed8d4fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005282 10.0.0.33 - - [2025-11-24 02:11:14] "POST /neutron/port HTTP/1.1" 200 1086 0.011057 10.0.0.33 - - [2025-11-24 02:11:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007007 10.0.0.33 - - [2025-11-24 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.33 - - [2025-11-24 02:11:16] "GET /virtual-network/8458bebd-642c-4492-affb-0314ed8d4fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004879 10.0.0.33 - - [2025-11-24 02:11:16] "POST /neutron/port HTTP/1.1" 200 1084 0.009928 10.0.0.33 - - [2025-11-24 02:11:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006613 10.0.0.33 - - [2025-11-24 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.33 - - [2025-11-24 02:11:18] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003064 10.0.0.33 - - [2025-11-24 02:11:18] "GET /virtual-networks?parent_id=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004259 10.0.0.33 - - [2025-11-24 02:11:18] "GET /virtual-network/8458bebd-642c-4492-affb-0314ed8d4fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004943 10.0.0.33 - - [2025-11-24 02:11:18] "POST /neutron/port HTTP/1.1" 200 1084 0.009475 10.0.0.33 - - [2025-11-24 02:11:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005171 10.0.0.33 - - [2025-11-24 02:11:18] "POST /neutron/port HTTP/1.1" 200 1084 0.009292 10.0.0.33 - - [2025-11-24 02:11:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006535 10.0.0.33 - - [2025-11-24 02:11:18] "POST /neutron/port HTTP/1.1" 200 1084 0.009220 10.0.0.33 - - [2025-11-24 02:11:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005360 10.0.0.33 - - [2025-11-24 02:11:18] "GET /virtual-machine/31a491a9-4a75-40eb-9ffe-f531a39c1667 HTTP/1.1" 200 1290 0.004434 10.0.0.33 - - [2025-11-24 02:11:18] "GET /virtual-machine-interface/2db47aa2-8004-4120-ae43-10afd30549de HTTP/1.1" 200 2934 0.005041 10.0.0.33 - - [2025-11-24 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.33 - - [2025-11-24 02:11:18] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002607 10.0.0.33 - - [2025-11-24 02:11:18] "GET /virtual-networks?parent_id=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002439 10.0.0.33 - - [2025-11-24 02:11:18] "GET /virtual-network/853d477a-ff0e-41cd-9a57-4af1ec03ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004961 10.0.0.33 - - [2025-11-24 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.33 - - [2025-11-24 02:11:20] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002799 10.0.0.33 - - [2025-11-24 02:11:20] "GET /virtual-networks?parent_id=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002429 10.0.0.33 - - [2025-11-24 02:11:20] "GET /virtual-network/853d477a-ff0e-41cd-9a57-4af1ec03ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004902 10.0.0.33 - - [2025-11-24 02:11:25] "POST /neutron/router HTTP/1.1" 200 580 0.003415 10.0.0.33 - - [2025-11-24 02:11:25] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001330 10.0.0.33 - - [2025-11-24 02:11:25] "POST /neutron/router HTTP/1.1" 200 344 0.184905 10.0.0.33 - - [2025-11-24 02:11:25] "POST /neutron/port HTTP/1.1" 200 1882 0.013442 10.0.0.33 - - [2025-11-24 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.007832 10.0.0.33 - - [2025-11-24 02:11:32] "POST /neutron/router HTTP/1.1" 200 580 0.003504 10.0.0.33 - - [2025-11-24 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.008407 10.0.0.33 - - [2025-11-24 02:11:32] "POST /neutron/router HTTP/1.1" 200 344 0.093219 10.0.0.33 - - [2025-11-24 02:11:33] "DELETE /project/aa161e470bc2452d8d08333284173729 HTTP/1.1" 404 173 0.003407 10.0.0.33 - - [2025-11-24 02:11:33] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000804 10.0.0.33 - - [2025-11-24 02:11:33] "GET /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.021352 10.0.0.33 - - [2025-11-24 02:11:33] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000979 10.0.0.33 - - [2025-11-24 02:11:34] "GET /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1?fields=security_groups HTTP/1.1" 200 1352 0.062875 10.0.0.33 - - [2025-11-24 02:11:34] "DELETE /security-group/60be0249-7c74-493e-aecc-f53f56c382e6 HTTP/1.1" 200 115 0.051387 10.0.0.33 - - [2025-11-24 02:11:34] "GET /projects?obj_uuids=eafe6099-05fa-4caf-b8e4-24e4a6cebdc1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001310 10.0.0.33 - - [2025-11-24 02:11:34] "DELETE /access-control-list/77af5043-0cc4-4675-a35c-f8848c470744 HTTP/1.1" 200 115 0.033020 10.0.0.33 - - [2025-11-24 02:11:34] "GET /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1?fields=application_policy_sets HTTP/1.1" 200 1391 0.041838 10.0.0.33 - - [2025-11-24 02:11:34] "DELETE /access-control-list/1494ca82-0549-4792-a892-f08cef01ee51 HTTP/1.1" 200 115 0.031641 10.0.0.33 - - [2025-11-24 02:11:34] "DELETE /project/eafe6099-05fa-4caf-b8e4-24e4a6cebdc1 HTTP/1.1" 200 115 0.322741 10.0.0.33 - - [2025-11-24 02:11:35] "POST /neutron/router HTTP/1.1" 200 580 0.004030 10.0.0.33 - - [2025-11-24 02:11:35] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.33 - - [2025-11-24 02:11:35] "POST /neutron/router HTTP/1.1" 200 344 0.176235 10.0.0.33 - - [2025-11-24 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.008360 10.0.0.33 - - [2025-11-24 02:11:37] "POST /neutron/router HTTP/1.1" 200 580 0.004621 10.0.0.33 - - [2025-11-24 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.014146 10.0.0.33 - - [2025-11-24 02:11:37] "POST /neutron/router HTTP/1.1" 200 344 0.093762 10.0.0.33 - - [2025-11-24 02:11:37] "POST /neutron/router HTTP/1.1" 200 580 0.004857 10.0.0.33 - - [2025-11-24 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.011572 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/router HTTP/1.1" 200 344 0.087166 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/router HTTP/1.1" 200 580 0.004077 10.0.0.33 - - [2025-11-24 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006571 10.0.0.33 - - [2025-11-24 02:11:38] "GET /logical-router/e8cafae3-ac2f-4157-9858-30428e490ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007904 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/router HTTP/1.1" 200 151 0.043367 10.0.0.33 - - [2025-11-24 02:11:38] "DELETE /route-target/39401463-d356-4ff9-88f3-a235cf87f8a1 HTTP/1.1" 200 115 0.018382 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/network HTTP/1.1" 200 822 0.012525 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/network HTTP/1.1" 400 204 0.009464 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/port HTTP/1.1" 200 1084 0.009982 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/port HTTP/1.1" 200 1110 0.009830 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/port HTTP/1.1" 200 1086 0.012506 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/port HTTP/1.1" 200 1112 0.011613 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/port HTTP/1.1" 200 151 0.116072 10.0.0.33 - - [2025-11-24 02:11:38] "GET /obj-perms HTTP/1.1" 200 5056 0.069131 10.0.0.33 - - [2025-11-24 02:11:38] "POST /neutron/port HTTP/1.1" 200 151 0.132766 10.0.0.33 - - [2025-11-24 02:11:39] "GET /obj-perms HTTP/1.1" 200 5056 0.053022 10.0.0.33 - - [2025-11-24 02:11:40] "POST /neutron/network HTTP/1.1" 200 822 0.005136 10.0.0.33 - - [2025-11-24 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.33 - - [2025-11-24 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001659 10.0.0.33 - - [2025-11-24 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002286 10.0.0.33 - - [2025-11-24 02:11:40] "POST /neutron/network HTTP/1.1" 200 151 0.069838 10.0.0.33 - - [2025-11-24 02:11:40] "DELETE /route-target/8f0af7b7-da05-465c-aec0-bba7eaf46ecd HTTP/1.1" 200 115 0.015909 10.0.0.33 - - [2025-11-24 02:11:40] "POST /neutron/network HTTP/1.1" 200 824 0.004982 10.0.0.33 - - [2025-11-24 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.33 - - [2025-11-24 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001682 10.0.0.33 - - [2025-11-24 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002264 10.0.0.33 - - [2025-11-24 02:11:40] "POST /neutron/network HTTP/1.1" 200 151 0.070666 10.0.0.33 - - [2025-11-24 02:11:40] "DELETE /route-target/ddba5fa0-47e7-4239-8726-592d4a84f6bc HTTP/1.1" 200 115 0.013734 10.0.0.33 - - [2025-11-24 02:11:40] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.33 - - [2025-11-24 02:11:40] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025063 10.0.0.33 - - [2025-11-24 02:11:40] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001284 10.0.0.33 - - [2025-11-24 02:11:40] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?fields=virtual_networks HTTP/1.1" 200 1029 0.067051 10.0.0.33 - - [2025-11-24 02:11:40] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.33 - - [2025-11-24 02:11:40] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.023640 10.0.0.33 - - [2025-11-24 02:11:40] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000927 10.0.0.33 - - [2025-11-24 02:11:40] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?fields=security_groups HTTP/1.1" 200 1253 0.028743 10.0.0.33 - - [2025-11-24 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 191 0.032105 10.0.0.33 - - [2025-11-24 02:11:41] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002790 10.0.0.33 - - [2025-11-24 02:11:41] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001371 10.0.0.33 - - [2025-11-24 02:11:41] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008239 10.0.0.33 - - [2025-11-24 02:11:42] "POST /id-to-fqname HTTP/1.1" 200 193 0.001570 10.0.0.33 - - [2025-11-24 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.002026 10.0.0.33 - - [2025-11-24 02:11:42] "POST /security-groups HTTP/1.1" 200 594 0.060559 10.0.0.33 - - [2025-11-24 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.002741 10.0.0.33 - - [2025-11-24 02:11:42] "POST /projects HTTP/1.1" 200 591 0.198951 10.0.0.33 - - [2025-11-24 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.237039 10.0.0.33 - - [2025-11-24 02:11:42] "POST /access-control-lists HTTP/1.1" 200 599 0.057879 10.0.0.33 - - [2025-11-24 02:11:42] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.374848 10.0.0.33 - - [2025-11-24 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.003076 10.0.0.33 - - [2025-11-24 02:11:42] "POST /access-control-lists HTTP/1.1" 200 597 0.068530 10.0.0.33 - - [2025-11-24 02:11:43] "GET / HTTP/1.1" 200 35931 0.001836 10.0.0.33 - - [2025-11-24 02:11:44] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000440 10.0.0.33 - - [2025-11-24 02:11:44] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001217 10.0.0.33 - - [2025-11-24 02:11:44] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.055215 10.0.0.33 - - [2025-11-24 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.33 - - [2025-11-24 02:11:44] "GET /security-group/61a57dc4-304b-4cb4-922c-e7e007dd8545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004532 10.0.0.33 - - [2025-11-24 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.33 - - [2025-11-24 02:11:44] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001230 10.0.0.33 - - [2025-11-24 02:11:44] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.021896 10.0.0.33 - - [2025-11-24 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.33 - - [2025-11-24 02:11:44] "GET /security-group/61a57dc4-304b-4cb4-922c-e7e007dd8545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003351 10.0.0.33 - - [2025-11-24 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.33 - - [2025-11-24 02:11:45] "PUT /security-group/61a57dc4-304b-4cb4-922c-e7e007dd8545 HTTP/1.1" 200 262 0.013567 10.0.0.33 - - [2025-11-24 02:11:45] "PUT /access-control-list/c3ffce25-858f-414e-b2ce-0bbe7359c2b9 HTTP/1.1" 200 272 0.009192 10.0.0.33 - - [2025-11-24 02:11:45] "PUT /access-control-list/1242302a-6fff-4aad-b5db-4efab33af5c3 HTTP/1.1" 200 272 0.013602 10.0.0.33 - - [2025-11-24 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.006591 10.0.0.33 - - [2025-11-24 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.33 - - [2025-11-24 02:11:45] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001273 10.0.0.33 - - [2025-11-24 02:11:45] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.020668 10.0.0.33 - - [2025-11-24 02:11:45] "POST /neutron/network HTTP/1.1" 200 117 0.033623 10.0.0.33 - - [2025-11-24 02:11:45] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000915 10.0.0.33 - - [2025-11-24 02:11:45] "POST /neutron/network HTTP/1.1" 200 608 0.055794 10.0.0.33 - - [2025-11-24 02:11:45] "POST /route-targets HTTP/1.1" 200 327 0.010289 10.0.0.33 - - [2025-11-24 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.010680 10.0.0.33 - - [2025-11-24 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003381 10.0.0.33 - - [2025-11-24 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.157305 10.0.0.33 - - [2025-11-24 02:11:45] "POST /neutron/network HTTP/1.1" 200 825 0.004836 10.0.0.33 - - [2025-11-24 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001132 10.0.0.33 - - [2025-11-24 02:11:45] "GET /virtual-network/a3939266-462d-43f9-ae43-a578524eae31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004462 10.0.0.33 - - [2025-11-24 02:11:45] "POST /neutron/network HTTP/1.1" 200 825 0.005285 10.0.0.33 - - [2025-11-24 02:11:45] "GET /virtual-network/a3939266-462d-43f9-ae43-a578524eae31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004114 10.0.0.33 - - [2025-11-24 02:11:45] "POST /neutron/network HTTP/1.1" 200 825 0.005286 10.0.0.33 - - [2025-11-24 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.006375 10.0.0.33 - - [2025-11-24 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.33 - - [2025-11-24 02:11:45] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000926 10.0.0.33 - - [2025-11-24 02:11:45] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.022702 10.0.0.33 - - [2025-11-24 02:11:45] "POST /neutron/network HTTP/1.1" 200 117 0.009002 10.0.0.33 - - [2025-11-24 02:11:45] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000920 10.0.0.33 - - [2025-11-24 02:11:45] "POST /neutron/network HTTP/1.1" 200 615 0.080998 10.0.0.33 - - [2025-11-24 02:11:45] "POST /route-targets HTTP/1.1" 200 327 0.013173 10.0.0.33 - - [2025-11-24 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.012546 10.0.0.33 - - [2025-11-24 02:11:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.33 - - [2025-11-24 02:11:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.137772 10.0.0.33 - - [2025-11-24 02:11:46] "POST /neutron/network HTTP/1.1" 200 834 0.004646 10.0.0.33 - - [2025-11-24 02:11:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001246 10.0.0.33 - - [2025-11-24 02:11:46] "GET /virtual-network/e2ce3e59-493e-4da9-b123-595727a39187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004159 10.0.0.33 - - [2025-11-24 02:11:46] "POST /neutron/network HTTP/1.1" 200 834 0.004782 10.0.0.33 - - [2025-11-24 02:11:46] "GET /virtual-network/e2ce3e59-493e-4da9-b123-595727a39187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005071 10.0.0.33 - - [2025-11-24 02:11:46] "POST /neutron/network HTTP/1.1" 200 834 0.005606 10.0.0.33 - - [2025-11-24 02:11:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.006074 10.0.0.33 - - [2025-11-24 02:11:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001165 10.0.0.33 - - [2025-11-24 02:11:46] "POST /neutron/network HTTP/1.1" 200 835 0.004899 10.0.0.33 - - [2025-11-24 02:11:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000491 10.0.0.33 - - [2025-11-24 02:11:46] "GET / HTTP/1.1" 200 35931 0.001530 10.0.0.33 - - [2025-11-24 02:11:46] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000310 10.0.0.33 - - [2025-11-24 02:11:47] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000934 10.0.0.33 - - [2025-11-24 02:11:47] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.040670 10.0.0.33 - - [2025-11-24 02:11:47] "POST /neutron/network HTTP/1.1" 200 825 0.004719 10.0.0.33 - - [2025-11-24 02:11:47] "POST /neutron/port HTTP/1.1" 200 117 0.004482 10.0.0.33 - - [2025-11-24 02:11:47] "POST /neutron/port HTTP/1.1" 200 117 0.004527 10.0.0.33 - - [2025-11-24 02:11:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001244 10.0.0.33 - - [2025-11-24 02:11:47] "POST /neutron/port HTTP/1.1" 200 117 0.004434 10.0.0.33 - - [2025-11-24 02:11:47] "POST /neutron/network HTTP/1.1" 200 844 0.004897 10.0.0.33 - - [2025-11-24 02:11:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000410 10.0.0.33 - - [2025-11-24 02:11:47] "POST /neutron/network HTTP/1.1" 200 835 0.004822 10.0.0.33 - - [2025-11-24 02:11:47] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001298 10.0.0.33 - - [2025-11-24 02:11:47] "GET / HTTP/1.1" 200 35931 0.002452 10.0.0.33 - - [2025-11-24 02:11:47] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001143 10.0.0.33 - - [2025-11-24 02:11:47] "POST /neutron/port HTTP/1.1" 200 1061 0.192430 10.0.0.33 - - [2025-11-24 02:11:47] "POST /neutron/port HTTP/1.1" 200 1061 0.008585 10.0.0.33 - - [2025-11-24 02:11:47] "POST /neutron/port HTTP/1.1" 200 1061 0.007287 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/port HTTP/1.1" 200 1115 0.057183 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/port HTTP/1.1" 200 1089 0.009574 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003285 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/subnet HTTP/1.1" 200 689 0.006894 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/network HTTP/1.1" 200 825 0.005105 10.0.0.33 - - [2025-11-24 02:11:48] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002100 10.0.0.33 - - [2025-11-24 02:11:48] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.050389 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/network HTTP/1.1" 200 834 0.004840 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/port HTTP/1.1" 200 1089 0.013422 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007342 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.005174 10.0.0.33 - - [2025-11-24 02:11:48] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001437 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/router HTTP/1.1" 200 585 0.054682 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/router HTTP/1.1" 200 585 0.003524 10.0.0.33 - - [2025-11-24 02:11:48] "POST /route-targets HTTP/1.1" 200 327 0.011863 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/router HTTP/1.1" 200 656 0.027314 10.0.0.33 - - [2025-11-24 02:11:48] "PUT /logical-router/bd1b7807-9edc-4d82-99dd-93088b333875 HTTP/1.1" 200 262 0.050130 10.0.0.33 - - [2025-11-24 02:11:48] "GET /logical-router/bd1b7807-9edc-4d82-99dd-93088b333875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.030817 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/router HTTP/1.1" 200 656 0.013928 10.0.0.33 - - [2025-11-24 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005632 10.0.0.33 - - [2025-11-24 02:11:48] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001364 10.0.0.33 - - [2025-11-24 02:11:48] "GET /service-template/2a69ec11-828e-48e9-8972-0a855658f065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.002647 10.0.0.33 - - [2025-11-24 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.002630 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/network HTTP/1.1" 200 844 0.015268 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/router HTTP/1.1" 200 344 0.224328 10.0.0.33 - - [2025-11-24 02:11:48] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001291 10.0.0.33 - - [2025-11-24 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.025087 10.0.0.33 - - [2025-11-24 02:11:48] "POST /useragent-kv HTTP/1.1" 200 115 0.014736 10.0.0.33 - - [2025-11-24 02:11:48] "POST /virtual-networks HTTP/1.1" 200 694 0.140073 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/port HTTP/1.1" 200 1089 0.036364 10.0.0.33 - - [2025-11-24 02:11:48] "POST /route-targets HTTP/1.1" 200 327 0.027843 10.0.0.33 - - [2025-11-24 02:11:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.019042 10.0.0.33 - - [2025-11-24 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.014041 10.0.0.33 - - [2025-11-24 02:11:49] "POST /service-instances HTTP/1.1" 200 670 0.096029 10.0.0.33 - - [2025-11-24 02:11:49] "POST /route-tables HTTP/1.1" 200 582 0.022645 10.0.0.33 - - [2025-11-24 02:11:49] "PUT /logical-router/bd1b7807-9edc-4d82-99dd-93088b333875 HTTP/1.1" 200 262 0.035614 10.0.0.33 - - [2025-11-24 02:11:49] "POST /neutron/port HTTP/1.1" 200 1063 0.366618 10.0.0.33 - - [2025-11-24 02:11:49] "POST /neutron/port HTTP/1.1" 200 1063 0.008776 10.0.0.33 - - [2025-11-24 02:11:49] "POST /neutron/port HTTP/1.1" 200 1063 0.009627 10.0.0.33 - - [2025-11-24 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.016244 10.0.0.33 - - [2025-11-24 02:11:49] "POST /neutron/port HTTP/1.1" 200 1117 0.081954 10.0.0.33 - - [2025-11-24 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.33 - - [2025-11-24 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.33 - - [2025-11-24 02:11:49] "POST /neutron/port HTTP/1.1" 200 1091 0.010123 10.0.0.33 - - [2025-11-24 02:11:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003270 10.0.0.33 - - [2025-11-24 02:11:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.010246 10.0.0.33 - - [2025-11-24 02:11:49] "POST /virtual-machines HTTP/1.1" 200 553 0.013459 10.0.0.33 - - [2025-11-24 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.33 - - [2025-11-24 02:11:49] "POST /neutron/network HTTP/1.1" 200 834 0.006350 10.0.0.33 - - [2025-11-24 02:11:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.088871 10.0.0.33 - - [2025-11-24 02:11:49] "POST /chown HTTP/1.1" 200 109 0.006492 10.0.0.33 - - [2025-11-24 02:11:49] "POST /instance-ips HTTP/1.1" 200 551 0.026488 10.0.0.33 - - [2025-11-24 02:11:49] "POST /instance-ips HTTP/1.1" 400 246 0.016273 10.0.0.33 - - [2025-11-24 02:11:49] "POST /chown HTTP/1.1" 200 109 0.010941 10.0.0.33 - - [2025-11-24 02:11:49] "PUT /virtual-machine-interface/3ffa53f6-b5d2-4c74-b515-b950d7415aff HTTP/1.1" 200 284 0.011317 10.0.0.33 - - [2025-11-24 02:11:49] "PUT /instance-ip/5982352d-052e-4a20-bb69-990fb699d5a9 HTTP/1.1" 200 256 0.010470 10.0.0.33 - - [2025-11-24 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.009133 10.0.0.33 - - [2025-11-24 02:11:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.084987 10.0.0.33 - - [2025-11-24 02:11:50] "POST /chown HTTP/1.1" 200 109 0.007171 10.0.0.33 - - [2025-11-24 02:11:50] "POST /instance-ips HTTP/1.1" 200 549 0.032086 10.0.0.33 - - [2025-11-24 02:11:50] "POST /instance-ips HTTP/1.1" 400 316 0.027058 10.0.0.33 - - [2025-11-24 02:11:50] "POST /chown HTTP/1.1" 200 109 0.010992 10.0.0.33 - - [2025-11-24 02:11:50] "PUT /virtual-machine-interface/c3cc059c-37c6-4ae2-94df-107133c2824d HTTP/1.1" 200 284 0.015725 10.0.0.33 - - [2025-11-24 02:11:50] "PUT /instance-ip/ed66c319-3b1d-41a6-bc9a-90e360e3a006 HTTP/1.1" 200 256 0.014864 10.0.0.33 - - [2025-11-24 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.013071 10.0.0.33 - - [2025-11-24 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.017006 10.0.0.33 - - [2025-11-24 02:11:50] "PUT /routing-instance/302e7c24-6f44-4375-81a7-a74da6acd414 HTTP/1.1" 200 266 0.016645 10.0.0.33 - - [2025-11-24 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.013673 10.0.0.33 - - [2025-11-24 02:11:50] "POST /virtual-machines HTTP/1.1" 200 553 0.019756 10.0.0.33 - - [2025-11-24 02:11:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092683 10.0.0.33 - - [2025-11-24 02:11:50] "POST /chown HTTP/1.1" 200 109 0.008885 10.0.0.33 - - [2025-11-24 02:11:50] "POST /instance-ips HTTP/1.1" 400 246 0.022935 10.0.0.33 - - [2025-11-24 02:11:50] "POST /chown HTTP/1.1" 200 109 0.008168 10.0.0.33 - - [2025-11-24 02:11:51] "PUT /virtual-machine-interface/a5df033d-7d2a-4669-8f44-1c0d09173b58 HTTP/1.1" 200 284 0.008790 10.0.0.33 - - [2025-11-24 02:11:51] "PUT /instance-ip/5982352d-052e-4a20-bb69-990fb699d5a9 HTTP/1.1" 200 256 0.010099 10.0.0.33 - - [2025-11-24 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.009279 10.0.0.33 - - [2025-11-24 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.012650 10.0.0.33 - - [2025-11-24 02:11:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.081498 10.0.0.33 - - [2025-11-24 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.027274 10.0.0.33 - - [2025-11-24 02:11:51] "PUT /routing-instance/302e7c24-6f44-4375-81a7-a74da6acd414 HTTP/1.1" 200 266 0.013642 10.0.0.33 - - [2025-11-24 02:11:51] "POST /chown HTTP/1.1" 200 109 0.009784 10.0.0.33 - - [2025-11-24 02:11:51] "POST /instance-ips HTTP/1.1" 400 316 0.015977 10.0.0.33 - - [2025-11-24 02:11:51] "POST /chown HTTP/1.1" 200 109 0.005810 10.0.0.33 - - [2025-11-24 02:11:51] "PUT /virtual-machine-interface/74a7fca7-de50-42d2-ac17-8678d7baa6e2 HTTP/1.1" 200 284 0.016598 10.0.0.33 - - [2025-11-24 02:11:51] "PUT /instance-ip/ed66c319-3b1d-41a6-bc9a-90e360e3a006 HTTP/1.1" 200 256 0.009799 10.0.0.33 - - [2025-11-24 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.010844 10.0.0.33 - - [2025-11-24 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.010457 10.0.0.33 - - [2025-11-24 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.011742 10.0.0.33 - - [2025-11-24 02:11:51] "PUT /routing-instance/302e7c24-6f44-4375-81a7-a74da6acd414 HTTP/1.1" 200 266 0.020942 10.0.0.33 - - [2025-11-24 02:11:54] "POST /neutron/port HTTP/1.1" 200 1089 0.009493 10.0.0.33 - - [2025-11-24 02:11:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006242 10.0.0.33 - - [2025-11-24 02:11:54] "POST /neutron/port HTTP/1.1" 200 1089 0.010944 10.0.0.33 - - [2025-11-24 02:11:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005852 10.0.0.33 - - [2025-11-24 02:11:54] "POST /neutron/port HTTP/1.1" 200 1089 0.010675 10.0.0.33 - - [2025-11-24 02:11:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005376 10.0.0.33 - - [2025-11-24 02:11:54] "GET /virtual-machine/9e3de272-e63d-4e3c-846d-8023bb649a7a HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2025-11-24 02:11:54] "GET /virtual-machine/9e3de272-e63d-4e3c-846d-8023bb649a7a HTTP/1.1" 200 1295 0.028711 10.0.0.33 - - [2025-11-24 02:11:54] "GET /virtual-machine-interface/0dd2b0f5-b321-452f-99fe-2b212cc5a354 HTTP/1.1" 200 2955 0.012734 10.0.0.33 - - [2025-11-24 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.33 - - [2025-11-24 02:11:54] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003206 10.0.0.33 - - [2025-11-24 02:11:54] "GET /virtual-networks?parent_id=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002609 10.0.0.33 - - [2025-11-24 02:11:54] "GET /virtual-network/a3939266-462d-43f9-ae43-a578524eae31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004492 10.0.0.33 - - [2025-11-24 02:11:56] "POST /neutron/port HTTP/1.1" 200 1089 0.010533 10.0.0.33 - - [2025-11-24 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007238 10.0.0.33 - - [2025-11-24 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.33 - - [2025-11-24 02:11:57] "GET /virtual-network/a3939266-462d-43f9-ae43-a578524eae31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004569 10.0.0.33 - - [2025-11-24 02:11:58] "POST /neutron/port HTTP/1.1" 200 1091 0.013654 10.0.0.33 - - [2025-11-24 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004750 10.0.0.33 - - [2025-11-24 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.33 - - [2025-11-24 02:11:59] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002533 10.0.0.33 - - [2025-11-24 02:11:59] "GET /virtual-networks?parent_id=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002690 10.0.0.33 - - [2025-11-24 02:12:00] "GET /virtual-network/a3939266-462d-43f9-ae43-a578524eae31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004582 10.0.0.33 - - [2025-11-24 02:12:00] "POST /neutron/port HTTP/1.1" 200 1091 0.010732 10.0.0.33 - - [2025-11-24 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005054 10.0.0.33 - - [2025-11-24 02:12:00] "POST /neutron/port HTTP/1.1" 200 1091 0.009703 10.0.0.33 - - [2025-11-24 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005619 10.0.0.33 - - [2025-11-24 02:12:00] "POST /neutron/port HTTP/1.1" 200 1091 0.010084 10.0.0.33 - - [2025-11-24 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004996 10.0.0.33 - - [2025-11-24 02:12:00] "GET /virtual-machine/4e76748b-b87c-4323-9352-1bdf25409c09 HTTP/1.1" 200 1295 0.003604 10.0.0.33 - - [2025-11-24 02:12:00] "GET /virtual-machine-interface/b9dac550-ced9-4eb1-9123-07926cbb5697 HTTP/1.1" 200 2969 0.004184 10.0.0.33 - - [2025-11-24 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.33 - - [2025-11-24 02:12:00] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002471 10.0.0.33 - - [2025-11-24 02:12:00] "GET /virtual-networks?parent_id=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002629 10.0.0.33 - - [2025-11-24 02:12:00] "GET /virtual-network/e2ce3e59-493e-4da9-b123-595727a39187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004673 10.0.0.33 - - [2025-11-24 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.33 - - [2025-11-24 02:12:01] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003288 10.0.0.33 - - [2025-11-24 02:12:01] "GET /virtual-networks?parent_id=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002720 10.0.0.33 - - [2025-11-24 02:12:01] "GET /virtual-network/e2ce3e59-493e-4da9-b123-595727a39187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004545 10.0.0.33 - - [2025-11-24 02:12:05] "POST /neutron/router HTTP/1.1" 200 656 0.003944 10.0.0.33 - - [2025-11-24 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.010482 10.0.0.33 - - [2025-11-24 02:12:05] "POST /neutron/router HTTP/1.1" 200 344 0.084296 10.0.0.33 - - [2025-11-24 02:12:05] "POST /neutron/router HTTP/1.1" 200 656 0.004578 10.0.0.33 - - [2025-11-24 02:12:05] "GET /logical-router/bd1b7807-9edc-4d82-99dd-93088b333875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.004830 10.0.0.33 - - [2025-11-24 02:12:05] "GET /service-instance/df8bca25-f070-4b6c-b643-8f215ff4b3ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.002975 10.0.0.33 - - [2025-11-24 02:12:05] "POST /neutron/router HTTP/1.1" 200 151 0.051421 10.0.0.33 - - [2025-11-24 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.33 - - [2025-11-24 02:12:05] "DELETE /route-target/7a744d24-37bf-4a0a-966a-efb5e560edcc HTTP/1.1" 409 239 0.003643 10.0.0.33 - - [2025-11-24 02:12:05] "PUT /logical-router/bd1b7807-9edc-4d82-99dd-93088b333875 HTTP/1.1" 404 171 0.002474 10.0.0.33 - - [2025-11-24 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.013922 10.0.0.33 - - [2025-11-24 02:12:06] "PUT /routing-instance/302e7c24-6f44-4375-81a7-a74da6acd414 HTTP/1.1" 200 266 0.012184 10.0.0.33 - - [2025-11-24 02:12:06] "DELETE /route-table/c96b6def-7aff-4c35-a345-6bb665d307cd HTTP/1.1" 200 115 0.058279 10.0.0.33 - - [2025-11-24 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.33 - - [2025-11-24 02:12:06] "POST /neutron/network HTTP/1.1" 200 834 0.007972 10.0.0.33 - - [2025-11-24 02:12:06] "GET /virtual-network/04040708-5b90-454c-8947-eb9c4bb90501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006761 10.0.0.33 - - [2025-11-24 02:12:06] "POST /neutron/network HTTP/1.1" 400 204 0.045249 10.0.0.33 - - [2025-11-24 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.010448 10.0.0.33 - - [2025-11-24 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.010160 10.0.0.33 - - [2025-11-24 02:12:06] "DELETE /instance-ip/ed66c319-3b1d-41a6-bc9a-90e360e3a006 HTTP/1.1" 200 115 0.039439 10.0.0.33 - - [2025-11-24 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.33 - - [2025-11-24 02:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002599 10.0.0.33 - - [2025-11-24 02:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.006005 10.0.0.33 - - [2025-11-24 02:12:06] "DELETE /virtual-network/04040708-5b90-454c-8947-eb9c4bb90501 HTTP/1.1" 200 115 0.113050 10.0.0.33 - - [2025-11-24 02:12:06] "DELETE /route-target/cde630f8-eb29-43a8-97d1-e72899415113 HTTP/1.1" 200 115 0.033271 10.0.0.33 - - [2025-11-24 02:12:06] "DELETE /service-instance/df8bca25-f070-4b6c-b643-8f215ff4b3ea HTTP/1.1" 200 115 0.031378 10.0.0.33 - - [2025-11-24 02:12:06] "GET /logical-router/bd1b7807-9edc-4d82-99dd-93088b333875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002039 10.0.0.33 - - [2025-11-24 02:12:06] "POST /neutron/port HTTP/1.1" 200 1091 0.009253 10.0.0.33 - - [2025-11-24 02:12:06] "POST /neutron/port HTTP/1.1" 200 1117 0.007542 10.0.0.33 - - [2025-11-24 02:12:06] "GET /service-instance/df8bca25-f070-4b6c-b643-8f215ff4b3ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001754 10.0.0.33 - - [2025-11-24 02:12:06] "GET /virtual-machine-interface/a5df033d-7d2a-4669-8f44-1c0d09173b58?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.006966 10.0.0.33 - - [2025-11-24 02:12:06] "POST /neutron/port HTTP/1.1" 200 1089 0.012936 10.0.0.33 - - [2025-11-24 02:12:06] "POST /neutron/port HTTP/1.1" 200 151 0.117171 10.0.0.33 - - [2025-11-24 02:12:06] "POST /neutron/port HTTP/1.1" 200 1115 0.012597 10.0.0.33 - - [2025-11-24 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.020538 10.0.0.33 - - [2025-11-24 02:12:06] "GET /instance-ip/5982352d-052e-4a20-bb69-990fb699d5a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003782 10.0.0.33 - - [2025-11-24 02:12:06] "POST /neutron/port HTTP/1.1" 200 151 0.090289 10.0.0.33 - - [2025-11-24 02:12:06] "DELETE /virtual-machine-interface/a5df033d-7d2a-4669-8f44-1c0d09173b58 HTTP/1.1" 200 115 0.036505 10.0.0.33 - - [2025-11-24 02:12:06] "GET /virtual-machine-interface/74a7fca7-de50-42d2-ac17-8678d7baa6e2?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.015741 10.0.0.33 - - [2025-11-24 02:12:06] "DELETE /virtual-machine-interface/74a7fca7-de50-42d2-ac17-8678d7baa6e2 HTTP/1.1" 200 115 0.026942 10.0.0.33 - - [2025-11-24 02:12:06] "DELETE /virtual-machine/7396bc26-8c7a-4392-a63b-2f308af6e868 HTTP/1.1" 200 115 0.019052 10.0.0.33 - - [2025-11-24 02:12:06] "GET /virtual-machine-interface/3ffa53f6-b5d2-4c74-b515-b950d7415aff?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.005304 10.0.0.33 - - [2025-11-24 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.012094 10.0.0.33 - - [2025-11-24 02:12:06] "GET /instance-ip/5982352d-052e-4a20-bb69-990fb699d5a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005349 10.0.0.33 - - [2025-11-24 02:12:07] "DELETE /instance-ip/5982352d-052e-4a20-bb69-990fb699d5a9 HTTP/1.1" 200 115 0.028562 10.0.0.33 - - [2025-11-24 02:12:07] "DELETE /virtual-machine-interface/3ffa53f6-b5d2-4c74-b515-b950d7415aff HTTP/1.1" 200 115 0.029363 10.0.0.33 - - [2025-11-24 02:12:07] "GET /virtual-machine-interface/c3cc059c-37c6-4ae2-94df-107133c2824d?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.007355 10.0.0.33 - - [2025-11-24 02:12:07] "DELETE /virtual-machine-interface/c3cc059c-37c6-4ae2-94df-107133c2824d HTTP/1.1" 200 115 0.026079 10.0.0.33 - - [2025-11-24 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.008077 10.0.0.33 - - [2025-11-24 02:12:07] "DELETE /virtual-machine/0ae14bfd-3575-459a-9989-8995738bac3f HTTP/1.1" 200 115 0.015431 10.0.0.33 - - [2025-11-24 02:12:08] "POST /neutron/network HTTP/1.1" 200 834 0.004940 10.0.0.33 - - [2025-11-24 02:12:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003817 10.0.0.33 - - [2025-11-24 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.33 - - [2025-11-24 02:12:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001535 10.0.0.33 - - [2025-11-24 02:12:08] "POST /neutron/network HTTP/1.1" 200 151 0.070077 10.0.0.33 - - [2025-11-24 02:12:08] "DELETE /route-target/29694baa-035e-4bb8-9a79-70f1e6e89991 HTTP/1.1" 200 115 0.017429 10.0.0.33 - - [2025-11-24 02:12:08] "POST /neutron/network HTTP/1.1" 200 825 0.007658 10.0.0.33 - - [2025-11-24 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.33 - - [2025-11-24 02:12:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001743 10.0.0.33 - - [2025-11-24 02:12:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.33 - - [2025-11-24 02:12:08] "POST /neutron/network HTTP/1.1" 200 151 0.075078 10.0.0.33 - - [2025-11-24 02:12:08] "DELETE /route-target/ea125729-df6e-40a3-99d4-f669e1171d06 HTTP/1.1" 200 115 0.022398 10.0.0.33 - - [2025-11-24 02:12:08] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000904 10.0.0.33 - - [2025-11-24 02:12:08] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.021517 10.0.0.33 - - [2025-11-24 02:12:08] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000865 10.0.0.33 - - [2025-11-24 02:12:08] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?fields=virtual_networks HTTP/1.1" 200 1039 0.066188 10.0.0.33 - - [2025-11-24 02:12:08] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000907 10.0.0.33 - - [2025-11-24 02:12:08] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.024021 10.0.0.33 - - [2025-11-24 02:12:08] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000877 10.0.0.33 - - [2025-11-24 02:12:08] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?fields=security_groups HTTP/1.1" 200 1268 0.020503 10.0.0.33 - - [2025-11-24 02:12:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.027244 10.0.0.33 - - [2025-11-24 02:12:09] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002208 10.0.0.33 - - [2025-11-24 02:12:09] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.33 - - [2025-11-24 02:12:09] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006345 10.0.0.33 - - [2025-11-24 02:12:09] "POST /id-to-fqname HTTP/1.1" 200 198 0.002180 10.0.0.33 - - [2025-11-24 02:12:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.004296 10.0.0.33 - - [2025-11-24 02:12:09] "POST /security-groups HTTP/1.1" 200 599 0.060085 10.0.0.33 - - [2025-11-24 02:12:09] "POST /fqname-to-id HTTP/1.1" 404 242 0.002316 10.0.0.33 - - [2025-11-24 02:12:10] "POST /projects HTTP/1.1" 200 601 0.202381 10.0.0.33 - - [2025-11-24 02:12:10] "POST /access-control-lists HTTP/1.1" 200 604 0.054835 10.0.0.33 - - [2025-11-24 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.271128 10.0.0.33 - - [2025-11-24 02:12:10] "POST /fqname-to-id HTTP/1.1" 404 241 0.002320 10.0.0.33 - - [2025-11-24 02:12:10] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.387934 10.0.0.33 - - [2025-11-24 02:12:10] "POST /access-control-lists HTTP/1.1" 200 602 0.068641 10.0.0.33 - - [2025-11-24 02:12:11] "GET / HTTP/1.1" 200 35931 0.002414 10.0.0.33 - - [2025-11-24 02:12:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.33 - - [2025-11-24 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.051992 10.0.0.33 - - [2025-11-24 02:12:12] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.33 - - [2025-11-24 02:12:12] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.023029 10.0.0.33 - - [2025-11-24 02:12:12] "POST /neutron/network HTTP/1.1" 200 117 0.034621 10.0.0.33 - - [2025-11-24 02:12:12] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.33 - - [2025-11-24 02:12:12] "POST /neutron/network HTTP/1.1" 200 613 0.058823 10.0.0.33 - - [2025-11-24 02:12:12] "POST /route-targets HTTP/1.1" 200 327 0.012043 10.0.0.33 - - [2025-11-24 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.018706 10.0.0.33 - - [2025-11-24 02:12:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003463 10.0.0.33 - - [2025-11-24 02:12:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.156505 10.0.0.33 - - [2025-11-24 02:12:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000354 10.0.0.33 - - [2025-11-24 02:12:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003908 10.0.0.33 - - [2025-11-24 02:12:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.176367 10.0.0.33 - - [2025-11-24 02:12:12] "POST /neutron/network HTTP/1.1" 200 1007 0.006438 10.0.0.33 - - [2025-11-24 02:12:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001082 10.0.0.33 - - [2025-11-24 02:12:12] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004261 10.0.0.33 - - [2025-11-24 02:12:12] "POST /neutron/network HTTP/1.1" 200 1007 0.006265 10.0.0.33 - - [2025-11-24 02:12:12] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004587 10.0.0.33 - - [2025-11-24 02:12:12] "POST /neutron/network HTTP/1.1" 200 1007 0.007503 10.0.0.33 - - [2025-11-24 02:12:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.006218 10.0.0.33 - - [2025-11-24 02:12:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.006005 10.0.0.33 - - [2025-11-24 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.33 - - [2025-11-24 02:12:12] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001260 10.0.0.33 - - [2025-11-24 02:12:12] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.027201 10.0.0.33 - - [2025-11-24 02:12:13] "POST /neutron/network HTTP/1.1" 200 117 0.017795 10.0.0.33 - - [2025-11-24 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.029450 10.0.0.33 - - [2025-11-24 02:12:13] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.33 - - [2025-11-24 02:12:13] "POST /neutron/network HTTP/1.1" 200 613 0.060782 10.0.0.33 - - [2025-11-24 02:12:13] "POST /route-targets HTTP/1.1" 200 327 0.008174 10.0.0.33 - - [2025-11-24 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.016059 10.0.0.33 - - [2025-11-24 02:12:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002185 10.0.0.33 - - [2025-11-24 02:12:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.150515 10.0.0.33 - - [2025-11-24 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003504 10.0.0.33 - - [2025-11-24 02:12:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003422 10.0.0.33 - - [2025-11-24 02:12:13] "POST /neutron/subnet HTTP/1.1" 200 823 0.134271 10.0.0.33 - - [2025-11-24 02:12:13] "POST /neutron/network HTTP/1.1" 200 1005 0.005875 10.0.0.33 - - [2025-11-24 02:12:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001030 10.0.0.33 - - [2025-11-24 02:12:13] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004180 10.0.0.33 - - [2025-11-24 02:12:13] "POST /neutron/network HTTP/1.1" 200 1005 0.006494 10.0.0.33 - - [2025-11-24 02:12:13] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004788 10.0.0.33 - - [2025-11-24 02:12:13] "POST /neutron/network HTTP/1.1" 200 1005 0.006368 10.0.0.33 - - [2025-11-24 02:12:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.007420 10.0.0.33 - - [2025-11-24 02:12:13] "POST /neutron/subnet HTTP/1.1" 200 823 0.009283 10.0.0.33 - - [2025-11-24 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002959 10.0.0.33 - - [2025-11-24 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002095 10.0.0.33 - - [2025-11-24 02:12:13] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.33 - - [2025-11-24 02:12:13] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.023759 10.0.0.33 - - [2025-11-24 02:12:13] "POST /network-policys HTTP/1.1" 200 577 0.060593 10.0.0.33 - - [2025-11-24 02:12:13] "GET /network-policy/20a2b677-8389-4c74-a34c-564bc3176ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005322 10.0.0.33 - - [2025-11-24 02:12:13] "POST /neutron/network HTTP/1.1" 200 1007 0.007347 10.0.0.33 - - [2025-11-24 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.004061 10.0.0.33 - - [2025-11-24 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003780 10.0.0.33 - - [2025-11-24 02:12:14] "POST /neutron/network HTTP/1.1" 200 1115 0.040610 10.0.0.33 - - [2025-11-24 02:12:14] "POST /access-control-lists HTTP/1.1" 200 596 0.082513 10.0.0.33 - - [2025-11-24 02:12:14] "POST /neutron/network HTTP/1.1" 200 1115 0.058965 10.0.0.33 - - [2025-11-24 02:12:14] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.013234 10.0.0.33 - - [2025-11-24 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.33 - - [2025-11-24 02:12:14] "GET /network-policy/20a2b677-8389-4c74-a34c-564bc3176ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003092 10.0.0.33 - - [2025-11-24 02:12:14] "POST /neutron/network HTTP/1.1" 200 1005 0.006709 10.0.0.33 - - [2025-11-24 02:12:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.006093 10.0.0.33 - - [2025-11-24 02:12:14] "POST /neutron/network HTTP/1.1" 200 1113 0.053213 10.0.0.33 - - [2025-11-24 02:12:14] "PUT /access-control-list/a260f143-5d2e-4eac-8bd1-fc0f84a886c2 HTTP/1.1" 200 272 0.024648 10.0.0.33 - - [2025-11-24 02:12:14] "POST /fqname-to-id HTTP/1.1" 404 242 0.003226 10.0.0.33 - - [2025-11-24 02:12:14] "POST /neutron/network HTTP/1.1" 200 1113 0.006638 10.0.0.33 - - [2025-11-24 02:12:14] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004979 10.0.0.33 - - [2025-11-24 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.33 - - [2025-11-24 02:12:14] "GET /network-policy/20a2b677-8389-4c74-a34c-564bc3176ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.036591 10.0.0.33 - - [2025-11-24 02:12:14] "POST /access-control-lists HTTP/1.1" 200 596 0.065641 10.0.0.33 - - [2025-11-24 02:12:14] "GET /domains HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2025-11-24 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.008717 10.0.0.33 - - [2025-11-24 02:12:14] "GET /domains HTTP/1.1" 200 280 0.024599 10.0.0.33 - - [2025-11-24 02:12:14] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.33 - - [2025-11-24 02:12:14] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2954 0.007329 10.0.0.33 - - [2025-11-24 02:12:14] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.33 - - [2025-11-24 02:12:14] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506 HTTP/1.1" 200 2625 0.061565 10.0.0.33 - - [2025-11-24 02:12:14] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb HTTP/1.1" 200 3510 0.005512 10.0.0.33 - - [2025-11-24 02:12:14] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb HTTP/1.1" 200 3510 0.004189 10.0.0.33 - - [2025-11-24 02:12:14] "GET /routing-instance/03c9574e-1281-4115-85a2-e1057de445fb HTTP/1.1" 200 1793 0.003034 10.0.0.33 - - [2025-11-24 02:12:14] "GET /routing-instance/03c9574e-1281-4115-85a2-e1057de445fb HTTP/1.1" 200 1793 0.002725 10.0.0.33 - - [2025-11-24 02:12:14] "GET /route-target/c3c63063-c47f-4aa2-ab32-8efa376e9718 HTTP/1.1" 200 1213 0.003069 10.0.0.33 - - [2025-11-24 02:12:14] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb HTTP/1.1" 200 3510 0.003820 10.0.0.33 - - [2025-11-24 02:12:14] "GET /routing-instance/03c9574e-1281-4115-85a2-e1057de445fb HTTP/1.1" 200 1793 0.002661 10.0.0.33 - - [2025-11-24 02:12:14] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003973 10.0.0.33 - - [2025-11-24 02:12:14] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb HTTP/1.1" 200 3510 0.006907 10.0.0.33 - - [2025-11-24 02:12:14] "GET /routing-instance/03c9574e-1281-4115-85a2-e1057de445fb HTTP/1.1" 200 1793 0.002850 10.0.0.33 - - [2025-11-24 02:12:14] "GET /routing-instance/03c9574e-1281-4115-85a2-e1057de445fb HTTP/1.1" 200 1793 0.002715 10.0.0.33 - - [2025-11-24 02:12:14] "GET /route-target/c3c63063-c47f-4aa2-ab32-8efa376e9718 HTTP/1.1" 200 1213 0.002465 10.0.0.33 - - [2025-11-24 02:12:14] "GET /domains HTTP/1.1" 200 280 0.002764 10.0.0.33 - - [2025-11-24 02:12:14] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.33 - - [2025-11-24 02:12:14] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2954 0.005499 10.0.0.33 - - [2025-11-24 02:12:14] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.33 - - [2025-11-24 02:12:15] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506 HTTP/1.1" 200 2625 0.076854 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb HTTP/1.1" 200 3510 0.004195 10.0.0.33 - - [2025-11-24 02:12:15] "GET /obj-perms HTTP/1.1" 200 5046 0.058842 10.0.0.33 - - [2025-11-24 02:12:15] "GET /domains HTTP/1.1" 200 280 0.002601 10.0.0.33 - - [2025-11-24 02:12:15] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.33 - - [2025-11-24 02:12:15] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2954 0.006985 10.0.0.33 - - [2025-11-24 02:12:15] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.33 - - [2025-11-24 02:12:15] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506 HTTP/1.1" 200 2625 0.064492 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b HTTP/1.1" 200 3504 0.006867 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b HTTP/1.1" 200 3504 0.004784 10.0.0.33 - - [2025-11-24 02:12:15] "GET /routing-instance/1ba0b71a-2a43-4380-8aad-3ccdf069be7b HTTP/1.1" 200 1794 0.003644 10.0.0.33 - - [2025-11-24 02:12:15] "GET /routing-instance/1ba0b71a-2a43-4380-8aad-3ccdf069be7b HTTP/1.1" 200 1794 0.003081 10.0.0.33 - - [2025-11-24 02:12:15] "GET /route-target/4e82dee1-e627-434d-b4fd-e24b052f5ae1 HTTP/1.1" 200 1212 0.002836 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b HTTP/1.1" 200 3504 0.004236 10.0.0.33 - - [2025-11-24 02:12:15] "GET /routing-instance/1ba0b71a-2a43-4380-8aad-3ccdf069be7b HTTP/1.1" 200 1794 0.002803 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004228 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b HTTP/1.1" 200 3504 0.003861 10.0.0.33 - - [2025-11-24 02:12:15] "GET /routing-instance/1ba0b71a-2a43-4380-8aad-3ccdf069be7b HTTP/1.1" 200 1794 0.002828 10.0.0.33 - - [2025-11-24 02:12:15] "GET /routing-instance/1ba0b71a-2a43-4380-8aad-3ccdf069be7b HTTP/1.1" 200 1794 0.004983 10.0.0.33 - - [2025-11-24 02:12:15] "GET /route-target/4e82dee1-e627-434d-b4fd-e24b052f5ae1 HTTP/1.1" 200 1212 0.002612 10.0.0.33 - - [2025-11-24 02:12:15] "GET /domains HTTP/1.1" 200 280 0.002290 10.0.0.33 - - [2025-11-24 02:12:15] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.33 - - [2025-11-24 02:12:15] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2954 0.006064 10.0.0.33 - - [2025-11-24 02:12:15] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.33 - - [2025-11-24 02:12:15] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506 HTTP/1.1" 200 2625 0.067445 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b HTTP/1.1" 200 3504 0.004450 10.0.0.33 - - [2025-11-24 02:12:15] "GET /obj-perms HTTP/1.1" 200 5046 0.002767 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004523 10.0.0.33 - - [2025-11-24 02:12:15] "POST /neutron/network HTTP/1.1" 200 1113 0.006011 10.0.0.33 - - [2025-11-24 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.005158 10.0.0.33 - - [2025-11-24 02:12:15] "POST /neutron/network HTTP/1.1" 200 1005 0.039768 10.0.0.33 - - [2025-11-24 02:12:15] "DELETE /access-control-list/55548bca-334d-4aa1-92ed-d4d2b7f19d26 HTTP/1.1" 200 115 0.030728 10.0.0.33 - - [2025-11-24 02:12:15] "POST /neutron/network HTTP/1.1" 200 1005 0.009374 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/b6a2672b-3650-4775-a049-221a1a6cb47b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005569 10.0.0.33 - - [2025-11-24 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.018105 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004421 10.0.0.33 - - [2025-11-24 02:12:15] "POST /neutron/network HTTP/1.1" 200 1115 0.007984 10.0.0.33 - - [2025-11-24 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.004996 10.0.0.33 - - [2025-11-24 02:12:15] "POST /neutron/network HTTP/1.1" 200 1007 0.035698 10.0.0.33 - - [2025-11-24 02:12:15] "DELETE /access-control-list/a260f143-5d2e-4eac-8bd1-fc0f84a886c2 HTTP/1.1" 200 115 0.029185 10.0.0.33 - - [2025-11-24 02:12:15] "POST /neutron/network HTTP/1.1" 200 1007 0.010641 10.0.0.33 - - [2025-11-24 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.010724 10.0.0.33 - - [2025-11-24 02:12:15] "GET /virtual-network/fd45cc28-b75a-401c-8deb-9a796b743ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005465 10.0.0.33 - - [2025-11-24 02:12:15] "DELETE /network-policy/20a2b677-8389-4c74-a34c-564bc3176ad8 HTTP/1.1" 200 115 0.016822 10.0.0.33 - - [2025-11-24 02:12:15] "POST /neutron/network HTTP/1.1" 200 1005 0.006485 10.0.0.33 - - [2025-11-24 02:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002636 10.0.0.33 - - [2025-11-24 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.33 - - [2025-11-24 02:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002378 10.0.0.33 - - [2025-11-24 02:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002111 10.0.0.33 - - [2025-11-24 02:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001933 10.0.0.33 - - [2025-11-24 02:12:16] "POST /neutron/network HTTP/1.1" 200 151 0.076520 10.0.0.33 - - [2025-11-24 02:12:16] "DELETE /route-target/4e82dee1-e627-434d-b4fd-e24b052f5ae1 HTTP/1.1" 200 115 0.019106 10.0.0.33 - - [2025-11-24 02:12:16] "GET /routing-instance/1ba0b71a-2a43-4380-8aad-3ccdf069be7b HTTP/1.1" 404 171 0.002435 10.0.0.33 - - [2025-11-24 02:12:16] "GET /domains HTTP/1.1" 200 280 0.002218 10.0.0.33 - - [2025-11-24 02:12:16] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000846 10.0.0.33 - - [2025-11-24 02:12:16] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2954 0.049322 10.0.0.33 - - [2025-11-24 02:12:16] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.33 - - [2025-11-24 02:12:16] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506 HTTP/1.1" 200 2145 0.063705 10.0.0.33 - - [2025-11-24 02:12:16] "POST /neutron/network HTTP/1.1" 200 1007 0.006019 10.0.0.33 - - [2025-11-24 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.33 - - [2025-11-24 02:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001590 10.0.0.33 - - [2025-11-24 02:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002263 10.0.0.33 - - [2025-11-24 02:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001822 10.0.0.33 - - [2025-11-24 02:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001402 10.0.0.33 - - [2025-11-24 02:12:16] "POST /neutron/network HTTP/1.1" 200 151 0.078604 10.0.0.33 - - [2025-11-24 02:12:16] "DELETE /route-target/c3c63063-c47f-4aa2-ab32-8efa376e9718 HTTP/1.1" 200 115 0.018627 10.0.0.33 - - [2025-11-24 02:12:16] "GET /routing-instance/03c9574e-1281-4115-85a2-e1057de445fb HTTP/1.1" 404 171 0.002042 10.0.0.33 - - [2025-11-24 02:12:16] "GET /domains HTTP/1.1" 200 280 0.001780 10.0.0.33 - - [2025-11-24 02:12:16] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000767 10.0.0.33 - - [2025-11-24 02:12:16] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2954 0.046227 10.0.0.33 - - [2025-11-24 02:12:16] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001933 10.0.0.33 - - [2025-11-24 02:12:16] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506 HTTP/1.1" 200 1900 0.067535 10.0.0.33 - - [2025-11-24 02:12:16] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001330 10.0.0.33 - - [2025-11-24 02:12:16] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.027360 10.0.0.33 - - [2025-11-24 02:12:16] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.33 - - [2025-11-24 02:12:16] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?fields=virtual_networks HTTP/1.1" 200 1048 0.070296 10.0.0.33 - - [2025-11-24 02:12:16] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.33 - - [2025-11-24 02:12:16] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.020422 10.0.0.33 - - [2025-11-24 02:12:16] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.33 - - [2025-11-24 02:12:16] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?fields=security_groups HTTP/1.1" 200 1282 0.023030 10.0.0.33 - - [2025-11-24 02:12:17] "POST /fqname-to-id HTTP/1.1" 404 204 0.027548 10.0.0.33 - - [2025-11-24 02:12:17] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002425 10.0.0.33 - - [2025-11-24 02:12:17] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.33 - - [2025-11-24 02:12:17] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007325 10.0.0.33 - - [2025-11-24 02:12:17] "POST /id-to-fqname HTTP/1.1" 200 206 0.001129 10.0.0.33 - - [2025-11-24 02:12:17] "POST /fqname-to-id HTTP/1.1" 404 215 0.002890 10.0.0.33 - - [2025-11-24 02:12:18] "POST /security-groups HTTP/1.1" 200 607 0.073027 10.0.0.33 - - [2025-11-24 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 250 0.002139 10.0.0.33 - - [2025-11-24 02:12:18] "POST /projects HTTP/1.1" 200 617 0.210939 10.0.0.33 - - [2025-11-24 02:12:18] "POST /access-control-lists HTTP/1.1" 200 612 0.062226 10.0.0.33 - - [2025-11-24 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.279762 10.0.0.33 - - [2025-11-24 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 249 0.002396 10.0.0.33 - - [2025-11-24 02:12:18] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.397087 10.0.0.33 - - [2025-11-24 02:12:18] "POST /access-control-lists HTTP/1.1" 200 610 0.072795 10.0.0.33 - - [2025-11-24 02:12:19] "GET / HTTP/1.1" 200 35931 0.002228 10.0.0.33 - - [2025-11-24 02:12:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.33 - - [2025-11-24 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 233 0.053945 10.0.0.33 - - [2025-11-24 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.33 - - [2025-11-24 02:12:20] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001042 10.0.0.33 - - [2025-11-24 02:12:20] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.022751 10.0.0.33 - - [2025-11-24 02:12:20] "POST /network-policys HTTP/1.1" 200 567 0.060624 10.0.0.33 - - [2025-11-24 02:12:20] "GET /network-policy/10bf2cff-4f17-4e24-90ad-e7b0f28a7cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004449 10.0.0.33 - - [2025-11-24 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.33 - - [2025-11-24 02:12:20] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000904 10.0.0.33 - - [2025-11-24 02:12:20] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.020162 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/network HTTP/1.1" 200 117 0.033003 10.0.0.33 - - [2025-11-24 02:12:21] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000907 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/network HTTP/1.1" 200 623 0.052899 10.0.0.33 - - [2025-11-24 02:12:21] "POST /route-targets HTTP/1.1" 200 327 0.016899 10.0.0.33 - - [2025-11-24 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.012426 10.0.0.33 - - [2025-11-24 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002004 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/subnet HTTP/1.1" 200 710 0.178825 10.0.0.33 - - [2025-11-24 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003172 10.0.0.33 - - [2025-11-24 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002075 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/subnet HTTP/1.1" 200 828 0.133800 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/network HTTP/1.1" 200 1013 0.006500 10.0.0.33 - - [2025-11-24 02:12:21] "POST /id-to-fqname HTTP/1.1" 200 237 0.001330 10.0.0.33 - - [2025-11-24 02:12:21] "GET /virtual-network/503ef0ce-181f-45ed-a6b2-fee5c48a2116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005028 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/network HTTP/1.1" 200 1013 0.006756 10.0.0.33 - - [2025-11-24 02:12:21] "GET /virtual-network/503ef0ce-181f-45ed-a6b2-fee5c48a2116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006534 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/network HTTP/1.1" 200 1013 0.006820 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/subnet HTTP/1.1" 200 710 0.008343 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/subnet HTTP/1.1" 200 828 0.006527 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/network HTTP/1.1" 200 1013 0.006382 10.0.0.33 - - [2025-11-24 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 252 0.004910 10.0.0.33 - - [2025-11-24 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.002311 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/network HTTP/1.1" 200 1120 0.102865 10.0.0.33 - - [2025-11-24 02:12:21] "POST /access-control-lists HTTP/1.1" 200 607 0.061556 10.0.0.33 - - [2025-11-24 02:12:21] "POST /neutron/network HTTP/1.1" 200 1120 0.039059 10.0.0.33 - - [2025-11-24 02:12:21] "GET /virtual-network/503ef0ce-181f-45ed-a6b2-fee5c48a2116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.004251 10.0.0.33 - - [2025-11-24 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002099 10.0.0.33 - - [2025-11-24 02:12:21] "GET /network-policy/10bf2cff-4f17-4e24-90ad-e7b0f28a7cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004066 10.0.0.33 - - [2025-11-24 02:12:21] "GET /domains HTTP/1.1" 401 292 0.000425 10.0.0.33 - - [2025-11-24 02:12:22] "GET /domains HTTP/1.1" 200 280 0.033795 10.0.0.33 - - [2025-11-24 02:12:22] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.33 - - [2025-11-24 02:12:22] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 3156 0.007316 10.0.0.33 - - [2025-11-24 02:12:22] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000842 10.0.0.33 - - [2025-11-24 02:12:22] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f HTTP/1.1" 200 2459 0.066246 10.0.0.33 - - [2025-11-24 02:12:22] "GET /virtual-network/503ef0ce-181f-45ed-a6b2-fee5c48a2116 HTTP/1.1" 200 3535 0.006160 10.0.0.33 - - [2025-11-24 02:12:22] "GET /virtual-network/503ef0ce-181f-45ed-a6b2-fee5c48a2116 HTTP/1.1" 200 3535 0.003853 10.0.0.33 - - [2025-11-24 02:12:22] "GET /routing-instance/01b8d8d7-0cd3-41ae-a20a-3ce4a60698d6 HTTP/1.1" 200 1494 0.002798 10.0.0.33 - - [2025-11-24 02:12:22] "GET /routing-instance/01b8d8d7-0cd3-41ae-a20a-3ce4a60698d6 HTTP/1.1" 200 1494 0.002939 10.0.0.33 - - [2025-11-24 02:12:22] "GET /route-target/9eb2ab45-6877-4b7a-af8f-84e6e619fae9 HTTP/1.1" 200 1223 0.002246 10.0.0.33 - - [2025-11-24 02:12:22] "GET /virtual-network/503ef0ce-181f-45ed-a6b2-fee5c48a2116 HTTP/1.1" 200 3535 0.004449 10.0.0.33 - - [2025-11-24 02:12:22] "GET /routing-instance/01b8d8d7-0cd3-41ae-a20a-3ce4a60698d6 HTTP/1.1" 200 1494 0.002743 10.0.0.33 - - [2025-11-24 02:12:22] "GET /virtual-network/503ef0ce-181f-45ed-a6b2-fee5c48a2116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.007238 10.0.0.33 - - [2025-11-24 02:12:22] "GET /virtual-network/503ef0ce-181f-45ed-a6b2-fee5c48a2116 HTTP/1.1" 200 3535 0.004785 10.0.0.33 - - [2025-11-24 02:12:22] "GET /routing-instance/01b8d8d7-0cd3-41ae-a20a-3ce4a60698d6 HTTP/1.1" 200 1494 0.002882 10.0.0.33 - - [2025-11-24 02:12:22] "GET /routing-instance/01b8d8d7-0cd3-41ae-a20a-3ce4a60698d6 HTTP/1.1" 200 1494 0.003031 10.0.0.33 - - [2025-11-24 02:12:22] "GET /route-target/9eb2ab45-6877-4b7a-af8f-84e6e619fae9 HTTP/1.1" 200 1223 0.002455 10.0.0.33 - - [2025-11-24 02:12:22] "GET /domains HTTP/1.1" 200 280 0.002078 10.0.0.33 - - [2025-11-24 02:12:22] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000795 10.0.0.33 - - [2025-11-24 02:12:22] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 3156 0.005582 10.0.0.33 - - [2025-11-24 02:12:22] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001237 10.0.0.33 - - [2025-11-24 02:12:22] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f HTTP/1.1" 200 2459 0.070408 10.0.0.33 - - [2025-11-24 02:12:22] "GET /virtual-network/503ef0ce-181f-45ed-a6b2-fee5c48a2116 HTTP/1.1" 200 3535 0.005163 10.0.0.33 - - [2025-11-24 02:12:22] "GET /obj-perms HTTP/1.1" 200 5062 0.051836 10.0.0.33 - - [2025-11-24 02:12:22] "GET /domains HTTP/1.1" 200 280 0.002402 10.0.0.33 - - [2025-11-24 02:12:22] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.33 - - [2025-11-24 02:12:22] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 3156 0.005579 10.0.0.33 - - [2025-11-24 02:12:22] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000858 10.0.0.33 - - [2025-11-24 02:12:23] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f HTTP/1.1" 200 2459 0.066940 10.0.0.33 - - [2025-11-24 02:12:23] "GET /network-policy/10bf2cff-4f17-4e24-90ad-e7b0f28a7cd6 HTTP/1.1" 200 3479 0.003965 10.0.0.33 - - [2025-11-24 02:12:23] "DELETE /network-policy/10bf2cff-4f17-4e24-90ad-e7b0f28a7cd6 HTTP/1.1" 409 238 0.005208 10.0.0.33 - - [2025-11-24 02:12:23] "POST /neutron/network HTTP/1.1" 200 1120 0.006144 10.0.0.33 - - [2025-11-24 02:12:23] "DELETE /access-control-list/defdfff2-4d78-4d34-9a60-81c438599d45 HTTP/1.1" 200 115 0.020567 10.0.0.33 - - [2025-11-24 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.33 - - [2025-11-24 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.33 - - [2025-11-24 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001416 10.0.0.33 - - [2025-11-24 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001381 10.0.0.33 - - [2025-11-24 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001279 10.0.0.33 - - [2025-11-24 02:12:23] "POST /neutron/network HTTP/1.1" 200 151 0.080694 10.0.0.33 - - [2025-11-24 02:12:23] "GET /routing-instance/01b8d8d7-0cd3-41ae-a20a-3ce4a60698d6 HTTP/1.1" 404 171 0.002014 10.0.0.33 - - [2025-11-24 02:12:23] "GET /domains HTTP/1.1" 200 280 0.002499 10.0.0.33 - - [2025-11-24 02:12:23] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.33 - - [2025-11-24 02:12:23] "DELETE /route-target/9eb2ab45-6877-4b7a-af8f-84e6e619fae9 HTTP/1.1" 200 115 0.014148 10.0.0.33 - - [2025-11-24 02:12:23] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 3156 0.049384 10.0.0.33 - - [2025-11-24 02:12:23] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001012 10.0.0.33 - - [2025-11-24 02:12:23] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f HTTP/1.1" 200 2205 0.066792 10.0.0.33 - - [2025-11-24 02:12:23] "DELETE /network-policy/10bf2cff-4f17-4e24-90ad-e7b0f28a7cd6 HTTP/1.1" 200 115 0.023904 10.0.0.33 - - [2025-11-24 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001981 10.0.0.33 - - [2025-11-24 02:12:23] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000898 10.0.0.33 - - [2025-11-24 02:12:23] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.026984 10.0.0.33 - - [2025-11-24 02:12:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-64894057&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003483 10.0.0.33 - - [2025-11-24 02:12:24] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000943 10.0.0.33 - - [2025-11-24 02:12:24] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.022274 10.0.0.33 - - [2025-11-24 02:12:24] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000835 10.0.0.33 - - [2025-11-24 02:12:24] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?fields=virtual_networks HTTP/1.1" 200 1065 0.065473 10.0.0.33 - - [2025-11-24 02:12:24] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001030 10.0.0.33 - - [2025-11-24 02:12:24] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.022921 10.0.0.33 - - [2025-11-24 02:12:24] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000888 10.0.0.33 - - [2025-11-24 02:12:24] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?fields=security_groups HTTP/1.1" 200 1307 0.020346 10.0.0.33 - - [2025-11-24 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.026090 10.0.0.33 - - [2025-11-24 02:12:25] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002201 10.0.0.33 - - [2025-11-24 02:12:25] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.33 - - [2025-11-24 02:12:25] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006100 10.0.0.33 - - [2025-11-24 02:12:25] "POST /id-to-fqname HTTP/1.1" 200 192 0.001720 10.0.0.33 - - [2025-11-24 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 201 0.002869 10.0.0.33 - - [2025-11-24 02:12:25] "POST /security-groups HTTP/1.1" 200 593 0.060360 10.0.0.33 - - [2025-11-24 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.002068 10.0.0.33 - - [2025-11-24 02:12:25] "POST /projects HTTP/1.1" 200 589 0.204916 10.0.0.33 - - [2025-11-24 02:12:25] "POST /access-control-lists HTTP/1.1" 200 598 0.060237 10.0.0.33 - - [2025-11-24 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.282575 10.0.0.33 - - [2025-11-24 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 235 0.002419 10.0.0.33 - - [2025-11-24 02:12:25] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.398947 10.0.0.33 - - [2025-11-24 02:12:25] "POST /access-control-lists HTTP/1.1" 200 596 0.060627 10.0.0.33 - - [2025-11-24 02:12:26] "GET / HTTP/1.1" 200 35931 0.001821 10.0.0.33 - - [2025-11-24 02:12:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.33 - - [2025-11-24 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.097533 10.0.0.33 - - [2025-11-24 02:12:27] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000967 10.0.0.33 - - [2025-11-24 02:12:27] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023148 10.0.0.33 - - [2025-11-24 02:12:27] "POST /neutron/network HTTP/1.1" 200 117 0.029573 10.0.0.33 - - [2025-11-24 02:12:27] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000901 10.0.0.33 - - [2025-11-24 02:12:27] "POST /neutron/network HTTP/1.1" 200 607 0.051918 10.0.0.33 - - [2025-11-24 02:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001785 10.0.0.33 - - [2025-11-24 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.121387 10.0.0.33 - - [2025-11-24 02:12:27] "POST /neutron/network HTTP/1.1" 200 826 0.004676 10.0.0.33 - - [2025-11-24 02:12:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.000986 10.0.0.33 - - [2025-11-24 02:12:27] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003825 10.0.0.33 - - [2025-11-24 02:12:28] "POST /neutron/network HTTP/1.1" 200 826 0.004569 10.0.0.33 - - [2025-11-24 02:12:28] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003974 10.0.0.33 - - [2025-11-24 02:12:28] "POST /neutron/network HTTP/1.1" 200 826 0.005043 10.0.0.33 - - [2025-11-24 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.005810 10.0.0.33 - - [2025-11-24 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002124 10.0.0.33 - - [2025-11-24 02:12:28] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.33 - - [2025-11-24 02:12:28] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023738 10.0.0.33 - - [2025-11-24 02:12:28] "POST /neutron/network HTTP/1.1" 200 117 0.008933 10.0.0.33 - - [2025-11-24 02:12:28] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001070 10.0.0.33 - - [2025-11-24 02:12:28] "POST /neutron/network HTTP/1.1" 200 607 0.064823 10.0.0.33 - - [2025-11-24 02:12:28] "POST /route-targets HTTP/1.1" 200 327 0.017975 10.0.0.33 - - [2025-11-24 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.010393 10.0.0.33 - - [2025-11-24 02:12:28] "POST /route-targets HTTP/1.1" 200 327 0.008585 10.0.0.33 - - [2025-11-24 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.008998 10.0.0.33 - - [2025-11-24 02:12:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.33 - - [2025-11-24 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.197540 10.0.0.33 - - [2025-11-24 02:12:28] "POST /neutron/network HTTP/1.1" 200 827 0.005610 10.0.0.33 - - [2025-11-24 02:12:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.000987 10.0.0.33 - - [2025-11-24 02:12:28] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003893 10.0.0.33 - - [2025-11-24 02:12:28] "POST /neutron/network HTTP/1.1" 200 827 0.004457 10.0.0.33 - - [2025-11-24 02:12:28] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005069 10.0.0.33 - - [2025-11-24 02:12:28] "POST /neutron/network HTTP/1.1" 200 827 0.005062 10.0.0.33 - - [2025-11-24 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.005814 10.0.0.33 - - [2025-11-24 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.002074 10.0.0.33 - - [2025-11-24 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.33 - - [2025-11-24 02:12:28] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000936 10.0.0.33 - - [2025-11-24 02:12:28] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025762 10.0.0.33 - - [2025-11-24 02:12:28] "POST /network-policys HTTP/1.1" 200 571 0.015647 10.0.0.33 - - [2025-11-24 02:12:28] "GET /network-policy/b82efdc2-a698-47ef-98de-1b1267610a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004960 10.0.0.33 - - [2025-11-24 02:12:29] "POST /neutron/network HTTP/1.1" 200 826 0.005206 10.0.0.33 - - [2025-11-24 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.004718 10.0.0.33 - - [2025-11-24 02:12:29] "POST /neutron/network HTTP/1.1" 200 928 0.037469 10.0.0.33 - - [2025-11-24 02:12:29] "POST /neutron/network HTTP/1.1" 200 928 0.040489 10.0.0.33 - - [2025-11-24 02:12:29] "POST /access-control-lists HTTP/1.1" 200 590 0.061711 10.0.0.33 - - [2025-11-24 02:12:29] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005472 10.0.0.33 - - [2025-11-24 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001919 10.0.0.33 - - [2025-11-24 02:12:29] "GET /network-policy/b82efdc2-a698-47ef-98de-1b1267610a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003433 10.0.0.33 - - [2025-11-24 02:12:29] "POST /neutron/network HTTP/1.1" 200 827 0.006000 10.0.0.33 - - [2025-11-24 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.002185 10.0.0.33 - - [2025-11-24 02:12:29] "POST /neutron/network HTTP/1.1" 200 929 0.048515 10.0.0.33 - - [2025-11-24 02:12:29] "POST /neutron/network HTTP/1.1" 200 929 0.005226 10.0.0.33 - - [2025-11-24 02:12:29] "POST /access-control-lists HTTP/1.1" 200 590 0.070140 10.0.0.33 - - [2025-11-24 02:12:29] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.064264 10.0.0.33 - - [2025-11-24 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002231 10.0.0.33 - - [2025-11-24 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.009596 10.0.0.33 - - [2025-11-24 02:12:29] "GET /network-policy/b82efdc2-a698-47ef-98de-1b1267610a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003041 10.0.0.33 - - [2025-11-24 02:12:29] "GET /domains HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2025-11-24 02:12:29] "PUT /access-control-list/6f6af494-aac8-4824-bfc2-b99877d66830 HTTP/1.1" 200 272 0.051100 10.0.0.33 - - [2025-11-24 02:12:29] "GET /domains HTTP/1.1" 200 280 0.024928 10.0.0.33 - - [2025-11-24 02:12:29] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.33 - - [2025-11-24 02:12:29] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 3344 0.006877 10.0.0.33 - - [2025-11-24 02:12:29] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000804 10.0.0.33 - - [2025-11-24 02:12:29] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80 HTTP/1.1" 200 2570 0.066689 10.0.0.33 - - [2025-11-24 02:12:29] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91 HTTP/1.1" 200 2893 0.012281 10.0.0.33 - - [2025-11-24 02:12:29] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91 HTTP/1.1" 200 2893 0.004817 10.0.0.33 - - [2025-11-24 02:12:29] "GET /routing-instance/8635f0ff-be67-4c05-9ea0-589ef8162509 HTTP/1.1" 200 1783 0.003035 10.0.0.33 - - [2025-11-24 02:12:29] "GET /routing-instance/8635f0ff-be67-4c05-9ea0-589ef8162509 HTTP/1.1" 200 1783 0.003603 10.0.0.33 - - [2025-11-24 02:12:29] "GET /route-target/bc5a4548-6a4e-42bc-83d6-426491105b51 HTTP/1.1" 200 1206 0.003181 10.0.0.33 - - [2025-11-24 02:12:29] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91 HTTP/1.1" 200 2893 0.003669 10.0.0.33 - - [2025-11-24 02:12:29] "GET /routing-instance/8635f0ff-be67-4c05-9ea0-589ef8162509 HTTP/1.1" 200 1783 0.002567 10.0.0.33 - - [2025-11-24 02:12:29] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003828 10.0.0.33 - - [2025-11-24 02:12:29] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91 HTTP/1.1" 200 2893 0.004157 10.0.0.33 - - [2025-11-24 02:12:29] "GET /routing-instance/8635f0ff-be67-4c05-9ea0-589ef8162509 HTTP/1.1" 200 1783 0.002801 10.0.0.33 - - [2025-11-24 02:12:29] "GET /routing-instance/8635f0ff-be67-4c05-9ea0-589ef8162509 HTTP/1.1" 200 1783 0.003346 10.0.0.33 - - [2025-11-24 02:12:29] "GET /route-target/bc5a4548-6a4e-42bc-83d6-426491105b51 HTTP/1.1" 200 1206 0.003414 10.0.0.33 - - [2025-11-24 02:12:29] "GET /domains HTTP/1.1" 200 280 0.002728 10.0.0.33 - - [2025-11-24 02:12:29] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.33 - - [2025-11-24 02:12:29] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 3344 0.006050 10.0.0.33 - - [2025-11-24 02:12:29] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000973 10.0.0.33 - - [2025-11-24 02:12:30] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80 HTTP/1.1" 200 2570 0.066456 10.0.0.33 - - [2025-11-24 02:12:30] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91 HTTP/1.1" 200 2893 0.004162 10.0.0.33 - - [2025-11-24 02:12:30] "GET /obj-perms HTTP/1.1" 200 5034 0.049609 10.0.0.33 - - [2025-11-24 02:12:30] "GET /domains HTTP/1.1" 200 280 0.002318 10.0.0.33 - - [2025-11-24 02:12:30] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.33 - - [2025-11-24 02:12:30] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 3344 0.005728 10.0.0.33 - - [2025-11-24 02:12:30] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000844 10.0.0.33 - - [2025-11-24 02:12:30] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80 HTTP/1.1" 200 2570 0.070328 10.0.0.33 - - [2025-11-24 02:12:30] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832 HTTP/1.1" 200 2896 0.007604 10.0.0.33 - - [2025-11-24 02:12:30] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832 HTTP/1.1" 200 2896 0.004883 10.0.0.33 - - [2025-11-24 02:12:30] "GET /routing-instance/7d931ecc-ca82-4f4f-bc09-2c1de2c77cc6 HTTP/1.1" 200 1783 0.002894 10.0.0.33 - - [2025-11-24 02:12:30] "GET /routing-instance/7d931ecc-ca82-4f4f-bc09-2c1de2c77cc6 HTTP/1.1" 200 1783 0.002551 10.0.0.33 - - [2025-11-24 02:12:30] "GET /route-target/0cb8c316-01c4-4b46-9566-78048e2e0381 HTTP/1.1" 200 1205 0.002367 10.0.0.33 - - [2025-11-24 02:12:30] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832 HTTP/1.1" 200 2896 0.005374 10.0.0.33 - - [2025-11-24 02:12:30] "GET /routing-instance/7d931ecc-ca82-4f4f-bc09-2c1de2c77cc6 HTTP/1.1" 200 1783 0.002962 10.0.0.33 - - [2025-11-24 02:12:30] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003590 10.0.0.33 - - [2025-11-24 02:12:30] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832 HTTP/1.1" 200 2896 0.003639 10.0.0.33 - - [2025-11-24 02:12:30] "GET /routing-instance/7d931ecc-ca82-4f4f-bc09-2c1de2c77cc6 HTTP/1.1" 200 1783 0.002727 10.0.0.33 - - [2025-11-24 02:12:30] "GET /routing-instance/7d931ecc-ca82-4f4f-bc09-2c1de2c77cc6 HTTP/1.1" 200 1783 0.002560 10.0.0.33 - - [2025-11-24 02:12:30] "GET /route-target/0cb8c316-01c4-4b46-9566-78048e2e0381 HTTP/1.1" 200 1205 0.002537 10.0.0.33 - - [2025-11-24 02:12:30] "GET /domains HTTP/1.1" 200 280 0.002335 10.0.0.33 - - [2025-11-24 02:12:30] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.33 - - [2025-11-24 02:12:30] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 3344 0.005708 10.0.0.33 - - [2025-11-24 02:12:30] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000913 10.0.0.33 - - [2025-11-24 02:12:30] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80 HTTP/1.1" 200 2570 0.066099 10.0.0.33 - - [2025-11-24 02:12:30] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832 HTTP/1.1" 200 2896 0.004095 10.0.0.33 - - [2025-11-24 02:12:30] "GET /obj-perms HTTP/1.1" 200 5034 0.002408 10.0.0.33 - - [2025-11-24 02:12:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001050 10.0.0.33 - - [2025-11-24 02:12:30] "POST /neutron/network HTTP/1.1" 200 938 0.005278 10.0.0.33 - - [2025-11-24 02:12:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.33 - - [2025-11-24 02:12:31] "GET / HTTP/1.1" 200 35931 0.001360 10.0.0.33 - - [2025-11-24 02:12:31] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000512 10.0.0.33 - - [2025-11-24 02:12:31] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.33 - - [2025-11-24 02:12:31] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044801 10.0.0.33 - - [2025-11-24 02:12:31] "POST /neutron/network HTTP/1.1" 200 928 0.004595 10.0.0.33 - - [2025-11-24 02:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.005402 10.0.0.33 - - [2025-11-24 02:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.004321 10.0.0.33 - - [2025-11-24 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001157 10.0.0.33 - - [2025-11-24 02:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.004312 10.0.0.33 - - [2025-11-24 02:12:31] "POST /neutron/network HTTP/1.1" 200 939 0.005370 10.0.0.33 - - [2025-11-24 02:12:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000469 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/network HTTP/1.1" 200 938 0.004767 10.0.0.33 - - [2025-11-24 02:12:32] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000967 10.0.0.33 - - [2025-11-24 02:12:32] "GET / HTTP/1.1" 200 35931 0.001515 10.0.0.33 - - [2025-11-24 02:12:32] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000363 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/port HTTP/1.1" 200 1062 0.193432 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/port HTTP/1.1" 200 1062 0.008987 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/port HTTP/1.1" 200 1062 0.009537 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/port HTTP/1.1" 200 1116 0.053746 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/port HTTP/1.1" 200 1090 0.009708 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003129 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.006326 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/network HTTP/1.1" 200 928 0.005338 10.0.0.33 - - [2025-11-24 02:12:32] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000926 10.0.0.33 - - [2025-11-24 02:12:32] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050717 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/network HTTP/1.1" 200 929 0.005061 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/port HTTP/1.1" 200 1090 0.013742 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008783 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.004125 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/port HTTP/1.1" 200 1090 0.009516 10.0.0.33 - - [2025-11-24 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006362 10.0.0.33 - - [2025-11-24 02:12:33] "POST /neutron/network HTTP/1.1" 200 939 0.005316 10.0.0.33 - - [2025-11-24 02:12:33] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001235 10.0.0.33 - - [2025-11-24 02:12:33] "PUT /access-control-list/00e93356-97d8-4a19-88d1-a68281e957ce HTTP/1.1" 200 272 0.025837 10.0.0.33 - - [2025-11-24 02:12:33] "POST /neutron/port HTTP/1.1" 200 1063 0.232388 10.0.0.33 - - [2025-11-24 02:12:33] "POST /neutron/port HTTP/1.1" 200 1063 0.008866 10.0.0.33 - - [2025-11-24 02:12:33] "POST /neutron/port HTTP/1.1" 200 1063 0.007755 10.0.0.33 - - [2025-11-24 02:12:33] "POST /neutron/port HTTP/1.1" 200 1117 0.083851 10.0.0.33 - - [2025-11-24 02:12:33] "POST /neutron/port HTTP/1.1" 200 1091 0.012373 10.0.0.33 - - [2025-11-24 02:12:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003525 10.0.0.33 - - [2025-11-24 02:12:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.008645 10.0.0.33 - - [2025-11-24 02:12:33] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.33 - - [2025-11-24 02:12:33] "POST /neutron/network HTTP/1.1" 200 929 0.005522 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /project/fd7b1122444d425d8cf609eb0029248f HTTP/1.1" 404 173 0.009979 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /project/9f4010ff967646f2a1dee1ef45bf22c7 HTTP/1.1" 404 173 0.005848 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /project/5e087938201a42ab8a1258a1e19fec80 HTTP/1.1" 404 173 0.004165 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /project/1a9b1215cbe1425ea29519c7bea8c506 HTTP/1.1" 404 173 0.005302 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000787 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000742 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000726 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.058830 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.068643 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.075274 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.076305 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000847 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000757 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000746 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000705 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?fields=security_groups HTTP/1.1" 200 1412 0.058766 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?fields=security_groups HTTP/1.1" 200 1373 0.061566 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?fields=security_groups HTTP/1.1" 200 1387 0.072926 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?fields=security_groups HTTP/1.1" 200 1358 0.070756 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /security-group/61a57dc4-304b-4cb4-922c-e7e007dd8545 HTTP/1.1" 200 115 0.140070 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /security-group/a4a585e5-e3db-4ca5-9c6f-36b025509da5 HTTP/1.1" 200 115 0.139526 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=9f4010ff-9676-46f2-a1de-e1ef45bf22c7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001063 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /security-group/a37473b1-9940-4aff-9955-c88f3a916e12 HTTP/1.1" 200 115 0.155479 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=1a9b1215-cbe1-425e-a295-19c7bea8c506&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004100 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /security-group/9b3cd175-04ce-46b6-afa4-c26ca94b72a2 HTTP/1.1" 200 115 0.173840 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=fd7b1122-444d-425d-8cf6-09eb0029248f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002009 10.0.0.33 - - [2025-11-24 02:12:34] "GET /projects?obj_uuids=aa161e47-0bc2-452d-8d08-333284173729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /access-control-list/c3ffce25-858f-414e-b2ce-0bbe7359c2b9 HTTP/1.1" 200 115 0.116638 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7?fields=application_policy_sets HTTP/1.1" 200 1412 0.079711 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/fd7b1122-444d-425d-8cf6-09eb0029248f?fields=application_policy_sets HTTP/1.1" 200 1451 0.070997 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/1a9b1215-cbe1-425e-a295-19c7bea8c506?fields=application_policy_sets HTTP/1.1" 200 1426 0.131402 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /access-control-list/1242302a-6fff-4aad-b5db-4efab33af5c3 HTTP/1.1" 200 115 0.085859 10.0.0.33 - - [2025-11-24 02:12:34] "GET /project/aa161e47-0bc2-452d-8d08-333284173729?fields=application_policy_sets HTTP/1.1" 200 1397 0.127192 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /access-control-list/74453b8b-22f3-401d-bee1-5e30207c644d HTTP/1.1" 200 115 0.104692 10.0.0.33 - - [2025-11-24 02:12:34] "DELETE /access-control-list/684f748e-2da3-42b4-9bad-2ce4ac3e0b73 HTTP/1.1" 200 115 0.044600 10.0.0.33 - - [2025-11-24 02:12:35] "DELETE /project/9f4010ff-9676-46f2-a1de-e1ef45bf22c7 HTTP/1.1" 200 115 0.710624 10.0.0.33 - - [2025-11-24 02:12:35] "DELETE /access-control-list/2b6f2591-282e-42be-8653-c37f24697f77 HTTP/1.1" 200 115 0.040455 10.0.0.33 - - [2025-11-24 02:12:35] "DELETE /project/fd7b1122-444d-425d-8cf6-09eb0029248f HTTP/1.1" 200 115 0.722921 10.0.0.33 - - [2025-11-24 02:12:35] "DELETE /project/1a9b1215-cbe1-425e-a295-19c7bea8c506 HTTP/1.1" 200 115 0.721630 10.0.0.33 - - [2025-11-24 02:12:35] "DELETE /project/aa161e47-0bc2-452d-8d08-333284173729 HTTP/1.1" 200 115 0.731522 10.0.0.33 - - [2025-11-24 02:12:35] "DELETE /access-control-list/8be869f6-68d9-4ffe-a131-a66ba20771e4 HTTP/1.1" 200 115 0.017326 10.0.0.33 - - [2025-11-24 02:12:35] "DELETE /access-control-list/acfbc4e0-3c39-441a-b0fc-de43c00da2df HTTP/1.1" 200 115 0.014274 10.0.0.33 - - [2025-11-24 02:12:35] "DELETE /access-control-list/da1c0ac7-01e1-4f5c-8fd4-39d1032bdb21 HTTP/1.1" 200 115 0.020088 10.0.0.33 - - [2025-11-24 02:12:37] "POST /neutron/port HTTP/1.1" 200 1090 0.010478 10.0.0.33 - - [2025-11-24 02:12:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007457 10.0.0.33 - - [2025-11-24 02:12:38] "POST /neutron/port HTTP/1.1" 200 1090 0.011021 10.0.0.33 - - [2025-11-24 02:12:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005406 10.0.0.33 - - [2025-11-24 02:12:38] "POST /neutron/port HTTP/1.1" 200 1090 0.009494 10.0.0.33 - - [2025-11-24 02:12:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005805 10.0.0.33 - - [2025-11-24 02:12:38] "GET /virtual-machine/5dc8d660-8cf0-4162-8b3c-3a95b1cf5693 HTTP/1.1" 200 1294 0.005117 10.0.0.33 - - [2025-11-24 02:12:38] "GET /virtual-machine-interface/1e722b33-3297-4154-8935-d2e373aef7f0 HTTP/1.1" 200 2950 0.005733 10.0.0.33 - - [2025-11-24 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.33 - - [2025-11-24 02:12:38] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002966 10.0.0.33 - - [2025-11-24 02:12:38] "GET /virtual-networks?parent_id=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002430 10.0.0.33 - - [2025-11-24 02:12:38] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005233 10.0.0.33 - - [2025-11-24 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.047816 10.0.0.33 - - [2025-11-24 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.055835 10.0.0.33 - - [2025-11-24 02:12:41] "POST /neutron/port HTTP/1.1" 200 1090 0.010418 10.0.0.33 - - [2025-11-24 02:12:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006611 10.0.0.33 - - [2025-11-24 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.33 - - [2025-11-24 02:12:41] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005790 10.0.0.33 - - [2025-11-24 02:12:42] "POST /neutron/port HTTP/1.1" 200 1091 0.009478 10.0.0.33 - - [2025-11-24 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006474 10.0.0.33 - - [2025-11-24 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.33 - - [2025-11-24 02:12:43] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002779 10.0.0.33 - - [2025-11-24 02:12:43] "GET /virtual-networks?parent_id=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002992 10.0.0.33 - - [2025-11-24 02:12:43] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004564 10.0.0.33 - - [2025-11-24 02:12:43] "POST /neutron/port HTTP/1.1" 200 1091 0.009204 10.0.0.33 - - [2025-11-24 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005905 10.0.0.33 - - [2025-11-24 02:12:43] "POST /neutron/port HTTP/1.1" 200 1091 0.009936 10.0.0.33 - - [2025-11-24 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007929 10.0.0.33 - - [2025-11-24 02:12:44] "POST /neutron/port HTTP/1.1" 200 1091 0.010361 10.0.0.33 - - [2025-11-24 02:12:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005437 10.0.0.33 - - [2025-11-24 02:12:44] "GET /virtual-machine/75fe1edd-7a99-4fc7-9866-5807df41547a HTTP/1.1" 200 1294 0.004375 10.0.0.33 - - [2025-11-24 02:12:44] "GET /virtual-machine-interface/ec9bbc00-cd80-4774-a161-55ef68a12b10 HTTP/1.1" 200 2952 0.004518 10.0.0.33 - - [2025-11-24 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.33 - - [2025-11-24 02:12:44] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004280 10.0.0.33 - - [2025-11-24 02:12:44] "GET /virtual-networks?parent_id=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003459 10.0.0.33 - - [2025-11-24 02:12:44] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005260 10.0.0.33 - - [2025-11-24 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.33 - - [2025-11-24 02:12:45] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002815 10.0.0.33 - - [2025-11-24 02:12:45] "GET /virtual-networks?parent_id=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005932 10.0.0.33 - - [2025-11-24 02:12:45] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006559 10.0.0.33 - - [2025-11-24 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.33 - - [2025-11-24 02:12:49] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001239 10.0.0.33 - - [2025-11-24 02:12:49] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026336 10.0.0.33 - - [2025-11-24 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.33 - - [2025-11-24 02:12:49] "PUT /network-policy/b82efdc2-a698-47ef-98de-1b1267610a93 HTTP/1.1" 200 262 0.009274 10.0.0.33 - - [2025-11-24 02:12:49] "PUT /access-control-list/00e93356-97d8-4a19-88d1-a68281e957ce HTTP/1.1" 200 272 0.051723 10.0.0.33 - - [2025-11-24 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.010664 10.0.0.33 - - [2025-11-24 02:12:49] "PUT /access-control-list/6f6af494-aac8-4824-bfc2-b99877d66830 HTTP/1.1" 200 272 0.050082 10.0.0.33 - - [2025-11-24 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.010168 10.0.0.33 - - [2025-11-24 02:12:53] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005601 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/network HTTP/1.1" 200 929 0.005856 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/network HTTP/1.1" 200 827 0.039916 10.0.0.33 - - [2025-11-24 02:12:53] "DELETE /access-control-list/00e93356-97d8-4a19-88d1-a68281e957ce HTTP/1.1" 200 115 0.031483 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/network HTTP/1.1" 200 827 0.005325 10.0.0.33 - - [2025-11-24 02:12:53] "GET /virtual-network/a8aef88c-bf6a-4b56-a5fd-aa85f0633832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003949 10.0.0.33 - - [2025-11-24 02:12:53] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005988 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/network HTTP/1.1" 200 928 0.005444 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/network HTTP/1.1" 200 826 0.060649 10.0.0.33 - - [2025-11-24 02:12:53] "DELETE /access-control-list/6f6af494-aac8-4824-bfc2-b99877d66830 HTTP/1.1" 200 115 0.045550 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/network HTTP/1.1" 200 826 0.022147 10.0.0.33 - - [2025-11-24 02:12:53] "GET /virtual-network/9b141284-415a-402d-9a63-2cc68949ac91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006655 10.0.0.33 - - [2025-11-24 02:12:53] "DELETE /network-policy/b82efdc2-a698-47ef-98de-1b1267610a93 HTTP/1.1" 200 115 0.015978 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/network HTTP/1.1" 200 827 0.010163 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/network HTTP/1.1" 400 204 0.012563 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/port HTTP/1.1" 200 1091 0.010431 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/port HTTP/1.1" 200 1117 0.008552 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/port HTTP/1.1" 200 1090 0.011521 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/port HTTP/1.1" 200 1116 0.011545 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/port HTTP/1.1" 200 151 0.110984 10.0.0.33 - - [2025-11-24 02:12:53] "POST /neutron/port HTTP/1.1" 200 151 0.125479 10.0.0.33 - - [2025-11-24 02:12:55] "POST /neutron/network HTTP/1.1" 200 827 0.006281 10.0.0.33 - - [2025-11-24 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.33 - - [2025-11-24 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003076 10.0.0.33 - - [2025-11-24 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003443 10.0.0.33 - - [2025-11-24 02:12:55] "POST /neutron/network HTTP/1.1" 200 151 0.087862 10.0.0.33 - - [2025-11-24 02:12:55] "DELETE /route-target/0cb8c316-01c4-4b46-9566-78048e2e0381 HTTP/1.1" 200 115 0.015272 10.0.0.33 - - [2025-11-24 02:12:55] "GET /routing-instance/7d931ecc-ca82-4f4f-bc09-2c1de2c77cc6 HTTP/1.1" 404 171 0.002203 10.0.0.33 - - [2025-11-24 02:12:55] "GET /domains HTTP/1.1" 200 280 0.001988 10.0.0.33 - - [2025-11-24 02:12:55] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.33 - - [2025-11-24 02:12:55] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2575 0.051213 10.0.0.33 - - [2025-11-24 02:12:55] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001315 10.0.0.33 - - [2025-11-24 02:12:55] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80 HTTP/1.1" 200 2102 0.061909 10.0.0.33 - - [2025-11-24 02:12:55] "POST /neutron/network HTTP/1.1" 200 826 0.004967 10.0.0.33 - - [2025-11-24 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.33 - - [2025-11-24 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001652 10.0.0.33 - - [2025-11-24 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001422 10.0.0.33 - - [2025-11-24 02:12:55] "POST /neutron/network HTTP/1.1" 200 151 0.078221 10.0.0.33 - - [2025-11-24 02:12:55] "DELETE /route-target/bc5a4548-6a4e-42bc-83d6-426491105b51 HTTP/1.1" 200 115 0.017818 10.0.0.33 - - [2025-11-24 02:12:55] "GET /routing-instance/8635f0ff-be67-4c05-9ea0-589ef8162509 HTTP/1.1" 404 171 0.004027 10.0.0.33 - - [2025-11-24 02:12:55] "GET /domains HTTP/1.1" 200 280 0.002037 10.0.0.33 - - [2025-11-24 02:12:55] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.33 - - [2025-11-24 02:12:55] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2575 0.046963 10.0.0.33 - - [2025-11-24 02:12:55] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001291 10.0.0.33 - - [2025-11-24 02:12:55] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80 HTTP/1.1" 200 1863 0.064991 10.0.0.33 - - [2025-11-24 02:12:56] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000961 10.0.0.33 - - [2025-11-24 02:12:56] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026154 10.0.0.33 - - [2025-11-24 02:12:56] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001292 10.0.0.33 - - [2025-11-24 02:12:56] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?fields=virtual_networks HTTP/1.1" 200 1035 0.069694 10.0.0.33 - - [2025-11-24 02:12:56] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001294 10.0.0.33 - - [2025-11-24 02:12:56] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023690 10.0.0.33 - - [2025-11-24 02:12:56] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.33 - - [2025-11-24 02:12:56] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?fields=security_groups HTTP/1.1" 200 1263 0.046586 10.0.0.33 - - [2025-11-24 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 181 0.025189 10.0.0.33 - - [2025-11-24 02:12:57] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002640 10.0.0.33 - - [2025-11-24 02:12:57] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.33 - - [2025-11-24 02:12:57] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007522 10.0.0.33 - - [2025-11-24 02:12:57] "POST /id-to-fqname HTTP/1.1" 200 183 0.001186 10.0.0.33 - - [2025-11-24 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.002569 10.0.0.33 - - [2025-11-24 02:12:57] "POST /security-groups HTTP/1.1" 200 584 0.059977 10.0.0.33 - - [2025-11-24 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 227 0.002426 10.0.0.33 - - [2025-11-24 02:12:57] "POST /projects HTTP/1.1" 200 571 0.201394 10.0.0.33 - - [2025-11-24 02:12:57] "POST /access-control-lists HTTP/1.1" 200 589 0.055189 10.0.0.33 - - [2025-11-24 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.273406 10.0.0.33 - - [2025-11-24 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 226 0.002480 10.0.0.33 - - [2025-11-24 02:12:57] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.398961 10.0.0.33 - - [2025-11-24 02:12:57] "POST /access-control-lists HTTP/1.1" 200 587 0.056471 10.0.0.33 - - [2025-11-24 02:12:58] "GET / HTTP/1.1" 200 35931 0.001922 10.0.0.33 - - [2025-11-24 02:12:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.33 - - [2025-11-24 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.061425 10.0.0.33 - - [2025-11-24 02:12:59] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001226 10.0.0.33 - - [2025-11-24 02:12:59] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.024851 10.0.0.33 - - [2025-11-24 02:12:59] "POST /neutron/network HTTP/1.1" 200 117 0.037465 10.0.0.33 - - [2025-11-24 02:12:59] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001209 10.0.0.33 - - [2025-11-24 02:13:00] "POST /neutron/network HTTP/1.1" 200 612 0.073095 10.0.0.33 - - [2025-11-24 02:13:00] "POST /route-targets HTTP/1.1" 200 327 0.023111 10.0.0.33 - - [2025-11-24 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.013674 10.0.0.33 - - [2025-11-24 02:13:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005448 10.0.0.33 - - [2025-11-24 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 719 0.186529 10.0.0.33 - - [2025-11-24 02:13:00] "POST /neutron/network HTTP/1.1" 200 830 0.007397 10.0.0.33 - - [2025-11-24 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001003 10.0.0.33 - - [2025-11-24 02:13:00] "GET /virtual-network/4843852e-039a-42bb-825e-1f5ceac0aa3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004481 10.0.0.33 - - [2025-11-24 02:13:00] "POST /neutron/network HTTP/1.1" 200 830 0.005237 10.0.0.33 - - [2025-11-24 02:13:00] "GET /virtual-network/4843852e-039a-42bb-825e-1f5ceac0aa3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005221 10.0.0.33 - - [2025-11-24 02:13:00] "POST /neutron/network HTTP/1.1" 200 830 0.005827 10.0.0.33 - - [2025-11-24 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 719 0.007349 10.0.0.33 - - [2025-11-24 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002187 10.0.0.33 - - [2025-11-24 02:13:00] "GET /virtual-network/4843852e-039a-42bb-825e-1f5ceac0aa3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003896 10.0.0.33 - - [2025-11-24 02:13:00] "PUT /virtual-network/4843852e-039a-42bb-825e-1f5ceac0aa3d HTTP/1.1" 200 264 0.036024 10.0.0.33 - - [2025-11-24 02:13:00] "POST /route-targets HTTP/1.1" 200 323 0.016279 10.0.0.33 - - [2025-11-24 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.012346 10.0.0.33 - - [2025-11-24 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.33 - - [2025-11-24 02:13:00] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000917 10.0.0.33 - - [2025-11-24 02:13:00] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.023010 10.0.0.33 - - [2025-11-24 02:13:00] "POST /neutron/network HTTP/1.1" 200 117 0.009015 10.0.0.33 - - [2025-11-24 02:13:00] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000964 10.0.0.33 - - [2025-11-24 02:13:00] "POST /neutron/network HTTP/1.1" 200 612 0.072888 10.0.0.33 - - [2025-11-24 02:13:00] "POST /route-targets HTTP/1.1" 200 327 0.011391 10.0.0.33 - - [2025-11-24 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.012419 10.0.0.33 - - [2025-11-24 02:13:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004612 10.0.0.33 - - [2025-11-24 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 719 0.173206 10.0.0.33 - - [2025-11-24 02:13:00] "POST /neutron/network HTTP/1.1" 200 830 0.005153 10.0.0.33 - - [2025-11-24 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001252 10.0.0.33 - - [2025-11-24 02:13:01] "GET /virtual-network/b009705c-1580-4b87-8734-4b04407cc08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004431 10.0.0.33 - - [2025-11-24 02:13:01] "POST /neutron/network HTTP/1.1" 200 830 0.004704 10.0.0.33 - - [2025-11-24 02:13:01] "GET /virtual-network/b009705c-1580-4b87-8734-4b04407cc08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004489 10.0.0.33 - - [2025-11-24 02:13:01] "POST /neutron/network HTTP/1.1" 200 830 0.004892 10.0.0.33 - - [2025-11-24 02:13:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.006050 10.0.0.33 - - [2025-11-24 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002077 10.0.0.33 - - [2025-11-24 02:13:01] "GET /virtual-network/b009705c-1580-4b87-8734-4b04407cc08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004587 10.0.0.33 - - [2025-11-24 02:13:01] "PUT /virtual-network/b009705c-1580-4b87-8734-4b04407cc08e HTTP/1.1" 200 264 0.027565 10.0.0.33 - - [2025-11-24 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.008352 10.0.0.33 - - [2025-11-24 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.002167 10.0.0.33 - - [2025-11-24 02:13:01] "POST /neutron/network HTTP/1.1" 200 840 0.004570 10.0.0.33 - - [2025-11-24 02:13:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000382 10.0.0.33 - - [2025-11-24 02:13:01] "GET / HTTP/1.1" 200 35931 0.002557 10.0.0.33 - - [2025-11-24 02:13:01] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000353 10.0.0.33 - - [2025-11-24 02:13:02] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000938 10.0.0.33 - - [2025-11-24 02:13:02] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.044201 10.0.0.33 - - [2025-11-24 02:13:02] "POST /neutron/network HTTP/1.1" 200 830 0.004892 10.0.0.33 - - [2025-11-24 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.004154 10.0.0.33 - - [2025-11-24 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.004600 10.0.0.33 - - [2025-11-24 02:13:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001186 10.0.0.33 - - [2025-11-24 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.005203 10.0.0.33 - - [2025-11-24 02:13:02] "POST /neutron/network HTTP/1.1" 200 840 0.004622 10.0.0.33 - - [2025-11-24 02:13:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2025-11-24 02:13:02] "POST /neutron/network HTTP/1.1" 200 840 0.004997 10.0.0.33 - - [2025-11-24 02:13:02] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001250 10.0.0.33 - - [2025-11-24 02:13:02] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.33 - - [2025-11-24 02:13:02] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000384 10.0.0.33 - - [2025-11-24 02:13:02] "POST /neutron/port HTTP/1.1" 200 1052 0.206692 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/port HTTP/1.1" 200 1052 0.008519 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/port HTTP/1.1" 200 1052 0.007880 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/port HTTP/1.1" 200 1106 0.056696 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/port HTTP/1.1" 200 1080 0.010713 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003585 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/subnet HTTP/1.1" 200 693 0.007166 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/network HTTP/1.1" 200 830 0.007099 10.0.0.33 - - [2025-11-24 02:13:03] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001379 10.0.0.33 - - [2025-11-24 02:13:03] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.062072 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/network HTTP/1.1" 200 830 0.004538 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/port HTTP/1.1" 200 1080 0.013433 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006512 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.004284 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/port HTTP/1.1" 200 1080 0.012202 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005296 10.0.0.33 - - [2025-11-24 02:13:03] "POST /neutron/network HTTP/1.1" 200 840 0.005565 10.0.0.33 - - [2025-11-24 02:13:03] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000979 10.0.0.33 - - [2025-11-24 02:13:04] "POST /neutron/port HTTP/1.1" 200 1052 0.208364 10.0.0.33 - - [2025-11-24 02:13:04] "POST /neutron/port HTTP/1.1" 200 1052 0.008865 10.0.0.33 - - [2025-11-24 02:13:04] "POST /neutron/port HTTP/1.1" 200 1052 0.012525 10.0.0.33 - - [2025-11-24 02:13:04] "POST /neutron/port HTTP/1.1" 200 1106 0.061540 10.0.0.33 - - [2025-11-24 02:13:04] "POST /neutron/port HTTP/1.1" 200 1080 0.009229 10.0.0.33 - - [2025-11-24 02:13:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004425 10.0.0.33 - - [2025-11-24 02:13:04] "POST /neutron/subnet HTTP/1.1" 200 693 0.007175 10.0.0.33 - - [2025-11-24 02:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.33 - - [2025-11-24 02:13:04] "POST /neutron/network HTTP/1.1" 200 830 0.005354 10.0.0.33 - - [2025-11-24 02:13:08] "POST /neutron/port HTTP/1.1" 200 1080 0.010599 10.0.0.33 - - [2025-11-24 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005615 10.0.0.33 - - [2025-11-24 02:13:08] "POST /neutron/port HTTP/1.1" 200 1080 0.012054 10.0.0.33 - - [2025-11-24 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005826 10.0.0.33 - - [2025-11-24 02:13:08] "POST /neutron/port HTTP/1.1" 200 1080 0.025347 10.0.0.33 - - [2025-11-24 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005480 10.0.0.33 - - [2025-11-24 02:13:08] "GET /virtual-machine/b9976105-f5ad-4dcb-81c5-878b8eff3e32 HTTP/1.1" 401 292 0.000407 10.0.0.33 - - [2025-11-24 02:13:09] "GET /virtual-machine/b9976105-f5ad-4dcb-81c5-878b8eff3e32 HTTP/1.1" 200 1285 0.029312 10.0.0.33 - - [2025-11-24 02:13:09] "GET /virtual-machine-interface/eb53ece6-b1b5-42b2-94f2-77e8319c91af HTTP/1.1" 200 2928 0.004400 10.0.0.33 - - [2025-11-24 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.33 - - [2025-11-24 02:13:09] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002930 10.0.0.33 - - [2025-11-24 02:13:09] "GET /virtual-networks?parent_id=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002910 10.0.0.33 - - [2025-11-24 02:13:09] "GET /virtual-network/4843852e-039a-42bb-825e-1f5ceac0aa3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005301 10.0.0.33 - - [2025-11-24 02:13:11] "POST /neutron/port HTTP/1.1" 200 1080 0.013705 10.0.0.33 - - [2025-11-24 02:13:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006357 10.0.0.33 - - [2025-11-24 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.33 - - [2025-11-24 02:13:12] "GET /virtual-network/4843852e-039a-42bb-825e-1f5ceac0aa3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004186 10.0.0.33 - - [2025-11-24 02:13:12] "POST /neutron/port HTTP/1.1" 200 1080 0.016314 10.0.0.33 - - [2025-11-24 02:13:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004386 10.0.0.33 - - [2025-11-24 02:13:12] "POST /neutron/port HTTP/1.1" 200 1080 0.009632 10.0.0.33 - - [2025-11-24 02:13:12] "POST /neutron/port HTTP/1.1" 200 1080 0.011371 10.0.0.33 - - [2025-11-24 02:13:12] "POST /neutron/network HTTP/1.1" 200 840 0.005600 10.0.0.33 - - [2025-11-24 02:13:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003036 10.0.0.33 - - [2025-11-24 02:13:13] "POST /neutron/subnet HTTP/1.1" 200 693 0.007788 10.0.0.33 - - [2025-11-24 02:13:13] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.33 - - [2025-11-24 02:13:13] "POST /neutron/network HTTP/1.1" 200 830 0.007347 10.0.0.33 - - [2025-11-24 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.33 - - [2025-11-24 02:13:14] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002762 10.0.0.33 - - [2025-11-24 02:13:14] "GET /virtual-networks?parent_id=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002512 10.0.0.33 - - [2025-11-24 02:13:14] "GET /virtual-network/4843852e-039a-42bb-825e-1f5ceac0aa3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004800 10.0.0.33 - - [2025-11-24 02:13:14] "POST /neutron/port HTTP/1.1" 200 1080 0.011217 10.0.0.33 - - [2025-11-24 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005681 10.0.0.33 - - [2025-11-24 02:13:14] "POST /neutron/port HTTP/1.1" 200 1080 0.011949 10.0.0.33 - - [2025-11-24 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005961 10.0.0.33 - - [2025-11-24 02:13:14] "POST /neutron/port HTTP/1.1" 200 1080 0.012697 10.0.0.33 - - [2025-11-24 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006586 10.0.0.33 - - [2025-11-24 02:13:15] "GET /virtual-machine/f9590f84-b705-44f7-8f5a-24368383f5d6 HTTP/1.1" 200 1286 0.005807 10.0.0.33 - - [2025-11-24 02:13:15] "GET /virtual-machine-interface/a44d7b86-b137-4814-b19c-953cf9fda692 HTTP/1.1" 200 2928 0.004335 10.0.0.33 - - [2025-11-24 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.33 - - [2025-11-24 02:13:15] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002469 10.0.0.33 - - [2025-11-24 02:13:15] "GET /virtual-networks?parent_id=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002881 10.0.0.33 - - [2025-11-24 02:13:15] "GET /virtual-network/b009705c-1580-4b87-8734-4b04407cc08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005508 10.0.0.33 - - [2025-11-24 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.33 - - [2025-11-24 02:13:16] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002889 10.0.0.33 - - [2025-11-24 02:13:16] "GET /virtual-networks?parent_id=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002683 10.0.0.33 - - [2025-11-24 02:13:16] "GET /virtual-network/b009705c-1580-4b87-8734-4b04407cc08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004552 10.0.0.33 - - [2025-11-24 02:13:16] "POST /neutron/port HTTP/1.1" 200 1080 0.009506 10.0.0.33 - - [2025-11-24 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005219 10.0.0.33 - - [2025-11-24 02:13:21] "POST /routing-policys HTTP/1.1" 200 534 0.015891 10.0.0.33 - - [2025-11-24 02:13:21] "GET /virtual-network/4843852e-039a-42bb-825e-1f5ceac0aa3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004152 10.0.0.33 - - [2025-11-24 02:13:21] "PUT /virtual-network/4843852e-039a-42bb-825e-1f5ceac0aa3d HTTP/1.1" 200 264 0.026770 10.0.0.33 - - [2025-11-24 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.010839 10.0.0.33 - - [2025-11-24 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.030072 10.0.0.33 - - [2025-11-24 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.011158 10.0.0.33 - - [2025-11-24 02:13:25] "DELETE /routing-policy/ca58fb4a-0985-401b-b055-f79461cc2461 HTTP/1.1" 200 115 0.021808 10.0.0.33 - - [2025-11-24 02:13:25] "POST /neutron/network HTTP/1.1" 200 830 0.008195 10.0.0.33 - - [2025-11-24 02:13:25] "POST /neutron/network HTTP/1.1" 400 204 0.010014 10.0.0.33 - - [2025-11-24 02:13:26] "POST /neutron/port HTTP/1.1" 200 1080 0.011418 10.0.0.33 - - [2025-11-24 02:13:26] "POST /neutron/port HTTP/1.1" 200 1106 0.012450 10.0.0.33 - - [2025-11-24 02:13:26] "POST /neutron/port HTTP/1.1" 200 1080 0.029535 10.0.0.33 - - [2025-11-24 02:13:26] "POST /neutron/port HTTP/1.1" 200 1106 0.007228 10.0.0.33 - - [2025-11-24 02:13:26] "POST /neutron/port HTTP/1.1" 200 151 0.146375 10.0.0.33 - - [2025-11-24 02:13:26] "POST /neutron/port HTTP/1.1" 200 151 0.123829 10.0.0.33 - - [2025-11-24 02:13:27] "POST /neutron/network HTTP/1.1" 200 830 0.004573 10.0.0.33 - - [2025-11-24 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.33 - - [2025-11-24 02:13:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001613 10.0.0.33 - - [2025-11-24 02:13:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002088 10.0.0.33 - - [2025-11-24 02:13:27] "POST /neutron/network HTTP/1.1" 200 151 0.068274 10.0.0.33 - - [2025-11-24 02:13:27] "DELETE /route-target/9f264ee3-510e-4b8d-9a16-58f9f14d59e7 HTTP/1.1" 200 115 0.012367 10.0.0.33 - - [2025-11-24 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.33 - - [2025-11-24 02:13:27] "POST /neutron/network HTTP/1.1" 200 830 0.004653 10.0.0.33 - - [2025-11-24 02:13:27] "DELETE /route-target/2814112c-7ba1-4d2e-a50a-27a1f7a6153b HTTP/1.1" 409 239 0.004490 10.0.0.33 - - [2025-11-24 02:13:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002378 10.0.0.33 - - [2025-11-24 02:13:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002237 10.0.0.33 - - [2025-11-24 02:13:27] "POST /neutron/network HTTP/1.1" 200 151 0.071427 10.0.0.33 - - [2025-11-24 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.33 - - [2025-11-24 02:13:27] "DELETE /route-target/e0f9f318-fa03-4d52-a37b-34e0f4dc52ec HTTP/1.1" 200 115 0.014819 10.0.0.33 - - [2025-11-24 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002094 10.0.0.33 - - [2025-11-24 02:13:28] "DELETE /route-target/2814112c-7ba1-4d2e-a50a-27a1f7a6153b HTTP/1.1" 200 115 0.012640 10.0.0.33 - - [2025-11-24 02:13:28] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000898 10.0.0.33 - - [2025-11-24 02:13:28] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.021153 10.0.0.33 - - [2025-11-24 02:13:28] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000811 10.0.0.33 - - [2025-11-24 02:13:28] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?fields=virtual_networks HTTP/1.1" 200 1018 0.063326 10.0.0.33 - - [2025-11-24 02:13:28] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001402 10.0.0.33 - - [2025-11-24 02:13:28] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.022257 10.0.0.33 - - [2025-11-24 02:13:28] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000984 10.0.0.33 - - [2025-11-24 02:13:28] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?fields=security_groups HTTP/1.1" 200 1237 0.022940 10.0.0.33 - - [2025-11-24 02:13:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.024267 10.0.0.33 - - [2025-11-24 02:13:29] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002079 10.0.0.33 - - [2025-11-24 02:13:29] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.33 - - [2025-11-24 02:13:29] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007135 10.0.0.33 - - [2025-11-24 02:13:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.001230 10.0.0.33 - - [2025-11-24 02:13:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.003036 10.0.0.33 - - [2025-11-24 02:13:29] "POST /security-groups HTTP/1.1" 200 589 0.060309 10.0.0.33 - - [2025-11-24 02:13:29] "POST /fqname-to-id HTTP/1.1" 404 232 0.002282 10.0.0.33 - - [2025-11-24 02:13:29] "POST /projects HTTP/1.1" 200 581 0.194968 10.0.0.33 - - [2025-11-24 02:13:29] "POST /access-control-lists HTTP/1.1" 200 594 0.057500 10.0.0.33 - - [2025-11-24 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.265801 10.0.0.33 - - [2025-11-24 02:13:29] "POST /fqname-to-id HTTP/1.1" 404 231 0.003388 10.0.0.33 - - [2025-11-24 02:13:29] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.382021 10.0.0.33 - - [2025-11-24 02:13:29] "POST /access-control-lists HTTP/1.1" 200 592 0.056353 10.0.0.33 - - [2025-11-24 02:13:30] "GET / HTTP/1.1" 200 35931 0.001655 10.0.0.33 - - [2025-11-24 02:13:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.33 - - [2025-11-24 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.057637 10.0.0.33 - - [2025-11-24 02:13:31] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.33 - - [2025-11-24 02:13:31] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021151 10.0.0.33 - - [2025-11-24 02:13:31] "POST /neutron/network HTTP/1.1" 200 117 0.031146 10.0.0.33 - - [2025-11-24 02:13:31] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.33 - - [2025-11-24 02:13:31] "POST /neutron/network HTTP/1.1" 200 613 0.063468 10.0.0.33 - - [2025-11-24 02:13:31] "POST /route-targets HTTP/1.1" 200 327 0.012184 10.0.0.33 - - [2025-11-24 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.010859 10.0.0.33 - - [2025-11-24 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005438 10.0.0.33 - - [2025-11-24 02:13:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.191724 10.0.0.33 - - [2025-11-24 02:13:32] "POST /neutron/network HTTP/1.1" 200 830 0.005594 10.0.0.33 - - [2025-11-24 02:13:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001368 10.0.0.33 - - [2025-11-24 02:13:32] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004524 10.0.0.33 - - [2025-11-24 02:13:32] "POST /neutron/network HTTP/1.1" 200 830 0.006050 10.0.0.33 - - [2025-11-24 02:13:32] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004992 10.0.0.33 - - [2025-11-24 02:13:32] "POST /neutron/network HTTP/1.1" 200 830 0.004636 10.0.0.33 - - [2025-11-24 02:13:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.005896 10.0.0.33 - - [2025-11-24 02:13:32] "GET /domains HTTP/1.1" 401 292 0.000359 10.0.0.33 - - [2025-11-24 02:13:32] "GET /domains HTTP/1.1" 200 280 0.024400 10.0.0.33 - - [2025-11-24 02:13:32] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002208 10.0.0.33 - - [2025-11-24 02:13:32] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2938 0.007805 10.0.0.33 - - [2025-11-24 02:13:32] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000802 10.0.0.33 - - [2025-11-24 02:13:32] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 2080 0.064654 10.0.0.33 - - [2025-11-24 02:13:32] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349 HTTP/1.1" 200 2314 0.005414 10.0.0.33 - - [2025-11-24 02:13:32] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349 HTTP/1.1" 200 2314 0.004140 10.0.0.33 - - [2025-11-24 02:13:32] "GET /routing-instance/59b15242-7219-4d4e-b936-42e9a6ce806a HTTP/1.1" 200 1493 0.003348 10.0.0.33 - - [2025-11-24 02:13:32] "GET /routing-instance/59b15242-7219-4d4e-b936-42e9a6ce806a HTTP/1.1" 200 1493 0.002894 10.0.0.33 - - [2025-11-24 02:13:32] "GET /route-target/472c6474-9fb5-43a4-89b2-1cd6123a7207 HTTP/1.1" 200 1211 0.002954 10.0.0.33 - - [2025-11-24 02:13:32] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349 HTTP/1.1" 200 2314 0.004362 10.0.0.33 - - [2025-11-24 02:13:32] "GET /routing-instance/59b15242-7219-4d4e-b936-42e9a6ce806a HTTP/1.1" 200 1493 0.003266 10.0.0.33 - - [2025-11-24 02:13:32] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004318 10.0.0.33 - - [2025-11-24 02:13:32] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349 HTTP/1.1" 200 2314 0.004940 10.0.0.33 - - [2025-11-24 02:13:32] "GET /routing-instance/59b15242-7219-4d4e-b936-42e9a6ce806a HTTP/1.1" 200 1493 0.003160 10.0.0.33 - - [2025-11-24 02:13:32] "GET /routing-instance/59b15242-7219-4d4e-b936-42e9a6ce806a HTTP/1.1" 200 1493 0.003892 10.0.0.33 - - [2025-11-24 02:13:32] "GET /route-target/472c6474-9fb5-43a4-89b2-1cd6123a7207 HTTP/1.1" 200 1211 0.002794 10.0.0.33 - - [2025-11-24 02:13:32] "GET /domains HTTP/1.1" 200 280 0.002589 10.0.0.33 - - [2025-11-24 02:13:32] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.33 - - [2025-11-24 02:13:32] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2938 0.005756 10.0.0.33 - - [2025-11-24 02:13:32] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000808 10.0.0.33 - - [2025-11-24 02:13:32] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 2080 0.066082 10.0.0.33 - - [2025-11-24 02:13:32] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349 HTTP/1.1" 200 2314 0.003958 10.0.0.33 - - [2025-11-24 02:13:33] "GET /obj-perms HTTP/1.1" 200 5026 0.053086 10.0.0.33 - - [2025-11-24 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.33 - - [2025-11-24 02:13:33] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000882 10.0.0.33 - - [2025-11-24 02:13:33] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025723 10.0.0.33 - - [2025-11-24 02:13:33] "POST /neutron/network HTTP/1.1" 200 117 0.008535 10.0.0.33 - - [2025-11-24 02:13:33] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.33 - - [2025-11-24 02:13:33] "POST /neutron/network HTTP/1.1" 200 613 0.055882 10.0.0.33 - - [2025-11-24 02:13:33] "POST /route-targets HTTP/1.1" 200 327 0.011552 10.0.0.33 - - [2025-11-24 02:13:33] "POST /ref-update HTTP/1.1" 200 156 0.012375 10.0.0.33 - - [2025-11-24 02:13:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003196 10.0.0.33 - - [2025-11-24 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.187809 10.0.0.33 - - [2025-11-24 02:13:33] "POST /neutron/network HTTP/1.1" 200 833 0.004624 10.0.0.33 - - [2025-11-24 02:13:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001039 10.0.0.33 - - [2025-11-24 02:13:33] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004142 10.0.0.33 - - [2025-11-24 02:13:33] "POST /neutron/network HTTP/1.1" 200 833 0.006841 10.0.0.33 - - [2025-11-24 02:13:33] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004771 10.0.0.33 - - [2025-11-24 02:13:33] "POST /neutron/network HTTP/1.1" 200 833 0.004910 10.0.0.33 - - [2025-11-24 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.006080 10.0.0.33 - - [2025-11-24 02:13:33] "GET /domains HTTP/1.1" 200 280 0.002215 10.0.0.33 - - [2025-11-24 02:13:33] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.33 - - [2025-11-24 02:13:33] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2938 0.006113 10.0.0.33 - - [2025-11-24 02:13:33] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.33 - - [2025-11-24 02:13:33] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 2298 0.067398 10.0.0.33 - - [2025-11-24 02:13:33] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23 HTTP/1.1" 200 2322 0.005559 10.0.0.33 - - [2025-11-24 02:13:33] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23 HTTP/1.1" 200 2322 0.004405 10.0.0.33 - - [2025-11-24 02:13:33] "GET /routing-instance/bcdf0202-6244-46b4-86be-336dadcc2703 HTTP/1.1" 200 1493 0.003317 10.0.0.33 - - [2025-11-24 02:13:33] "GET /routing-instance/bcdf0202-6244-46b4-86be-336dadcc2703 HTTP/1.1" 200 1493 0.002929 10.0.0.33 - - [2025-11-24 02:13:33] "GET /route-target/6610cca9-eef2-4284-bd32-d5732515f966 HTTP/1.1" 200 1212 0.002566 10.0.0.33 - - [2025-11-24 02:13:33] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23 HTTP/1.1" 200 2322 0.003837 10.0.0.33 - - [2025-11-24 02:13:33] "GET /routing-instance/bcdf0202-6244-46b4-86be-336dadcc2703 HTTP/1.1" 200 1493 0.003237 10.0.0.33 - - [2025-11-24 02:13:33] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003971 10.0.0.33 - - [2025-11-24 02:13:33] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23 HTTP/1.1" 200 2322 0.004241 10.0.0.33 - - [2025-11-24 02:13:33] "GET /routing-instance/bcdf0202-6244-46b4-86be-336dadcc2703 HTTP/1.1" 200 1493 0.003264 10.0.0.33 - - [2025-11-24 02:13:33] "GET /routing-instance/bcdf0202-6244-46b4-86be-336dadcc2703 HTTP/1.1" 200 1493 0.002895 10.0.0.33 - - [2025-11-24 02:13:33] "GET /route-target/6610cca9-eef2-4284-bd32-d5732515f966 HTTP/1.1" 200 1212 0.002982 10.0.0.33 - - [2025-11-24 02:13:33] "GET /domains HTTP/1.1" 200 280 0.002309 10.0.0.33 - - [2025-11-24 02:13:33] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.33 - - [2025-11-24 02:13:33] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2938 0.005812 10.0.0.33 - - [2025-11-24 02:13:33] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000833 10.0.0.33 - - [2025-11-24 02:13:34] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 2298 0.062709 10.0.0.33 - - [2025-11-24 02:13:34] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23 HTTP/1.1" 200 2322 0.004244 10.0.0.33 - - [2025-11-24 02:13:34] "GET /obj-perms HTTP/1.1" 200 5026 0.002544 10.0.0.33 - - [2025-11-24 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.33 - - [2025-11-24 02:13:34] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.33 - - [2025-11-24 02:13:34] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021084 10.0.0.33 - - [2025-11-24 02:13:34] "POST /neutron/network HTTP/1.1" 200 117 0.009907 10.0.0.33 - - [2025-11-24 02:13:34] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.33 - - [2025-11-24 02:13:34] "POST /neutron/network HTTP/1.1" 200 615 0.048246 10.0.0.33 - - [2025-11-24 02:13:34] "POST /ref-update HTTP/1.1" 200 156 0.010892 10.0.0.33 - - [2025-11-24 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002471 10.0.0.33 - - [2025-11-24 02:13:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.144904 10.0.0.33 - - [2025-11-24 02:13:34] "POST /neutron/network HTTP/1.1" 200 833 0.004305 10.0.0.33 - - [2025-11-24 02:13:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001034 10.0.0.33 - - [2025-11-24 02:13:34] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003934 10.0.0.33 - - [2025-11-24 02:13:34] "POST /neutron/network HTTP/1.1" 200 833 0.004532 10.0.0.33 - - [2025-11-24 02:13:34] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004107 10.0.0.33 - - [2025-11-24 02:13:34] "POST /neutron/network HTTP/1.1" 200 833 0.004951 10.0.0.33 - - [2025-11-24 02:13:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.006245 10.0.0.33 - - [2025-11-24 02:13:34] "GET /domains HTTP/1.1" 200 280 0.002060 10.0.0.33 - - [2025-11-24 02:13:34] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.33 - - [2025-11-24 02:13:34] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2938 0.005711 10.0.0.33 - - [2025-11-24 02:13:34] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.33 - - [2025-11-24 02:13:34] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 2517 0.067247 10.0.0.33 - - [2025-11-24 02:13:34] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2 HTTP/1.1" 200 2321 0.005235 10.0.0.33 - - [2025-11-24 02:13:34] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2 HTTP/1.1" 200 2321 0.004035 10.0.0.33 - - [2025-11-24 02:13:34] "GET /routing-instance/2ca620b6-fcba-4672-9e5b-e4e55e8a2652 HTTP/1.1" 200 1497 0.003566 10.0.0.33 - - [2025-11-24 02:13:34] "GET /routing-instance/2ca620b6-fcba-4672-9e5b-e4e55e8a2652 HTTP/1.1" 200 1497 0.002981 10.0.0.33 - - [2025-11-24 02:13:34] "GET /route-target/7a744d24-37bf-4a0a-966a-efb5e560edcc HTTP/1.1" 200 1214 0.003135 10.0.0.33 - - [2025-11-24 02:13:34] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2 HTTP/1.1" 200 2321 0.004162 10.0.0.33 - - [2025-11-24 02:13:34] "GET /routing-instance/2ca620b6-fcba-4672-9e5b-e4e55e8a2652 HTTP/1.1" 200 1497 0.003563 10.0.0.33 - - [2025-11-24 02:13:34] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004519 10.0.0.33 - - [2025-11-24 02:13:34] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2 HTTP/1.1" 200 2321 0.005054 10.0.0.33 - - [2025-11-24 02:13:34] "GET /routing-instance/2ca620b6-fcba-4672-9e5b-e4e55e8a2652 HTTP/1.1" 200 1497 0.003367 10.0.0.33 - - [2025-11-24 02:13:34] "GET /routing-instance/2ca620b6-fcba-4672-9e5b-e4e55e8a2652 HTTP/1.1" 200 1497 0.002817 10.0.0.33 - - [2025-11-24 02:13:34] "GET /route-target/7a744d24-37bf-4a0a-966a-efb5e560edcc HTTP/1.1" 200 1214 0.002852 10.0.0.33 - - [2025-11-24 02:13:34] "GET /domains HTTP/1.1" 200 280 0.002301 10.0.0.33 - - [2025-11-24 02:13:34] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.33 - - [2025-11-24 02:13:34] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2938 0.006730 10.0.0.33 - - [2025-11-24 02:13:34] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.33 - - [2025-11-24 02:13:34] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 2517 0.065658 10.0.0.33 - - [2025-11-24 02:13:34] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2 HTTP/1.1" 200 2321 0.005249 10.0.0.33 - - [2025-11-24 02:13:34] "GET /obj-perms HTTP/1.1" 200 5026 0.002723 10.0.0.33 - - [2025-11-24 02:13:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001568 10.0.0.33 - - [2025-11-24 02:13:35] "POST /neutron/network HTTP/1.1" 200 843 0.005558 10.0.0.33 - - [2025-11-24 02:13:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000365 10.0.0.33 - - [2025-11-24 02:13:35] "DELETE /project/74312e82b9ab4d7ea3154183f69828e8 HTTP/1.1" 404 173 0.009443 10.0.0.33 - - [2025-11-24 02:13:35] "DELETE /project/64aa29a6adcf49e8bdc1b3885b755305 HTTP/1.1" 404 173 0.005100 10.0.0.33 - - [2025-11-24 02:13:35] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000792 10.0.0.33 - - [2025-11-24 02:13:35] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000735 10.0.0.33 - - [2025-11-24 02:13:35] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.030363 10.0.0.33 - - [2025-11-24 02:13:35] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.032988 10.0.0.33 - - [2025-11-24 02:13:35] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000875 10.0.0.33 - - [2025-11-24 02:13:35] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001048 10.0.0.33 - - [2025-11-24 02:13:35] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?fields=security_groups HTTP/1.1" 200 1342 0.069272 10.0.0.33 - - [2025-11-24 02:13:35] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?fields=security_groups HTTP/1.1" 200 1368 0.076037 10.0.0.33 - - [2025-11-24 02:13:35] "DELETE /security-group/917b1750-0ac6-45b7-b57b-c86249f96d56 HTTP/1.1" 200 115 0.053604 10.0.0.33 - - [2025-11-24 02:13:35] "DELETE /security-group/f52f3456-1b63-43dc-8360-dc033cab9f13 HTTP/1.1" 200 115 0.055736 10.0.0.33 - - [2025-11-24 02:13:35] "GET /projects?obj_uuids=64aa29a6-adcf-49e8-bdc1-b3885b755305&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000976 10.0.0.33 - - [2025-11-24 02:13:35] "GET /projects?obj_uuids=5e087938-201a-42ab-8a12-58a1e19fec80&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000862 10.0.0.33 - - [2025-11-24 02:13:35] "DELETE /access-control-list/7d973aa8-fa1d-4504-b7da-9532a23ce84d HTTP/1.1" 200 115 0.037462 10.0.0.33 - - [2025-11-24 02:13:35] "GET /project/64aa29a6-adcf-49e8-bdc1-b3885b755305?fields=application_policy_sets HTTP/1.1" 200 1381 0.032833 10.0.0.33 - - [2025-11-24 02:13:35] "GET /project/5e087938-201a-42ab-8a12-58a1e19fec80?fields=application_policy_sets HTTP/1.1" 200 1407 0.037570 10.0.0.33 - - [2025-11-24 02:13:35] "DELETE /access-control-list/86dccfb5-8246-4063-a805-7d06a638ec2e HTTP/1.1" 200 115 0.039081 10.0.0.33 - - [2025-11-24 02:13:35] "GET / HTTP/1.1" 200 35931 0.001134 10.0.0.33 - - [2025-11-24 02:13:35] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000325 10.0.0.33 - - [2025-11-24 02:13:35] "DELETE /access-control-list/9078ef58-2e20-436b-8e3a-9d14cd4e23ec HTTP/1.1" 200 115 0.016198 10.0.0.33 - - [2025-11-24 02:13:35] "DELETE /access-control-list/b3efd9b9-e508-4d10-9467-5d24255d5315 HTTP/1.1" 200 115 0.028379 10.0.0.33 - - [2025-11-24 02:13:35] "DELETE /project/64aa29a6-adcf-49e8-bdc1-b3885b755305 HTTP/1.1" 200 115 0.385159 10.0.0.33 - - [2025-11-24 02:13:35] "DELETE /project/5e087938-201a-42ab-8a12-58a1e19fec80 HTTP/1.1" 200 115 0.393447 10.0.0.33 - - [2025-11-24 02:13:35] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.33 - - [2025-11-24 02:13:35] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047194 10.0.0.33 - - [2025-11-24 02:13:35] "POST /neutron/network HTTP/1.1" 200 833 0.005224 10.0.0.33 - - [2025-11-24 02:13:35] "POST /neutron/port HTTP/1.1" 200 117 0.004475 10.0.0.33 - - [2025-11-24 02:13:35] "POST /neutron/port HTTP/1.1" 200 117 0.004337 10.0.0.33 - - [2025-11-24 02:13:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001252 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/port HTTP/1.1" 200 117 0.004164 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/network HTTP/1.1" 200 843 0.005399 10.0.0.33 - - [2025-11-24 02:13:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000410 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/network HTTP/1.1" 200 843 0.008702 10.0.0.33 - - [2025-11-24 02:13:36] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001430 10.0.0.33 - - [2025-11-24 02:13:36] "GET / HTTP/1.1" 200 35931 0.002039 10.0.0.33 - - [2025-11-24 02:13:36] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/port HTTP/1.1" 200 1059 0.175750 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/port HTTP/1.1" 200 1059 0.008083 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/port HTTP/1.1" 200 1059 0.010242 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/port HTTP/1.1" 200 1113 0.050557 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/port HTTP/1.1" 200 1087 0.009782 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004283 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.006314 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/network HTTP/1.1" 200 833 0.004778 10.0.0.33 - - [2025-11-24 02:13:36] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001370 10.0.0.33 - - [2025-11-24 02:13:36] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071464 10.0.0.33 - - [2025-11-24 02:13:36] "POST /neutron/network HTTP/1.1" 200 833 0.005419 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/port HTTP/1.1" 200 1087 0.015101 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005899 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/port HTTP/1.1" 200 117 0.005786 10.0.0.33 - - [2025-11-24 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.003231 10.0.0.33 - - [2025-11-24 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.33 - - [2025-11-24 02:13:37] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.33 - - [2025-11-24 02:13:37] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007216 10.0.0.33 - - [2025-11-24 02:13:37] "POST /service-templates HTTP/1.1" 200 543 0.024128 10.0.0.33 - - [2025-11-24 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.33 - - [2025-11-24 02:13:37] "GET /service-template/d7ee3b62-e837-4b5b-ab23-7e574e21e15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005476 10.0.0.33 - - [2025-11-24 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/network HTTP/1.1" 200 843 0.006957 10.0.0.33 - - [2025-11-24 02:13:37] "GET /service-template/d7ee3b62-e837-4b5b-ab23-7e574e21e15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004763 10.0.0.33 - - [2025-11-24 02:13:37] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.33 - - [2025-11-24 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001307 10.0.0.33 - - [2025-11-24 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001723 10.0.0.33 - - [2025-11-24 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.006449 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/port HTTP/1.1" 200 1057 0.227349 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/port HTTP/1.1" 200 1057 0.008248 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/port HTTP/1.1" 200 1057 0.008446 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/port HTTP/1.1" 200 2002 0.019511 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016517 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/port HTTP/1.1" 200 1111 0.115188 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/port HTTP/1.1" 200 1085 0.020333 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003048 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.010860 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.33 - - [2025-11-24 02:13:37] "POST /neutron/network HTTP/1.1" 200 833 0.007127 10.0.0.33 - - [2025-11-24 02:13:38] "POST /neutron/network HTTP/1.1" 200 2221 0.009387 10.0.0.33 - - [2025-11-24 02:13:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000383 10.0.0.33 - - [2025-11-24 02:13:38] "GET / HTTP/1.1" 200 35931 0.001636 10.0.0.33 - - [2025-11-24 02:13:38] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000460 10.0.0.33 - - [2025-11-24 02:13:39] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.33 - - [2025-11-24 02:13:39] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054818 10.0.0.33 - - [2025-11-24 02:13:39] "POST /neutron/network HTTP/1.1" 200 830 0.005514 10.0.0.33 - - [2025-11-24 02:13:39] "POST /neutron/network HTTP/1.1" 200 833 0.005586 10.0.0.33 - - [2025-11-24 02:13:39] "POST /neutron/network HTTP/1.1" 200 833 0.005811 10.0.0.33 - - [2025-11-24 02:13:39] "POST /neutron/port HTTP/1.1" 200 2056 0.015933 10.0.0.33 - - [2025-11-24 02:13:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006744 10.0.0.33 - - [2025-11-24 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.006074 10.0.0.33 - - [2025-11-24 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.004390 10.0.0.33 - - [2025-11-24 02:13:39] "POST /neutron/network HTTP/1.1" 200 2221 0.008729 10.0.0.33 - - [2025-11-24 02:13:39] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1056 0.268218 10.0.0.33 - - [2025-11-24 02:13:40] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1059 0.243620 10.0.0.33 - - [2025-11-24 02:13:40] "GET /obj-perms HTTP/1.1" 200 5056 0.058682 10.0.0.33 - - [2025-11-24 02:13:40] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1057 0.187455 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1056 0.007789 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1056 0.006858 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1110 0.091286 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1059 0.010470 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1059 0.007193 10.0.0.33 - - [2025-11-24 02:13:40] "GET /obj-perms HTTP/1.1" 200 5056 0.054601 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1113 0.063617 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1057 0.010961 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1057 0.011211 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 1111 0.046855 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/port HTTP/1.1" 200 3023 0.012876 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003549 10.0.0.33 - - [2025-11-24 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 689 0.007179 10.0.0.33 - - [2025-11-24 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.33 - - [2025-11-24 02:13:41] "POST /neutron/network HTTP/1.1" 200 830 0.005944 10.0.0.33 - - [2025-11-24 02:13:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005697 10.0.0.33 - - [2025-11-24 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.005603 10.0.0.33 - - [2025-11-24 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.33 - - [2025-11-24 02:13:41] "POST /neutron/network HTTP/1.1" 200 833 0.005324 10.0.0.33 - - [2025-11-24 02:13:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003038 10.0.0.33 - - [2025-11-24 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.011363 10.0.0.33 - - [2025-11-24 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.33 - - [2025-11-24 02:13:41] "POST /neutron/network HTTP/1.1" 200 833 0.004582 10.0.0.33 - - [2025-11-24 02:13:44] "POST /neutron/port HTTP/1.1" 200 3023 0.018235 10.0.0.33 - - [2025-11-24 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005999 10.0.0.33 - - [2025-11-24 02:13:44] "POST /neutron/port HTTP/1.1" 200 3023 0.012434 10.0.0.33 - - [2025-11-24 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009769 10.0.0.33 - - [2025-11-24 02:13:44] "POST /neutron/port HTTP/1.1" 200 3023 0.014438 10.0.0.33 - - [2025-11-24 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006397 10.0.0.33 - - [2025-11-24 02:13:44] "POST /neutron/port HTTP/1.1" 200 3023 0.012340 10.0.0.33 - - [2025-11-24 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004972 10.0.0.33 - - [2025-11-24 02:13:44] "POST /neutron/port HTTP/1.1" 200 3023 0.015676 10.0.0.33 - - [2025-11-24 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005314 10.0.0.33 - - [2025-11-24 02:13:44] "GET /virtual-machine/6e0ae43f-8291-465e-a21a-60cb380d4d07 HTTP/1.1" 200 1802 0.004006 10.0.0.33 - - [2025-11-24 02:13:44] "GET /virtual-machine-interface/833678d4-3772-458a-ae32-8501b34f32c5 HTTP/1.1" 200 2946 0.004175 10.0.0.33 - - [2025-11-24 02:13:44] "GET /virtual-machine-interface/96deaffd-b71b-4176-bb4e-9c9426effb8f HTTP/1.1" 200 2947 0.004328 10.0.0.33 - - [2025-11-24 02:13:44] "GET /virtual-machine-interface/dc507c1f-90d8-46ef-83c1-5815a5afe4f4 HTTP/1.1" 200 2949 0.004951 10.0.0.33 - - [2025-11-24 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.33 - - [2025-11-24 02:13:45] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009879 10.0.0.33 - - [2025-11-24 02:13:45] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003970 10.0.0.33 - - [2025-11-24 02:13:45] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004565 10.0.0.33 - - [2025-11-24 02:13:45] "POST /neutron/port HTTP/1.1" 200 1087 0.011196 10.0.0.33 - - [2025-11-24 02:13:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005312 10.0.0.33 - - [2025-11-24 02:13:46] "POST /neutron/port HTTP/1.1" 200 1085 0.010197 10.0.0.33 - - [2025-11-24 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005988 10.0.0.33 - - [2025-11-24 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.33 - - [2025-11-24 02:13:48] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004620 10.0.0.33 - - [2025-11-24 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.33 - - [2025-11-24 02:13:52] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004273 10.0.0.33 - - [2025-11-24 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.33 - - [2025-11-24 02:13:56] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004298 10.0.0.33 - - [2025-11-24 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.33 - - [2025-11-24 02:14:00] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002653 10.0.0.33 - - [2025-11-24 02:14:00] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002592 10.0.0.33 - - [2025-11-24 02:14:00] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005219 10.0.0.33 - - [2025-11-24 02:14:00] "POST /neutron/port HTTP/1.1" 200 3023 0.014902 10.0.0.33 - - [2025-11-24 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005596 10.0.0.33 - - [2025-11-24 02:14:06] "POST /neutron/port HTTP/1.1" 200 3023 0.019998 10.0.0.33 - - [2025-11-24 02:14:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005164 10.0.0.33 - - [2025-11-24 02:14:10] "POST /neutron/port HTTP/1.1" 200 3023 0.024229 10.0.0.33 - - [2025-11-24 02:14:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006614 10.0.0.33 - - [2025-11-24 02:14:11] "POST /neutron/port HTTP/1.1" 200 3023 0.013059 10.0.0.33 - - [2025-11-24 02:14:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005207 10.0.0.33 - - [2025-11-24 02:14:16] "POST /neutron/port HTTP/1.1" 200 3023 0.015192 10.0.0.33 - - [2025-11-24 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005063 10.0.0.33 - - [2025-11-24 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.33 - - [2025-11-24 02:14:21] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003368 10.0.0.33 - - [2025-11-24 02:14:21] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002560 10.0.0.33 - - [2025-11-24 02:14:21] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005874 10.0.0.33 - - [2025-11-24 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.33 - - [2025-11-24 02:14:21] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002663 10.0.0.33 - - [2025-11-24 02:14:21] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002421 10.0.0.33 - - [2025-11-24 02:14:22] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005759 10.0.0.33 - - [2025-11-24 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.002450 10.0.0.33 - - [2025-11-24 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002124 10.0.0.33 - - [2025-11-24 02:14:22] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001334 10.0.0.33 - - [2025-11-24 02:14:22] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023886 10.0.0.33 - - [2025-11-24 02:14:22] "POST /service-instances HTTP/1.1" 200 543 0.061404 10.0.0.33 - - [2025-11-24 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.33 - - [2025-11-24 02:14:22] "GET /service-instance/39321661-3a89-4a2f-84ae-a88489897762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005636 10.0.0.33 - - [2025-11-24 02:14:22] "POST /port-tuples HTTP/1.1" 200 586 0.021112 10.0.0.33 - - [2025-11-24 02:14:22] "GET /virtual-machine-interface/833678d4-3772-458a-ae32-8501b34f32c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.004710 10.0.0.33 - - [2025-11-24 02:14:22] "PUT /virtual-machine-interface/833678d4-3772-458a-ae32-8501b34f32c5 HTTP/1.1" 200 284 0.009073 10.0.0.33 - - [2025-11-24 02:14:22] "POST /ref-update HTTP/1.1" 200 156 0.009274 10.0.0.33 - - [2025-11-24 02:14:22] "POST /instance-ips HTTP/1.1" 200 385 0.030115 10.0.0.33 - - [2025-11-24 02:14:22] "GET /virtual-machine-interface/96deaffd-b71b-4176-bb4e-9c9426effb8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.004511 10.0.0.33 - - [2025-11-24 02:14:22] "POST /ref-update HTTP/1.1" 200 156 0.013585 10.0.0.33 - - [2025-11-24 02:14:22] "PUT /virtual-machine-interface/96deaffd-b71b-4176-bb4e-9c9426effb8f HTTP/1.1" 200 284 0.011799 10.0.0.33 - - [2025-11-24 02:14:22] "POST /ref-update HTTP/1.1" 200 156 0.016044 10.0.0.33 - - [2025-11-24 02:14:22] "POST /ref-update HTTP/1.1" 200 156 0.008054 10.0.0.33 - - [2025-11-24 02:14:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002364 10.0.0.33 - - [2025-11-24 02:14:22] "GET /virtual-machine-interface/dc507c1f-90d8-46ef-83c1-5815a5afe4f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.007312 10.0.0.33 - - [2025-11-24 02:14:22] "POST /instance-ips HTTP/1.1" 200 385 0.020928 10.0.0.33 - - [2025-11-24 02:14:22] "PUT /virtual-machine-interface/dc507c1f-90d8-46ef-83c1-5815a5afe4f4 HTTP/1.1" 200 284 0.009841 10.0.0.33 - - [2025-11-24 02:14:22] "POST /ref-update HTTP/1.1" 200 156 0.007183 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.008148 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.007859 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004406 10.0.0.33 - - [2025-11-24 02:14:23] "POST /neutron/port HTTP/1.1" 200 1087 0.011060 10.0.0.33 - - [2025-11-24 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005364 10.0.0.33 - - [2025-11-24 02:14:23] "POST /instance-ips HTTP/1.1" 200 373 0.017740 10.0.0.33 - - [2025-11-24 02:14:23] "POST /neutron/port HTTP/1.1" 200 1087 0.014813 10.0.0.33 - - [2025-11-24 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004819 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.009140 10.0.0.33 - - [2025-11-24 02:14:23] "POST /neutron/port HTTP/1.1" 200 1087 0.010612 10.0.0.33 - - [2025-11-24 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005219 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.011808 10.0.0.33 - - [2025-11-24 02:14:23] "GET /virtual-machine/1585a0a1-4f83-486a-9fe7-e8548cc9e2e7 HTTP/1.1" 200 1290 0.004314 10.0.0.33 - - [2025-11-24 02:14:23] "GET /virtual-machine-interface/7384e07e-effb-43cc-adb3-55882eaa7201 HTTP/1.1" 200 2946 0.004881 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003166 10.0.0.33 - - [2025-11-24 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002240 10.0.0.33 - - [2025-11-24 02:14:23] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002766 10.0.0.33 - - [2025-11-24 02:14:23] "POST /instance-ips HTTP/1.1" 200 373 0.013431 10.0.0.33 - - [2025-11-24 02:14:23] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004000 10.0.0.33 - - [2025-11-24 02:14:23] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003984 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.010318 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.007132 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002629 10.0.0.33 - - [2025-11-24 02:14:23] "POST /instance-ips HTTP/1.1" 200 375 0.016112 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.008092 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.009624 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003118 10.0.0.33 - - [2025-11-24 02:14:23] "POST /instance-ips HTTP/1.1" 200 375 0.015697 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.007620 10.0.0.33 - - [2025-11-24 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.009391 10.0.0.33 - - [2025-11-24 02:14:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010859 10.0.0.33 - - [2025-11-24 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.33 - - [2025-11-24 02:14:24] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002663 10.0.0.33 - - [2025-11-24 02:14:24] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003347 10.0.0.33 - - [2025-11-24 02:14:24] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005245 10.0.0.33 - - [2025-11-24 02:14:24] "POST /neutron/port HTTP/1.1" 200 1085 0.011507 10.0.0.33 - - [2025-11-24 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005627 10.0.0.33 - - [2025-11-24 02:14:24] "POST /neutron/port HTTP/1.1" 200 1085 0.011806 10.0.0.33 - - [2025-11-24 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006448 10.0.0.33 - - [2025-11-24 02:14:25] "POST /neutron/port HTTP/1.1" 200 1085 0.011564 10.0.0.33 - - [2025-11-24 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006315 10.0.0.33 - - [2025-11-24 02:14:25] "GET /virtual-machine/2da65710-734c-484d-ac03-8788f15583b9 HTTP/1.1" 200 1290 0.004519 10.0.0.33 - - [2025-11-24 02:14:25] "GET /virtual-machine-interface/2f8e6c32-4bb0-4614-8fec-164ff4d6f437 HTTP/1.1" 200 2949 0.004770 10.0.0.33 - - [2025-11-24 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.33 - - [2025-11-24 02:14:25] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002725 10.0.0.33 - - [2025-11-24 02:14:25] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002640 10.0.0.33 - - [2025-11-24 02:14:25] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005218 10.0.0.33 - - [2025-11-24 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.33 - - [2025-11-24 02:14:26] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003211 10.0.0.33 - - [2025-11-24 02:14:26] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002670 10.0.0.33 - - [2025-11-24 02:14:26] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005115 10.0.0.33 - - [2025-11-24 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.002605 10.0.0.33 - - [2025-11-24 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002177 10.0.0.33 - - [2025-11-24 02:14:26] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.33 - - [2025-11-24 02:14:26] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022336 10.0.0.33 - - [2025-11-24 02:14:26] "POST /network-policys HTTP/1.1" 200 547 0.016303 10.0.0.33 - - [2025-11-24 02:14:26] "GET /network-policy/31685d73-136b-41d2-b8f4-1a1be9b1f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004299 10.0.0.33 - - [2025-11-24 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.33 - - [2025-11-24 02:14:26] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004745 10.0.0.33 - - [2025-11-24 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.33 - - [2025-11-24 02:14:27] "GET /network-policy/31685d73-136b-41d2-b8f4-1a1be9b1f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003692 10.0.0.33 - - [2025-11-24 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 242 0.002719 10.0.0.33 - - [2025-11-24 02:14:27] "POST /ref-update HTTP/1.1" 200 156 0.029106 10.0.0.33 - - [2025-11-24 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002414 10.0.0.33 - - [2025-11-24 02:14:27] "POST /access-control-lists HTTP/1.1" 200 601 0.077136 10.0.0.33 - - [2025-11-24 02:14:27] "GET /network-policy/31685d73-136b-41d2-b8f4-1a1be9b1f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003194 10.0.0.33 - - [2025-11-24 02:14:27] "POST /neutron/network HTTP/1.1" 200 921 0.006744 10.0.0.33 - - [2025-11-24 02:14:27] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004582 10.0.0.33 - - [2025-11-24 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.33 - - [2025-11-24 02:14:27] "GET /network-policy/31685d73-136b-41d2-b8f4-1a1be9b1f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003834 10.0.0.33 - - [2025-11-24 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.33 - - [2025-11-24 02:14:27] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004931 10.0.0.33 - - [2025-11-24 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.33 - - [2025-11-24 02:14:27] "GET /network-policy/31685d73-136b-41d2-b8f4-1a1be9b1f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003861 10.0.0.33 - - [2025-11-24 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 244 0.003819 10.0.0.33 - - [2025-11-24 02:14:27] "POST /ref-update HTTP/1.1" 200 156 0.029124 10.0.0.33 - - [2025-11-24 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.33 - - [2025-11-24 02:14:27] "POST /access-control-lists HTTP/1.1" 200 604 0.058836 10.0.0.33 - - [2025-11-24 02:14:27] "GET /network-policy/31685d73-136b-41d2-b8f4-1a1be9b1f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003346 10.0.0.33 - - [2025-11-24 02:14:27] "POST /routing-instances HTTP/1.1" 200 759 0.017803 10.0.0.33 - - [2025-11-24 02:14:27] "POST /neutron/network HTTP/1.1" 200 921 0.007189 10.0.0.33 - - [2025-11-24 02:14:27] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003946 10.0.0.33 - - [2025-11-24 02:14:27] "POST /route-targets HTTP/1.1" 200 327 0.010098 10.0.0.33 - - [2025-11-24 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.33 - - [2025-11-24 02:14:27] "POST /ref-update HTTP/1.1" 200 156 0.010030 10.0.0.33 - - [2025-11-24 02:14:27] "GET /network-policy/31685d73-136b-41d2-b8f4-1a1be9b1f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003642 10.0.0.33 - - [2025-11-24 02:14:27] "GET /routing-instance/d911d8f4-69d3-4274-8e38-602c05dfb64f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003749 10.0.0.33 - - [2025-11-24 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.33 - - [2025-11-24 02:14:27] "GET /routing-instance/d911d8f4-69d3-4274-8e38-602c05dfb64f?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003109 10.0.0.33 - - [2025-11-24 02:14:27] "GET /service-template/d7ee3b62-e837-4b5b-ab23-7e574e21e15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003557 10.0.0.33 - - [2025-11-24 02:14:28] "POST /ref-update HTTP/1.1" 200 156 0.009979 10.0.0.33 - - [2025-11-24 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.33 - - [2025-11-24 02:14:28] "POST /routing-instances HTTP/1.1" 200 760 0.012880 10.0.0.33 - - [2025-11-24 02:14:28] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.33 - - [2025-11-24 02:14:28] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023936 10.0.0.33 - - [2025-11-24 02:14:28] "POST /route-targets HTTP/1.1" 200 327 0.008168 10.0.0.33 - - [2025-11-24 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.33 - - [2025-11-24 02:14:28] "POST /ref-update HTTP/1.1" 200 156 0.009199 10.0.0.33 - - [2025-11-24 02:14:28] "GET /service-instance/39321661-3a89-4a2f-84ae-a88489897762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005817 10.0.0.33 - - [2025-11-24 02:14:28] "GET /routing-instance/f61a7ed0-a78a-47dc-a295-b05d6a370f06?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003912 10.0.0.33 - - [2025-11-24 02:14:28] "GET /domains HTTP/1.1" 200 280 0.003058 10.0.0.33 - - [2025-11-24 02:14:28] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.33 - - [2025-11-24 02:14:28] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2771 0.006977 10.0.0.33 - - [2025-11-24 02:14:28] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.33 - - [2025-11-24 02:14:28] "GET /routing-instance/f61a7ed0-a78a-47dc-a295-b05d6a370f06?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.006837 10.0.0.33 - - [2025-11-24 02:14:28] "PUT /routing-instance/d911d8f4-69d3-4274-8e38-602c05dfb64f HTTP/1.1" 200 266 0.011900 10.0.0.33 - - [2025-11-24 02:14:28] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 4233 0.072803 10.0.0.33 - - [2025-11-24 02:14:28] "GET /service-instance/39321661-3a89-4a2f-84ae-a88489897762 HTTP/1.1" 200 3782 0.006217 10.0.0.33 - - [2025-11-24 02:14:28] "GET /domains HTTP/1.1" 200 280 0.002294 10.0.0.33 - - [2025-11-24 02:14:28] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.33 - - [2025-11-24 02:14:28] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2771 0.005936 10.0.0.33 - - [2025-11-24 02:14:28] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.33 - - [2025-11-24 02:14:28] "PUT /routing-instance/f61a7ed0-a78a-47dc-a295-b05d6a370f06 HTTP/1.1" 200 266 0.008804 10.0.0.33 - - [2025-11-24 02:14:28] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 4233 0.068937 10.0.0.33 - - [2025-11-24 02:14:28] "GET /service-instance/39321661-3a89-4a2f-84ae-a88489897762 HTTP/1.1" 200 3782 0.004018 10.0.0.33 - - [2025-11-24 02:14:28] "POST /ref-update HTTP/1.1" 200 156 0.016505 10.0.0.33 - - [2025-11-24 02:14:28] "GET /port-tuple/404136c9-0850-44d1-9b58-67ecf90f147c HTTP/1.1" 200 1979 0.004234 10.0.0.33 - - [2025-11-24 02:14:28] "GET /virtual-machine-interface/833678d4-3772-458a-ae32-8501b34f32c5 HTTP/1.1" 200 3816 0.005856 10.0.0.33 - - [2025-11-24 02:14:28] "GET /virtual-machine-interface/96deaffd-b71b-4176-bb4e-9c9426effb8f HTTP/1.1" 200 3799 0.005428 10.0.0.33 - - [2025-11-24 02:14:28] "GET /virtual-machine-interface/dc507c1f-90d8-46ef-83c1-5815a5afe4f4 HTTP/1.1" 200 3804 0.005190 10.0.0.33 - - [2025-11-24 02:14:28] "PUT /access-control-list/75b79a95-609c-46b8-a391-69a721e661eb HTTP/1.1" 200 272 0.012939 10.0.0.33 - - [2025-11-24 02:14:28] "PUT /access-control-list/5067244c-dbf9-4a9d-ba7f-72996953b1a6 HTTP/1.1" 200 272 0.013091 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/port HTTP/1.1" 200 3830 0.045640 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006048 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/port HTTP/1.1" 200 3830 0.022046 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004942 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/port HTTP/1.1" 200 3830 0.022282 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005696 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/port HTTP/1.1" 200 3830 0.021888 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006283 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/network HTTP/1.1" 200 895 0.009962 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/network HTTP/1.1" 200 921 0.005217 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/network HTTP/1.1" 200 804 0.009916 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/network HTTP/1.1" 200 830 0.004675 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/network HTTP/1.1" 200 895 0.010572 10.0.0.33 - - [2025-11-24 02:14:28] "POST /neutron/network HTTP/1.1" 200 921 0.004831 10.0.0.33 - - [2025-11-24 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001071 10.0.0.33 - - [2025-11-24 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.000970 10.0.0.33 - - [2025-11-24 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001329 10.0.0.33 - - [2025-11-24 02:14:29] "GET /virtual-machine/6e0ae43f-8291-465e-a21a-60cb380d4d07 HTTP/1.1" 200 1802 0.003397 10.0.0.33 - - [2025-11-24 02:14:29] "GET /virtual-machine-interface/833678d4-3772-458a-ae32-8501b34f32c5 HTTP/1.1" 200 3816 0.005487 10.0.0.33 - - [2025-11-24 02:14:29] "GET /virtual-machine-interface/96deaffd-b71b-4176-bb4e-9c9426effb8f HTTP/1.1" 200 3799 0.005125 10.0.0.33 - - [2025-11-24 02:14:29] "GET /virtual-machine-interface/dc507c1f-90d8-46ef-83c1-5815a5afe4f4 HTTP/1.1" 200 3804 0.005519 10.0.0.33 - - [2025-11-24 02:14:29] "GET /instance-ip/094592f4-87e7-4d79-b1f1-d92a5cfdc5a5 HTTP/1.1" 200 1979 0.002758 10.0.0.33 - - [2025-11-24 02:14:29] "GET /instance-ip/636b076b-c7c1-4982-9b22-8d61e51db06b HTTP/1.1" 200 1978 0.002994 10.0.0.33 - - [2025-11-24 02:14:29] "GET /instance-ip/fd385b16-0c8e-4513-997f-804c6a42cdbb HTTP/1.1" 200 1620 0.003754 10.0.0.33 - - [2025-11-24 02:14:29] "GET /instance-ip/0b172b2b-1f30-44b0-9d05-1d8632e5ec84 HTTP/1.1" 200 1955 0.002496 10.0.0.33 - - [2025-11-24 02:14:29] "GET /instance-ip/6602c31d-d857-447b-a10f-1636dfc067d1 HTTP/1.1" 200 1954 0.003387 10.0.0.33 - - [2025-11-24 02:14:29] "GET /instance-ip/71aac623-e29c-40a4-b122-1a073814ca95 HTTP/1.1" 200 1622 0.003668 10.0.0.33 - - [2025-11-24 02:14:29] "GET /instance-ip/5242737e-efe0-4204-8404-7f6edfd0facf HTTP/1.1" 200 1957 0.002424 10.0.0.33 - - [2025-11-24 02:14:29] "GET /instance-ip/a7f305eb-2101-4ea3-8c9d-1cdc962ce048 HTTP/1.1" 200 1961 0.002765 10.0.0.33 - - [2025-11-24 02:14:29] "GET /instance-ip/c53a52f4-5d82-48ab-b220-521df61da2ad HTTP/1.1" 200 1622 0.003340 10.0.0.33 - - [2025-11-24 02:14:29] "POST /neutron/port HTTP/1.1" 200 3830 0.025926 10.0.0.33 - - [2025-11-24 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005642 10.0.0.33 - - [2025-11-24 02:14:29] "POST /neutron/port HTTP/1.1" 200 3830 0.022652 10.0.0.33 - - [2025-11-24 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005592 10.0.0.33 - - [2025-11-24 02:14:29] "POST /neutron/port HTTP/1.1" 200 3830 0.022265 10.0.0.33 - - [2025-11-24 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005019 10.0.0.33 - - [2025-11-24 02:14:29] "POST /neutron/port HTTP/1.1" 200 3830 0.022868 10.0.0.33 - - [2025-11-24 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005344 10.0.0.33 - - [2025-11-24 02:14:29] "GET /virtual-machine/6e0ae43f-8291-465e-a21a-60cb380d4d07 HTTP/1.1" 200 1802 0.003023 10.0.0.33 - - [2025-11-24 02:14:29] "GET /virtual-machine-interface/833678d4-3772-458a-ae32-8501b34f32c5 HTTP/1.1" 200 3816 0.004069 10.0.0.33 - - [2025-11-24 02:14:29] "GET /virtual-machine-interface/96deaffd-b71b-4176-bb4e-9c9426effb8f HTTP/1.1" 200 3799 0.004616 10.0.0.33 - - [2025-11-24 02:14:29] "GET /virtual-machine-interface/dc507c1f-90d8-46ef-83c1-5815a5afe4f4 HTTP/1.1" 200 3804 0.004216 10.0.0.33 - - [2025-11-24 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.33 - - [2025-11-24 02:14:29] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003758 10.0.0.33 - - [2025-11-24 02:14:29] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003354 10.0.0.33 - - [2025-11-24 02:14:29] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005224 10.0.0.33 - - [2025-11-24 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.33 - - [2025-11-24 02:14:30] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003619 10.0.0.33 - - [2025-11-24 02:14:30] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002548 10.0.0.33 - - [2025-11-24 02:14:30] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004562 10.0.0.33 - - [2025-11-24 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.33 - - [2025-11-24 02:14:31] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003301 10.0.0.33 - - [2025-11-24 02:14:31] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002624 10.0.0.33 - - [2025-11-24 02:14:31] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005004 10.0.0.33 - - [2025-11-24 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.33 - - [2025-11-24 02:14:31] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003618 10.0.0.33 - - [2025-11-24 02:14:31] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002661 10.0.0.33 - - [2025-11-24 02:14:31] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006296 10.0.0.33 - - [2025-11-24 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.33 - - [2025-11-24 02:14:31] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003237 10.0.0.33 - - [2025-11-24 02:14:31] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002509 10.0.0.33 - - [2025-11-24 02:14:31] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005127 10.0.0.33 - - [2025-11-24 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.33 - - [2025-11-24 02:14:31] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002932 10.0.0.33 - - [2025-11-24 02:14:31] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002701 10.0.0.33 - - [2025-11-24 02:14:31] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010567 10.0.0.33 - - [2025-11-24 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.33 - - [2025-11-24 02:14:31] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003225 10.0.0.33 - - [2025-11-24 02:14:31] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003357 10.0.0.33 - - [2025-11-24 02:14:31] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004727 10.0.0.33 - - [2025-11-24 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002475 10.0.0.33 - - [2025-11-24 02:14:32] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004149 10.0.0.33 - - [2025-11-24 02:14:32] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002880 10.0.0.33 - - [2025-11-24 02:14:32] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005065 10.0.0.33 - - [2025-11-24 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.33 - - [2025-11-24 02:14:32] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003458 10.0.0.33 - - [2025-11-24 02:14:32] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002792 10.0.0.33 - - [2025-11-24 02:14:32] "GET /virtual-network/c88df72e-b516-4e9d-a1e5-13fd07cfe349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004952 10.0.0.33 - - [2025-11-24 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.33 - - [2025-11-24 02:14:32] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003384 10.0.0.33 - - [2025-11-24 02:14:32] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003634 10.0.0.33 - - [2025-11-24 02:14:32] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005036 10.0.0.33 - - [2025-11-24 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.33 - - [2025-11-24 02:14:32] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003587 10.0.0.33 - - [2025-11-24 02:14:32] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003107 10.0.0.33 - - [2025-11-24 02:14:32] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004712 10.0.0.33 - - [2025-11-24 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.33 - - [2025-11-24 02:14:32] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003153 10.0.0.33 - - [2025-11-24 02:14:32] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002835 10.0.0.33 - - [2025-11-24 02:14:32] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005624 10.0.0.33 - - [2025-11-24 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.33 - - [2025-11-24 02:14:33] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003303 10.0.0.33 - - [2025-11-24 02:14:33] "GET /virtual-networks?parent_id=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002768 10.0.0.33 - - [2025-11-24 02:14:33] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004350 10.0.0.33 - - [2025-11-24 02:14:33] "GET /virtual-machine/6e0ae43f-8291-465e-a21a-60cb380d4d07 HTTP/1.1" 200 1802 0.002952 10.0.0.33 - - [2025-11-24 02:14:33] "GET /domains HTTP/1.1" 200 280 0.001868 10.0.0.33 - - [2025-11-24 02:14:33] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001528 10.0.0.33 - - [2025-11-24 02:14:33] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2771 0.006334 10.0.0.33 - - [2025-11-24 02:14:33] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000778 10.0.0.33 - - [2025-11-24 02:14:33] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 4233 0.061251 10.0.0.33 - - [2025-11-24 02:14:33] "GET /service-instance/39321661-3a89-4a2f-84ae-a88489897762 HTTP/1.1" 200 3782 0.003049 10.0.0.33 - - [2025-11-24 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001801 10.0.0.33 - - [2025-11-24 02:14:33] "GET /routing-instance/bcdf0202-6244-46b4-86be-336dadcc2703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.004636 10.0.0.33 - - [2025-11-24 02:14:33] "GET /routing-instance/bcdf0202-6244-46b4-86be-336dadcc2703?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004351 10.0.0.33 - - [2025-11-24 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.33 - - [2025-11-24 02:14:33] "GET /routing-instance/2ca620b6-fcba-4672-9e5b-e4e55e8a2652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003733 10.0.0.33 - - [2025-11-24 02:14:33] "GET /routing-instance/2ca620b6-fcba-4672-9e5b-e4e55e8a2652?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004766 10.0.0.33 - - [2025-11-24 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.33 - - [2025-11-24 02:14:33] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005168 10.0.0.33 - - [2025-11-24 02:14:33] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?fields=routing_instances HTTP/1.1" 200 1683 0.007362 10.0.0.33 - - [2025-11-24 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.33 - - [2025-11-24 02:14:33] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004963 10.0.0.33 - - [2025-11-24 02:14:33] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?fields=routing_instances HTTP/1.1" 200 1688 0.005838 10.0.0.33 - - [2025-11-24 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.035091 10.0.0.33 - - [2025-11-24 02:14:37] "DELETE /access-control-list/5067244c-dbf9-4a9d-ba7f-72996953b1a6 HTTP/1.1" 200 115 0.045196 10.0.0.33 - - [2025-11-24 02:14:37] "POST /neutron/network HTTP/1.1" 200 833 0.022323 10.0.0.33 - - [2025-11-24 02:14:37] "GET /virtual-network/a3b2fe35-89ac-430a-83cc-d6307a6f03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004322 10.0.0.33 - - [2025-11-24 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /routing-instance/d911d8f4-69d3-4274-8e38-602c05dfb64f HTTP/1.1" 200 115 0.032348 10.0.0.33 - - [2025-11-24 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.33 - - [2025-11-24 02:14:38] "GET /network-policy/31685d73-136b-41d2-b8f4-1a1be9b1f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003857 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /route-target/150fae7c-22e5-493d-890d-7f2855b928ec HTTP/1.1" 200 115 0.013144 10.0.0.33 - - [2025-11-24 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.029320 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /routing-instance/f61a7ed0-a78a-47dc-a295-b05d6a370f06 HTTP/1.1" 200 115 0.036501 10.0.0.33 - - [2025-11-24 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002158 10.0.0.33 - - [2025-11-24 02:14:38] "POST /neutron/network HTTP/1.1" 200 833 0.006295 10.0.0.33 - - [2025-11-24 02:14:38] "GET /virtual-network/8455133b-0d3b-451e-a1f1-44c52862ef23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004725 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /route-target/bc99d55b-882c-4c70-a435-63b3f3ef2071 HTTP/1.1" 200 115 0.016252 10.0.0.33 - - [2025-11-24 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.33 - - [2025-11-24 02:14:38] "GET /network-policy/31685d73-136b-41d2-b8f4-1a1be9b1f362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003102 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /network-policy/31685d73-136b-41d2-b8f4-1a1be9b1f362 HTTP/1.1" 200 115 0.026203 10.0.0.33 - - [2025-11-24 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006841 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /service-instance/39321661-3a89-4a2f-84ae-a88489897762 HTTP/1.1" 200 115 0.050308 10.0.0.33 - - [2025-11-24 02:14:38] "GET /domains HTTP/1.1" 200 280 0.008227 10.0.0.33 - - [2025-11-24 02:14:38] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.33 - - [2025-11-24 02:14:38] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2771 0.008561 10.0.0.33 - - [2025-11-24 02:14:38] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.33 - - [2025-11-24 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.029923 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /instance-ip/5242737e-efe0-4204-8404-7f6edfd0facf HTTP/1.1" 200 115 0.031595 10.0.0.33 - - [2025-11-24 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.014057 10.0.0.33 - - [2025-11-24 02:14:38] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 3759 0.081459 10.0.0.33 - - [2025-11-24 02:14:38] "GET /virtual-machine/6e0ae43f-8291-465e-a21a-60cb380d4d07 HTTP/1.1" 200 1802 0.006402 10.0.0.33 - - [2025-11-24 02:14:38] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003239 10.0.0.33 - - [2025-11-24 02:14:38] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001910 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /instance-ip/636b076b-c7c1-4982-9b22-8d61e51db06b HTTP/1.1" 200 115 0.020692 10.0.0.33 - - [2025-11-24 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.010494 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /instance-ip/094592f4-87e7-4d79-b1f1-d92a5cfdc5a5 HTTP/1.1" 200 115 0.019662 10.0.0.33 - - [2025-11-24 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.011235 10.0.0.33 - - [2025-11-24 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008718 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /access-control-list/75b79a95-609c-46b8-a391-69a721e661eb HTTP/1.1" 200 115 0.031491 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /service-template/d7ee3b62-e837-4b5b-ab23-7e574e21e15e HTTP/1.1" 200 115 0.033292 10.0.0.33 - - [2025-11-24 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.006351 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /instance-ip/6602c31d-d857-447b-a10f-1636dfc067d1 HTTP/1.1" 200 115 0.039712 10.0.0.33 - - [2025-11-24 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.009065 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /instance-ip/0b172b2b-1f30-44b0-9d05-1d8632e5ec84 HTTP/1.1" 200 115 0.020198 10.0.0.33 - - [2025-11-24 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.012409 10.0.0.33 - - [2025-11-24 02:14:38] "DELETE /instance-ip/a7f305eb-2101-4ea3-8c9d-1cdc962ce048 HTTP/1.1" 200 115 0.021287 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/network HTTP/1.1" 200 833 0.005517 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/network HTTP/1.1" 400 204 0.010614 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/port HTTP/1.1" 200 1085 0.010930 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/port HTTP/1.1" 200 1111 0.009198 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/port HTTP/1.1" 200 1087 0.017081 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/port HTTP/1.1" 200 1113 0.011080 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/port HTTP/1.1" 200 151 0.136869 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/port HTTP/1.1" 200 151 0.110637 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/port HTTP/1.1" 200 3023 0.018211 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/port HTTP/1.1" 200 1110 0.007564 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/port HTTP/1.1" 200 151 0.100379 10.0.0.33 - - [2025-11-24 02:14:39] "POST /neutron/port HTTP/1.1" 200 1113 0.012114 10.0.0.33 - - [2025-11-24 02:14:40] "POST /neutron/port HTTP/1.1" 200 151 0.114197 10.0.0.33 - - [2025-11-24 02:14:40] "POST /neutron/port HTTP/1.1" 200 1111 0.007888 10.0.0.33 - - [2025-11-24 02:14:40] "POST /neutron/port HTTP/1.1" 200 151 0.101680 10.0.0.33 - - [2025-11-24 02:14:41] "POST /neutron/network HTTP/1.1" 200 833 0.004734 10.0.0.33 - - [2025-11-24 02:14:41] "GET /obj-perms HTTP/1.1" 200 5056 0.066577 10.0.0.33 - - [2025-11-24 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.298320 10.0.0.33 - - [2025-11-24 02:14:41] "DELETE /route-target/7a744d24-37bf-4a0a-966a-efb5e560edcc HTTP/1.1" 200 115 0.011899 10.0.0.33 - - [2025-11-24 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.317616 10.0.0.33 - - [2025-11-24 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.33 - - [2025-11-24 02:14:41] "POST /neutron/network HTTP/1.1" 200 151 0.412669 10.0.0.33 - - [2025-11-24 02:14:41] "GET /routing-instance/2ca620b6-fcba-4672-9e5b-e4e55e8a2652 HTTP/1.1" 404 171 0.002336 10.0.0.33 - - [2025-11-24 02:14:41] "GET /domains HTTP/1.1" 200 280 0.001889 10.0.0.33 - - [2025-11-24 02:14:41] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.33 - - [2025-11-24 02:14:41] "GET /obj-perms HTTP/1.1" 200 5056 0.095781 10.0.0.33 - - [2025-11-24 02:14:41] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2571 0.051592 10.0.0.33 - - [2025-11-24 02:14:41] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000868 10.0.0.33 - - [2025-11-24 02:14:41] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 2298 0.065669 10.0.0.33 - - [2025-11-24 02:14:41] "POST /neutron/network HTTP/1.1" 200 833 0.005178 10.0.0.33 - - [2025-11-24 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.33 - - [2025-11-24 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001748 10.0.0.33 - - [2025-11-24 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002346 10.0.0.33 - - [2025-11-24 02:14:41] "POST /neutron/network HTTP/1.1" 200 151 0.072718 10.0.0.33 - - [2025-11-24 02:14:41] "DELETE /route-target/6610cca9-eef2-4284-bd32-d5732515f966 HTTP/1.1" 200 115 0.014790 10.0.0.33 - - [2025-11-24 02:14:41] "GET /routing-instance/bcdf0202-6244-46b4-86be-336dadcc2703 HTTP/1.1" 404 171 0.002843 10.0.0.33 - - [2025-11-24 02:14:41] "GET /domains HTTP/1.1" 200 280 0.001839 10.0.0.33 - - [2025-11-24 02:14:41] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.33 - - [2025-11-24 02:14:41] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2571 0.048348 10.0.0.33 - - [2025-11-24 02:14:41] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.33 - - [2025-11-24 02:14:41] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 2080 0.070993 10.0.0.33 - - [2025-11-24 02:14:41] "POST /neutron/network HTTP/1.1" 200 830 0.005000 10.0.0.33 - - [2025-11-24 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004640 10.0.0.33 - - [2025-11-24 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.33 - - [2025-11-24 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001995 10.0.0.33 - - [2025-11-24 02:14:41] "POST /neutron/network HTTP/1.1" 200 151 0.068582 10.0.0.33 - - [2025-11-24 02:14:41] "DELETE /route-target/472c6474-9fb5-43a4-89b2-1cd6123a7207 HTTP/1.1" 200 115 0.013187 10.0.0.33 - - [2025-11-24 02:14:41] "GET /routing-instance/59b15242-7219-4d4e-b936-42e9a6ce806a HTTP/1.1" 404 171 0.002059 10.0.0.33 - - [2025-11-24 02:14:41] "GET /domains HTTP/1.1" 200 280 0.002723 10.0.0.33 - - [2025-11-24 02:14:42] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.33 - - [2025-11-24 02:14:42] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2571 0.051459 10.0.0.33 - - [2025-11-24 02:14:42] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.33 - - [2025-11-24 02:14:42] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 1840 0.066908 10.0.0.33 - - [2025-11-24 02:14:42] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.33 - - [2025-11-24 02:14:42] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053503 10.0.0.33 - - [2025-11-24 02:14:42] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.33 - - [2025-11-24 02:14:42] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?fields=virtual_networks HTTP/1.1" 200 1028 0.062466 10.0.0.33 - - [2025-11-24 02:14:42] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.33 - - [2025-11-24 02:14:42] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.022344 10.0.0.33 - - [2025-11-24 02:14:42] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.33 - - [2025-11-24 02:14:42] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?fields=security_groups HTTP/1.1" 200 1252 0.020928 10.0.0.33 - - [2025-11-24 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.025362 10.0.0.33 - - [2025-11-24 02:14:43] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002218 10.0.0.33 - - [2025-11-24 02:14:43] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.33 - - [2025-11-24 02:14:43] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032725 10.0.0.33 - - [2025-11-24 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 191 0.001072 10.0.0.33 - - [2025-11-24 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.002870 10.0.0.33 - - [2025-11-24 02:14:43] "POST /security-groups HTTP/1.1" 200 592 0.063532 10.0.0.33 - - [2025-11-24 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 235 0.002146 10.0.0.33 - - [2025-11-24 02:14:43] "POST /projects HTTP/1.1" 200 587 0.199353 10.0.0.33 - - [2025-11-24 02:14:43] "POST /access-control-lists HTTP/1.1" 200 597 0.059311 10.0.0.33 - - [2025-11-24 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.266542 10.0.0.33 - - [2025-11-24 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.002448 10.0.0.33 - - [2025-11-24 02:14:43] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.414489 10.0.0.33 - - [2025-11-24 02:14:43] "POST /access-control-lists HTTP/1.1" 200 595 0.057088 10.0.0.33 - - [2025-11-24 02:14:44] "GET / HTTP/1.1" 200 35931 0.002409 10.0.0.33 - - [2025-11-24 02:14:46] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.33 - - [2025-11-24 02:14:46] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001616 10.0.0.33 - - [2025-11-24 02:14:46] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048118 10.0.0.33 - - [2025-11-24 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.002371 10.0.0.33 - - [2025-11-24 02:14:46] "POST /virtual-DNSs HTTP/1.1" 200 507 0.017680 10.0.0.33 - - [2025-11-24 02:14:46] "GET /virtual-DNS/6a037df5-7325-4ae3-a3b1-04259a6131be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004523 10.0.0.33 - - [2025-11-24 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.33 - - [2025-11-24 02:14:46] "GET /virtual-DNS/6a037df5-7325-4ae3-a3b1-04259a6131be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003803 10.0.0.33 - - [2025-11-24 02:14:46] "GET /domains HTTP/1.1" 401 292 0.000496 10.0.0.33 - - [2025-11-24 02:14:46] "GET /domains HTTP/1.1" 200 280 0.028301 10.0.0.33 - - [2025-11-24 02:14:46] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.33 - - [2025-11-24 02:14:47] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2958 0.007380 10.0.0.33 - - [2025-11-24 02:14:47] "GET /virtual-DNS/6a037df5-7325-4ae3-a3b1-04259a6131be HTTP/1.1" 200 1438 0.003852 10.0.0.33 - - [2025-11-24 02:14:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.001919 10.0.0.33 - - [2025-11-24 02:14:47] "POST /network-ipams HTTP/1.1" 200 514 0.017185 10.0.0.33 - - [2025-11-24 02:14:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002579 10.0.0.33 - - [2025-11-24 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.33 - - [2025-11-24 02:14:47] "GET /network-ipam/6a3fb330-3a88-485e-862e-198220f8a676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.004714 10.0.0.33 - - [2025-11-24 02:14:47] "PUT /network-ipam/6a3fb330-3a88-485e-862e-198220f8a676 HTTP/1.1" 200 258 0.008492 10.0.0.33 - - [2025-11-24 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.007171 10.0.0.33 - - [2025-11-24 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.33 - - [2025-11-24 02:14:47] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000858 10.0.0.33 - - [2025-11-24 02:14:47] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.021442 10.0.0.33 - - [2025-11-24 02:14:47] "POST /neutron/network HTTP/1.1" 200 117 0.031164 10.0.0.33 - - [2025-11-24 02:14:47] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.33 - - [2025-11-24 02:14:47] "POST /neutron/network HTTP/1.1" 200 618 0.065816 10.0.0.33 - - [2025-11-24 02:14:47] "POST /route-targets HTTP/1.1" 200 327 0.010849 10.0.0.33 - - [2025-11-24 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.009458 10.0.0.33 - - [2025-11-24 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004476 10.0.0.33 - - [2025-11-24 02:14:47] "POST /neutron/subnet HTTP/1.1" 200 711 0.192559 10.0.0.33 - - [2025-11-24 02:14:47] "POST /neutron/network HTTP/1.1" 200 833 0.005388 10.0.0.33 - - [2025-11-24 02:14:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001076 10.0.0.33 - - [2025-11-24 02:14:47] "GET /virtual-network/93871cd6-44ab-4c2c-8a47-94c1f5181fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004775 10.0.0.33 - - [2025-11-24 02:14:47] "POST /neutron/network HTTP/1.1" 200 833 0.006028 10.0.0.33 - - [2025-11-24 02:14:47] "GET /virtual-network/93871cd6-44ab-4c2c-8a47-94c1f5181fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004214 10.0.0.33 - - [2025-11-24 02:14:47] "POST /neutron/network HTTP/1.1" 200 833 0.004825 10.0.0.33 - - [2025-11-24 02:14:47] "POST /neutron/subnet HTTP/1.1" 200 711 0.006459 10.0.0.33 - - [2025-11-24 02:14:47] "POST /neutron/network HTTP/1.1" 200 807 0.009957 10.0.0.33 - - [2025-11-24 02:14:47] "POST /neutron/network HTTP/1.1" 200 833 0.005368 10.0.0.33 - - [2025-11-24 02:14:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001184 10.0.0.33 - - [2025-11-24 02:14:48] "POST /neutron/network HTTP/1.1" 200 843 0.005212 10.0.0.33 - - [2025-11-24 02:14:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000521 10.0.0.33 - - [2025-11-24 02:14:48] "GET / HTTP/1.1" 200 35931 0.001367 10.0.0.33 - - [2025-11-24 02:14:48] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2025-11-24 02:14:48] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.33 - - [2025-11-24 02:14:48] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050261 10.0.0.33 - - [2025-11-24 02:14:48] "POST /neutron/network HTTP/1.1" 200 833 0.029216 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/port HTTP/1.1" 200 117 0.005278 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/port HTTP/1.1" 200 117 0.005166 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/port HTTP/1.1" 200 117 0.005036 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/network HTTP/1.1" 200 843 0.006290 10.0.0.33 - - [2025-11-24 02:14:49] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/port HTTP/1.1" 200 1058 0.186059 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/port HTTP/1.1" 200 1058 0.034997 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/port HTTP/1.1" 200 1058 0.010176 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/port HTTP/1.1" 200 1112 0.047104 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/port HTTP/1.1" 200 1086 0.008857 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003023 10.0.0.33 - - [2025-11-24 02:14:49] "POST /neutron/subnet HTTP/1.1" 200 685 0.007231 10.0.0.33 - - [2025-11-24 02:14:50] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.33 - - [2025-11-24 02:14:50] "POST /neutron/network HTTP/1.1" 200 833 0.006054 10.0.0.33 - - [2025-11-24 02:14:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.33 - - [2025-11-24 02:14:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.33 - - [2025-11-24 02:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.33 - - [2025-11-24 02:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2025-11-24 02:14:54] "POST /neutron/port HTTP/1.1" 200 1086 0.009897 10.0.0.33 - - [2025-11-24 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007230 10.0.0.33 - - [2025-11-24 02:14:54] "POST /neutron/port HTTP/1.1" 200 1086 0.010976 10.0.0.33 - - [2025-11-24 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006375 10.0.0.33 - - [2025-11-24 02:14:54] "POST /neutron/port HTTP/1.1" 200 1086 0.012952 10.0.0.33 - - [2025-11-24 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007048 10.0.0.33 - - [2025-11-24 02:14:54] "GET /virtual-machine/442b85a3-7d5c-45e6-ad43-4cf301676122 HTTP/1.1" 200 1293 0.004156 10.0.0.33 - - [2025-11-24 02:14:54] "GET /virtual-machine-interface/6ab36097-ba78-4070-9dd3-925ecd15dd68 HTTP/1.1" 200 2964 0.004394 10.0.0.33 - - [2025-11-24 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.33 - - [2025-11-24 02:14:54] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003261 10.0.0.33 - - [2025-11-24 02:14:54] "GET /virtual-networks?parent_id=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002636 10.0.0.33 - - [2025-11-24 02:14:54] "GET /virtual-network/93871cd6-44ab-4c2c-8a47-94c1f5181fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004831 10.0.0.33 - - [2025-11-24 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.33 - - [2025-11-24 02:14:57] "GET /virtual-network/93871cd6-44ab-4c2c-8a47-94c1f5181fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004862 10.0.0.33 - - [2025-11-24 02:14:58] "POST /neutron/port HTTP/1.1" 200 1086 0.009938 10.0.0.33 - - [2025-11-24 02:14:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005052 10.0.0.33 - - [2025-11-24 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.33 - - [2025-11-24 02:14:59] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002501 10.0.0.33 - - [2025-11-24 02:14:59] "GET /virtual-networks?parent_id=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002511 10.0.0.33 - - [2025-11-24 02:14:59] "GET /virtual-network/93871cd6-44ab-4c2c-8a47-94c1f5181fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006012 10.0.0.33 - - [2025-11-24 02:15:04] "POST /neutron/network HTTP/1.1" 200 807 0.009198 10.0.0.33 - - [2025-11-24 02:15:04] "POST /neutron/network HTTP/1.1" 200 833 0.004500 10.0.0.33 - - [2025-11-24 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001099 10.0.0.33 - - [2025-11-24 02:15:04] "POST /neutron/port HTTP/1.1" 200 1086 0.009762 10.0.0.33 - - [2025-11-24 02:15:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005286 10.0.0.33 - - [2025-11-24 02:15:04] "POST /neutron/network HTTP/1.1" 200 843 0.005717 10.0.0.33 - - [2025-11-24 02:15:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000367 10.0.0.33 - - [2025-11-24 02:15:04] "GET / HTTP/1.1" 200 35931 0.001741 10.0.0.33 - - [2025-11-24 02:15:04] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000376 10.0.0.33 - - [2025-11-24 02:15:05] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.33 - - [2025-11-24 02:15:05] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052029 10.0.0.33 - - [2025-11-24 02:15:05] "POST /neutron/network HTTP/1.1" 200 833 0.004544 10.0.0.33 - - [2025-11-24 02:15:05] "POST /neutron/port HTTP/1.1" 200 1086 0.010507 10.0.0.33 - - [2025-11-24 02:15:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004817 10.0.0.33 - - [2025-11-24 02:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.005722 10.0.0.33 - - [2025-11-24 02:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.004183 10.0.0.33 - - [2025-11-24 02:15:05] "POST /neutron/network HTTP/1.1" 200 843 0.004902 10.0.0.33 - - [2025-11-24 02:15:05] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002041 10.0.0.33 - - [2025-11-24 02:15:05] "POST /neutron/port HTTP/1.1" 200 1058 0.159599 10.0.0.33 - - [2025-11-24 02:15:05] "POST /neutron/port HTTP/1.1" 200 1058 0.007739 10.0.0.33 - - [2025-11-24 02:15:05] "POST /neutron/port HTTP/1.1" 200 1058 0.007299 10.0.0.33 - - [2025-11-24 02:15:05] "POST /neutron/port HTTP/1.1" 200 1112 0.056284 10.0.0.33 - - [2025-11-24 02:15:06] "POST /neutron/port HTTP/1.1" 200 1086 0.010250 10.0.0.33 - - [2025-11-24 02:15:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003656 10.0.0.33 - - [2025-11-24 02:15:06] "POST /neutron/subnet HTTP/1.1" 200 685 0.006549 10.0.0.33 - - [2025-11-24 02:15:06] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.33 - - [2025-11-24 02:15:06] "POST /neutron/network HTTP/1.1" 200 833 0.005350 10.0.0.33 - - [2025-11-24 02:15:10] "POST /neutron/port HTTP/1.1" 200 1086 0.009379 10.0.0.33 - - [2025-11-24 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005895 10.0.0.33 - - [2025-11-24 02:15:10] "POST /neutron/port HTTP/1.1" 200 1086 0.010649 10.0.0.33 - - [2025-11-24 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005739 10.0.0.33 - - [2025-11-24 02:15:10] "POST /neutron/port HTTP/1.1" 200 1086 0.009611 10.0.0.33 - - [2025-11-24 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005791 10.0.0.33 - - [2025-11-24 02:15:10] "GET /virtual-machine/f3df2d4e-4ad5-4072-8e87-0cd1e94eea40 HTTP/1.1" 200 1294 0.004958 10.0.0.33 - - [2025-11-24 02:15:10] "GET /virtual-machine-interface/f2200029-2816-4231-a68f-bb835f7b9d8b HTTP/1.1" 200 2965 0.005557 10.0.0.33 - - [2025-11-24 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2025-11-24 02:15:10] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003196 10.0.0.33 - - [2025-11-24 02:15:10] "GET /virtual-networks?parent_id=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002710 10.0.0.33 - - [2025-11-24 02:15:10] "GET /virtual-network/93871cd6-44ab-4c2c-8a47-94c1f5181fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007076 10.0.0.33 - - [2025-11-24 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.33 - - [2025-11-24 02:15:13] "GET /virtual-network/93871cd6-44ab-4c2c-8a47-94c1f5181fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004325 10.0.0.33 - - [2025-11-24 02:15:14] "POST /neutron/port HTTP/1.1" 200 1086 0.033643 10.0.0.33 - - [2025-11-24 02:15:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004776 10.0.0.33 - - [2025-11-24 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.33 - - [2025-11-24 02:15:16] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003447 10.0.0.33 - - [2025-11-24 02:15:16] "GET /virtual-networks?parent_id=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002867 10.0.0.33 - - [2025-11-24 02:15:16] "GET /virtual-network/93871cd6-44ab-4c2c-8a47-94c1f5181fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004648 10.0.0.33 - - [2025-11-24 02:15:17] "POST /neutron/port HTTP/1.1" 200 1086 0.010379 10.0.0.33 - - [2025-11-24 02:15:17] "POST /neutron/port HTTP/1.1" 200 1086 0.009768 10.0.0.33 - - [2025-11-24 02:15:17] "POST /neutron/network HTTP/1.1" 200 843 0.004942 10.0.0.33 - - [2025-11-24 02:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004652 10.0.0.33 - - [2025-11-24 02:15:17] "POST /neutron/subnet HTTP/1.1" 200 685 0.005836 10.0.0.33 - - [2025-11-24 02:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.33 - - [2025-11-24 02:15:17] "POST /neutron/network HTTP/1.1" 200 833 0.006069 10.0.0.33 - - [2025-11-24 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.33 - - [2025-11-24 02:15:22] "DELETE /virtual-DNS/6a037df5-7325-4ae3-a3b1-04259a6131be HTTP/1.1" 409 235 0.005172 10.0.0.33 - - [2025-11-24 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.002398 10.0.0.33 - - [2025-11-24 02:15:23] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.013869 10.0.0.33 - - [2025-11-24 02:15:23] "GET /virtual-DNS-record/08240daa-b6cf-4a08-95e3-19d6af97423c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003887 10.0.0.33 - - [2025-11-24 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.33 - - [2025-11-24 02:15:23] "GET /virtual-DNS-record/08240daa-b6cf-4a08-95e3-19d6af97423c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.002735 10.0.0.33 - - [2025-11-24 02:15:23] "GET /domains HTTP/1.1" 200 280 0.002367 10.0.0.33 - - [2025-11-24 02:15:23] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.33 - - [2025-11-24 02:15:23] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2958 0.006566 10.0.0.33 - - [2025-11-24 02:15:23] "GET /virtual-DNS/6a037df5-7325-4ae3-a3b1-04259a6131be HTTP/1.1" 200 1907 0.004045 10.0.0.33 - - [2025-11-24 02:15:23] "GET /virtual-DNS-record/08240daa-b6cf-4a08-95e3-19d6af97423c HTTP/1.1" 200 1335 0.002370 10.0.0.33 - - [2025-11-24 02:15:28] "DELETE /virtual-DNS-record/08240daa-b6cf-4a08-95e3-19d6af97423c HTTP/1.1" 200 115 0.015471 10.0.0.33 - - [2025-11-24 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.001954 10.0.0.33 - - [2025-11-24 02:15:28] "POST /neutron/network HTTP/1.1" 200 833 0.006099 10.0.0.33 - - [2025-11-24 02:15:28] "POST /neutron/network HTTP/1.1" 400 204 0.010244 10.0.0.33 - - [2025-11-24 02:15:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010448 10.0.0.33 - - [2025-11-24 02:15:29] "POST /neutron/port HTTP/1.1" 200 1112 0.013976 10.0.0.33 - - [2025-11-24 02:15:29] "POST /neutron/port HTTP/1.1" 200 1086 0.012476 10.0.0.33 - - [2025-11-24 02:15:29] "POST /neutron/port HTTP/1.1" 200 1112 0.007486 10.0.0.33 - - [2025-11-24 02:15:29] "POST /neutron/port HTTP/1.1" 200 151 0.099632 10.0.0.33 - - [2025-11-24 02:15:29] "POST /neutron/port HTTP/1.1" 200 151 0.100005 10.0.0.33 - - [2025-11-24 02:15:30] "POST /neutron/network HTTP/1.1" 200 833 0.005898 10.0.0.33 - - [2025-11-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.33 - - [2025-11-24 02:15:31] "DELETE /route-target/3e6d45d8-0ad8-4df1-ac9a-383d0cc60f77 HTTP/1.1" 200 115 0.049409 10.0.0.33 - - [2025-11-24 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002201 10.0.0.33 - - [2025-11-24 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002473 10.0.0.33 - - [2025-11-24 02:15:31] "POST /neutron/network HTTP/1.1" 200 151 0.186677 10.0.0.33 - - [2025-11-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.33 - - [2025-11-24 02:15:31] "DELETE /network-ipam/6a3fb330-3a88-485e-862e-198220f8a676 HTTP/1.1" 200 115 0.025738 10.0.0.33 - - [2025-11-24 02:15:31] "DELETE /virtual-DNS/6a037df5-7325-4ae3-a3b1-04259a6131be HTTP/1.1" 200 115 0.020045 10.0.0.33 - - [2025-11-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.002164 10.0.0.33 - - [2025-11-24 02:15:31] "GET /domains HTTP/1.1" 200 280 0.003020 10.0.0.33 - - [2025-11-24 02:15:31] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.33 - - [2025-11-24 02:15:31] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2758 0.007671 10.0.0.33 - - [2025-11-24 02:15:31] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.33 - - [2025-11-24 02:15:31] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.021877 10.0.0.33 - - [2025-11-24 02:15:31] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.33 - - [2025-11-24 02:15:31] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?fields=virtual_networks HTTP/1.1" 200 1035 0.065146 10.0.0.33 - - [2025-11-24 02:15:31] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.33 - - [2025-11-24 02:15:31] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.021051 10.0.0.33 - - [2025-11-24 02:15:31] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.33 - - [2025-11-24 02:15:31] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?fields=security_groups HTTP/1.1" 200 1262 0.023762 10.0.0.33 - - [2025-11-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.025172 10.0.0.33 - - [2025-11-24 02:15:32] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002133 10.0.0.33 - - [2025-11-24 02:15:32] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.33 - - [2025-11-24 02:15:32] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005783 10.0.0.33 - - [2025-11-24 02:15:32] "POST /id-to-fqname HTTP/1.1" 200 191 0.001107 10.0.0.33 - - [2025-11-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.003002 10.0.0.33 - - [2025-11-24 02:15:32] "POST /security-groups HTTP/1.1" 200 592 0.056277 10.0.0.33 - - [2025-11-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.002017 10.0.0.33 - - [2025-11-24 02:15:32] "POST /projects HTTP/1.1" 200 587 0.196419 10.0.0.33 - - [2025-11-24 02:15:32] "POST /access-control-lists HTTP/1.1" 200 597 0.056159 10.0.0.33 - - [2025-11-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.263361 10.0.0.33 - - [2025-11-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.002470 10.0.0.33 - - [2025-11-24 02:15:32] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.380888 10.0.0.33 - - [2025-11-24 02:15:33] "POST /access-control-lists HTTP/1.1" 200 595 0.060753 10.0.0.33 - - [2025-11-24 02:15:34] "GET / HTTP/1.1" 200 35931 0.001809 10.0.0.33 - - [2025-11-24 02:15:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2025-11-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.053285 10.0.0.33 - - [2025-11-24 02:15:35] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000850 10.0.0.33 - - [2025-11-24 02:15:35] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.029948 10.0.0.33 - - [2025-11-24 02:15:35] "POST /neutron/network HTTP/1.1" 200 117 0.037100 10.0.0.33 - - [2025-11-24 02:15:35] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.33 - - [2025-11-24 02:15:35] "POST /neutron/network HTTP/1.1" 200 606 0.051618 10.0.0.33 - - [2025-11-24 02:15:35] "POST /route-targets HTTP/1.1" 200 327 0.008293 10.0.0.33 - - [2025-11-24 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.013226 10.0.0.33 - - [2025-11-24 02:15:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002714 10.0.0.33 - - [2025-11-24 02:15:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.145044 10.0.0.33 - - [2025-11-24 02:15:35] "POST /neutron/network HTTP/1.1" 200 826 0.004322 10.0.0.33 - - [2025-11-24 02:15:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.000956 10.0.0.33 - - [2025-11-24 02:15:35] "GET /virtual-network/6a4c81c7-3b5a-4996-8933-41cc664e6533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004110 10.0.0.33 - - [2025-11-24 02:15:35] "POST /neutron/network HTTP/1.1" 200 826 0.006659 10.0.0.33 - - [2025-11-24 02:15:35] "GET /virtual-network/6a4c81c7-3b5a-4996-8933-41cc664e6533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005038 10.0.0.33 - - [2025-11-24 02:15:35] "DELETE /project/659a5dc0f95841d8a7dc1a22f068141e HTTP/1.1" 404 173 0.010844 10.0.0.33 - - [2025-11-24 02:15:35] "DELETE /project/b52f2dad16424983b9dbe4389f7fafb0 HTTP/1.1" 404 173 0.008313 10.0.0.33 - - [2025-11-24 02:15:35] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000752 10.0.0.33 - - [2025-11-24 02:15:35] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000715 10.0.0.33 - - [2025-11-24 02:15:35] "POST /neutron/network HTTP/1.1" 200 826 0.004706 10.0.0.33 - - [2025-11-24 02:15:35] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.031847 10.0.0.33 - - [2025-11-24 02:15:35] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.037903 10.0.0.33 - - [2025-11-24 02:15:35] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000834 10.0.0.33 - - [2025-11-24 02:15:35] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000761 10.0.0.33 - - [2025-11-24 02:15:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.013499 10.0.0.33 - - [2025-11-24 02:15:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.000921 10.0.0.33 - - [2025-11-24 02:15:35] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?fields=security_groups HTTP/1.1" 200 1367 0.031232 10.0.0.33 - - [2025-11-24 02:15:35] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?fields=security_groups HTTP/1.1" 200 1357 0.032997 10.0.0.33 - - [2025-11-24 02:15:35] "DELETE /security-group/571da00b-fe69-4fbf-8b0d-b5a177298479 HTTP/1.1" 200 115 0.046367 10.0.0.33 - - [2025-11-24 02:15:35] "DELETE /security-group/8501535a-146d-4770-bd09-50b4f4a71569 HTTP/1.1" 200 115 0.043576 10.0.0.33 - - [2025-11-24 02:15:35] "GET /projects?obj_uuids=b52f2dad-1642-4983-b9db-e4389f7fafb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001627 10.0.0.33 - - [2025-11-24 02:15:35] "GET /projects?obj_uuids=74312e82-b9ab-4d7e-a315-4183f69828e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.33 - - [2025-11-24 02:15:35] "GET /project/b52f2dad-1642-4983-b9db-e4389f7fafb0?fields=application_policy_sets HTTP/1.1" 200 1406 0.036261 10.0.0.33 - - [2025-11-24 02:15:35] "DELETE /access-control-list/43b15d7f-dcd7-4370-ab40-edaca561550f HTTP/1.1" 200 115 0.046472 10.0.0.33 - - [2025-11-24 02:15:35] "DELETE /access-control-list/b4c548c8-8384-43aa-ad0d-d7d1c7589e88 HTTP/1.1" 200 115 0.023309 10.0.0.33 - - [2025-11-24 02:15:35] "POST /neutron/network HTTP/1.1" 200 836 0.005523 10.0.0.33 - - [2025-11-24 02:15:35] "GET /project/74312e82-b9ab-4d7e-a315-4183f69828e8?fields=application_policy_sets HTTP/1.1" 200 1396 0.082512 10.0.0.33 - - [2025-11-24 02:15:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000336 10.0.0.33 - - [2025-11-24 02:15:35] "DELETE /access-control-list/7f6d930a-c669-41e4-b747-32d1c7c8dc51 HTTP/1.1" 200 115 0.039450 10.0.0.33 - - [2025-11-24 02:15:35] "DELETE /access-control-list/6fc72136-8aa4-457a-bf9d-8eddd5196ff4 HTTP/1.1" 200 115 0.028297 10.0.0.33 - - [2025-11-24 02:15:35] "DELETE /project/b52f2dad-1642-4983-b9db-e4389f7fafb0 HTTP/1.1" 200 115 0.336531 10.0.0.33 - - [2025-11-24 02:15:35] "DELETE /project/74312e82-b9ab-4d7e-a315-4183f69828e8 HTTP/1.1" 200 115 0.365129 10.0.0.33 - - [2025-11-24 02:15:36] "GET / HTTP/1.1" 200 35931 0.002390 10.0.0.33 - - [2025-11-24 02:15:36] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000471 10.0.0.33 - - [2025-11-24 02:15:36] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.33 - - [2025-11-24 02:15:36] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045121 10.0.0.33 - - [2025-11-24 02:15:36] "POST /neutron/network HTTP/1.1" 200 826 0.004718 10.0.0.33 - - [2025-11-24 02:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.004433 10.0.0.33 - - [2025-11-24 02:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.004338 10.0.0.33 - - [2025-11-24 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001179 10.0.0.33 - - [2025-11-24 02:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.004235 10.0.0.33 - - [2025-11-24 02:15:36] "POST /neutron/network HTTP/1.1" 200 836 0.004717 10.0.0.33 - - [2025-11-24 02:15:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/network HTTP/1.1" 200 836 0.004702 10.0.0.33 - - [2025-11-24 02:15:37] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001314 10.0.0.33 - - [2025-11-24 02:15:37] "GET / HTTP/1.1" 200 35931 0.007041 10.0.0.33 - - [2025-11-24 02:15:37] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000456 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 1062 0.182940 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 1062 0.018174 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 1062 0.007344 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 1116 0.046700 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 1090 0.010763 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002818 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/subnet HTTP/1.1" 200 704 0.006674 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/network HTTP/1.1" 200 826 0.005228 10.0.0.33 - - [2025-11-24 02:15:37] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.33 - - [2025-11-24 02:15:37] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053381 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/network HTTP/1.1" 200 826 0.005031 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 1090 0.021435 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005523 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 117 0.004888 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 1090 0.011557 10.0.0.33 - - [2025-11-24 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005365 10.0.0.33 - - [2025-11-24 02:15:38] "POST /neutron/network HTTP/1.1" 200 836 0.007140 10.0.0.33 - - [2025-11-24 02:15:38] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.33 - - [2025-11-24 02:15:38] "POST /neutron/port HTTP/1.1" 200 1062 0.195033 10.0.0.33 - - [2025-11-24 02:15:38] "POST /neutron/port HTTP/1.1" 200 1062 0.007459 10.0.0.33 - - [2025-11-24 02:15:38] "POST /neutron/port HTTP/1.1" 200 1062 0.007328 10.0.0.33 - - [2025-11-24 02:15:38] "POST /neutron/port HTTP/1.1" 200 1116 0.083984 10.0.0.33 - - [2025-11-24 02:15:38] "POST /neutron/port HTTP/1.1" 200 1090 0.009348 10.0.0.33 - - [2025-11-24 02:15:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002868 10.0.0.33 - - [2025-11-24 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 704 0.005649 10.0.0.33 - - [2025-11-24 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.000988 10.0.0.33 - - [2025-11-24 02:15:38] "POST /neutron/network HTTP/1.1" 200 826 0.004547 10.0.0.33 - - [2025-11-24 02:15:41] "GET /obj-perms HTTP/1.1" 200 5056 0.059059 10.0.0.33 - - [2025-11-24 02:15:42] "GET /obj-perms HTTP/1.1" 200 5056 0.056160 10.0.0.33 - - [2025-11-24 02:15:43] "POST /neutron/port HTTP/1.1" 200 1090 0.010648 10.0.0.33 - - [2025-11-24 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005230 10.0.0.33 - - [2025-11-24 02:15:43] "POST /neutron/port HTTP/1.1" 200 1090 0.010101 10.0.0.33 - - [2025-11-24 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005415 10.0.0.33 - - [2025-11-24 02:15:43] "POST /neutron/port HTTP/1.1" 200 1090 0.009316 10.0.0.33 - - [2025-11-24 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005291 10.0.0.33 - - [2025-11-24 02:15:43] "GET /virtual-machine/1e99b745-9949-4261-9801-37b35139a0bd HTTP/1.1" 401 292 0.000385 10.0.0.33 - - [2025-11-24 02:15:43] "GET /virtual-machine/1e99b745-9949-4261-9801-37b35139a0bd HTTP/1.1" 200 1293 0.033603 10.0.0.33 - - [2025-11-24 02:15:43] "GET /virtual-machine-interface/960674bd-4b13-4728-a29d-28a59fa3f19e HTTP/1.1" 200 2947 0.004317 10.0.0.33 - - [2025-11-24 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.33 - - [2025-11-24 02:15:43] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004042 10.0.0.33 - - [2025-11-24 02:15:43] "GET /virtual-networks?parent_id=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003529 10.0.0.33 - - [2025-11-24 02:15:43] "GET /virtual-network/6a4c81c7-3b5a-4996-8933-41cc664e6533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005280 10.0.0.33 - - [2025-11-24 02:15:46] "POST /neutron/port HTTP/1.1" 200 1090 0.013144 10.0.0.33 - - [2025-11-24 02:15:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006315 10.0.0.33 - - [2025-11-24 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.33 - - [2025-11-24 02:15:46] "GET /virtual-network/6a4c81c7-3b5a-4996-8933-41cc664e6533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006411 10.0.0.33 - - [2025-11-24 02:15:47] "POST /neutron/port HTTP/1.1" 200 1090 0.009644 10.0.0.33 - - [2025-11-24 02:15:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004177 10.0.0.33 - - [2025-11-24 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.33 - - [2025-11-24 02:15:48] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003347 10.0.0.33 - - [2025-11-24 02:15:48] "GET /virtual-networks?parent_id=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002550 10.0.0.33 - - [2025-11-24 02:15:48] "GET /virtual-network/6a4c81c7-3b5a-4996-8933-41cc664e6533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005653 10.0.0.33 - - [2025-11-24 02:15:49] "POST /neutron/port HTTP/1.1" 200 1090 0.010382 10.0.0.33 - - [2025-11-24 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005312 10.0.0.33 - - [2025-11-24 02:15:49] "POST /neutron/port HTTP/1.1" 200 1090 0.009237 10.0.0.33 - - [2025-11-24 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005514 10.0.0.33 - - [2025-11-24 02:15:49] "POST /neutron/port HTTP/1.1" 200 1090 0.010975 10.0.0.33 - - [2025-11-24 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005603 10.0.0.33 - - [2025-11-24 02:15:49] "GET /virtual-machine/6fec8cdd-ec0a-4943-b4aa-beb60a9df196 HTTP/1.1" 200 1293 0.004470 10.0.0.33 - - [2025-11-24 02:15:49] "GET /virtual-machine-interface/304e655d-e59c-4c35-a36c-e1a4ccfd0562 HTTP/1.1" 200 2946 0.005574 10.0.0.33 - - [2025-11-24 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.33 - - [2025-11-24 02:15:49] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002514 10.0.0.33 - - [2025-11-24 02:15:49] "GET /virtual-networks?parent_id=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002519 10.0.0.33 - - [2025-11-24 02:15:49] "GET /virtual-network/6a4c81c7-3b5a-4996-8933-41cc664e6533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004930 10.0.0.33 - - [2025-11-24 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.33 - - [2025-11-24 02:15:50] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003059 10.0.0.33 - - [2025-11-24 02:15:50] "GET /virtual-networks?parent_id=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002444 10.0.0.33 - - [2025-11-24 02:15:50] "GET /virtual-network/6a4c81c7-3b5a-4996-8933-41cc664e6533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006276 10.0.0.33 - - [2025-11-24 02:15:55] "POST /neutron/network HTTP/1.1" 200 826 0.005242 10.0.0.33 - - [2025-11-24 02:15:55] "POST /neutron/network HTTP/1.1" 400 204 0.009025 10.0.0.33 - - [2025-11-24 02:15:55] "POST /neutron/port HTTP/1.1" 200 1090 0.013344 10.0.0.33 - - [2025-11-24 02:15:55] "POST /neutron/port HTTP/1.1" 200 1116 0.009883 10.0.0.33 - - [2025-11-24 02:15:55] "POST /neutron/port HTTP/1.1" 200 151 0.103849 10.0.0.33 - - [2025-11-24 02:15:55] "POST /neutron/port HTTP/1.1" 200 1090 0.009828 10.0.0.33 - - [2025-11-24 02:15:55] "POST /neutron/port HTTP/1.1" 200 1116 0.008215 10.0.0.33 - - [2025-11-24 02:15:56] "POST /neutron/port HTTP/1.1" 200 151 0.095434 10.0.0.33 - - [2025-11-24 02:15:57] "POST /neutron/network HTTP/1.1" 200 826 0.004898 10.0.0.33 - - [2025-11-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.33 - - [2025-11-24 02:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002135 10.0.0.33 - - [2025-11-24 02:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002445 10.0.0.33 - - [2025-11-24 02:15:57] "POST /neutron/network HTTP/1.1" 200 151 0.075856 10.0.0.33 - - [2025-11-24 02:15:57] "DELETE /route-target/216701e7-ee17-4428-b4ab-4238a7338fc5 HTTP/1.1" 200 115 0.016566 10.0.0.33 - - [2025-11-24 02:15:57] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.33 - - [2025-11-24 02:15:57] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021750 10.0.0.33 - - [2025-11-24 02:15:57] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001422 10.0.0.33 - - [2025-11-24 02:15:57] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?fields=virtual_networks HTTP/1.1" 200 1034 0.067542 10.0.0.33 - - [2025-11-24 02:15:57] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.33 - - [2025-11-24 02:15:57] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024915 10.0.0.33 - - [2025-11-24 02:15:57] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000961 10.0.0.33 - - [2025-11-24 02:15:57] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?fields=security_groups HTTP/1.1" 200 1261 0.019438 10.0.0.33 - - [2025-11-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.025679 10.0.0.33 - - [2025-11-24 02:15:58] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002371 10.0.0.33 - - [2025-11-24 02:15:58] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.33 - - [2025-11-24 02:15:58] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006210 10.0.0.33 - - [2025-11-24 02:15:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.001420 10.0.0.33 - - [2025-11-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.003281 10.0.0.33 - - [2025-11-24 02:15:59] "POST /security-groups HTTP/1.1" 200 591 0.060497 10.0.0.33 - - [2025-11-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.002221 10.0.0.33 - - [2025-11-24 02:15:59] "POST /projects HTTP/1.1" 200 585 0.198841 10.0.0.33 - - [2025-11-24 02:15:59] "POST /access-control-lists HTTP/1.1" 200 596 0.057490 10.0.0.33 - - [2025-11-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.269374 10.0.0.33 - - [2025-11-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.002416 10.0.0.33 - - [2025-11-24 02:15:59] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.392707 10.0.0.33 - - [2025-11-24 02:15:59] "POST /access-control-lists HTTP/1.1" 200 594 0.060557 10.0.0.33 - - [2025-11-24 02:16:00] "GET / HTTP/1.1" 200 35931 0.001778 10.0.0.33 - - [2025-11-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.33 - - [2025-11-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.064453 10.0.0.33 - - [2025-11-24 02:16:01] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.33 - - [2025-11-24 02:16:01] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.022087 10.0.0.33 - - [2025-11-24 02:16:01] "POST /neutron/network HTTP/1.1" 200 117 0.038833 10.0.0.33 - - [2025-11-24 02:16:01] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001437 10.0.0.33 - - [2025-11-24 02:16:01] "POST /neutron/network HTTP/1.1" 200 625 0.057830 10.0.0.33 - - [2025-11-24 02:16:01] "POST /route-targets HTTP/1.1" 200 327 0.010246 10.0.0.33 - - [2025-11-24 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.012603 10.0.0.33 - - [2025-11-24 02:16:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003185 10.0.0.33 - - [2025-11-24 02:16:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.196317 10.0.0.33 - - [2025-11-24 02:16:01] "POST /neutron/network HTTP/1.1" 200 839 0.004704 10.0.0.33 - - [2025-11-24 02:16:01] "POST /id-to-fqname HTTP/1.1" 200 230 0.001122 10.0.0.33 - - [2025-11-24 02:16:01] "GET /virtual-network/592f2d4c-9d32-43af-9ddf-79aaa25c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004386 10.0.0.33 - - [2025-11-24 02:16:01] "POST /neutron/network HTTP/1.1" 200 839 0.005633 10.0.0.33 - - [2025-11-24 02:16:01] "GET /virtual-network/592f2d4c-9d32-43af-9ddf-79aaa25c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005593 10.0.0.33 - - [2025-11-24 02:16:02] "POST /neutron/network HTTP/1.1" 200 839 0.004853 10.0.0.33 - - [2025-11-24 02:16:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.006046 10.0.0.33 - - [2025-11-24 02:16:02] "POST /neutron/network HTTP/1.1" 200 839 0.005054 10.0.0.33 - - [2025-11-24 02:16:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.001132 10.0.0.33 - - [2025-11-24 02:16:02] "POST /neutron/network HTTP/1.1" 200 849 0.004796 10.0.0.33 - - [2025-11-24 02:16:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2025-11-24 02:16:02] "GET / HTTP/1.1" 200 35931 0.002796 10.0.0.33 - - [2025-11-24 02:16:02] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000332 10.0.0.33 - - [2025-11-24 02:16:02] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.33 - - [2025-11-24 02:16:02] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048210 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/network HTTP/1.1" 200 839 0.005278 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.012596 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.005695 10.0.0.33 - - [2025-11-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002129 10.0.0.33 - - [2025-11-24 02:16:03] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002920 10.0.0.33 - - [2025-11-24 02:16:03] "PUT /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf HTTP/1.1" 200 276 0.008571 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.004329 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/network HTTP/1.1" 200 849 0.005240 10.0.0.33 - - [2025-11-24 02:16:03] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001815 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/port HTTP/1.1" 200 1055 0.175708 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/port HTTP/1.1" 200 1055 0.008022 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/port HTTP/1.1" 200 1055 0.007546 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/port HTTP/1.1" 200 1109 0.051146 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/port HTTP/1.1" 200 1083 0.009895 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002962 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/subnet HTTP/1.1" 200 675 0.006407 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.33 - - [2025-11-24 02:16:03] "POST /neutron/network HTTP/1.1" 200 839 0.005118 10.0.0.33 - - [2025-11-24 02:16:08] "POST /neutron/port HTTP/1.1" 200 1083 0.009454 10.0.0.33 - - [2025-11-24 02:16:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005487 10.0.0.33 - - [2025-11-24 02:16:08] "POST /neutron/port HTTP/1.1" 200 1083 0.008576 10.0.0.33 - - [2025-11-24 02:16:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006453 10.0.0.33 - - [2025-11-24 02:16:08] "POST /neutron/port HTTP/1.1" 200 1083 0.013043 10.0.0.33 - - [2025-11-24 02:16:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005765 10.0.0.33 - - [2025-11-24 02:16:08] "GET /virtual-machine/ceeeeb8f-4687-4139-b864-6c4680b02eec HTTP/1.1" 401 292 0.000536 10.0.0.33 - - [2025-11-24 02:16:08] "GET /virtual-machine/ceeeeb8f-4687-4139-b864-6c4680b02eec HTTP/1.1" 200 1293 0.030688 10.0.0.33 - - [2025-11-24 02:16:08] "GET /virtual-machine-interface/60464205-3489-40a7-913d-7fdc7972d89d HTTP/1.1" 200 2971 0.004266 10.0.0.33 - - [2025-11-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.33 - - [2025-11-24 02:16:09] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003787 10.0.0.33 - - [2025-11-24 02:16:09] "GET /virtual-networks?parent_id=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002880 10.0.0.33 - - [2025-11-24 02:16:09] "GET /virtual-network/592f2d4c-9d32-43af-9ddf-79aaa25c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005390 10.0.0.33 - - [2025-11-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.33 - - [2025-11-24 02:16:12] "GET /virtual-network/592f2d4c-9d32-43af-9ddf-79aaa25c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004884 10.0.0.33 - - [2025-11-24 02:16:12] "POST /neutron/port HTTP/1.1" 200 1083 0.009740 10.0.0.33 - - [2025-11-24 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004825 10.0.0.33 - - [2025-11-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.33 - - [2025-11-24 02:16:14] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003030 10.0.0.33 - - [2025-11-24 02:16:14] "GET /virtual-networks?parent_id=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002620 10.0.0.33 - - [2025-11-24 02:16:14] "GET /virtual-network/592f2d4c-9d32-43af-9ddf-79aaa25c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004917 10.0.0.33 - - [2025-11-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.33 - - [2025-11-24 02:16:16] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003562 10.0.0.33 - - [2025-11-24 02:16:16] "PUT /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf HTTP/1.1" 200 276 0.008927 10.0.0.33 - - [2025-11-24 02:16:16] "POST /neutron/network HTTP/1.1" 200 839 0.005693 10.0.0.33 - - [2025-11-24 02:16:16] "POST /neutron/network HTTP/1.1" 400 204 0.013994 10.0.0.33 - - [2025-11-24 02:16:17] "POST /neutron/port HTTP/1.1" 200 1083 0.012667 10.0.0.33 - - [2025-11-24 02:16:17] "POST /neutron/port HTTP/1.1" 200 1109 0.008208 10.0.0.33 - - [2025-11-24 02:16:17] "POST /neutron/port HTTP/1.1" 200 151 0.112176 10.0.0.33 - - [2025-11-24 02:16:18] "POST /neutron/network HTTP/1.1" 200 839 0.004905 10.0.0.33 - - [2025-11-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.33 - - [2025-11-24 02:16:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002086 10.0.0.33 - - [2025-11-24 02:16:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002410 10.0.0.33 - - [2025-11-24 02:16:18] "POST /neutron/network HTTP/1.1" 200 151 0.072160 10.0.0.33 - - [2025-11-24 02:16:18] "DELETE /route-target/5e0cf145-ced0-4ebd-85bb-2710e4789c4c HTTP/1.1" 200 115 0.017463 10.0.0.33 - - [2025-11-24 02:16:19] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002561 10.0.0.33 - - [2025-11-24 02:16:19] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf HTTP/1.1" 200 1880 0.002856 10.0.0.33 - - [2025-11-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.33 - - [2025-11-24 02:16:19] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.33 - - [2025-11-24 02:16:19] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.019808 10.0.0.33 - - [2025-11-24 02:16:19] "POST /neutron/network HTTP/1.1" 200 117 0.007365 10.0.0.33 - - [2025-11-24 02:16:19] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335 10.0.0.33 - - [2025-11-24 02:16:19] "POST /neutron/network HTTP/1.1" 200 605 0.063772 10.0.0.33 - - [2025-11-24 02:16:19] "POST /route-targets HTTP/1.1" 200 327 0.013371 10.0.0.33 - - [2025-11-24 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.016164 10.0.0.33 - - [2025-11-24 02:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.33 - - [2025-11-24 02:16:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.170818 10.0.0.33 - - [2025-11-24 02:16:19] "POST /neutron/network HTTP/1.1" 200 825 0.005240 10.0.0.33 - - [2025-11-24 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001349 10.0.0.33 - - [2025-11-24 02:16:19] "GET /virtual-network/e075d965-37bc-4af0-bc58-efba9adcc3ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004391 10.0.0.33 - - [2025-11-24 02:16:19] "POST /neutron/network HTTP/1.1" 200 825 0.008034 10.0.0.33 - - [2025-11-24 02:16:19] "GET /virtual-network/e075d965-37bc-4af0-bc58-efba9adcc3ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004373 10.0.0.33 - - [2025-11-24 02:16:19] "POST /neutron/network HTTP/1.1" 200 825 0.004946 10.0.0.33 - - [2025-11-24 02:16:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.006205 10.0.0.33 - - [2025-11-24 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001099 10.0.0.33 - - [2025-11-24 02:16:19] "POST /neutron/network HTTP/1.1" 200 835 0.004714 10.0.0.33 - - [2025-11-24 02:16:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000398 10.0.0.33 - - [2025-11-24 02:16:20] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.33 - - [2025-11-24 02:16:20] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.33 - - [2025-11-24 02:16:20] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.33 - - [2025-11-24 02:16:20] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046853 10.0.0.33 - - [2025-11-24 02:16:20] "POST /neutron/network HTTP/1.1" 200 825 0.004895 10.0.0.33 - - [2025-11-24 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.005775 10.0.0.33 - - [2025-11-24 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.004840 10.0.0.33 - - [2025-11-24 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.004067 10.0.0.33 - - [2025-11-24 02:16:21] "POST /neutron/network HTTP/1.1" 200 835 0.004631 10.0.0.33 - - [2025-11-24 02:16:21] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.33 - - [2025-11-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 1061 0.172081 10.0.0.33 - - [2025-11-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 1061 0.008016 10.0.0.33 - - [2025-11-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 1061 0.017115 10.0.0.33 - - [2025-11-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 1115 0.054992 10.0.0.33 - - [2025-11-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 1089 0.013976 10.0.0.33 - - [2025-11-24 02:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003455 10.0.0.33 - - [2025-11-24 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.006243 10.0.0.33 - - [2025-11-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.33 - - [2025-11-24 02:16:21] "POST /neutron/network HTTP/1.1" 200 825 0.004618 10.0.0.33 - - [2025-11-24 02:16:25] "POST /neutron/port HTTP/1.1" 200 1089 0.009636 10.0.0.33 - - [2025-11-24 02:16:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005643 10.0.0.33 - - [2025-11-24 02:16:26] "POST /neutron/port HTTP/1.1" 200 1089 0.012691 10.0.0.33 - - [2025-11-24 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005704 10.0.0.33 - - [2025-11-24 02:16:26] "POST /neutron/port HTTP/1.1" 200 1089 0.010602 10.0.0.33 - - [2025-11-24 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005894 10.0.0.33 - - [2025-11-24 02:16:26] "GET /virtual-machine/1c41acc4-7528-4dfb-85bd-9d222b585ffb HTTP/1.1" 200 1291 0.004061 10.0.0.33 - - [2025-11-24 02:16:26] "GET /virtual-machine-interface/b6935e92-522b-495f-82f1-4ef08ce8df31 HTTP/1.1" 200 2941 0.004420 10.0.0.33 - - [2025-11-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.33 - - [2025-11-24 02:16:26] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002658 10.0.0.33 - - [2025-11-24 02:16:26] "GET /virtual-networks?parent_id=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002449 10.0.0.33 - - [2025-11-24 02:16:26] "GET /virtual-network/e075d965-37bc-4af0-bc58-efba9adcc3ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.030812 10.0.0.33 - - [2025-11-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.33 - - [2025-11-24 02:16:29] "GET /virtual-network/e075d965-37bc-4af0-bc58-efba9adcc3ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004627 10.0.0.33 - - [2025-11-24 02:16:29] "POST /neutron/port HTTP/1.1" 200 1089 0.009091 10.0.0.33 - - [2025-11-24 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007019 10.0.0.33 - - [2025-11-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.33 - - [2025-11-24 02:16:31] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002717 10.0.0.33 - - [2025-11-24 02:16:31] "GET /virtual-networks?parent_id=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003119 10.0.0.33 - - [2025-11-24 02:16:31] "GET /virtual-network/e075d965-37bc-4af0-bc58-efba9adcc3ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007819 10.0.0.33 - - [2025-11-24 02:16:33] "POST /neutron/network HTTP/1.1" 200 825 0.005229 10.0.0.33 - - [2025-11-24 02:16:33] "POST /neutron/network HTTP/1.1" 400 204 0.011077 10.0.0.33 - - [2025-11-24 02:16:34] "POST /neutron/port HTTP/1.1" 200 1089 0.009174 10.0.0.33 - - [2025-11-24 02:16:34] "POST /neutron/port HTTP/1.1" 200 1115 0.006705 10.0.0.33 - - [2025-11-24 02:16:34] "POST /neutron/port HTTP/1.1" 200 151 0.086339 10.0.0.33 - - [2025-11-24 02:16:35] "POST /neutron/network HTTP/1.1" 200 825 0.004898 10.0.0.33 - - [2025-11-24 02:16:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.33 - - [2025-11-24 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.33 - - [2025-11-24 02:16:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002428 10.0.0.33 - - [2025-11-24 02:16:35] "POST /neutron/network HTTP/1.1" 200 151 0.063742 10.0.0.33 - - [2025-11-24 02:16:35] "DELETE /route-target/fa4946ac-6aa1-4acf-99ed-ec5e83ad4373 HTTP/1.1" 200 115 0.013754 10.0.0.33 - - [2025-11-24 02:16:36] "DELETE /project/e5011cf410b44be98a46eaa1140afb5d HTTP/1.1" 404 173 0.005204 10.0.0.33 - - [2025-11-24 02:16:36] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000813 10.0.0.33 - - [2025-11-24 02:16:36] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.027850 10.0.0.33 - - [2025-11-24 02:16:36] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000825 10.0.0.33 - - [2025-11-24 02:16:36] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?fields=security_groups HTTP/1.1" 200 1366 0.063419 10.0.0.33 - - [2025-11-24 02:16:36] "DELETE /security-group/0f7f5bfc-4435-4991-a8b3-7ae27f6ec2b3 HTTP/1.1" 200 115 0.042962 10.0.0.33 - - [2025-11-24 02:16:36] "GET /projects?obj_uuids=659a5dc0-f958-41d8-a7dc-1a22f068141e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001033 10.0.0.33 - - [2025-11-24 02:16:36] "DELETE /access-control-list/c6ba2835-fc58-407a-8b67-bb0c3557d07c HTTP/1.1" 200 115 0.032561 10.0.0.33 - - [2025-11-24 02:16:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003058 10.0.0.33 - - [2025-11-24 02:16:36] "GET /project/659a5dc0-f958-41d8-a7dc-1a22f068141e?fields=application_policy_sets HTTP/1.1" 200 1405 0.033340 10.0.0.33 - - [2025-11-24 02:16:36] "DELETE /access-control-list/94938d52-7353-457f-96ce-d1207c50b0ca HTTP/1.1" 200 115 0.029453 10.0.0.33 - - [2025-11-24 02:16:36] "POST /network-ipams HTTP/1.1" 200 541 0.029430 10.0.0.33 - - [2025-11-24 02:16:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004447 10.0.0.33 - - [2025-11-24 02:16:36] "DELETE /project/659a5dc0-f958-41d8-a7dc-1a22f068141e HTTP/1.1" 200 115 0.304283 10.0.0.33 - - [2025-11-24 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002387 10.0.0.33 - - [2025-11-24 02:16:36] "GET /network-ipam/4b663305-d50f-43f7-8865-a73c6798b851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.004312 10.0.0.33 - - [2025-11-24 02:16:36] "PUT /network-ipam/4b663305-d50f-43f7-8865-a73c6798b851 HTTP/1.1" 200 258 0.010795 10.0.0.33 - - [2025-11-24 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.33 - - [2025-11-24 02:16:36] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001422 10.0.0.33 - - [2025-11-24 02:16:36] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.021697 10.0.0.33 - - [2025-11-24 02:16:36] "POST /neutron/network HTTP/1.1" 200 117 0.008916 10.0.0.33 - - [2025-11-24 02:16:36] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000922 10.0.0.33 - - [2025-11-24 02:16:36] "POST /neutron/network HTTP/1.1" 200 605 0.048261 10.0.0.33 - - [2025-11-24 02:16:36] "POST /route-targets HTTP/1.1" 200 327 0.009741 10.0.0.33 - - [2025-11-24 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.010729 10.0.0.33 - - [2025-11-24 02:16:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002716 10.0.0.33 - - [2025-11-24 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.156465 10.0.0.33 - - [2025-11-24 02:16:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002656 10.0.0.33 - - [2025-11-24 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.117794 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/network HTTP/1.1" 200 994 0.007315 10.0.0.33 - - [2025-11-24 02:16:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001096 10.0.0.33 - - [2025-11-24 02:16:37] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004232 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/network HTTP/1.1" 200 994 0.007648 10.0.0.33 - - [2025-11-24 02:16:37] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004414 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/network HTTP/1.1" 200 994 0.006100 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.005934 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.005792 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/network HTTP/1.1" 200 994 0.006521 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.007149 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.007277 10.0.0.33 - - [2025-11-24 02:16:37] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/port HTTP/1.1" 200 1017 0.140375 10.0.0.33 - - [2025-11-24 02:16:37] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/port HTTP/1.1" 200 1017 0.210893 10.0.0.33 - - [2025-11-24 02:16:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001127 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/port HTTP/1.1" 200 1017 0.007358 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/port HTTP/1.1" 200 1017 0.007695 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/network HTTP/1.1" 200 994 0.006208 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/port HTTP/1.1" 200 1017 0.007436 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/port HTTP/1.1" 200 117 0.004613 10.0.0.33 - - [2025-11-24 02:16:37] "POST /neutron/port HTTP/1.1" 200 1017 0.007227 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.004206 10.0.0.33 - - [2025-11-24 02:16:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001204 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.004734 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1017 0.010467 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006174 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/network HTTP/1.1" 200 994 0.006472 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006082 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006666 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.004772 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006600 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/network HTTP/1.1" 200 1004 0.005499 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.004954 10.0.0.33 - - [2025-11-24 02:16:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001082 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1017 0.009435 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006191 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1083 0.025784 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1109 0.085906 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007535 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1083 0.009117 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002896 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/subnet HTTP/1.1" 200 673 0.012316 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/network HTTP/1.1" 200 1004 0.008320 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.33 - - [2025-11-24 02:16:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/network HTTP/1.1" 200 994 0.006171 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006292 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/network HTTP/1.1" 200 1004 0.004682 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006629 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006619 10.0.0.33 - - [2025-11-24 02:16:38] "POST /neutron/port HTTP/1.1" 200 1109 0.082742 10.0.0.33 - - [2025-11-24 02:16:39] "POST /neutron/port HTTP/1.1" 200 1083 0.010942 10.0.0.33 - - [2025-11-24 02:16:39] "GET / HTTP/1.1" 200 35931 0.001413 10.0.0.33 - - [2025-11-24 02:16:39] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000382 10.0.0.33 - - [2025-11-24 02:16:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005527 10.0.0.33 - - [2025-11-24 02:16:39] "POST /neutron/subnet HTTP/1.1" 200 673 0.010420 10.0.0.33 - - [2025-11-24 02:16:39] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.33 - - [2025-11-24 02:16:39] "POST /neutron/network HTTP/1.1" 200 994 0.006512 10.0.0.33 - - [2025-11-24 02:16:39] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239 10.0.0.33 - - [2025-11-24 02:16:39] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059210 10.0.0.33 - - [2025-11-24 02:16:39] "POST /neutron/network HTTP/1.1" 200 994 0.008120 10.0.0.33 - - [2025-11-24 02:16:39] "POST /neutron/port HTTP/1.1" 200 2050 0.022548 10.0.0.33 - - [2025-11-24 02:16:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006034 10.0.0.33 - - [2025-11-24 02:16:39] "POST /neutron/port HTTP/1.1" 200 117 0.025421 10.0.0.33 - - [2025-11-24 02:16:39] "GET /domains HTTP/1.1" 200 280 0.002420 10.0.0.33 - - [2025-11-24 02:16:39] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.33 - - [2025-11-24 02:16:39] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2573 0.006871 10.0.0.33 - - [2025-11-24 02:16:39] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.33 - - [2025-11-24 02:16:39] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d HTTP/1.1" 200 2842 0.073814 10.0.0.33 - - [2025-11-24 02:16:39] "GET /network-ipam/4b663305-d50f-43f7-8865-a73c6798b851 HTTP/1.1" 200 2645 0.019104 10.0.0.33 - - [2025-11-24 02:16:39] "GET /domains HTTP/1.1" 200 280 0.003381 10.0.0.33 - - [2025-11-24 02:16:39] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.33 - - [2025-11-24 02:16:39] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2573 0.006629 10.0.0.33 - - [2025-11-24 02:16:39] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001182 10.0.0.33 - - [2025-11-24 02:16:39] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d HTTP/1.1" 200 2842 0.073580 10.0.0.33 - - [2025-11-24 02:16:39] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e HTTP/1.1" 200 3780 0.006293 10.0.0.33 - - [2025-11-24 02:16:39] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e HTTP/1.1" 200 3780 0.005800 10.0.0.33 - - [2025-11-24 02:16:40] "GET /routing-instance/ab9d91a0-0d71-454c-a031-32d99599d79c HTTP/1.1" 200 2381 0.003865 10.0.0.33 - - [2025-11-24 02:16:40] "GET /routing-instance/ab9d91a0-0d71-454c-a031-32d99599d79c HTTP/1.1" 200 2381 0.004109 10.0.0.33 - - [2025-11-24 02:16:40] "GET /route-target/e53b2d4f-c6a3-46b7-8477-fff87987a127 HTTP/1.1" 200 1204 0.002810 10.0.0.33 - - [2025-11-24 02:16:40] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e HTTP/1.1" 200 3780 0.004566 10.0.0.33 - - [2025-11-24 02:16:40] "GET /routing-instance/ab9d91a0-0d71-454c-a031-32d99599d79c HTTP/1.1" 200 2381 0.002727 10.0.0.33 - - [2025-11-24 02:16:40] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004093 10.0.0.33 - - [2025-11-24 02:16:40] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e HTTP/1.1" 200 3780 0.004776 10.0.0.33 - - [2025-11-24 02:16:40] "GET /routing-instance/ab9d91a0-0d71-454c-a031-32d99599d79c HTTP/1.1" 200 2381 0.002592 10.0.0.33 - - [2025-11-24 02:16:40] "GET /routing-instance/ab9d91a0-0d71-454c-a031-32d99599d79c HTTP/1.1" 200 2381 0.002763 10.0.0.33 - - [2025-11-24 02:16:40] "GET /route-target/e53b2d4f-c6a3-46b7-8477-fff87987a127 HTTP/1.1" 200 1204 0.002560 10.0.0.33 - - [2025-11-24 02:16:40] "GET /domains HTTP/1.1" 200 280 0.002888 10.0.0.33 - - [2025-11-24 02:16:40] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.33 - - [2025-11-24 02:16:40] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2573 0.006017 10.0.0.33 - - [2025-11-24 02:16:40] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.33 - - [2025-11-24 02:16:40] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d HTTP/1.1" 200 2842 0.082266 10.0.0.33 - - [2025-11-24 02:16:40] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e HTTP/1.1" 200 3780 0.007435 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/network HTTP/1.1" 200 1004 0.005493 10.0.0.33 - - [2025-11-24 02:16:40] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001647 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/port HTTP/1.1" 200 1055 0.272421 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/port HTTP/1.1" 200 1055 0.010637 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/port HTTP/1.1" 200 1055 0.014800 10.0.0.33 - - [2025-11-24 02:16:40] "GET /obj-perms HTTP/1.1" 200 5030 0.093316 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/port HTTP/1.1" 200 1109 0.093648 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/port HTTP/1.1" 200 1083 0.010648 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/port HTTP/1.1" 200 1083 0.008752 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010203 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015578 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/subnet HTTP/1.1" 200 673 0.009726 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/network HTTP/1.1" 200 994 0.008082 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/port HTTP/1.1" 200 1083 0.017426 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.017506 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/port HTTP/1.1" 200 1083 0.011223 10.0.0.33 - - [2025-11-24 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005686 10.0.0.33 - - [2025-11-24 02:16:40] "GET /virtual-machine/dc45fae7-f448-41be-9fec-99199b4589d7 HTTP/1.1" 200 1289 0.008123 10.0.0.33 - - [2025-11-24 02:16:41] "GET /virtual-machine-interface/6893d8a3-5ec0-4773-8f4c-2c2ff0f4de13 HTTP/1.1" 200 2941 0.004530 10.0.0.33 - - [2025-11-24 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.33 - - [2025-11-24 02:16:41] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002775 10.0.0.33 - - [2025-11-24 02:16:41] "GET /virtual-networks?parent_id=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002367 10.0.0.33 - - [2025-11-24 02:16:41] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006732 10.0.0.33 - - [2025-11-24 02:16:42] "GET /obj-perms HTTP/1.1" 200 5056 0.055830 10.0.0.33 - - [2025-11-24 02:16:42] "GET /obj-perms HTTP/1.1" 200 5056 0.055059 10.0.0.33 - - [2025-11-24 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.33 - - [2025-11-24 02:16:44] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004804 10.0.0.33 - - [2025-11-24 02:16:47] "POST /neutron/port HTTP/1.1" 200 1083 0.010631 10.0.0.33 - - [2025-11-24 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005084 10.0.0.33 - - [2025-11-24 02:16:48] "POST /neutron/port HTTP/1.1" 200 1083 0.009933 10.0.0.33 - - [2025-11-24 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006354 10.0.0.33 - - [2025-11-24 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.33 - - [2025-11-24 02:16:48] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004327 10.0.0.33 - - [2025-11-24 02:16:49] "POST /neutron/port HTTP/1.1" 200 1083 0.010712 10.0.0.33 - - [2025-11-24 02:16:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005913 10.0.0.33 - - [2025-11-24 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.33 - - [2025-11-24 02:16:50] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002893 10.0.0.33 - - [2025-11-24 02:16:50] "GET /virtual-networks?parent_id=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002532 10.0.0.33 - - [2025-11-24 02:16:50] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005267 10.0.0.33 - - [2025-11-24 02:16:50] "POST /neutron/port HTTP/1.1" 200 1083 0.013175 10.0.0.33 - - [2025-11-24 02:16:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005590 10.0.0.33 - - [2025-11-24 02:16:50] "POST /neutron/port HTTP/1.1" 200 1083 0.009978 10.0.0.33 - - [2025-11-24 02:16:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005228 10.0.0.33 - - [2025-11-24 02:16:51] "POST /neutron/port HTTP/1.1" 200 1083 0.013110 10.0.0.33 - - [2025-11-24 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005116 10.0.0.33 - - [2025-11-24 02:16:51] "GET /virtual-machine/c20f41b9-f99d-452a-abf9-e7703ebb4210 HTTP/1.1" 200 1289 0.004145 10.0.0.33 - - [2025-11-24 02:16:51] "GET /virtual-machine-interface/25006af3-c6a5-494d-a0f8-c34fba5499a9 HTTP/1.1" 200 2941 0.004030 10.0.0.33 - - [2025-11-24 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.33 - - [2025-11-24 02:16:51] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003734 10.0.0.33 - - [2025-11-24 02:16:51] "GET /virtual-networks?parent_id=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002516 10.0.0.33 - - [2025-11-24 02:16:51] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004676 10.0.0.33 - - [2025-11-24 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.33 - - [2025-11-24 02:16:52] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002806 10.0.0.33 - - [2025-11-24 02:16:52] "GET /virtual-networks?parent_id=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002653 10.0.0.33 - - [2025-11-24 02:16:52] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005032 10.0.0.33 - - [2025-11-24 02:16:52] "POST /neutron/port HTTP/1.1" 200 1083 0.010670 10.0.0.33 - - [2025-11-24 02:16:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006551 10.0.0.33 - - [2025-11-24 02:16:52] "POST /neutron/port HTTP/1.1" 200 1083 0.009284 10.0.0.33 - - [2025-11-24 02:16:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009019 10.0.0.33 - - [2025-11-24 02:16:52] "POST /neutron/port HTTP/1.1" 200 1083 0.008917 10.0.0.33 - - [2025-11-24 02:16:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006019 10.0.0.33 - - [2025-11-24 02:16:52] "GET /virtual-machine/b5dc8071-cd1f-494b-aa40-1bd1be58605c HTTP/1.1" 200 1293 0.004762 10.0.0.33 - - [2025-11-24 02:16:52] "GET /virtual-machine-interface/6e83591c-f7e8-404c-93a8-e6fd8d1da8b1 HTTP/1.1" 200 2941 0.007360 10.0.0.33 - - [2025-11-24 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.33 - - [2025-11-24 02:16:52] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004397 10.0.0.33 - - [2025-11-24 02:16:52] "GET /virtual-networks?parent_id=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005097 10.0.0.33 - - [2025-11-24 02:16:53] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007181 10.0.0.33 - - [2025-11-24 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.33 - - [2025-11-24 02:16:54] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002880 10.0.0.33 - - [2025-11-24 02:16:54] "GET /virtual-networks?parent_id=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002534 10.0.0.33 - - [2025-11-24 02:16:54] "GET /virtual-network/6dc51c61-7334-491e-b4fa-775ff1786c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005956 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/port HTTP/1.1" 200 1109 0.008355 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/port HTTP/1.1" 200 1109 0.012607 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/port HTTP/1.1" 200 151 0.107625 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/port HTTP/1.1" 200 1109 0.009563 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/port HTTP/1.1" 200 1109 0.009964 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/port HTTP/1.1" 200 1083 0.010262 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/port HTTP/1.1" 200 1109 0.010474 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/port HTTP/1.1" 200 151 0.122315 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/network HTTP/1.1" 200 994 0.009643 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/network HTTP/1.1" 400 204 0.010940 10.0.0.33 - - [2025-11-24 02:17:10] "POST /neutron/port HTTP/1.1" 200 151 0.108375 10.0.0.33 - - [2025-11-24 02:17:12] "POST /neutron/network HTTP/1.1" 200 994 0.006018 10.0.0.33 - - [2025-11-24 02:17:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003108 10.0.0.33 - - [2025-11-24 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.33 - - [2025-11-24 02:17:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002933 10.0.0.33 - - [2025-11-24 02:17:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001874 10.0.0.33 - - [2025-11-24 02:17:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001610 10.0.0.33 - - [2025-11-24 02:17:12] "POST /neutron/network HTTP/1.1" 200 151 0.082961 10.0.0.33 - - [2025-11-24 02:17:12] "DELETE /route-target/e53b2d4f-c6a3-46b7-8477-fff87987a127 HTTP/1.1" 200 115 0.020051 10.0.0.33 - - [2025-11-24 02:17:12] "GET /routing-instance/ab9d91a0-0d71-454c-a031-32d99599d79c HTTP/1.1" 404 171 0.002154 10.0.0.33 - - [2025-11-24 02:17:12] "GET /domains HTTP/1.1" 200 280 0.002084 10.0.0.33 - - [2025-11-24 02:17:12] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.33 - - [2025-11-24 02:17:12] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 2573 0.052226 10.0.0.33 - - [2025-11-24 02:17:12] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.33 - - [2025-11-24 02:17:12] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d HTTP/1.1" 200 2085 0.065442 10.0.0.33 - - [2025-11-24 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.33 - - [2025-11-24 02:17:12] "DELETE /network-ipam/4b663305-d50f-43f7-8865-a73c6798b851 HTTP/1.1" 200 115 0.018912 10.0.0.33 - - [2025-11-24 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.002896 10.0.0.33 - - [2025-11-24 02:17:13] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.33 - - [2025-11-24 02:17:13] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028984 10.0.0.33 - - [2025-11-24 02:17:13] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000872 10.0.0.33 - - [2025-11-24 02:17:13] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?fields=virtual_networks HTTP/1.1" 200 1032 0.061192 10.0.0.33 - - [2025-11-24 02:17:13] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.33 - - [2025-11-24 02:17:13] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.023634 10.0.0.33 - - [2025-11-24 02:17:13] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001187 10.0.0.33 - - [2025-11-24 02:17:13] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?fields=security_groups HTTP/1.1" 200 1258 0.027167 10.0.0.33 - - [2025-11-24 02:17:15] "POST /neutron/port HTTP/1.1" 200 117 0.004449 10.0.0.33 - - [2025-11-24 02:17:15] "POST /neutron/port HTTP/1.1" 400 205 0.003075 10.0.0.33 - - [2025-11-24 02:17:15] "POST /neutron/port HTTP/1.1" 200 117 0.005002 10.0.0.33 - - [2025-11-24 02:17:15] "POST /neutron/port HTTP/1.1" 400 205 0.002829 10.0.0.33 - - [2025-11-24 02:17:20] "GET / HTTP/1.1" 200 35931 0.001643 10.0.0.33 - - [2025-11-24 02:17:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.33 - - [2025-11-24 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.051623 10.0.0.33 - - [2025-11-24 02:17:21] "GET /projects?obj_uuids=bb65ae35-81f5-4002-8a5e-3d6d4fc53dba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002326 10.0.0.33 - - [2025-11-24 02:17:21] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.33 - - [2025-11-24 02:17:21] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006346 10.0.0.33 - - [2025-11-24 02:17:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.001170 10.0.0.33 - - [2025-11-24 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.003576 10.0.0.33 - - [2025-11-24 02:17:21] "POST /security-groups HTTP/1.1" 200 586 0.060405 10.0.0.33 - - [2025-11-24 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.004722 10.0.0.33 - - [2025-11-24 02:17:21] "POST /projects HTTP/1.1" 200 575 0.201633 10.0.0.33 - - [2025-11-24 02:17:21] "POST /access-control-lists HTTP/1.1" 200 591 0.058394 10.0.0.33 - - [2025-11-24 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.273065 10.0.0.33 - - [2025-11-24 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.002321 10.0.0.33 - - [2025-11-24 02:17:21] "GET /project/bb65ae35-81f5-4002-8a5e-3d6d4fc53dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.387394 10.0.0.33 - - [2025-11-24 02:17:21] "POST /access-control-lists HTTP/1.1" 200 589 0.059787 10.0.0.33 - - [2025-11-24 02:17:22] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.33 - - [2025-11-24 02:17:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.33 - - [2025-11-24 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.029474 10.0.0.33 - - [2025-11-24 02:17:24] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.005291 10.0.0.33 - - [2025-11-24 02:17:24] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.002890 10.0.0.33 - - [2025-11-24 02:17:25] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003043 10.0.0.33 - - [2025-11-24 02:17:25] "PUT /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7 HTTP/1.1" 200 264 0.008733 10.0.0.33 - - [2025-11-24 02:17:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000410 10.0.0.33 - - [2025-11-24 02:17:25] "GET /aaa-mode HTTP/1.1" 200 128 0.027114 10.0.0.33 - - [2025-11-24 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.023339 10.0.0.33 - - [2025-11-24 02:17:26] "GET /projects?obj_uuids=199ce059-8617-4f2a-8fca-0ea7fd4ec5db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002172 10.0.0.33 - - [2025-11-24 02:17:26] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002053 10.0.0.33 - - [2025-11-24 02:17:26] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006891 10.0.0.33 - - [2025-11-24 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 185 0.001069 10.0.0.33 - - [2025-11-24 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.002578 10.0.0.33 - - [2025-11-24 02:17:26] "POST /security-groups HTTP/1.1" 200 586 0.064533 10.0.0.33 - - [2025-11-24 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.003238 10.0.0.33 - - [2025-11-24 02:17:26] "POST /projects HTTP/1.1" 200 575 0.317304 10.0.0.33 - - [2025-11-24 02:17:26] "POST /access-control-lists HTTP/1.1" 200 591 0.054657 10.0.0.33 - - [2025-11-24 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.385775 10.0.0.33 - - [2025-11-24 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.002993 10.0.0.33 - - [2025-11-24 02:17:26] "GET /project/199ce059-8617-4f2a-8fca-0ea7fd4ec5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.509718 10.0.0.33 - - [2025-11-24 02:17:26] "POST /access-control-lists HTTP/1.1" 200 589 0.056319 10.0.0.33 - - [2025-11-24 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.027212 10.0.0.33 - - [2025-11-24 02:17:27] "GET /projects?obj_uuids=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002586 10.0.0.33 - - [2025-11-24 02:17:27] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.33 - - [2025-11-24 02:17:27] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005781 10.0.0.33 - - [2025-11-24 02:17:27] "POST /id-to-fqname HTTP/1.1" 200 185 0.001495 10.0.0.33 - - [2025-11-24 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.002196 10.0.0.33 - - [2025-11-24 02:17:27] "POST /security-groups HTTP/1.1" 200 586 0.063810 10.0.0.33 - - [2025-11-24 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.002603 10.0.0.33 - - [2025-11-24 02:17:27] "POST /projects HTTP/1.1" 200 575 0.210664 10.0.0.33 - - [2025-11-24 02:17:27] "POST /access-control-lists HTTP/1.1" 200 591 0.057041 10.0.0.33 - - [2025-11-24 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.280220 10.0.0.33 - - [2025-11-24 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.002548 10.0.0.33 - - [2025-11-24 02:17:27] "GET /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.398386 10.0.0.33 - - [2025-11-24 02:17:27] "POST /access-control-lists HTTP/1.1" 200 589 0.063649 10.0.0.33 - - [2025-11-24 02:17:28] "GET / HTTP/1.1" 200 35931 0.001760 10.0.0.33 - - [2025-11-24 02:17:28] "GET / HTTP/1.1" 200 35931 0.001394 10.0.0.33 - - [2025-11-24 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.002783 10.0.0.33 - - [2025-11-24 02:17:29] "POST /api-access-lists HTTP/1.1" 200 521 0.011867 10.0.0.33 - - [2025-11-24 02:17:29] "GET /api-access-list/d1cf3c2c-0081-4075-9e0b-7283098a1e3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004228 10.0.0.33 - - [2025-11-24 02:17:29] "GET /api-access-list/d1cf3c2c-0081-4075-9e0b-7283098a1e3e HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2025-11-24 02:17:29] "GET /api-access-list/d1cf3c2c-0081-4075-9e0b-7283098a1e3e HTTP/1.1" 200 1266 0.049730 10.0.0.33 - - [2025-11-24 02:17:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000310 10.0.0.33 - - [2025-11-24 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.058990 10.0.0.33 - - [2025-11-24 02:17:30] "GET /projects?obj_uuids=199ce059-8617-4f2a-8fca-0ea7fd4ec5db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001298 10.0.0.33 - - [2025-11-24 02:17:30] "GET /project/199ce059-8617-4f2a-8fca-0ea7fd4ec5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.032898 10.0.0.33 - - [2025-11-24 02:17:30] "GET /virtual-networks?parent_id=199ce059-8617-4f2a-8fca-0ea7fd4ec5db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011877 10.0.0.33 - - [2025-11-24 02:17:30] "POST /virtual-networks HTTP/1.1" 200 568 0.047585 10.0.0.33 - - [2025-11-24 02:17:30] "POST /route-targets HTTP/1.1" 200 327 0.007976 10.0.0.33 - - [2025-11-24 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.010758 10.0.0.33 - - [2025-11-24 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010185 10.0.0.33 - - [2025-11-24 02:17:30] "GET /network-ipam/2ad8044c-7bd3-4150-94d0-f4d37e0a89cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010360 10.0.0.33 - - [2025-11-24 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.33 - - [2025-11-24 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.043262 10.0.0.33 - - [2025-11-24 02:17:30] "POST /neutron/network HTTP/1.1" 200 831 0.042884 10.0.0.33 - - [2025-11-24 02:17:30] "POST /neutron/network HTTP/1.1" 200 831 0.016480 10.0.0.33 - - [2025-11-24 02:17:30] "GET /virtual-network/f5771056-3f06-4912-869b-dfb5f75f02cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.010765 10.0.0.33 - - [2025-11-24 02:17:30] "POST /neutron/network HTTP/1.1" 200 831 0.016712 10.0.0.33 - - [2025-11-24 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 673 0.025704 10.0.0.33 - - [2025-11-24 02:17:30] "GET /virtual-network/f5771056-3f06-4912-869b-dfb5f75f02cc HTTP/1.1" 401 292 0.000352 10.0.0.33 - - [2025-11-24 02:17:30] "GET /virtual-network/f5771056-3f06-4912-869b-dfb5f75f02cc HTTP/1.1" 200 2264 0.045281 10.0.0.33 - - [2025-11-24 02:17:30] "GET /virtual-network/f5771056-3f06-4912-869b-dfb5f75f02cc HTTP/1.1" 401 292 0.000340 10.0.0.33 - - [2025-11-24 02:17:31] "GET /virtual-network/f5771056-3f06-4912-869b-dfb5f75f02cc HTTP/1.1" 200 2004 0.034859 10.0.0.33 - - [2025-11-24 02:17:31] "GET /obj-perms HTTP/1.1" 200 4915 0.058670 10.0.0.33 - - [2025-11-24 02:17:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000330 10.0.0.33 - - [2025-11-24 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.024033 10.0.0.33 - - [2025-11-24 02:17:32] "GET /virtual-network/f5771056-3f06-4912-869b-dfb5f75f02cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.011284 10.0.0.33 - - [2025-11-24 02:17:32] "GET /obj-perms HTTP/1.1" 200 4915 0.008464 10.0.0.33 - - [2025-11-24 02:17:32] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.015580 10.0.0.33 - - [2025-11-24 02:17:32] "GET /obj-perms HTTP/1.1" 200 4915 0.055904 10.0.0.33 - - [2025-11-24 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002304 10.0.0.33 - - [2025-11-24 02:17:32] "GET /virtual-network/f5771056-3f06-4912-869b-dfb5f75f02cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.011907 10.0.0.33 - - [2025-11-24 02:17:32] "GET /obj-perms HTTP/1.1" 200 4915 0.008872 10.0.0.33 - - [2025-11-24 02:17:32] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.014616 10.0.0.33 - - [2025-11-24 02:17:32] "POST /id-to-fqname HTTP/1.1" 401 292 0.000368 10.0.0.33 - - [2025-11-24 02:17:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.033858 10.0.0.33 - - [2025-11-24 02:17:33] "POST /neutron/network HTTP/1.1" 200 841 0.062342 10.0.0.33 - - [2025-11-24 02:17:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2025-11-24 02:17:34] "GET / HTTP/1.1" 200 35931 0.001448 10.0.0.33 - - [2025-11-24 02:17:34] "GET /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000337 10.0.0.33 - - [2025-11-24 02:17:34] "GET /projects?obj_uuids=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.33 - - [2025-11-24 02:17:34] "GET /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.043859 10.0.0.33 - - [2025-11-24 02:17:34] "POST /neutron/network HTTP/1.1" 200 831 0.004923 10.0.0.33 - - [2025-11-24 02:17:34] "POST /neutron/port HTTP/1.1" 200 117 0.029081 10.0.0.33 - - [2025-11-24 02:17:34] "POST /neutron/port HTTP/1.1" 200 117 0.004882 10.0.0.33 - - [2025-11-24 02:17:34] "POST /neutron/port HTTP/1.1" 200 117 0.004249 10.0.0.33 - - [2025-11-24 02:17:34] "POST /neutron/network HTTP/1.1" 200 841 0.019930 10.0.0.33 - - [2025-11-24 02:17:35] "POST /neutron/network HTTP/1.1" 200 831 0.017082 10.0.0.33 - - [2025-11-24 02:17:35] "GET /projects?obj_uuids=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001251 10.0.0.33 - - [2025-11-24 02:17:35] "POST /neutron/port HTTP/1.1" 200 1055 0.294278 10.0.0.33 - - [2025-11-24 02:17:35] "POST /neutron/port HTTP/1.1" 200 1055 0.007796 10.0.0.33 - - [2025-11-24 02:17:35] "POST /neutron/port HTTP/1.1" 200 1055 0.009030 10.0.0.33 - - [2025-11-24 02:17:35] "POST /neutron/port HTTP/1.1" 200 1109 0.050871 10.0.0.33 - - [2025-11-24 02:17:35] "POST /neutron/port HTTP/1.1" 200 1083 0.009786 10.0.0.33 - - [2025-11-24 02:17:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002925 10.0.0.33 - - [2025-11-24 02:17:35] "POST /neutron/subnet HTTP/1.1" 200 647 0.005263 10.0.0.33 - - [2025-11-24 02:17:35] "POST /neutron/port HTTP/1.1" 200 117 0.000957 10.0.0.33 - - [2025-11-24 02:17:35] "POST /neutron/network HTTP/1.1" 200 831 0.004694 10.0.0.33 - - [2025-11-24 02:17:36] "DELETE /project/bb65ae3581f540028a5e3d6d4fc53dba HTTP/1.1" 404 173 0.009493 10.0.0.33 - - [2025-11-24 02:17:36] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.33 - - [2025-11-24 02:17:36] "DELETE /project/199ce05986174f2a8fca0ea7fd4ec5db HTTP/1.1" 404 173 0.012888 10.0.0.33 - - [2025-11-24 02:17:36] "DELETE /project/f064e0b86e2042698fe77504f7ca03c2 HTTP/1.1" 404 173 0.012106 10.0.0.33 - - [2025-11-24 02:17:36] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.027001 10.0.0.33 - - [2025-11-24 02:17:36] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961 10.0.0.33 - - [2025-11-24 02:17:36] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?fields=security_groups HTTP/1.1" 200 1363 0.072700 10.0.0.33 - - [2025-11-24 02:17:36] "DELETE /security-group/126626b3-7064-4446-b653-04396b390d76 HTTP/1.1" 200 115 0.032623 10.0.0.33 - - [2025-11-24 02:17:36] "GET /projects?obj_uuids=e5011cf4-10b4-4be9-8a46-eaa1140afb5d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.33 - - [2025-11-24 02:17:36] "DELETE /access-control-list/569977e7-59b9-4687-89a6-116106789730 HTTP/1.1" 200 115 0.028093 10.0.0.33 - - [2025-11-24 02:17:36] "GET /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d?fields=application_policy_sets HTTP/1.1" 200 1402 0.035137 10.0.0.33 - - [2025-11-24 02:17:36] "DELETE /access-control-list/e8f011bd-4b81-44dc-af33-0fbd46b1b96a HTTP/1.1" 200 115 0.031675 10.0.0.33 - - [2025-11-24 02:17:36] "DELETE /project/e5011cf4-10b4-4be9-8a46-eaa1140afb5d HTTP/1.1" 200 115 0.325379 10.0.0.33 - - [2025-11-24 02:17:39] "POST /neutron/port HTTP/1.1" 200 1083 0.016264 10.0.0.33 - - [2025-11-24 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005541 10.0.0.33 - - [2025-11-24 02:17:39] "POST /neutron/port HTTP/1.1" 200 1083 0.009392 10.0.0.33 - - [2025-11-24 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004857 10.0.0.33 - - [2025-11-24 02:17:39] "POST /neutron/port HTTP/1.1" 200 1083 0.010180 10.0.0.33 - - [2025-11-24 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005229 10.0.0.33 - - [2025-11-24 02:17:39] "POST /neutron/port HTTP/1.1" 200 1083 0.009854 10.0.0.33 - - [2025-11-24 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005183 10.0.0.33 - - [2025-11-24 02:17:39] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa HTTP/1.1" 200 1287 0.016521 10.0.0.33 - - [2025-11-24 02:17:40] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa HTTP/1.1" 200 1287 0.009629 10.0.0.33 - - [2025-11-24 02:17:40] "GET /virtual-machine-interface/7d0fb703-c4ce-47d4-9a50-c24d5516f8ec HTTP/1.1" 200 2530 0.014047 10.0.0.33 - - [2025-11-24 02:17:40] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa HTTP/1.1" 200 1287 0.012233 10.0.0.33 - - [2025-11-24 02:17:40] "GET /virtual-machine-interface/7d0fb703-c4ce-47d4-9a50-c24d5516f8ec HTTP/1.1" 200 2530 0.020095 10.0.0.33 - - [2025-11-24 02:17:40] "GET /instance-ip/dd1401aa-0ab1-4d47-8090-f8042d5e3ca0 HTTP/1.1" 200 1625 0.010999 10.0.0.33 - - [2025-11-24 02:17:40] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa HTTP/1.1" 200 1287 0.013644 10.0.0.33 - - [2025-11-24 02:17:40] "GET /virtual-machine-interface/7d0fb703-c4ce-47d4-9a50-c24d5516f8ec HTTP/1.1" 200 2530 0.013419 10.0.0.33 - - [2025-11-24 02:17:40] "GET /instance-ip/dd1401aa-0ab1-4d47-8090-f8042d5e3ca0 HTTP/1.1" 200 1625 0.011586 10.0.0.33 - - [2025-11-24 02:17:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.010564 10.0.0.33 - - [2025-11-24 02:17:40] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.33 - - [2025-11-24 02:17:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2025-11-24 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.026078 10.0.0.33 - - [2025-11-24 02:17:40] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002809 10.0.0.33 - - [2025-11-24 02:17:40] "GET /virtual-networks?parent_id=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009551 10.0.0.33 - - [2025-11-24 02:17:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.016168 10.0.0.33 - - [2025-11-24 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.33 - - [2025-11-24 02:17:40] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002547 10.0.0.33 - - [2025-11-24 02:17:41] "GET /virtual-networks?parent_id=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009603 10.0.0.33 - - [2025-11-24 02:17:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.008740 10.0.0.33 - - [2025-11-24 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.33 - - [2025-11-24 02:17:41] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002531 10.0.0.33 - - [2025-11-24 02:17:41] "GET /virtual-networks?parent_id=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008675 10.0.0.33 - - [2025-11-24 02:17:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.008415 10.0.0.33 - - [2025-11-24 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.33 - - [2025-11-24 02:17:41] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003975 10.0.0.33 - - [2025-11-24 02:17:41] "GET /virtual-networks?parent_id=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014572 10.0.0.33 - - [2025-11-24 02:17:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.011397 10.0.0.33 - - [2025-11-24 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.33 - - [2025-11-24 02:17:41] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002656 10.0.0.33 - - [2025-11-24 02:17:41] "GET /virtual-networks?parent_id=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009744 10.0.0.33 - - [2025-11-24 02:17:43] "GET /obj-perms HTTP/1.1" 200 5056 0.045275 10.0.0.33 - - [2025-11-24 02:17:43] "GET /obj-perms HTTP/1.1" 200 5056 0.050353 10.0.0.33 - - [2025-11-24 02:17:43] "POST /neutron/port HTTP/1.1" 200 1083 0.010330 10.0.0.33 - - [2025-11-24 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005273 10.0.0.33 - - [2025-11-24 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008813 10.0.0.33 - - [2025-11-24 02:17:44] "GET /virtual-network/f5771056-3f06-4912-869b-dfb5f75f02cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.011069 10.0.0.33 - - [2025-11-24 02:17:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.009480 10.0.0.33 - - [2025-11-24 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001913 10.0.0.33 - - [2025-11-24 02:17:46] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002920 10.0.0.33 - - [2025-11-24 02:17:46] "GET /virtual-networks?parent_id=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010247 10.0.0.33 - - [2025-11-24 02:17:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.008601 10.0.0.33 - - [2025-11-24 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001983 10.0.0.33 - - [2025-11-24 02:17:46] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002541 10.0.0.33 - - [2025-11-24 02:17:46] "GET /virtual-networks?parent_id=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009086 10.0.0.33 - - [2025-11-24 02:17:46] "POST /fqname-to-id HTTP/1.1" 403 361 0.008721 10.0.0.33 - - [2025-11-24 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.33 - - [2025-11-24 02:17:46] "GET /routing-instance/227de448-fa53-48b9-a1fc-171add8e62f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003617 10.0.0.33 - - [2025-11-24 02:17:46] "GET /route-target/b3cd052d-1cc0-4e1f-8771-f7abb44a4646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008822 10.0.0.33 - - [2025-11-24 02:17:46] "GET /route-target/b3cd052d-1cc0-4e1f-8771-f7abb44a4646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002801 10.0.0.33 - - [2025-11-24 02:17:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.009922 10.0.0.33 - - [2025-11-24 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.33 - - [2025-11-24 02:17:47] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003908 10.0.0.33 - - [2025-11-24 02:17:47] "GET /virtual-networks?parent_id=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010290 10.0.0.33 - - [2025-11-24 02:17:47] "POST /fqname-to-id HTTP/1.1" 403 361 0.008777 10.0.0.33 - - [2025-11-24 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.33 - - [2025-11-24 02:17:47] "GET /routing-instance/227de448-fa53-48b9-a1fc-171add8e62f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004485 10.0.0.33 - - [2025-11-24 02:17:47] "GET /route-target/b3cd052d-1cc0-4e1f-8771-f7abb44a4646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008676 10.0.0.33 - - [2025-11-24 02:17:47] "GET /route-target/b3cd052d-1cc0-4e1f-8771-f7abb44a4646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002637 10.0.0.33 - - [2025-11-24 02:17:47] "GET /obj-perms HTTP/1.1" 200 4915 0.009312 10.0.0.33 - - [2025-11-24 02:17:47] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008850 10.0.0.33 - - [2025-11-24 02:17:49] "GET /obj-perms HTTP/1.1" 200 4915 0.008371 10.0.0.33 - - [2025-11-24 02:17:49] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.008661 10.0.0.33 - - [2025-11-24 02:17:49] "GET /obj-perms HTTP/1.1" 200 4915 0.009019 10.0.0.33 - - [2025-11-24 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.33 - - [2025-11-24 02:17:49] "GET /virtual-machine-interface/7d0fb703-c4ce-47d4-9a50-c24d5516f8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013007 10.0.0.33 - - [2025-11-24 02:17:49] "GET /obj-perms HTTP/1.1" 200 4915 0.007884 10.0.0.33 - - [2025-11-24 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.33 - - [2025-11-24 02:17:49] "GET /virtual-machine-interface/7d0fb703-c4ce-47d4-9a50-c24d5516f8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.012925 10.0.0.33 - - [2025-11-24 02:17:49] "GET /obj-perms HTTP/1.1" 200 4915 0.011346 10.0.0.33 - - [2025-11-24 02:17:49] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010177 10.0.0.33 - - [2025-11-24 02:17:49] "GET /obj-perms HTTP/1.1" 200 4915 0.008466 10.0.0.33 - - [2025-11-24 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.33 - - [2025-11-24 02:17:49] "GET /virtual-machine-interface/7d0fb703-c4ce-47d4-9a50-c24d5516f8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013671 10.0.0.33 - - [2025-11-24 02:17:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008942 10.0.0.33 - - [2025-11-24 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.33 - - [2025-11-24 02:17:50] "GET /virtual-network/f5771056-3f06-4912-869b-dfb5f75f02cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.013356 10.0.0.33 - - [2025-11-24 02:17:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008196 10.0.0.33 - - [2025-11-24 02:17:50] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010800 10.0.0.33 - - [2025-11-24 02:17:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008461 10.0.0.33 - - [2025-11-24 02:17:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008858 10.0.0.33 - - [2025-11-24 02:17:50] "GET /obj-perms HTTP/1.1" 200 4915 0.058779 10.0.0.33 - - [2025-11-24 02:17:50] "GET /obj-perms HTTP/1.1" 200 4915 0.015233 10.0.0.33 - - [2025-11-24 02:17:51] "GET /obj-perms HTTP/1.1" 200 5020 0.049613 10.0.0.33 - - [2025-11-24 02:17:51] "GET /obj-perms HTTP/1.1" 200 5020 0.002640 10.0.0.33 - - [2025-11-24 02:17:51] "GET /obj-perms HTTP/1.1" 200 4915 0.009005 10.0.0.33 - - [2025-11-24 02:17:51] "GET /obj-perms HTTP/1.1" 200 4915 0.008193 10.0.0.33 - - [2025-11-24 02:17:51] "GET /obj-perms HTTP/1.1" 200 4915 0.069340 10.0.0.33 - - [2025-11-24 02:17:51] "GET /obj-perms HTTP/1.1" 200 4915 0.008210 10.0.0.33 - - [2025-11-24 02:17:51] "GET /obj-perms HTTP/1.1" 200 5020 0.002958 10.0.0.33 - - [2025-11-24 02:17:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003014 10.0.0.33 - - [2025-11-24 02:17:51] "GET /obj-perms HTTP/1.1" 200 4915 0.008747 10.0.0.33 - - [2025-11-24 02:17:51] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.011421 10.0.0.33 - - [2025-11-24 02:17:52] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa HTTP/1.1" 200 1287 0.014607 10.0.0.33 - - [2025-11-24 02:17:52] "POST /neutron/port HTTP/1.1" 200 1083 0.010223 10.0.0.33 - - [2025-11-24 02:17:52] "POST /neutron/port HTTP/1.1" 200 1109 0.007231 10.0.0.33 - - [2025-11-24 02:17:52] "POST /neutron/port HTTP/1.1" 200 151 0.078561 10.0.0.33 - - [2025-11-24 02:17:54] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa HTTP/1.1" 404 171 0.009457 10.0.0.33 - - [2025-11-24 02:17:54] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa HTTP/1.1" 404 171 0.007786 10.0.0.33 - - [2025-11-24 02:17:54] "GET /virtual-machine/eeeced72-de3a-4fd9-88c3-d2a07f570baa HTTP/1.1" 404 171 0.008355 10.0.0.33 - - [2025-11-24 02:17:54] "POST /fqname-to-id HTTP/1.1" 403 339 0.009869 10.0.0.33 - - [2025-11-24 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002113 10.0.0.33 - - [2025-11-24 02:17:54] "GET /global-vrouter-config/808053ff-eb12-4d05-955e-3fd7ddb14fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002667 10.0.0.33 - - [2025-11-24 02:17:54] "GET /virtual-networks?parent_id=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009874 10.0.0.33 - - [2025-11-24 02:17:54] "POST /fqname-to-id HTTP/1.1" 403 361 0.008223 10.0.0.33 - - [2025-11-24 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.33 - - [2025-11-24 02:17:54] "GET /routing-instance/227de448-fa53-48b9-a1fc-171add8e62f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003806 10.0.0.33 - - [2025-11-24 02:17:54] "GET /route-target/b3cd052d-1cc0-4e1f-8771-f7abb44a4646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008603 10.0.0.33 - - [2025-11-24 02:17:54] "GET /route-target/b3cd052d-1cc0-4e1f-8771-f7abb44a4646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002605 10.0.0.33 - - [2025-11-24 02:17:54] "GET /obj-perms HTTP/1.1" 200 4915 0.010624 10.0.0.33 - - [2025-11-24 02:17:54] "GET /obj-perms HTTP/1.1" 200 4915 0.007733 10.0.0.33 - - [2025-11-24 02:17:54] "GET /obj-perms HTTP/1.1" 200 4915 0.062310 10.0.0.33 - - [2025-11-24 02:17:54] "GET /obj-perms HTTP/1.1" 200 4915 0.009161 10.0.0.33 - - [2025-11-24 02:17:54] "GET /obj-perms HTTP/1.1" 200 5020 0.002831 10.0.0.33 - - [2025-11-24 02:17:58] "GET /obj-perms HTTP/1.1" 200 5020 0.002947 10.0.0.33 - - [2025-11-24 02:18:01] "GET /obj-perms HTTP/1.1" 200 5020 0.003635 10.0.0.33 - - [2025-11-24 02:18:04] "GET /obj-perms HTTP/1.1" 200 5020 0.002890 10.0.0.33 - - [2025-11-24 02:18:07] "GET /obj-perms HTTP/1.1" 200 5020 0.003006 10.0.0.33 - - [2025-11-24 02:18:10] "GET /obj-perms HTTP/1.1" 200 5020 0.003124 10.0.0.33 - - [2025-11-24 02:18:13] "GET /obj-perms HTTP/1.1" 200 5020 0.003713 10.0.0.33 - - [2025-11-24 02:18:16] "GET /obj-perms HTTP/1.1" 200 5020 0.002941 10.0.0.33 - - [2025-11-24 02:18:19] "GET /obj-perms HTTP/1.1" 200 5020 0.002943 10.0.0.33 - - [2025-11-24 02:18:22] "GET /obj-perms HTTP/1.1" 200 5020 0.003613 10.0.0.33 - - [2025-11-24 02:18:25] "GET /obj-perms HTTP/1.1" 200 5020 0.002912 10.0.0.33 - - [2025-11-24 02:18:28] "GET /obj-perms HTTP/1.1" 200 5020 0.002881 10.0.0.33 - - [2025-11-24 02:18:31] "GET /obj-perms HTTP/1.1" 200 5020 0.003663 10.0.0.33 - - [2025-11-24 02:18:34] "GET /obj-perms HTTP/1.1" 200 5020 0.002750 10.0.0.33 - - [2025-11-24 02:18:37] "GET /obj-perms HTTP/1.1" 200 5020 0.003198 10.0.0.33 - - [2025-11-24 02:18:40] "GET /obj-perms HTTP/1.1" 200 5020 0.003232 10.0.0.33 - - [2025-11-24 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002892 10.0.0.33 - - [2025-11-24 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.33 - - [2025-11-24 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002773 10.0.0.33 - - [2025-11-24 02:18:40] "DELETE /virtual-network/f5771056-3f06-4912-869b-dfb5f75f02cc HTTP/1.1" 200 115 0.060663 10.0.0.33 - - [2025-11-24 02:18:40] "DELETE /route-target/b3cd052d-1cc0-4e1f-8771-f7abb44a4646 HTTP/1.1" 200 115 0.015006 10.0.0.33 - - [2025-11-24 02:18:40] "DELETE /api-access-list/d1cf3c2c-0081-4075-9e0b-7283098a1e3e HTTP/1.1" 200 115 0.016532 10.0.0.33 - - [2025-11-24 02:18:40] "GET /api-access-list/d1cf3c2c-0081-4075-9e0b-7283098a1e3e HTTP/1.1" 404 171 0.004740 10.0.0.33 - - [2025-11-24 02:18:40] "GET /projects?obj_uuids=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.33 - - [2025-11-24 02:18:40] "GET /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.019813 10.0.0.33 - - [2025-11-24 02:18:40] "GET /projects?obj_uuids=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001280 10.0.0.33 - - [2025-11-24 02:18:40] "GET /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2?fields=virtual_networks HTTP/1.1" 200 1023 0.062854 10.0.0.33 - - [2025-11-24 02:18:40] "GET /projects?obj_uuids=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.33 - - [2025-11-24 02:18:40] "GET /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.030866 10.0.0.33 - - [2025-11-24 02:18:40] "GET /projects?obj_uuids=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000903 10.0.0.33 - - [2025-11-24 02:18:40] "GET /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2?fields=security_groups HTTP/1.1" 200 1244 0.024625 10.0.0.33 - - [2025-11-24 02:18:41] "GET /projects?obj_uuids=199ce059-8617-4f2a-8fca-0ea7fd4ec5db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001210 10.0.0.33 - - [2025-11-24 02:18:41] "GET /project/199ce059-8617-4f2a-8fca-0ea7fd4ec5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.024332 10.0.0.33 - - [2025-11-24 02:18:41] "GET /projects?obj_uuids=199ce059-8617-4f2a-8fca-0ea7fd4ec5db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001235 10.0.0.33 - - [2025-11-24 02:18:41] "GET /project/199ce059-8617-4f2a-8fca-0ea7fd4ec5db?fields=virtual_networks HTTP/1.1" 200 1022 0.068825 10.0.0.33 - - [2025-11-24 02:18:41] "GET /projects?obj_uuids=199ce059-8617-4f2a-8fca-0ea7fd4ec5db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.33 - - [2025-11-24 02:18:41] "GET /project/199ce059-8617-4f2a-8fca-0ea7fd4ec5db?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022575 10.0.0.33 - - [2025-11-24 02:18:41] "GET /projects?obj_uuids=199ce059-8617-4f2a-8fca-0ea7fd4ec5db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000896 10.0.0.33 - - [2025-11-24 02:18:41] "GET /project/199ce059-8617-4f2a-8fca-0ea7fd4ec5db?fields=security_groups HTTP/1.1" 200 1243 0.025165 10.0.0.33 - - [2025-11-24 02:18:42] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.002950 10.0.0.33 - - [2025-11-24 02:18:42] "PUT /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7 HTTP/1.1" 200 264 0.006668 10.0.0.33 - - [2025-11-24 02:18:42] "GET /projects?obj_uuids=bb65ae35-81f5-4002-8a5e-3d6d4fc53dba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000870 10.0.0.33 - - [2025-11-24 02:18:42] "GET /project/bb65ae35-81f5-4002-8a5e-3d6d4fc53dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.023342 10.0.0.33 - - [2025-11-24 02:18:42] "GET /projects?obj_uuids=bb65ae35-81f5-4002-8a5e-3d6d4fc53dba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.33 - - [2025-11-24 02:18:42] "GET /project/bb65ae35-81f5-4002-8a5e-3d6d4fc53dba?fields=virtual_networks HTTP/1.1" 200 1022 0.066633 10.0.0.33 - - [2025-11-24 02:18:42] "GET /projects?obj_uuids=bb65ae35-81f5-4002-8a5e-3d6d4fc53dba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001052 10.0.0.33 - - [2025-11-24 02:18:42] "GET /project/bb65ae35-81f5-4002-8a5e-3d6d4fc53dba?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.020040 10.0.0.33 - - [2025-11-24 02:18:42] "GET /projects?obj_uuids=bb65ae35-81f5-4002-8a5e-3d6d4fc53dba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000974 10.0.0.33 - - [2025-11-24 02:18:43] "GET /project/bb65ae35-81f5-4002-8a5e-3d6d4fc53dba?fields=security_groups HTTP/1.1" 200 1243 0.020577 10.0.0.33 - - [2025-11-24 02:18:44] "GET /obj-perms HTTP/1.1" 200 5056 0.087837 10.0.0.33 - - [2025-11-24 02:18:44] "GET /obj-perms HTTP/1.1" 200 5056 0.117379 10.0.0.33 - - [2025-11-24 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.039840 10.0.0.33 - - [2025-11-24 02:18:44] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002447 10.0.0.33 - - [2025-11-24 02:18:44] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.33 - - [2025-11-24 02:18:44] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006040 10.0.0.33 - - [2025-11-24 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.001093 10.0.0.33 - - [2025-11-24 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.004919 10.0.0.33 - - [2025-11-24 02:18:44] "POST /security-groups HTTP/1.1" 200 591 0.063630 10.0.0.33 - - [2025-11-24 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.002202 10.0.0.33 - - [2025-11-24 02:18:44] "POST /projects HTTP/1.1" 200 585 0.200176 10.0.0.33 - - [2025-11-24 02:18:44] "POST /access-control-lists HTTP/1.1" 200 596 0.054927 10.0.0.33 - - [2025-11-24 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.269905 10.0.0.33 - - [2025-11-24 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.003214 10.0.0.33 - - [2025-11-24 02:18:44] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.388419 10.0.0.33 - - [2025-11-24 02:18:45] "POST /access-control-lists HTTP/1.1" 200 594 0.057196 10.0.0.33 - - [2025-11-24 02:18:45] "GET / HTTP/1.1" 200 35931 0.001582 10.0.0.33 - - [2025-11-24 02:18:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.33 - - [2025-11-24 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.025055 10.0.0.33 - - [2025-11-24 02:18:48] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.002489 10.0.0.33 - - [2025-11-24 02:18:48] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003064 10.0.0.33 - - [2025-11-24 02:18:48] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.002843 10.0.0.33 - - [2025-11-24 02:18:48] "PUT /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7 HTTP/1.1" 200 264 0.007474 10.0.0.33 - - [2025-11-24 02:18:48] "GET /aaa-mode HTTP/1.1" 200 128 0.001391 10.0.0.33 - - [2025-11-24 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.021506 10.0.0.33 - - [2025-11-24 02:18:49] "GET /projects?obj_uuids=c0669309-a7fb-4e73-91c2-146cdba2aa88&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002103 10.0.0.33 - - [2025-11-24 02:18:49] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.33 - - [2025-11-24 02:18:49] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005339 10.0.0.33 - - [2025-11-24 02:18:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.001113 10.0.0.33 - - [2025-11-24 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.001862 10.0.0.33 - - [2025-11-24 02:18:49] "POST /security-groups HTTP/1.1" 200 591 0.068273 10.0.0.33 - - [2025-11-24 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.002152 10.0.0.33 - - [2025-11-24 02:18:49] "POST /projects HTTP/1.1" 200 585 0.203919 10.0.0.33 - - [2025-11-24 02:18:49] "POST /access-control-lists HTTP/1.1" 200 596 0.058713 10.0.0.33 - - [2025-11-24 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.273496 10.0.0.33 - - [2025-11-24 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.003079 10.0.0.33 - - [2025-11-24 02:18:49] "GET /project/c0669309-a7fb-4e73-91c2-146cdba2aa88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.388544 10.0.0.33 - - [2025-11-24 02:18:49] "POST /access-control-lists HTTP/1.1" 200 594 0.059481 10.0.0.33 - - [2025-11-24 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.021519 10.0.0.33 - - [2025-11-24 02:18:49] "GET /projects?obj_uuids=ff272b4a-139e-4dff-8db8-66d76a519e40&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004996 10.0.0.33 - - [2025-11-24 02:18:49] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.33 - - [2025-11-24 02:18:49] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006987 10.0.0.33 - - [2025-11-24 02:18:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.001389 10.0.0.33 - - [2025-11-24 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.003549 10.0.0.33 - - [2025-11-24 02:18:50] "POST /security-groups HTTP/1.1" 200 591 0.060157 10.0.0.33 - - [2025-11-24 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.002122 10.0.0.33 - - [2025-11-24 02:18:50] "POST /projects HTTP/1.1" 200 585 0.203761 10.0.0.33 - - [2025-11-24 02:18:50] "POST /access-control-lists HTTP/1.1" 200 596 0.058089 10.0.0.33 - - [2025-11-24 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.278532 10.0.0.33 - - [2025-11-24 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.002250 10.0.0.33 - - [2025-11-24 02:18:50] "GET /project/ff272b4a-139e-4dff-8db8-66d76a519e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.400235 10.0.0.33 - - [2025-11-24 02:18:50] "POST /access-control-lists HTTP/1.1" 200 594 0.060555 10.0.0.33 - - [2025-11-24 02:18:50] "GET / HTTP/1.1" 200 35931 0.002811 10.0.0.33 - - [2025-11-24 02:18:51] "GET / HTTP/1.1" 200 35931 0.001369 10.0.0.33 - - [2025-11-24 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.002373 10.0.0.33 - - [2025-11-24 02:18:52] "POST /api-access-lists HTTP/1.1" 200 521 0.010433 10.0.0.33 - - [2025-11-24 02:18:52] "GET /api-access-list/0d8a1ec4-f940-4b13-b27b-2626761ee31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.004134 10.0.0.33 - - [2025-11-24 02:18:52] "GET /api-access-list/0d8a1ec4-f940-4b13-b27b-2626761ee31b HTTP/1.1" 401 292 0.000454 10.0.0.33 - - [2025-11-24 02:18:52] "GET /api-access-list/0d8a1ec4-f940-4b13-b27b-2626761ee31b HTTP/1.1" 200 1288 0.056669 10.0.0.33 - - [2025-11-24 02:18:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000348 10.0.0.33 - - [2025-11-24 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.036347 10.0.0.33 - - [2025-11-24 02:18:52] "GET /projects?obj_uuids=c0669309-a7fb-4e73-91c2-146cdba2aa88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.33 - - [2025-11-24 02:18:52] "GET /project/c0669309-a7fb-4e73-91c2-146cdba2aa88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.028880 10.0.0.33 - - [2025-11-24 02:18:52] "GET /virtual-networks?parent_id=c0669309-a7fb-4e73-91c2-146cdba2aa88&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010857 10.0.0.33 - - [2025-11-24 02:18:53] "POST /virtual-networks HTTP/1.1" 200 583 0.049112 10.0.0.33 - - [2025-11-24 02:18:53] "POST /route-targets HTTP/1.1" 200 327 0.008484 10.0.0.33 - - [2025-11-24 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.010653 10.0.0.33 - - [2025-11-24 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.011119 10.0.0.33 - - [2025-11-24 02:18:53] "GET /network-ipam/2ad8044c-7bd3-4150-94d0-f4d37e0a89cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009554 10.0.0.33 - - [2025-11-24 02:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005601 10.0.0.33 - - [2025-11-24 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.042487 10.0.0.33 - - [2025-11-24 02:18:53] "POST /neutron/network HTTP/1.1" 200 850 0.046585 10.0.0.33 - - [2025-11-24 02:18:53] "POST /neutron/network HTTP/1.1" 200 850 0.016582 10.0.0.33 - - [2025-11-24 02:18:53] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.013029 10.0.0.33 - - [2025-11-24 02:18:53] "POST /neutron/network HTTP/1.1" 200 850 0.025417 10.0.0.33 - - [2025-11-24 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 686 0.027660 10.0.0.33 - - [2025-11-24 02:18:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.33 - - [2025-11-24 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.034315 10.0.0.33 - - [2025-11-24 02:18:53] "GET /projects?obj_uuids=ff272b4a-139e-4dff-8db8-66d76a519e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.33 - - [2025-11-24 02:18:53] "GET /project/ff272b4a-139e-4dff-8db8-66d76a519e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026963 10.0.0.33 - - [2025-11-24 02:18:53] "GET /virtual-networks?parent_id=ff272b4a-139e-4dff-8db8-66d76a519e40&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009856 10.0.0.33 - - [2025-11-24 02:18:53] "POST /virtual-networks HTTP/1.1" 200 583 0.041706 10.0.0.33 - - [2025-11-24 02:18:53] "POST /route-targets HTTP/1.1" 200 327 0.009164 10.0.0.33 - - [2025-11-24 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.013057 10.0.0.33 - - [2025-11-24 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.016010 10.0.0.33 - - [2025-11-24 02:18:54] "GET /network-ipam/2ad8044c-7bd3-4150-94d0-f4d37e0a89cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.010648 10.0.0.33 - - [2025-11-24 02:18:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003376 10.0.0.33 - - [2025-11-24 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.035708 10.0.0.33 - - [2025-11-24 02:18:54] "POST /neutron/network HTTP/1.1" 200 850 0.039052 10.0.0.33 - - [2025-11-24 02:18:54] "POST /neutron/network HTTP/1.1" 200 850 0.017666 10.0.0.33 - - [2025-11-24 02:18:54] "GET /virtual-network/970f4b46-ead9-43b8-bf19-55d01e24e1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.011881 10.0.0.33 - - [2025-11-24 02:18:54] "POST /neutron/network HTTP/1.1" 200 850 0.017257 10.0.0.33 - - [2025-11-24 02:18:54] "POST /neutron/subnet HTTP/1.1" 200 686 0.023285 10.0.0.33 - - [2025-11-24 02:18:54] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427 HTTP/1.1" 401 292 0.000443 10.0.0.33 - - [2025-11-24 02:18:54] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427 HTTP/1.1" 200 2318 0.039692 10.0.0.33 - - [2025-11-24 02:18:54] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427 HTTP/1.1" 401 292 0.000476 10.0.0.33 - - [2025-11-24 02:18:55] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427 HTTP/1.1" 403 376 0.035703 10.0.0.33 - - [2025-11-24 02:18:55] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427 HTTP/1.1" 200 2318 0.004297 10.0.0.33 - - [2025-11-24 02:18:55] "GET /virtual-networks HTTP/1.1" 200 371 0.015212 10.0.0.33 - - [2025-11-24 02:18:55] "GET /virtual-networks HTTP/1.1" 200 371 0.014433 10.0.0.33 - - [2025-11-24 02:18:55] "GET /obj-perms HTTP/1.1" 403 257 0.031369 10.0.0.33 - - [2025-11-24 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002368 10.0.0.33 - - [2025-11-24 02:18:55] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.016592 10.0.0.33 - - [2025-11-24 02:18:55] "GET /obj-perms HTTP/1.1" 403 257 0.031024 10.0.0.33 - - [2025-11-24 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.33 - - [2025-11-24 02:18:55] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007959 10.0.0.33 - - [2025-11-24 02:18:56] "GET /obj-perms HTTP/1.1" 200 5030 0.056646 10.0.0.33 - - [2025-11-24 02:18:56] "GET /obj-perms HTTP/1.1" 403 257 0.007121 10.0.0.33 - - [2025-11-24 02:18:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016521 10.0.0.33 - - [2025-11-24 02:18:56] "GET /obj-perms HTTP/1.1" 403 257 0.006725 10.0.0.33 - - [2025-11-24 02:18:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016124 10.0.0.33 - - [2025-11-24 02:18:56] "GET /obj-perms HTTP/1.1" 200 5030 0.002909 10.0.0.33 - - [2025-11-24 02:18:56] "PUT /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427 HTTP/1.1" 200 264 0.023617 10.0.0.33 - - [2025-11-24 02:18:56] "GET /virtual-networks HTTP/1.1" 200 132 0.017924 10.0.0.33 - - [2025-11-24 02:18:56] "GET /virtual-networks HTTP/1.1" 200 611 0.017268 10.0.0.33 - - [2025-11-24 02:18:56] "GET /virtual-networks HTTP/1.1" 200 1429 0.002193 10.0.0.33 - - [2025-11-24 02:18:56] "GET /obj-perms HTTP/1.1" 403 257 0.006841 10.0.0.33 - - [2025-11-24 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.33 - - [2025-11-24 02:18:56] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008223 10.0.0.33 - - [2025-11-24 02:18:57] "GET /obj-perms HTTP/1.1" 403 257 0.036336 10.0.0.33 - - [2025-11-24 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002217 10.0.0.33 - - [2025-11-24 02:18:57] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008907 10.0.0.33 - - [2025-11-24 02:18:57] "GET /obj-perms HTTP/1.1" 403 257 0.007432 10.0.0.33 - - [2025-11-24 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.33 - - [2025-11-24 02:18:57] "GET /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2022 0.013972 10.0.0.33 - - [2025-11-24 02:18:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003103 10.0.0.33 - - [2025-11-24 02:18:57] "GET /obj-perms HTTP/1.1" 403 257 0.007138 10.0.0.33 - - [2025-11-24 02:18:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015564 10.0.0.33 - - [2025-11-24 02:18:57] "GET /obj-perms HTTP/1.1" 403 257 0.007675 10.0.0.33 - - [2025-11-24 02:18:57] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017177 10.0.0.33 - - [2025-11-24 02:18:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003099 10.0.0.33 - - [2025-11-24 02:18:57] "PUT /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427 HTTP/1.1" 200 264 0.025413 10.0.0.33 - - [2025-11-24 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.33 - - [2025-11-24 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001845 10.0.0.33 - - [2025-11-24 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002243 10.0.0.33 - - [2025-11-24 02:18:57] "DELETE /virtual-network/970f4b46-ead9-43b8-bf19-55d01e24e1d4 HTTP/1.1" 200 115 0.060791 10.0.0.33 - - [2025-11-24 02:18:57] "DELETE /route-target/7b878102-a18c-4abe-8e72-a44e18f6c69a HTTP/1.1" 200 115 0.016398 10.0.0.33 - - [2025-11-24 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.33 - - [2025-11-24 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002464 10.0.0.33 - - [2025-11-24 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003230 10.0.0.33 - - [2025-11-24 02:18:57] "DELETE /virtual-network/e7b05e22-f6be-433b-ba07-d969e3f47427 HTTP/1.1" 200 115 0.066524 10.0.0.33 - - [2025-11-24 02:18:57] "DELETE /api-access-list/0d8a1ec4-f940-4b13-b27b-2626761ee31b HTTP/1.1" 200 115 0.017771 10.0.0.33 - - [2025-11-24 02:18:57] "GET /api-access-list/0d8a1ec4-f940-4b13-b27b-2626761ee31b HTTP/1.1" 404 171 0.002072 10.0.0.33 - - [2025-11-24 02:18:57] "DELETE /route-target/62683d43-59f1-4bdf-b1b2-c395f1900dc7 HTTP/1.1" 200 115 0.014898 10.0.0.33 - - [2025-11-24 02:18:58] "GET /projects?obj_uuids=ff272b4a-139e-4dff-8db8-66d76a519e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.33 - - [2025-11-24 02:18:58] "GET /project/ff272b4a-139e-4dff-8db8-66d76a519e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023214 10.0.0.33 - - [2025-11-24 02:18:58] "GET /projects?obj_uuids=ff272b4a-139e-4dff-8db8-66d76a519e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.33 - - [2025-11-24 02:18:58] "GET /project/ff272b4a-139e-4dff-8db8-66d76a519e40?fields=virtual_networks HTTP/1.1" 200 1033 0.063815 10.0.0.33 - - [2025-11-24 02:18:58] "GET /projects?obj_uuids=ff272b4a-139e-4dff-8db8-66d76a519e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.33 - - [2025-11-24 02:18:58] "GET /project/ff272b4a-139e-4dff-8db8-66d76a519e40?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023883 10.0.0.33 - - [2025-11-24 02:18:58] "GET /projects?obj_uuids=ff272b4a-139e-4dff-8db8-66d76a519e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.33 - - [2025-11-24 02:18:58] "GET /project/ff272b4a-139e-4dff-8db8-66d76a519e40?fields=security_groups HTTP/1.1" 200 1259 0.024426 10.0.0.33 - - [2025-11-24 02:18:58] "GET /projects?obj_uuids=c0669309-a7fb-4e73-91c2-146cdba2aa88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.33 - - [2025-11-24 02:18:58] "GET /project/c0669309-a7fb-4e73-91c2-146cdba2aa88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.021298 10.0.0.33 - - [2025-11-24 02:18:58] "GET /projects?obj_uuids=c0669309-a7fb-4e73-91c2-146cdba2aa88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.33 - - [2025-11-24 02:18:58] "GET /project/c0669309-a7fb-4e73-91c2-146cdba2aa88?fields=virtual_networks HTTP/1.1" 200 1033 0.061777 10.0.0.33 - - [2025-11-24 02:18:58] "GET /projects?obj_uuids=c0669309-a7fb-4e73-91c2-146cdba2aa88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000924 10.0.0.33 - - [2025-11-24 02:18:58] "GET /project/c0669309-a7fb-4e73-91c2-146cdba2aa88?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021592 10.0.0.33 - - [2025-11-24 02:18:59] "GET /projects?obj_uuids=c0669309-a7fb-4e73-91c2-146cdba2aa88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.33 - - [2025-11-24 02:18:59] "GET /project/c0669309-a7fb-4e73-91c2-146cdba2aa88?fields=security_groups HTTP/1.1" 200 1259 0.023470 10.0.0.33 - - [2025-11-24 02:18:59] "GET /aaa-mode HTTP/1.1" 200 128 0.001005 10.0.0.33 - - [2025-11-24 02:19:00] "GET / HTTP/1.1" 200 35931 0.001486 10.0.0.33 - - [2025-11-24 02:19:01] "GET / HTTP/1.1" 200 35931 0.001487 10.0.0.33 - - [2025-11-24 02:19:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.33 - - [2025-11-24 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.067154 10.0.0.33 - - [2025-11-24 02:19:01] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.33 - - [2025-11-24 02:19:01] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030027 10.0.0.33 - - [2025-11-24 02:19:01] "GET /virtual-networks?parent_id=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007191 10.0.0.33 - - [2025-11-24 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.008003 10.0.0.33 - - [2025-11-24 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009144 10.0.0.33 - - [2025-11-24 02:19:02] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.33 - - [2025-11-24 02:19:02] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011609 10.0.0.33 - - [2025-11-24 02:19:02] "POST /service-templates HTTP/1.1" 403 264 0.006584 10.0.0.33 - - [2025-11-24 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 215 0.002568 10.0.0.33 - - [2025-11-24 02:19:02] "POST /api-access-lists HTTP/1.1" 200 555 0.013305 10.0.0.33 - - [2025-11-24 02:19:02] "GET /api-access-list/8a3b38af-55f2-43cb-a654-3755a7f30ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003608 10.0.0.33 - - [2025-11-24 02:19:02] "GET /api-access-list/8a3b38af-55f2-43cb-a654-3755a7f30ad2 HTTP/1.1" 200 1323 0.003789 10.0.0.33 - - [2025-11-24 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.011606 10.0.0.33 - - [2025-11-24 02:19:02] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.33 - - [2025-11-24 02:19:02] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027136 10.0.0.33 - - [2025-11-24 02:19:02] "GET /virtual-networks?parent_id=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010012 10.0.0.33 - - [2025-11-24 02:19:02] "POST /virtual-networks HTTP/1.1" 200 583 0.046709 10.0.0.33 - - [2025-11-24 02:19:02] "POST /route-targets HTTP/1.1" 200 327 0.008434 10.0.0.33 - - [2025-11-24 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.008453 10.0.0.33 - - [2025-11-24 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.010969 10.0.0.33 - - [2025-11-24 02:19:02] "GET /network-ipam/2ad8044c-7bd3-4150-94d0-f4d37e0a89cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.009274 10.0.0.33 - - [2025-11-24 02:19:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003340 10.0.0.33 - - [2025-11-24 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.041600 10.0.0.33 - - [2025-11-24 02:19:02] "POST /neutron/network HTTP/1.1" 200 847 0.041501 10.0.0.33 - - [2025-11-24 02:19:02] "POST /neutron/network HTTP/1.1" 200 847 0.018169 10.0.0.33 - - [2025-11-24 02:19:02] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.012269 10.0.0.33 - - [2025-11-24 02:19:02] "POST /neutron/network HTTP/1.1" 200 847 0.018116 10.0.0.33 - - [2025-11-24 02:19:02] "POST /neutron/subnet HTTP/1.1" 200 674 0.023353 10.0.0.33 - - [2025-11-24 02:19:02] "POST /neutron/network HTTP/1.1" 200 847 0.060852 10.0.0.33 - - [2025-11-24 02:19:02] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004480 10.0.0.33 - - [2025-11-24 02:19:02] "GET /network-ipam/2ad8044c-7bd3-4150-94d0-f4d37e0a89cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.002497 10.0.0.33 - - [2025-11-24 02:19:03] "GET /domains HTTP/1.1" 200 280 0.002437 10.0.0.33 - - [2025-11-24 02:19:03] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.33 - - [2025-11-24 02:19:03] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 3488 0.006114 10.0.0.33 - - [2025-11-24 02:19:03] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000792 10.0.0.33 - - [2025-11-24 02:19:03] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922 HTTP/1.1" 200 2352 0.068444 10.0.0.33 - - [2025-11-24 02:19:03] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 200 2311 0.004934 10.0.0.33 - - [2025-11-24 02:19:03] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 200 2311 0.005792 10.0.0.33 - - [2025-11-24 02:19:03] "GET /routing-instance/5bea5e62-934c-47d4-a986-4e0536eb1102 HTTP/1.1" 200 1555 0.003328 10.0.0.33 - - [2025-11-24 02:19:03] "GET /routing-instance/5bea5e62-934c-47d4-a986-4e0536eb1102 HTTP/1.1" 200 1555 0.003203 10.0.0.33 - - [2025-11-24 02:19:03] "GET /route-target/e4de94a4-fdbd-4d21-aa1e-49bbbb781d86 HTTP/1.1" 200 1245 0.002520 10.0.0.33 - - [2025-11-24 02:19:03] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 200 2311 0.003952 10.0.0.33 - - [2025-11-24 02:19:03] "GET /routing-instance/5bea5e62-934c-47d4-a986-4e0536eb1102 HTTP/1.1" 200 1555 0.002588 10.0.0.33 - - [2025-11-24 02:19:03] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004450 10.0.0.33 - - [2025-11-24 02:19:03] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 200 2311 0.004202 10.0.0.33 - - [2025-11-24 02:19:03] "GET /routing-instance/5bea5e62-934c-47d4-a986-4e0536eb1102 HTTP/1.1" 200 1555 0.002663 10.0.0.33 - - [2025-11-24 02:19:03] "GET /routing-instance/5bea5e62-934c-47d4-a986-4e0536eb1102 HTTP/1.1" 200 1555 0.002838 10.0.0.33 - - [2025-11-24 02:19:03] "GET /route-target/e4de94a4-fdbd-4d21-aa1e-49bbbb781d86 HTTP/1.1" 200 1245 0.002507 10.0.0.33 - - [2025-11-24 02:19:03] "GET /domains HTTP/1.1" 200 280 0.002429 10.0.0.33 - - [2025-11-24 02:19:03] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.33 - - [2025-11-24 02:19:03] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f HTTP/1.1" 200 3488 0.005984 10.0.0.33 - - [2025-11-24 02:19:03] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.33 - - [2025-11-24 02:19:03] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922 HTTP/1.1" 200 2352 0.068222 10.0.0.33 - - [2025-11-24 02:19:03] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 200 2311 0.004325 10.0.0.33 - - [2025-11-24 02:19:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003367 10.0.0.33 - - [2025-11-24 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.007986 10.0.0.33 - - [2025-11-24 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009133 10.0.0.33 - - [2025-11-24 02:19:03] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.33 - - [2025-11-24 02:19:03] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015642 10.0.0.33 - - [2025-11-24 02:19:03] "POST /service-templates HTTP/1.1" 403 264 0.007147 10.0.0.33 - - [2025-11-24 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.002453 10.0.0.33 - - [2025-11-24 02:19:03] "POST /api-access-lists HTTP/1.1" 200 521 0.011940 10.0.0.33 - - [2025-11-24 02:19:03] "GET /api-access-list/bb1f3bd9-dd3a-46f3-858f-e459a4abae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004267 10.0.0.33 - - [2025-11-24 02:19:03] "GET /api-access-list/bb1f3bd9-dd3a-46f3-858f-e459a4abae94 HTTP/1.1" 200 1290 0.002754 10.0.0.33 - - [2025-11-24 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.009189 10.0.0.33 - - [2025-11-24 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009548 10.0.0.33 - - [2025-11-24 02:19:03] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.33 - - [2025-11-24 02:19:03] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014857 10.0.0.33 - - [2025-11-24 02:19:03] "POST /service-templates HTTP/1.1" 200 551 0.021115 10.0.0.33 - - [2025-11-24 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.010664 10.0.0.33 - - [2025-11-24 02:19:03] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.010650 10.0.0.33 - - [2025-11-24 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009137 10.0.0.33 - - [2025-11-24 02:19:03] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.010220 10.0.0.33 - - [2025-11-24 02:19:04] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 401 292 0.000427 10.0.0.33 - - [2025-11-24 02:19:04] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 403 263 0.030281 10.0.0.33 - - [2025-11-24 02:19:04] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 403 264 0.007376 10.0.0.33 - - [2025-11-24 02:19:04] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 403 264 0.032170 10.0.0.33 - - [2025-11-24 02:19:05] "GET /obj-perms HTTP/1.1" 403 257 0.032205 10.0.0.33 - - [2025-11-24 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002103 10.0.0.33 - - [2025-11-24 02:19:05] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008390 10.0.0.33 - - [2025-11-24 02:19:05] "GET /obj-perms HTTP/1.1" 403 257 0.007902 10.0.0.33 - - [2025-11-24 02:19:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008146 10.0.0.33 - - [2025-11-24 02:19:05] "GET /api-access-list/8a3b38af-55f2-43cb-a654-3755a7f30ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.002803 10.0.0.33 - - [2025-11-24 02:19:05] "PUT /api-access-list/8a3b38af-55f2-43cb-a654-3755a7f30ad2 HTTP/1.1" 200 264 0.007634 10.0.0.33 - - [2025-11-24 02:19:05] "GET /api-access-list/8a3b38af-55f2-43cb-a654-3755a7f30ad2 HTTP/1.1" 200 1460 0.003196 10.0.0.33 - - [2025-11-24 02:19:05] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 200 2311 0.013548 10.0.0.33 - - [2025-11-24 02:19:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.33 - - [2025-11-24 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.036105 10.0.0.33 - - [2025-11-24 02:19:05] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001406 10.0.0.33 - - [2025-11-24 02:19:05] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034182 10.0.0.33 - - [2025-11-24 02:19:05] "GET /virtual-networks?parent_id=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013628 10.0.0.33 - - [2025-11-24 02:19:05] "POST /virtual-networks HTTP/1.1" 403 263 0.007691 10.0.0.33 - - [2025-11-24 02:19:05] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 403 264 0.008930 10.0.0.33 - - [2025-11-24 02:19:06] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 403 264 0.031900 10.0.0.33 - - [2025-11-24 02:19:06] "GET /obj-perms HTTP/1.1" 403 257 0.007511 10.0.0.33 - - [2025-11-24 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.33 - - [2025-11-24 02:19:06] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.012098 10.0.0.33 - - [2025-11-24 02:19:06] "GET /obj-perms HTTP/1.1" 403 257 0.008362 10.0.0.33 - - [2025-11-24 02:19:06] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016146 10.0.0.33 - - [2025-11-24 02:19:06] "GET /api-access-list/bb1f3bd9-dd3a-46f3-858f-e459a4abae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002916 10.0.0.33 - - [2025-11-24 02:19:06] "PUT /api-access-list/bb1f3bd9-dd3a-46f3-858f-e459a4abae94 HTTP/1.1" 200 264 0.008646 10.0.0.33 - - [2025-11-24 02:19:06] "GET /api-access-list/bb1f3bd9-dd3a-46f3-858f-e459a4abae94 HTTP/1.1" 200 1428 0.002882 10.0.0.33 - - [2025-11-24 02:19:06] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 200 1853 0.011553 10.0.0.33 - - [2025-11-24 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.008522 10.0.0.33 - - [2025-11-24 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008979 10.0.0.33 - - [2025-11-24 02:19:06] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.33 - - [2025-11-24 02:19:06] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013355 10.0.0.33 - - [2025-11-24 02:19:06] "POST /service-templates HTTP/1.1" 403 264 0.008041 10.0.0.33 - - [2025-11-24 02:19:06] "GET /api-access-list/8a3b38af-55f2-43cb-a654-3755a7f30ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003031 10.0.0.33 - - [2025-11-24 02:19:06] "PUT /api-access-list/8a3b38af-55f2-43cb-a654-3755a7f30ad2 HTTP/1.1" 200 264 0.007504 10.0.0.33 - - [2025-11-24 02:19:06] "GET /api-access-list/8a3b38af-55f2-43cb-a654-3755a7f30ad2 HTTP/1.1" 200 1323 0.003073 10.0.0.33 - - [2025-11-24 02:19:06] "GET /api-access-list/bb1f3bd9-dd3a-46f3-858f-e459a4abae94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.002826 10.0.0.33 - - [2025-11-24 02:19:06] "PUT /api-access-list/bb1f3bd9-dd3a-46f3-858f-e459a4abae94 HTTP/1.1" 200 264 0.008837 10.0.0.33 - - [2025-11-24 02:19:06] "GET /api-access-list/bb1f3bd9-dd3a-46f3-858f-e459a4abae94 HTTP/1.1" 200 1290 0.003317 10.0.0.33 - - [2025-11-24 02:19:06] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 403 263 0.008165 10.0.0.33 - - [2025-11-24 02:19:07] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 403 263 0.032094 10.0.0.33 - - [2025-11-24 02:19:07] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 403 264 0.007618 10.0.0.33 - - [2025-11-24 02:19:07] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 403 264 0.031499 10.0.0.33 - - [2025-11-24 02:19:07] "GET /obj-perms HTTP/1.1" 403 257 0.007425 10.0.0.33 - - [2025-11-24 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002324 10.0.0.33 - - [2025-11-24 02:19:07] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007481 10.0.0.33 - - [2025-11-24 02:19:07] "GET /obj-perms HTTP/1.1" 403 257 0.035605 10.0.0.33 - - [2025-11-24 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.33 - - [2025-11-24 02:19:08] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009311 10.0.0.33 - - [2025-11-24 02:19:08] "GET /obj-perms HTTP/1.1" 403 257 0.009971 10.0.0.33 - - [2025-11-24 02:19:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007871 10.0.0.33 - - [2025-11-24 02:19:08] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.003180 10.0.0.33 - - [2025-11-24 02:19:08] "PUT /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7 HTTP/1.1" 200 264 0.009901 10.0.0.33 - - [2025-11-24 02:19:08] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 200 1853 0.010674 10.0.0.33 - - [2025-11-24 02:19:08] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 200 2311 0.012655 10.0.0.33 - - [2025-11-24 02:19:08] "GET /obj-perms HTTP/1.1" 403 257 0.008369 10.0.0.33 - - [2025-11-24 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002435 10.0.0.33 - - [2025-11-24 02:19:08] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.015728 10.0.0.33 - - [2025-11-24 02:19:08] "GET /obj-perms HTTP/1.1" 403 257 0.007773 10.0.0.33 - - [2025-11-24 02:19:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017240 10.0.0.33 - - [2025-11-24 02:19:08] "DELETE /api-access-list/8a3b38af-55f2-43cb-a654-3755a7f30ad2 HTTP/1.1" 200 115 0.017771 10.0.0.33 - - [2025-11-24 02:19:08] "GET /api-access-list/8a3b38af-55f2-43cb-a654-3755a7f30ad2 HTTP/1.1" 404 171 0.002878 10.0.0.33 - - [2025-11-24 02:19:08] "DELETE /api-access-list/bb1f3bd9-dd3a-46f3-858f-e459a4abae94 HTTP/1.1" 200 115 0.018739 10.0.0.33 - - [2025-11-24 02:19:08] "GET /api-access-list/bb1f3bd9-dd3a-46f3-858f-e459a4abae94 HTTP/1.1" 404 171 0.002110 10.0.0.33 - - [2025-11-24 02:19:08] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 401 292 0.000325 10.0.0.33 - - [2025-11-24 02:19:08] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 403 263 0.031159 10.0.0.33 - - [2025-11-24 02:19:08] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 403 264 0.005329 10.0.0.33 - - [2025-11-24 02:19:09] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 403 264 0.034273 10.0.0.33 - - [2025-11-24 02:19:09] "GET /obj-perms HTTP/1.1" 403 257 0.030296 10.0.0.33 - - [2025-11-24 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002181 10.0.0.33 - - [2025-11-24 02:19:09] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006715 10.0.0.33 - - [2025-11-24 02:19:09] "GET /obj-perms HTTP/1.1" 403 257 0.006568 10.0.0.33 - - [2025-11-24 02:19:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.005461 10.0.0.33 - - [2025-11-24 02:19:09] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.003858 10.0.0.33 - - [2025-11-24 02:19:09] "PUT /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7 HTTP/1.1" 200 264 0.007360 10.0.0.33 - - [2025-11-24 02:19:09] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 200 2311 0.012556 10.0.0.33 - - [2025-11-24 02:19:09] "GET /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 200 1853 0.007780 10.0.0.33 - - [2025-11-24 02:19:09] "GET /obj-perms HTTP/1.1" 403 257 0.007233 10.0.0.33 - - [2025-11-24 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.33 - - [2025-11-24 02:19:09] "GET /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.011081 10.0.0.33 - - [2025-11-24 02:19:09] "GET /obj-perms HTTP/1.1" 403 257 0.005928 10.0.0.33 - - [2025-11-24 02:19:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014460 10.0.0.33 - - [2025-11-24 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008326 10.0.0.33 - - [2025-11-24 02:19:10] "DELETE /service-template/b31f85b4-e47f-4626-85b9-3325b0fa64bd HTTP/1.1" 200 115 0.052624 10.0.0.33 - - [2025-11-24 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.007932 10.0.0.33 - - [2025-11-24 02:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001938 10.0.0.33 - - [2025-11-24 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.33 - - [2025-11-24 02:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001684 10.0.0.33 - - [2025-11-24 02:19:10] "DELETE /virtual-network/92105e8a-a076-412c-ad96-ba6c1b27d2bb HTTP/1.1" 200 115 0.062300 10.0.0.33 - - [2025-11-24 02:19:10] "DELETE /route-target/e4de94a4-fdbd-4d21-aa1e-49bbbb781d86 HTTP/1.1" 200 115 0.011772 10.0.0.33 - - [2025-11-24 02:19:10] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004424 10.0.0.33 - - [2025-11-24 02:19:10] "PUT /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7 HTTP/1.1" 200 264 0.007906 10.0.0.33 - - [2025-11-24 02:19:10] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.003059 10.0.0.33 - - [2025-11-24 02:19:10] "PUT /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7 HTTP/1.1" 200 264 0.012921 10.0.0.33 - - [2025-11-24 02:19:11] "GET /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.003506 10.0.0.33 - - [2025-11-24 02:19:11] "PUT /api-access-list/24bbb2ed-7f4f-43cd-8041-f02645207aa7 HTTP/1.1" 200 264 0.007358 10.0.0.33 - - [2025-11-24 02:19:11] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.33 - - [2025-11-24 02:19:11] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.023418 10.0.0.33 - - [2025-11-24 02:19:11] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001308 10.0.0.33 - - [2025-11-24 02:19:11] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?fields=virtual_networks HTTP/1.1" 200 1032 0.064494 10.0.0.33 - - [2025-11-24 02:19:11] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.33 - - [2025-11-24 02:19:11] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.022316 10.0.0.33 - - [2025-11-24 02:19:11] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.33 - - [2025-11-24 02:19:11] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?fields=security_groups HTTP/1.1" 200 1258 0.021914 10.0.0.33 - - [2025-11-24 02:19:12] "GET /projects?obj_uuids=15a14a5a-a979-4c80-ac34-db32a5abe27e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000945 10.0.0.33 - - [2025-11-24 02:19:12] "GET /project/15a14a5a-a979-4c80-ac34-db32a5abe27e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.023411 [Introspect:8084]10.0.0.33 - - [2025-11-24 02:19:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001065 10.0.0.33 - - [2025-11-24 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.029682 10.0.0.33 - - [2025-11-24 02:19:12] "GET /projects?obj_uuids=173ba69c-360b-4c52-ad5e-24bb6dc224c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002496 10.0.0.33 - - [2025-11-24 02:19:13] "GET /domains?obj_uuids=69131fcb-056a-4af4-990e-8dab6bac755f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.33 - - [2025-11-24 02:19:13] "GET /domain/69131fcb-056a-4af4-990e-8dab6bac755f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006049 10.0.0.33 - - [2025-11-24 02:19:13] "POST /id-to-fqname HTTP/1.1" 200 186 0.001092 10.0.0.33 - - [2025-11-24 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.001920 10.0.0.33 - - [2025-11-24 02:19:13] "POST /security-groups HTTP/1.1" 200 587 0.060631 10.0.0.33 - - [2025-11-24 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 230 0.002962 10.0.0.33 - - [2025-11-24 02:19:13] "POST /projects HTTP/1.1" 200 577 0.207524 10.0.0.33 - - [2025-11-24 02:19:13] "POST /access-control-lists HTTP/1.1" 200 592 0.056898 10.0.0.33 - - [2025-11-24 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.282027 10.0.0.33 - - [2025-11-24 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002277 10.0.0.33 - - [2025-11-24 02:19:13] "GET /project/173ba69c-360b-4c52-ad5e-24bb6dc224c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.408128 10.0.0.33 - - [2025-11-24 02:19:13] "POST /access-control-lists HTTP/1.1" 200 590 0.056387 10.0.0.33 - - [2025-11-24 02:19:14] "GET / HTTP/1.1" 200 35931 0.002060 10.0.0.33 - - [2025-11-24 02:19:14] "GET /projects?obj_uuids=173ba69c-360b-4c52-ad5e-24bb6dc224c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000948 10.0.0.33 - - [2025-11-24 02:19:14] "GET /project/173ba69c-360b-4c52-ad5e-24bb6dc224c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.019212 10.0.0.33 - - [2025-11-24 02:19:14] "GET /projects?obj_uuids=173ba69c-360b-4c52-ad5e-24bb6dc224c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000870 10.0.0.33 - - [2025-11-24 02:19:14] "GET /project/173ba69c-360b-4c52-ad5e-24bb6dc224c3?fields=virtual_networks HTTP/1.1" 200 1024 0.063263 10.0.0.33 - - [2025-11-24 02:19:14] "GET /projects?obj_uuids=173ba69c-360b-4c52-ad5e-24bb6dc224c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000871 10.0.0.33 - - [2025-11-24 02:19:15] "GET /project/173ba69c-360b-4c52-ad5e-24bb6dc224c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.027768 10.0.0.33 - - [2025-11-24 02:19:15] "GET /projects?obj_uuids=173ba69c-360b-4c52-ad5e-24bb6dc224c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001827 10.0.0.33 - - [2025-11-24 02:19:15] "GET /project/173ba69c-360b-4c52-ad5e-24bb6dc224c3?fields=security_groups HTTP/1.1" 200 1246 0.025712 10.0.0.33 - - [2025-11-24 02:19:36] "DELETE /project/173ba69c360b4c52ad5e24bb6dc224c3 HTTP/1.1" 404 173 0.021763 10.0.0.33 - - [2025-11-24 02:19:36] "DELETE /project/ff272b4a139e4dff8db866d76a519e40 HTTP/1.1" 404 173 0.020989 10.0.0.33 - - [2025-11-24 02:19:36] "DELETE /project/c0669309a7fb4e7391c2146cdba2aa88 HTTP/1.1" 404 173 0.017207 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=c0669309-a7fb-4e73-91c2-146cdba2aa88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=173ba69c-360b-4c52-ad5e-24bb6dc224c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000755 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=ff272b4a-139e-4dff-8db8-66d76a519e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000763 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000711 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=199ce059-8617-4f2a-8fca-0ea7fd4ec5db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001000 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=bb65ae35-81f5-4002-8a5e-3d6d4fc53dba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000768 10.0.0.33 - - [2025-11-24 02:19:36] "DELETE /project/27fd43fe86034b2f9bc08168872c9922 HTTP/1.1" 404 173 0.007823 10.0.0.33 - - [2025-11-24 02:19:36] "GET /project/c0669309-a7fb-4e73-91c2-146cdba2aa88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.065448 10.0.0.33 - - [2025-11-24 02:19:36] "GET /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.062713 10.0.0.33 - - [2025-11-24 02:19:36] "GET /project/173ba69c-360b-4c52-ad5e-24bb6dc224c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.070213 10.0.0.33 - - [2025-11-24 02:19:36] "GET /project/199ce059-8617-4f2a-8fca-0ea7fd4ec5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.065528 10.0.0.33 - - [2025-11-24 02:19:36] "GET /project/bb65ae35-81f5-4002-8a5e-3d6d4fc53dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.067502 10.0.0.33 - - [2025-11-24 02:19:36] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.084751 10.0.0.33 - - [2025-11-24 02:19:36] "GET /project/ff272b4a-139e-4dff-8db8-66d76a519e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.093554 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000843 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=bb65ae35-81f5-4002-8a5e-3d6d4fc53dba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002251 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=199ce059-8617-4f2a-8fca-0ea7fd4ec5db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000753 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=173ba69c-360b-4c52-ad5e-24bb6dc224c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000702 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000741 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=c0669309-a7fb-4e73-91c2-146cdba2aa88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000691 10.0.0.33 - - [2025-11-24 02:19:36] "GET /projects?obj_uuids=ff272b4a-139e-4dff-8db8-66d76a519e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/c0669309-a7fb-4e73-91c2-146cdba2aa88?fields=security_groups HTTP/1.1" 200 1364 0.082015 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/ff272b4a-139e-4dff-8db8-66d76a519e40?fields=security_groups HTTP/1.1" 200 1364 0.075156 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?fields=security_groups HTTP/1.1" 200 1363 0.082599 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/173ba69c-360b-4c52-ad5e-24bb6dc224c3?fields=security_groups HTTP/1.1" 200 1351 0.091362 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/199ce059-8617-4f2a-8fca-0ea7fd4ec5db?fields=security_groups HTTP/1.1" 200 1348 0.094004 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/bb65ae35-81f5-4002-8a5e-3d6d4fc53dba?fields=security_groups HTTP/1.1" 200 1348 0.097233 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2?fields=security_groups HTTP/1.1" 200 1349 0.106140 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /security-group/41f45af2-f8fe-4028-a1ca-ef6558945db3 HTTP/1.1" 200 115 0.095403 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/2cba3143-f290-40d7-a68e-1bb72cafcca5 HTTP/1.1" 200 115 0.043522 10.0.0.33 - - [2025-11-24 02:19:37] "GET /projects?obj_uuids=f064e0b8-6e20-4269-8fe7-7504f7ca03c2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000828 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /security-group/545227d8-67d2-490c-a564-38a8efd90deb HTTP/1.1" 200 115 0.113055 10.0.0.33 - - [2025-11-24 02:19:37] "GET /projects?obj_uuids=c0669309-a7fb-4e73-91c2-146cdba2aa88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /security-group/3496df14-16b5-4652-863c-37042a5655bf HTTP/1.1" 200 115 0.118753 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2?fields=application_policy_sets HTTP/1.1" 200 1388 0.042953 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /security-group/f9f4419f-0d0c-4ff2-8a64-fe6f68e5407c HTTP/1.1" 200 115 0.122274 10.0.0.33 - - [2025-11-24 02:19:37] "GET /projects?obj_uuids=ff272b4a-139e-4dff-8db8-66d76a519e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.33 - - [2025-11-24 02:19:37] "GET /projects?obj_uuids=27fd43fe-8603-4b2f-9bc0-8168872c9922&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /security-group/e4203180-3bbd-4741-be5c-dabca65c73bc HTTP/1.1" 200 115 0.134628 10.0.0.33 - - [2025-11-24 02:19:37] "GET /projects?obj_uuids=173ba69c-360b-4c52-ad5e-24bb6dc224c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/c9eaaf77-63a3-4016-a7b4-1449aa464bc2 HTTP/1.1" 200 115 0.069751 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/ff272b4a-139e-4dff-8db8-66d76a519e40?fields=application_policy_sets HTTP/1.1" 200 1403 0.042810 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/c0669309-a7fb-4e73-91c2-146cdba2aa88?fields=application_policy_sets HTTP/1.1" 200 1403 0.091313 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/173ba69c-360b-4c52-ad5e-24bb6dc224c3?fields=application_policy_sets HTTP/1.1" 200 1390 0.046793 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /security-group/e9343615-ef0f-488d-9df1-071185db9274 HTTP/1.1" 200 115 0.165967 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /security-group/353aed3c-8a7c-451a-8ff0-5148055026b8 HTTP/1.1" 200 115 0.175446 10.0.0.33 - - [2025-11-24 02:19:37] "GET /projects?obj_uuids=199ce059-8617-4f2a-8fca-0ea7fd4ec5db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000987 10.0.0.33 - - [2025-11-24 02:19:37] "GET /projects?obj_uuids=bb65ae35-81f5-4002-8a5e-3d6d4fc53dba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001130 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/5300a437-7c26-4ad0-94dc-cbde3678581f HTTP/1.1" 200 115 0.063583 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/27fd43fe-8603-4b2f-9bc0-8168872c9922?fields=application_policy_sets HTTP/1.1" 200 1402 0.132237 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/795ee4a4-61d7-4aff-9600-9b5032af785b HTTP/1.1" 200 115 0.085471 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/199ce059-8617-4f2a-8fca-0ea7fd4ec5db?fields=application_policy_sets HTTP/1.1" 200 1387 0.127479 10.0.0.33 - - [2025-11-24 02:19:37] "GET /project/bb65ae35-81f5-4002-8a5e-3d6d4fc53dba?fields=application_policy_sets HTTP/1.1" 200 1387 0.124928 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/e89bb0b0-4944-4316-85b3-d4175fd5d18a HTTP/1.1" 200 115 0.069107 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /project/f064e0b8-6e20-4269-8fe7-7504f7ca03c2 HTTP/1.1" 200 115 0.707702 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /project/ff272b4a-139e-4dff-8db8-66d76a519e40 HTTP/1.1" 200 115 0.716638 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/ccba7578-9375-453c-86b1-2fcc1f0f817b HTTP/1.1" 200 115 0.072315 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /project/173ba69c-360b-4c52-ad5e-24bb6dc224c3 HTTP/1.1" 200 115 0.762621 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /project/c0669309-a7fb-4e73-91c2-146cdba2aa88 HTTP/1.1" 200 115 0.768372 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /project/27fd43fe-8603-4b2f-9bc0-8168872c9922 HTTP/1.1" 200 115 0.775599 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/5f06e886-9db4-4938-9482-eb03e880ee0c HTTP/1.1" 200 115 0.030649 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /project/bb65ae35-81f5-4002-8a5e-3d6d4fc53dba HTTP/1.1" 200 115 0.789774 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /project/199ce059-8617-4f2a-8fca-0ea7fd4ec5db HTTP/1.1" 200 115 0.789303 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/94231c31-d16a-4b99-b4ca-44453c83fed8 HTTP/1.1" 200 115 0.024326 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/2fd6ac3d-5040-454e-8ef8-65e5b04a0287 HTTP/1.1" 200 115 0.017280 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/b2d7c07c-705e-47aa-ad52-cc5e26653d1b HTTP/1.1" 200 115 0.021044 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/ca881429-6dcb-4ecd-8fe6-f191a31a5326 HTTP/1.1" 200 115 0.019751 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/a4e10296-397a-4e26-a3bb-4dd9ba5190fd HTTP/1.1" 200 115 0.016570 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/28d13cc5-1b65-4011-a23d-341faa7c3e6e HTTP/1.1" 200 115 0.018207 10.0.0.33 - - [2025-11-24 02:19:37] "DELETE /access-control-list/5dace751-2724-4e35-aa87-909acf931cd8 HTTP/1.1" 200 115 0.020189 10.0.0.33 - - [2025-11-24 02:19:44] "GET /obj-perms HTTP/1.1" 200 5056 0.048114 10.0.0.33 - - [2025-11-24 02:19:45] "GET /obj-perms HTTP/1.1" 200 5056 0.048234 10.0.0.33 - - [2025-11-24 02:19:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.33 - - [2025-11-24 02:19:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.33 - - [2025-11-24 02:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2025-11-24 02:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 [Introspect:8084]10.0.0.33 - - [2025-11-24 02:19:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000920 [Introspect:8084]10.0.0.33 - - [2025-11-24 02:19:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000917