+++ date ++ echo 'INFO: =================== Mon May 4 02:01:53 AM UTC 2026 ===================' INFO: =================== Mon May 4 02:01:53 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.33 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.33:8081 ' ']' +++ echo 10.0.0.33:8081 ++ ANALYTICS_SERVERS=10.0.0.33:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.33:9042 ' ']' +++ echo 10.0.0.33:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.33:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.33 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.33:8086 ' ']' +++ echo 10.0.0.33:8086 ++ COLLECTOR_SERVERS=10.0.0.33:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.33 ++ CONFIGDB_NODES=10.0.0.33 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.33:8082 ' ']' +++ echo 10.0.0.33:8082 ++ CONFIG_SERVERS=10.0.0.33:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.33:9161 ' ']' +++ echo 10.0.0.33:9161 ++ CONFIGDB_SERVERS=10.0.0.33:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.33:9041 ' ']' +++ echo 10.0.0.33:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.33:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.33 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.33:2181, ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.33:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.33:2181 ' ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.33:2181 ++ RABBITMQ_NODES=10.0.0.33 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.33:5673, ']' +++ echo 10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.33:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.33:6379 ' ']' +++ echo 10.0.0.33:6379 ++ REDIS_SERVERS=10.0.0.33:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.33 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.33:9092 ' ']' +++ echo 10.0.0.33:9092 ++ KAFKA_SERVERS=10.0.0.33:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.33 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.33 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.33 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.33 ++ cut -d , -f 1 + local cassandra=10.0.0.33 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.33 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.33 +++ local servers=10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.33,10.20.0.17,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.17,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__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ 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: 05/04/2026 02:02:02.507 7f072d047080 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/04/2026 02:02:02.675 7f072d047080 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/04/2026 02:02:02.691 7f072d047080 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/04/2026 02:02:02.692 7f072d047080 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2026-05-04 02:02:08] "GET / HTTP/1.1" 503 181 0.000289 10.0.0.33 - - [2026-05-04 02:02:08] "GET / HTTP/1.1" 503 181 0.000171 10.0.0.33 - - [2026-05-04 02:02:08] "GET / HTTP/1.1" 503 181 0.000434 10.0.0.33 - - [2026-05-04 02:02:09] "GET / HTTP/1.1" 200 45871 0.001286 10.0.0.33 - - [2026-05-04 02:02:09] "GET / HTTP/1.1" 200 45871 0.001107 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.33 - - [2026-05-04 02:02:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000586 10.0.0.33 - - [2026-05-04 02:02:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000286 10.0.0.33 - - [2026-05-04 02:02:09] "GET / HTTP/1.1" 200 35931 0.002373 10.0.0.33 - - [2026-05-04 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.646688 10.0.0.33 - - [2026-05-04 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.33 - - [2026-05-04 02:02:10] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.372138 10.0.0.33 - - [2026-05-04 02:02:10] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003503 10.0.0.33 - - [2026-05-04 02:02:10] "GET / HTTP/1.1" 200 35931 0.002196 /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 - - [2026-05-04 02:02:10] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.33 - - [2026-05-04 02:02:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.33 - - [2026-05-04 02:02:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.33 - - [2026-05-04 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.057846 10.0.0.33 - - [2026-05-04 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005244 10.0.0.33 - - [2026-05-04 02:02:11] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.016778 10.0.0.33 - - [2026-05-04 02:02:11] "POST /service-appliance-sets HTTP/1.1" 200 553 0.059264 10.0.0.33 - - [2026-05-04 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.004220 10.0.0.33 - - [2026-05-04 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005870 10.0.0.33 - - [2026-05-04 02:02:11] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.020672 10.0.0.33 - - [2026-05-04 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.049652 10.0.0.33 - - [2026-05-04 02:02:11] "GET /network-ipam/a4b65eeb-e959-4606-9a06-5298af406c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004626 10.0.0.33 - - [2026-05-04 02:02:11] "POST /service-appliance-sets HTTP/1.1" 200 541 0.021782 10.0.0.33 - - [2026-05-04 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.33 - - [2026-05-04 02:02:11] "GET /network-ipam/a4b65eeb-e959-4606-9a06-5298af406c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.009825 10.0.0.33 - - [2026-05-04 02:02:11] "POST /service-templates HTTP/1.1" 200 511 0.034295 10.0.0.33 - - [2026-05-04 02:02:11] "POST /service-templates HTTP/1.1" 200 501 0.045723 10.0.0.33 - - [2026-05-04 02:02:11] "POST /service-templates HTTP/1.1" 200 515 0.025438 10.0.0.33 - - [2026-05-04 02:02:12] "POST /service-templates HTTP/1.1" 200 535 0.030695 10.0.0.33 - - [2026-05-04 02:02:12] "POST /fqname-to-id HTTP/1.1" 404 225 0.004109 10.0.0.33 - - [2026-05-04 02:02:12] "POST /access-control-lists HTTP/1.1" 200 587 0.025835 10.0.0.33 - - [2026-05-04 02:02:12] "POST /service-templates HTTP/1.1" 200 507 0.026378 10.0.0.33 - - [2026-05-04 02:02:12] "POST /fqname-to-id HTTP/1.1" 404 224 0.003862 10.0.0.33 - - [2026-05-04 02:02:12] "POST /access-control-lists HTTP/1.1" 200 585 0.143549 10.0.0.33 - - [2026-05-04 02:02:12] "POST /route-targets HTTP/1.1" 200 327 0.026667 10.0.0.33 - - [2026-05-04 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.017227 10.0.0.33 - - [2026-05-04 02:02:12] "POST /route-targets HTTP/1.1" 200 327 0.025061 10.0.0.33 - - [2026-05-04 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.017173 10.0.0.33 - - [2026-05-04 02:02:12] "POST /route-targets HTTP/1.1" 200 327 0.025387 10.0.0.33 - - [2026-05-04 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.012720 10.0.0.33 - - [2026-05-04 02:02:12] "POST /route-targets HTTP/1.1" 200 327 0.013895 10.0.0.33 - - [2026-05-04 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.014990 10.0.0.33 - - [2026-05-04 02:02:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.003440 10.0.0.33 - - [2026-05-04 02:02:13] "POST /access-control-lists HTTP/1.1" 200 551 0.075014 10.0.0.33 - - [2026-05-04 02:02:14] "GET / HTTP/1.1" 200 35931 0.002525 10.0.0.33 - - [2026-05-04 02:02:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.33 - - [2026-05-04 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.036668 10.0.0.33 - - [2026-05-04 02:02:14] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006812 10.0.0.33 - - [2026-05-04 02:02:14] "POST /fqname-to-id HTTP/1.1" 404 220 0.003797 10.0.0.33 - - [2026-05-04 02:02:14] "POST /config-nodes HTTP/1.1" 200 599 0.022414 10.0.0.33 - - [2026-05-04 02:02:14] "GET / HTTP/1.1" 200 35931 0.002455 10.0.0.33 - - [2026-05-04 02:02:14] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000433 10.0.0.33 - - [2026-05-04 02:02:15] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029791 10.0.0.33 - - [2026-05-04 02:02:17] "GET / HTTP/1.1" 200 35931 0.001486 10.0.0.33 - - [2026-05-04 02:02:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.33 - - [2026-05-04 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.032232 10.0.0.33 - - [2026-05-04 02:02:17] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006248 10.0.0.33 - - [2026-05-04 02:02:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.004003 10.0.0.33 - - [2026-05-04 02:02:17] "POST /config-database-nodes HTTP/1.1" 200 617 0.027174 10.0.0.33 - - [2026-05-04 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.33 - - [2026-05-04 02:02:20] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.006835 10.0.0.33 - - [2026-05-04 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.33 - - [2026-05-04 02:02:20] "PUT /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e HTTP/1.1" 200 276 0.012932 10.0.0.33 - - [2026-05-04 02:02:20] "GET / HTTP/1.1" 200 35931 0.003351 10.0.0.33 - - [2026-05-04 02:02:20] "POST /alarms HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 581 0.056875 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 575 0.023118 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 575 0.021901 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 559 0.021647 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 555 0.019218 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 557 0.024177 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 565 0.024756 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 549 0.031053 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 557 0.020370 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 567 0.027415 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 555 0.020763 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 567 0.023851 10.0.0.33 - - [2026-05-04 02:02:21] "POST /alarms HTTP/1.1" 200 575 0.065989 10.0.0.33 - - [2026-05-04 02:02:22] "POST /alarms HTTP/1.1" 200 569 0.021198 10.0.0.33 - - [2026-05-04 02:02:22] "POST /alarms HTTP/1.1" 200 561 0.019635 10.0.0.33 - - [2026-05-04 02:02:22] "POST /alarms HTTP/1.1" 200 561 0.021154 10.0.0.33 - - [2026-05-04 02:02:22] "POST /alarms HTTP/1.1" 200 561 0.024632 10.0.0.33 - - [2026-05-04 02:02:22] "POST /alarms HTTP/1.1" 200 547 0.021833 10.0.0.33 - - [2026-05-04 02:02:22] "POST /alarms HTTP/1.1" 200 595 0.018900 10.0.0.33 - - [2026-05-04 02:02:22] "POST /alarms HTTP/1.1" 200 575 0.021049 10.0.0.33 - - [2026-05-04 02:02:22] "POST /alarms HTTP/1.1" 200 571 0.019780 10.0.0.33 - - [2026-05-04 02:02:22] "POST /alarms HTTP/1.1" 200 583 0.019399 10.0.0.33 - - [2026-05-04 02:02:22] "POST /alarms HTTP/1.1" 200 609 0.018468 10.0.0.33 - - [2026-05-04 02:02:22] "GET / HTTP/1.1" 200 35931 0.002621 10.0.0.33 - - [2026-05-04 02:02:22] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000407 10.0.0.33 - - [2026-05-04 02:02:23] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029011 10.0.0.33 - - [2026-05-04 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.33 - - [2026-05-04 02:02:23] "PUT /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e HTTP/1.1" 200 276 0.009784 10.0.0.33 - - [2026-05-04 02:02:23] "GET / HTTP/1.1" 200 35931 0.001631 10.0.0.33 - - [2026-05-04 02:02:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.33 - - [2026-05-04 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.027773 10.0.0.33 - - [2026-05-04 02:02:24] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004511 10.0.0.33 - - [2026-05-04 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.33 - - [2026-05-04 02:02:24] "PUT /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e HTTP/1.1" 200 276 0.009172 10.0.0.33 - - [2026-05-04 02:02:24] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.33 - - [2026-05-04 02:02:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.33 - - [2026-05-04 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.054548 10.0.0.33 - - [2026-05-04 02:02:24] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007148 10.0.0.33 - - [2026-05-04 02:02:24] "PUT /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5 HTTP/1.1" 200 274 0.020376 10.0.0.33 - - [2026-05-04 02:02:35] "GET /global-system-configs HTTP/1.1" 401 292 0.001374 10.0.0.33 - - [2026-05-04 02:02:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.33 - - [2026-05-04 02:02:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000677 10.0.0.33 - - [2026-05-04 02:02:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.33 - - [2026-05-04 02:03:04] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.33 - - [2026-05-04 02:03:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.33 - - [2026-05-04 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.030883 10.0.0.33 - - [2026-05-04 02:03:04] "GET /routing-instance/4590bc49-c053-4714-99c5-081676a3dc99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004062 10.0.0.33 - - [2026-05-04 02:03:04] "POST /bgp-routers HTTP/1.1" 200 620 0.025710 10.0.0.33 - - [2026-05-04 02:03:04] "GET /bgp-router/054efc81-cee0-4726-a750-5d6400c86ae5?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.006722 10.0.0.33 - - [2026-05-04 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.33 - - [2026-05-04 02:03:04] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008098 10.0.0.33 - - [2026-05-04 02:03:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003703 10.0.0.33 - - [2026-05-04 02:03:04] "POST /ref-update HTTP/1.1" 200 156 0.010256 10.0.0.33 - - [2026-05-04 02:03:31] "GET / HTTP/1.1" 200 35931 0.001502 10.0.0.33 - - [2026-05-04 02:03:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2026-05-04 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.033987 10.0.0.33 - - [2026-05-04 02:03:32] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.009000 10.0.0.33 - - [2026-05-04 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.003571 10.0.0.33 - - [2026-05-04 02:03:32] "POST /database-nodes HTTP/1.1" 200 603 0.024439 10.0.0.33 - - [2026-05-04 02:04:01] "GET / HTTP/1.1" 200 35931 0.002435 10.0.0.33 - - [2026-05-04 02:04:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.33 - - [2026-05-04 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.034611 10.0.0.33 - - [2026-05-04 02:04:01] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.010925 10.0.0.33 - - [2026-05-04 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.003839 10.0.0.33 - - [2026-05-04 02:04:01] "POST /analytics-nodes HTTP/1.1" 200 605 0.028892 10.0.0.33 - - [2026-05-04 02:04:07] "GET / HTTP/1.1" 200 35931 0.001714 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 - - [2026-05-04 02:04:13] "GET /obj-perms HTTP/1.1" 200 5056 0.377023 10.0.0.33 - - [2026-05-04 02:04:13] "GET /obj-perms HTTP/1.1" 200 5056 0.065208 10.0.0.33 - - [2026-05-04 02:04:19] "GET / HTTP/1.1" 200 35931 0.001485 10.0.0.33 - - [2026-05-04 02:04:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000390 10.0.0.33 - - [2026-05-04 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.031090 10.0.0.33 - - [2026-05-04 02:04:19] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006185 10.0.0.33 - - [2026-05-04 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.004657 10.0.0.33 - - [2026-05-04 02:04:19] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.028498 10.0.0.33 - - [2026-05-04 02:04:35] "GET / HTTP/1.1" 200 35931 0.002929 10.0.0.33 - - [2026-05-04 02:04:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000731 10.0.0.33 - - [2026-05-04 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.035380 10.0.0.33 - - [2026-05-04 02:04:36] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006341 10.0.0.33 - - [2026-05-04 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.003368 10.0.0.33 - - [2026-05-04 02:04:36] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.030484 10.0.0.33 - - [2026-05-04 02:05:14] "GET /obj-perms HTTP/1.1" 200 5056 0.089250 10.0.0.33 - - [2026-05-04 02:05:14] "GET /obj-perms HTTP/1.1" 200 5056 0.084102 10.0.0.33 - - [2026-05-04 02:06:15] "GET /obj-perms HTTP/1.1" 200 5056 0.055682 10.0.0.33 - - [2026-05-04 02:06:15] "GET /obj-perms HTTP/1.1" 200 5056 0.053794 10.0.0.33 - - [2026-05-04 02:07:04] "GET / HTTP/1.1" 200 35931 0.001614 10.0.0.33 - - [2026-05-04 02:07:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.33 - - [2026-05-04 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.034863 10.0.0.33 - - [2026-05-04 02:07:05] "GET /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006519 10.0.0.33 - - [2026-05-04 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.33 - - [2026-05-04 02:07:05] "GET /routing-instance/4590bc49-c053-4714-99c5-081676a3dc99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004479 10.0.0.33 - - [2026-05-04 02:07:05] "PUT /global-system-config/95be8ddf-7bc8-4953-ad8b-041e4197d6c5 HTTP/1.1" 200 274 0.012773 10.0.0.33 - - [2026-05-04 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 218 0.003186 10.0.0.33 - - [2026-05-04 02:07:05] "POST /virtual-routers HTTP/1.1" 200 603 0.022986 10.0.0.33 - - [2026-05-04 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.33 - - [2026-05-04 02:07:05] "GET /virtual-router/45f7cc8f-2e94-48e3-a432-aa87f2109fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005186 10.0.0.33 - - [2026-05-04 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.003145 10.0.0.33 - - [2026-05-04 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.33 - - [2026-05-04 02:07:05] "GET /virtual-network/51205291-8f2e-4a22-b0ba-700cabc1d902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005718 10.0.0.33 - - [2026-05-04 02:07:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.141559 [Introspect:8084]10.0.0.33 - - [2026-05-04 02:07:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001042 [Introspect:8084]10.0.0.33 - - [2026-05-04 02:07:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001033 10.0.0.33 - - [2026-05-04 02:07:15] "GET /obj-perms HTTP/1.1" 200 5056 0.059600 10.0.0.33 - - [2026-05-04 02:07:16] "GET /obj-perms HTTP/1.1" 200 5056 0.059777 10.0.0.33 - - [2026-05-04 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.33 - - [2026-05-04 02:07:16] "GET /virtual-router/45f7cc8f-2e94-48e3-a432-aa87f2109fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.004670 [Introspect:8084]10.0.0.33 - - [2026-05-04 02:07:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001055 [Introspect:8084]10.0.0.33 - - [2026-05-04 02:07:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001045 [Introspect:8084]10.0.0.33 - - [2026-05-04 02:07:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000914 [Introspect:8084]10.0.0.33 - - [2026-05-04 02:07:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001122 10.0.0.33 - - [2026-05-04 02:07:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.33 - - [2026-05-04 02:07:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.33 - - [2026-05-04 02:07:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2026-05-04 02:07:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.33 - - [2026-05-04 02:08:16] "GET /obj-perms HTTP/1.1" 200 5056 0.063567 10.0.0.33 - - [2026-05-04 02:08:16] "GET /obj-perms HTTP/1.1" 200 5056 0.069438 10.0.0.33 - - [2026-05-04 02:08:30] "GET / HTTP/1.1" 200 35931 0.001580 10.0.0.33 - - [2026-05-04 02:08:30] "GET /project/d3de816f-fffd-4f41-a711-5503f3482b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2026-05-04 02:08:31] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026832 10.0.0.33 - - [2026-05-04 02:08:31] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.33 - - [2026-05-04 02:08:31] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033307 10.0.0.33 - - [2026-05-04 02:08:31] "POST /id-to-fqname HTTP/1.1" 200 167 0.001335 10.0.0.33 - - [2026-05-04 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 176 0.004318 10.0.0.33 - - [2026-05-04 02:08:31] "POST /security-groups HTTP/1.1" 200 568 0.069625 10.0.0.33 - - [2026-05-04 02:08:31] "POST /projects HTTP/1.1" 200 539 0.228162 10.0.0.33 - - [2026-05-04 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.031898 10.0.0.33 - - [2026-05-04 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.301540 10.0.0.33 - - [2026-05-04 02:08:31] "POST /access-control-lists HTTP/1.1" 200 573 0.063283 10.0.0.33 - - [2026-05-04 02:08:31] "GET /project/d3de816f-fffd-4f41-a711-5503f3482b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.469938 10.0.0.33 - - [2026-05-04 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.004456 10.0.0.33 - - [2026-05-04 02:08:31] "POST /access-control-lists HTTP/1.1" 200 571 0.063140 [Introspect:8084]10.0.0.33 - - [2026-05-04 02:08:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001214 10.0.0.33 - - [2026-05-04 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.030195 10.0.0.33 - - [2026-05-04 02:08:32] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003374 10.0.0.33 - - [2026-05-04 02:08:32] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.33 - - [2026-05-04 02:08:32] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006986 10.0.0.33 - - [2026-05-04 02:08:32] "POST /id-to-fqname HTTP/1.1" 200 201 0.001170 10.0.0.33 - - [2026-05-04 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.007240 10.0.0.33 - - [2026-05-04 02:08:32] "POST /security-groups HTTP/1.1" 200 602 0.068740 10.0.0.33 - - [2026-05-04 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.003124 10.0.0.33 - - [2026-05-04 02:08:32] "POST /projects HTTP/1.1" 200 607 0.231729 10.0.0.33 - - [2026-05-04 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.266550 10.0.0.33 - - [2026-05-04 02:08:32] "POST /access-control-lists HTTP/1.1" 200 607 0.059767 10.0.0.33 - - [2026-05-04 02:08:32] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.396666 10.0.0.33 - - [2026-05-04 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 244 0.005633 10.0.0.33 - - [2026-05-04 02:08:33] "POST /access-control-lists HTTP/1.1" 200 605 0.061709 10.0.0.33 - - [2026-05-04 02:08:34] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.33 - - [2026-05-04 02:08:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.002022 10.0.0.33 - - [2026-05-04 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.063502 10.0.0.33 - - [2026-05-04 02:08:35] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000968 10.0.0.33 - - [2026-05-04 02:08:35] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.035888 10.0.0.33 - - [2026-05-04 02:08:35] "POST /neutron/network HTTP/1.1" 200 117 0.046788 10.0.0.33 - - [2026-05-04 02:08:35] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001900 10.0.0.33 - - [2026-05-04 02:08:35] "POST /neutron/network HTTP/1.1" 200 620 0.089263 10.0.0.33 - - [2026-05-04 02:08:35] "POST /route-targets HTTP/1.1" 200 327 0.017045 10.0.0.33 - - [2026-05-04 02:08:35] "POST /ref-update HTTP/1.1" 200 156 0.016843 10.0.0.33 - - [2026-05-04 02:08:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004088 10.0.0.33 - - [2026-05-04 02:08:35] "POST /neutron/subnet HTTP/1.1" 200 714 0.143913 10.0.0.33 - - [2026-05-04 02:08:35] "POST /neutron/network HTTP/1.1" 200 837 0.006836 10.0.0.33 - - [2026-05-04 02:08:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001217 10.0.0.33 - - [2026-05-04 02:08:35] "GET /virtual-network/baffd48b-22c6-4d91-845c-11c1ed3f67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005020 10.0.0.33 - - [2026-05-04 02:08:36] "POST /neutron/network HTTP/1.1" 200 837 0.006195 10.0.0.33 - - [2026-05-04 02:08:36] "GET /virtual-network/baffd48b-22c6-4d91-845c-11c1ed3f67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006012 10.0.0.33 - - [2026-05-04 02:08:36] "POST /neutron/network HTTP/1.1" 200 837 0.009193 10.0.0.33 - - [2026-05-04 02:08:36] "POST /neutron/subnet HTTP/1.1" 200 714 0.008148 10.0.0.33 - - [2026-05-04 02:08:36] "GET /domains HTTP/1.1" 401 292 0.000501 10.0.0.33 - - [2026-05-04 02:08:36] "GET /domains HTTP/1.1" 200 280 0.034778 10.0.0.33 - - [2026-05-04 02:08:36] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.33 - - [2026-05-04 02:08:36] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2584 0.012796 10.0.0.33 - - [2026-05-04 02:08:36] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000990 10.0.0.33 - - [2026-05-04 02:08:36] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908 HTTP/1.1" 200 2169 0.068811 10.0.0.33 - - [2026-05-04 02:08:36] "GET /virtual-network/baffd48b-22c6-4d91-845c-11c1ed3f67ab HTTP/1.1" 200 2335 0.006331 10.0.0.33 - - [2026-05-04 02:08:36] "GET /virtual-network/baffd48b-22c6-4d91-845c-11c1ed3f67ab HTTP/1.1" 200 2335 0.004417 10.0.0.33 - - [2026-05-04 02:08:36] "GET /routing-instance/ea81195e-d79d-41bc-bf42-dd3e4a5263fb HTTP/1.1" 200 1495 0.004349 10.0.0.33 - - [2026-05-04 02:08:36] "GET /routing-instance/ea81195e-d79d-41bc-bf42-dd3e4a5263fb HTTP/1.1" 200 1495 0.003339 10.0.0.33 - - [2026-05-04 02:08:36] "GET /route-target/efefff92-a7c8-4293-8c39-682e8ef86e90 HTTP/1.1" 200 1220 0.003189 10.0.0.33 - - [2026-05-04 02:08:36] "GET /virtual-network/baffd48b-22c6-4d91-845c-11c1ed3f67ab HTTP/1.1" 200 2335 0.005864 10.0.0.33 - - [2026-05-04 02:08:36] "GET /routing-instance/ea81195e-d79d-41bc-bf42-dd3e4a5263fb HTTP/1.1" 200 1495 0.004077 10.0.0.33 - - [2026-05-04 02:08:36] "GET /virtual-network/baffd48b-22c6-4d91-845c-11c1ed3f67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005111 10.0.0.33 - - [2026-05-04 02:08:36] "GET /virtual-network/baffd48b-22c6-4d91-845c-11c1ed3f67ab HTTP/1.1" 200 2335 0.004561 10.0.0.33 - - [2026-05-04 02:08:36] "GET /routing-instance/ea81195e-d79d-41bc-bf42-dd3e4a5263fb HTTP/1.1" 200 1495 0.003350 10.0.0.33 - - [2026-05-04 02:08:36] "GET /routing-instance/ea81195e-d79d-41bc-bf42-dd3e4a5263fb HTTP/1.1" 200 1495 0.003668 10.0.0.33 - - [2026-05-04 02:08:36] "GET /route-target/efefff92-a7c8-4293-8c39-682e8ef86e90 HTTP/1.1" 200 1220 0.002979 10.0.0.33 - - [2026-05-04 02:08:36] "GET /domains HTTP/1.1" 200 280 0.003111 10.0.0.33 - - [2026-05-04 02:08:36] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.33 - - [2026-05-04 02:08:36] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2584 0.008102 10.0.0.33 - - [2026-05-04 02:08:36] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000917 10.0.0.33 - - [2026-05-04 02:08:36] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908 HTTP/1.1" 200 2169 0.071253 10.0.0.33 - - [2026-05-04 02:08:36] "GET /virtual-network/baffd48b-22c6-4d91-845c-11c1ed3f67ab HTTP/1.1" 200 2335 0.005328 10.0.0.33 - - [2026-05-04 02:08:37] "GET /obj-perms HTTP/1.1" 200 5052 0.061757 10.0.0.33 - - [2026-05-04 02:08:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001542 10.0.0.33 - - [2026-05-04 02:08:38] "POST /neutron/network HTTP/1.1" 200 847 0.006086 10.0.0.33 - - [2026-05-04 02:08:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2026-05-04 02:08:39] "GET / HTTP/1.1" 200 35931 0.001593 10.0.0.33 - - [2026-05-04 02:08:39] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.33 - - [2026-05-04 02:08:39] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001097 10.0.0.33 - - [2026-05-04 02:08:39] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.064564 10.0.0.33 - - [2026-05-04 02:08:40] "POST /neutron/network HTTP/1.1" 200 837 0.042787 10.0.0.33 - - [2026-05-04 02:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.005563 10.0.0.33 - - [2026-05-04 02:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.005467 10.0.0.33 - - [2026-05-04 02:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.018637 10.0.0.33 - - [2026-05-04 02:08:41] "POST /neutron/network HTTP/1.1" 200 847 0.006431 10.0.0.33 - - [2026-05-04 02:08:41] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001563 10.0.0.33 - - [2026-05-04 02:08:41] "POST /neutron/port HTTP/1.1" 200 1069 0.234860 10.0.0.33 - - [2026-05-04 02:08:42] "POST /neutron/port HTTP/1.1" 200 1069 0.042824 10.0.0.33 - - [2026-05-04 02:08:42] "POST /neutron/port HTTP/1.1" 200 1069 0.014025 10.0.0.33 - - [2026-05-04 02:08:42] "POST /neutron/port HTTP/1.1" 200 1123 0.067529 10.0.0.33 - - [2026-05-04 02:08:42] "POST /neutron/port HTTP/1.1" 200 1133 0.013577 10.0.0.33 - - [2026-05-04 02:08:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003566 10.0.0.33 - - [2026-05-04 02:08:42] "POST /neutron/subnet HTTP/1.1" 200 688 0.007539 10.0.0.33 - - [2026-05-04 02:08:42] "POST /neutron/port HTTP/1.1" 200 117 0.001642 10.0.0.33 - - [2026-05-04 02:08:42] "POST /neutron/network HTTP/1.1" 200 837 0.008005 10.0.0.33 - - [2026-05-04 02:08:45] "POST /neutron/port HTTP/1.1" 200 1133 0.014130 10.0.0.33 - - [2026-05-04 02:08:45] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007890 10.0.0.33 - - [2026-05-04 02:08:50] "POST /neutron/port HTTP/1.1" 200 1133 0.017467 10.0.0.33 - - [2026-05-04 02:08:50] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006559 10.0.0.33 - - [2026-05-04 02:08:50] "GET /obj-perms HTTP/1.1" 200 5052 0.005653 10.0.0.33 - - [2026-05-04 02:08:51] "GET /obj-perms HTTP/1.1" 200 5052 0.004032 10.0.0.33 - - [2026-05-04 02:08:52] "GET /obj-perms HTTP/1.1" 200 5052 0.003790 10.0.0.33 - - [2026-05-04 02:08:53] "GET /obj-perms HTTP/1.1" 200 5052 0.003724 10.0.0.33 - - [2026-05-04 02:08:54] "GET /obj-perms HTTP/1.1" 200 5052 0.003998 10.0.0.33 - - [2026-05-04 02:08:56] "POST /neutron/network HTTP/1.1" 200 837 0.006537 10.0.0.33 - - [2026-05-04 02:08:56] "POST /neutron/network HTTP/1.1" 400 204 0.012642 10.0.0.33 - - [2026-05-04 02:08:56] "POST /neutron/port HTTP/1.1" 200 1133 0.013588 10.0.0.33 - - [2026-05-04 02:08:56] "POST /neutron/port HTTP/1.1" 200 1123 0.013993 10.0.0.33 - - [2026-05-04 02:08:56] "POST /neutron/port HTTP/1.1" 200 151 0.117997 10.0.0.33 - - [2026-05-04 02:08:58] "POST /neutron/network HTTP/1.1" 200 837 0.008429 10.0.0.33 - - [2026-05-04 02:08:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003270 10.0.0.33 - - [2026-05-04 02:08:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002075 10.0.0.33 - - [2026-05-04 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007745 10.0.0.33 - - [2026-05-04 02:08:58] "POST /neutron/network HTTP/1.1" 200 151 0.106754 10.0.0.33 - - [2026-05-04 02:08:58] "GET /routing-instance/ea81195e-d79d-41bc-bf42-dd3e4a5263fb HTTP/1.1" 404 171 0.003177 10.0.0.33 - - [2026-05-04 02:08:58] "GET /domains HTTP/1.1" 200 280 0.002306 10.0.0.33 - - [2026-05-04 02:08:58] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.33 - - [2026-05-04 02:08:58] "DELETE /route-target/efefff92-a7c8-4293-8c39-682e8ef86e90 HTTP/1.1" 200 115 0.028130 10.0.0.33 - - [2026-05-04 02:08:58] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2584 0.049891 10.0.0.33 - - [2026-05-04 02:08:58] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001468 10.0.0.33 - - [2026-05-04 02:08:58] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908 HTTP/1.1" 200 1919 0.072853 10.0.0.33 - - [2026-05-04 02:08:58] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001114 10.0.0.33 - - [2026-05-04 02:08:58] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.027482 10.0.0.33 - - [2026-05-04 02:08:58] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001110 10.0.0.33 - - [2026-05-04 02:08:58] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?fields=virtual_networks HTTP/1.1" 200 1055 0.070096 10.0.0.33 - - [2026-05-04 02:08:58] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001293 10.0.0.33 - - [2026-05-04 02:08:58] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.033003 10.0.0.33 - - [2026-05-04 02:08:58] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.33 - - [2026-05-04 02:08:58] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?fields=security_groups HTTP/1.1" 200 1292 0.030320 10.0.0.33 - - [2026-05-04 02:08:59] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001377 10.0.0.33 - - [2026-05-04 02:08:59] "GET /project/d3de816f-fffd-4f41-a711-5503f3482b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.031778 10.0.0.33 - - [2026-05-04 02:09:03] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001342 10.0.0.33 - - [2026-05-04 02:09:03] "GET /project/d3de816f-fffd-4f41-a711-5503f3482b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.037921 10.0.0.33 - - [2026-05-04 02:09:03] "GET /documentation/index.html HTTP/1.1" 200 219571 0.005545 10.0.0.33 - - [2026-05-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.034110 10.0.0.33 - - [2026-05-04 02:09:04] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002564 10.0.0.33 - - [2026-05-04 02:09:04] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.33 - - [2026-05-04 02:09:04] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009160 10.0.0.33 - - [2026-05-04 02:09:04] "POST /id-to-fqname HTTP/1.1" 200 202 0.001366 10.0.0.33 - - [2026-05-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.003265 10.0.0.33 - - [2026-05-04 02:09:04] "POST /security-groups HTTP/1.1" 200 603 0.083908 10.0.0.33 - - [2026-05-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 404 246 0.005798 10.0.0.33 - - [2026-05-04 02:09:04] "POST /projects HTTP/1.1" 200 609 0.248439 10.0.0.33 - - [2026-05-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.322701 10.0.0.33 - - [2026-05-04 02:09:04] "POST /access-control-lists HTTP/1.1" 200 608 0.071391 10.0.0.33 - - [2026-05-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.005124 10.0.0.33 - - [2026-05-04 02:09:04] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.462628 10.0.0.33 - - [2026-05-04 02:09:05] "POST /access-control-lists HTTP/1.1" 200 606 0.077791 10.0.0.33 - - [2026-05-04 02:09:06] "GET / HTTP/1.1" 200 35931 0.002036 10.0.0.33 - - [2026-05-04 02:09:06] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001048 10.0.0.33 - - [2026-05-04 02:09:06] "GET /project/d3de816f-fffd-4f41-a711-5503f3482b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.040126 10.0.0.33 - - [2026-05-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.33 - - [2026-05-04 02:09:07] "GET /security-group/521a302d-e777-4484-a398-c5712086408f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.006771 10.0.0.33 - - [2026-05-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.33 - - [2026-05-04 02:09:07] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001316 10.0.0.33 - - [2026-05-04 02:09:07] "GET /project/d3de816f-fffd-4f41-a711-5503f3482b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.035699 10.0.0.33 - - [2026-05-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.33 - - [2026-05-04 02:09:07] "GET /security-group/521a302d-e777-4484-a398-c5712086408f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004275 10.0.0.33 - - [2026-05-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.33 - - [2026-05-04 02:09:07] "PUT /security-group/521a302d-e777-4484-a398-c5712086408f HTTP/1.1" 200 262 0.016436 10.0.0.33 - - [2026-05-04 02:09:07] "PUT /access-control-list/aa269ac9-7056-42de-816d-566a5f2ba6bb HTTP/1.1" 200 272 0.016700 10.0.0.33 - - [2026-05-04 02:09:07] "PUT /access-control-list/6098dd50-6f48-4efa-af15-32b975080fb9 HTTP/1.1" 200 272 0.014416 10.0.0.33 - - [2026-05-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.33 - - [2026-05-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.067417 10.0.0.33 - - [2026-05-04 02:09:08] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.33 - - [2026-05-04 02:09:08] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.026692 10.0.0.33 - - [2026-05-04 02:09:08] "POST /neutron/network HTTP/1.1" 200 117 0.046195 10.0.0.33 - - [2026-05-04 02:09:08] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.33 - - [2026-05-04 02:09:08] "POST /neutron/network HTTP/1.1" 200 619 0.079982 10.0.0.33 - - [2026-05-04 02:09:08] "POST /route-targets HTTP/1.1" 200 327 0.022613 10.0.0.33 - - [2026-05-04 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.015807 10.0.0.33 - - [2026-05-04 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002929 10.0.0.33 - - [2026-05-04 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.198157 10.0.0.33 - - [2026-05-04 02:09:08] "POST /neutron/network HTTP/1.1" 200 839 0.012582 10.0.0.33 - - [2026-05-04 02:09:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001409 10.0.0.33 - - [2026-05-04 02:09:08] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005709 10.0.0.33 - - [2026-05-04 02:09:08] "POST /neutron/network HTTP/1.1" 200 839 0.006375 10.0.0.33 - - [2026-05-04 02:09:08] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005202 10.0.0.33 - - [2026-05-04 02:09:08] "POST /neutron/network HTTP/1.1" 200 839 0.006624 10.0.0.33 - - [2026-05-04 02:09:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.008215 10.0.0.33 - - [2026-05-04 02:09:09] "GET /domains HTTP/1.1" 401 292 0.000448 10.0.0.33 - - [2026-05-04 02:09:09] "GET /domains HTTP/1.1" 200 280 0.028934 10.0.0.33 - - [2026-05-04 02:09:09] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.33 - - [2026-05-04 02:09:09] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2782 0.009426 10.0.0.33 - - [2026-05-04 02:09:09] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001477 10.0.0.33 - - [2026-05-04 02:09:09] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e HTTP/1.1" 200 2173 0.073399 10.0.0.33 - - [2026-05-04 02:09:09] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db HTTP/1.1" 200 2342 0.006594 10.0.0.33 - - [2026-05-04 02:09:09] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db HTTP/1.1" 200 2342 0.005890 10.0.0.33 - - [2026-05-04 02:09:09] "GET /routing-instance/c604d385-7650-4c17-bae9-b4846e753609 HTTP/1.1" 200 1492 0.003949 10.0.0.33 - - [2026-05-04 02:09:09] "GET /routing-instance/c604d385-7650-4c17-bae9-b4846e753609 HTTP/1.1" 200 1492 0.003963 10.0.0.33 - - [2026-05-04 02:09:09] "GET /route-target/c464374b-44eb-4041-aeb3-7011dd1ac2a4 HTTP/1.1" 200 1219 0.004074 10.0.0.33 - - [2026-05-04 02:09:09] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db HTTP/1.1" 200 2342 0.006224 10.0.0.33 - - [2026-05-04 02:09:09] "GET /routing-instance/c604d385-7650-4c17-bae9-b4846e753609 HTTP/1.1" 200 1492 0.004473 10.0.0.33 - - [2026-05-04 02:09:09] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005832 10.0.0.33 - - [2026-05-04 02:09:09] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db HTTP/1.1" 200 2342 0.005398 10.0.0.33 - - [2026-05-04 02:09:09] "GET /routing-instance/c604d385-7650-4c17-bae9-b4846e753609 HTTP/1.1" 200 1492 0.003694 10.0.0.33 - - [2026-05-04 02:09:09] "GET /routing-instance/c604d385-7650-4c17-bae9-b4846e753609 HTTP/1.1" 200 1492 0.005149 10.0.0.33 - - [2026-05-04 02:09:09] "GET /route-target/c464374b-44eb-4041-aeb3-7011dd1ac2a4 HTTP/1.1" 200 1219 0.003483 10.0.0.33 - - [2026-05-04 02:09:09] "GET /domains HTTP/1.1" 200 280 0.004025 10.0.0.33 - - [2026-05-04 02:09:09] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.33 - - [2026-05-04 02:09:09] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2782 0.008397 10.0.0.33 - - [2026-05-04 02:09:09] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.33 - - [2026-05-04 02:09:09] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e HTTP/1.1" 200 2173 0.071027 10.0.0.33 - - [2026-05-04 02:09:09] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db HTTP/1.1" 200 2342 0.005335 10.0.0.33 - - [2026-05-04 02:09:10] "GET /obj-perms HTTP/1.1" 200 5054 0.068257 10.0.0.33 - - [2026-05-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.33 - - [2026-05-04 02:09:10] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001492 10.0.0.33 - - [2026-05-04 02:09:10] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.025875 10.0.0.33 - - [2026-05-04 02:09:10] "POST /neutron/network HTTP/1.1" 200 117 0.014716 10.0.0.33 - - [2026-05-04 02:09:10] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.33 - - [2026-05-04 02:09:10] "POST /neutron/network HTTP/1.1" 200 619 0.084714 10.0.0.33 - - [2026-05-04 02:09:10] "POST /route-targets HTTP/1.1" 200 327 0.013546 10.0.0.33 - - [2026-05-04 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.015247 10.0.0.33 - - [2026-05-04 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003894 10.0.0.33 - - [2026-05-04 02:09:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.197619 10.0.0.33 - - [2026-05-04 02:09:10] "POST /neutron/network HTTP/1.1" 200 837 0.008502 10.0.0.33 - - [2026-05-04 02:09:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001774 10.0.0.33 - - [2026-05-04 02:09:10] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006239 10.0.0.33 - - [2026-05-04 02:09:10] "POST /neutron/network HTTP/1.1" 200 837 0.007125 10.0.0.33 - - [2026-05-04 02:09:10] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005328 10.0.0.33 - - [2026-05-04 02:09:10] "POST /neutron/network HTTP/1.1" 200 837 0.006001 10.0.0.33 - - [2026-05-04 02:09:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.009083 10.0.0.33 - - [2026-05-04 02:09:10] "GET /domains HTTP/1.1" 200 280 0.002995 10.0.0.33 - - [2026-05-04 02:09:10] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001433 10.0.0.33 - - [2026-05-04 02:09:10] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2782 0.007631 10.0.0.33 - - [2026-05-04 02:09:10] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.33 - - [2026-05-04 02:09:10] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e HTTP/1.1" 200 2401 0.074833 10.0.0.33 - - [2026-05-04 02:09:10] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e HTTP/1.1" 200 2336 0.006164 10.0.0.33 - - [2026-05-04 02:09:10] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e HTTP/1.1" 200 2336 0.004940 10.0.0.33 - - [2026-05-04 02:09:10] "GET /routing-instance/ab68846a-0101-4242-b383-8ba3ae0c726e HTTP/1.1" 200 1492 0.004685 10.0.0.33 - - [2026-05-04 02:09:10] "GET /routing-instance/ab68846a-0101-4242-b383-8ba3ae0c726e HTTP/1.1" 200 1492 0.003581 10.0.0.33 - - [2026-05-04 02:09:10] "GET /route-target/5a50752f-167c-4102-b246-d5a92279f91e HTTP/1.1" 200 1218 0.004663 10.0.0.33 - - [2026-05-04 02:09:10] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e HTTP/1.1" 200 2336 0.004584 10.0.0.33 - - [2026-05-04 02:09:10] "GET /routing-instance/ab68846a-0101-4242-b383-8ba3ae0c726e HTTP/1.1" 200 1492 0.003739 10.0.0.33 - - [2026-05-04 02:09:10] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005300 10.0.0.33 - - [2026-05-04 02:09:10] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e HTTP/1.1" 200 2336 0.005425 10.0.0.33 - - [2026-05-04 02:09:10] "GET /routing-instance/ab68846a-0101-4242-b383-8ba3ae0c726e HTTP/1.1" 200 1492 0.009562 10.0.0.33 - - [2026-05-04 02:09:10] "GET /routing-instance/ab68846a-0101-4242-b383-8ba3ae0c726e HTTP/1.1" 200 1492 0.005199 10.0.0.33 - - [2026-05-04 02:09:10] "GET /route-target/5a50752f-167c-4102-b246-d5a92279f91e HTTP/1.1" 200 1218 0.004353 10.0.0.33 - - [2026-05-04 02:09:10] "GET /domains HTTP/1.1" 200 280 0.003001 10.0.0.33 - - [2026-05-04 02:09:10] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.33 - - [2026-05-04 02:09:10] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2782 0.007463 10.0.0.33 - - [2026-05-04 02:09:10] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001183 10.0.0.33 - - [2026-05-04 02:09:10] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e HTTP/1.1" 200 2401 0.074374 10.0.0.33 - - [2026-05-04 02:09:10] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e HTTP/1.1" 200 2336 0.004909 10.0.0.33 - - [2026-05-04 02:09:11] "GET /obj-perms HTTP/1.1" 200 5054 0.004199 10.0.0.33 - - [2026-05-04 02:09:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001773 10.0.0.33 - - [2026-05-04 02:09:11] "DELETE /project/d3de816ffffd4f41a7115503f3482b77 HTTP/1.1" 404 173 0.009526 10.0.0.33 - - [2026-05-04 02:09:11] "DELETE /project/489c7edeb5904bac84766d65c50fd80e HTTP/1.1" 404 173 0.008480 10.0.0.33 - - [2026-05-04 02:09:11] "DELETE /project/efeb0691fb1f497fbd6566c995d6a908 HTTP/1.1" 404 173 0.007319 10.0.0.33 - - [2026-05-04 02:09:11] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000948 10.0.0.33 - - [2026-05-04 02:09:11] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.031782 10.0.0.33 - - [2026-05-04 02:09:11] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000929 10.0.0.33 - - [2026-05-04 02:09:11] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?fields=security_groups HTTP/1.1" 200 1397 0.085011 10.0.0.33 - - [2026-05-04 02:09:11] "POST /neutron/network HTTP/1.1" 200 847 0.018639 10.0.0.33 - - [2026-05-04 02:09:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.33 - - [2026-05-04 02:09:11] "DELETE /security-group/36f28d4a-3d95-414a-8d59-55e8b91ba880 HTTP/1.1" 200 115 0.045071 10.0.0.33 - - [2026-05-04 02:09:11] "GET /projects?obj_uuids=efeb0691-fb1f-497f-bd65-66c995d6a908&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001347 10.0.0.33 - - [2026-05-04 02:09:11] "DELETE /access-control-list/1f5d7c62-c12f-4d87-806c-e219a7faaff8 HTTP/1.1" 200 115 0.046251 10.0.0.33 - - [2026-05-04 02:09:11] "GET /project/efeb0691-fb1f-497f-bd65-66c995d6a908?fields=application_policy_sets HTTP/1.1" 200 1436 0.039113 10.0.0.33 - - [2026-05-04 02:09:11] "DELETE /access-control-list/d83eaf3c-29e7-4181-a962-824a983a67dc HTTP/1.1" 200 115 0.027888 10.0.0.33 - - [2026-05-04 02:09:11] "DELETE /project/efeb0691-fb1f-497f-bd65-66c995d6a908 HTTP/1.1" 200 115 0.387114 10.0.0.33 - - [2026-05-04 02:09:11] "GET / HTTP/1.1" 200 35931 0.002684 10.0.0.33 - - [2026-05-04 02:09:11] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000502 10.0.0.33 - - [2026-05-04 02:09:11] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180 10.0.0.33 - - [2026-05-04 02:09:11] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.064415 10.0.0.33 - - [2026-05-04 02:09:11] "POST /neutron/network HTTP/1.1" 200 837 0.006018 10.0.0.33 - - [2026-05-04 02:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.005461 10.0.0.33 - - [2026-05-04 02:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.005651 10.0.0.33 - - [2026-05-04 02:09:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001623 10.0.0.33 - - [2026-05-04 02:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.010442 10.0.0.33 - - [2026-05-04 02:09:12] "POST /neutron/network HTTP/1.1" 200 849 0.005589 10.0.0.33 - - [2026-05-04 02:09:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.33 - - [2026-05-04 02:09:12] "POST /neutron/network HTTP/1.1" 200 847 0.005734 10.0.0.33 - - [2026-05-04 02:09:12] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.33 - - [2026-05-04 02:09:12] "GET / HTTP/1.1" 200 35931 0.001878 10.0.0.33 - - [2026-05-04 02:09:12] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.33 - - [2026-05-04 02:09:12] "POST /neutron/port HTTP/1.1" 200 1071 0.245405 10.0.0.33 - - [2026-05-04 02:09:12] "POST /neutron/port HTTP/1.1" 200 1071 0.011717 10.0.0.33 - - [2026-05-04 02:09:12] "POST /neutron/port HTTP/1.1" 200 1071 0.010994 10.0.0.33 - - [2026-05-04 02:09:12] "POST /neutron/port HTTP/1.1" 200 1125 0.098752 10.0.0.33 - - [2026-05-04 02:09:13] "POST /neutron/port HTTP/1.1" 200 1135 0.016276 10.0.0.33 - - [2026-05-04 02:09:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004247 10.0.0.33 - - [2026-05-04 02:09:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.010029 10.0.0.33 - - [2026-05-04 02:09:13] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.33 - - [2026-05-04 02:09:13] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.062997 10.0.0.33 - - [2026-05-04 02:09:13] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.33 - - [2026-05-04 02:09:13] "POST /neutron/network HTTP/1.1" 200 839 0.007639 10.0.0.33 - - [2026-05-04 02:09:13] "POST /neutron/network HTTP/1.1" 200 837 0.005321 10.0.0.33 - - [2026-05-04 02:09:13] "POST /neutron/port HTTP/1.1" 200 1135 0.014601 10.0.0.33 - - [2026-05-04 02:09:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006871 10.0.0.33 - - [2026-05-04 02:09:13] "POST /neutron/port HTTP/1.1" 200 117 0.005338 10.0.0.33 - - [2026-05-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008377 10.0.0.33 - - [2026-05-04 02:09:13] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974 10.0.0.33 - - [2026-05-04 02:09:13] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042053 10.0.0.33 - - [2026-05-04 02:09:13] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006264 10.0.0.33 - - [2026-05-04 02:09:13] "GET /floating-ip-pools?parent_id=272baf7e-6d0e-466d-b6b5-2f52eba036db&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003008 10.0.0.33 - - [2026-05-04 02:09:13] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005685 10.0.0.33 - - [2026-05-04 02:09:13] "POST /floating-ip-pools HTTP/1.1" 200 609 0.027064 10.0.0.33 - - [2026-05-04 02:09:13] "POST /neutron/network HTTP/1.1" 200 849 0.010177 10.0.0.33 - - [2026-05-04 02:09:13] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001708 10.0.0.33 - - [2026-05-04 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.020629 10.0.0.33 - - [2026-05-04 02:09:13] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.016737 10.0.0.33 - - [2026-05-04 02:09:14] "GET /domains HTTP/1.1" 200 280 0.007767 10.0.0.33 - - [2026-05-04 02:09:14] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.33 - - [2026-05-04 02:09:14] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2585 0.049381 10.0.0.33 - - [2026-05-04 02:09:14] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.33 - - [2026-05-04 02:09:14] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e HTTP/1.1" 200 3243 0.075651 10.0.0.33 - - [2026-05-04 02:09:14] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db HTTP/1.1" 200 2933 0.012282 10.0.0.33 - - [2026-05-04 02:09:14] "GET /floating-ip-pool/5b09dad7-78df-4d95-a520-0393c80a9af2 HTTP/1.1" 200 1440 0.005770 10.0.0.33 - - [2026-05-04 02:09:14] "GET /domains HTTP/1.1" 200 280 0.003546 10.0.0.33 - - [2026-05-04 02:09:14] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.33 - - [2026-05-04 02:09:14] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2585 0.008506 10.0.0.33 - - [2026-05-04 02:09:14] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001039 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/port HTTP/1.1" 200 1073 0.388204 10.0.0.33 - - [2026-05-04 02:09:14] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e HTTP/1.1" 200 3243 0.098554 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/port HTTP/1.1" 200 1073 0.034406 10.0.0.33 - - [2026-05-04 02:09:14] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db HTTP/1.1" 200 3154 0.027049 10.0.0.33 - - [2026-05-04 02:09:14] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009629 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/port HTTP/1.1" 200 1073 0.040401 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/port HTTP/1.1" 200 1127 0.129636 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/port HTTP/1.1" 200 1135 0.033281 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008315 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/port HTTP/1.1" 200 1137 0.013862 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006754 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.008980 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/port HTTP/1.1" 200 117 0.001617 10.0.0.33 - - [2026-05-04 02:09:14] "POST /neutron/network HTTP/1.1" 200 839 0.007358 10.0.0.33 - - [2026-05-04 02:09:17] "GET /obj-perms HTTP/1.1" 200 5056 0.065989 10.0.0.33 - - [2026-05-04 02:09:17] "GET /obj-perms HTTP/1.1" 200 5056 0.057776 10.0.0.33 - - [2026-05-04 02:09:19] "POST /neutron/port HTTP/1.1" 200 1135 0.014670 10.0.0.33 - - [2026-05-04 02:09:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007349 10.0.0.33 - - [2026-05-04 02:09:19] "POST /neutron/port HTTP/1.1" 200 1135 0.019329 10.0.0.33 - - [2026-05-04 02:09:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007232 10.0.0.33 - - [2026-05-04 02:09:19] "POST /neutron/port HTTP/1.1" 200 1135 0.039832 10.0.0.33 - - [2026-05-04 02:09:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007406 10.0.0.33 - - [2026-05-04 02:09:19] "GET /virtual-machine/31c75531-765f-46e8-ad6b-4c23c06e8121 HTTP/1.1" 200 1304 0.014771 10.0.0.33 - - [2026-05-04 02:09:19] "GET /virtual-machine-interface/d6797211-4e10-40d9-9ea4-eea09d9b2fe5 HTTP/1.1" 200 3004 0.005342 10.0.0.33 - - [2026-05-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.33 - - [2026-05-04 02:09:19] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005993 10.0.0.33 - - [2026-05-04 02:09:20] "GET /virtual-networks?parent_id=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003237 10.0.0.33 - - [2026-05-04 02:09:20] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006673 10.0.0.33 - - [2026-05-04 02:09:22] "POST /neutron/port HTTP/1.1" 200 1135 0.040960 10.0.0.33 - - [2026-05-04 02:09:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006586 10.0.0.33 - - [2026-05-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.33 - - [2026-05-04 02:09:23] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006654 10.0.0.33 - - [2026-05-04 02:09:23] "POST /neutron/port HTTP/1.1" 200 1135 0.020128 10.0.0.33 - - [2026-05-04 02:09:23] "POST /neutron/port HTTP/1.1" 200 1135 0.016140 10.0.0.33 - - [2026-05-04 02:09:23] "POST /neutron/network HTTP/1.1" 200 847 0.007636 10.0.0.33 - - [2026-05-04 02:09:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004396 10.0.0.33 - - [2026-05-04 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.011185 10.0.0.33 - - [2026-05-04 02:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.002243 10.0.0.33 - - [2026-05-04 02:09:23] "POST /neutron/network HTTP/1.1" 200 837 0.006955 10.0.0.33 - - [2026-05-04 02:09:23] "POST /neutron/port HTTP/1.1" 200 1137 0.014286 10.0.0.33 - - [2026-05-04 02:09:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005622 10.0.0.33 - - [2026-05-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.33 - - [2026-05-04 02:09:25] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003126 10.0.0.33 - - [2026-05-04 02:09:25] "GET /virtual-networks?parent_id=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003131 10.0.0.33 - - [2026-05-04 02:09:25] "GET /virtual-network/24cd2c43-77e8-45d3-8ef9-893a4e5a325e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008443 10.0.0.33 - - [2026-05-04 02:09:25] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.33 - - [2026-05-04 02:09:25] "POST /neutron/floatingip HTTP/1.1" 200 531 0.082700 10.0.0.33 - - [2026-05-04 02:09:25] "POST /neutron/port HTTP/1.1" 200 1135 0.012490 10.0.0.33 - - [2026-05-04 02:09:25] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005341 10.0.0.33 - - [2026-05-04 02:09:25] "POST /neutron/floatingip HTTP/1.1" 200 577 0.034864 10.0.0.33 - - [2026-05-04 02:09:25] "POST /neutron/port HTTP/1.1" 200 1137 0.013013 10.0.0.33 - - [2026-05-04 02:09:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005913 10.0.0.33 - - [2026-05-04 02:09:25] "POST /neutron/port HTTP/1.1" 200 1137 0.014163 10.0.0.33 - - [2026-05-04 02:09:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007364 10.0.0.33 - - [2026-05-04 02:09:25] "POST /neutron/port HTTP/1.1" 200 1137 0.012333 10.0.0.33 - - [2026-05-04 02:09:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006308 10.0.0.33 - - [2026-05-04 02:09:25] "GET /virtual-machine/84bf17fb-796a-4e98-b015-173902181a81 HTTP/1.1" 200 1304 0.005145 10.0.0.33 - - [2026-05-04 02:09:25] "GET /virtual-machine-interface/648585c8-b528-4558-844c-714287fa5c45 HTTP/1.1" 200 3002 0.004935 10.0.0.33 - - [2026-05-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.33 - - [2026-05-04 02:09:25] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003228 10.0.0.33 - - [2026-05-04 02:09:26] "GET /virtual-networks?parent_id=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003376 10.0.0.33 - - [2026-05-04 02:09:26] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005526 10.0.0.33 - - [2026-05-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.33 - - [2026-05-04 02:09:27] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004092 10.0.0.33 - - [2026-05-04 02:09:27] "GET /virtual-networks?parent_id=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003225 10.0.0.33 - - [2026-05-04 02:09:27] "GET /virtual-network/272baf7e-6d0e-466d-b6b5-2f52eba036db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005643 10.0.0.33 - - [2026-05-04 02:09:27] "POST /neutron/floatingip HTTP/1.1" 200 577 0.013135 10.0.0.33 - - [2026-05-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.33 - - [2026-05-04 02:09:27] "GET /routing-instance/c604d385-7650-4c17-bae9-b4846e753609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003491 10.0.0.33 - - [2026-05-04 02:09:27] "GET /route-target/c464374b-44eb-4041-aeb3-7011dd1ac2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003918 10.0.0.33 - - [2026-05-04 02:09:27] "GET /floating-ip/18d7adc7-a2f5-4846-9421-498fcbab41c7 HTTP/1.1" 200 1888 0.005293 10.0.0.33 - - [2026-05-04 02:09:30] "POST /neutron/floatingip HTTP/1.1" 200 577 0.014583 10.0.0.33 - - [2026-05-04 02:09:30] "POST /neutron/floatingip HTTP/1.1" 200 531 0.016199 10.0.0.33 - - [2026-05-04 02:09:30] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006388 10.0.0.33 - - [2026-05-04 02:09:30] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031620 10.0.0.33 - - [2026-05-04 02:09:30] "GET /floating-ip-pool/5b09dad7-78df-4d95-a520-0393c80a9af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.002976 10.0.0.33 - - [2026-05-04 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.009166 10.0.0.33 - - [2026-05-04 02:09:30] "DELETE /floating-ip-pool/5b09dad7-78df-4d95-a520-0393c80a9af2 HTTP/1.1" 200 115 0.023382 10.0.0.33 - - [2026-05-04 02:09:30] "POST /neutron/network HTTP/1.1" 200 837 0.009607 10.0.0.33 - - [2026-05-04 02:09:30] "POST /neutron/network HTTP/1.1" 400 204 0.011037 10.0.0.33 - - [2026-05-04 02:09:31] "POST /neutron/port HTTP/1.1" 200 1137 0.016363 10.0.0.33 - - [2026-05-04 02:09:31] "POST /neutron/port HTTP/1.1" 200 1127 0.017204 10.0.0.33 - - [2026-05-04 02:09:31] "POST /neutron/port HTTP/1.1" 200 1135 0.015030 10.0.0.33 - - [2026-05-04 02:09:31] "POST /neutron/port HTTP/1.1" 200 1125 0.011348 10.0.0.33 - - [2026-05-04 02:09:31] "POST /neutron/port HTTP/1.1" 200 151 0.146777 10.0.0.33 - - [2026-05-04 02:09:31] "POST /neutron/port HTTP/1.1" 200 151 0.143303 10.0.0.33 - - [2026-05-04 02:09:32] "POST /neutron/network HTTP/1.1" 200 837 0.006552 10.0.0.33 - - [2026-05-04 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002959 10.0.0.33 - - [2026-05-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.33 - - [2026-05-04 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001863 10.0.0.33 - - [2026-05-04 02:09:33] "POST /neutron/network HTTP/1.1" 200 151 0.086030 10.0.0.33 - - [2026-05-04 02:09:33] "GET /routing-instance/ab68846a-0101-4242-b383-8ba3ae0c726e HTTP/1.1" 404 171 0.003196 10.0.0.33 - - [2026-05-04 02:09:33] "DELETE /route-target/5a50752f-167c-4102-b246-d5a92279f91e HTTP/1.1" 200 115 0.022615 10.0.0.33 - - [2026-05-04 02:09:33] "GET /domains HTTP/1.1" 200 280 0.002350 10.0.0.33 - - [2026-05-04 02:09:33] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.33 - - [2026-05-04 02:09:33] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2585 0.047779 10.0.0.33 - - [2026-05-04 02:09:33] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.33 - - [2026-05-04 02:09:33] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e HTTP/1.1" 200 2173 0.082065 10.0.0.33 - - [2026-05-04 02:09:33] "POST /neutron/network HTTP/1.1" 200 839 0.007765 10.0.0.33 - - [2026-05-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.33 - - [2026-05-04 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002887 10.0.0.33 - - [2026-05-04 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001993 10.0.0.33 - - [2026-05-04 02:09:33] "POST /neutron/network HTTP/1.1" 200 151 0.081760 10.0.0.33 - - [2026-05-04 02:09:33] "DELETE /route-target/c464374b-44eb-4041-aeb3-7011dd1ac2a4 HTTP/1.1" 200 115 0.020912 10.0.0.33 - - [2026-05-04 02:09:33] "GET /routing-instance/c604d385-7650-4c17-bae9-b4846e753609 HTTP/1.1" 404 171 0.002671 10.0.0.33 - - [2026-05-04 02:09:33] "GET /domains HTTP/1.1" 200 280 0.002540 10.0.0.33 - - [2026-05-04 02:09:33] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001392 10.0.0.33 - - [2026-05-04 02:09:33] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2585 0.048013 10.0.0.33 - - [2026-05-04 02:09:33] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.33 - - [2026-05-04 02:09:33] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e HTTP/1.1" 200 1923 0.073452 10.0.0.33 - - [2026-05-04 02:09:33] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.33 - - [2026-05-04 02:09:33] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.021566 10.0.0.33 - - [2026-05-04 02:09:33] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001276 10.0.0.33 - - [2026-05-04 02:09:33] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?fields=virtual_networks HTTP/1.1" 200 1055 0.071478 10.0.0.33 - - [2026-05-04 02:09:33] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.33 - - [2026-05-04 02:09:33] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.031834 10.0.0.33 - - [2026-05-04 02:09:34] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.33 - - [2026-05-04 02:09:34] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?fields=security_groups HTTP/1.1" 200 1293 0.034171 10.0.0.33 - - [2026-05-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.030863 10.0.0.33 - - [2026-05-04 02:09:35] "GET /projects?obj_uuids=46924bc2-3072-417e-a772-08e9ea6e6095&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003109 10.0.0.33 - - [2026-05-04 02:09:35] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001478 10.0.0.33 - - [2026-05-04 02:09:35] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009942 10.0.0.33 - - [2026-05-04 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001275 10.0.0.33 - - [2026-05-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.004307 10.0.0.33 - - [2026-05-04 02:09:35] "POST /security-groups HTTP/1.1" 200 586 0.068691 10.0.0.33 - - [2026-05-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.004845 10.0.0.33 - - [2026-05-04 02:09:35] "POST /projects HTTP/1.1" 200 575 0.214930 10.0.0.33 - - [2026-05-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.255728 10.0.0.33 - - [2026-05-04 02:09:35] "POST /access-control-lists HTTP/1.1" 200 591 0.067903 10.0.0.33 - - [2026-05-04 02:09:35] "GET /project/46924bc2-3072-417e-a772-08e9ea6e6095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.400630 10.0.0.33 - - [2026-05-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.003167 10.0.0.33 - - [2026-05-04 02:09:35] "POST /access-control-lists HTTP/1.1" 200 589 0.060522 10.0.0.33 - - [2026-05-04 02:09:36] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.33 - - [2026-05-04 02:09:37] "GET /projects?obj_uuids=46924bc2-3072-417e-a772-08e9ea6e6095&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001489 10.0.0.33 - - [2026-05-04 02:09:37] "GET /project/46924bc2-3072-417e-a772-08e9ea6e6095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.029030 10.0.0.33 - - [2026-05-04 02:09:37] "GET /projects?obj_uuids=46924bc2-3072-417e-a772-08e9ea6e6095&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001150 10.0.0.33 - - [2026-05-04 02:09:37] "GET /project/46924bc2-3072-417e-a772-08e9ea6e6095?fields=virtual_networks HTTP/1.1" 200 1022 0.072219 10.0.0.33 - - [2026-05-04 02:09:38] "GET /projects?obj_uuids=46924bc2-3072-417e-a772-08e9ea6e6095&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000943 10.0.0.33 - - [2026-05-04 02:09:38] "GET /project/46924bc2-3072-417e-a772-08e9ea6e6095?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.026700 10.0.0.33 - - [2026-05-04 02:09:38] "GET /projects?obj_uuids=46924bc2-3072-417e-a772-08e9ea6e6095&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.33 - - [2026-05-04 02:09:38] "GET /project/46924bc2-3072-417e-a772-08e9ea6e6095?fields=security_groups HTTP/1.1" 200 1243 0.023832 10.0.0.33 - - [2026-05-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.026340 10.0.0.33 - - [2026-05-04 02:09:39] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002835 10.0.0.33 - - [2026-05-04 02:09:39] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.33 - - [2026-05-04 02:09:39] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007143 10.0.0.33 - - [2026-05-04 02:09:39] "POST /id-to-fqname HTTP/1.1" 200 185 0.003192 10.0.0.33 - - [2026-05-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.003225 10.0.0.33 - - [2026-05-04 02:09:39] "POST /security-groups HTTP/1.1" 200 586 0.067777 10.0.0.33 - - [2026-05-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.003523 10.0.0.33 - - [2026-05-04 02:09:39] "POST /projects HTTP/1.1" 200 575 0.225731 10.0.0.33 - - [2026-05-04 02:09:39] "POST /access-control-lists HTTP/1.1" 200 591 0.063524 10.0.0.33 - - [2026-05-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.303737 10.0.0.33 - - [2026-05-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.003071 10.0.0.33 - - [2026-05-04 02:09:39] "GET /project/c3b030a0-b570-46ce-b57c-deb74dd5cef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.440825 10.0.0.33 - - [2026-05-04 02:09:39] "POST /access-control-lists HTTP/1.1" 200 589 0.069618 10.0.0.33 - - [2026-05-04 02:09:40] "GET / HTTP/1.1" 200 35931 0.001940 10.0.0.33 - - [2026-05-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.002912 10.0.0.33 - - [2026-05-04 02:09:41] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001020 10.0.0.33 - - [2026-05-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.003524 10.0.0.33 - - [2026-05-04 02:09:41] "POST /access-control-lists HTTP/1.1" 200 590 0.015581 10.0.0.33 - - [2026-05-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 227 0.002838 10.0.0.33 - - [2026-05-04 02:09:41] "POST /access-control-lists HTTP/1.1" 200 588 0.017918 10.0.0.33 - - [2026-05-04 02:09:41] "PUT /access-control-list/63773efb-33b8-432e-aef6-1bb5599b4f0d HTTP/1.1" 200 272 0.010036 10.0.0.33 - - [2026-05-04 02:09:41] "POST /neutron/security_group HTTP/1.1" 200 1364 0.374847 10.0.0.33 - - [2026-05-04 02:09:41] "PUT /access-control-list/63773efb-33b8-432e-aef6-1bb5599b4f0d HTTP/1.1" 200 272 0.012022 10.0.0.33 - - [2026-05-04 02:09:41] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001208 10.0.0.33 - - [2026-05-04 02:09:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030187 10.0.0.33 - - [2026-05-04 02:09:41] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009984 10.0.0.33 - - [2026-05-04 02:09:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125592 10.0.0.33 - - [2026-05-04 02:09:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007095 10.0.0.33 - - [2026-05-04 02:09:41] "PUT /access-control-list/63773efb-33b8-432e-aef6-1bb5599b4f0d HTTP/1.1" 200 272 0.014696 10.0.0.33 - - [2026-05-04 02:09:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.147280 10.0.0.33 - - [2026-05-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.002286 10.0.0.33 - - [2026-05-04 02:09:41] "PUT /access-control-list/63773efb-33b8-432e-aef6-1bb5599b4f0d HTTP/1.1" 200 272 0.011829 10.0.0.33 - - [2026-05-04 02:09:41] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001037 10.0.0.33 - - [2026-05-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.002570 10.0.0.33 - - [2026-05-04 02:09:42] "POST /access-control-lists HTTP/1.1" 200 590 0.021329 10.0.0.33 - - [2026-05-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 227 0.002794 10.0.0.33 - - [2026-05-04 02:09:42] "POST /access-control-lists HTTP/1.1" 200 588 0.015753 10.0.0.33 - - [2026-05-04 02:09:42] "PUT /access-control-list/e466f00d-f5f4-4f57-b437-d9e4aa269a40 HTTP/1.1" 200 272 0.013549 10.0.0.33 - - [2026-05-04 02:09:42] "POST /neutron/security_group HTTP/1.1" 200 1364 0.268894 10.0.0.33 - - [2026-05-04 02:09:42] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001374 10.0.0.33 - - [2026-05-04 02:09:42] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.033566 10.0.0.33 - - [2026-05-04 02:09:42] "PUT /access-control-list/e466f00d-f5f4-4f57-b437-d9e4aa269a40 HTTP/1.1" 200 272 0.011350 10.0.0.33 - - [2026-05-04 02:09:42] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008254 10.0.0.33 - - [2026-05-04 02:09:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139208 10.0.0.33 - - [2026-05-04 02:09:42] "PUT /access-control-list/e466f00d-f5f4-4f57-b437-d9e4aa269a40 HTTP/1.1" 200 272 0.009053 10.0.0.33 - - [2026-05-04 02:09:42] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009385 10.0.0.33 - - [2026-05-04 02:09:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142896 10.0.0.33 - - [2026-05-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2026-05-04 02:09:42] "PUT /access-control-list/e466f00d-f5f4-4f57-b437-d9e4aa269a40 HTTP/1.1" 200 272 0.009114 10.0.0.33 - - [2026-05-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.029950 10.0.0.33 - - [2026-05-04 02:09:42] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.33 - - [2026-05-04 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 245 0.002496 10.0.0.33 - - [2026-05-04 02:09:43] "POST /access-control-lists HTTP/1.1" 200 607 0.014480 10.0.0.33 - - [2026-05-04 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 244 0.002838 10.0.0.33 - - [2026-05-04 02:09:43] "POST /access-control-lists HTTP/1.1" 200 605 0.020614 10.0.0.33 - - [2026-05-04 02:09:43] "PUT /access-control-list/bda09ff7-c0ec-44b3-a192-42c78fced010 HTTP/1.1" 200 272 0.008690 10.0.0.33 - - [2026-05-04 02:09:43] "POST /neutron/security_group HTTP/1.1" 200 1379 0.345066 10.0.0.33 - - [2026-05-04 02:09:43] "PUT /access-control-list/bda09ff7-c0ec-44b3-a192-42c78fced010 HTTP/1.1" 200 272 0.008783 10.0.0.33 - - [2026-05-04 02:09:43] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.33 - - [2026-05-04 02:09:43] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.026202 10.0.0.33 - - [2026-05-04 02:09:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010472 10.0.0.33 - - [2026-05-04 02:09:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.166365 10.0.0.33 - - [2026-05-04 02:09:43] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012317 10.0.0.33 - - [2026-05-04 02:09:43] "PUT /access-control-list/bda09ff7-c0ec-44b3-a192-42c78fced010 HTTP/1.1" 200 272 0.023633 10.0.0.33 - - [2026-05-04 02:09:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.153899 10.0.0.33 - - [2026-05-04 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 210 0.004399 10.0.0.33 - - [2026-05-04 02:09:43] "PUT /access-control-list/bda09ff7-c0ec-44b3-a192-42c78fced010 HTTP/1.1" 200 272 0.008285 10.0.0.33 - - [2026-05-04 02:09:43] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001055 10.0.0.33 - - [2026-05-04 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 245 0.002631 10.0.0.33 - - [2026-05-04 02:09:43] "POST /access-control-lists HTTP/1.1" 200 607 0.018237 10.0.0.33 - - [2026-05-04 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 244 0.002908 10.0.0.33 - - [2026-05-04 02:09:43] "POST /access-control-lists HTTP/1.1" 200 605 0.017284 10.0.0.33 - - [2026-05-04 02:09:43] "PUT /access-control-list/6b3ed823-0d7f-43b2-9c17-ba70e05de0fd HTTP/1.1" 200 272 0.008424 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 1379 0.329437 10.0.0.33 - - [2026-05-04 02:09:44] "PUT /access-control-list/6b3ed823-0d7f-43b2-9c17-ba70e05de0fd HTTP/1.1" 200 272 0.011594 10.0.0.33 - - [2026-05-04 02:09:44] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001945 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.033385 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008114 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.094348 10.0.0.33 - - [2026-05-04 02:09:44] "PUT /access-control-list/6b3ed823-0d7f-43b2-9c17-ba70e05de0fd HTTP/1.1" 200 272 0.013485 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008707 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.095244 10.0.0.33 - - [2026-05-04 02:09:44] "PUT /access-control-list/6b3ed823-0d7f-43b2-9c17-ba70e05de0fd HTTP/1.1" 200 272 0.011273 10.0.0.33 - - [2026-05-04 02:09:44] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001001 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.047956 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004568 10.0.0.33 - - [2026-05-04 02:09:44] "POST /route-targets HTTP/1.1" 200 327 0.013521 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004857 10.0.0.33 - - [2026-05-04 02:09:44] "PUT /logical-router/ffdb2976-d801-43ff-8385-121eefe99f53 HTTP/1.1" 200 262 0.018815 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.006029 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004545 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004582 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003484 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003895 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004512 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004097 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004282 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003762 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003817 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003686 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003802 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004267 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003718 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003736 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004264 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004026 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003585 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.005188 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.004071 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003439 10.0.0.33 - - [2026-05-04 02:09:44] "POST /neutron/router HTTP/1.1" 200 541 0.003374 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003966 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003687 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004023 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004371 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003439 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003623 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003447 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003324 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.016101 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003686 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 542 0.024119 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 542 0.004444 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 151 0.041549 10.0.0.33 - - [2026-05-04 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.33 - - [2026-05-04 02:09:45] "GET /logical-router/ffdb2976-d801-43ff-8385-121eefe99f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002891 10.0.0.33 - - [2026-05-04 02:09:45] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001206 10.0.0.33 - - [2026-05-04 02:09:45] "DELETE /route-target/9c37b811-69d9-4b84-a3ac-3d330641f018 HTTP/1.1" 200 115 0.020895 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.047607 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003258 10.0.0.33 - - [2026-05-04 02:09:45] "POST /route-targets HTTP/1.1" 200 327 0.014955 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004749 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003529 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003666 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003611 10.0.0.33 - - [2026-05-04 02:09:45] "PUT /logical-router/873a707f-83a0-4a39-af80-c7c12beff069 HTTP/1.1" 200 262 0.021508 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004997 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003698 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003499 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003678 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003797 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003809 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004034 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003460 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003478 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003382 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004774 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004781 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003592 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004039 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003975 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004248 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004931 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004403 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004097 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004030 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004202 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004482 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003811 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.003823 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004603 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004208 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004567 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.017729 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 541 0.004356 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 542 0.021299 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 542 0.004426 10.0.0.33 - - [2026-05-04 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.33 - - [2026-05-04 02:09:45] "GET /logical-router/873a707f-83a0-4a39-af80-c7c12beff069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006084 10.0.0.33 - - [2026-05-04 02:09:45] "POST /neutron/router HTTP/1.1" 200 151 0.065029 10.0.0.33 - - [2026-05-04 02:09:45] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001618 10.0.0.33 - - [2026-05-04 02:09:45] "DELETE /route-target/795400f9-bd78-4f72-81de-5a71b863556b HTTP/1.1" 200 115 0.029972 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.069718 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004044 10.0.0.33 - - [2026-05-04 02:09:46] "POST /route-targets HTTP/1.1" 200 327 0.015931 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.005120 10.0.0.33 - - [2026-05-04 02:09:46] "PUT /logical-router/2e517a9a-6eaa-435f-9426-39e3f6b2b1a7 HTTP/1.1" 200 262 0.026975 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.005810 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.005722 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004293 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003947 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004061 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004708 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004681 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004126 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004623 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004093 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.005054 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004124 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003852 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.005078 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003781 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004412 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004533 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004612 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.004997 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.005883 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003693 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003487 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003996 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003685 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003868 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003757 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.005084 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003611 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003613 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003833 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.014596 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003562 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.016529 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 559 0.003707 10.0.0.33 - - [2026-05-04 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.33 - - [2026-05-04 02:09:46] "GET /logical-router/2e517a9a-6eaa-435f-9426-39e3f6b2b1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001786 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/router HTTP/1.1" 200 151 0.040700 10.0.0.33 - - [2026-05-04 02:09:46] "DELETE /route-target/17920b0f-63ae-4666-8b3e-7f6cdd404829 HTTP/1.1" 200 115 0.015813 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 521 0.004886 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.035965 10.0.0.33 - - [2026-05-04 02:09:46] "DELETE /access-control-list/358bd6b1-4bb6-4f25-a61c-5948b4974db9 HTTP/1.1" 200 115 0.023581 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 521 0.002823 10.0.0.33 - - [2026-05-04 02:09:46] "DELETE /access-control-list/6b3ed823-0d7f-43b2-9c17-ba70e05de0fd HTTP/1.1" 200 115 0.024089 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.074583 10.0.0.33 - - [2026-05-04 02:09:46] "DELETE /access-control-list/e00183e1-7314-4fe5-ae17-10497569da1d HTTP/1.1" 200 115 0.052111 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 506 0.003958 10.0.0.33 - - [2026-05-04 02:09:46] "DELETE /access-control-list/bda09ff7-c0ec-44b3-a192-42c78fced010 HTTP/1.1" 200 115 0.025475 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.049896 10.0.0.33 - - [2026-05-04 02:09:46] "DELETE /access-control-list/24044189-7b1d-49ca-b0ea-967e0f28f1fb HTTP/1.1" 200 115 0.024635 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 506 0.002743 10.0.0.33 - - [2026-05-04 02:09:46] "DELETE /access-control-list/e466f00d-f5f4-4f57-b437-d9e4aa269a40 HTTP/1.1" 200 115 0.020538 10.0.0.33 - - [2026-05-04 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.037696 10.0.0.33 - - [2026-05-04 02:09:46] "DELETE /access-control-list/91c9fa29-ce57-48d4-9064-e2d84ad900cd HTTP/1.1" 200 115 0.022183 10.0.0.33 - - [2026-05-04 02:09:46] "DELETE /access-control-list/63773efb-33b8-432e-aef6-1bb5599b4f0d HTTP/1.1" 200 115 0.015652 10.0.0.33 - - [2026-05-04 02:09:47] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001085 10.0.0.33 - - [2026-05-04 02:09:47] "GET /project/c3b030a0-b570-46ce-b57c-deb74dd5cef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.027777 10.0.0.33 - - [2026-05-04 02:09:47] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000979 10.0.0.33 - - [2026-05-04 02:09:47] "GET /project/c3b030a0-b570-46ce-b57c-deb74dd5cef5?fields=virtual_networks HTTP/1.1" 200 1023 0.069013 10.0.0.33 - - [2026-05-04 02:09:47] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.33 - - [2026-05-04 02:09:47] "GET /project/c3b030a0-b570-46ce-b57c-deb74dd5cef5?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.025347 10.0.0.33 - - [2026-05-04 02:09:47] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001152 10.0.0.33 - - [2026-05-04 02:09:47] "GET /project/c3b030a0-b570-46ce-b57c-deb74dd5cef5?fields=security_groups HTTP/1.1" 200 1244 0.026525 10.0.0.33 - - [2026-05-04 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.027222 10.0.0.33 - - [2026-05-04 02:09:48] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002830 10.0.0.33 - - [2026-05-04 02:09:48] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.33 - - [2026-05-04 02:09:48] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006826 10.0.0.33 - - [2026-05-04 02:09:48] "POST /id-to-fqname HTTP/1.1" 200 186 0.001956 10.0.0.33 - - [2026-05-04 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 195 0.002085 10.0.0.33 - - [2026-05-04 02:09:48] "POST /security-groups HTTP/1.1" 200 587 0.065589 10.0.0.33 - - [2026-05-04 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 230 0.002570 10.0.0.33 - - [2026-05-04 02:09:48] "POST /projects HTTP/1.1" 200 577 0.238204 10.0.0.33 - - [2026-05-04 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.305234 10.0.0.33 - - [2026-05-04 02:09:48] "POST /access-control-lists HTTP/1.1" 200 592 0.095942 10.0.0.33 - - [2026-05-04 02:09:48] "GET /project/27f59a89-9490-437b-aca4-85e157698164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.433215 10.0.0.33 - - [2026-05-04 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.015201 10.0.0.33 - - [2026-05-04 02:09:49] "POST /access-control-lists HTTP/1.1" 200 590 0.069311 10.0.0.33 - - [2026-05-04 02:09:50] "GET / HTTP/1.1" 200 35931 0.002169 10.0.0.33 - - [2026-05-04 02:09:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.33 - - [2026-05-04 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.078727 10.0.0.33 - - [2026-05-04 02:09:51] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001148 10.0.0.33 - - [2026-05-04 02:09:51] "GET /project/27f59a89-9490-437b-aca4-85e157698164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.027463 10.0.0.33 - - [2026-05-04 02:09:51] "POST /neutron/network HTTP/1.1" 200 117 0.039990 10.0.0.33 - - [2026-05-04 02:09:51] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001603 10.0.0.33 - - [2026-05-04 02:09:51] "POST /neutron/network HTTP/1.1" 200 601 0.067183 10.0.0.33 - - [2026-05-04 02:09:51] "POST /route-targets HTTP/1.1" 200 327 0.014605 10.0.0.33 - - [2026-05-04 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.015764 10.0.0.33 - - [2026-05-04 02:09:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003821 10.0.0.33 - - [2026-05-04 02:09:51] "POST /neutron/subnet HTTP/1.1" 200 714 0.165273 10.0.0.33 - - [2026-05-04 02:09:51] "POST /neutron/network HTTP/1.1" 200 818 0.005351 10.0.0.33 - - [2026-05-04 02:09:51] "POST /id-to-fqname HTTP/1.1" 200 216 0.001415 10.0.0.33 - - [2026-05-04 02:09:51] "GET /virtual-network/ae7976c7-860a-4e54-ab0b-36d9f45aa397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005271 10.0.0.33 - - [2026-05-04 02:09:51] "POST /neutron/network HTTP/1.1" 200 818 0.006433 10.0.0.33 - - [2026-05-04 02:09:51] "GET /virtual-network/ae7976c7-860a-4e54-ab0b-36d9f45aa397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004596 10.0.0.33 - - [2026-05-04 02:09:51] "POST /neutron/network HTTP/1.1" 200 818 0.005723 10.0.0.33 - - [2026-05-04 02:09:51] "POST /neutron/subnet HTTP/1.1" 200 714 0.006880 10.0.0.33 - - [2026-05-04 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.002234 10.0.0.33 - - [2026-05-04 02:09:51] "GET /virtual-network/ae7976c7-860a-4e54-ab0b-36d9f45aa397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004421 10.0.0.33 - - [2026-05-04 02:09:51] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001020 10.0.0.33 - - [2026-05-04 02:09:51] "POST /neutron/port HTTP/1.1" 200 1015 0.171765 10.0.0.33 - - [2026-05-04 02:09:51] "GET /virtual-machine-interface/b5cc151a-f9c6-413f-8c2b-f66bfab66fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.005774 10.0.0.33 - - [2026-05-04 02:09:51] "GET /virtual-machine-interface/b5cc151a-f9c6-413f-8c2b-f66bfab66fbf?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.005227 10.0.0.33 - - [2026-05-04 02:09:52] "GET /instance-ip/018a08cb-6ff6-4816-86c4-727711a1d9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.004438 10.0.0.33 - - [2026-05-04 02:09:52] "GET /virtual-machine-interface/b5cc151a-f9c6-413f-8c2b-f66bfab66fbf HTTP/1.1" 401 292 0.000536 10.0.0.33 - - [2026-05-04 02:09:52] "GET /virtual-machine-interface/b5cc151a-f9c6-413f-8c2b-f66bfab66fbf HTTP/1.1" 200 2605 0.031036 10.0.0.33 - - [2026-05-04 02:09:52] "POST /neutron/port HTTP/1.1" 200 1015 0.008755 10.0.0.33 - - [2026-05-04 02:09:52] "POST /neutron/port HTTP/1.1" 200 151 0.074922 10.0.0.33 - - [2026-05-04 02:09:52] "POST /neutron/network HTTP/1.1" 200 818 0.005296 10.0.0.33 - - [2026-05-04 02:09:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003148 10.0.0.33 - - [2026-05-04 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.33 - - [2026-05-04 02:09:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002860 10.0.0.33 - - [2026-05-04 02:09:52] "POST /neutron/network HTTP/1.1" 200 151 0.080992 10.0.0.33 - - [2026-05-04 02:09:52] "DELETE /route-target/1854ca3e-4f5d-4e10-9949-c4c08fd670d9 HTTP/1.1" 200 115 0.020968 10.0.0.33 - - [2026-05-04 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.33 - - [2026-05-04 02:09:53] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000999 10.0.0.33 - - [2026-05-04 02:09:53] "GET /project/27f59a89-9490-437b-aca4-85e157698164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.025993 10.0.0.33 - - [2026-05-04 02:09:53] "POST /neutron/network HTTP/1.1" 200 117 0.010710 10.0.0.33 - - [2026-05-04 02:09:53] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002033 10.0.0.33 - - [2026-05-04 02:09:53] "POST /neutron/network HTTP/1.1" 200 603 0.076418 10.0.0.33 - - [2026-05-04 02:09:53] "POST /route-targets HTTP/1.1" 200 327 0.011011 10.0.0.33 - - [2026-05-04 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.011559 10.0.0.33 - - [2026-05-04 02:09:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004595 10.0.0.33 - - [2026-05-04 02:09:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.161776 10.0.0.33 - - [2026-05-04 02:09:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003296 10.0.0.33 - - [2026-05-04 02:09:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.177533 10.0.0.33 - - [2026-05-04 02:09:53] "POST /neutron/network HTTP/1.1" 200 977 0.010596 10.0.0.33 - - [2026-05-04 02:09:53] "POST /id-to-fqname HTTP/1.1" 200 217 0.001544 10.0.0.33 - - [2026-05-04 02:09:53] "GET /virtual-network/06ba80af-ef5e-4d89-aafb-ad51ccbacce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006170 10.0.0.33 - - [2026-05-04 02:09:53] "POST /neutron/network HTTP/1.1" 200 977 0.008645 10.0.0.33 - - [2026-05-04 02:09:53] "GET /virtual-network/06ba80af-ef5e-4d89-aafb-ad51ccbacce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005105 10.0.0.33 - - [2026-05-04 02:09:53] "POST /neutron/network HTTP/1.1" 200 977 0.007093 10.0.0.33 - - [2026-05-04 02:09:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.006906 10.0.0.33 - - [2026-05-04 02:09:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.006357 10.0.0.33 - - [2026-05-04 02:09:53] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001132 10.0.0.33 - - [2026-05-04 02:09:54] "POST /neutron/port HTTP/1.1" 200 1019 0.164588 10.0.0.33 - - [2026-05-04 02:09:54] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001200 10.0.0.33 - - [2026-05-04 02:09:54] "POST /neutron/port HTTP/1.1" 200 1016 0.184230 10.0.0.33 - - [2026-05-04 02:09:54] "POST /id-to-fqname HTTP/1.1" 200 217 0.001318 10.0.0.33 - - [2026-05-04 02:09:54] "POST /neutron/port HTTP/1.1" 200 1019 0.010356 10.0.0.33 - - [2026-05-04 02:09:54] "POST /neutron/port HTTP/1.1" 200 1019 0.011577 10.0.0.33 - - [2026-05-04 02:09:54] "POST /neutron/network HTTP/1.1" 200 977 0.009829 10.0.0.33 - - [2026-05-04 02:09:54] "POST /neutron/port HTTP/1.1" 200 1019 0.009174 10.0.0.33 - - [2026-05-04 02:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.005381 10.0.0.33 - - [2026-05-04 02:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.006059 10.0.0.33 - - [2026-05-04 02:09:54] "POST /id-to-fqname HTTP/1.1" 200 217 0.001889 10.0.0.33 - - [2026-05-04 02:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.005236 10.0.0.33 - - [2026-05-04 02:09:54] "POST /neutron/port HTTP/1.1" 200 1016 0.012831 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/port HTTP/1.1" 200 1016 0.009891 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/network HTTP/1.1" 200 977 0.007569 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/port HTTP/1.1" 200 1016 0.013403 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/port HTTP/1.1" 200 1019 0.010568 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/port HTTP/1.1" 200 1016 0.013202 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/port HTTP/1.1" 200 117 0.008451 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/port HTTP/1.1" 200 117 0.004756 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/port HTTP/1.1" 200 117 0.005450 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/port HTTP/1.1" 200 1019 0.013433 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/network HTTP/1.1" 200 987 0.007298 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/port HTTP/1.1" 200 1019 0.009084 10.0.0.33 - - [2026-05-04 02:09:55] "POST /neutron/port HTTP/1.1" 200 1019 0.008280 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/port HTTP/1.1" 200 1016 0.018277 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/port HTTP/1.1" 200 1111 0.090885 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/network HTTP/1.1" 200 987 0.006699 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/port HTTP/1.1" 200 1016 0.010794 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/port HTTP/1.1" 200 1016 0.015223 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/port HTTP/1.1" 200 1121 0.026817 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004313 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.027965 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/port HTTP/1.1" 200 1108 0.128188 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/network HTTP/1.1" 200 977 0.008139 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/port HTTP/1.1" 200 1118 0.018955 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004588 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.009134 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.33 - - [2026-05-04 02:09:56] "POST /neutron/network HTTP/1.1" 200 977 0.021367 10.0.0.33 - - [2026-05-04 02:10:00] "POST /neutron/port HTTP/1.1" 200 1121 0.022060 10.0.0.33 - - [2026-05-04 02:10:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006559 10.0.0.33 - - [2026-05-04 02:10:00] "POST /neutron/port HTTP/1.1" 200 1121 0.013996 10.0.0.33 - - [2026-05-04 02:10:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007522 10.0.0.33 - - [2026-05-04 02:10:00] "POST /neutron/port HTTP/1.1" 200 1121 0.015706 10.0.0.33 - - [2026-05-04 02:10:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006938 10.0.0.33 - - [2026-05-04 02:10:00] "GET /virtual-machine/3f3342fd-8728-4d63-a7d7-faf4a7fc6a61 HTTP/1.1" 200 1284 0.004898 10.0.0.33 - - [2026-05-04 02:10:00] "GET /virtual-machine-interface/de3f6e37-7b0a-4990-acae-47290e5ecb05 HTTP/1.1" 200 2924 0.005565 10.0.0.33 - - [2026-05-04 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.33 - - [2026-05-04 02:10:00] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005116 10.0.0.33 - - [2026-05-04 02:10:00] "GET /virtual-networks?parent_id=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003271 10.0.0.33 - - [2026-05-04 02:10:00] "GET /virtual-network/06ba80af-ef5e-4d89-aafb-ad51ccbacce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005396 10.0.0.33 - - [2026-05-04 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.33 - - [2026-05-04 02:10:03] "GET /virtual-network/06ba80af-ef5e-4d89-aafb-ad51ccbacce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005074 10.0.0.33 - - [2026-05-04 02:10:05] "POST /neutron/port HTTP/1.1" 200 1118 0.013037 10.0.0.33 - - [2026-05-04 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007422 10.0.0.33 - - [2026-05-04 02:10:06] "POST /neutron/port HTTP/1.1" 200 1121 0.020859 10.0.0.33 - - [2026-05-04 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007348 10.0.0.33 - - [2026-05-04 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.33 - - [2026-05-04 02:10:08] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005075 10.0.0.33 - - [2026-05-04 02:10:08] "GET /virtual-networks?parent_id=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004006 10.0.0.33 - - [2026-05-04 02:10:08] "GET /virtual-network/06ba80af-ef5e-4d89-aafb-ad51ccbacce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007436 10.0.0.33 - - [2026-05-04 02:10:08] "POST /neutron/port HTTP/1.1" 200 1118 0.012012 10.0.0.33 - - [2026-05-04 02:10:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007354 10.0.0.33 - - [2026-05-04 02:10:08] "POST /neutron/port HTTP/1.1" 200 1118 0.016626 10.0.0.33 - - [2026-05-04 02:10:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007270 10.0.0.33 - - [2026-05-04 02:10:08] "POST /neutron/port HTTP/1.1" 200 1118 0.016673 10.0.0.33 - - [2026-05-04 02:10:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008513 10.0.0.33 - - [2026-05-04 02:10:08] "GET /virtual-machine/e55e677c-c0d3-4860-a793-e53dba1ab9a5 HTTP/1.1" 200 1285 0.006330 10.0.0.33 - - [2026-05-04 02:10:08] "GET /virtual-machine-interface/d26940cb-da17-4994-8f9c-c567cae1679b HTTP/1.1" 200 2924 0.005347 10.0.0.33 - - [2026-05-04 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.33 - - [2026-05-04 02:10:08] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004064 10.0.0.33 - - [2026-05-04 02:10:08] "GET /virtual-networks?parent_id=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005392 10.0.0.33 - - [2026-05-04 02:10:08] "GET /virtual-network/06ba80af-ef5e-4d89-aafb-ad51ccbacce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006618 10.0.0.33 - - [2026-05-04 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.33 - - [2026-05-04 02:10:09] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003653 10.0.0.33 - - [2026-05-04 02:10:10] "GET /virtual-networks?parent_id=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003322 10.0.0.33 - - [2026-05-04 02:10:10] "GET /virtual-network/06ba80af-ef5e-4d89-aafb-ad51ccbacce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006640 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /project/46924bc23072417ea77208e9ea6e6095 HTTP/1.1" 404 173 0.014995 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /project/c3b030a0b57046ceb57cdeb74dd5cef5 HTTP/1.1" 404 173 0.012164 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /project/27f59a899490437baca485e157698164 HTTP/1.1" 404 173 0.009852 10.0.0.33 - - [2026-05-04 02:10:11] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.33 - - [2026-05-04 02:10:11] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001117 10.0.0.33 - - [2026-05-04 02:10:11] "GET /projects?obj_uuids=46924bc2-3072-417e-a772-08e9ea6e6095&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001446 10.0.0.33 - - [2026-05-04 02:10:11] "GET /project/c3b030a0-b570-46ce-b57c-deb74dd5cef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.059051 10.0.0.33 - - [2026-05-04 02:10:11] "GET /project/46924bc2-3072-417e-a772-08e9ea6e6095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.057808 10.0.0.33 - - [2026-05-04 02:10:11] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.070879 10.0.0.33 - - [2026-05-04 02:10:11] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.33 - - [2026-05-04 02:10:11] "GET /projects?obj_uuids=46924bc2-3072-417e-a772-08e9ea6e6095&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000761 10.0.0.33 - - [2026-05-04 02:10:11] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000718 10.0.0.33 - - [2026-05-04 02:10:11] "GET /project/c3b030a0-b570-46ce-b57c-deb74dd5cef5?fields=security_groups HTTP/1.1" 200 1349 0.038351 10.0.0.33 - - [2026-05-04 02:10:11] "GET /project/46924bc2-3072-417e-a772-08e9ea6e6095?fields=security_groups HTTP/1.1" 200 1348 0.042801 10.0.0.33 - - [2026-05-04 02:10:11] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?fields=security_groups HTTP/1.1" 200 1398 0.046199 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /security-group/4800095b-0ae8-4d46-90f2-02f7a4894cae HTTP/1.1" 200 115 0.069308 10.0.0.33 - - [2026-05-04 02:10:11] "GET /projects?obj_uuids=c3b030a0-b570-46ce-b57c-deb74dd5cef5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /access-control-list/ddfd088b-abda-4613-80c6-7f1837cc20d4 HTTP/1.1" 200 115 0.054061 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /security-group/5661195e-2220-42b1-a311-cce31b144466 HTTP/1.1" 200 115 0.087006 10.0.0.33 - - [2026-05-04 02:10:11] "GET /projects?obj_uuids=46924bc2-3072-417e-a772-08e9ea6e6095&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /security-group/cbe6c32d-51ce-4501-94f3-77ae349b8a6e HTTP/1.1" 200 115 0.090518 10.0.0.33 - - [2026-05-04 02:10:11] "GET /project/c3b030a0-b570-46ce-b57c-deb74dd5cef5?fields=application_policy_sets HTTP/1.1" 200 1388 0.050109 10.0.0.33 - - [2026-05-04 02:10:11] "GET /projects?obj_uuids=489c7ede-b590-4bac-8476-6d65c50fd80e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /access-control-list/95352e48-16a4-4432-85cd-f42304651fa3 HTTP/1.1" 200 115 0.048923 10.0.0.33 - - [2026-05-04 02:10:11] "GET /project/489c7ede-b590-4bac-8476-6d65c50fd80e?fields=application_policy_sets HTTP/1.1" 200 1437 0.057540 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /access-control-list/e5ec9e61-ac10-4883-ac36-bad1c28c5b33 HTTP/1.1" 200 115 0.046049 10.0.0.33 - - [2026-05-04 02:10:11] "GET /project/46924bc2-3072-417e-a772-08e9ea6e6095?fields=application_policy_sets HTTP/1.1" 200 1387 0.099486 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /access-control-list/4fb29553-c5b8-4eb9-b6c2-e9545389c449 HTTP/1.1" 200 115 0.034901 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /access-control-list/6d222d3f-7a9f-4b46-9c52-8f563fa4a039 HTTP/1.1" 200 115 0.056836 10.0.0.33 - - [2026-05-04 02:10:11] "DELETE /project/c3b030a0-b570-46ce-b57c-deb74dd5cef5 HTTP/1.1" 200 115 0.490224 10.0.0.33 - - [2026-05-04 02:10:12] "DELETE /access-control-list/dc7c31c7-516c-49b7-9479-302b0cf875c8 HTTP/1.1" 200 115 0.036611 10.0.0.33 - - [2026-05-04 02:10:12] "DELETE /project/489c7ede-b590-4bac-8476-6d65c50fd80e HTTP/1.1" 200 115 0.525254 10.0.0.33 - - [2026-05-04 02:10:12] "DELETE /project/46924bc2-3072-417e-a772-08e9ea6e6095 HTTP/1.1" 200 115 0.533916 10.0.0.33 - - [2026-05-04 02:10:13] "POST /neutron/port HTTP/1.1" 200 1108 0.015697 10.0.0.33 - - [2026-05-04 02:10:13] "POST /neutron/port HTTP/1.1" 200 1108 0.010932 10.0.0.33 - - [2026-05-04 02:10:13] "POST /neutron/port HTTP/1.1" 200 151 0.122732 10.0.0.33 - - [2026-05-04 02:10:13] "POST /neutron/port HTTP/1.1" 200 1111 0.013559 10.0.0.33 - - [2026-05-04 02:10:13] "POST /neutron/port HTTP/1.1" 200 1111 0.009842 10.0.0.33 - - [2026-05-04 02:10:13] "POST /neutron/port HTTP/1.1" 200 151 0.108154 10.0.0.33 - - [2026-05-04 02:10:13] "POST /neutron/network HTTP/1.1" 200 977 0.006886 10.0.0.33 - - [2026-05-04 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.33 - - [2026-05-04 02:10:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003232 10.0.0.33 - - [2026-05-04 02:10:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.33 - - [2026-05-04 02:10:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.33 - - [2026-05-04 02:10:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002006 10.0.0.33 - - [2026-05-04 02:10:13] "POST /neutron/network HTTP/1.1" 200 151 0.112778 10.0.0.33 - - [2026-05-04 02:10:13] "DELETE /route-target/960912ca-1cfe-4358-8a01-b172fbb7b823 HTTP/1.1" 200 115 0.034901 10.0.0.33 - - [2026-05-04 02:10:13] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001242 10.0.0.33 - - [2026-05-04 02:10:14] "GET /project/27f59a89-9490-437b-aca4-85e157698164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043507 10.0.0.33 - - [2026-05-04 02:10:14] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001129 10.0.0.33 - - [2026-05-04 02:10:14] "GET /project/27f59a89-9490-437b-aca4-85e157698164?fields=virtual_networks HTTP/1.1" 200 1024 0.029775 10.0.0.33 - - [2026-05-04 02:10:14] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001074 10.0.0.33 - - [2026-05-04 02:10:14] "GET /project/27f59a89-9490-437b-aca4-85e157698164?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.028632 10.0.0.33 - - [2026-05-04 02:10:14] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127 10.0.0.33 - - [2026-05-04 02:10:14] "GET /project/27f59a89-9490-437b-aca4-85e157698164?fields=security_groups HTTP/1.1" 200 1246 0.033317 10.0.0.33 - - [2026-05-04 02:10:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.029325 10.0.0.33 - - [2026-05-04 02:10:15] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002397 10.0.0.33 - - [2026-05-04 02:10:15] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.33 - - [2026-05-04 02:10:15] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007873 10.0.0.33 - - [2026-05-04 02:10:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.001198 10.0.0.33 - - [2026-05-04 02:10:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.019659 10.0.0.33 - - [2026-05-04 02:10:15] "POST /security-groups HTTP/1.1" 200 589 0.068419 10.0.0.33 - - [2026-05-04 02:10:15] "POST /fqname-to-id HTTP/1.1" 404 232 0.003183 10.0.0.33 - - [2026-05-04 02:10:15] "POST /projects HTTP/1.1" 200 581 0.240208 10.0.0.33 - - [2026-05-04 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.277629 10.0.0.33 - - [2026-05-04 02:10:15] "POST /access-control-lists HTTP/1.1" 200 594 0.060992 10.0.0.33 - - [2026-05-04 02:10:15] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.419042 10.0.0.33 - - [2026-05-04 02:10:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.002789 10.0.0.33 - - [2026-05-04 02:10:15] "POST /access-control-lists HTTP/1.1" 200 592 0.060792 10.0.0.33 - - [2026-05-04 02:10:16] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.33 - - [2026-05-04 02:10:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.002288 10.0.0.33 - - [2026-05-04 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.344609 10.0.0.33 - - [2026-05-04 02:10:18] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001696 10.0.0.33 - - [2026-05-04 02:10:18] "GET /obj-perms HTTP/1.1" 200 5056 0.084495 10.0.0.33 - - [2026-05-04 02:10:18] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041009 10.0.0.33 - - [2026-05-04 02:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.007423 10.0.0.33 - - [2026-05-04 02:10:18] "POST /neutron/port HTTP/1.1" 400 205 0.033496 10.0.0.33 - - [2026-05-04 02:10:18] "POST /neutron/network HTTP/1.1" 200 117 0.289165 10.0.0.33 - - [2026-05-04 02:10:18] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.33 - - [2026-05-04 02:10:18] "GET /obj-perms HTTP/1.1" 200 5056 0.088873 10.0.0.33 - - [2026-05-04 02:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.011015 10.0.0.33 - - [2026-05-04 02:10:18] "POST /neutron/network HTTP/1.1" 200 605 0.092028 10.0.0.33 - - [2026-05-04 02:10:18] "POST /neutron/port HTTP/1.1" 400 205 0.006595 10.0.0.33 - - [2026-05-04 02:10:18] "POST /route-targets HTTP/1.1" 200 327 0.022210 10.0.0.33 - - [2026-05-04 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.019189 10.0.0.33 - - [2026-05-04 02:10:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004708 10.0.0.33 - - [2026-05-04 02:10:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.195520 10.0.0.33 - - [2026-05-04 02:10:18] "POST /neutron/network HTTP/1.1" 200 824 0.007252 10.0.0.33 - - [2026-05-04 02:10:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.002052 10.0.0.33 - - [2026-05-04 02:10:18] "GET /virtual-network/2e367d7b-d7de-4e11-b346-c47ecf6ca168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008526 10.0.0.33 - - [2026-05-04 02:10:19] "POST /neutron/network HTTP/1.1" 200 824 0.007296 10.0.0.33 - - [2026-05-04 02:10:19] "GET /virtual-network/2e367d7b-d7de-4e11-b346-c47ecf6ca168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006236 10.0.0.33 - - [2026-05-04 02:10:19] "POST /neutron/network HTTP/1.1" 200 824 0.007107 10.0.0.33 - - [2026-05-04 02:10:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.007694 10.0.0.33 - - [2026-05-04 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.33 - - [2026-05-04 02:10:19] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.33 - - [2026-05-04 02:10:19] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025365 10.0.0.33 - - [2026-05-04 02:10:19] "POST /neutron/network HTTP/1.1" 200 117 0.014315 10.0.0.33 - - [2026-05-04 02:10:19] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002154 10.0.0.33 - - [2026-05-04 02:10:19] "POST /neutron/network HTTP/1.1" 200 605 0.096136 10.0.0.33 - - [2026-05-04 02:10:19] "POST /route-targets HTTP/1.1" 200 327 0.014625 10.0.0.33 - - [2026-05-04 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.014657 10.0.0.33 - - [2026-05-04 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002912 10.0.0.33 - - [2026-05-04 02:10:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.204673 10.0.0.33 - - [2026-05-04 02:10:19] "POST /neutron/network HTTP/1.1" 200 822 0.007980 10.0.0.33 - - [2026-05-04 02:10:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001408 10.0.0.33 - - [2026-05-04 02:10:19] "GET /virtual-network/e281d054-c2e3-4882-84b7-c85125c93064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006681 10.0.0.33 - - [2026-05-04 02:10:19] "POST /neutron/network HTTP/1.1" 200 822 0.008339 10.0.0.33 - - [2026-05-04 02:10:19] "GET /virtual-network/e281d054-c2e3-4882-84b7-c85125c93064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005063 10.0.0.33 - - [2026-05-04 02:10:19] "POST /neutron/network HTTP/1.1" 200 822 0.006057 10.0.0.33 - - [2026-05-04 02:10:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.007368 10.0.0.33 - - [2026-05-04 02:10:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001312 10.0.0.33 - - [2026-05-04 02:10:20] "POST /neutron/network HTTP/1.1" 200 834 0.006158 10.0.0.33 - - [2026-05-04 02:10:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000441 10.0.0.33 - - [2026-05-04 02:10:20] "GET / HTTP/1.1" 200 35931 0.002732 10.0.0.33 - - [2026-05-04 02:10:20] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000560 10.0.0.33 - - [2026-05-04 02:10:20] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.33 - - [2026-05-04 02:10:20] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050627 10.0.0.33 - - [2026-05-04 02:10:20] "POST /neutron/network HTTP/1.1" 200 824 0.005500 10.0.0.33 - - [2026-05-04 02:10:20] "POST /neutron/port HTTP/1.1" 200 117 0.005217 10.0.0.33 - - [2026-05-04 02:10:20] "POST /neutron/port HTTP/1.1" 200 117 0.005139 10.0.0.33 - - [2026-05-04 02:10:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001369 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/port HTTP/1.1" 200 117 0.005617 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/network HTTP/1.1" 200 832 0.005839 10.0.0.33 - - [2026-05-04 02:10:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000643 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/network HTTP/1.1" 200 834 0.005901 10.0.0.33 - - [2026-05-04 02:10:21] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001565 10.0.0.33 - - [2026-05-04 02:10:21] "GET / HTTP/1.1" 200 35931 0.002101 10.0.0.33 - - [2026-05-04 02:10:21] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000546 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/port HTTP/1.1" 200 1058 0.243764 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/port HTTP/1.1" 200 1058 0.010353 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/port HTTP/1.1" 200 1058 0.010593 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/port HTTP/1.1" 200 1112 0.085881 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/port HTTP/1.1" 200 1122 0.012220 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003564 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.009491 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.33 - - [2026-05-04 02:10:21] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001241 10.0.0.33 - - [2026-05-04 02:10:21] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061844 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/network HTTP/1.1" 200 824 0.005965 10.0.0.33 - - [2026-05-04 02:10:21] "POST /neutron/network HTTP/1.1" 200 822 0.005385 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/port HTTP/1.1" 200 1122 0.014183 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006106 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/port HTTP/1.1" 200 117 0.005731 10.0.0.33 - - [2026-05-04 02:10:22] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/router HTTP/1.1" 200 580 0.053249 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/router HTTP/1.1" 200 580 0.007763 10.0.0.33 - - [2026-05-04 02:10:22] "POST /route-targets HTTP/1.1" 200 327 0.022485 10.0.0.33 - - [2026-05-04 02:10:22] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001585 10.0.0.33 - - [2026-05-04 02:10:22] "PUT /logical-router/06c78992-efc2-47f5-be37-fe0b9ebf5ca6 HTTP/1.1" 200 262 0.046790 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/router HTTP/1.1" 200 344 0.295308 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/network HTTP/1.1" 200 832 0.009876 10.0.0.33 - - [2026-05-04 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.053393 10.0.0.33 - - [2026-05-04 02:10:22] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/port HTTP/1.1" 200 1122 0.022101 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012948 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/port HTTP/1.1" 200 1056 0.257334 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/port HTTP/1.1" 200 1056 0.013826 10.0.0.33 - - [2026-05-04 02:10:22] "POST /neutron/port HTTP/1.1" 200 1056 0.014660 10.0.0.33 - - [2026-05-04 02:10:23] "POST /neutron/port HTTP/1.1" 200 1110 0.089053 10.0.0.33 - - [2026-05-04 02:10:23] "POST /neutron/port HTTP/1.1" 200 1120 0.019570 10.0.0.33 - - [2026-05-04 02:10:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008206 10.0.0.33 - - [2026-05-04 02:10:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.007136 10.0.0.33 - - [2026-05-04 02:10:23] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.33 - - [2026-05-04 02:10:23] "POST /neutron/network HTTP/1.1" 200 822 0.006001 10.0.0.33 - - [2026-05-04 02:10:27] "POST /neutron/port HTTP/1.1" 200 1122 0.012239 10.0.0.33 - - [2026-05-04 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007361 10.0.0.33 - - [2026-05-04 02:10:27] "POST /neutron/port HTTP/1.1" 200 1122 0.016422 10.0.0.33 - - [2026-05-04 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008843 10.0.0.33 - - [2026-05-04 02:10:27] "POST /neutron/port HTTP/1.1" 200 1122 0.013998 10.0.0.33 - - [2026-05-04 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009527 10.0.0.33 - - [2026-05-04 02:10:27] "GET /virtual-machine/bc36bb08-577e-4bbd-9a61-3765035b6825 HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2026-05-04 02:10:28] "GET /virtual-machine/bc36bb08-577e-4bbd-9a61-3765035b6825 HTTP/1.1" 200 1291 0.035098 10.0.0.33 - - [2026-05-04 02:10:28] "GET /virtual-machine-interface/fbb433d9-627d-4720-a39b-c534a952e2db HTTP/1.1" 200 2934 0.004599 10.0.0.33 - - [2026-05-04 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.33 - - [2026-05-04 02:10:28] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003803 10.0.0.33 - - [2026-05-04 02:10:28] "GET /virtual-networks?parent_id=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003061 10.0.0.33 - - [2026-05-04 02:10:28] "GET /virtual-network/2e367d7b-d7de-4e11-b346-c47ecf6ca168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005333 10.0.0.33 - - [2026-05-04 02:10:31] "POST /neutron/port HTTP/1.1" 200 1122 0.023626 10.0.0.33 - - [2026-05-04 02:10:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007236 10.0.0.33 - - [2026-05-04 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.33 - - [2026-05-04 02:10:31] "GET /virtual-network/2e367d7b-d7de-4e11-b346-c47ecf6ca168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010211 10.0.0.33 - - [2026-05-04 02:10:32] "POST /neutron/port HTTP/1.1" 200 1120 0.020113 10.0.0.33 - - [2026-05-04 02:10:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010304 10.0.0.33 - - [2026-05-04 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.33 - - [2026-05-04 02:10:33] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003667 10.0.0.33 - - [2026-05-04 02:10:33] "GET /virtual-networks?parent_id=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003804 10.0.0.33 - - [2026-05-04 02:10:33] "GET /virtual-network/2e367d7b-d7de-4e11-b346-c47ecf6ca168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006116 10.0.0.33 - - [2026-05-04 02:10:34] "POST /neutron/port HTTP/1.1" 200 1120 0.012841 10.0.0.33 - - [2026-05-04 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005843 10.0.0.33 - - [2026-05-04 02:10:34] "POST /neutron/port HTTP/1.1" 200 1120 0.014328 10.0.0.33 - - [2026-05-04 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006589 10.0.0.33 - - [2026-05-04 02:10:34] "POST /neutron/port HTTP/1.1" 200 1120 0.016625 10.0.0.33 - - [2026-05-04 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006910 10.0.0.33 - - [2026-05-04 02:10:34] "GET /virtual-machine/a75af79c-9c6a-46e7-8ea1-f9621bcfee1d HTTP/1.1" 200 1291 0.005050 10.0.0.33 - - [2026-05-04 02:10:34] "GET /virtual-machine-interface/1c37d9bb-9ae6-45a4-bae8-2a078cca97e3 HTTP/1.1" 200 2933 0.005126 10.0.0.33 - - [2026-05-04 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007156 10.0.0.33 - - [2026-05-04 02:10:34] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004337 10.0.0.33 - - [2026-05-04 02:10:34] "GET /virtual-networks?parent_id=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003159 10.0.0.33 - - [2026-05-04 02:10:34] "GET /virtual-network/e281d054-c2e3-4882-84b7-c85125c93064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007566 10.0.0.33 - - [2026-05-04 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.33 - - [2026-05-04 02:10:35] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003648 10.0.0.33 - - [2026-05-04 02:10:35] "GET /virtual-networks?parent_id=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002996 10.0.0.33 - - [2026-05-04 02:10:35] "GET /virtual-network/e281d054-c2e3-4882-84b7-c85125c93064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005354 10.0.0.33 - - [2026-05-04 02:10:40] "POST /neutron/router HTTP/1.1" 200 580 0.005290 10.0.0.33 - - [2026-05-04 02:10:40] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.33 - - [2026-05-04 02:10:41] "POST /neutron/router HTTP/1.1" 200 344 0.184665 10.0.0.33 - - [2026-05-04 02:10:41] "POST /neutron/port HTTP/1.1" 200 1918 0.016631 10.0.0.33 - - [2026-05-04 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.009903 10.0.0.33 - - [2026-05-04 02:10:47] "POST /neutron/router HTTP/1.1" 200 580 0.003744 10.0.0.33 - - [2026-05-04 02:10:47] "POST /ref-update HTTP/1.1" 200 156 0.010541 10.0.0.33 - - [2026-05-04 02:10:47] "POST /neutron/router HTTP/1.1" 200 344 0.111054 10.0.0.33 - - [2026-05-04 02:10:50] "POST /neutron/router HTTP/1.1" 200 580 0.021560 10.0.0.33 - - [2026-05-04 02:10:50] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001424 10.0.0.33 - - [2026-05-04 02:10:51] "POST /neutron/router HTTP/1.1" 200 344 0.200518 10.0.0.33 - - [2026-05-04 02:10:51] "POST /ref-update HTTP/1.1" 200 156 0.008651 10.0.0.33 - - [2026-05-04 02:10:53] "POST /neutron/router HTTP/1.1" 200 580 0.004977 10.0.0.33 - - [2026-05-04 02:10:53] "POST /ref-update HTTP/1.1" 200 156 0.010477 10.0.0.33 - - [2026-05-04 02:10:53] "POST /neutron/router HTTP/1.1" 200 344 0.106784 10.0.0.33 - - [2026-05-04 02:10:53] "POST /neutron/router HTTP/1.1" 200 580 0.005131 10.0.0.33 - - [2026-05-04 02:10:53] "POST /ref-update HTTP/1.1" 200 156 0.011081 10.0.0.33 - - [2026-05-04 02:10:53] "POST /neutron/router HTTP/1.1" 200 344 0.090576 10.0.0.33 - - [2026-05-04 02:10:53] "POST /neutron/router HTTP/1.1" 200 580 0.014842 10.0.0.33 - - [2026-05-04 02:10:53] "POST /neutron/router HTTP/1.1" 200 151 0.054292 10.0.0.33 - - [2026-05-04 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.33 - - [2026-05-04 02:10:53] "GET /logical-router/06c78992-efc2-47f5-be37-fe0b9ebf5ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003385 10.0.0.33 - - [2026-05-04 02:10:53] "DELETE /route-target/06f504ed-8552-4967-b842-262b8848ad15 HTTP/1.1" 200 115 0.020242 10.0.0.33 - - [2026-05-04 02:10:53] "POST /neutron/network HTTP/1.1" 200 822 0.006530 10.0.0.33 - - [2026-05-04 02:10:53] "POST /neutron/network HTTP/1.1" 400 204 0.013530 10.0.0.33 - - [2026-05-04 02:10:54] "POST /neutron/port HTTP/1.1" 200 1120 0.017000 10.0.0.33 - - [2026-05-04 02:10:54] "POST /neutron/port HTTP/1.1" 200 1110 0.010695 10.0.0.33 - - [2026-05-04 02:10:54] "POST /neutron/port HTTP/1.1" 200 1122 0.016224 10.0.0.33 - - [2026-05-04 02:10:54] "POST /neutron/port HTTP/1.1" 200 1112 0.016043 10.0.0.33 - - [2026-05-04 02:10:54] "POST /neutron/port HTTP/1.1" 200 151 0.144586 10.0.0.33 - - [2026-05-04 02:10:54] "POST /neutron/port HTTP/1.1" 200 151 0.130221 10.0.0.33 - - [2026-05-04 02:10:55] "POST /neutron/network HTTP/1.1" 200 822 0.006507 10.0.0.33 - - [2026-05-04 02:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003225 10.0.0.33 - - [2026-05-04 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.33 - - [2026-05-04 02:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002915 10.0.0.33 - - [2026-05-04 02:10:56] "POST /neutron/network HTTP/1.1" 200 151 0.073036 10.0.0.33 - - [2026-05-04 02:10:56] "DELETE /route-target/88d2f319-d02b-4cb4-ac92-c39314e19807 HTTP/1.1" 200 115 0.014337 10.0.0.33 - - [2026-05-04 02:10:56] "POST /neutron/network HTTP/1.1" 200 824 0.005014 10.0.0.33 - - [2026-05-04 02:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004355 10.0.0.33 - - [2026-05-04 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.33 - - [2026-05-04 02:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003368 10.0.0.33 - - [2026-05-04 02:10:56] "POST /neutron/network HTTP/1.1" 200 151 0.079565 10.0.0.33 - - [2026-05-04 02:10:56] "DELETE /route-target/63cc9bf4-3f5b-4ecc-9272-6bc2701fb4f4 HTTP/1.1" 200 115 0.016018 10.0.0.33 - - [2026-05-04 02:10:56] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001713 10.0.0.33 - - [2026-05-04 02:10:56] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025729 10.0.0.33 - - [2026-05-04 02:10:56] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001596 10.0.0.33 - - [2026-05-04 02:10:56] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?fields=virtual_networks HTTP/1.1" 200 1029 0.081769 10.0.0.33 - - [2026-05-04 02:10:56] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.33 - - [2026-05-04 02:10:56] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.026516 10.0.0.33 - - [2026-05-04 02:10:56] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.33 - - [2026-05-04 02:10:56] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?fields=security_groups HTTP/1.1" 200 1253 0.025533 10.0.0.33 - - [2026-05-04 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.031244 10.0.0.33 - - [2026-05-04 02:10:57] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002703 10.0.0.33 - - [2026-05-04 02:10:57] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.33 - - [2026-05-04 02:10:57] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008649 10.0.0.33 - - [2026-05-04 02:10:57] "POST /id-to-fqname HTTP/1.1" 200 193 0.001727 10.0.0.33 - - [2026-05-04 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.004161 10.0.0.33 - - [2026-05-04 02:10:57] "POST /security-groups HTTP/1.1" 200 594 0.064608 10.0.0.33 - - [2026-05-04 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 237 0.002356 10.0.0.33 - - [2026-05-04 02:10:57] "POST /projects HTTP/1.1" 200 591 0.219196 10.0.0.33 - - [2026-05-04 02:10:58] "POST /access-control-lists HTTP/1.1" 200 599 0.059608 10.0.0.33 - - [2026-05-04 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.293035 10.0.0.33 - - [2026-05-04 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.002924 10.0.0.33 - - [2026-05-04 02:10:58] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.432229 10.0.0.33 - - [2026-05-04 02:10:58] "POST /access-control-lists HTTP/1.1" 200 597 0.068510 10.0.0.33 - - [2026-05-04 02:10:59] "GET / HTTP/1.1" 200 35931 0.002365 10.0.0.33 - - [2026-05-04 02:11:00] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2026-05-04 02:11:00] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001443 10.0.0.33 - - [2026-05-04 02:11:00] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.067272 10.0.0.33 - - [2026-05-04 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.33 - - [2026-05-04 02:11:00] "GET /security-group/7ed784d8-d721-4f41-bf65-57ed3a0a5102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005595 10.0.0.33 - - [2026-05-04 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.33 - - [2026-05-04 02:11:00] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001619 10.0.0.33 - - [2026-05-04 02:11:00] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028491 10.0.0.33 - - [2026-05-04 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.33 - - [2026-05-04 02:11:00] "GET /security-group/7ed784d8-d721-4f41-bf65-57ed3a0a5102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004062 10.0.0.33 - - [2026-05-04 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.33 - - [2026-05-04 02:11:01] "PUT /security-group/7ed784d8-d721-4f41-bf65-57ed3a0a5102 HTTP/1.1" 200 262 0.014849 10.0.0.33 - - [2026-05-04 02:11:01] "PUT /access-control-list/36b3570d-4fc7-47e7-8cff-584906080632 HTTP/1.1" 200 272 0.009401 10.0.0.33 - - [2026-05-04 02:11:01] "PUT /access-control-list/8c1227e8-96b1-4497-94a8-fec96cf5eec3 HTTP/1.1" 200 272 0.010409 10.0.0.33 - - [2026-05-04 02:11:01] "POST /fqname-to-id HTTP/1.1" 404 202 0.002558 10.0.0.33 - - [2026-05-04 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.33 - - [2026-05-04 02:11:01] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001538 10.0.0.33 - - [2026-05-04 02:11:01] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.029240 10.0.0.33 - - [2026-05-04 02:11:01] "POST /neutron/network HTTP/1.1" 200 117 0.039459 10.0.0.33 - - [2026-05-04 02:11:01] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001161 10.0.0.33 - - [2026-05-04 02:11:01] "POST /neutron/network HTTP/1.1" 200 608 0.071760 10.0.0.33 - - [2026-05-04 02:11:01] "POST /route-targets HTTP/1.1" 200 327 0.010468 10.0.0.33 - - [2026-05-04 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.016674 10.0.0.33 - - [2026-05-04 02:11:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002689 10.0.0.33 - - [2026-05-04 02:11:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.179352 10.0.0.33 - - [2026-05-04 02:11:01] "POST /neutron/network HTTP/1.1" 200 827 0.005613 10.0.0.33 - - [2026-05-04 02:11:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001592 10.0.0.33 - - [2026-05-04 02:11:01] "GET /virtual-network/e955f3a0-560d-4601-8fe0-aaf861dfe138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006107 10.0.0.33 - - [2026-05-04 02:11:01] "POST /neutron/network HTTP/1.1" 200 827 0.006665 10.0.0.33 - - [2026-05-04 02:11:01] "GET /virtual-network/e955f3a0-560d-4601-8fe0-aaf861dfe138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006118 10.0.0.33 - - [2026-05-04 02:11:01] "POST /neutron/network HTTP/1.1" 200 827 0.006439 10.0.0.33 - - [2026-05-04 02:11:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.007859 10.0.0.33 - - [2026-05-04 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.33 - - [2026-05-04 02:11:01] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001791 10.0.0.33 - - [2026-05-04 02:11:01] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.034759 10.0.0.33 - - [2026-05-04 02:11:01] "POST /neutron/network HTTP/1.1" 200 117 0.011226 10.0.0.33 - - [2026-05-04 02:11:01] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001362 10.0.0.33 - - [2026-05-04 02:11:02] "POST /neutron/network HTTP/1.1" 200 615 0.119995 10.0.0.33 - - [2026-05-04 02:11:02] "POST /route-targets HTTP/1.1" 200 327 0.012593 10.0.0.33 - - [2026-05-04 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.016010 10.0.0.33 - - [2026-05-04 02:11:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004629 10.0.0.33 - - [2026-05-04 02:11:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.145051 10.0.0.33 - - [2026-05-04 02:11:02] "POST /neutron/network HTTP/1.1" 200 832 0.005668 10.0.0.33 - - [2026-05-04 02:11:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001492 10.0.0.33 - - [2026-05-04 02:11:02] "GET /virtual-network/df80d0d5-139d-4007-9530-2dce0a997dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005850 10.0.0.33 - - [2026-05-04 02:11:02] "POST /neutron/network HTTP/1.1" 200 832 0.006287 10.0.0.33 - - [2026-05-04 02:11:02] "GET /virtual-network/df80d0d5-139d-4007-9530-2dce0a997dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004913 10.0.0.33 - - [2026-05-04 02:11:02] "POST /neutron/network HTTP/1.1" 200 832 0.007721 10.0.0.33 - - [2026-05-04 02:11:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.007087 10.0.0.33 - - [2026-05-04 02:11:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001373 10.0.0.33 - - [2026-05-04 02:11:02] "POST /neutron/network HTTP/1.1" 200 837 0.007421 10.0.0.33 - - [2026-05-04 02:11:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000460 10.0.0.33 - - [2026-05-04 02:11:02] "GET / HTTP/1.1" 200 35931 0.001825 10.0.0.33 - - [2026-05-04 02:11:02] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000485 10.0.0.33 - - [2026-05-04 02:11:03] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001457 10.0.0.33 - - [2026-05-04 02:11:03] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.062655 10.0.0.33 - - [2026-05-04 02:11:03] "POST /neutron/network HTTP/1.1" 200 827 0.005917 10.0.0.33 - - [2026-05-04 02:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.005124 10.0.0.33 - - [2026-05-04 02:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.005435 10.0.0.33 - - [2026-05-04 02:11:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001851 10.0.0.33 - - [2026-05-04 02:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.005234 10.0.0.33 - - [2026-05-04 02:11:03] "POST /neutron/network HTTP/1.1" 200 842 0.005486 10.0.0.33 - - [2026-05-04 02:11:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/network HTTP/1.1" 200 837 0.005410 10.0.0.33 - - [2026-05-04 02:11:04] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001544 10.0.0.33 - - [2026-05-04 02:11:04] "GET / HTTP/1.1" 200 35931 0.002269 10.0.0.33 - - [2026-05-04 02:11:04] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/port HTTP/1.1" 200 1063 0.229448 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/port HTTP/1.1" 200 1063 0.013149 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/port HTTP/1.1" 200 1063 0.011483 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/port HTTP/1.1" 200 1117 0.065814 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/port HTTP/1.1" 200 1127 0.019925 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003425 10.0.0.33 - - [2026-05-04 02:11:04] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001136 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.007519 10.0.0.33 - - [2026-05-04 02:11:04] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.069020 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/network HTTP/1.1" 200 832 0.005929 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/network HTTP/1.1" 200 827 0.004851 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/port HTTP/1.1" 200 1127 0.012349 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006130 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/port HTTP/1.1" 200 117 0.005316 10.0.0.33 - - [2026-05-04 02:11:04] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001104 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/router HTTP/1.1" 200 585 0.067672 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/router HTTP/1.1" 200 585 0.004724 10.0.0.33 - - [2026-05-04 02:11:04] "POST /route-targets HTTP/1.1" 200 327 0.020350 10.0.0.33 - - [2026-05-04 02:11:04] "PUT /logical-router/4a7fec79-ffe5-45f1-8099-fe46b38b8648 HTTP/1.1" 200 262 0.024385 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/router HTTP/1.1" 200 656 0.035144 10.0.0.33 - - [2026-05-04 02:11:04] "GET /logical-router/4a7fec79-ffe5-45f1-8099-fe46b38b8648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.009699 10.0.0.33 - - [2026-05-04 02:11:04] "POST /neutron/router HTTP/1.1" 200 656 0.011879 10.0.0.33 - - [2026-05-04 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006858 10.0.0.33 - - [2026-05-04 02:11:04] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001112 10.0.0.33 - - [2026-05-04 02:11:05] "GET /service-template/07a59c64-6804-4634-9ee4-ef4b3774ed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007039 10.0.0.33 - - [2026-05-04 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.003012 10.0.0.33 - - [2026-05-04 02:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.013572 10.0.0.33 - - [2026-05-04 02:11:05] "POST /virtual-networks HTTP/1.1" 200 694 0.160231 10.0.0.33 - - [2026-05-04 02:11:05] "POST /neutron/network HTTP/1.1" 200 842 0.008562 10.0.0.33 - - [2026-05-04 02:11:05] "POST /route-targets HTTP/1.1" 200 327 0.030961 10.0.0.33 - - [2026-05-04 02:11:05] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001449 10.0.0.33 - - [2026-05-04 02:11:05] "POST /neutron/router HTTP/1.1" 200 344 0.367525 10.0.0.33 - - [2026-05-04 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.030072 10.0.0.33 - - [2026-05-04 02:11:05] "POST /service-instances HTTP/1.1" 200 670 0.051845 10.0.0.33 - - [2026-05-04 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.024305 10.0.0.33 - - [2026-05-04 02:11:05] "POST /neutron/port HTTP/1.1" 200 1127 0.060173 10.0.0.33 - - [2026-05-04 02:11:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.042192 10.0.0.33 - - [2026-05-04 02:11:05] "POST /route-tables HTTP/1.1" 200 582 0.082269 10.0.0.33 - - [2026-05-04 02:11:05] "PUT /logical-router/4a7fec79-ffe5-45f1-8099-fe46b38b8648 HTTP/1.1" 200 262 0.042728 10.0.0.33 - - [2026-05-04 02:11:05] "POST /neutron/port HTTP/1.1" 200 1061 0.343870 10.0.0.33 - - [2026-05-04 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.023213 10.0.0.33 - - [2026-05-04 02:11:05] "POST /neutron/port HTTP/1.1" 200 1061 0.012603 10.0.0.33 - - [2026-05-04 02:11:05] "POST /neutron/port HTTP/1.1" 200 1061 0.013706 10.0.0.33 - - [2026-05-04 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.33 - - [2026-05-04 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.33 - - [2026-05-04 02:11:05] "POST /neutron/port HTTP/1.1" 200 1115 0.085477 10.0.0.33 - - [2026-05-04 02:11:05] "POST /virtual-machines HTTP/1.1" 200 553 0.022340 10.0.0.33 - - [2026-05-04 02:11:05] "POST /neutron/port HTTP/1.1" 200 1125 0.021925 10.0.0.33 - - [2026-05-04 02:11:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.028952 10.0.0.33 - - [2026-05-04 02:11:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.131643 10.0.0.33 - - [2026-05-04 02:11:06] "POST /neutron/subnet HTTP/1.1" 200 689 0.027320 10.0.0.33 - - [2026-05-04 02:11:06] "POST /neutron/port HTTP/1.1" 200 117 0.001575 10.0.0.33 - - [2026-05-04 02:11:06] "POST /neutron/network HTTP/1.1" 200 832 0.005903 10.0.0.33 - - [2026-05-04 02:11:06] "POST /chown HTTP/1.1" 200 109 0.007660 10.0.0.33 - - [2026-05-04 02:11:06] "POST /instance-ips HTTP/1.1" 200 551 0.039209 10.0.0.33 - - [2026-05-04 02:11:06] "POST /instance-ips HTTP/1.1" 400 246 0.018242 10.0.0.33 - - [2026-05-04 02:11:06] "POST /chown HTTP/1.1" 200 109 0.010223 10.0.0.33 - - [2026-05-04 02:11:06] "PUT /virtual-machine-interface/8b82edff-f4f2-4723-967d-ae198c0b5a6c HTTP/1.1" 200 284 0.018502 10.0.0.33 - - [2026-05-04 02:11:06] "PUT /instance-ip/be59227b-ab02-4981-b6e2-6408a0913867 HTTP/1.1" 200 256 0.022207 10.0.0.33 - - [2026-05-04 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.011550 10.0.0.33 - - [2026-05-04 02:11:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.097178 10.0.0.33 - - [2026-05-04 02:11:06] "POST /chown HTTP/1.1" 200 109 0.008298 10.0.0.33 - - [2026-05-04 02:11:06] "POST /instance-ips HTTP/1.1" 200 549 0.031921 10.0.0.33 - - [2026-05-04 02:11:06] "POST /instance-ips HTTP/1.1" 400 316 0.017710 10.0.0.33 - - [2026-05-04 02:11:06] "POST /chown HTTP/1.1" 200 109 0.008103 10.0.0.33 - - [2026-05-04 02:11:06] "PUT /virtual-machine-interface/74839a23-4750-4296-a476-24296e0110fe HTTP/1.1" 200 284 0.010574 10.0.0.33 - - [2026-05-04 02:11:06] "PUT /instance-ip/fdd54fe0-65f3-4c77-b056-3fe50ef6502f HTTP/1.1" 200 256 0.034315 10.0.0.33 - - [2026-05-04 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.021776 10.0.0.33 - - [2026-05-04 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.023457 10.0.0.33 - - [2026-05-04 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.047706 10.0.0.33 - - [2026-05-04 02:11:07] "PUT /routing-instance/273727be-78ee-458b-8530-264dd362ba35 HTTP/1.1" 200 266 0.073801 10.0.0.33 - - [2026-05-04 02:11:07] "POST /virtual-machines HTTP/1.1" 200 553 0.030989 10.0.0.33 - - [2026-05-04 02:11:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.118377 10.0.0.33 - - [2026-05-04 02:11:07] "POST /chown HTTP/1.1" 200 109 0.006764 10.0.0.33 - - [2026-05-04 02:11:07] "POST /instance-ips HTTP/1.1" 400 246 0.014413 10.0.0.33 - - [2026-05-04 02:11:07] "POST /chown HTTP/1.1" 200 109 0.010458 10.0.0.33 - - [2026-05-04 02:11:07] "PUT /virtual-machine-interface/7ae82ce8-7107-4466-8c3b-c1dfcb4a507b HTTP/1.1" 200 284 0.011395 10.0.0.33 - - [2026-05-04 02:11:07] "PUT /instance-ip/be59227b-ab02-4981-b6e2-6408a0913867 HTTP/1.1" 200 256 0.013209 10.0.0.33 - - [2026-05-04 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.012217 10.0.0.33 - - [2026-05-04 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.017490 10.0.0.33 - - [2026-05-04 02:11:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.091921 10.0.0.33 - - [2026-05-04 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.028729 10.0.0.33 - - [2026-05-04 02:11:08] "PUT /routing-instance/273727be-78ee-458b-8530-264dd362ba35 HTTP/1.1" 200 266 0.019090 10.0.0.33 - - [2026-05-04 02:11:08] "POST /chown HTTP/1.1" 200 109 0.010828 10.0.0.33 - - [2026-05-04 02:11:08] "POST /instance-ips HTTP/1.1" 400 316 0.025504 10.0.0.33 - - [2026-05-04 02:11:08] "POST /chown HTTP/1.1" 200 109 0.007320 10.0.0.33 - - [2026-05-04 02:11:08] "PUT /virtual-machine-interface/5a9669c5-67f2-4354-af25-4cc081dfc94a HTTP/1.1" 200 284 0.012224 10.0.0.33 - - [2026-05-04 02:11:08] "PUT /instance-ip/fdd54fe0-65f3-4c77-b056-3fe50ef6502f HTTP/1.1" 200 256 0.016046 10.0.0.33 - - [2026-05-04 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.011686 10.0.0.33 - - [2026-05-04 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.021817 10.0.0.33 - - [2026-05-04 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.009372 10.0.0.33 - - [2026-05-04 02:11:08] "PUT /routing-instance/273727be-78ee-458b-8530-264dd362ba35 HTTP/1.1" 200 266 0.009716 10.0.0.33 - - [2026-05-04 02:11:10] "POST /neutron/port HTTP/1.1" 200 1127 0.011169 10.0.0.33 - - [2026-05-04 02:11:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007083 10.0.0.33 - - [2026-05-04 02:11:10] "POST /neutron/port HTTP/1.1" 200 1127 0.011799 10.0.0.33 - - [2026-05-04 02:11:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006805 10.0.0.33 - - [2026-05-04 02:11:10] "POST /neutron/port HTTP/1.1" 200 1127 0.011740 10.0.0.33 - - [2026-05-04 02:11:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006629 10.0.0.33 - - [2026-05-04 02:11:10] "GET /virtual-machine/92ddb56d-4082-48bd-8a6d-bfef24f5ff30 HTTP/1.1" 401 292 0.000491 10.0.0.33 - - [2026-05-04 02:11:11] "GET /virtual-machine/92ddb56d-4082-48bd-8a6d-bfef24f5ff30 HTTP/1.1" 200 1295 0.034659 10.0.0.33 - - [2026-05-04 02:11:11] "GET /virtual-machine-interface/81b38e41-8439-4b8e-9f4b-96d0b59b8569 HTTP/1.1" 200 2955 0.005049 10.0.0.33 - - [2026-05-04 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.33 - - [2026-05-04 02:11:11] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003724 10.0.0.33 - - [2026-05-04 02:11:11] "GET /virtual-networks?parent_id=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003084 10.0.0.33 - - [2026-05-04 02:11:11] "GET /virtual-network/e955f3a0-560d-4601-8fe0-aaf861dfe138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005026 10.0.0.33 - - [2026-05-04 02:11:12] "DELETE /project/c13293db346b4c5db981ff521526f618 HTTP/1.1" 404 173 0.009079 10.0.0.33 - - [2026-05-04 02:11:12] "DELETE /project/ca1f4c9cea7644239a0150c01c8fe739 HTTP/1.1" 404 173 0.008110 10.0.0.33 - - [2026-05-04 02:11:12] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.33 - - [2026-05-04 02:11:12] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.33 - - [2026-05-04 02:11:12] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.055719 10.0.0.33 - - [2026-05-04 02:11:12] "GET /project/27f59a89-9490-437b-aca4-85e157698164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.058935 10.0.0.33 - - [2026-05-04 02:11:12] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001011 10.0.0.33 - - [2026-05-04 02:11:12] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.33 - - [2026-05-04 02:11:12] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?fields=security_groups HTTP/1.1" 200 1358 0.030155 10.0.0.33 - - [2026-05-04 02:11:12] "GET /project/27f59a89-9490-437b-aca4-85e157698164?fields=security_groups HTTP/1.1" 200 1351 0.038262 10.0.0.33 - - [2026-05-04 02:11:12] "DELETE /security-group/b996cf3f-f88e-4cce-8a41-ce26e73837d4 HTTP/1.1" 200 115 0.046548 10.0.0.33 - - [2026-05-04 02:11:12] "GET /projects?obj_uuids=ca1f4c9c-ea76-4423-9a01-50c01c8fe739&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.33 - - [2026-05-04 02:11:12] "DELETE /access-control-list/f7c2ecce-431e-454e-a621-e4dca98cf124 HTTP/1.1" 200 115 0.051199 10.0.0.33 - - [2026-05-04 02:11:12] "DELETE /security-group/fbb5069f-f386-4b68-af5f-2f9bd4c48f9d HTTP/1.1" 200 115 0.095551 10.0.0.33 - - [2026-05-04 02:11:12] "GET /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739?fields=application_policy_sets HTTP/1.1" 200 1397 0.070874 10.0.0.33 - - [2026-05-04 02:11:12] "GET /projects?obj_uuids=27f59a89-9490-437b-aca4-85e157698164&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001033 10.0.0.33 - - [2026-05-04 02:11:12] "DELETE /access-control-list/5d76d774-38d4-4240-a7f6-07127ac5235a HTTP/1.1" 200 115 0.055585 10.0.0.33 - - [2026-05-04 02:11:12] "GET /project/27f59a89-9490-437b-aca4-85e157698164?fields=application_policy_sets HTTP/1.1" 200 1390 0.048607 10.0.0.33 - - [2026-05-04 02:11:12] "DELETE /access-control-list/0a174997-82b4-4223-8e7d-d084f3ed2787 HTTP/1.1" 200 115 0.046809 10.0.0.33 - - [2026-05-04 02:11:12] "DELETE /access-control-list/3e90599c-1937-4c31-b3c2-6d9eaef86920 HTTP/1.1" 200 115 0.028966 10.0.0.33 - - [2026-05-04 02:11:12] "DELETE /project/ca1f4c9c-ea76-4423-9a01-50c01c8fe739 HTTP/1.1" 200 115 0.446019 10.0.0.33 - - [2026-05-04 02:11:12] "DELETE /project/27f59a89-9490-437b-aca4-85e157698164 HTTP/1.1" 200 115 0.474627 10.0.0.33 - - [2026-05-04 02:11:13] "POST /neutron/port HTTP/1.1" 200 1127 0.016259 10.0.0.33 - - [2026-05-04 02:11:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005917 10.0.0.33 - - [2026-05-04 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.33 - - [2026-05-04 02:11:14] "GET /virtual-network/e955f3a0-560d-4601-8fe0-aaf861dfe138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004892 10.0.0.33 - - [2026-05-04 02:11:15] "POST /neutron/port HTTP/1.1" 200 1125 0.011810 10.0.0.33 - - [2026-05-04 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005401 10.0.0.33 - - [2026-05-04 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.33 - - [2026-05-04 02:11:16] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003858 10.0.0.33 - - [2026-05-04 02:11:16] "GET /virtual-networks?parent_id=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003968 10.0.0.33 - - [2026-05-04 02:11:16] "GET /virtual-network/e955f3a0-560d-4601-8fe0-aaf861dfe138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007673 10.0.0.33 - - [2026-05-04 02:11:16] "POST /neutron/port HTTP/1.1" 200 1125 0.015371 10.0.0.33 - - [2026-05-04 02:11:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006622 10.0.0.33 - - [2026-05-04 02:11:16] "POST /neutron/port HTTP/1.1" 200 1125 0.012830 10.0.0.33 - - [2026-05-04 02:11:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009433 10.0.0.33 - - [2026-05-04 02:11:17] "POST /neutron/port HTTP/1.1" 200 1125 0.030391 10.0.0.33 - - [2026-05-04 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011351 10.0.0.33 - - [2026-05-04 02:11:17] "GET /virtual-machine/29092aa2-d876-431f-a1e6-57f64e6e9a4e HTTP/1.1" 200 1295 0.006810 10.0.0.33 - - [2026-05-04 02:11:17] "GET /virtual-machine-interface/8ef32f3b-3bf6-43dc-8f50-b90c38cc539a HTTP/1.1" 200 2968 0.008157 10.0.0.33 - - [2026-05-04 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.33 - - [2026-05-04 02:11:17] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003850 10.0.0.33 - - [2026-05-04 02:11:17] "GET /virtual-networks?parent_id=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004622 10.0.0.33 - - [2026-05-04 02:11:17] "GET /virtual-network/df80d0d5-139d-4007-9530-2dce0a997dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006379 10.0.0.33 - - [2026-05-04 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.33 - - [2026-05-04 02:11:18] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003762 10.0.0.33 - - [2026-05-04 02:11:18] "GET /virtual-networks?parent_id=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003773 10.0.0.33 - - [2026-05-04 02:11:18] "GET /virtual-network/df80d0d5-139d-4007-9530-2dce0a997dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007184 10.0.0.33 - - [2026-05-04 02:11:18] "GET /obj-perms HTTP/1.1" 200 5056 0.056824 10.0.0.33 - - [2026-05-04 02:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.055386 10.0.0.33 - - [2026-05-04 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.33 - - [2026-05-04 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.33 - - [2026-05-04 02:11:19] "POST /chown HTTP/1.1" 200 109 0.007700 10.0.0.33 - - [2026-05-04 02:11:19] "POST /instance-ips HTTP/1.1" 400 246 0.017195 10.0.0.33 - - [2026-05-04 02:11:19] "POST /chown HTTP/1.1" 200 109 0.009185 10.0.0.33 - - [2026-05-04 02:11:19] "POST /chown HTTP/1.1" 200 109 0.009239 10.0.0.33 - - [2026-05-04 02:11:19] "POST /instance-ips HTTP/1.1" 400 316 0.020466 10.0.0.33 - - [2026-05-04 02:11:19] "POST /chown HTTP/1.1" 200 109 0.008532 10.0.0.33 - - [2026-05-04 02:11:19] "POST /chown HTTP/1.1" 200 109 0.011015 10.0.0.33 - - [2026-05-04 02:11:19] "POST /instance-ips HTTP/1.1" 400 246 0.014109 10.0.0.33 - - [2026-05-04 02:11:19] "POST /chown HTTP/1.1" 200 109 0.009065 10.0.0.33 - - [2026-05-04 02:11:19] "POST /chown HTTP/1.1" 200 109 0.007805 10.0.0.33 - - [2026-05-04 02:11:19] "POST /instance-ips HTTP/1.1" 400 316 0.016494 10.0.0.33 - - [2026-05-04 02:11:20] "POST /chown HTTP/1.1" 200 109 0.008743 10.0.0.33 - - [2026-05-04 02:11:22] "POST /neutron/router HTTP/1.1" 200 656 0.004341 10.0.0.33 - - [2026-05-04 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.009582 10.0.0.33 - - [2026-05-04 02:11:22] "POST /neutron/router HTTP/1.1" 200 344 0.095666 10.0.0.33 - - [2026-05-04 02:11:22] "POST /neutron/router HTTP/1.1" 200 656 0.005637 10.0.0.33 - - [2026-05-04 02:11:22] "GET /logical-router/4a7fec79-ffe5-45f1-8099-fe46b38b8648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.003277 10.0.0.33 - - [2026-05-04 02:11:22] "GET /service-instance/781e1b52-9d88-4b57-9458-e3bb4df70c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003429 10.0.0.33 - - [2026-05-04 02:11:22] "POST /neutron/router HTTP/1.1" 200 151 0.056177 10.0.0.33 - - [2026-05-04 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006618 10.0.0.33 - - [2026-05-04 02:11:22] "DELETE /route-target/bad7deef-c7ba-41aa-9eee-b2e112e2d411 HTTP/1.1" 409 239 0.005585 10.0.0.33 - - [2026-05-04 02:11:22] "PUT /logical-router/4a7fec79-ffe5-45f1-8099-fe46b38b8648 HTTP/1.1" 404 171 0.002965 10.0.0.33 - - [2026-05-04 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.021239 10.0.0.33 - - [2026-05-04 02:11:22] "DELETE /route-table/36bd1f3b-e680-40ad-ad18-d671e0b453b3 HTTP/1.1" 200 115 0.047905 10.0.0.33 - - [2026-05-04 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.33 - - [2026-05-04 02:11:22] "PUT /routing-instance/273727be-78ee-458b-8530-264dd362ba35 HTTP/1.1" 200 266 0.010837 10.0.0.33 - - [2026-05-04 02:11:22] "GET /virtual-network/c5b7122e-0380-413e-8977-de0b1223ded9?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2298 0.007932 10.0.0.33 - - [2026-05-04 02:11:22] "POST /neutron/network HTTP/1.1" 200 832 0.009074 10.0.0.33 - - [2026-05-04 02:11:22] "POST /neutron/network HTTP/1.1" 400 204 0.031123 10.0.0.33 - - [2026-05-04 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.008827 10.0.0.33 - - [2026-05-04 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.010036 10.0.0.33 - - [2026-05-04 02:11:22] "GET /virtual-machine-interface/5a9669c5-67f2-4354-af25-4cc081dfc94a?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1649 0.009510 10.0.0.33 - - [2026-05-04 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.012420 10.0.0.33 - - [2026-05-04 02:11:23] "GET /instance-ip/fdd54fe0-65f3-4c77-b056-3fe50ef6502f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003999 10.0.0.33 - - [2026-05-04 02:11:23] "DELETE /virtual-machine-interface/5a9669c5-67f2-4354-af25-4cc081dfc94a HTTP/1.1" 200 115 0.049478 10.0.0.33 - - [2026-05-04 02:11:23] "GET /virtual-machine-interface/74839a23-4750-4296-a476-24296e0110fe?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1649 0.005705 10.0.0.33 - - [2026-05-04 02:11:23] "POST /neutron/port HTTP/1.1" 200 1125 0.026346 10.0.0.33 - - [2026-05-04 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.032658 10.0.0.33 - - [2026-05-04 02:11:23] "POST /neutron/port HTTP/1.1" 200 1115 0.046326 10.0.0.33 - - [2026-05-04 02:11:23] "GET /instance-ip/fdd54fe0-65f3-4c77-b056-3fe50ef6502f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.006930 10.0.0.33 - - [2026-05-04 02:11:23] "POST /neutron/port HTTP/1.1" 200 1127 0.017106 10.0.0.33 - - [2026-05-04 02:11:23] "POST /neutron/port HTTP/1.1" 200 1117 0.015754 10.0.0.33 - - [2026-05-04 02:11:23] "DELETE /instance-ip/fdd54fe0-65f3-4c77-b056-3fe50ef6502f HTTP/1.1" 200 115 0.042457 10.0.0.33 - - [2026-05-04 02:11:23] "DELETE /virtual-machine-interface/74839a23-4750-4296-a476-24296e0110fe HTTP/1.1" 200 115 0.052171 10.0.0.33 - - [2026-05-04 02:11:23] "DELETE /instance-ip/fdd54fe0-65f3-4c77-b056-3fe50ef6502f HTTP/1.1" 404 177 0.009890 10.0.0.33 - - [2026-05-04 02:11:23] "POST /neutron/port HTTP/1.1" 200 151 0.161487 10.0.0.33 - - [2026-05-04 02:11:23] "POST /neutron/port HTTP/1.1" 200 151 0.165074 10.0.0.33 - - [2026-05-04 02:11:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004230 10.0.0.33 - - [2026-05-04 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.33 - - [2026-05-04 02:11:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002933 10.0.0.33 - - [2026-05-04 02:11:23] "DELETE /virtual-network/c5b7122e-0380-413e-8977-de0b1223ded9 HTTP/1.1" 200 115 0.085947 10.0.0.33 - - [2026-05-04 02:11:23] "DELETE /route-target/fa5c99e1-2ba0-4bf1-974a-de12de7bf6df HTTP/1.1" 200 115 0.021238 10.0.0.33 - - [2026-05-04 02:11:23] "DELETE /service-instance/781e1b52-9d88-4b57-9458-e3bb4df70c67 HTTP/1.1" 200 115 0.039235 10.0.0.33 - - [2026-05-04 02:11:23] "GET /logical-router/4a7fec79-ffe5-45f1-8099-fe46b38b8648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003217 10.0.0.33 - - [2026-05-04 02:11:23] "GET /service-instance/781e1b52-9d88-4b57-9458-e3bb4df70c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003213 10.0.0.33 - - [2026-05-04 02:11:23] "GET /virtual-machine-interface/7ae82ce8-7107-4466-8c3b-c1dfcb4a507b?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.007781 10.0.0.33 - - [2026-05-04 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.017750 10.0.0.33 - - [2026-05-04 02:11:23] "GET /instance-ip/be59227b-ab02-4981-b6e2-6408a0913867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005000 10.0.0.33 - - [2026-05-04 02:11:23] "DELETE /virtual-machine-interface/7ae82ce8-7107-4466-8c3b-c1dfcb4a507b HTTP/1.1" 200 115 0.037864 10.0.0.33 - - [2026-05-04 02:11:23] "DELETE /virtual-machine/f11021c4-a737-4975-a164-5fc383d3b85d HTTP/1.1" 200 115 0.015952 10.0.0.33 - - [2026-05-04 02:11:23] "GET /virtual-machine-interface/8b82edff-f4f2-4723-967d-ae198c0b5a6c?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.005311 10.0.0.33 - - [2026-05-04 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.013767 10.0.0.33 - - [2026-05-04 02:11:24] "GET /instance-ip/be59227b-ab02-4981-b6e2-6408a0913867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.005541 10.0.0.33 - - [2026-05-04 02:11:24] "DELETE /instance-ip/be59227b-ab02-4981-b6e2-6408a0913867 HTTP/1.1" 200 115 0.027186 10.0.0.33 - - [2026-05-04 02:11:24] "DELETE /virtual-machine-interface/8b82edff-f4f2-4723-967d-ae198c0b5a6c HTTP/1.1" 200 115 0.035294 10.0.0.33 - - [2026-05-04 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.010344 10.0.0.33 - - [2026-05-04 02:11:24] "DELETE /virtual-machine/afc99caa-5439-44b1-8b2b-9f54efe7ed00 HTTP/1.1" 200 115 0.016862 10.0.0.33 - - [2026-05-04 02:11:24] "POST /neutron/network HTTP/1.1" 200 832 0.005930 10.0.0.33 - - [2026-05-04 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.33 - - [2026-05-04 02:11:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.33 - - [2026-05-04 02:11:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002230 10.0.0.33 - - [2026-05-04 02:11:24] "POST /neutron/network HTTP/1.1" 200 151 0.083504 10.0.0.33 - - [2026-05-04 02:11:24] "DELETE /route-target/2fda0d8f-cc31-4d36-984f-3cc366e2bba9 HTTP/1.1" 200 115 0.016137 10.0.0.33 - - [2026-05-04 02:11:24] "POST /neutron/network HTTP/1.1" 200 827 0.005371 10.0.0.33 - - [2026-05-04 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005026 10.0.0.33 - - [2026-05-04 02:11:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002766 10.0.0.33 - - [2026-05-04 02:11:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003552 10.0.0.33 - - [2026-05-04 02:11:25] "POST /neutron/network HTTP/1.1" 200 151 0.101510 10.0.0.33 - - [2026-05-04 02:11:25] "DELETE /route-target/9766ff78-df5d-4a05-9586-fcce53d652bf HTTP/1.1" 200 115 0.020409 10.0.0.33 - - [2026-05-04 02:11:25] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001556 10.0.0.33 - - [2026-05-04 02:11:25] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.026745 10.0.0.33 - - [2026-05-04 02:11:25] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001405 10.0.0.33 - - [2026-05-04 02:11:25] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?fields=virtual_networks HTTP/1.1" 200 1039 0.067321 10.0.0.33 - - [2026-05-04 02:11:25] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001918 10.0.0.33 - - [2026-05-04 02:11:25] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.062107 10.0.0.33 - - [2026-05-04 02:11:25] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001388 10.0.0.33 - - [2026-05-04 02:11:25] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?fields=security_groups HTTP/1.1" 200 1268 0.030549 10.0.0.33 - - [2026-05-04 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.030985 10.0.0.33 - - [2026-05-04 02:11:26] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003528 10.0.0.33 - - [2026-05-04 02:11:26] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.33 - - [2026-05-04 02:11:26] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006517 10.0.0.33 - - [2026-05-04 02:11:26] "POST /id-to-fqname HTTP/1.1" 200 198 0.002550 10.0.0.33 - - [2026-05-04 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.002712 10.0.0.33 - - [2026-05-04 02:11:26] "POST /security-groups HTTP/1.1" 200 599 0.140516 10.0.0.33 - - [2026-05-04 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.002578 10.0.0.33 - - [2026-05-04 02:11:26] "POST /projects HTTP/1.1" 200 601 0.287719 10.0.0.33 - - [2026-05-04 02:11:26] "POST /access-control-lists HTTP/1.1" 200 604 0.067487 10.0.0.33 - - [2026-05-04 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.361375 10.0.0.33 - - [2026-05-04 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 241 0.002418 10.0.0.33 - - [2026-05-04 02:11:27] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.497503 10.0.0.33 - - [2026-05-04 02:11:27] "POST /access-control-lists HTTP/1.1" 200 602 0.064658 10.0.0.33 - - [2026-05-04 02:11:28] "GET / HTTP/1.1" 200 35931 0.001836 10.0.0.33 - - [2026-05-04 02:11:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.33 - - [2026-05-04 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.074409 10.0.0.33 - - [2026-05-04 02:11:29] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.33 - - [2026-05-04 02:11:29] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.023575 10.0.0.33 - - [2026-05-04 02:11:29] "POST /neutron/network HTTP/1.1" 200 117 0.039615 10.0.0.33 - - [2026-05-04 02:11:29] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.33 - - [2026-05-04 02:11:29] "POST /neutron/network HTTP/1.1" 200 613 0.063586 10.0.0.33 - - [2026-05-04 02:11:29] "POST /route-targets HTTP/1.1" 200 327 0.012355 10.0.0.33 - - [2026-05-04 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.013957 10.0.0.33 - - [2026-05-04 02:11:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003612 10.0.0.33 - - [2026-05-04 02:11:29] "POST /neutron/subnet HTTP/1.1" 200 719 0.188756 10.0.0.33 - - [2026-05-04 02:11:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.33 - - [2026-05-04 02:11:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002221 10.0.0.33 - - [2026-05-04 02:11:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.176468 10.0.0.33 - - [2026-05-04 02:11:29] "POST /neutron/network HTTP/1.1" 200 1005 0.007657 10.0.0.33 - - [2026-05-04 02:11:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001328 10.0.0.33 - - [2026-05-04 02:11:29] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004833 10.0.0.33 - - [2026-05-04 02:11:29] "POST /neutron/network HTTP/1.1" 200 1005 0.008097 10.0.0.33 - - [2026-05-04 02:11:29] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005186 10.0.0.33 - - [2026-05-04 02:11:29] "POST /neutron/network HTTP/1.1" 200 1005 0.007673 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/subnet HTTP/1.1" 200 719 0.007320 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.007489 10.0.0.33 - - [2026-05-04 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.33 - - [2026-05-04 02:11:30] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001899 10.0.0.33 - - [2026-05-04 02:11:30] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.033158 10.0.0.33 - - [2026-05-04 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.027692 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/network HTTP/1.1" 200 117 0.009926 10.0.0.33 - - [2026-05-04 02:11:30] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/network HTTP/1.1" 200 613 0.067489 10.0.0.33 - - [2026-05-04 02:11:30] "POST /route-targets HTTP/1.1" 200 327 0.013359 10.0.0.33 - - [2026-05-04 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.014097 10.0.0.33 - - [2026-05-04 02:11:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003807 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.217194 10.0.0.33 - - [2026-05-04 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.005381 10.0.0.33 - - [2026-05-04 02:11:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003982 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/subnet HTTP/1.1" 200 823 0.168500 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/network HTTP/1.1" 200 1006 0.006385 10.0.0.33 - - [2026-05-04 02:11:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001223 10.0.0.33 - - [2026-05-04 02:11:30] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005091 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/network HTTP/1.1" 200 1006 0.009617 10.0.0.33 - - [2026-05-04 02:11:30] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005034 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/network HTTP/1.1" 200 1006 0.007007 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.006616 10.0.0.33 - - [2026-05-04 02:11:30] "POST /neutron/subnet HTTP/1.1" 200 823 0.008128 10.0.0.33 - - [2026-05-04 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002362 10.0.0.33 - - [2026-05-04 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.33 - - [2026-05-04 02:11:30] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001340 10.0.0.33 - - [2026-05-04 02:11:30] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022023 10.0.0.33 - - [2026-05-04 02:11:31] "POST /network-policys HTTP/1.1" 200 577 0.060442 10.0.0.33 - - [2026-05-04 02:11:31] "GET /network-policy/29ff57d7-6f7f-44c2-8d4e-cbf4b2d3805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005072 10.0.0.33 - - [2026-05-04 02:11:31] "POST /neutron/network HTTP/1.1" 200 1005 0.007863 10.0.0.33 - - [2026-05-04 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.007033 10.0.0.33 - - [2026-05-04 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.005252 10.0.0.33 - - [2026-05-04 02:11:31] "POST /neutron/network HTTP/1.1" 200 1113 0.052108 10.0.0.33 - - [2026-05-04 02:11:31] "POST /access-control-lists HTTP/1.1" 200 596 0.067973 10.0.0.33 - - [2026-05-04 02:11:31] "POST /neutron/network HTTP/1.1" 200 1113 0.039204 10.0.0.33 - - [2026-05-04 02:11:31] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004852 10.0.0.33 - - [2026-05-04 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.33 - - [2026-05-04 02:11:31] "GET /network-policy/29ff57d7-6f7f-44c2-8d4e-cbf4b2d3805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003641 10.0.0.33 - - [2026-05-04 02:11:31] "POST /neutron/network HTTP/1.1" 200 1006 0.006821 10.0.0.33 - - [2026-05-04 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.008479 10.0.0.33 - - [2026-05-04 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.005482 10.0.0.33 - - [2026-05-04 02:11:31] "POST /neutron/network HTTP/1.1" 200 1114 0.051218 10.0.0.33 - - [2026-05-04 02:11:31] "POST /access-control-lists HTTP/1.1" 200 596 0.065289 10.0.0.33 - - [2026-05-04 02:11:31] "POST /neutron/network HTTP/1.1" 200 1114 0.049035 10.0.0.33 - - [2026-05-04 02:11:31] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004988 10.0.0.33 - - [2026-05-04 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.33 - - [2026-05-04 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.011051 10.0.0.33 - - [2026-05-04 02:11:31] "GET /network-policy/29ff57d7-6f7f-44c2-8d4e-cbf4b2d3805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003914 10.0.0.33 - - [2026-05-04 02:11:31] "GET /domains HTTP/1.1" 401 292 0.000429 10.0.0.33 - - [2026-05-04 02:11:31] "GET /domains HTTP/1.1" 200 280 0.031910 10.0.0.33 - - [2026-05-04 02:11:31] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.33 - - [2026-05-04 02:11:31] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2770 0.010433 10.0.0.33 - - [2026-05-04 02:11:31] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002381 10.0.0.33 - - [2026-05-04 02:11:32] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e HTTP/1.1" 200 2625 0.072562 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13 HTTP/1.1" 200 3503 0.007510 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13 HTTP/1.1" 200 3503 0.007153 10.0.0.33 - - [2026-05-04 02:11:32] "GET /routing-instance/07756a7e-f6c5-4b2b-96c8-8abf02adc016 HTTP/1.1" 200 1794 0.004038 10.0.0.33 - - [2026-05-04 02:11:32] "GET /routing-instance/07756a7e-f6c5-4b2b-96c8-8abf02adc016 HTTP/1.1" 200 1794 0.003467 10.0.0.33 - - [2026-05-04 02:11:32] "GET /route-target/980f59b1-7999-4ecd-be53-14d68f0b2068 HTTP/1.1" 200 1213 0.003445 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13 HTTP/1.1" 200 3503 0.005491 10.0.0.33 - - [2026-05-04 02:11:32] "GET /routing-instance/07756a7e-f6c5-4b2b-96c8-8abf02adc016 HTTP/1.1" 200 1794 0.005522 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005094 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13 HTTP/1.1" 200 3503 0.004830 10.0.0.33 - - [2026-05-04 02:11:32] "GET /routing-instance/07756a7e-f6c5-4b2b-96c8-8abf02adc016 HTTP/1.1" 200 1794 0.003746 10.0.0.33 - - [2026-05-04 02:11:32] "GET /routing-instance/07756a7e-f6c5-4b2b-96c8-8abf02adc016 HTTP/1.1" 200 1794 0.004266 10.0.0.33 - - [2026-05-04 02:11:32] "GET /route-target/980f59b1-7999-4ecd-be53-14d68f0b2068 HTTP/1.1" 200 1213 0.003560 10.0.0.33 - - [2026-05-04 02:11:32] "GET /domains HTTP/1.1" 200 280 0.002808 10.0.0.33 - - [2026-05-04 02:11:32] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.33 - - [2026-05-04 02:11:32] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2770 0.006633 10.0.0.33 - - [2026-05-04 02:11:32] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.33 - - [2026-05-04 02:11:32] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e HTTP/1.1" 200 2625 0.073732 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13 HTTP/1.1" 200 3503 0.004851 10.0.0.33 - - [2026-05-04 02:11:32] "GET /obj-perms HTTP/1.1" 200 5046 0.067196 10.0.0.33 - - [2026-05-04 02:11:32] "GET /domains HTTP/1.1" 200 280 0.002780 10.0.0.33 - - [2026-05-04 02:11:32] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.33 - - [2026-05-04 02:11:32] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2770 0.006359 10.0.0.33 - - [2026-05-04 02:11:32] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.33 - - [2026-05-04 02:11:32] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e HTTP/1.1" 200 2625 0.063353 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8 HTTP/1.1" 200 3505 0.006902 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8 HTTP/1.1" 200 3505 0.005705 10.0.0.33 - - [2026-05-04 02:11:32] "GET /routing-instance/59e7b15b-8c43-4095-8b04-6bd0372cd2a9 HTTP/1.1" 200 1795 0.003543 10.0.0.33 - - [2026-05-04 02:11:32] "GET /routing-instance/59e7b15b-8c43-4095-8b04-6bd0372cd2a9 HTTP/1.1" 200 1795 0.003011 10.0.0.33 - - [2026-05-04 02:11:32] "GET /route-target/e3e2e609-eb85-4bce-8fa7-7c80c5beeb58 HTTP/1.1" 200 1213 0.003549 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8 HTTP/1.1" 200 3505 0.004915 10.0.0.33 - - [2026-05-04 02:11:32] "GET /routing-instance/59e7b15b-8c43-4095-8b04-6bd0372cd2a9 HTTP/1.1" 200 1795 0.003590 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005017 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8 HTTP/1.1" 200 3505 0.006007 10.0.0.33 - - [2026-05-04 02:11:32] "GET /routing-instance/59e7b15b-8c43-4095-8b04-6bd0372cd2a9 HTTP/1.1" 200 1795 0.003662 10.0.0.33 - - [2026-05-04 02:11:32] "GET /routing-instance/59e7b15b-8c43-4095-8b04-6bd0372cd2a9 HTTP/1.1" 200 1795 0.003995 10.0.0.33 - - [2026-05-04 02:11:32] "GET /route-target/e3e2e609-eb85-4bce-8fa7-7c80c5beeb58 HTTP/1.1" 200 1213 0.003086 10.0.0.33 - - [2026-05-04 02:11:32] "GET /domains HTTP/1.1" 200 280 0.002996 10.0.0.33 - - [2026-05-04 02:11:32] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.33 - - [2026-05-04 02:11:32] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2770 0.006553 10.0.0.33 - - [2026-05-04 02:11:32] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001473 10.0.0.33 - - [2026-05-04 02:11:32] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e HTTP/1.1" 200 2625 0.066779 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8 HTTP/1.1" 200 3505 0.004580 10.0.0.33 - - [2026-05-04 02:11:32] "GET /obj-perms HTTP/1.1" 200 5046 0.003377 10.0.0.33 - - [2026-05-04 02:11:32] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005683 10.0.0.33 - - [2026-05-04 02:11:33] "POST /neutron/network HTTP/1.1" 200 1114 0.009637 10.0.0.33 - - [2026-05-04 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.003427 10.0.0.33 - - [2026-05-04 02:11:33] "POST /neutron/network HTTP/1.1" 200 1006 0.045017 10.0.0.33 - - [2026-05-04 02:11:33] "DELETE /access-control-list/0e27e6df-02f2-44b7-9bd4-3c3e50e92126 HTTP/1.1" 200 115 0.033508 10.0.0.33 - - [2026-05-04 02:11:33] "POST /neutron/network HTTP/1.1" 200 1006 0.013924 10.0.0.33 - - [2026-05-04 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.013929 10.0.0.33 - - [2026-05-04 02:11:33] "GET /virtual-network/847d663c-f3ed-4148-b7df-b1d67ea45bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009594 10.0.0.33 - - [2026-05-04 02:11:33] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005171 10.0.0.33 - - [2026-05-04 02:11:33] "POST /neutron/network HTTP/1.1" 200 1113 0.006990 10.0.0.33 - - [2026-05-04 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.002848 10.0.0.33 - - [2026-05-04 02:11:33] "POST /neutron/network HTTP/1.1" 200 1005 0.054611 10.0.0.33 - - [2026-05-04 02:11:33] "DELETE /access-control-list/0b5b84ad-0eab-44a8-a568-3e566bb389f1 HTTP/1.1" 200 115 0.042966 10.0.0.33 - - [2026-05-04 02:11:33] "POST /neutron/network HTTP/1.1" 200 1005 0.009661 10.0.0.33 - - [2026-05-04 02:11:33] "GET /virtual-network/a7e54347-d71e-4efa-b053-3a8ed8071e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004362 10.0.0.33 - - [2026-05-04 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.014156 10.0.0.33 - - [2026-05-04 02:11:33] "DELETE /network-policy/29ff57d7-6f7f-44c2-8d4e-cbf4b2d3805f HTTP/1.1" 200 115 0.032836 10.0.0.33 - - [2026-05-04 02:11:33] "POST /neutron/network HTTP/1.1" 200 1006 0.011756 10.0.0.33 - - [2026-05-04 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.33 - - [2026-05-04 02:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002613 10.0.0.33 - - [2026-05-04 02:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001680 10.0.0.33 - - [2026-05-04 02:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002160 10.0.0.33 - - [2026-05-04 02:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006165 10.0.0.33 - - [2026-05-04 02:11:33] "DELETE /route-target/e3e2e609-eb85-4bce-8fa7-7c80c5beeb58 HTTP/1.1" 200 115 0.025678 10.0.0.33 - - [2026-05-04 02:11:33] "POST /neutron/network HTTP/1.1" 200 151 0.099330 10.0.0.33 - - [2026-05-04 02:11:33] "GET /routing-instance/59e7b15b-8c43-4095-8b04-6bd0372cd2a9 HTTP/1.1" 404 171 0.003953 10.0.0.33 - - [2026-05-04 02:11:33] "GET /domains HTTP/1.1" 200 280 0.002197 10.0.0.33 - - [2026-05-04 02:11:33] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.33 - - [2026-05-04 02:11:33] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2770 0.051238 10.0.0.33 - - [2026-05-04 02:11:33] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.33 - - [2026-05-04 02:11:33] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e HTTP/1.1" 200 2145 0.066324 10.0.0.33 - - [2026-05-04 02:11:33] "POST /neutron/network HTTP/1.1" 200 1005 0.007040 10.0.0.33 - - [2026-05-04 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.33 - - [2026-05-04 02:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003529 10.0.0.33 - - [2026-05-04 02:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001641 10.0.0.33 - - [2026-05-04 02:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001419 10.0.0.33 - - [2026-05-04 02:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001577 10.0.0.33 - - [2026-05-04 02:11:33] "POST /neutron/network HTTP/1.1" 200 151 0.081413 10.0.0.33 - - [2026-05-04 02:11:33] "DELETE /route-target/980f59b1-7999-4ecd-be53-14d68f0b2068 HTTP/1.1" 200 115 0.019958 10.0.0.33 - - [2026-05-04 02:11:33] "GET /routing-instance/07756a7e-f6c5-4b2b-96c8-8abf02adc016 HTTP/1.1" 404 171 0.002440 10.0.0.33 - - [2026-05-04 02:11:33] "GET /domains HTTP/1.1" 200 280 0.002300 10.0.0.33 - - [2026-05-04 02:11:33] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.33 - - [2026-05-04 02:11:33] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2770 0.047073 10.0.0.33 - - [2026-05-04 02:11:33] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001490 10.0.0.33 - - [2026-05-04 02:11:33] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e HTTP/1.1" 200 1900 0.065610 10.0.0.33 - - [2026-05-04 02:11:34] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.33 - - [2026-05-04 02:11:34] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022862 10.0.0.33 - - [2026-05-04 02:11:34] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001124 10.0.0.33 - - [2026-05-04 02:11:34] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?fields=virtual_networks HTTP/1.1" 200 1048 0.083375 10.0.0.33 - - [2026-05-04 02:11:34] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.33 - - [2026-05-04 02:11:34] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.027495 10.0.0.33 - - [2026-05-04 02:11:34] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.33 - - [2026-05-04 02:11:34] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?fields=security_groups HTTP/1.1" 200 1282 0.028783 10.0.0.33 - - [2026-05-04 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 204 0.030962 10.0.0.33 - - [2026-05-04 02:11:35] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003160 10.0.0.33 - - [2026-05-04 02:11:35] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.33 - - [2026-05-04 02:11:35] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006769 10.0.0.33 - - [2026-05-04 02:11:35] "POST /id-to-fqname HTTP/1.1" 200 206 0.001170 10.0.0.33 - - [2026-05-04 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.002937 10.0.0.33 - - [2026-05-04 02:11:35] "POST /security-groups HTTP/1.1" 200 607 0.064298 10.0.0.33 - - [2026-05-04 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 250 0.004581 10.0.0.33 - - [2026-05-04 02:11:35] "POST /projects HTTP/1.1" 200 617 0.198821 10.0.0.33 - - [2026-05-04 02:11:35] "POST /access-control-lists HTTP/1.1" 200 612 0.063783 10.0.0.33 - - [2026-05-04 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.277469 10.0.0.33 - - [2026-05-04 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.002826 10.0.0.33 - - [2026-05-04 02:11:35] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.408462 10.0.0.33 - - [2026-05-04 02:11:35] "POST /access-control-lists HTTP/1.1" 200 610 0.064852 10.0.0.33 - - [2026-05-04 02:11:36] "GET / HTTP/1.1" 200 35931 0.001906 10.0.0.33 - - [2026-05-04 02:11:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.33 - - [2026-05-04 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.058306 10.0.0.33 - - [2026-05-04 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.33 - - [2026-05-04 02:11:38] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001033 10.0.0.33 - - [2026-05-04 02:11:38] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.030375 10.0.0.33 - - [2026-05-04 02:11:38] "POST /network-policys HTTP/1.1" 200 567 0.062863 10.0.0.33 - - [2026-05-04 02:11:38] "GET /network-policy/4ec35ae7-8615-4d24-85c7-3787b106218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.004823 10.0.0.33 - - [2026-05-04 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.33 - - [2026-05-04 02:11:38] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001027 10.0.0.33 - - [2026-05-04 02:11:38] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.027384 10.0.0.33 - - [2026-05-04 02:11:38] "POST /neutron/network HTTP/1.1" 200 117 0.036859 10.0.0.33 - - [2026-05-04 02:11:38] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001474 10.0.0.33 - - [2026-05-04 02:11:38] "POST /neutron/network HTTP/1.1" 200 623 0.060750 10.0.0.33 - - [2026-05-04 02:11:38] "POST /route-targets HTTP/1.1" 200 327 0.016585 10.0.0.33 - - [2026-05-04 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.011919 10.0.0.33 - - [2026-05-04 02:11:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003066 10.0.0.33 - - [2026-05-04 02:11:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.195014 10.0.0.33 - - [2026-05-04 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.005069 10.0.0.33 - - [2026-05-04 02:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004472 10.0.0.33 - - [2026-05-04 02:11:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.154598 10.0.0.33 - - [2026-05-04 02:11:39] "POST /neutron/network HTTP/1.1" 200 1017 0.008514 10.0.0.33 - - [2026-05-04 02:11:39] "POST /id-to-fqname HTTP/1.1" 200 237 0.001529 10.0.0.33 - - [2026-05-04 02:11:39] "GET /virtual-network/fab1c020-c423-4492-a463-80f522607df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005673 10.0.0.33 - - [2026-05-04 02:11:39] "POST /neutron/network HTTP/1.1" 200 1017 0.009504 10.0.0.33 - - [2026-05-04 02:11:39] "GET /virtual-network/fab1c020-c423-4492-a463-80f522607df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.006419 10.0.0.33 - - [2026-05-04 02:11:39] "POST /neutron/network HTTP/1.1" 200 1017 0.012935 10.0.0.33 - - [2026-05-04 02:11:39] "POST /neutron/subnet HTTP/1.1" 200 734 0.010859 10.0.0.33 - - [2026-05-04 02:11:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.010329 10.0.0.33 - - [2026-05-04 02:11:39] "POST /neutron/network HTTP/1.1" 200 1017 0.010776 10.0.0.33 - - [2026-05-04 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 252 0.006425 10.0.0.33 - - [2026-05-04 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002889 10.0.0.33 - - [2026-05-04 02:11:39] "POST /neutron/network HTTP/1.1" 200 1124 0.056119 10.0.0.33 - - [2026-05-04 02:11:39] "POST /access-control-lists HTTP/1.1" 200 607 0.075886 10.0.0.33 - - [2026-05-04 02:11:39] "POST /neutron/network HTTP/1.1" 200 1124 0.050351 10.0.0.33 - - [2026-05-04 02:11:39] "GET /virtual-network/fab1c020-c423-4492-a463-80f522607df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.011307 10.0.0.33 - - [2026-05-04 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.33 - - [2026-05-04 02:11:39] "GET /network-policy/4ec35ae7-8615-4d24-85c7-3787b106218c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.004311 10.0.0.33 - - [2026-05-04 02:11:39] "GET /domains HTTP/1.1" 401 292 0.002759 10.0.0.33 - - [2026-05-04 02:11:39] "GET /domains HTTP/1.1" 200 280 0.031646 10.0.0.33 - - [2026-05-04 02:11:39] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.33 - - [2026-05-04 02:11:39] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2972 0.008564 10.0.0.33 - - [2026-05-04 02:11:39] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001342 10.0.0.33 - - [2026-05-04 02:11:40] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b HTTP/1.1" 200 2459 0.080446 10.0.0.33 - - [2026-05-04 02:11:40] "GET /virtual-network/fab1c020-c423-4492-a463-80f522607df4 HTTP/1.1" 200 3547 0.007437 10.0.0.33 - - [2026-05-04 02:11:40] "GET /virtual-network/fab1c020-c423-4492-a463-80f522607df4 HTTP/1.1" 200 3547 0.005214 10.0.0.33 - - [2026-05-04 02:11:40] "GET /routing-instance/1a1b428a-53e7-4413-bfd8-6d4e0f122da1 HTTP/1.1" 200 1495 0.006122 10.0.0.33 - - [2026-05-04 02:11:40] "GET /routing-instance/1a1b428a-53e7-4413-bfd8-6d4e0f122da1 HTTP/1.1" 200 1495 0.004622 10.0.0.33 - - [2026-05-04 02:11:40] "GET /route-target/9bd95e19-e2dd-4546-9c8c-1f9333a12ba4 HTTP/1.1" 200 1223 0.003499 10.0.0.33 - - [2026-05-04 02:11:40] "GET /virtual-network/fab1c020-c423-4492-a463-80f522607df4 HTTP/1.1" 200 3547 0.005158 10.0.0.33 - - [2026-05-04 02:11:40] "GET /routing-instance/1a1b428a-53e7-4413-bfd8-6d4e0f122da1 HTTP/1.1" 200 1495 0.004411 10.0.0.33 - - [2026-05-04 02:11:40] "GET /virtual-network/fab1c020-c423-4492-a463-80f522607df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.005194 10.0.0.33 - - [2026-05-04 02:11:40] "GET /virtual-network/fab1c020-c423-4492-a463-80f522607df4 HTTP/1.1" 200 3547 0.005635 10.0.0.33 - - [2026-05-04 02:11:40] "GET /routing-instance/1a1b428a-53e7-4413-bfd8-6d4e0f122da1 HTTP/1.1" 200 1495 0.004105 10.0.0.33 - - [2026-05-04 02:11:40] "GET /routing-instance/1a1b428a-53e7-4413-bfd8-6d4e0f122da1 HTTP/1.1" 200 1495 0.003816 10.0.0.33 - - [2026-05-04 02:11:40] "GET /route-target/9bd95e19-e2dd-4546-9c8c-1f9333a12ba4 HTTP/1.1" 200 1223 0.004821 10.0.0.33 - - [2026-05-04 02:11:40] "GET /domains HTTP/1.1" 200 280 0.002679 10.0.0.33 - - [2026-05-04 02:11:40] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.33 - - [2026-05-04 02:11:40] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2972 0.007712 10.0.0.33 - - [2026-05-04 02:11:40] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001386 10.0.0.33 - - [2026-05-04 02:11:40] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b HTTP/1.1" 200 2459 0.075055 10.0.0.33 - - [2026-05-04 02:11:40] "GET /virtual-network/fab1c020-c423-4492-a463-80f522607df4 HTTP/1.1" 200 3547 0.006602 10.0.0.33 - - [2026-05-04 02:11:40] "GET /obj-perms HTTP/1.1" 200 5062 0.055227 10.0.0.33 - - [2026-05-04 02:11:40] "GET /domains HTTP/1.1" 200 280 0.003013 10.0.0.33 - - [2026-05-04 02:11:40] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.33 - - [2026-05-04 02:11:40] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2972 0.006884 10.0.0.33 - - [2026-05-04 02:11:40] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001063 10.0.0.33 - - [2026-05-04 02:11:40] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b HTTP/1.1" 200 2459 0.073331 10.0.0.33 - - [2026-05-04 02:11:40] "GET /network-policy/4ec35ae7-8615-4d24-85c7-3787b106218c HTTP/1.1" 200 3477 0.011135 10.0.0.33 - - [2026-05-04 02:11:40] "DELETE /network-policy/4ec35ae7-8615-4d24-85c7-3787b106218c HTTP/1.1" 409 238 0.006271 10.0.0.33 - - [2026-05-04 02:11:40] "POST /neutron/network HTTP/1.1" 200 1124 0.008193 10.0.0.33 - - [2026-05-04 02:11:40] "DELETE /access-control-list/307aefe7-ce41-4d56-a326-992e9f1b2f3a HTTP/1.1" 200 115 0.023361 10.0.0.33 - - [2026-05-04 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.33 - - [2026-05-04 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001954 10.0.0.33 - - [2026-05-04 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002168 10.0.0.33 - - [2026-05-04 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001644 10.0.0.33 - - [2026-05-04 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001741 10.0.0.33 - - [2026-05-04 02:11:40] "POST /neutron/network HTTP/1.1" 200 151 0.103627 10.0.0.33 - - [2026-05-04 02:11:40] "GET /routing-instance/1a1b428a-53e7-4413-bfd8-6d4e0f122da1 HTTP/1.1" 404 171 0.002403 10.0.0.33 - - [2026-05-04 02:11:40] "GET /domains HTTP/1.1" 200 280 0.002727 10.0.0.33 - - [2026-05-04 02:11:40] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.33 - - [2026-05-04 02:11:40] "DELETE /route-target/9bd95e19-e2dd-4546-9c8c-1f9333a12ba4 HTTP/1.1" 200 115 0.015936 10.0.0.33 - - [2026-05-04 02:11:40] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2972 0.048512 10.0.0.33 - - [2026-05-04 02:11:40] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000977 10.0.0.33 - - [2026-05-04 02:11:41] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b HTTP/1.1" 200 2205 0.066932 10.0.0.33 - - [2026-05-04 02:11:41] "DELETE /network-policy/4ec35ae7-8615-4d24-85c7-3787b106218c HTTP/1.1" 200 115 0.022125 10.0.0.33 - - [2026-05-04 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.33 - - [2026-05-04 02:11:41] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001063 10.0.0.33 - - [2026-05-04 02:11:41] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.028125 10.0.0.33 - - [2026-05-04 02:11:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-33095794&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004091 10.0.0.33 - - [2026-05-04 02:11:41] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001273 10.0.0.33 - - [2026-05-04 02:11:41] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.024306 10.0.0.33 - - [2026-05-04 02:11:41] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001230 10.0.0.33 - - [2026-05-04 02:11:41] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?fields=virtual_networks HTTP/1.1" 200 1065 0.065794 10.0.0.33 - - [2026-05-04 02:11:41] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001061 10.0.0.33 - - [2026-05-04 02:11:41] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.025187 10.0.0.33 - - [2026-05-04 02:11:41] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001481 10.0.0.33 - - [2026-05-04 02:11:41] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?fields=security_groups HTTP/1.1" 200 1307 0.025927 10.0.0.33 - - [2026-05-04 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.035594 10.0.0.33 - - [2026-05-04 02:11:42] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002414 10.0.0.33 - - [2026-05-04 02:11:42] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.33 - - [2026-05-04 02:11:42] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006482 10.0.0.33 - - [2026-05-04 02:11:43] "POST /id-to-fqname HTTP/1.1" 200 192 0.001635 10.0.0.33 - - [2026-05-04 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.002488 10.0.0.33 - - [2026-05-04 02:11:43] "POST /security-groups HTTP/1.1" 200 593 0.059388 10.0.0.33 - - [2026-05-04 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 236 0.002449 10.0.0.33 - - [2026-05-04 02:11:43] "POST /projects HTTP/1.1" 200 589 0.208178 10.0.0.33 - - [2026-05-04 02:11:43] "POST /access-control-lists HTTP/1.1" 200 598 0.059254 10.0.0.33 - - [2026-05-04 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.277491 10.0.0.33 - - [2026-05-04 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 235 0.002830 10.0.0.33 - - [2026-05-04 02:11:43] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.404217 10.0.0.33 - - [2026-05-04 02:11:43] "POST /access-control-lists HTTP/1.1" 200 596 0.056684 10.0.0.33 - - [2026-05-04 02:11:44] "GET / HTTP/1.1" 200 35931 0.002001 10.0.0.33 - - [2026-05-04 02:11:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000660 10.0.0.33 - - [2026-05-04 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.063483 10.0.0.33 - - [2026-05-04 02:11:45] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.33 - - [2026-05-04 02:11:45] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.019969 10.0.0.33 - - [2026-05-04 02:11:45] "POST /neutron/network HTTP/1.1" 200 117 0.041259 10.0.0.33 - - [2026-05-04 02:11:45] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001012 10.0.0.33 - - [2026-05-04 02:11:45] "POST /neutron/network HTTP/1.1" 200 607 0.064522 10.0.0.33 - - [2026-05-04 02:11:45] "POST /route-targets HTTP/1.1" 200 327 0.009465 10.0.0.33 - - [2026-05-04 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.011421 10.0.0.33 - - [2026-05-04 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003139 10.0.0.33 - - [2026-05-04 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.185597 10.0.0.33 - - [2026-05-04 02:11:45] "POST /neutron/network HTTP/1.1" 200 825 0.005056 10.0.0.33 - - [2026-05-04 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001291 10.0.0.33 - - [2026-05-04 02:11:45] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004450 10.0.0.33 - - [2026-05-04 02:11:45] "POST /neutron/network HTTP/1.1" 200 825 0.006191 10.0.0.33 - - [2026-05-04 02:11:45] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005105 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/network HTTP/1.1" 200 825 0.005420 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.006926 10.0.0.33 - - [2026-05-04 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.33 - - [2026-05-04 02:11:46] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000950 10.0.0.33 - - [2026-05-04 02:11:46] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.027095 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/network HTTP/1.1" 200 117 0.010633 10.0.0.33 - - [2026-05-04 02:11:46] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001114 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/network HTTP/1.1" 200 607 0.065285 10.0.0.33 - - [2026-05-04 02:11:46] "POST /route-targets HTTP/1.1" 200 327 0.009430 10.0.0.33 - - [2026-05-04 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.010419 10.0.0.33 - - [2026-05-04 02:11:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002478 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.158051 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/network HTTP/1.1" 200 828 0.007000 10.0.0.33 - - [2026-05-04 02:11:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001395 10.0.0.33 - - [2026-05-04 02:11:46] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005242 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/network HTTP/1.1" 200 828 0.006707 10.0.0.33 - - [2026-05-04 02:11:46] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007982 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/network HTTP/1.1" 200 828 0.007630 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.007588 10.0.0.33 - - [2026-05-04 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.003101 10.0.0.33 - - [2026-05-04 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.33 - - [2026-05-04 02:11:46] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001302 10.0.0.33 - - [2026-05-04 02:11:46] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024357 10.0.0.33 - - [2026-05-04 02:11:46] "POST /network-policys HTTP/1.1" 200 571 0.017689 10.0.0.33 - - [2026-05-04 02:11:46] "GET /network-policy/a39ba2ec-ebab-4880-8036-c33cd33d889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005891 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/network HTTP/1.1" 200 825 0.006208 10.0.0.33 - - [2026-05-04 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.002762 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/network HTTP/1.1" 200 927 0.039977 10.0.0.33 - - [2026-05-04 02:11:46] "POST /neutron/network HTTP/1.1" 200 927 0.048979 10.0.0.33 - - [2026-05-04 02:11:46] "POST /access-control-lists HTTP/1.1" 200 590 0.070391 10.0.0.33 - - [2026-05-04 02:11:46] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004738 10.0.0.33 - - [2026-05-04 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.33 - - [2026-05-04 02:11:47] "GET /network-policy/a39ba2ec-ebab-4880-8036-c33cd33d889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003425 10.0.0.33 - - [2026-05-04 02:11:47] "POST /neutron/network HTTP/1.1" 200 828 0.005878 10.0.0.33 - - [2026-05-04 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.003041 10.0.0.33 - - [2026-05-04 02:11:47] "POST /neutron/network HTTP/1.1" 200 930 0.038770 10.0.0.33 - - [2026-05-04 02:11:47] "POST /neutron/network HTTP/1.1" 200 930 0.005016 10.0.0.33 - - [2026-05-04 02:11:47] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.038886 10.0.0.33 - - [2026-05-04 02:11:47] "POST /access-control-lists HTTP/1.1" 200 590 0.070277 10.0.0.33 - - [2026-05-04 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.33 - - [2026-05-04 02:11:47] "GET /network-policy/a39ba2ec-ebab-4880-8036-c33cd33d889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.002624 10.0.0.33 - - [2026-05-04 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.010866 10.0.0.33 - - [2026-05-04 02:11:47] "GET /domains HTTP/1.1" 401 292 0.000458 10.0.0.33 - - [2026-05-04 02:11:47] "GET /domains HTTP/1.1" 200 280 0.033822 10.0.0.33 - - [2026-05-04 02:11:47] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.33 - - [2026-05-04 02:11:47] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 3160 0.008171 10.0.0.33 - - [2026-05-04 02:11:47] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001029 10.0.0.33 - - [2026-05-04 02:11:47] "GET /project/6b418545-2697-43de-8308-3976a54299ba HTTP/1.1" 200 2570 0.066785 10.0.0.33 - - [2026-05-04 02:11:47] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627 HTTP/1.1" 200 2888 0.006318 10.0.0.33 - - [2026-05-04 02:11:47] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627 HTTP/1.1" 200 2888 0.004696 10.0.0.33 - - [2026-05-04 02:11:47] "GET /routing-instance/2d3b288e-700f-49dc-878e-0bf40f5c8ed1 HTTP/1.1" 200 1782 0.003974 10.0.0.33 - - [2026-05-04 02:11:47] "GET /routing-instance/2d3b288e-700f-49dc-878e-0bf40f5c8ed1 HTTP/1.1" 200 1782 0.003196 10.0.0.33 - - [2026-05-04 02:11:47] "GET /route-target/6072b152-9fb9-467e-bc63-3d4f47cda057 HTTP/1.1" 200 1206 0.003638 10.0.0.33 - - [2026-05-04 02:11:47] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627 HTTP/1.1" 200 2888 0.004580 10.0.0.33 - - [2026-05-04 02:11:47] "GET /routing-instance/2d3b288e-700f-49dc-878e-0bf40f5c8ed1 HTTP/1.1" 200 1782 0.004338 10.0.0.33 - - [2026-05-04 02:11:47] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004881 10.0.0.33 - - [2026-05-04 02:11:47] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627 HTTP/1.1" 200 2888 0.005798 10.0.0.33 - - [2026-05-04 02:11:47] "GET /routing-instance/2d3b288e-700f-49dc-878e-0bf40f5c8ed1 HTTP/1.1" 200 1782 0.003684 10.0.0.33 - - [2026-05-04 02:11:47] "GET /routing-instance/2d3b288e-700f-49dc-878e-0bf40f5c8ed1 HTTP/1.1" 200 1782 0.006429 10.0.0.33 - - [2026-05-04 02:11:47] "GET /route-target/6072b152-9fb9-467e-bc63-3d4f47cda057 HTTP/1.1" 200 1206 0.003499 10.0.0.33 - - [2026-05-04 02:11:47] "GET /domains HTTP/1.1" 200 280 0.002757 10.0.0.33 - - [2026-05-04 02:11:47] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.33 - - [2026-05-04 02:11:47] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 3160 0.007257 10.0.0.33 - - [2026-05-04 02:11:47] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001332 10.0.0.33 - - [2026-05-04 02:11:47] "GET /project/6b418545-2697-43de-8308-3976a54299ba HTTP/1.1" 200 2570 0.071479 10.0.0.33 - - [2026-05-04 02:11:47] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627 HTTP/1.1" 200 2888 0.004364 10.0.0.33 - - [2026-05-04 02:11:48] "GET /obj-perms HTTP/1.1" 200 5034 0.056243 10.0.0.33 - - [2026-05-04 02:11:48] "GET /domains HTTP/1.1" 200 280 0.002644 10.0.0.33 - - [2026-05-04 02:11:48] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.33 - - [2026-05-04 02:11:48] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 3160 0.006231 10.0.0.33 - - [2026-05-04 02:11:48] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001232 10.0.0.33 - - [2026-05-04 02:11:48] "GET /project/6b418545-2697-43de-8308-3976a54299ba HTTP/1.1" 200 2570 0.068338 10.0.0.33 - - [2026-05-04 02:11:48] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0 HTTP/1.1" 200 2897 0.006795 10.0.0.33 - - [2026-05-04 02:11:48] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0 HTTP/1.1" 200 2897 0.004372 10.0.0.33 - - [2026-05-04 02:11:48] "GET /routing-instance/5d206c00-2014-4ca0-a3e9-031e90f17fe7 HTTP/1.1" 200 1783 0.003256 10.0.0.33 - - [2026-05-04 02:11:48] "GET /routing-instance/5d206c00-2014-4ca0-a3e9-031e90f17fe7 HTTP/1.1" 200 1783 0.002880 10.0.0.33 - - [2026-05-04 02:11:48] "GET /route-target/2d57ef0f-9636-4465-84e6-51c142e339c6 HTTP/1.1" 200 1205 0.002920 10.0.0.33 - - [2026-05-04 02:11:48] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0 HTTP/1.1" 200 2897 0.006690 10.0.0.33 - - [2026-05-04 02:11:48] "GET /routing-instance/5d206c00-2014-4ca0-a3e9-031e90f17fe7 HTTP/1.1" 200 1783 0.003932 10.0.0.33 - - [2026-05-04 02:11:48] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004814 10.0.0.33 - - [2026-05-04 02:11:48] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0 HTTP/1.1" 200 2897 0.004745 10.0.0.33 - - [2026-05-04 02:11:48] "GET /routing-instance/5d206c00-2014-4ca0-a3e9-031e90f17fe7 HTTP/1.1" 200 1783 0.003564 10.0.0.33 - - [2026-05-04 02:11:48] "GET /routing-instance/5d206c00-2014-4ca0-a3e9-031e90f17fe7 HTTP/1.1" 200 1783 0.003389 10.0.0.33 - - [2026-05-04 02:11:48] "GET /route-target/2d57ef0f-9636-4465-84e6-51c142e339c6 HTTP/1.1" 200 1205 0.003206 10.0.0.33 - - [2026-05-04 02:11:48] "GET /domains HTTP/1.1" 200 280 0.002972 10.0.0.33 - - [2026-05-04 02:11:48] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.33 - - [2026-05-04 02:11:48] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 3160 0.007179 10.0.0.33 - - [2026-05-04 02:11:48] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001005 10.0.0.33 - - [2026-05-04 02:11:48] "GET /project/6b418545-2697-43de-8308-3976a54299ba HTTP/1.1" 200 2570 0.071100 10.0.0.33 - - [2026-05-04 02:11:48] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0 HTTP/1.1" 200 2897 0.004422 10.0.0.33 - - [2026-05-04 02:11:48] "GET /obj-perms HTTP/1.1" 200 5034 0.003116 10.0.0.33 - - [2026-05-04 02:11:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001703 10.0.0.33 - - [2026-05-04 02:11:48] "POST /neutron/network HTTP/1.1" 200 937 0.005655 10.0.0.33 - - [2026-05-04 02:11:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2026-05-04 02:11:49] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.33 - - [2026-05-04 02:11:49] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.33 - - [2026-05-04 02:11:49] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001137 10.0.0.33 - - [2026-05-04 02:11:49] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.055431 10.0.0.33 - - [2026-05-04 02:11:49] "POST /neutron/network HTTP/1.1" 200 927 0.005585 10.0.0.33 - - [2026-05-04 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.006520 10.0.0.33 - - [2026-05-04 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.005004 10.0.0.33 - - [2026-05-04 02:11:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001456 10.0.0.33 - - [2026-05-04 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.004891 10.0.0.33 - - [2026-05-04 02:11:49] "POST /neutron/network HTTP/1.1" 200 940 0.005882 10.0.0.33 - - [2026-05-04 02:11:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/network HTTP/1.1" 200 937 0.005595 10.0.0.33 - - [2026-05-04 02:11:50] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001222 10.0.0.33 - - [2026-05-04 02:11:50] "GET / HTTP/1.1" 200 35931 0.004010 10.0.0.33 - - [2026-05-04 02:11:50] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000435 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/port HTTP/1.1" 200 1061 0.203569 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/port HTTP/1.1" 200 1061 0.010760 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/port HTTP/1.1" 200 1061 0.009647 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/port HTTP/1.1" 200 1115 0.065557 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/port HTTP/1.1" 200 1125 0.011295 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003268 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.006683 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/network HTTP/1.1" 200 927 0.008216 10.0.0.33 - - [2026-05-04 02:11:50] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001874 10.0.0.33 - - [2026-05-04 02:11:50] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.061961 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/network HTTP/1.1" 200 930 0.005811 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/port HTTP/1.1" 200 1125 0.030209 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009250 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/port HTTP/1.1" 200 117 0.007095 10.0.0.33 - - [2026-05-04 02:11:50] "POST /neutron/port HTTP/1.1" 200 1125 0.016082 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006534 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/network HTTP/1.1" 200 940 0.005388 10.0.0.33 - - [2026-05-04 02:11:51] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001152 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/port HTTP/1.1" 200 1064 0.220831 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/port HTTP/1.1" 200 1064 0.016048 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/port HTTP/1.1" 200 1064 0.011713 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/port HTTP/1.1" 200 1118 0.113764 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/port HTTP/1.1" 200 1128 0.018498 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003346 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.009153 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.001908 10.0.0.33 - - [2026-05-04 02:11:51] "POST /neutron/network HTTP/1.1" 200 930 0.005567 10.0.0.33 - - [2026-05-04 02:11:56] "POST /neutron/port HTTP/1.1" 200 1125 0.015270 10.0.0.33 - - [2026-05-04 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006652 10.0.0.33 - - [2026-05-04 02:11:56] "POST /neutron/port HTTP/1.1" 200 1125 0.012014 10.0.0.33 - - [2026-05-04 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010310 10.0.0.33 - - [2026-05-04 02:11:56] "POST /neutron/port HTTP/1.1" 200 1125 0.013557 10.0.0.33 - - [2026-05-04 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006345 10.0.0.33 - - [2026-05-04 02:11:56] "GET /virtual-machine/ca63ff12-72f4-4798-bc9e-d60ff2b126f8 HTTP/1.1" 200 1295 0.005023 10.0.0.33 - - [2026-05-04 02:11:56] "GET /virtual-machine-interface/d347adff-e71b-4ddc-8270-d60d2df83bf3 HTTP/1.1" 200 2950 0.006058 10.0.0.33 - - [2026-05-04 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.33 - - [2026-05-04 02:11:56] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003460 10.0.0.33 - - [2026-05-04 02:11:56] "GET /virtual-networks?parent_id=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003312 10.0.0.33 - - [2026-05-04 02:11:56] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007303 10.0.0.33 - - [2026-05-04 02:11:59] "POST /neutron/port HTTP/1.1" 200 1125 0.013782 10.0.0.33 - - [2026-05-04 02:11:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006233 10.0.0.33 - - [2026-05-04 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.33 - - [2026-05-04 02:11:59] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.009200 10.0.0.33 - - [2026-05-04 02:12:00] "POST /neutron/port HTTP/1.1" 200 1128 0.012012 10.0.0.33 - - [2026-05-04 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006519 10.0.0.33 - - [2026-05-04 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.33 - - [2026-05-04 02:12:01] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.33 - - [2026-05-04 02:12:01] "GET /virtual-networks?parent_id=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003720 10.0.0.33 - - [2026-05-04 02:12:01] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006095 10.0.0.33 - - [2026-05-04 02:12:02] "POST /neutron/port HTTP/1.1" 200 1128 0.014049 10.0.0.33 - - [2026-05-04 02:12:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009297 10.0.0.33 - - [2026-05-04 02:12:02] "POST /neutron/port HTTP/1.1" 200 1128 0.014317 10.0.0.33 - - [2026-05-04 02:12:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006871 10.0.0.33 - - [2026-05-04 02:12:02] "POST /neutron/port HTTP/1.1" 200 1128 0.012856 10.0.0.33 - - [2026-05-04 02:12:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006919 10.0.0.33 - - [2026-05-04 02:12:02] "GET /virtual-machine/9be51bc0-add6-4409-a180-1e924fb538a6 HTTP/1.1" 200 1295 0.006594 10.0.0.33 - - [2026-05-04 02:12:02] "GET /virtual-machine-interface/b91cf159-813b-41fe-bb3a-5a66d1d4dd7e HTTP/1.1" 200 2951 0.005650 10.0.0.33 - - [2026-05-04 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.33 - - [2026-05-04 02:12:02] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003306 10.0.0.33 - - [2026-05-04 02:12:02] "GET /virtual-networks?parent_id=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003736 10.0.0.33 - - [2026-05-04 02:12:02] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005305 10.0.0.33 - - [2026-05-04 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.33 - - [2026-05-04 02:12:03] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003546 10.0.0.33 - - [2026-05-04 02:12:03] "GET /virtual-networks?parent_id=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003687 10.0.0.33 - - [2026-05-04 02:12:03] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005492 10.0.0.33 - - [2026-05-04 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.33 - - [2026-05-04 02:12:07] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001991 10.0.0.33 - - [2026-05-04 02:12:07] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025580 10.0.0.33 - - [2026-05-04 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.33 - - [2026-05-04 02:12:08] "PUT /network-policy/a39ba2ec-ebab-4880-8036-c33cd33d889c HTTP/1.1" 200 262 0.010285 10.0.0.33 - - [2026-05-04 02:12:08] "PUT /access-control-list/65d70263-2754-4f2d-9af3-8045e7242fe4 HTTP/1.1" 200 272 0.049469 10.0.0.33 - - [2026-05-04 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009429 10.0.0.33 - - [2026-05-04 02:12:08] "PUT /access-control-list/76eb75c6-2cde-4328-be98-6daea929f80a HTTP/1.1" 200 272 0.053581 10.0.0.33 - - [2026-05-04 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.011723 10.0.0.33 - - [2026-05-04 02:12:11] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005185 10.0.0.33 - - [2026-05-04 02:12:11] "POST /neutron/network HTTP/1.1" 200 930 0.005631 10.0.0.33 - - [2026-05-04 02:12:11] "POST /neutron/network HTTP/1.1" 200 828 0.044933 10.0.0.33 - - [2026-05-04 02:12:11] "POST /neutron/network HTTP/1.1" 200 828 0.015746 10.0.0.33 - - [2026-05-04 02:12:11] "DELETE /access-control-list/65d70263-2754-4f2d-9af3-8045e7242fe4 HTTP/1.1" 200 115 0.054318 10.0.0.33 - - [2026-05-04 02:12:11] "GET /virtual-network/45f4ea79-5b74-4c2a-9ef3-98dea5fed1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005758 10.0.0.33 - - [2026-05-04 02:12:11] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004769 10.0.0.33 - - [2026-05-04 02:12:11] "POST /neutron/network HTTP/1.1" 200 927 0.006254 10.0.0.33 - - [2026-05-04 02:12:11] "POST /neutron/network HTTP/1.1" 200 825 0.058841 10.0.0.33 - - [2026-05-04 02:12:11] "DELETE /access-control-list/76eb75c6-2cde-4328-be98-6daea929f80a HTTP/1.1" 200 115 0.053909 10.0.0.33 - - [2026-05-04 02:12:11] "POST /neutron/network HTTP/1.1" 200 825 0.010098 10.0.0.33 - - [2026-05-04 02:12:11] "GET /virtual-network/75138332-21a7-42bd-a2b1-e7c55503c627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007536 10.0.0.33 - - [2026-05-04 02:12:11] "DELETE /network-policy/a39ba2ec-ebab-4880-8036-c33cd33d889c HTTP/1.1" 200 115 0.024073 10.0.0.33 - - [2026-05-04 02:12:11] "POST /neutron/network HTTP/1.1" 200 828 0.006385 10.0.0.33 - - [2026-05-04 02:12:11] "POST /neutron/network HTTP/1.1" 400 204 0.012767 10.0.0.33 - - [2026-05-04 02:12:11] "POST /neutron/port HTTP/1.1" 200 1128 0.013970 10.0.0.33 - - [2026-05-04 02:12:11] "POST /neutron/port HTTP/1.1" 200 1118 0.013634 10.0.0.33 - - [2026-05-04 02:12:12] "POST /neutron/port HTTP/1.1" 200 1125 0.014395 10.0.0.33 - - [2026-05-04 02:12:12] "POST /neutron/port HTTP/1.1" 200 1115 0.019932 10.0.0.33 - - [2026-05-04 02:12:12] "POST /neutron/port HTTP/1.1" 200 151 0.177454 10.0.0.33 - - [2026-05-04 02:12:12] "POST /neutron/port HTTP/1.1" 200 151 0.158541 10.0.0.33 - - [2026-05-04 02:12:12] "DELETE /project/b76f0a5b1fd246a29babe6d0b3e6ef8b HTTP/1.1" 404 173 0.016846 10.0.0.33 - - [2026-05-04 02:12:12] "DELETE /project/3ad5e20143884f00a68b6c48876b460e HTTP/1.1" 404 173 0.013252 10.0.0.33 - - [2026-05-04 02:12:12] "DELETE /project/6b418545269743de83083976a54299ba HTTP/1.1" 404 173 0.008879 10.0.0.33 - - [2026-05-04 02:12:12] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.33 - - [2026-05-04 02:12:12] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000839 10.0.0.33 - - [2026-05-04 02:12:12] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000713 10.0.0.33 - - [2026-05-04 02:12:12] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.046007 10.0.0.33 - - [2026-05-04 02:12:12] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001427 10.0.0.33 - - [2026-05-04 02:12:12] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.058810 10.0.0.33 - - [2026-05-04 02:12:12] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.066079 10.0.0.33 - - [2026-05-04 02:12:12] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001004 10.0.0.33 - - [2026-05-04 02:12:12] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.33 - - [2026-05-04 02:12:12] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?fields=security_groups HTTP/1.1" 200 1412 0.051679 10.0.0.33 - - [2026-05-04 02:12:12] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?fields=security_groups HTTP/1.1" 200 1387 0.033639 10.0.0.33 - - [2026-05-04 02:12:12] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?fields=security_groups HTTP/1.1" 200 1373 0.072725 10.0.0.33 - - [2026-05-04 02:12:12] "DELETE /security-group/618368a8-e288-4bed-a953-697e1dccaa6d HTTP/1.1" 200 115 0.064340 10.0.0.33 - - [2026-05-04 02:12:12] "DELETE /access-control-list/34f86a2a-c1a1-4494-8565-6d1f95f7a635 HTTP/1.1" 200 115 0.041469 10.0.0.33 - - [2026-05-04 02:12:12] "GET /projects?obj_uuids=b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001332 10.0.0.33 - - [2026-05-04 02:12:12] "DELETE /security-group/fdbc4d1b-905e-4e67-a44b-966cd7b7bae1 HTTP/1.1" 200 115 0.093268 10.0.0.33 - - [2026-05-04 02:12:12] "GET /projects?obj_uuids=3ad5e201-4388-4f00-a68b-6c48876b460e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.33 - - [2026-05-04 02:12:12] "DELETE /security-group/7ed784d8-d721-4f41-bf65-57ed3a0a5102 HTTP/1.1" 200 115 0.080651 10.0.0.33 - - [2026-05-04 02:12:12] "GET /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b?fields=application_policy_sets HTTP/1.1" 200 1451 0.059795 10.0.0.33 - - [2026-05-04 02:12:12] "GET /projects?obj_uuids=c13293db-346b-4c5d-b981-ff521526f618&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001019 10.0.0.33 - - [2026-05-04 02:12:12] "DELETE /access-control-list/52fbd06a-5c08-4875-9bbb-11c433fc8ff9 HTTP/1.1" 200 115 0.064544 10.0.0.33 - - [2026-05-04 02:12:12] "GET /project/c13293db-346b-4c5d-b981-ff521526f618?fields=application_policy_sets HTTP/1.1" 200 1412 0.046166 10.0.0.33 - - [2026-05-04 02:12:13] "GET /project/3ad5e201-4388-4f00-a68b-6c48876b460e?fields=application_policy_sets HTTP/1.1" 200 1426 0.097400 10.0.0.33 - - [2026-05-04 02:12:13] "DELETE /access-control-list/0e2de976-97d2-49e9-8120-5f05b6e629f0 HTTP/1.1" 200 115 0.062289 10.0.0.33 - - [2026-05-04 02:12:13] "DELETE /access-control-list/bb2d2dca-d09a-481a-9439-22a66814748f HTTP/1.1" 200 115 0.047240 10.0.0.33 - - [2026-05-04 02:12:13] "DELETE /access-control-list/36b3570d-4fc7-47e7-8cff-584906080632 HTTP/1.1" 200 115 0.042391 10.0.0.33 - - [2026-05-04 02:12:13] "DELETE /project/b76f0a5b-1fd2-46a2-9bab-e6d0b3e6ef8b HTTP/1.1" 200 115 0.485253 10.0.0.33 - - [2026-05-04 02:12:13] "DELETE /access-control-list/8c1227e8-96b1-4497-94a8-fec96cf5eec3 HTTP/1.1" 200 115 0.030190 10.0.0.33 - - [2026-05-04 02:12:13] "DELETE /project/c13293db-346b-4c5d-b981-ff521526f618 HTTP/1.1" 200 115 0.500778 10.0.0.33 - - [2026-05-04 02:12:13] "DELETE /project/3ad5e201-4388-4f00-a68b-6c48876b460e HTTP/1.1" 200 115 0.515695 10.0.0.33 - - [2026-05-04 02:12:13] "POST /neutron/network HTTP/1.1" 200 828 0.007765 10.0.0.33 - - [2026-05-04 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007444 10.0.0.33 - - [2026-05-04 02:12:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003644 10.0.0.33 - - [2026-05-04 02:12:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002395 10.0.0.33 - - [2026-05-04 02:12:13] "POST /neutron/network HTTP/1.1" 200 151 0.107672 10.0.0.33 - - [2026-05-04 02:12:13] "DELETE /route-target/2d57ef0f-9636-4465-84e6-51c142e339c6 HTTP/1.1" 200 115 0.030501 10.0.0.33 - - [2026-05-04 02:12:13] "GET /routing-instance/5d206c00-2014-4ca0-a3e9-031e90f17fe7 HTTP/1.1" 404 171 0.004221 10.0.0.33 - - [2026-05-04 02:12:13] "GET /domains HTTP/1.1" 200 280 0.003580 10.0.0.33 - - [2026-05-04 02:12:13] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001906 10.0.0.33 - - [2026-05-04 02:12:14] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2575 0.058306 10.0.0.33 - - [2026-05-04 02:12:14] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003638 10.0.0.33 - - [2026-05-04 02:12:14] "GET /project/6b418545-2697-43de-8308-3976a54299ba HTTP/1.1" 200 2102 0.075925 10.0.0.33 - - [2026-05-04 02:12:14] "POST /neutron/network HTTP/1.1" 200 825 0.006219 10.0.0.33 - - [2026-05-04 02:12:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004862 10.0.0.33 - - [2026-05-04 02:12:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001901 10.0.0.33 - - [2026-05-04 02:12:14] "POST /neutron/network HTTP/1.1" 200 151 0.090673 10.0.0.33 - - [2026-05-04 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.33 - - [2026-05-04 02:12:14] "GET /routing-instance/2d3b288e-700f-49dc-878e-0bf40f5c8ed1 HTTP/1.1" 404 171 0.003630 10.0.0.33 - - [2026-05-04 02:12:14] "GET /domains HTTP/1.1" 200 280 0.003232 10.0.0.33 - - [2026-05-04 02:12:14] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001459 10.0.0.33 - - [2026-05-04 02:12:14] "DELETE /route-target/6072b152-9fb9-467e-bc63-3d4f47cda057 HTTP/1.1" 200 115 0.027550 10.0.0.33 - - [2026-05-04 02:12:14] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2575 0.049320 10.0.0.33 - - [2026-05-04 02:12:14] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001050 10.0.0.33 - - [2026-05-04 02:12:14] "GET /project/6b418545-2697-43de-8308-3976a54299ba HTTP/1.1" 200 1863 0.066324 10.0.0.33 - - [2026-05-04 02:12:14] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001108 10.0.0.33 - - [2026-05-04 02:12:14] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.029045 10.0.0.33 - - [2026-05-04 02:12:14] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.33 - - [2026-05-04 02:12:14] "GET /project/6b418545-2697-43de-8308-3976a54299ba?fields=virtual_networks HTTP/1.1" 200 1035 0.070500 10.0.0.33 - - [2026-05-04 02:12:14] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001289 10.0.0.33 - - [2026-05-04 02:12:14] "GET /project/6b418545-2697-43de-8308-3976a54299ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.028280 10.0.0.33 - - [2026-05-04 02:12:14] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001132 10.0.0.33 - - [2026-05-04 02:12:14] "GET /project/6b418545-2697-43de-8308-3976a54299ba?fields=security_groups HTTP/1.1" 200 1263 0.024135 10.0.0.33 - - [2026-05-04 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 181 0.035201 10.0.0.33 - - [2026-05-04 02:12:15] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002376 10.0.0.33 - - [2026-05-04 02:12:15] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.33 - - [2026-05-04 02:12:15] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006600 10.0.0.33 - - [2026-05-04 02:12:16] "POST /id-to-fqname HTTP/1.1" 200 183 0.001233 10.0.0.33 - - [2026-05-04 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.002084 10.0.0.33 - - [2026-05-04 02:12:16] "POST /security-groups HTTP/1.1" 200 584 0.064254 10.0.0.33 - - [2026-05-04 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 227 0.002686 10.0.0.33 - - [2026-05-04 02:12:16] "POST /projects HTTP/1.1" 200 571 0.207700 10.0.0.33 - - [2026-05-04 02:12:16] "POST /access-control-lists HTTP/1.1" 200 589 0.056810 10.0.0.33 - - [2026-05-04 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.278200 10.0.0.33 - - [2026-05-04 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 226 0.002751 10.0.0.33 - - [2026-05-04 02:12:16] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.396866 10.0.0.33 - - [2026-05-04 02:12:16] "POST /access-control-lists HTTP/1.1" 200 587 0.060818 10.0.0.33 - - [2026-05-04 02:12:17] "GET / HTTP/1.1" 200 35931 0.002874 10.0.0.33 - - [2026-05-04 02:12:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.33 - - [2026-05-04 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.062817 10.0.0.33 - - [2026-05-04 02:12:18] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001041 10.0.0.33 - - [2026-05-04 02:12:18] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.021295 10.0.0.33 - - [2026-05-04 02:12:18] "POST /neutron/network HTTP/1.1" 200 117 0.042085 10.0.0.33 - - [2026-05-04 02:12:18] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001925 10.0.0.33 - - [2026-05-04 02:12:18] "POST /neutron/network HTTP/1.1" 200 612 0.063945 10.0.0.33 - - [2026-05-04 02:12:18] "POST /route-targets HTTP/1.1" 200 327 0.012843 10.0.0.33 - - [2026-05-04 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.013682 10.0.0.33 - - [2026-05-04 02:12:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006015 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.196772 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/network HTTP/1.1" 200 830 0.005227 10.0.0.33 - - [2026-05-04 02:12:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001213 10.0.0.33 - - [2026-05-04 02:12:19] "GET /virtual-network/6566d5b3-8fe0-460e-bafa-bc73abcda0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004460 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/network HTTP/1.1" 200 830 0.006129 10.0.0.33 - - [2026-05-04 02:12:19] "GET /virtual-network/6566d5b3-8fe0-460e-bafa-bc73abcda0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004789 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/network HTTP/1.1" 200 830 0.005639 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.006852 10.0.0.33 - - [2026-05-04 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.33 - - [2026-05-04 02:12:19] "GET /virtual-network/6566d5b3-8fe0-460e-bafa-bc73abcda0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004814 10.0.0.33 - - [2026-05-04 02:12:19] "PUT /virtual-network/6566d5b3-8fe0-460e-bafa-bc73abcda0ee HTTP/1.1" 200 264 0.035106 10.0.0.33 - - [2026-05-04 02:12:19] "POST /route-targets HTTP/1.1" 200 323 0.011665 10.0.0.33 - - [2026-05-04 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.33 - - [2026-05-04 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.33 - - [2026-05-04 02:12:19] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001074 10.0.0.33 - - [2026-05-04 02:12:19] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.022573 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/network HTTP/1.1" 200 117 0.010815 10.0.0.33 - - [2026-05-04 02:12:19] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001138 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/network HTTP/1.1" 200 612 0.069451 10.0.0.33 - - [2026-05-04 02:12:19] "POST /route-targets HTTP/1.1" 200 327 0.010693 10.0.0.33 - - [2026-05-04 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.011505 10.0.0.33 - - [2026-05-04 02:12:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004283 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.159233 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/network HTTP/1.1" 200 831 0.007151 10.0.0.33 - - [2026-05-04 02:12:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001859 10.0.0.33 - - [2026-05-04 02:12:19] "GET /virtual-network/55667c6e-a3ec-47e5-b649-850892270c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005421 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/network HTTP/1.1" 200 831 0.005974 10.0.0.33 - - [2026-05-04 02:12:19] "GET /virtual-network/55667c6e-a3ec-47e5-b649-850892270c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006425 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/network HTTP/1.1" 200 831 0.005834 10.0.0.33 - - [2026-05-04 02:12:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.007932 10.0.0.33 - - [2026-05-04 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.33 - - [2026-05-04 02:12:19] "GET /virtual-network/55667c6e-a3ec-47e5-b649-850892270c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006380 10.0.0.33 - - [2026-05-04 02:12:20] "PUT /virtual-network/55667c6e-a3ec-47e5-b649-850892270c35 HTTP/1.1" 200 264 0.036893 10.0.0.33 - - [2026-05-04 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.010947 10.0.0.33 - - [2026-05-04 02:12:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001457 10.0.0.33 - - [2026-05-04 02:12:20] "POST /neutron/network HTTP/1.1" 200 840 0.007063 10.0.0.33 - - [2026-05-04 02:12:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000462 10.0.0.33 - - [2026-05-04 02:12:20] "GET /obj-perms HTTP/1.1" 200 5056 0.055179 10.0.0.33 - - [2026-05-04 02:12:20] "GET / HTTP/1.1" 200 35931 0.001757 10.0.0.33 - - [2026-05-04 02:12:20] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000364 10.0.0.33 - - [2026-05-04 02:12:20] "GET /obj-perms HTTP/1.1" 200 5056 0.055199 10.0.0.33 - - [2026-05-04 02:12:21] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001295 10.0.0.33 - - [2026-05-04 02:12:21] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.050969 10.0.0.33 - - [2026-05-04 02:12:21] "POST /neutron/network HTTP/1.1" 200 830 0.005499 10.0.0.33 - - [2026-05-04 02:12:21] "POST /neutron/port HTTP/1.1" 200 117 0.005045 10.0.0.33 - - [2026-05-04 02:12:21] "POST /neutron/port HTTP/1.1" 200 117 0.004677 10.0.0.33 - - [2026-05-04 02:12:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001331 10.0.0.33 - - [2026-05-04 02:12:21] "POST /neutron/port HTTP/1.1" 200 117 0.004733 10.0.0.33 - - [2026-05-04 02:12:21] "POST /neutron/network HTTP/1.1" 200 841 0.006367 10.0.0.33 - - [2026-05-04 02:12:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000521 10.0.0.33 - - [2026-05-04 02:12:21] "POST /neutron/network HTTP/1.1" 200 840 0.005501 10.0.0.33 - - [2026-05-04 02:12:21] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001121 10.0.0.33 - - [2026-05-04 02:12:21] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.33 - - [2026-05-04 02:12:21] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000338 10.0.0.33 - - [2026-05-04 02:12:21] "POST /neutron/port HTTP/1.1" 200 1052 0.205980 10.0.0.33 - - [2026-05-04 02:12:21] "POST /neutron/port HTTP/1.1" 200 1052 0.011516 10.0.0.33 - - [2026-05-04 02:12:21] "POST /neutron/port HTTP/1.1" 200 1052 0.008993 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/port HTTP/1.1" 200 1106 0.073659 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/port HTTP/1.1" 200 1116 0.012120 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003951 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.007720 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/network HTTP/1.1" 200 830 0.006268 10.0.0.33 - - [2026-05-04 02:12:22] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001206 10.0.0.33 - - [2026-05-04 02:12:22] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.054289 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/network HTTP/1.1" 200 831 0.006214 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/port HTTP/1.1" 200 1116 0.014749 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007669 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/port HTTP/1.1" 200 117 0.005158 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/port HTTP/1.1" 200 1116 0.012373 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007384 10.0.0.33 - - [2026-05-04 02:12:22] "POST /neutron/network HTTP/1.1" 200 841 0.005771 10.0.0.33 - - [2026-05-04 02:12:22] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001728 10.0.0.33 - - [2026-05-04 02:12:23] "POST /neutron/port HTTP/1.1" 200 1053 0.264549 10.0.0.33 - - [2026-05-04 02:12:23] "POST /neutron/port HTTP/1.1" 200 1053 0.014997 10.0.0.33 - - [2026-05-04 02:12:23] "POST /neutron/port HTTP/1.1" 200 1053 0.011191 10.0.0.33 - - [2026-05-04 02:12:23] "POST /neutron/port HTTP/1.1" 200 1107 0.082550 10.0.0.33 - - [2026-05-04 02:12:23] "POST /neutron/port HTTP/1.1" 200 1117 0.014855 10.0.0.33 - - [2026-05-04 02:12:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003688 10.0.0.33 - - [2026-05-04 02:12:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.006434 10.0.0.33 - - [2026-05-04 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.33 - - [2026-05-04 02:12:23] "POST /neutron/network HTTP/1.1" 200 831 0.005671 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/port HTTP/1.1" 200 1116 0.016553 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/port HTTP/1.1" 200 1116 0.013045 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/network HTTP/1.1" 200 840 0.006258 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004504 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.007902 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/port HTTP/1.1" 200 117 0.001711 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/network HTTP/1.1" 200 830 0.008201 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/port HTTP/1.1" 200 1116 0.013142 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006598 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/port HTTP/1.1" 200 1116 0.011509 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006081 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/port HTTP/1.1" 200 1116 0.017232 10.0.0.33 - - [2026-05-04 02:12:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006533 10.0.0.33 - - [2026-05-04 02:12:27] "GET /virtual-machine/8aee3cea-5564-4fae-9dde-dca1a4ae91ff HTTP/1.1" 401 292 0.000603 10.0.0.33 - - [2026-05-04 02:12:28] "GET /virtual-machine/8aee3cea-5564-4fae-9dde-dca1a4ae91ff HTTP/1.1" 200 1286 0.034179 10.0.0.33 - - [2026-05-04 02:12:28] "GET /virtual-machine-interface/d169ca01-acde-42ca-a4a1-1e1079d32a74 HTTP/1.1" 200 2927 0.010015 10.0.0.33 - - [2026-05-04 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.33 - - [2026-05-04 02:12:28] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002990 10.0.0.33 - - [2026-05-04 02:12:28] "GET /virtual-networks?parent_id=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003258 10.0.0.33 - - [2026-05-04 02:12:28] "GET /virtual-network/6566d5b3-8fe0-460e-bafa-bc73abcda0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005953 10.0.0.33 - - [2026-05-04 02:12:31] "POST /neutron/port HTTP/1.1" 200 1116 0.012385 10.0.0.33 - - [2026-05-04 02:12:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005829 10.0.0.33 - - [2026-05-04 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.33 - - [2026-05-04 02:12:31] "GET /virtual-network/6566d5b3-8fe0-460e-bafa-bc73abcda0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004972 10.0.0.33 - - [2026-05-04 02:12:32] "POST /neutron/port HTTP/1.1" 200 1117 0.017473 10.0.0.33 - - [2026-05-04 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005830 10.0.0.33 - - [2026-05-04 02:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.33 - - [2026-05-04 02:12:33] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003297 10.0.0.33 - - [2026-05-04 02:12:33] "GET /virtual-networks?parent_id=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003525 10.0.0.33 - - [2026-05-04 02:12:33] "GET /virtual-network/6566d5b3-8fe0-460e-bafa-bc73abcda0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005947 10.0.0.33 - - [2026-05-04 02:12:33] "POST /neutron/port HTTP/1.1" 200 1117 0.014015 10.0.0.33 - - [2026-05-04 02:12:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005902 10.0.0.33 - - [2026-05-04 02:12:34] "POST /neutron/port HTTP/1.1" 200 1117 0.013450 10.0.0.33 - - [2026-05-04 02:12:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006044 10.0.0.33 - - [2026-05-04 02:12:34] "POST /neutron/port HTTP/1.1" 200 1117 0.012385 10.0.0.33 - - [2026-05-04 02:12:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007854 10.0.0.33 - - [2026-05-04 02:12:34] "GET /virtual-machine/c76f730d-89a5-4285-8cf2-2fab2ad4005b HTTP/1.1" 200 1286 0.004932 10.0.0.33 - - [2026-05-04 02:12:34] "GET /virtual-machine-interface/a88167f1-07a1-4d3b-b37e-29639796ed57 HTTP/1.1" 200 2927 0.004600 10.0.0.33 - - [2026-05-04 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.33 - - [2026-05-04 02:12:34] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004475 10.0.0.33 - - [2026-05-04 02:12:34] "GET /virtual-networks?parent_id=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002764 10.0.0.33 - - [2026-05-04 02:12:34] "GET /virtual-network/55667c6e-a3ec-47e5-b649-850892270c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006524 10.0.0.33 - - [2026-05-04 02:12:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000585 10.0.0.33 - - [2026-05-04 02:12:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.33 - - [2026-05-04 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.33 - - [2026-05-04 02:12:35] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003101 10.0.0.33 - - [2026-05-04 02:12:35] "GET /virtual-networks?parent_id=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002962 10.0.0.33 - - [2026-05-04 02:12:35] "GET /virtual-network/55667c6e-a3ec-47e5-b649-850892270c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005269 10.0.0.33 - - [2026-05-04 02:12:35] "POST /routing-policys HTTP/1.1" 200 534 0.027785 10.0.0.33 - - [2026-05-04 02:12:35] "GET /virtual-network/6566d5b3-8fe0-460e-bafa-bc73abcda0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006291 10.0.0.33 - - [2026-05-04 02:12:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2026-05-04 02:12:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2026-05-04 02:12:35] "POST /ref-update HTTP/1.1" 200 156 0.011769 10.0.0.33 - - [2026-05-04 02:12:35] "PUT /virtual-network/6566d5b3-8fe0-460e-bafa-bc73abcda0ee HTTP/1.1" 200 264 0.031882 10.0.0.33 - - [2026-05-04 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.027990 10.0.0.33 - - [2026-05-04 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.013923 10.0.0.33 - - [2026-05-04 02:12:39] "DELETE /routing-policy/a458d308-09c7-4a00-aae1-b74f2cff9f40 HTTP/1.1" 200 115 0.027799 10.0.0.33 - - [2026-05-04 02:12:39] "POST /neutron/network HTTP/1.1" 200 831 0.008287 10.0.0.33 - - [2026-05-04 02:12:39] "POST /neutron/network HTTP/1.1" 400 204 0.010603 10.0.0.33 - - [2026-05-04 02:12:40] "POST /neutron/port HTTP/1.1" 200 1117 0.012155 10.0.0.33 - - [2026-05-04 02:12:40] "POST /neutron/port HTTP/1.1" 200 1107 0.010731 10.0.0.33 - - [2026-05-04 02:12:40] "POST /neutron/port HTTP/1.1" 200 1116 0.018323 10.0.0.33 - - [2026-05-04 02:12:40] "POST /neutron/port HTTP/1.1" 200 1106 0.013309 10.0.0.33 - - [2026-05-04 02:12:40] "POST /neutron/port HTTP/1.1" 200 151 0.138590 10.0.0.33 - - [2026-05-04 02:12:40] "POST /neutron/port HTTP/1.1" 200 151 0.115255 10.0.0.33 - - [2026-05-04 02:12:41] "POST /neutron/network HTTP/1.1" 200 831 0.005765 10.0.0.33 - - [2026-05-04 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002983 10.0.0.33 - - [2026-05-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.33 - - [2026-05-04 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003687 10.0.0.33 - - [2026-05-04 02:12:42] "POST /neutron/network HTTP/1.1" 200 151 0.081797 10.0.0.33 - - [2026-05-04 02:12:42] "DELETE /route-target/c4c6e8bf-b740-4546-9db4-f4f2bb4a7cf8 HTTP/1.1" 200 115 0.015736 10.0.0.33 - - [2026-05-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.33 - - [2026-05-04 02:12:42] "POST /neutron/network HTTP/1.1" 200 830 0.004774 10.0.0.33 - - [2026-05-04 02:12:42] "DELETE /route-target/dc688220-fc77-43c8-9721-41f6cc5f5a36 HTTP/1.1" 409 239 0.006395 10.0.0.33 - - [2026-05-04 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002444 10.0.0.33 - - [2026-05-04 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002249 10.0.0.33 - - [2026-05-04 02:12:42] "POST /neutron/network HTTP/1.1" 200 151 0.080790 10.0.0.33 - - [2026-05-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.33 - - [2026-05-04 02:12:42] "DELETE /route-target/9d226df4-aeff-4673-8b39-401564baec0a HTTP/1.1" 200 115 0.012763 10.0.0.33 - - [2026-05-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.33 - - [2026-05-04 02:12:42] "DELETE /route-target/dc688220-fc77-43c8-9721-41f6cc5f5a36 HTTP/1.1" 200 115 0.015352 10.0.0.33 - - [2026-05-04 02:12:42] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001086 10.0.0.33 - - [2026-05-04 02:12:42] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.021832 10.0.0.33 - - [2026-05-04 02:12:42] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000940 10.0.0.33 - - [2026-05-04 02:12:42] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?fields=virtual_networks HTTP/1.1" 200 1019 0.063583 10.0.0.33 - - [2026-05-04 02:12:42] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001015 10.0.0.33 - - [2026-05-04 02:12:42] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.026501 10.0.0.33 - - [2026-05-04 02:12:42] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001147 10.0.0.33 - - [2026-05-04 02:12:42] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?fields=security_groups HTTP/1.1" 200 1238 0.024063 10.0.0.33 - - [2026-05-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.029925 10.0.0.33 - - [2026-05-04 02:12:43] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002367 10.0.0.33 - - [2026-05-04 02:12:43] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.33 - - [2026-05-04 02:12:43] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006843 10.0.0.33 - - [2026-05-04 02:12:43] "POST /id-to-fqname HTTP/1.1" 200 188 0.002060 10.0.0.33 - - [2026-05-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.004448 10.0.0.33 - - [2026-05-04 02:12:43] "POST /security-groups HTTP/1.1" 200 589 0.071972 10.0.0.33 - - [2026-05-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.002719 10.0.0.33 - - [2026-05-04 02:12:43] "POST /projects HTTP/1.1" 200 581 0.220422 10.0.0.33 - - [2026-05-04 02:12:43] "POST /access-control-lists HTTP/1.1" 200 594 0.058771 10.0.0.33 - - [2026-05-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.298243 10.0.0.33 - - [2026-05-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.003154 10.0.0.33 - - [2026-05-04 02:12:44] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.421287 10.0.0.33 - - [2026-05-04 02:12:44] "POST /access-control-lists HTTP/1.1" 200 592 0.060811 10.0.0.33 - - [2026-05-04 02:12:45] "GET / HTTP/1.1" 200 35931 0.002807 10.0.0.33 - - [2026-05-04 02:12:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.33 - - [2026-05-04 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.065245 10.0.0.33 - - [2026-05-04 02:12:46] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001044 10.0.0.33 - - [2026-05-04 02:12:46] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025012 10.0.0.33 - - [2026-05-04 02:12:46] "POST /neutron/network HTTP/1.1" 200 117 0.039433 10.0.0.33 - - [2026-05-04 02:12:46] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001366 10.0.0.33 - - [2026-05-04 02:12:46] "POST /neutron/network HTTP/1.1" 200 613 0.071485 10.0.0.33 - - [2026-05-04 02:12:46] "POST /route-targets HTTP/1.1" 200 327 0.015961 10.0.0.33 - - [2026-05-04 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.014514 10.0.0.33 - - [2026-05-04 02:12:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003889 10.0.0.33 - - [2026-05-04 02:12:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.184575 10.0.0.33 - - [2026-05-04 02:12:46] "POST /neutron/network HTTP/1.1" 200 832 0.005795 10.0.0.33 - - [2026-05-04 02:12:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001352 10.0.0.33 - - [2026-05-04 02:12:46] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004826 10.0.0.33 - - [2026-05-04 02:12:46] "POST /neutron/network HTTP/1.1" 200 832 0.007025 10.0.0.33 - - [2026-05-04 02:12:46] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005212 10.0.0.33 - - [2026-05-04 02:12:46] "POST /neutron/network HTTP/1.1" 200 832 0.005877 10.0.0.33 - - [2026-05-04 02:12:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.007962 10.0.0.33 - - [2026-05-04 02:12:46] "GET /domains HTTP/1.1" 401 292 0.000475 10.0.0.33 - - [2026-05-04 02:12:47] "GET /domains HTTP/1.1" 200 280 0.036831 10.0.0.33 - - [2026-05-04 02:12:47] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001795 10.0.0.33 - - [2026-05-04 02:12:47] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2938 0.010108 10.0.0.33 - - [2026-05-04 02:12:47] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.33 - - [2026-05-04 02:12:47] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 2081 0.078092 10.0.0.33 - - [2026-05-04 02:12:47] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea HTTP/1.1" 200 2319 0.007051 10.0.0.33 - - [2026-05-04 02:12:47] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea HTTP/1.1" 200 2319 0.004884 10.0.0.33 - - [2026-05-04 02:12:47] "GET /routing-instance/561ad043-38b0-4491-86fc-b4b0c23ca547 HTTP/1.1" 200 1492 0.004326 10.0.0.33 - - [2026-05-04 02:12:47] "GET /routing-instance/561ad043-38b0-4491-86fc-b4b0c23ca547 HTTP/1.1" 200 1492 0.003570 10.0.0.33 - - [2026-05-04 02:12:47] "GET /route-target/f2a51284-bc2f-469d-9613-aec83a2f58a1 HTTP/1.1" 200 1213 0.003530 10.0.0.33 - - [2026-05-04 02:12:47] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea HTTP/1.1" 200 2319 0.004551 10.0.0.33 - - [2026-05-04 02:12:47] "GET /routing-instance/561ad043-38b0-4491-86fc-b4b0c23ca547 HTTP/1.1" 200 1492 0.003551 10.0.0.33 - - [2026-05-04 02:12:47] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004332 10.0.0.33 - - [2026-05-04 02:12:47] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea HTTP/1.1" 200 2319 0.004423 10.0.0.33 - - [2026-05-04 02:12:47] "GET /routing-instance/561ad043-38b0-4491-86fc-b4b0c23ca547 HTTP/1.1" 200 1492 0.003163 10.0.0.33 - - [2026-05-04 02:12:47] "GET /routing-instance/561ad043-38b0-4491-86fc-b4b0c23ca547 HTTP/1.1" 200 1492 0.003231 10.0.0.33 - - [2026-05-04 02:12:47] "GET /route-target/f2a51284-bc2f-469d-9613-aec83a2f58a1 HTTP/1.1" 200 1213 0.002803 10.0.0.33 - - [2026-05-04 02:12:47] "GET /domains HTTP/1.1" 200 280 0.002946 10.0.0.33 - - [2026-05-04 02:12:47] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.33 - - [2026-05-04 02:12:47] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2938 0.009835 10.0.0.33 - - [2026-05-04 02:12:47] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.33 - - [2026-05-04 02:12:47] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 2081 0.072639 10.0.0.33 - - [2026-05-04 02:12:47] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea HTTP/1.1" 200 2319 0.008339 10.0.0.33 - - [2026-05-04 02:12:47] "GET /obj-perms HTTP/1.1" 200 5026 0.058079 10.0.0.33 - - [2026-05-04 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.33 - - [2026-05-04 02:12:47] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.33 - - [2026-05-04 02:12:47] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.030154 10.0.0.33 - - [2026-05-04 02:12:47] "POST /neutron/network HTTP/1.1" 200 117 0.010590 10.0.0.33 - - [2026-05-04 02:12:47] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.33 - - [2026-05-04 02:12:48] "POST /neutron/network HTTP/1.1" 200 613 0.075869 10.0.0.33 - - [2026-05-04 02:12:48] "POST /route-targets HTTP/1.1" 200 327 0.010400 10.0.0.33 - - [2026-05-04 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.012058 10.0.0.33 - - [2026-05-04 02:12:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003593 10.0.0.33 - - [2026-05-04 02:12:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.156827 10.0.0.33 - - [2026-05-04 02:12:48] "POST /neutron/network HTTP/1.1" 200 833 0.007362 10.0.0.33 - - [2026-05-04 02:12:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001443 10.0.0.33 - - [2026-05-04 02:12:48] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004743 10.0.0.33 - - [2026-05-04 02:12:48] "POST /neutron/network HTTP/1.1" 200 833 0.007547 10.0.0.33 - - [2026-05-04 02:12:48] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004810 10.0.0.33 - - [2026-05-04 02:12:48] "POST /neutron/network HTTP/1.1" 200 833 0.006186 10.0.0.33 - - [2026-05-04 02:12:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.007695 10.0.0.33 - - [2026-05-04 02:12:48] "GET /domains HTTP/1.1" 200 280 0.002262 10.0.0.33 - - [2026-05-04 02:12:48] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.33 - - [2026-05-04 02:12:48] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2938 0.015325 10.0.0.33 - - [2026-05-04 02:12:48] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001690 10.0.0.33 - - [2026-05-04 02:12:48] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 2299 0.068445 10.0.0.33 - - [2026-05-04 02:12:48] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd HTTP/1.1" 200 2322 0.006069 10.0.0.33 - - [2026-05-04 02:12:48] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd HTTP/1.1" 200 2322 0.004725 10.0.0.33 - - [2026-05-04 02:12:48] "GET /routing-instance/c50e7509-c65a-4369-b727-dcd1d0fe7afa HTTP/1.1" 200 1494 0.003298 10.0.0.33 - - [2026-05-04 02:12:48] "GET /routing-instance/c50e7509-c65a-4369-b727-dcd1d0fe7afa HTTP/1.1" 200 1494 0.003061 10.0.0.33 - - [2026-05-04 02:12:48] "GET /route-target/0ea9d983-985d-4930-a16c-735cfb3e4bc0 HTTP/1.1" 200 1212 0.003033 10.0.0.33 - - [2026-05-04 02:12:48] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd HTTP/1.1" 200 2322 0.004906 10.0.0.33 - - [2026-05-04 02:12:48] "GET /routing-instance/c50e7509-c65a-4369-b727-dcd1d0fe7afa HTTP/1.1" 200 1494 0.003929 10.0.0.33 - - [2026-05-04 02:12:48] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004844 10.0.0.33 - - [2026-05-04 02:12:48] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd HTTP/1.1" 200 2322 0.004725 10.0.0.33 - - [2026-05-04 02:12:48] "GET /routing-instance/c50e7509-c65a-4369-b727-dcd1d0fe7afa HTTP/1.1" 200 1494 0.003206 10.0.0.33 - - [2026-05-04 02:12:48] "GET /routing-instance/c50e7509-c65a-4369-b727-dcd1d0fe7afa HTTP/1.1" 200 1494 0.003021 10.0.0.33 - - [2026-05-04 02:12:48] "GET /route-target/0ea9d983-985d-4930-a16c-735cfb3e4bc0 HTTP/1.1" 200 1212 0.002674 10.0.0.33 - - [2026-05-04 02:12:48] "GET /domains HTTP/1.1" 200 280 0.002248 10.0.0.33 - - [2026-05-04 02:12:48] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.33 - - [2026-05-04 02:12:48] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2938 0.006297 10.0.0.33 - - [2026-05-04 02:12:48] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001617 10.0.0.33 - - [2026-05-04 02:12:48] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 2299 0.063665 10.0.0.33 - - [2026-05-04 02:12:48] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd HTTP/1.1" 200 2322 0.006168 10.0.0.33 - - [2026-05-04 02:12:48] "GET /obj-perms HTTP/1.1" 200 5026 0.002655 10.0.0.33 - - [2026-05-04 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.33 - - [2026-05-04 02:12:48] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354 10.0.0.33 - - [2026-05-04 02:12:48] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025057 10.0.0.33 - - [2026-05-04 02:12:48] "POST /neutron/network HTTP/1.1" 200 117 0.010966 10.0.0.33 - - [2026-05-04 02:12:48] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001357 10.0.0.33 - - [2026-05-04 02:12:48] "POST /neutron/network HTTP/1.1" 200 615 0.069094 10.0.0.33 - - [2026-05-04 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.011754 10.0.0.33 - - [2026-05-04 02:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004768 10.0.0.33 - - [2026-05-04 02:12:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.161515 10.0.0.33 - - [2026-05-04 02:12:49] "POST /neutron/network HTTP/1.1" 200 833 0.006652 10.0.0.33 - - [2026-05-04 02:12:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001402 10.0.0.33 - - [2026-05-04 02:12:49] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006377 10.0.0.33 - - [2026-05-04 02:12:49] "POST /neutron/network HTTP/1.1" 200 833 0.008349 10.0.0.33 - - [2026-05-04 02:12:49] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004874 10.0.0.33 - - [2026-05-04 02:12:49] "POST /neutron/network HTTP/1.1" 200 833 0.005311 10.0.0.33 - - [2026-05-04 02:12:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.008188 10.0.0.33 - - [2026-05-04 02:12:49] "GET /domains HTTP/1.1" 200 280 0.002475 10.0.0.33 - - [2026-05-04 02:12:49] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.33 - - [2026-05-04 02:12:49] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2938 0.006281 10.0.0.33 - - [2026-05-04 02:12:49] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.33 - - [2026-05-04 02:12:49] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 2518 0.066100 10.0.0.33 - - [2026-05-04 02:12:49] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc HTTP/1.1" 200 2320 0.006763 10.0.0.33 - - [2026-05-04 02:12:49] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc HTTP/1.1" 200 2320 0.006326 10.0.0.33 - - [2026-05-04 02:12:49] "GET /routing-instance/e414583d-a2aa-40e0-aeee-1b9c9030b203 HTTP/1.1" 200 1498 0.004770 10.0.0.33 - - [2026-05-04 02:12:49] "GET /routing-instance/e414583d-a2aa-40e0-aeee-1b9c9030b203 HTTP/1.1" 200 1498 0.003490 10.0.0.33 - - [2026-05-04 02:12:49] "GET /route-target/bad7deef-c7ba-41aa-9eee-b2e112e2d411 HTTP/1.1" 200 1215 0.004673 10.0.0.33 - - [2026-05-04 02:12:49] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc HTTP/1.1" 200 2320 0.006069 10.0.0.33 - - [2026-05-04 02:12:49] "GET /routing-instance/e414583d-a2aa-40e0-aeee-1b9c9030b203 HTTP/1.1" 200 1498 0.004321 10.0.0.33 - - [2026-05-04 02:12:49] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006032 10.0.0.33 - - [2026-05-04 02:12:49] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc HTTP/1.1" 200 2320 0.005800 10.0.0.33 - - [2026-05-04 02:12:49] "GET /routing-instance/e414583d-a2aa-40e0-aeee-1b9c9030b203 HTTP/1.1" 200 1498 0.003869 10.0.0.33 - - [2026-05-04 02:12:49] "GET /routing-instance/e414583d-a2aa-40e0-aeee-1b9c9030b203 HTTP/1.1" 200 1498 0.004683 10.0.0.33 - - [2026-05-04 02:12:49] "GET /route-target/bad7deef-c7ba-41aa-9eee-b2e112e2d411 HTTP/1.1" 200 1215 0.004004 10.0.0.33 - - [2026-05-04 02:12:49] "GET /domains HTTP/1.1" 200 280 0.002806 10.0.0.33 - - [2026-05-04 02:12:49] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.33 - - [2026-05-04 02:12:49] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2938 0.008644 10.0.0.33 - - [2026-05-04 02:12:49] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001030 10.0.0.33 - - [2026-05-04 02:12:49] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 2518 0.063250 10.0.0.33 - - [2026-05-04 02:12:49] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc HTTP/1.1" 200 2320 0.005553 10.0.0.33 - - [2026-05-04 02:12:49] "GET /obj-perms HTTP/1.1" 200 5026 0.003125 10.0.0.33 - - [2026-05-04 02:12:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001494 10.0.0.33 - - [2026-05-04 02:12:49] "POST /neutron/network HTTP/1.1" 200 843 0.005628 10.0.0.33 - - [2026-05-04 02:12:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000597 10.0.0.33 - - [2026-05-04 02:12:50] "GET / HTTP/1.1" 200 35931 0.002083 10.0.0.33 - - [2026-05-04 02:12:50] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.33 - - [2026-05-04 02:12:50] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.33 - - [2026-05-04 02:12:50] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054857 10.0.0.33 - - [2026-05-04 02:12:50] "POST /neutron/network HTTP/1.1" 200 833 0.006444 10.0.0.33 - - [2026-05-04 02:12:50] "POST /neutron/port HTTP/1.1" 200 117 0.005232 10.0.0.33 - - [2026-05-04 02:12:50] "POST /neutron/port HTTP/1.1" 200 117 0.004825 10.0.0.33 - - [2026-05-04 02:12:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001923 10.0.0.33 - - [2026-05-04 02:12:50] "POST /neutron/port HTTP/1.1" 200 117 0.006243 10.0.0.33 - - [2026-05-04 02:12:50] "POST /neutron/network HTTP/1.1" 200 843 0.006429 10.0.0.33 - - [2026-05-04 02:12:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000439 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/network HTTP/1.1" 200 843 0.006479 10.0.0.33 - - [2026-05-04 02:12:51] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.33 - - [2026-05-04 02:12:51] "GET / HTTP/1.1" 200 35931 0.001609 10.0.0.33 - - [2026-05-04 02:12:51] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/port HTTP/1.1" 200 1059 0.204073 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/port HTTP/1.1" 200 1059 0.015579 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/port HTTP/1.1" 200 1059 0.012303 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/port HTTP/1.1" 200 1113 0.064836 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/port HTTP/1.1" 200 1123 0.020083 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004830 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.008599 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.33 - - [2026-05-04 02:12:51] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/network HTTP/1.1" 200 833 0.006296 10.0.0.33 - - [2026-05-04 02:12:51] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.072405 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/network HTTP/1.1" 200 833 0.005763 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/port HTTP/1.1" 200 1123 0.020884 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008755 10.0.0.33 - - [2026-05-04 02:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.009697 10.0.0.33 - - [2026-05-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003782 10.0.0.33 - - [2026-05-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.33 - - [2026-05-04 02:12:52] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.33 - - [2026-05-04 02:12:52] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007980 10.0.0.33 - - [2026-05-04 02:12:52] "POST /service-templates HTTP/1.1" 200 543 0.026946 10.0.0.33 - - [2026-05-04 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.33 - - [2026-05-04 02:12:52] "GET /service-template/48f2573a-c7b2-4eed-a576-f62854333c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.008402 10.0.0.33 - - [2026-05-04 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.33 - - [2026-05-04 02:12:52] "GET /service-template/48f2573a-c7b2-4eed-a576-f62854333c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006940 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/network HTTP/1.1" 200 843 0.014578 10.0.0.33 - - [2026-05-04 02:12:52] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.33 - - [2026-05-04 02:12:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.002979 10.0.0.33 - - [2026-05-04 02:12:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001481 10.0.0.33 - - [2026-05-04 02:12:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001432 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/port HTTP/1.1" 200 1057 0.262789 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/port HTTP/1.1" 200 2038 0.017735 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008901 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/port HTTP/1.1" 200 1057 0.017695 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/port HTTP/1.1" 200 1057 0.014476 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/port HTTP/1.1" 200 1111 0.080404 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/port HTTP/1.1" 200 1121 0.017801 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003541 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.010412 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.33 - - [2026-05-04 02:12:52] "POST /neutron/network HTTP/1.1" 200 833 0.005954 10.0.0.33 - - [2026-05-04 02:12:53] "POST /neutron/network HTTP/1.1" 200 2223 0.008703 10.0.0.33 - - [2026-05-04 02:12:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.33 - - [2026-05-04 02:12:53] "GET / HTTP/1.1" 200 35931 0.003025 10.0.0.33 - - [2026-05-04 02:12:53] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000551 10.0.0.33 - - [2026-05-04 02:12:54] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.33 - - [2026-05-04 02:12:54] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061140 10.0.0.33 - - [2026-05-04 02:12:54] "POST /neutron/network HTTP/1.1" 200 832 0.008120 10.0.0.33 - - [2026-05-04 02:12:54] "POST /neutron/network HTTP/1.1" 200 833 0.007268 10.0.0.33 - - [2026-05-04 02:12:54] "POST /neutron/network HTTP/1.1" 200 833 0.005439 10.0.0.33 - - [2026-05-04 02:12:54] "POST /neutron/port HTTP/1.1" 200 2092 0.043149 10.0.0.33 - - [2026-05-04 02:12:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011012 10.0.0.33 - - [2026-05-04 02:12:54] "POST /neutron/port HTTP/1.1" 200 117 0.005425 10.0.0.33 - - [2026-05-04 02:12:54] "POST /neutron/port HTTP/1.1" 200 117 0.005709 10.0.0.33 - - [2026-05-04 02:12:54] "POST /neutron/network HTTP/1.1" 200 2223 0.017870 10.0.0.33 - - [2026-05-04 02:12:54] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1058 0.290138 10.0.0.33 - - [2026-05-04 02:12:55] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1059 0.192391 10.0.0.33 - - [2026-05-04 02:12:55] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1057 0.190682 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1058 0.012146 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1058 0.010046 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1112 0.063409 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1059 0.009744 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1059 0.009437 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1113 0.075152 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1057 0.010242 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1057 0.011078 10.0.0.33 - - [2026-05-04 02:12:55] "POST /neutron/port HTTP/1.1" 200 1111 0.078427 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/port HTTP/1.1" 200 3061 0.017757 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003333 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.012284 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001744 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/network HTTP/1.1" 200 832 0.009238 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007235 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.009616 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001295 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/network HTTP/1.1" 200 833 0.007014 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003279 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.006794 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.33 - - [2026-05-04 02:12:56] "POST /neutron/network HTTP/1.1" 200 833 0.006402 10.0.0.33 - - [2026-05-04 02:12:59] "POST /neutron/port HTTP/1.1" 200 3061 0.022673 10.0.0.33 - - [2026-05-04 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006884 10.0.0.33 - - [2026-05-04 02:12:59] "POST /neutron/port HTTP/1.1" 200 3061 0.019599 10.0.0.33 - - [2026-05-04 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006670 10.0.0.33 - - [2026-05-04 02:12:59] "POST /neutron/port HTTP/1.1" 200 3061 0.025131 10.0.0.33 - - [2026-05-04 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007354 10.0.0.33 - - [2026-05-04 02:12:59] "POST /neutron/port HTTP/1.1" 200 3061 0.023782 10.0.0.33 - - [2026-05-04 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006922 10.0.0.33 - - [2026-05-04 02:13:00] "POST /neutron/port HTTP/1.1" 200 3061 0.023680 10.0.0.33 - - [2026-05-04 02:13:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007956 10.0.0.33 - - [2026-05-04 02:13:00] "GET /virtual-machine/56a257d5-32d7-4ed1-a84d-a2aa2aa9e05c HTTP/1.1" 200 1802 0.005773 10.0.0.33 - - [2026-05-04 02:13:00] "GET /virtual-machine-interface/105fb420-9239-49a0-ae49-d25594baf773 HTTP/1.1" 200 2945 0.005346 10.0.0.33 - - [2026-05-04 02:13:00] "GET /virtual-machine-interface/64f740c9-a3ce-46ff-90f6-2a51c514646c HTTP/1.1" 200 2948 0.005440 10.0.0.33 - - [2026-05-04 02:13:00] "GET /virtual-machine-interface/e0ad0a58-d087-40bc-85a3-d4ca39b97ffe HTTP/1.1" 200 2945 0.005641 10.0.0.33 - - [2026-05-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.33 - - [2026-05-04 02:13:00] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003705 10.0.0.33 - - [2026-05-04 02:13:00] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003503 10.0.0.33 - - [2026-05-04 02:13:00] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006343 10.0.0.33 - - [2026-05-04 02:13:01] "POST /neutron/port HTTP/1.1" 200 1123 0.011505 10.0.0.33 - - [2026-05-04 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008753 10.0.0.33 - - [2026-05-04 02:13:02] "POST /neutron/port HTTP/1.1" 200 1121 0.013979 10.0.0.33 - - [2026-05-04 02:13:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006524 10.0.0.33 - - [2026-05-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.33 - - [2026-05-04 02:13:03] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004999 10.0.0.33 - - [2026-05-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.33 - - [2026-05-04 02:13:07] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004885 10.0.0.33 - - [2026-05-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.33 - - [2026-05-04 02:13:11] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004955 10.0.0.33 - - [2026-05-04 02:13:13] "DELETE /project/cfe055ab29144fbb92161527cdf54a7c HTTP/1.1" 404 173 0.013533 10.0.0.33 - - [2026-05-04 02:13:13] "DELETE /project/d46378bdad7e40c2bb3cbf6ce7bb0e93 HTTP/1.1" 404 173 0.012115 10.0.0.33 - - [2026-05-04 02:13:13] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001158 10.0.0.33 - - [2026-05-04 02:13:13] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000933 10.0.0.33 - - [2026-05-04 02:13:13] "GET /project/6b418545-2697-43de-8308-3976a54299ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.042758 10.0.0.33 - - [2026-05-04 02:13:13] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.048702 10.0.0.33 - - [2026-05-04 02:13:13] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000955 10.0.0.33 - - [2026-05-04 02:13:13] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000856 10.0.0.33 - - [2026-05-04 02:13:13] "GET /project/6b418545-2697-43de-8308-3976a54299ba?fields=security_groups HTTP/1.1" 200 1368 0.033665 10.0.0.33 - - [2026-05-04 02:13:13] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?fields=security_groups HTTP/1.1" 200 1343 0.036572 10.0.0.33 - - [2026-05-04 02:13:13] "DELETE /security-group/47450a47-8414-4859-b63d-8b62a6adcc31 HTTP/1.1" 200 115 0.065948 10.0.0.33 - - [2026-05-04 02:13:13] "DELETE /security-group/22aa4c19-0ccd-4bad-ba53-04ff960c61f2 HTTP/1.1" 200 115 0.067709 10.0.0.33 - - [2026-05-04 02:13:13] "GET /projects?obj_uuids=6b418545-2697-43de-8308-3976a54299ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.33 - - [2026-05-04 02:13:13] "GET /projects?obj_uuids=d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001065 10.0.0.33 - - [2026-05-04 02:13:13] "DELETE /access-control-list/420f2b09-7d18-479b-9e1a-a88ccb17b550 HTTP/1.1" 200 115 0.048845 10.0.0.33 - - [2026-05-04 02:13:13] "GET /project/6b418545-2697-43de-8308-3976a54299ba?fields=application_policy_sets HTTP/1.1" 200 1407 0.049191 10.0.0.33 - - [2026-05-04 02:13:13] "GET /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93?fields=application_policy_sets HTTP/1.1" 200 1382 0.048214 10.0.0.33 - - [2026-05-04 02:13:13] "DELETE /access-control-list/736a7497-4e91-4b07-aa67-3e7bdb08e300 HTTP/1.1" 200 115 0.035421 10.0.0.33 - - [2026-05-04 02:13:13] "DELETE /access-control-list/af80168d-c9ce-4561-bfde-0e91f1a90357 HTTP/1.1" 200 115 0.024444 10.0.0.33 - - [2026-05-04 02:13:13] "DELETE /access-control-list/aaf5ed63-0daf-4181-88c2-2db6adb6471e HTTP/1.1" 200 115 0.050523 10.0.0.33 - - [2026-05-04 02:13:13] "DELETE /project/6b418545-2697-43de-8308-3976a54299ba HTTP/1.1" 200 115 0.404240 10.0.0.33 - - [2026-05-04 02:13:13] "DELETE /project/d46378bd-ad7e-40c2-bb3c-bf6ce7bb0e93 HTTP/1.1" 200 115 0.409431 10.0.0.33 - - [2026-05-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.33 - - [2026-05-04 02:13:15] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004418 10.0.0.33 - - [2026-05-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.33 - - [2026-05-04 02:13:17] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003715 10.0.0.33 - - [2026-05-04 02:13:17] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004271 10.0.0.33 - - [2026-05-04 02:13:17] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005930 10.0.0.33 - - [2026-05-04 02:13:18] "POST /neutron/port HTTP/1.1" 200 3061 0.018886 10.0.0.33 - - [2026-05-04 02:13:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008221 10.0.0.33 - - [2026-05-04 02:13:21] "GET /obj-perms HTTP/1.1" 200 5056 0.052699 10.0.0.33 - - [2026-05-04 02:13:21] "GET /obj-perms HTTP/1.1" 200 5056 0.066718 10.0.0.33 - - [2026-05-04 02:13:23] "POST /neutron/port HTTP/1.1" 200 3061 0.019153 10.0.0.33 - - [2026-05-04 02:13:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006682 10.0.0.33 - - [2026-05-04 02:13:26] "POST /neutron/port HTTP/1.1" 200 3061 0.018948 10.0.0.33 - - [2026-05-04 02:13:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005189 10.0.0.33 - - [2026-05-04 02:13:28] "POST /neutron/port HTTP/1.1" 200 3061 0.020767 10.0.0.33 - - [2026-05-04 02:13:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007629 10.0.0.33 - - [2026-05-04 02:13:33] "POST /neutron/port HTTP/1.1" 200 3061 0.018529 10.0.0.33 - - [2026-05-04 02:13:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006133 10.0.0.33 - - [2026-05-04 02:13:38] "POST /neutron/port HTTP/1.1" 200 3061 0.023170 10.0.0.33 - - [2026-05-04 02:13:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005706 10.0.0.33 - - [2026-05-04 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.33 - - [2026-05-04 02:13:44] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003315 10.0.0.33 - - [2026-05-04 02:13:44] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003111 10.0.0.33 - - [2026-05-04 02:13:44] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007559 10.0.0.33 - - [2026-05-04 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.33 - - [2026-05-04 02:13:44] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003374 10.0.0.33 - - [2026-05-04 02:13:44] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003140 10.0.0.33 - - [2026-05-04 02:13:44] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007558 10.0.0.33 - - [2026-05-04 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.003094 10.0.0.33 - - [2026-05-04 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.33 - - [2026-05-04 02:13:44] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.030253 10.0.0.33 - - [2026-05-04 02:13:44] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056750 10.0.0.33 - - [2026-05-04 02:13:44] "POST /service-instances HTTP/1.1" 200 543 0.060178 10.0.0.33 - - [2026-05-04 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.33 - - [2026-05-04 02:13:44] "GET /service-instance/a2015471-225f-459b-af28-48468b19e1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.006519 10.0.0.33 - - [2026-05-04 02:13:45] "POST /port-tuples HTTP/1.1" 200 586 0.021391 10.0.0.33 - - [2026-05-04 02:13:45] "GET /virtual-machine-interface/105fb420-9239-49a0-ae49-d25594baf773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005747 10.0.0.33 - - [2026-05-04 02:13:45] "PUT /virtual-machine-interface/105fb420-9239-49a0-ae49-d25594baf773 HTTP/1.1" 200 284 0.010578 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.010878 10.0.0.33 - - [2026-05-04 02:13:45] "POST /instance-ips HTTP/1.1" 200 385 0.023701 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.008358 10.0.0.33 - - [2026-05-04 02:13:45] "GET /virtual-machine-interface/e0ad0a58-d087-40bc-85a3-d4ca39b97ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005409 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.010082 10.0.0.33 - - [2026-05-04 02:13:45] "PUT /virtual-machine-interface/e0ad0a58-d087-40bc-85a3-d4ca39b97ffe HTTP/1.1" 200 284 0.013545 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003586 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.011398 10.0.0.33 - - [2026-05-04 02:13:45] "GET /virtual-machine-interface/64f740c9-a3ce-46ff-90f6-2a51c514646c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.005286 10.0.0.33 - - [2026-05-04 02:13:45] "POST /instance-ips HTTP/1.1" 200 385 0.035617 10.0.0.33 - - [2026-05-04 02:13:45] "PUT /virtual-machine-interface/64f740c9-a3ce-46ff-90f6-2a51c514646c HTTP/1.1" 200 284 0.009499 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.010160 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.010001 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003177 10.0.0.33 - - [2026-05-04 02:13:45] "POST /neutron/port HTTP/1.1" 200 1123 0.010341 10.0.0.33 - - [2026-05-04 02:13:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006112 10.0.0.33 - - [2026-05-04 02:13:45] "POST /instance-ips HTTP/1.1" 200 373 0.016761 10.0.0.33 - - [2026-05-04 02:13:45] "POST /neutron/port HTTP/1.1" 200 1123 0.012141 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.015135 10.0.0.33 - - [2026-05-04 02:13:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006220 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.009336 10.0.0.33 - - [2026-05-04 02:13:45] "POST /neutron/port HTTP/1.1" 200 1123 0.017086 10.0.0.33 - - [2026-05-04 02:13:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006303 10.0.0.33 - - [2026-05-04 02:13:45] "GET /virtual-machine/b991b3e0-06a3-493e-9a83-d89949eecdfe HTTP/1.1" 200 1291 0.004416 10.0.0.33 - - [2026-05-04 02:13:45] "GET /virtual-machine-interface/6ac72751-d9bd-4479-bb56-e00aa6596eda HTTP/1.1" 200 2945 0.004934 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002133 10.0.0.33 - - [2026-05-04 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.33 - - [2026-05-04 02:13:45] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002827 10.0.0.33 - - [2026-05-04 02:13:45] "POST /instance-ips HTTP/1.1" 200 373 0.016140 10.0.0.33 - - [2026-05-04 02:13:45] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002299 10.0.0.33 - - [2026-05-04 02:13:45] "POST /ref-update HTTP/1.1" 200 156 0.008498 10.0.0.33 - - [2026-05-04 02:13:45] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007333 10.0.0.33 - - [2026-05-04 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.008438 10.0.0.33 - - [2026-05-04 02:13:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003173 10.0.0.33 - - [2026-05-04 02:13:46] "POST /instance-ips HTTP/1.1" 200 375 0.018766 10.0.0.33 - - [2026-05-04 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.008632 10.0.0.33 - - [2026-05-04 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.007763 10.0.0.33 - - [2026-05-04 02:13:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003273 10.0.0.33 - - [2026-05-04 02:13:46] "POST /instance-ips HTTP/1.1" 200 375 0.020362 10.0.0.33 - - [2026-05-04 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.009508 10.0.0.33 - - [2026-05-04 02:13:46] "POST /ref-update HTTP/1.1" 200 156 0.008662 10.0.0.33 - - [2026-05-04 02:13:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002980 10.0.0.33 - - [2026-05-04 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.33 - - [2026-05-04 02:13:47] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003234 10.0.0.33 - - [2026-05-04 02:13:47] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003213 10.0.0.33 - - [2026-05-04 02:13:47] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005389 10.0.0.33 - - [2026-05-04 02:13:47] "POST /neutron/port HTTP/1.1" 200 1121 0.012363 10.0.0.33 - - [2026-05-04 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005878 10.0.0.33 - - [2026-05-04 02:13:47] "POST /neutron/port HTTP/1.1" 200 1121 0.012732 10.0.0.33 - - [2026-05-04 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006038 10.0.0.33 - - [2026-05-04 02:13:47] "POST /neutron/port HTTP/1.1" 200 1121 0.011999 10.0.0.33 - - [2026-05-04 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006162 10.0.0.33 - - [2026-05-04 02:13:47] "GET /virtual-machine/fa4b7e45-148b-41d1-9363-a10292c93a2b HTTP/1.1" 200 1291 0.004773 10.0.0.33 - - [2026-05-04 02:13:47] "GET /virtual-machine-interface/daf05cfc-915a-488e-b363-7d2ada8f79cf HTTP/1.1" 200 2949 0.004651 10.0.0.33 - - [2026-05-04 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.33 - - [2026-05-04 02:13:47] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003090 10.0.0.33 - - [2026-05-04 02:13:47] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003012 10.0.0.33 - - [2026-05-04 02:13:47] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005682 10.0.0.33 - - [2026-05-04 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.33 - - [2026-05-04 02:13:48] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004002 10.0.0.33 - - [2026-05-04 02:13:48] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003051 10.0.0.33 - - [2026-05-04 02:13:48] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005162 10.0.0.33 - - [2026-05-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.002875 10.0.0.33 - - [2026-05-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.33 - - [2026-05-04 02:13:49] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.33 - - [2026-05-04 02:13:49] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024142 10.0.0.33 - - [2026-05-04 02:13:49] "POST /network-policys HTTP/1.1" 200 547 0.017403 10.0.0.33 - - [2026-05-04 02:13:49] "GET /network-policy/ae09d38e-1c0a-482e-8755-57a41516dbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005556 10.0.0.33 - - [2026-05-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.33 - - [2026-05-04 02:13:49] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005106 10.0.0.33 - - [2026-05-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.33 - - [2026-05-04 02:13:49] "GET /network-policy/ae09d38e-1c0a-482e-8755-57a41516dbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003972 10.0.0.33 - - [2026-05-04 02:13:49] "POST /ref-update HTTP/1.1" 200 156 0.036190 10.0.0.33 - - [2026-05-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 404 242 0.042968 10.0.0.33 - - [2026-05-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002067 10.0.0.33 - - [2026-05-04 02:13:49] "GET /network-policy/ae09d38e-1c0a-482e-8755-57a41516dbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004345 10.0.0.33 - - [2026-05-04 02:13:49] "POST /access-control-lists HTTP/1.1" 200 601 0.061376 10.0.0.33 - - [2026-05-04 02:13:49] "POST /neutron/network HTTP/1.1" 200 921 0.007727 10.0.0.33 - - [2026-05-04 02:13:49] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004713 10.0.0.33 - - [2026-05-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.33 - - [2026-05-04 02:13:49] "GET /network-policy/ae09d38e-1c0a-482e-8755-57a41516dbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004638 10.0.0.33 - - [2026-05-04 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.33 - - [2026-05-04 02:13:49] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005980 10.0.0.33 - - [2026-05-04 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.33 - - [2026-05-04 02:13:50] "GET /network-policy/ae09d38e-1c0a-482e-8755-57a41516dbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004734 10.0.0.33 - - [2026-05-04 02:13:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.004921 10.0.0.33 - - [2026-05-04 02:13:50] "POST /ref-update HTTP/1.1" 200 156 0.038929 10.0.0.33 - - [2026-05-04 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.33 - - [2026-05-04 02:13:50] "POST /access-control-lists HTTP/1.1" 200 604 0.062512 10.0.0.33 - - [2026-05-04 02:13:50] "GET /network-policy/ae09d38e-1c0a-482e-8755-57a41516dbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004728 10.0.0.33 - - [2026-05-04 02:13:50] "POST /routing-instances HTTP/1.1" 200 759 0.016098 10.0.0.33 - - [2026-05-04 02:13:50] "POST /neutron/network HTTP/1.1" 200 921 0.007043 10.0.0.33 - - [2026-05-04 02:13:50] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004764 10.0.0.33 - - [2026-05-04 02:13:50] "POST /route-targets HTTP/1.1" 200 327 0.009509 10.0.0.33 - - [2026-05-04 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.33 - - [2026-05-04 02:13:50] "POST /ref-update HTTP/1.1" 200 156 0.011696 10.0.0.33 - - [2026-05-04 02:13:50] "GET /network-policy/ae09d38e-1c0a-482e-8755-57a41516dbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003216 10.0.0.33 - - [2026-05-04 02:13:50] "GET /routing-instance/52e34c8f-bdcf-42ac-8d31-6c3ec3420cd9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.003891 10.0.0.33 - - [2026-05-04 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.33 - - [2026-05-04 02:13:50] "GET /routing-instance/52e34c8f-bdcf-42ac-8d31-6c3ec3420cd9?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003918 10.0.0.33 - - [2026-05-04 02:13:50] "GET /service-template/48f2573a-c7b2-4eed-a576-f62854333c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004359 10.0.0.33 - - [2026-05-04 02:13:50] "POST /ref-update HTTP/1.1" 200 156 0.009320 10.0.0.33 - - [2026-05-04 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.33 - - [2026-05-04 02:13:50] "POST /routing-instances HTTP/1.1" 200 760 0.018652 10.0.0.33 - - [2026-05-04 02:13:50] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001268 10.0.0.33 - - [2026-05-04 02:13:50] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025346 10.0.0.33 - - [2026-05-04 02:13:50] "POST /route-targets HTTP/1.1" 200 327 0.009272 10.0.0.33 - - [2026-05-04 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005870 10.0.0.33 - - [2026-05-04 02:13:50] "POST /ref-update HTTP/1.1" 200 156 0.012128 10.0.0.33 - - [2026-05-04 02:13:50] "GET /service-instance/a2015471-225f-459b-af28-48468b19e1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.006446 10.0.0.33 - - [2026-05-04 02:13:50] "GET /routing-instance/cb1069eb-0d25-4a0b-b531-57f46ebf4e1e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.004162 10.0.0.33 - - [2026-05-04 02:13:50] "GET /domains HTTP/1.1" 200 280 0.003381 10.0.0.33 - - [2026-05-04 02:13:50] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.33 - - [2026-05-04 02:13:50] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2771 0.006777 10.0.0.33 - - [2026-05-04 02:13:50] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.33 - - [2026-05-04 02:13:50] "GET /routing-instance/cb1069eb-0d25-4a0b-b531-57f46ebf4e1e?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003748 10.0.0.33 - - [2026-05-04 02:13:50] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 4234 0.067571 10.0.0.33 - - [2026-05-04 02:13:50] "GET /service-instance/a2015471-225f-459b-af28-48468b19e1df HTTP/1.1" 200 3783 0.005804 10.0.0.33 - - [2026-05-04 02:13:50] "PUT /routing-instance/52e34c8f-bdcf-42ac-8d31-6c3ec3420cd9 HTTP/1.1" 200 266 0.012027 10.0.0.33 - - [2026-05-04 02:13:50] "GET /domains HTTP/1.1" 200 280 0.004486 10.0.0.33 - - [2026-05-04 02:13:50] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001519 10.0.0.33 - - [2026-05-04 02:13:50] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2771 0.008848 10.0.0.33 - - [2026-05-04 02:13:50] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.33 - - [2026-05-04 02:13:50] "PUT /routing-instance/cb1069eb-0d25-4a0b-b531-57f46ebf4e1e HTTP/1.1" 200 266 0.010073 10.0.0.33 - - [2026-05-04 02:13:50] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 4234 0.061305 10.0.0.33 - - [2026-05-04 02:13:50] "GET /service-instance/a2015471-225f-459b-af28-48468b19e1df HTTP/1.1" 200 3783 0.003293 10.0.0.33 - - [2026-05-04 02:13:50] "GET /port-tuple/8b47b394-df97-4b35-97ca-2bb581bf21f2 HTTP/1.1" 200 1979 0.004091 10.0.0.33 - - [2026-05-04 02:13:51] "GET /virtual-machine-interface/105fb420-9239-49a0-ae49-d25594baf773 HTTP/1.1" 200 3815 0.004369 10.0.0.33 - - [2026-05-04 02:13:51] "POST /ref-update HTTP/1.1" 200 156 0.012555 10.0.0.33 - - [2026-05-04 02:13:51] "GET /virtual-machine-interface/64f740c9-a3ce-46ff-90f6-2a51c514646c HTTP/1.1" 200 3803 0.005341 10.0.0.33 - - [2026-05-04 02:13:51] "GET /virtual-machine-interface/e0ad0a58-d087-40bc-85a3-d4ca39b97ffe HTTP/1.1" 200 3797 0.005547 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/port HTTP/1.1" 200 3832 0.037711 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006967 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/port HTTP/1.1" 200 3832 0.034580 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005642 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/port HTTP/1.1" 200 3832 0.029243 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005979 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/port HTTP/1.1" 200 3832 0.029337 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007510 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/network HTTP/1.1" 200 895 0.011626 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/network HTTP/1.1" 200 921 0.006855 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/network HTTP/1.1" 200 806 0.015605 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/network HTTP/1.1" 200 832 0.006607 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/network HTTP/1.1" 200 895 0.012590 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/network HTTP/1.1" 200 921 0.006670 10.0.0.33 - - [2026-05-04 02:13:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001350 10.0.0.33 - - [2026-05-04 02:13:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001255 10.0.0.33 - - [2026-05-04 02:13:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001887 10.0.0.33 - - [2026-05-04 02:13:51] "GET /virtual-machine/56a257d5-32d7-4ed1-a84d-a2aa2aa9e05c HTTP/1.1" 200 1802 0.003484 10.0.0.33 - - [2026-05-04 02:13:51] "GET /virtual-machine-interface/105fb420-9239-49a0-ae49-d25594baf773 HTTP/1.1" 200 3815 0.005611 10.0.0.33 - - [2026-05-04 02:13:51] "GET /virtual-machine-interface/64f740c9-a3ce-46ff-90f6-2a51c514646c HTTP/1.1" 200 3803 0.005153 10.0.0.33 - - [2026-05-04 02:13:51] "GET /virtual-machine-interface/e0ad0a58-d087-40bc-85a3-d4ca39b97ffe HTTP/1.1" 200 3797 0.005297 10.0.0.33 - - [2026-05-04 02:13:51] "GET /instance-ip/2e7f80f8-8fb0-475e-9c3f-34635d706a0d HTTP/1.1" 200 1980 0.003901 10.0.0.33 - - [2026-05-04 02:13:51] "GET /instance-ip/454630a1-e644-4195-99ca-c5028452d960 HTTP/1.1" 200 1978 0.003667 10.0.0.33 - - [2026-05-04 02:13:51] "GET /instance-ip/a9e973ec-57b4-4ac7-a862-1d5cd0799499 HTTP/1.1" 200 1622 0.005547 10.0.0.33 - - [2026-05-04 02:13:51] "GET /instance-ip/00ba2812-e028-4ba3-a29a-7399e13b3af0 HTTP/1.1" 200 1619 0.004524 10.0.0.33 - - [2026-05-04 02:13:51] "GET /instance-ip/307ec34c-4cd7-4eb0-9f72-4bcb56540e82 HTTP/1.1" 200 1960 0.003451 10.0.0.33 - - [2026-05-04 02:13:51] "GET /instance-ip/de25c6c7-3e1b-4cd4-874e-3b8e0fe0d982 HTTP/1.1" 200 1958 0.004953 10.0.0.33 - - [2026-05-04 02:13:51] "GET /instance-ip/2e364465-460e-4dce-89ef-b4571f5355a6 HTTP/1.1" 200 1955 0.004922 10.0.0.33 - - [2026-05-04 02:13:51] "GET /instance-ip/2f61e4a7-224e-4262-8c87-c84e950978f7 HTTP/1.1" 200 1622 0.005269 10.0.0.33 - - [2026-05-04 02:13:51] "GET /instance-ip/46316d9e-d489-4e3a-82c6-af236be2c292 HTTP/1.1" 200 1953 0.003827 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/port HTTP/1.1" 200 3832 0.030244 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006173 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/port HTTP/1.1" 200 3832 0.028122 10.0.0.33 - - [2026-05-04 02:13:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006368 10.0.0.33 - - [2026-05-04 02:13:52] "POST /neutron/port HTTP/1.1" 200 3832 0.028903 10.0.0.33 - - [2026-05-04 02:13:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006661 10.0.0.33 - - [2026-05-04 02:13:52] "POST /neutron/port HTTP/1.1" 200 3832 0.031166 10.0.0.33 - - [2026-05-04 02:13:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006691 10.0.0.33 - - [2026-05-04 02:13:52] "GET /virtual-machine/56a257d5-32d7-4ed1-a84d-a2aa2aa9e05c HTTP/1.1" 200 1802 0.003781 10.0.0.33 - - [2026-05-04 02:13:52] "GET /virtual-machine-interface/105fb420-9239-49a0-ae49-d25594baf773 HTTP/1.1" 200 3815 0.005535 10.0.0.33 - - [2026-05-04 02:13:52] "GET /virtual-machine-interface/64f740c9-a3ce-46ff-90f6-2a51c514646c HTTP/1.1" 200 3803 0.006305 10.0.0.33 - - [2026-05-04 02:13:52] "GET /virtual-machine-interface/e0ad0a58-d087-40bc-85a3-d4ca39b97ffe HTTP/1.1" 200 3797 0.005362 10.0.0.33 - - [2026-05-04 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.33 - - [2026-05-04 02:13:52] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004928 10.0.0.33 - - [2026-05-04 02:13:52] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003757 10.0.0.33 - - [2026-05-04 02:13:52] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005444 10.0.0.33 - - [2026-05-04 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.33 - - [2026-05-04 02:13:53] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003345 10.0.0.33 - - [2026-05-04 02:13:53] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003125 10.0.0.33 - - [2026-05-04 02:13:53] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004841 10.0.0.33 - - [2026-05-04 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.33 - - [2026-05-04 02:13:53] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004256 10.0.0.33 - - [2026-05-04 02:13:53] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003040 10.0.0.33 - - [2026-05-04 02:13:53] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005021 10.0.0.33 - - [2026-05-04 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.33 - - [2026-05-04 02:13:53] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003777 10.0.0.33 - - [2026-05-04 02:13:53] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003317 10.0.0.33 - - [2026-05-04 02:13:54] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005440 10.0.0.33 - - [2026-05-04 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.33 - - [2026-05-04 02:13:54] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003630 10.0.0.33 - - [2026-05-04 02:13:54] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003078 10.0.0.33 - - [2026-05-04 02:13:54] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005528 10.0.0.33 - - [2026-05-04 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.33 - - [2026-05-04 02:13:54] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003783 10.0.0.33 - - [2026-05-04 02:13:54] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003396 10.0.0.33 - - [2026-05-04 02:13:54] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005269 10.0.0.33 - - [2026-05-04 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.33 - - [2026-05-04 02:13:54] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003425 10.0.0.33 - - [2026-05-04 02:13:54] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003423 10.0.0.33 - - [2026-05-04 02:13:54] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007176 10.0.0.33 - - [2026-05-04 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.33 - - [2026-05-04 02:13:54] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005221 10.0.0.33 - - [2026-05-04 02:13:54] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004692 10.0.0.33 - - [2026-05-04 02:13:54] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006018 10.0.0.33 - - [2026-05-04 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.33 - - [2026-05-04 02:13:54] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004815 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004327 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-network/a3158bbb-1d2b-43a6-b8f6-3e95da5930ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005988 10.0.0.33 - - [2026-05-04 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.33 - - [2026-05-04 02:13:55] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003394 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003250 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005409 10.0.0.33 - - [2026-05-04 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.33 - - [2026-05-04 02:13:55] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005044 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003225 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005327 10.0.0.33 - - [2026-05-04 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.33 - - [2026-05-04 02:13:55] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003420 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003581 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005396 10.0.0.33 - - [2026-05-04 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.33 - - [2026-05-04 02:13:55] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003897 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-networks?parent_id=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003227 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005270 10.0.0.33 - - [2026-05-04 02:13:55] "GET /virtual-machine/56a257d5-32d7-4ed1-a84d-a2aa2aa9e05c HTTP/1.1" 200 1802 0.003597 10.0.0.33 - - [2026-05-04 02:13:55] "GET /domains HTTP/1.1" 200 280 0.002519 10.0.0.33 - - [2026-05-04 02:13:55] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.33 - - [2026-05-04 02:13:55] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2771 0.006704 10.0.0.33 - - [2026-05-04 02:13:55] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.33 - - [2026-05-04 02:13:56] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 4234 0.069736 10.0.0.33 - - [2026-05-04 02:13:56] "GET /service-instance/a2015471-225f-459b-af28-48468b19e1df HTTP/1.1" 200 3783 0.003887 10.0.0.33 - - [2026-05-04 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.33 - - [2026-05-04 02:13:56] "GET /routing-instance/c50e7509-c65a-4369-b727-dcd1d0fe7afa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.004270 10.0.0.33 - - [2026-05-04 02:13:56] "GET /routing-instance/c50e7509-c65a-4369-b727-dcd1d0fe7afa?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005121 10.0.0.33 - - [2026-05-04 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.33 - - [2026-05-04 02:13:56] "GET /routing-instance/e414583d-a2aa-40e0-aeee-1b9c9030b203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.005175 10.0.0.33 - - [2026-05-04 02:13:56] "GET /routing-instance/e414583d-a2aa-40e0-aeee-1b9c9030b203?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005144 10.0.0.33 - - [2026-05-04 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.33 - - [2026-05-04 02:13:56] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005781 10.0.0.33 - - [2026-05-04 02:13:56] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?fields=routing_instances HTTP/1.1" 200 1683 0.011307 10.0.0.33 - - [2026-05-04 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.33 - - [2026-05-04 02:13:56] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005780 10.0.0.33 - - [2026-05-04 02:13:56] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?fields=routing_instances HTTP/1.1" 200 1687 0.011148 10.0.0.33 - - [2026-05-04 02:14:00] "POST /ref-update HTTP/1.1" 200 156 0.036537 10.0.0.33 - - [2026-05-04 02:14:00] "DELETE /access-control-list/673382d6-ee71-4f68-a736-3ad3ead6a398 HTTP/1.1" 200 115 0.032976 10.0.0.33 - - [2026-05-04 02:14:00] "POST /neutron/network HTTP/1.1" 200 833 0.008466 10.0.0.33 - - [2026-05-04 02:14:00] "GET /virtual-network/88c4556e-8ded-43a2-975d-22b36bc09cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005927 10.0.0.33 - - [2026-05-04 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.33 - - [2026-05-04 02:14:00] "DELETE /routing-instance/52e34c8f-bdcf-42ac-8d31-6c3ec3420cd9 HTTP/1.1" 200 115 0.032193 10.0.0.33 - - [2026-05-04 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.33 - - [2026-05-04 02:14:00] "GET /network-policy/ae09d38e-1c0a-482e-8755-57a41516dbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004072 10.0.0.33 - - [2026-05-04 02:14:00] "DELETE /route-target/da349bd2-7585-46d1-9b01-668822aa51e8 HTTP/1.1" 200 115 0.017605 10.0.0.33 - - [2026-05-04 02:14:00] "POST /ref-update HTTP/1.1" 200 156 0.030625 10.0.0.33 - - [2026-05-04 02:14:00] "DELETE /routing-instance/cb1069eb-0d25-4a0b-b531-57f46ebf4e1e HTTP/1.1" 200 115 0.041432 10.0.0.33 - - [2026-05-04 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.33 - - [2026-05-04 02:14:01] "POST /neutron/network HTTP/1.1" 200 833 0.008682 10.0.0.33 - - [2026-05-04 02:14:01] "GET /virtual-network/b78fb994-2f64-441a-a0a3-6e610cb15fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005186 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /route-target/cb61c89f-5465-486b-86bc-db2c7f903864 HTTP/1.1" 200 115 0.018920 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /access-control-list/18ead6c1-f583-4174-87d0-084d6c10ebc1 HTTP/1.1" 200 115 0.025729 10.0.0.33 - - [2026-05-04 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.33 - - [2026-05-04 02:14:01] "GET /network-policy/ae09d38e-1c0a-482e-8755-57a41516dbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003740 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /network-policy/ae09d38e-1c0a-482e-8755-57a41516dbbc HTTP/1.1" 200 115 0.030771 10.0.0.33 - - [2026-05-04 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /service-instance/a2015471-225f-459b-af28-48468b19e1df HTTP/1.1" 200 115 0.045771 10.0.0.33 - - [2026-05-04 02:14:01] "GET /domains HTTP/1.1" 200 280 0.002285 10.0.0.33 - - [2026-05-04 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.015496 10.0.0.33 - - [2026-05-04 02:14:01] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.33 - - [2026-05-04 02:14:01] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2771 0.014299 10.0.0.33 - - [2026-05-04 02:14:01] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /instance-ip/454630a1-e644-4195-99ca-c5028452d960 HTTP/1.1" 200 115 0.033963 10.0.0.33 - - [2026-05-04 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.011462 10.0.0.33 - - [2026-05-04 02:14:01] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 3760 0.070494 10.0.0.33 - - [2026-05-04 02:14:01] "GET /virtual-machine/56a257d5-32d7-4ed1-a84d-a2aa2aa9e05c HTTP/1.1" 200 1802 0.004063 10.0.0.33 - - [2026-05-04 02:14:01] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003676 10.0.0.33 - - [2026-05-04 02:14:01] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002007 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /instance-ip/2e7f80f8-8fb0-475e-9c3f-34635d706a0d HTTP/1.1" 200 115 0.022994 10.0.0.33 - - [2026-05-04 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.011093 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /instance-ip/307ec34c-4cd7-4eb0-9f72-4bcb56540e82 HTTP/1.1" 200 115 0.024557 10.0.0.33 - - [2026-05-04 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.010393 10.0.0.33 - - [2026-05-04 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /service-template/48f2573a-c7b2-4eed-a576-f62854333c3d HTTP/1.1" 200 115 0.026197 10.0.0.33 - - [2026-05-04 02:14:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003366 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /instance-ip/de25c6c7-3e1b-4cd4-874e-3b8e0fe0d982 HTTP/1.1" 200 115 0.027173 10.0.0.33 - - [2026-05-04 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.018473 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /instance-ip/46316d9e-d489-4e3a-82c6-af236be2c292 HTTP/1.1" 200 115 0.020234 10.0.0.33 - - [2026-05-04 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.018891 10.0.0.33 - - [2026-05-04 02:14:01] "DELETE /instance-ip/2e364465-460e-4dce-89ef-b4571f5355a6 HTTP/1.1" 200 115 0.030626 10.0.0.33 - - [2026-05-04 02:14:01] "POST /neutron/network HTTP/1.1" 200 833 0.008614 10.0.0.33 - - [2026-05-04 02:14:01] "POST /neutron/network HTTP/1.1" 400 204 0.016060 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 1121 0.015572 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 1111 0.014395 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 1123 0.017440 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 1113 0.010436 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 151 0.150378 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 151 0.149974 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 3061 0.025805 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 1113 0.010360 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 151 0.135634 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 1111 0.011996 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 151 0.111633 10.0.0.33 - - [2026-05-04 02:14:02] "POST /neutron/port HTTP/1.1" 200 1112 0.010545 10.0.0.33 - - [2026-05-04 02:14:03] "POST /neutron/port HTTP/1.1" 200 151 0.095068 10.0.0.33 - - [2026-05-04 02:14:03] "POST /neutron/network HTTP/1.1" 200 833 0.006237 10.0.0.33 - - [2026-05-04 02:14:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002516 10.0.0.33 - - [2026-05-04 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.33 - - [2026-05-04 02:14:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001962 10.0.0.33 - - [2026-05-04 02:14:03] "POST /neutron/network HTTP/1.1" 200 151 0.086691 10.0.0.33 - - [2026-05-04 02:14:03] "GET /routing-instance/e414583d-a2aa-40e0-aeee-1b9c9030b203 HTTP/1.1" 404 171 0.002110 10.0.0.33 - - [2026-05-04 02:14:04] "GET /domains HTTP/1.1" 200 280 0.005604 10.0.0.33 - - [2026-05-04 02:14:04] "DELETE /route-target/bad7deef-c7ba-41aa-9eee-b2e112e2d411 HTTP/1.1" 200 115 0.020574 10.0.0.33 - - [2026-05-04 02:14:04] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.33 - - [2026-05-04 02:14:04] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2571 0.053291 10.0.0.33 - - [2026-05-04 02:14:04] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.33 - - [2026-05-04 02:14:04] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 2299 0.068886 10.0.0.33 - - [2026-05-04 02:14:04] "POST /neutron/network HTTP/1.1" 200 833 0.005896 10.0.0.33 - - [2026-05-04 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.33 - - [2026-05-04 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002013 10.0.0.33 - - [2026-05-04 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002627 10.0.0.33 - - [2026-05-04 02:14:04] "POST /neutron/network HTTP/1.1" 200 151 0.081627 10.0.0.33 - - [2026-05-04 02:14:04] "DELETE /route-target/0ea9d983-985d-4930-a16c-735cfb3e4bc0 HTTP/1.1" 200 115 0.015890 10.0.0.33 - - [2026-05-04 02:14:04] "GET /routing-instance/c50e7509-c65a-4369-b727-dcd1d0fe7afa HTTP/1.1" 404 171 0.002289 10.0.0.33 - - [2026-05-04 02:14:04] "GET /domains HTTP/1.1" 200 280 0.002623 10.0.0.33 - - [2026-05-04 02:14:04] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.33 - - [2026-05-04 02:14:04] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2571 0.047649 10.0.0.33 - - [2026-05-04 02:14:04] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.33 - - [2026-05-04 02:14:04] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 2081 0.070023 10.0.0.33 - - [2026-05-04 02:14:04] "POST /neutron/network HTTP/1.1" 200 832 0.008773 10.0.0.33 - - [2026-05-04 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007817 10.0.0.33 - - [2026-05-04 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003815 10.0.0.33 - - [2026-05-04 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.33 - - [2026-05-04 02:14:04] "POST /neutron/network HTTP/1.1" 200 151 0.091173 10.0.0.33 - - [2026-05-04 02:14:04] "GET /routing-instance/561ad043-38b0-4491-86fc-b4b0c23ca547 HTTP/1.1" 404 171 0.005950 10.0.0.33 - - [2026-05-04 02:14:04] "DELETE /route-target/f2a51284-bc2f-469d-9613-aec83a2f58a1 HTTP/1.1" 200 115 0.021478 10.0.0.33 - - [2026-05-04 02:14:04] "GET /domains HTTP/1.1" 200 280 0.003156 10.0.0.33 - - [2026-05-04 02:14:04] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001468 10.0.0.33 - - [2026-05-04 02:14:04] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2571 0.049661 10.0.0.33 - - [2026-05-04 02:14:04] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.33 - - [2026-05-04 02:14:04] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 1841 0.069184 10.0.0.33 - - [2026-05-04 02:14:05] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.33 - - [2026-05-04 02:14:05] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056537 10.0.0.33 - - [2026-05-04 02:14:05] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.33 - - [2026-05-04 02:14:05] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?fields=virtual_networks HTTP/1.1" 200 1029 0.066921 10.0.0.33 - - [2026-05-04 02:14:05] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022 10.0.0.33 - - [2026-05-04 02:14:05] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.026209 10.0.0.33 - - [2026-05-04 02:14:05] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.33 - - [2026-05-04 02:14:05] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?fields=security_groups HTTP/1.1" 200 1253 0.026379 10.0.0.33 - - [2026-05-04 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.030619 10.0.0.33 - - [2026-05-04 02:14:06] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002636 10.0.0.33 - - [2026-05-04 02:14:06] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.33 - - [2026-05-04 02:14:06] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047105 10.0.0.33 - - [2026-05-04 02:14:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.001489 10.0.0.33 - - [2026-05-04 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.003156 10.0.0.33 - - [2026-05-04 02:14:06] "POST /security-groups HTTP/1.1" 200 592 0.067196 10.0.0.33 - - [2026-05-04 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.002210 10.0.0.33 - - [2026-05-04 02:14:06] "POST /projects HTTP/1.1" 200 587 0.211323 10.0.0.33 - - [2026-05-04 02:14:06] "POST /access-control-lists HTTP/1.1" 200 597 0.058281 10.0.0.33 - - [2026-05-04 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.285132 10.0.0.33 - - [2026-05-04 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002863 10.0.0.33 - - [2026-05-04 02:14:06] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.458850 10.0.0.33 - - [2026-05-04 02:14:06] "POST /access-control-lists HTTP/1.1" 200 595 0.064811 10.0.0.33 - - [2026-05-04 02:14:07] "GET / HTTP/1.1" 200 35931 0.003340 10.0.0.33 - - [2026-05-04 02:14:08] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.33 - - [2026-05-04 02:14:09] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001218 10.0.0.33 - - [2026-05-04 02:14:09] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.061267 10.0.0.33 - - [2026-05-04 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 180 0.002788 10.0.0.33 - - [2026-05-04 02:14:09] "POST /virtual-DNSs HTTP/1.1" 200 507 0.022160 10.0.0.33 - - [2026-05-04 02:14:09] "GET /virtual-DNS/d24eefcb-db95-416b-8584-98e1c98f888a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.005027 10.0.0.33 - - [2026-05-04 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.33 - - [2026-05-04 02:14:09] "GET /virtual-DNS/d24eefcb-db95-416b-8584-98e1c98f888a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003611 10.0.0.33 - - [2026-05-04 02:14:09] "GET /domains HTTP/1.1" 401 292 0.000504 10.0.0.33 - - [2026-05-04 02:14:09] "GET /domains HTTP/1.1" 200 280 0.033765 10.0.0.33 - - [2026-05-04 02:14:09] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.33 - - [2026-05-04 02:14:09] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2958 0.008341 10.0.0.33 - - [2026-05-04 02:14:09] "GET /virtual-DNS/d24eefcb-db95-416b-8584-98e1c98f888a HTTP/1.1" 200 1437 0.003842 10.0.0.33 - - [2026-05-04 02:14:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002283 10.0.0.33 - - [2026-05-04 02:14:09] "POST /network-ipams HTTP/1.1" 200 514 0.017964 10.0.0.33 - - [2026-05-04 02:14:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002992 10.0.0.33 - - [2026-05-04 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.33 - - [2026-05-04 02:14:10] "GET /network-ipam/58652ae2-0c27-4bde-a122-de2147903023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.005233 10.0.0.33 - - [2026-05-04 02:14:10] "PUT /network-ipam/58652ae2-0c27-4bde-a122-de2147903023 HTTP/1.1" 200 258 0.010169 10.0.0.33 - - [2026-05-04 02:14:10] "POST /ref-update HTTP/1.1" 200 156 0.009904 10.0.0.33 - - [2026-05-04 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.33 - - [2026-05-04 02:14:10] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001437 10.0.0.33 - - [2026-05-04 02:14:10] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.033544 10.0.0.33 - - [2026-05-04 02:14:10] "POST /neutron/network HTTP/1.1" 200 117 0.045387 10.0.0.33 - - [2026-05-04 02:14:10] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.33 - - [2026-05-04 02:14:10] "POST /neutron/network HTTP/1.1" 200 618 0.061500 10.0.0.33 - - [2026-05-04 02:14:10] "POST /route-targets HTTP/1.1" 200 327 0.016053 10.0.0.33 - - [2026-05-04 02:14:10] "POST /ref-update HTTP/1.1" 200 156 0.016381 10.0.0.33 - - [2026-05-04 02:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001992 10.0.0.33 - - [2026-05-04 02:14:10] "POST /neutron/subnet HTTP/1.1" 200 711 0.156572 10.0.0.33 - - [2026-05-04 02:14:10] "POST /neutron/network HTTP/1.1" 200 833 0.005284 10.0.0.33 - - [2026-05-04 02:14:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001388 10.0.0.33 - - [2026-05-04 02:14:10] "GET /virtual-network/22cd58a1-9c5b-4002-9a74-2acea9d91d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005015 10.0.0.33 - - [2026-05-04 02:14:10] "POST /neutron/network HTTP/1.1" 200 833 0.006046 10.0.0.33 - - [2026-05-04 02:14:10] "GET /virtual-network/22cd58a1-9c5b-4002-9a74-2acea9d91d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004723 10.0.0.33 - - [2026-05-04 02:14:10] "POST /neutron/network HTTP/1.1" 200 833 0.005266 10.0.0.33 - - [2026-05-04 02:14:10] "POST /neutron/subnet HTTP/1.1" 200 711 0.006591 10.0.0.33 - - [2026-05-04 02:14:10] "POST /neutron/network HTTP/1.1" 200 807 0.010633 10.0.0.33 - - [2026-05-04 02:14:10] "POST /neutron/network HTTP/1.1" 200 833 0.006204 10.0.0.33 - - [2026-05-04 02:14:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001236 10.0.0.33 - - [2026-05-04 02:14:11] "POST /neutron/network HTTP/1.1" 200 843 0.006102 10.0.0.33 - - [2026-05-04 02:14:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.33 - - [2026-05-04 02:14:11] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.33 - - [2026-05-04 02:14:11] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000397 10.0.0.33 - - [2026-05-04 02:14:11] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.33 - - [2026-05-04 02:14:11] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053311 10.0.0.33 - - [2026-05-04 02:14:11] "POST /neutron/network HTTP/1.1" 200 833 0.033873 10.0.0.33 - - [2026-05-04 02:14:11] "POST /neutron/port HTTP/1.1" 200 117 0.005187 10.0.0.33 - - [2026-05-04 02:14:12] "POST /neutron/port HTTP/1.1" 200 117 0.005345 10.0.0.33 - - [2026-05-04 02:14:12] "POST /neutron/port HTTP/1.1" 200 117 0.004804 10.0.0.33 - - [2026-05-04 02:14:12] "POST /neutron/network HTTP/1.1" 200 843 0.019979 10.0.0.33 - - [2026-05-04 02:14:12] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001154 10.0.0.33 - - [2026-05-04 02:14:12] "POST /neutron/port HTTP/1.1" 200 1058 0.209889 10.0.0.33 - - [2026-05-04 02:14:12] "POST /neutron/port HTTP/1.1" 200 1058 0.048806 10.0.0.33 - - [2026-05-04 02:14:12] "POST /neutron/port HTTP/1.1" 200 1058 0.010162 10.0.0.33 - - [2026-05-04 02:14:12] "POST /neutron/port HTTP/1.1" 200 1112 0.062753 10.0.0.33 - - [2026-05-04 02:14:12] "POST /neutron/port HTTP/1.1" 200 1122 0.014354 10.0.0.33 - - [2026-05-04 02:14:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003976 10.0.0.33 - - [2026-05-04 02:14:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.006889 10.0.0.33 - - [2026-05-04 02:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.001528 10.0.0.33 - - [2026-05-04 02:14:13] "POST /neutron/network HTTP/1.1" 200 833 0.005242 10.0.0.33 - - [2026-05-04 02:14:13] "DELETE /project/3337dbf9015141b9982ed20cd02f6890 HTTP/1.1" 404 173 0.004536 10.0.0.33 - - [2026-05-04 02:14:13] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.33 - - [2026-05-04 02:14:13] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.039525 10.0.0.33 - - [2026-05-04 02:14:13] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.33 - - [2026-05-04 02:14:13] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?fields=security_groups HTTP/1.1" 200 1358 0.079384 10.0.0.33 - - [2026-05-04 02:14:13] "DELETE /security-group/81e92b6f-6496-44ac-bd73-9efba74a076f HTTP/1.1" 200 115 0.049491 10.0.0.33 - - [2026-05-04 02:14:13] "GET /projects?obj_uuids=cfe055ab-2914-4fbb-9216-1527cdf54a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001973 10.0.0.33 - - [2026-05-04 02:14:13] "DELETE /access-control-list/41268d3b-fba6-4c71-9976-76ab74427595 HTTP/1.1" 200 115 0.045158 10.0.0.33 - - [2026-05-04 02:14:13] "GET /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c?fields=application_policy_sets HTTP/1.1" 200 1397 0.044097 10.0.0.33 - - [2026-05-04 02:14:13] "DELETE /access-control-list/a87ad4da-5b10-4a38-980b-6e45e04a30c7 HTTP/1.1" 200 115 0.036350 10.0.0.33 - - [2026-05-04 02:14:14] "DELETE /project/cfe055ab-2914-4fbb-9216-1527cdf54a7c HTTP/1.1" 200 115 0.384693 10.0.0.33 - - [2026-05-04 02:14:17] "POST /neutron/port HTTP/1.1" 200 1122 0.013013 10.0.0.33 - - [2026-05-04 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006743 10.0.0.33 - - [2026-05-04 02:14:17] "POST /neutron/port HTTP/1.1" 200 1122 0.016020 10.0.0.33 - - [2026-05-04 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010602 10.0.0.33 - - [2026-05-04 02:14:17] "POST /neutron/port HTTP/1.1" 200 1122 0.016982 10.0.0.33 - - [2026-05-04 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007947 10.0.0.33 - - [2026-05-04 02:14:17] "GET /virtual-machine/9b8dfb5b-7ae3-411e-8918-12e99cbabbd7 HTTP/1.1" 200 1293 0.005498 10.0.0.33 - - [2026-05-04 02:14:17] "GET /virtual-machine-interface/1d2fb666-ec55-498b-a1f7-48a2cf5f7345 HTTP/1.1" 200 2963 0.005957 10.0.0.33 - - [2026-05-04 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.33 - - [2026-05-04 02:14:17] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005354 10.0.0.33 - - [2026-05-04 02:14:17] "GET /virtual-networks?parent_id=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003586 10.0.0.33 - - [2026-05-04 02:14:17] "GET /virtual-network/22cd58a1-9c5b-4002-9a74-2acea9d91d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005978 10.0.0.33 - - [2026-05-04 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.33 - - [2026-05-04 02:14:20] "GET /virtual-network/22cd58a1-9c5b-4002-9a74-2acea9d91d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004400 10.0.0.33 - - [2026-05-04 02:14:21] "POST /neutron/port HTTP/1.1" 200 1122 0.013295 10.0.0.33 - - [2026-05-04 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005364 10.0.0.33 - - [2026-05-04 02:14:21] "GET /obj-perms HTTP/1.1" 200 5056 0.068630 10.0.0.33 - - [2026-05-04 02:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.057165 10.0.0.33 - - [2026-05-04 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.33 - - [2026-05-04 02:14:22] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002948 10.0.0.33 - - [2026-05-04 02:14:22] "GET /virtual-networks?parent_id=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003011 10.0.0.33 - - [2026-05-04 02:14:22] "GET /virtual-network/22cd58a1-9c5b-4002-9a74-2acea9d91d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005465 10.0.0.33 - - [2026-05-04 02:14:23] "POST /neutron/port HTTP/1.1" 200 1122 0.012340 10.0.0.33 - - [2026-05-04 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008654 10.0.0.33 - - [2026-05-04 02:14:27] "POST /neutron/port HTTP/1.1" 200 1122 0.012754 10.0.0.33 - - [2026-05-04 02:14:27] "POST /neutron/port HTTP/1.1" 200 1122 0.022223 10.0.0.33 - - [2026-05-04 02:14:27] "POST /neutron/network HTTP/1.1" 200 843 0.007748 10.0.0.33 - - [2026-05-04 02:14:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005521 10.0.0.33 - - [2026-05-04 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 685 0.007828 10.0.0.33 - - [2026-05-04 02:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.001460 10.0.0.33 - - [2026-05-04 02:14:27] "POST /neutron/network HTTP/1.1" 200 833 0.006378 10.0.0.33 - - [2026-05-04 02:14:32] "POST /neutron/network HTTP/1.1" 200 807 0.009961 10.0.0.33 - - [2026-05-04 02:14:32] "POST /neutron/network HTTP/1.1" 200 833 0.007471 10.0.0.33 - - [2026-05-04 02:14:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001363 10.0.0.33 - - [2026-05-04 02:14:32] "POST /neutron/port HTTP/1.1" 200 1122 0.012840 10.0.0.33 - - [2026-05-04 02:14:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005762 10.0.0.33 - - [2026-05-04 02:14:32] "POST /neutron/network HTTP/1.1" 200 843 0.005502 10.0.0.33 - - [2026-05-04 02:14:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000441 10.0.0.33 - - [2026-05-04 02:14:33] "GET / HTTP/1.1" 200 35931 0.001887 10.0.0.33 - - [2026-05-04 02:14:33] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2026-05-04 02:14:33] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002458 10.0.0.33 - - [2026-05-04 02:14:33] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.080189 10.0.0.33 - - [2026-05-04 02:14:33] "POST /neutron/network HTTP/1.1" 200 833 0.005872 10.0.0.33 - - [2026-05-04 02:14:33] "POST /neutron/port HTTP/1.1" 200 1122 0.015628 10.0.0.33 - - [2026-05-04 02:14:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007386 10.0.0.33 - - [2026-05-04 02:14:33] "POST /neutron/port HTTP/1.1" 200 117 0.004534 10.0.0.33 - - [2026-05-04 02:14:33] "POST /neutron/port HTTP/1.1" 200 117 0.006035 10.0.0.33 - - [2026-05-04 02:14:34] "POST /neutron/network HTTP/1.1" 200 843 0.005355 10.0.0.33 - - [2026-05-04 02:14:34] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001487 10.0.0.33 - - [2026-05-04 02:14:34] "POST /neutron/port HTTP/1.1" 200 1058 0.223010 10.0.0.33 - - [2026-05-04 02:14:34] "POST /neutron/port HTTP/1.1" 200 1058 0.009799 10.0.0.33 - - [2026-05-04 02:14:34] "POST /neutron/port HTTP/1.1" 200 1058 0.011080 10.0.0.33 - - [2026-05-04 02:14:34] "POST /neutron/port HTTP/1.1" 200 1112 0.070364 10.0.0.33 - - [2026-05-04 02:14:34] "POST /neutron/port HTTP/1.1" 200 1122 0.015478 10.0.0.33 - - [2026-05-04 02:14:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004241 10.0.0.33 - - [2026-05-04 02:14:34] "POST /neutron/subnet HTTP/1.1" 200 685 0.008255 10.0.0.33 - - [2026-05-04 02:14:34] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.33 - - [2026-05-04 02:14:34] "POST /neutron/network HTTP/1.1" 200 833 0.007005 10.0.0.33 - - [2026-05-04 02:14:38] "POST /neutron/port HTTP/1.1" 200 1122 0.013100 10.0.0.33 - - [2026-05-04 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006390 10.0.0.33 - - [2026-05-04 02:14:38] "POST /neutron/port HTTP/1.1" 200 1122 0.012232 10.0.0.33 - - [2026-05-04 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005505 10.0.0.33 - - [2026-05-04 02:14:39] "POST /neutron/port HTTP/1.1" 200 1122 0.012382 10.0.0.33 - - [2026-05-04 02:14:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006170 10.0.0.33 - - [2026-05-04 02:14:39] "GET /virtual-machine/cc03440a-4dc7-4b65-8e78-9133125047fd HTTP/1.1" 200 1294 0.004926 10.0.0.33 - - [2026-05-04 02:14:39] "GET /virtual-machine-interface/c9c1b845-7b6a-468c-a16a-6b69e8b13e9d HTTP/1.1" 200 2964 0.005013 10.0.0.33 - - [2026-05-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.33 - - [2026-05-04 02:14:39] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002827 10.0.0.33 - - [2026-05-04 02:14:39] "GET /virtual-networks?parent_id=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003075 10.0.0.33 - - [2026-05-04 02:14:39] "GET /virtual-network/22cd58a1-9c5b-4002-9a74-2acea9d91d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005284 10.0.0.33 - - [2026-05-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.33 - - [2026-05-04 02:14:42] "GET /virtual-network/22cd58a1-9c5b-4002-9a74-2acea9d91d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005347 10.0.0.33 - - [2026-05-04 02:14:43] "POST /neutron/port HTTP/1.1" 200 1122 0.037174 10.0.0.33 - - [2026-05-04 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005074 10.0.0.33 - - [2026-05-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.33 - - [2026-05-04 02:14:44] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003602 10.0.0.33 - - [2026-05-04 02:14:44] "GET /virtual-networks?parent_id=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003116 10.0.0.33 - - [2026-05-04 02:14:44] "GET /virtual-network/22cd58a1-9c5b-4002-9a74-2acea9d91d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005924 10.0.0.33 - - [2026-05-04 02:14:44] "POST /neutron/port HTTP/1.1" 200 1122 0.016280 10.0.0.33 - - [2026-05-04 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008871 10.0.0.33 - - [2026-05-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.33 - - [2026-05-04 02:14:56] "DELETE /virtual-DNS/d24eefcb-db95-416b-8584-98e1c98f888a HTTP/1.1" 409 235 0.005803 10.0.0.33 - - [2026-05-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.003228 10.0.0.33 - - [2026-05-04 02:14:56] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015836 10.0.0.33 - - [2026-05-04 02:14:56] "GET /virtual-DNS-record/84224307-9e04-4f1d-8568-3bbc8c1acf5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006853 10.0.0.33 - - [2026-05-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.33 - - [2026-05-04 02:14:56] "GET /virtual-DNS-record/84224307-9e04-4f1d-8568-3bbc8c1acf5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.004109 10.0.0.33 - - [2026-05-04 02:14:57] "GET /domains HTTP/1.1" 200 280 0.003116 10.0.0.33 - - [2026-05-04 02:14:57] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.33 - - [2026-05-04 02:14:57] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2774 0.008080 10.0.0.33 - - [2026-05-04 02:14:57] "GET /virtual-DNS/d24eefcb-db95-416b-8584-98e1c98f888a HTTP/1.1" 200 1906 0.004067 10.0.0.33 - - [2026-05-04 02:14:57] "GET /virtual-DNS-record/84224307-9e04-4f1d-8568-3bbc8c1acf5e HTTP/1.1" 200 1334 0.003170 10.0.0.33 - - [2026-05-04 02:15:02] "DELETE /virtual-DNS-record/84224307-9e04-4f1d-8568-3bbc8c1acf5e HTTP/1.1" 200 115 0.034101 10.0.0.33 - - [2026-05-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.004836 10.0.0.33 - - [2026-05-04 02:15:02] "POST /neutron/network HTTP/1.1" 200 833 0.008397 10.0.0.33 - - [2026-05-04 02:15:02] "POST /neutron/network HTTP/1.1" 400 204 0.014430 10.0.0.33 - - [2026-05-04 02:15:03] "POST /neutron/port HTTP/1.1" 200 1122 0.017739 10.0.0.33 - - [2026-05-04 02:15:03] "POST /neutron/port HTTP/1.1" 200 1112 0.014548 10.0.0.33 - - [2026-05-04 02:15:03] "POST /neutron/port HTTP/1.1" 200 1122 0.017839 10.0.0.33 - - [2026-05-04 02:15:03] "POST /neutron/port HTTP/1.1" 200 1112 0.013827 10.0.0.33 - - [2026-05-04 02:15:03] "POST /neutron/port HTTP/1.1" 200 151 0.138109 10.0.0.33 - - [2026-05-04 02:15:03] "POST /neutron/port HTTP/1.1" 200 151 0.131210 10.0.0.33 - - [2026-05-04 02:15:04] "POST /neutron/network HTTP/1.1" 200 833 0.007453 10.0.0.33 - - [2026-05-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.33 - - [2026-05-04 02:15:05] "DELETE /route-target/c257422b-d9a2-4777-8b68-d929167781f2 HTTP/1.1" 200 115 0.049630 10.0.0.33 - - [2026-05-04 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003131 10.0.0.33 - - [2026-05-04 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.33 - - [2026-05-04 02:15:05] "POST /neutron/network HTTP/1.1" 200 151 0.213341 10.0.0.33 - - [2026-05-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.33 - - [2026-05-04 02:15:05] "DELETE /network-ipam/58652ae2-0c27-4bde-a122-de2147903023 HTTP/1.1" 200 115 0.027026 10.0.0.33 - - [2026-05-04 02:15:05] "DELETE /virtual-DNS/d24eefcb-db95-416b-8584-98e1c98f888a HTTP/1.1" 200 115 0.024412 10.0.0.33 - - [2026-05-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.002855 10.0.0.33 - - [2026-05-04 02:15:05] "GET /domains HTTP/1.1" 200 280 0.002941 10.0.0.33 - - [2026-05-04 02:15:05] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.33 - - [2026-05-04 02:15:05] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2574 0.009045 10.0.0.33 - - [2026-05-04 02:15:05] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.33 - - [2026-05-04 02:15:05] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023930 10.0.0.33 - - [2026-05-04 02:15:05] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.33 - - [2026-05-04 02:15:05] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?fields=virtual_networks HTTP/1.1" 200 1033 0.066211 10.0.0.33 - - [2026-05-04 02:15:05] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001544 10.0.0.33 - - [2026-05-04 02:15:05] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.028384 10.0.0.33 - - [2026-05-04 02:15:05] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001180 10.0.0.33 - - [2026-05-04 02:15:05] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?fields=security_groups HTTP/1.1" 200 1260 0.023903 10.0.0.33 - - [2026-05-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.030478 10.0.0.33 - - [2026-05-04 02:15:06] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002536 10.0.0.33 - - [2026-05-04 02:15:06] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001404 10.0.0.33 - - [2026-05-04 02:15:06] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006794 10.0.0.33 - - [2026-05-04 02:15:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.001254 10.0.0.33 - - [2026-05-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.005864 10.0.0.33 - - [2026-05-04 02:15:06] "POST /security-groups HTTP/1.1" 200 592 0.064573 10.0.0.33 - - [2026-05-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.003147 10.0.0.33 - - [2026-05-04 02:15:06] "POST /projects HTTP/1.1" 200 587 0.219695 10.0.0.33 - - [2026-05-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.256548 10.0.0.33 - - [2026-05-04 02:15:07] "POST /access-control-lists HTTP/1.1" 200 597 0.062457 10.0.0.33 - - [2026-05-04 02:15:07] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.386251 10.0.0.33 - - [2026-05-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002815 10.0.0.33 - - [2026-05-04 02:15:07] "POST /access-control-lists HTTP/1.1" 200 595 0.060917 10.0.0.33 - - [2026-05-04 02:15:08] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.33 - - [2026-05-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000908 10.0.0.33 - - [2026-05-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.064083 10.0.0.33 - - [2026-05-04 02:15:09] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.33 - - [2026-05-04 02:15:09] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024930 10.0.0.33 - - [2026-05-04 02:15:09] "POST /neutron/network HTTP/1.1" 200 117 0.038634 10.0.0.33 - - [2026-05-04 02:15:09] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001418 10.0.0.33 - - [2026-05-04 02:15:09] "POST /neutron/network HTTP/1.1" 200 606 0.075036 10.0.0.33 - - [2026-05-04 02:15:09] "POST /route-targets HTTP/1.1" 200 327 0.010353 10.0.0.33 - - [2026-05-04 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.011589 10.0.0.33 - - [2026-05-04 02:15:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004104 10.0.0.33 - - [2026-05-04 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.201962 10.0.0.33 - - [2026-05-04 02:15:09] "POST /neutron/network HTTP/1.1" 200 823 0.005377 10.0.0.33 - - [2026-05-04 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001460 10.0.0.33 - - [2026-05-04 02:15:09] "GET /virtual-network/695f44e3-0a02-4b3c-8d67-1b75d7648c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005057 10.0.0.33 - - [2026-05-04 02:15:09] "POST /neutron/network HTTP/1.1" 200 823 0.009807 10.0.0.33 - - [2026-05-04 02:15:09] "GET /virtual-network/695f44e3-0a02-4b3c-8d67-1b75d7648c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005626 10.0.0.33 - - [2026-05-04 02:15:09] "POST /neutron/network HTTP/1.1" 200 823 0.008378 10.0.0.33 - - [2026-05-04 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.012782 10.0.0.33 - - [2026-05-04 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.002259 10.0.0.33 - - [2026-05-04 02:15:10] "POST /neutron/network HTTP/1.1" 200 833 0.005813 10.0.0.33 - - [2026-05-04 02:15:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.33 - - [2026-05-04 02:15:10] "GET / HTTP/1.1" 200 35931 0.002014 10.0.0.33 - - [2026-05-04 02:15:10] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000584 10.0.0.33 - - [2026-05-04 02:15:10] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.33 - - [2026-05-04 02:15:10] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061893 10.0.0.33 - - [2026-05-04 02:15:10] "POST /neutron/network HTTP/1.1" 200 823 0.008000 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.006889 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.007428 10.0.0.33 - - [2026-05-04 02:15:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001501 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.005211 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/network HTTP/1.1" 200 833 0.006233 10.0.0.33 - - [2026-05-04 02:15:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000484 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/network HTTP/1.1" 200 833 0.007284 10.0.0.33 - - [2026-05-04 02:15:11] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.33 - - [2026-05-04 02:15:11] "GET / HTTP/1.1" 200 35931 0.003317 10.0.0.33 - - [2026-05-04 02:15:11] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/port HTTP/1.1" 200 1059 0.199562 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/port HTTP/1.1" 200 1059 0.012722 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/port HTTP/1.1" 200 1059 0.010650 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/port HTTP/1.1" 200 1113 0.063656 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/port HTTP/1.1" 200 1123 0.010787 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004036 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.006939 10.0.0.33 - - [2026-05-04 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/network HTTP/1.1" 200 823 0.008785 10.0.0.33 - - [2026-05-04 02:15:12] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.33 - - [2026-05-04 02:15:12] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050933 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/network HTTP/1.1" 200 823 0.005240 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/port HTTP/1.1" 200 1123 0.016315 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013958 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/port HTTP/1.1" 200 117 0.004685 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/port HTTP/1.1" 200 1123 0.014502 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005606 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/network HTTP/1.1" 200 833 0.005199 10.0.0.33 - - [2026-05-04 02:15:12] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001486 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/port HTTP/1.1" 200 1059 0.277581 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/port HTTP/1.1" 200 1059 0.020361 10.0.0.33 - - [2026-05-04 02:15:12] "POST /neutron/port HTTP/1.1" 200 1059 0.015265 10.0.0.33 - - [2026-05-04 02:15:13] "POST /neutron/port HTTP/1.1" 200 1113 0.099570 10.0.0.33 - - [2026-05-04 02:15:13] "POST /neutron/port HTTP/1.1" 200 1123 0.012308 10.0.0.33 - - [2026-05-04 02:15:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004875 10.0.0.33 - - [2026-05-04 02:15:13] "POST /neutron/subnet HTTP/1.1" 200 689 0.007844 10.0.0.33 - - [2026-05-04 02:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.001565 10.0.0.33 - - [2026-05-04 02:15:13] "POST /neutron/network HTTP/1.1" 200 823 0.006360 10.0.0.33 - - [2026-05-04 02:15:14] "DELETE /project/9f58b3836918410eb18900e821fe606a HTTP/1.1" 404 173 0.004587 10.0.0.33 - - [2026-05-04 02:15:14] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001064 10.0.0.33 - - [2026-05-04 02:15:14] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.063982 10.0.0.33 - - [2026-05-04 02:15:14] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001686 10.0.0.33 - - [2026-05-04 02:15:14] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?fields=security_groups HTTP/1.1" 200 1365 0.050939 10.0.0.33 - - [2026-05-04 02:15:14] "DELETE /security-group/95efdf80-ff37-475a-8abb-2ff501988bb5 HTTP/1.1" 200 115 0.054884 10.0.0.33 - - [2026-05-04 02:15:14] "GET /projects?obj_uuids=3337dbf9-0151-41b9-982e-d20cd02f6890&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005762 10.0.0.33 - - [2026-05-04 02:15:14] "DELETE /access-control-list/46173109-a365-497e-8d58-e200b0cb3d77 HTTP/1.1" 200 115 0.040993 10.0.0.33 - - [2026-05-04 02:15:14] "GET /project/3337dbf9-0151-41b9-982e-d20cd02f6890?fields=application_policy_sets HTTP/1.1" 200 1404 0.052996 10.0.0.33 - - [2026-05-04 02:15:14] "DELETE /access-control-list/db5242c4-3c48-45c2-a9e6-717275e0fa2f HTTP/1.1" 200 115 0.050172 10.0.0.33 - - [2026-05-04 02:15:14] "DELETE /project/3337dbf9-0151-41b9-982e-d20cd02f6890 HTTP/1.1" 200 115 0.416569 10.0.0.33 - - [2026-05-04 02:15:17] "POST /neutron/port HTTP/1.1" 200 1123 0.014934 10.0.0.33 - - [2026-05-04 02:15:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006255 10.0.0.33 - - [2026-05-04 02:15:17] "POST /neutron/port HTTP/1.1" 200 1123 0.012751 10.0.0.33 - - [2026-05-04 02:15:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006423 10.0.0.33 - - [2026-05-04 02:15:17] "POST /neutron/port HTTP/1.1" 200 1123 0.011229 10.0.0.33 - - [2026-05-04 02:15:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005611 10.0.0.33 - - [2026-05-04 02:15:17] "GET /virtual-machine/738c8e7c-2351-47f9-809a-f05455158c35 HTTP/1.1" 401 292 0.001094 10.0.0.33 - - [2026-05-04 02:15:18] "GET /virtual-machine/738c8e7c-2351-47f9-809a-f05455158c35 HTTP/1.1" 200 1292 0.037628 10.0.0.33 - - [2026-05-04 02:15:18] "GET /virtual-machine-interface/c5b032bc-a840-4bfc-9ecd-49eeb8fcc62e HTTP/1.1" 200 2946 0.005375 10.0.0.33 - - [2026-05-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.33 - - [2026-05-04 02:15:18] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003857 10.0.0.33 - - [2026-05-04 02:15:18] "GET /virtual-networks?parent_id=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003162 10.0.0.33 - - [2026-05-04 02:15:18] "GET /virtual-network/695f44e3-0a02-4b3c-8d67-1b75d7648c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009984 10.0.0.33 - - [2026-05-04 02:15:20] "POST /neutron/port HTTP/1.1" 200 1123 0.011139 10.0.0.33 - - [2026-05-04 02:15:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005051 10.0.0.33 - - [2026-05-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.33 - - [2026-05-04 02:15:21] "GET /virtual-network/695f44e3-0a02-4b3c-8d67-1b75d7648c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007668 10.0.0.33 - - [2026-05-04 02:15:21] "POST /neutron/port HTTP/1.1" 200 1123 0.012041 10.0.0.33 - - [2026-05-04 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006184 10.0.0.33 - - [2026-05-04 02:15:22] "GET /obj-perms HTTP/1.1" 200 5056 0.065720 10.0.0.33 - - [2026-05-04 02:15:22] "GET /obj-perms HTTP/1.1" 200 5056 0.054118 10.0.0.33 - - [2026-05-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.33 - - [2026-05-04 02:15:23] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003993 10.0.0.33 - - [2026-05-04 02:15:23] "GET /virtual-networks?parent_id=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003206 10.0.0.33 - - [2026-05-04 02:15:23] "GET /virtual-network/695f44e3-0a02-4b3c-8d67-1b75d7648c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005243 10.0.0.33 - - [2026-05-04 02:15:23] "POST /neutron/port HTTP/1.1" 200 1123 0.011296 10.0.0.33 - - [2026-05-04 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006183 10.0.0.33 - - [2026-05-04 02:15:23] "POST /neutron/port HTTP/1.1" 200 1123 0.013556 10.0.0.33 - - [2026-05-04 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006664 10.0.0.33 - - [2026-05-04 02:15:23] "POST /neutron/port HTTP/1.1" 200 1123 0.011932 10.0.0.33 - - [2026-05-04 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005965 10.0.0.33 - - [2026-05-04 02:15:23] "GET /virtual-machine/1b3cbb59-ccf4-41e4-a003-a17e36b6e673 HTTP/1.1" 200 1293 0.005186 10.0.0.33 - - [2026-05-04 02:15:23] "GET /virtual-machine-interface/7f916a7a-a33e-4340-87d7-45a12e888ae3 HTTP/1.1" 200 2944 0.005280 10.0.0.33 - - [2026-05-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.33 - - [2026-05-04 02:15:23] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003598 10.0.0.33 - - [2026-05-04 02:15:24] "GET /virtual-networks?parent_id=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003026 10.0.0.33 - - [2026-05-04 02:15:24] "GET /virtual-network/695f44e3-0a02-4b3c-8d67-1b75d7648c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005498 10.0.0.33 - - [2026-05-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.33 - - [2026-05-04 02:15:25] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004061 10.0.0.33 - - [2026-05-04 02:15:25] "GET /virtual-networks?parent_id=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004046 10.0.0.33 - - [2026-05-04 02:15:25] "GET /virtual-network/695f44e3-0a02-4b3c-8d67-1b75d7648c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007587 10.0.0.33 - - [2026-05-04 02:15:29] "POST /neutron/network HTTP/1.1" 200 823 0.006452 10.0.0.33 - - [2026-05-04 02:15:29] "POST /neutron/network HTTP/1.1" 400 204 0.013684 10.0.0.33 - - [2026-05-04 02:15:30] "POST /neutron/port HTTP/1.1" 200 1123 0.017967 10.0.0.33 - - [2026-05-04 02:15:30] "POST /neutron/port HTTP/1.1" 200 1113 0.011909 10.0.0.33 - - [2026-05-04 02:15:30] "POST /neutron/port HTTP/1.1" 200 1123 0.013473 10.0.0.33 - - [2026-05-04 02:15:30] "POST /neutron/port HTTP/1.1" 200 1113 0.009550 10.0.0.33 - - [2026-05-04 02:15:30] "POST /neutron/port HTTP/1.1" 200 151 0.111484 10.0.0.33 - - [2026-05-04 02:15:30] "POST /neutron/port HTTP/1.1" 200 151 0.105030 10.0.0.33 - - [2026-05-04 02:15:31] "POST /neutron/network HTTP/1.1" 200 823 0.005588 10.0.0.33 - - [2026-05-04 02:15:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002386 10.0.0.33 - - [2026-05-04 02:15:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002869 10.0.0.33 - - [2026-05-04 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.33 - - [2026-05-04 02:15:32] "POST /neutron/network HTTP/1.1" 200 151 0.077088 10.0.0.33 - - [2026-05-04 02:15:32] "DELETE /route-target/9fe39020-7cab-4d43-883a-5692f4ca0c4e HTTP/1.1" 200 115 0.016953 10.0.0.33 - - [2026-05-04 02:15:32] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187 10.0.0.33 - - [2026-05-04 02:15:32] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.033888 10.0.0.33 - - [2026-05-04 02:15:32] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001928 10.0.0.33 - - [2026-05-04 02:15:32] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?fields=virtual_networks HTTP/1.1" 200 1034 0.065894 10.0.0.33 - - [2026-05-04 02:15:32] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.33 - - [2026-05-04 02:15:32] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024575 10.0.0.33 - - [2026-05-04 02:15:32] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230 10.0.0.33 - - [2026-05-04 02:15:32] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?fields=security_groups HTTP/1.1" 200 1261 0.037475 10.0.0.33 - - [2026-05-04 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.031118 10.0.0.33 - - [2026-05-04 02:15:33] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003155 10.0.0.33 - - [2026-05-04 02:15:33] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.33 - - [2026-05-04 02:15:33] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006941 10.0.0.33 - - [2026-05-04 02:15:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.001505 10.0.0.33 - - [2026-05-04 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.005494 10.0.0.33 - - [2026-05-04 02:15:33] "POST /security-groups HTTP/1.1" 200 591 0.064179 10.0.0.33 - - [2026-05-04 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.003874 10.0.0.33 - - [2026-05-04 02:15:33] "POST /projects HTTP/1.1" 200 585 0.209112 10.0.0.33 - - [2026-05-04 02:15:34] "POST /access-control-lists HTTP/1.1" 200 596 0.057800 10.0.0.33 - - [2026-05-04 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.287609 10.0.0.33 - - [2026-05-04 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.002629 10.0.0.33 - - [2026-05-04 02:15:34] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.424647 10.0.0.33 - - [2026-05-04 02:15:34] "POST /access-control-lists HTTP/1.1" 200 594 0.060867 10.0.0.33 - - [2026-05-04 02:15:35] "GET / HTTP/1.1" 200 35931 0.002928 10.0.0.33 - - [2026-05-04 02:15:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000523 10.0.0.33 - - [2026-05-04 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.064112 10.0.0.33 - - [2026-05-04 02:15:36] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.33 - - [2026-05-04 02:15:36] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.026977 10.0.0.33 - - [2026-05-04 02:15:36] "POST /neutron/network HTTP/1.1" 200 117 0.035036 10.0.0.33 - - [2026-05-04 02:15:36] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002232 10.0.0.33 - - [2026-05-04 02:15:36] "POST /neutron/network HTTP/1.1" 200 625 0.069852 10.0.0.33 - - [2026-05-04 02:15:36] "POST /route-targets HTTP/1.1" 200 327 0.013621 10.0.0.33 - - [2026-05-04 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.016156 10.0.0.33 - - [2026-05-04 02:15:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003494 10.0.0.33 - - [2026-05-04 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.197623 10.0.0.33 - - [2026-05-04 02:15:36] "POST /neutron/network HTTP/1.1" 200 839 0.005821 10.0.0.33 - - [2026-05-04 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 230 0.001624 10.0.0.33 - - [2026-05-04 02:15:36] "GET /virtual-network/122b110f-a23c-477b-9593-3f97c1f10654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005306 10.0.0.33 - - [2026-05-04 02:15:36] "POST /neutron/network HTTP/1.1" 200 839 0.007406 10.0.0.33 - - [2026-05-04 02:15:36] "GET /virtual-network/122b110f-a23c-477b-9593-3f97c1f10654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004862 10.0.0.33 - - [2026-05-04 02:15:36] "POST /neutron/network HTTP/1.1" 200 839 0.005490 10.0.0.33 - - [2026-05-04 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.007358 10.0.0.33 - - [2026-05-04 02:15:36] "POST /neutron/network HTTP/1.1" 200 839 0.005370 10.0.0.33 - - [2026-05-04 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 230 0.001297 10.0.0.33 - - [2026-05-04 02:15:37] "POST /neutron/network HTTP/1.1" 200 849 0.005931 10.0.0.33 - - [2026-05-04 02:15:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000584 10.0.0.33 - - [2026-05-04 02:15:37] "GET / HTTP/1.1" 200 35931 0.002571 10.0.0.33 - - [2026-05-04 02:15:37] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.33 - - [2026-05-04 02:15:37] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001678 10.0.0.33 - - [2026-05-04 02:15:37] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060715 10.0.0.33 - - [2026-05-04 02:15:37] "POST /neutron/network HTTP/1.1" 200 839 0.005948 10.0.0.33 - - [2026-05-04 02:15:37] "POST /neutron/port HTTP/1.1" 200 117 0.005024 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.005391 10.0.0.33 - - [2026-05-04 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.33 - - [2026-05-04 02:15:38] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004244 10.0.0.33 - - [2026-05-04 02:15:38] "PUT /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e HTTP/1.1" 200 276 0.010170 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.004927 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/network HTTP/1.1" 200 849 0.005741 10.0.0.33 - - [2026-05-04 02:15:38] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/port HTTP/1.1" 200 1055 0.203095 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/port HTTP/1.1" 200 1055 0.011116 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/port HTTP/1.1" 200 1055 0.007817 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/port HTTP/1.1" 200 1109 0.051965 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/port HTTP/1.1" 200 1119 0.013223 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003368 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.008285 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.33 - - [2026-05-04 02:15:38] "POST /neutron/network HTTP/1.1" 200 839 0.005239 10.0.0.33 - - [2026-05-04 02:15:43] "POST /neutron/port HTTP/1.1" 200 1119 0.011798 10.0.0.33 - - [2026-05-04 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006678 10.0.0.33 - - [2026-05-04 02:15:43] "POST /neutron/port HTTP/1.1" 200 1119 0.010797 10.0.0.33 - - [2026-05-04 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006247 10.0.0.33 - - [2026-05-04 02:15:43] "POST /neutron/port HTTP/1.1" 200 1119 0.012545 10.0.0.33 - - [2026-05-04 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006421 10.0.0.33 - - [2026-05-04 02:15:43] "GET /virtual-machine/c3cef644-032c-4fe6-85c2-358066931a10 HTTP/1.1" 401 292 0.000604 10.0.0.33 - - [2026-05-04 02:15:43] "GET /virtual-machine/c3cef644-032c-4fe6-85c2-358066931a10 HTTP/1.1" 200 1292 0.034531 10.0.0.33 - - [2026-05-04 02:15:43] "GET /virtual-machine-interface/c1fa241e-f5d2-4080-a71c-7a5a4fe2d3db HTTP/1.1" 200 2971 0.005425 10.0.0.33 - - [2026-05-04 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.33 - - [2026-05-04 02:15:43] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003140 10.0.0.33 - - [2026-05-04 02:15:43] "GET /virtual-networks?parent_id=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003096 10.0.0.33 - - [2026-05-04 02:15:44] "GET /virtual-network/122b110f-a23c-477b-9593-3f97c1f10654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005430 10.0.0.33 - - [2026-05-04 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.33 - - [2026-05-04 02:15:47] "GET /virtual-network/122b110f-a23c-477b-9593-3f97c1f10654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005586 10.0.0.33 - - [2026-05-04 02:15:47] "POST /neutron/port HTTP/1.1" 200 1119 0.014375 10.0.0.33 - - [2026-05-04 02:15:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006783 10.0.0.33 - - [2026-05-04 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.33 - - [2026-05-04 02:15:49] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004407 10.0.0.33 - - [2026-05-04 02:15:49] "GET /virtual-networks?parent_id=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003002 10.0.0.33 - - [2026-05-04 02:15:49] "GET /virtual-network/122b110f-a23c-477b-9593-3f97c1f10654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004860 10.0.0.33 - - [2026-05-04 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.33 - - [2026-05-04 02:15:51] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003036 10.0.0.33 - - [2026-05-04 02:15:51] "PUT /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e HTTP/1.1" 200 276 0.008601 10.0.0.33 - - [2026-05-04 02:15:51] "POST /neutron/network HTTP/1.1" 200 839 0.005956 10.0.0.33 - - [2026-05-04 02:15:51] "POST /neutron/network HTTP/1.1" 400 204 0.009938 10.0.0.33 - - [2026-05-04 02:15:52] "POST /neutron/port HTTP/1.1" 200 1119 0.014082 10.0.0.33 - - [2026-05-04 02:15:52] "POST /neutron/port HTTP/1.1" 200 1109 0.024235 10.0.0.33 - - [2026-05-04 02:15:52] "POST /neutron/port HTTP/1.1" 200 151 0.171777 10.0.0.33 - - [2026-05-04 02:15:53] "POST /neutron/network HTTP/1.1" 200 839 0.005745 10.0.0.33 - - [2026-05-04 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003482 10.0.0.33 - - [2026-05-04 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.33 - - [2026-05-04 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002818 10.0.0.33 - - [2026-05-04 02:15:53] "POST /neutron/network HTTP/1.1" 200 151 0.069142 10.0.0.33 - - [2026-05-04 02:15:53] "DELETE /route-target/a1d5a4da-cc13-4448-bebe-92fea8f2ce62 HTTP/1.1" 200 115 0.013710 10.0.0.33 - - [2026-05-04 02:15:54] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003390 10.0.0.33 - - [2026-05-04 02:15:54] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e HTTP/1.1" 200 1881 0.003984 10.0.0.33 - - [2026-05-04 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002287 10.0.0.33 - - [2026-05-04 02:15:54] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.33 - - [2026-05-04 02:15:54] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.022431 10.0.0.33 - - [2026-05-04 02:15:54] "POST /neutron/network HTTP/1.1" 200 117 0.007471 10.0.0.33 - - [2026-05-04 02:15:54] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.33 - - [2026-05-04 02:15:54] "POST /neutron/network HTTP/1.1" 200 605 0.065693 10.0.0.33 - - [2026-05-04 02:15:54] "POST /route-targets HTTP/1.1" 200 327 0.010873 10.0.0.33 - - [2026-05-04 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.010456 10.0.0.33 - - [2026-05-04 02:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003969 10.0.0.33 - - [2026-05-04 02:15:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.189120 10.0.0.33 - - [2026-05-04 02:15:54] "POST /neutron/network HTTP/1.1" 200 824 0.005481 10.0.0.33 - - [2026-05-04 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001180 10.0.0.33 - - [2026-05-04 02:15:54] "GET /virtual-network/febb1560-ad6c-4f1b-9ddc-2091accece74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004442 10.0.0.33 - - [2026-05-04 02:15:54] "POST /neutron/network HTTP/1.1" 200 824 0.005188 10.0.0.33 - - [2026-05-04 02:15:54] "GET /virtual-network/febb1560-ad6c-4f1b-9ddc-2091accece74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005614 10.0.0.33 - - [2026-05-04 02:15:54] "POST /neutron/network HTTP/1.1" 200 824 0.005593 10.0.0.33 - - [2026-05-04 02:15:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.007585 10.0.0.33 - - [2026-05-04 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001431 10.0.0.33 - - [2026-05-04 02:15:54] "POST /neutron/network HTTP/1.1" 200 834 0.005758 10.0.0.33 - - [2026-05-04 02:15:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000481 10.0.0.33 - - [2026-05-04 02:15:55] "GET / HTTP/1.1" 200 35931 0.001836 10.0.0.33 - - [2026-05-04 02:15:55] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.33 - - [2026-05-04 02:15:55] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002008 10.0.0.33 - - [2026-05-04 02:15:55] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.058747 10.0.0.33 - - [2026-05-04 02:15:55] "POST /neutron/network HTTP/1.1" 200 824 0.005611 10.0.0.33 - - [2026-05-04 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.004441 10.0.0.33 - - [2026-05-04 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.005481 10.0.0.33 - - [2026-05-04 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.004614 10.0.0.33 - - [2026-05-04 02:15:56] "POST /neutron/network HTTP/1.1" 200 834 0.008183 10.0.0.33 - - [2026-05-04 02:15:56] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.33 - - [2026-05-04 02:15:56] "POST /neutron/port HTTP/1.1" 200 1060 0.200950 10.0.0.33 - - [2026-05-04 02:15:56] "POST /neutron/port HTTP/1.1" 200 1060 0.017399 10.0.0.33 - - [2026-05-04 02:15:56] "POST /neutron/port HTTP/1.1" 200 1060 0.013814 10.0.0.33 - - [2026-05-04 02:15:56] "POST /neutron/port HTTP/1.1" 200 1114 0.066705 10.0.0.33 - - [2026-05-04 02:15:56] "POST /neutron/port HTTP/1.1" 200 1124 0.014092 10.0.0.33 - - [2026-05-04 02:15:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003379 10.0.0.33 - - [2026-05-04 02:15:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.008673 10.0.0.33 - - [2026-05-04 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.33 - - [2026-05-04 02:15:56] "POST /neutron/network HTTP/1.1" 200 824 0.005972 10.0.0.33 - - [2026-05-04 02:16:00] "POST /neutron/port HTTP/1.1" 200 1124 0.011176 10.0.0.33 - - [2026-05-04 02:16:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006624 10.0.0.33 - - [2026-05-04 02:16:01] "POST /neutron/port HTTP/1.1" 200 1124 0.012388 10.0.0.33 - - [2026-05-04 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006731 10.0.0.33 - - [2026-05-04 02:16:01] "POST /neutron/port HTTP/1.1" 200 1124 0.013988 10.0.0.33 - - [2026-05-04 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008365 10.0.0.33 - - [2026-05-04 02:16:01] "GET /virtual-machine/4350e6fc-ca1c-48f1-85d7-8b5f8c5aea7d HTTP/1.1" 200 1291 0.004973 10.0.0.33 - - [2026-05-04 02:16:01] "GET /virtual-machine-interface/b1c98d62-74de-45a9-b823-02385733a40d HTTP/1.1" 200 2941 0.005511 10.0.0.33 - - [2026-05-04 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.33 - - [2026-05-04 02:16:01] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003206 10.0.0.33 - - [2026-05-04 02:16:01] "GET /virtual-networks?parent_id=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003020 10.0.0.33 - - [2026-05-04 02:16:01] "GET /virtual-network/febb1560-ad6c-4f1b-9ddc-2091accece74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005881 10.0.0.33 - - [2026-05-04 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.33 - - [2026-05-04 02:16:04] "GET /virtual-network/febb1560-ad6c-4f1b-9ddc-2091accece74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005194 10.0.0.33 - - [2026-05-04 02:16:05] "POST /neutron/port HTTP/1.1" 200 1124 0.013000 10.0.0.33 - - [2026-05-04 02:16:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006637 10.0.0.33 - - [2026-05-04 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.33 - - [2026-05-04 02:16:06] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005138 10.0.0.33 - - [2026-05-04 02:16:06] "GET /virtual-networks?parent_id=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004408 10.0.0.33 - - [2026-05-04 02:16:06] "GET /virtual-network/febb1560-ad6c-4f1b-9ddc-2091accece74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005472 10.0.0.33 - - [2026-05-04 02:16:06] "POST /neutron/port HTTP/1.1" 200 1124 0.014597 10.0.0.33 - - [2026-05-04 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007303 10.0.0.33 - - [2026-05-04 02:16:13] "POST /neutron/network HTTP/1.1" 200 824 0.014570 10.0.0.33 - - [2026-05-04 02:16:13] "POST /neutron/network HTTP/1.1" 400 204 0.011667 10.0.0.33 - - [2026-05-04 02:16:14] "POST /neutron/port HTTP/1.1" 200 1124 0.012063 10.0.0.33 - - [2026-05-04 02:16:14] "POST /neutron/port HTTP/1.1" 200 1114 0.009602 10.0.0.33 - - [2026-05-04 02:16:14] "POST /neutron/port HTTP/1.1" 200 151 0.112864 10.0.0.33 - - [2026-05-04 02:16:14] "DELETE /project/2bda16b0aab841b5b03b07c299ac30e5 HTTP/1.1" 404 173 0.004988 10.0.0.33 - - [2026-05-04 02:16:14] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.33 - - [2026-05-04 02:16:14] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.025781 10.0.0.33 - - [2026-05-04 02:16:14] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.33 - - [2026-05-04 02:16:14] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?fields=security_groups HTTP/1.1" 200 1366 0.071120 10.0.0.33 - - [2026-05-04 02:16:14] "DELETE /security-group/4cd639d4-4be9-4a6f-82eb-fafce3e8a383 HTTP/1.1" 200 115 0.032002 10.0.0.33 - - [2026-05-04 02:16:14] "GET /projects?obj_uuids=9f58b383-6918-410e-b189-00e821fe606a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.33 - - [2026-05-04 02:16:14] "GET /project/9f58b383-6918-410e-b189-00e821fe606a?fields=application_policy_sets HTTP/1.1" 200 1405 0.025918 10.0.0.33 - - [2026-05-04 02:16:14] "DELETE /project/9f58b383-6918-410e-b189-00e821fe606a HTTP/1.1" 200 115 0.308130 10.0.0.33 - - [2026-05-04 02:16:15] "DELETE /access-control-list/25a71370-5c8c-4606-9f43-1869c8567673 HTTP/1.1" 200 115 0.022051 10.0.0.33 - - [2026-05-04 02:16:15] "DELETE /access-control-list/785cb0b0-25fe-473a-aeba-84352e209174 HTTP/1.1" 200 115 0.025234 10.0.0.33 - - [2026-05-04 02:16:16] "POST /neutron/network HTTP/1.1" 200 824 0.006301 10.0.0.33 - - [2026-05-04 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.33 - - [2026-05-04 02:16:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003382 10.0.0.33 - - [2026-05-04 02:16:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002062 10.0.0.33 - - [2026-05-04 02:16:16] "POST /neutron/network HTTP/1.1" 200 151 0.073052 10.0.0.33 - - [2026-05-04 02:16:16] "DELETE /route-target/6275e1ea-0792-4721-b538-7d1e0a19c11a HTTP/1.1" 200 115 0.018178 10.0.0.33 - - [2026-05-04 02:16:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002660 10.0.0.33 - - [2026-05-04 02:16:16] "POST /network-ipams HTTP/1.1" 200 541 0.015042 10.0.0.33 - - [2026-05-04 02:16:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003031 10.0.0.33 - - [2026-05-04 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.33 - - [2026-05-04 02:16:16] "GET /network-ipam/e2dac797-3385-4247-945e-99e94dcac914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.005396 10.0.0.33 - - [2026-05-04 02:16:16] "PUT /network-ipam/e2dac797-3385-4247-945e-99e94dcac914 HTTP/1.1" 200 258 0.009341 10.0.0.33 - - [2026-05-04 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.33 - - [2026-05-04 02:16:16] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.33 - - [2026-05-04 02:16:16] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023308 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/network HTTP/1.1" 200 117 0.009092 10.0.0.33 - - [2026-05-04 02:16:17] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/network HTTP/1.1" 200 605 0.070956 10.0.0.33 - - [2026-05-04 02:16:17] "POST /route-targets HTTP/1.1" 200 327 0.013943 10.0.0.33 - - [2026-05-04 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.014038 10.0.0.33 - - [2026-05-04 02:16:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002678 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.126317 10.0.0.33 - - [2026-05-04 02:16:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004668 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.161832 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/network HTTP/1.1" 200 994 0.007298 10.0.0.33 - - [2026-05-04 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001282 10.0.0.33 - - [2026-05-04 02:16:17] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005123 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/network HTTP/1.1" 200 994 0.007746 10.0.0.33 - - [2026-05-04 02:16:17] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005867 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/network HTTP/1.1" 200 994 0.008758 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.009835 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.006522 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/network HTTP/1.1" 200 994 0.006630 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.007164 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.006668 10.0.0.33 - - [2026-05-04 02:16:17] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.33 - - [2026-05-04 02:16:17] "POST /neutron/port HTTP/1.1" 200 1017 0.157711 10.0.0.33 - - [2026-05-04 02:16:17] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 1017 0.155320 10.0.0.33 - - [2026-05-04 02:16:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001354 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 1017 0.008183 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 1017 0.008384 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/network HTTP/1.1" 200 994 0.006660 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 1017 0.010907 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.006614 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 1017 0.009612 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.005629 10.0.0.33 - - [2026-05-04 02:16:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001509 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.004934 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 1017 0.009684 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 1017 0.012495 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/network HTTP/1.1" 200 994 0.007104 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 1017 0.008242 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 1017 0.017080 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.015114 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 1017 0.010543 10.0.0.33 - - [2026-05-04 02:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.005597 10.0.0.33 - - [2026-05-04 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001233 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/network HTTP/1.1" 200 1004 0.009092 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 1017 0.011070 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 1017 0.009326 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.008047 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 1109 0.099804 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/network HTTP/1.1" 200 1004 0.007144 10.0.0.33 - - [2026-05-04 02:16:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 1119 0.019349 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004103 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/subnet HTTP/1.1" 200 673 0.008971 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/network HTTP/1.1" 200 994 0.007895 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 1017 0.010726 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/network HTTP/1.1" 200 1004 0.005909 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 1017 0.008974 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 1017 0.012040 10.0.0.33 - - [2026-05-04 02:16:19] "GET / HTTP/1.1" 200 35931 0.002181 10.0.0.33 - - [2026-05-04 02:16:19] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000670 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 1109 0.086339 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 1119 0.012420 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005948 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/subnet HTTP/1.1" 200 673 0.008250 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.001610 10.0.0.33 - - [2026-05-04 02:16:19] "POST /neutron/network HTTP/1.1" 200 994 0.007240 10.0.0.33 - - [2026-05-04 02:16:19] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001554 10.0.0.33 - - [2026-05-04 02:16:20] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060516 10.0.0.33 - - [2026-05-04 02:16:20] "POST /neutron/network HTTP/1.1" 200 994 0.010851 10.0.0.33 - - [2026-05-04 02:16:20] "POST /neutron/port HTTP/1.1" 200 2086 0.033157 10.0.0.33 - - [2026-05-04 02:16:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009844 10.0.0.33 - - [2026-05-04 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.004967 10.0.0.33 - - [2026-05-04 02:16:20] "GET /domains HTTP/1.1" 200 280 0.003380 10.0.0.33 - - [2026-05-04 02:16:20] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.33 - - [2026-05-04 02:16:20] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2573 0.012593 10.0.0.33 - - [2026-05-04 02:16:20] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001404 10.0.0.33 - - [2026-05-04 02:16:20] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5 HTTP/1.1" 200 2841 0.075972 10.0.0.33 - - [2026-05-04 02:16:20] "GET /network-ipam/e2dac797-3385-4247-945e-99e94dcac914 HTTP/1.1" 200 2646 0.008421 10.0.0.33 - - [2026-05-04 02:16:20] "GET /domains HTTP/1.1" 200 280 0.003599 10.0.0.33 - - [2026-05-04 02:16:20] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001793 10.0.0.33 - - [2026-05-04 02:16:20] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2573 0.010663 10.0.0.33 - - [2026-05-04 02:16:20] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.33 - - [2026-05-04 02:16:20] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5 HTTP/1.1" 200 2841 0.089433 10.0.0.33 - - [2026-05-04 02:16:20] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4 HTTP/1.1" 200 3778 0.006241 10.0.0.33 - - [2026-05-04 02:16:20] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4 HTTP/1.1" 200 3778 0.005926 10.0.0.33 - - [2026-05-04 02:16:20] "GET /routing-instance/8fcf2495-61a4-4d35-b7b4-e7ea988fbe29 HTTP/1.1" 200 2381 0.005364 10.0.0.33 - - [2026-05-04 02:16:20] "GET /routing-instance/8fcf2495-61a4-4d35-b7b4-e7ea988fbe29 HTTP/1.1" 200 2381 0.007626 10.0.0.33 - - [2026-05-04 02:16:20] "GET /route-target/dd45c23c-a8b1-4d00-8030-0bf423a50c62 HTTP/1.1" 200 1204 0.006039 10.0.0.33 - - [2026-05-04 02:16:20] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4 HTTP/1.1" 200 3778 0.008395 10.0.0.33 - - [2026-05-04 02:16:20] "GET /routing-instance/8fcf2495-61a4-4d35-b7b4-e7ea988fbe29 HTTP/1.1" 200 2381 0.004877 10.0.0.33 - - [2026-05-04 02:16:20] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.007496 10.0.0.33 - - [2026-05-04 02:16:20] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4 HTTP/1.1" 200 3778 0.005722 10.0.0.33 - - [2026-05-04 02:16:20] "GET /routing-instance/8fcf2495-61a4-4d35-b7b4-e7ea988fbe29 HTTP/1.1" 200 2381 0.005977 10.0.0.33 - - [2026-05-04 02:16:20] "GET /routing-instance/8fcf2495-61a4-4d35-b7b4-e7ea988fbe29 HTTP/1.1" 200 2381 0.004173 10.0.0.33 - - [2026-05-04 02:16:20] "GET /route-target/dd45c23c-a8b1-4d00-8030-0bf423a50c62 HTTP/1.1" 200 1204 0.004004 10.0.0.33 - - [2026-05-04 02:16:20] "GET /domains HTTP/1.1" 200 280 0.006569 10.0.0.33 - - [2026-05-04 02:16:20] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002309 10.0.0.33 - - [2026-05-04 02:16:20] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2573 0.012654 10.0.0.33 - - [2026-05-04 02:16:20] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001927 10.0.0.33 - - [2026-05-04 02:16:20] "POST /neutron/network HTTP/1.1" 200 1004 0.015297 10.0.0.33 - - [2026-05-04 02:16:20] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5 HTTP/1.1" 200 2841 0.084591 10.0.0.33 - - [2026-05-04 02:16:20] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4 HTTP/1.1" 200 3778 0.004834 10.0.0.33 - - [2026-05-04 02:16:20] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001472 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/port HTTP/1.1" 200 1055 0.255556 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/port HTTP/1.1" 200 1055 0.014797 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/port HTTP/1.1" 200 1055 0.013669 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/port HTTP/1.1" 200 1109 0.096114 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/port HTTP/1.1" 200 1119 0.027091 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003531 10.0.0.33 - - [2026-05-04 02:16:21] "GET /obj-perms HTTP/1.1" 200 5030 0.068766 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 673 0.013993 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.001638 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/network HTTP/1.1" 200 994 0.008636 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/port HTTP/1.1" 200 1119 0.022771 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007032 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/port HTTP/1.1" 200 1119 0.018113 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006699 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/port HTTP/1.1" 200 1119 0.013396 10.0.0.33 - - [2026-05-04 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005954 10.0.0.33 - - [2026-05-04 02:16:21] "GET /virtual-machine/9b0e9b3e-bc77-4921-a0bb-69874ac75260 HTTP/1.1" 200 1289 0.007792 10.0.0.33 - - [2026-05-04 02:16:21] "GET /virtual-machine-interface/d785f270-6652-4c7d-b580-95608cedab53 HTTP/1.1" 200 2941 0.010392 10.0.0.33 - - [2026-05-04 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.33 - - [2026-05-04 02:16:21] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007120 10.0.0.33 - - [2026-05-04 02:16:21] "GET /virtual-networks?parent_id=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004462 10.0.0.33 - - [2026-05-04 02:16:21] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005096 10.0.0.33 - - [2026-05-04 02:16:23] "GET /obj-perms HTTP/1.1" 200 5056 0.066944 10.0.0.33 - - [2026-05-04 02:16:23] "GET /obj-perms HTTP/1.1" 200 5056 0.058084 10.0.0.33 - - [2026-05-04 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.33 - - [2026-05-04 02:16:24] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005339 10.0.0.33 - - [2026-05-04 02:16:28] "POST /neutron/port HTTP/1.1" 200 1119 0.024594 10.0.0.33 - - [2026-05-04 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006432 10.0.0.33 - - [2026-05-04 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.33 - - [2026-05-04 02:16:29] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004869 10.0.0.33 - - [2026-05-04 02:16:29] "POST /neutron/port HTTP/1.1" 200 1119 0.011510 10.0.0.33 - - [2026-05-04 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011295 10.0.0.33 - - [2026-05-04 02:16:30] "POST /neutron/port HTTP/1.1" 200 1119 0.013357 10.0.0.33 - - [2026-05-04 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006466 10.0.0.33 - - [2026-05-04 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.33 - - [2026-05-04 02:16:31] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003294 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/port HTTP/1.1" 200 1119 0.012267 10.0.0.33 - - [2026-05-04 02:16:31] "GET /virtual-networks?parent_id=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002863 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011645 10.0.0.33 - - [2026-05-04 02:16:31] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005120 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/network HTTP/1.1" 200 1004 0.005050 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003375 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.007760 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/network HTTP/1.1" 200 994 0.008565 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011828 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005714 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/port HTTP/1.1" 200 1119 0.012189 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006347 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/port HTTP/1.1" 200 1119 0.012351 10.0.0.33 - - [2026-05-04 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006424 10.0.0.33 - - [2026-05-04 02:16:31] "GET /virtual-machine/f8321f10-3fbf-4620-b158-cc328bc72552 HTTP/1.1" 200 1289 0.004773 10.0.0.33 - - [2026-05-04 02:16:31] "GET /virtual-machine-interface/e411fbfe-6f23-4c17-a3af-d49a90aecf23 HTTP/1.1" 200 2941 0.005808 10.0.0.33 - - [2026-05-04 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.33 - - [2026-05-04 02:16:31] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003421 10.0.0.33 - - [2026-05-04 02:16:31] "GET /virtual-networks?parent_id=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003420 10.0.0.33 - - [2026-05-04 02:16:31] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005543 10.0.0.33 - - [2026-05-04 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.33 - - [2026-05-04 02:16:32] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005690 10.0.0.33 - - [2026-05-04 02:16:33] "GET /virtual-networks?parent_id=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003324 10.0.0.33 - - [2026-05-04 02:16:33] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006582 10.0.0.33 - - [2026-05-04 02:16:33] "POST /neutron/port HTTP/1.1" 200 1119 0.011931 10.0.0.33 - - [2026-05-04 02:16:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005794 10.0.0.33 - - [2026-05-04 02:16:33] "POST /neutron/port HTTP/1.1" 200 1119 0.012037 10.0.0.33 - - [2026-05-04 02:16:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006165 10.0.0.33 - - [2026-05-04 02:16:33] "POST /neutron/port HTTP/1.1" 200 1119 0.011034 10.0.0.33 - - [2026-05-04 02:16:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006659 10.0.0.33 - - [2026-05-04 02:16:33] "GET /virtual-machine/b303a077-05cb-44c1-8fbe-719434bf7d76 HTTP/1.1" 200 1293 0.004986 10.0.0.33 - - [2026-05-04 02:16:33] "GET /virtual-machine-interface/8096cbb2-cb62-4d9f-aff6-6e67869781a4 HTTP/1.1" 200 2940 0.004674 10.0.0.33 - - [2026-05-04 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.33 - - [2026-05-04 02:16:33] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003961 10.0.0.33 - - [2026-05-04 02:16:33] "GET /virtual-networks?parent_id=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003228 10.0.0.33 - - [2026-05-04 02:16:33] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005294 10.0.0.33 - - [2026-05-04 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.33 - - [2026-05-04 02:16:34] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004045 10.0.0.33 - - [2026-05-04 02:16:34] "GET /virtual-networks?parent_id=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003036 10.0.0.33 - - [2026-05-04 02:16:34] "GET /virtual-network/349c864f-41c3-4ea8-8a9f-87c0a28f0fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005783 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/port HTTP/1.1" 200 1109 0.012364 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/port HTTP/1.1" 200 1109 0.015828 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/port HTTP/1.1" 200 151 0.097158 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/port HTTP/1.1" 200 1109 0.011367 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/port HTTP/1.1" 200 1109 0.009472 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/port HTTP/1.1" 200 1119 0.020698 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/port HTTP/1.1" 200 151 0.132228 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/port HTTP/1.1" 200 1109 0.018841 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/network HTTP/1.1" 200 994 0.009916 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/network HTTP/1.1" 400 204 0.009976 10.0.0.33 - - [2026-05-04 02:16:51] "POST /neutron/port HTTP/1.1" 200 151 0.106227 10.0.0.33 - - [2026-05-04 02:16:53] "POST /neutron/network HTTP/1.1" 200 994 0.009326 10.0.0.33 - - [2026-05-04 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.33 - - [2026-05-04 02:16:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003436 10.0.0.33 - - [2026-05-04 02:16:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001695 10.0.0.33 - - [2026-05-04 02:16:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001599 10.0.0.33 - - [2026-05-04 02:16:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001811 10.0.0.33 - - [2026-05-04 02:16:53] "POST /neutron/network HTTP/1.1" 200 151 0.094821 10.0.0.33 - - [2026-05-04 02:16:53] "DELETE /route-target/dd45c23c-a8b1-4d00-8030-0bf423a50c62 HTTP/1.1" 200 115 0.021235 10.0.0.33 - - [2026-05-04 02:16:53] "GET /routing-instance/8fcf2495-61a4-4d35-b7b4-e7ea988fbe29 HTTP/1.1" 404 171 0.003585 10.0.0.33 - - [2026-05-04 02:16:53] "GET /domains HTTP/1.1" 200 280 0.002190 10.0.0.33 - - [2026-05-04 02:16:53] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.33 - - [2026-05-04 02:16:53] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 2573 0.046824 10.0.0.33 - - [2026-05-04 02:16:53] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002031 10.0.0.33 - - [2026-05-04 02:16:53] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5 HTTP/1.1" 200 2084 0.066034 10.0.0.33 - - [2026-05-04 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.33 - - [2026-05-04 02:16:53] "DELETE /network-ipam/e2dac797-3385-4247-945e-99e94dcac914 HTTP/1.1" 200 115 0.027466 10.0.0.33 - - [2026-05-04 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.002393 10.0.0.33 - - [2026-05-04 02:16:54] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.33 - - [2026-05-04 02:16:54] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.024680 10.0.0.33 - - [2026-05-04 02:16:54] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.33 - - [2026-05-04 02:16:54] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?fields=virtual_networks HTTP/1.1" 200 1031 0.063536 10.0.0.33 - - [2026-05-04 02:16:54] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.33 - - [2026-05-04 02:16:54] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.023612 10.0.0.33 - - [2026-05-04 02:16:54] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.33 - - [2026-05-04 02:16:54] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?fields=security_groups HTTP/1.1" 200 1257 0.026062 10.0.0.33 - - [2026-05-04 02:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.005506 10.0.0.33 - - [2026-05-04 02:16:56] "POST /neutron/port HTTP/1.1" 400 205 0.003395 10.0.0.33 - - [2026-05-04 02:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.005555 10.0.0.33 - - [2026-05-04 02:16:56] "POST /neutron/port HTTP/1.1" 400 205 0.003673 10.0.0.33 - - [2026-05-04 02:17:02] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.33 - - [2026-05-04 02:17:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.33 - - [2026-05-04 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.061721 10.0.0.33 - - [2026-05-04 02:17:03] "GET /projects?obj_uuids=7c0dc2e0-0eef-4a4d-9421-663e6002ffd1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002510 10.0.0.33 - - [2026-05-04 02:17:03] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002009 10.0.0.33 - - [2026-05-04 02:17:03] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008184 10.0.0.33 - - [2026-05-04 02:17:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.002392 10.0.0.33 - - [2026-05-04 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.003118 10.0.0.33 - - [2026-05-04 02:17:03] "POST /security-groups HTTP/1.1" 200 586 0.061126 10.0.0.33 - - [2026-05-04 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002766 10.0.0.33 - - [2026-05-04 02:17:03] "POST /projects HTTP/1.1" 200 575 0.204534 10.0.0.33 - - [2026-05-04 02:17:03] "POST /access-control-lists HTTP/1.1" 200 591 0.057873 10.0.0.33 - - [2026-05-04 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.276686 10.0.0.33 - - [2026-05-04 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.002842 10.0.0.33 - - [2026-05-04 02:17:03] "GET /project/7c0dc2e0-0eef-4a4d-9421-663e6002ffd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.405743 10.0.0.33 - - [2026-05-04 02:17:04] "POST /access-control-lists HTTP/1.1" 200 589 0.063641 10.0.0.33 - - [2026-05-04 02:17:05] "GET / HTTP/1.1" 200 35931 0.002366 10.0.0.33 - - [2026-05-04 02:17:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.33 - - [2026-05-04 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.037388 10.0.0.33 - - [2026-05-04 02:17:07] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004624 10.0.0.33 - - [2026-05-04 02:17:07] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005404 10.0.0.33 - - [2026-05-04 02:17:07] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003987 10.0.0.33 - - [2026-05-04 02:17:07] "PUT /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b HTTP/1.1" 200 264 0.019008 10.0.0.33 - - [2026-05-04 02:17:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000525 10.0.0.33 - - [2026-05-04 02:17:08] "GET /aaa-mode HTTP/1.1" 200 128 0.027635 10.0.0.33 - - [2026-05-04 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.026952 10.0.0.33 - - [2026-05-04 02:17:08] "GET /projects?obj_uuids=23f8c20c-f4e1-405e-816c-bdd693ba7745&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002447 10.0.0.33 - - [2026-05-04 02:17:08] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.33 - - [2026-05-04 02:17:08] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006661 10.0.0.33 - - [2026-05-04 02:17:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.001909 10.0.0.33 - - [2026-05-04 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.002383 10.0.0.33 - - [2026-05-04 02:17:09] "POST /security-groups HTTP/1.1" 200 586 0.060082 10.0.0.33 - - [2026-05-04 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.002832 10.0.0.33 - - [2026-05-04 02:17:09] "POST /projects HTTP/1.1" 200 575 0.206420 10.0.0.33 - - [2026-05-04 02:17:09] "POST /access-control-lists HTTP/1.1" 200 591 0.056821 10.0.0.33 - - [2026-05-04 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.285079 10.0.0.33 - - [2026-05-04 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.002843 10.0.0.33 - - [2026-05-04 02:17:09] "GET /project/23f8c20c-f4e1-405e-816c-bdd693ba7745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.409359 10.0.0.33 - - [2026-05-04 02:17:09] "POST /access-control-lists HTTP/1.1" 200 589 0.060525 10.0.0.33 - - [2026-05-04 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.035272 10.0.0.33 - - [2026-05-04 02:17:09] "GET /projects?obj_uuids=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004319 10.0.0.33 - - [2026-05-04 02:17:09] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.33 - - [2026-05-04 02:17:09] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007868 10.0.0.33 - - [2026-05-04 02:17:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.001962 10.0.0.33 - - [2026-05-04 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.002094 10.0.0.33 - - [2026-05-04 02:17:10] "POST /security-groups HTTP/1.1" 200 586 0.065290 10.0.0.33 - - [2026-05-04 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.004444 10.0.0.33 - - [2026-05-04 02:17:10] "POST /projects HTTP/1.1" 200 575 0.225383 10.0.0.33 - - [2026-05-04 02:17:10] "POST /access-control-lists HTTP/1.1" 200 591 0.057981 10.0.0.33 - - [2026-05-04 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.306203 10.0.0.33 - - [2026-05-04 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.002925 10.0.0.33 - - [2026-05-04 02:17:10] "GET /project/b10a3325-cc65-4d08-843a-edcf5d193b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.442877 10.0.0.33 - - [2026-05-04 02:17:10] "POST /access-control-lists HTTP/1.1" 200 589 0.059100 10.0.0.33 - - [2026-05-04 02:17:10] "GET / HTTP/1.1" 200 35931 0.001997 10.0.0.33 - - [2026-05-04 02:17:11] "GET / HTTP/1.1" 200 35931 0.001482 10.0.0.33 - - [2026-05-04 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.002703 10.0.0.33 - - [2026-05-04 02:17:12] "POST /api-access-lists HTTP/1.1" 200 521 0.016694 10.0.0.33 - - [2026-05-04 02:17:12] "GET /api-access-list/55ac7814-168f-49e8-bf5c-45b8ec286dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.004641 10.0.0.33 - - [2026-05-04 02:17:12] "GET /api-access-list/55ac7814-168f-49e8-bf5c-45b8ec286dd7 HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2026-05-04 02:17:12] "GET /api-access-list/55ac7814-168f-49e8-bf5c-45b8ec286dd7 HTTP/1.1" 200 1264 0.060826 10.0.0.33 - - [2026-05-04 02:17:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.001935 10.0.0.33 - - [2026-05-04 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.080896 10.0.0.33 - - [2026-05-04 02:17:12] "GET /projects?obj_uuids=23f8c20c-f4e1-405e-816c-bdd693ba7745&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001210 10.0.0.33 - - [2026-05-04 02:17:12] "GET /project/23f8c20c-f4e1-405e-816c-bdd693ba7745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.042991 10.0.0.33 - - [2026-05-04 02:17:12] "GET /virtual-networks?parent_id=23f8c20c-f4e1-405e-816c-bdd693ba7745&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011147 10.0.0.33 - - [2026-05-04 02:17:13] "POST /virtual-networks HTTP/1.1" 200 568 0.060042 10.0.0.33 - - [2026-05-04 02:17:13] "POST /route-targets HTTP/1.1" 200 327 0.009851 10.0.0.33 - - [2026-05-04 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.014526 10.0.0.33 - - [2026-05-04 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.016050 10.0.0.33 - - [2026-05-04 02:17:13] "GET /network-ipam/d48505f1-25b9-4848-b8d1-42b267c471eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011528 10.0.0.33 - - [2026-05-04 02:17:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003218 10.0.0.33 - - [2026-05-04 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.050680 10.0.0.33 - - [2026-05-04 02:17:13] "POST /neutron/network HTTP/1.1" 200 832 0.042207 10.0.0.33 - - [2026-05-04 02:17:13] "POST /neutron/network HTTP/1.1" 200 832 0.017588 10.0.0.33 - - [2026-05-04 02:17:13] "GET /virtual-network/814227a3-2c33-414e-b776-7e625962ab3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.014918 10.0.0.33 - - [2026-05-04 02:17:13] "POST /neutron/network HTTP/1.1" 200 832 0.019359 10.0.0.33 - - [2026-05-04 02:17:13] "POST /neutron/subnet HTTP/1.1" 200 678 0.023979 10.0.0.33 - - [2026-05-04 02:17:13] "GET /virtual-network/814227a3-2c33-414e-b776-7e625962ab3c HTTP/1.1" 401 292 0.000480 10.0.0.33 - - [2026-05-04 02:17:13] "GET /virtual-network/814227a3-2c33-414e-b776-7e625962ab3c HTTP/1.1" 200 2267 0.042096 10.0.0.33 - - [2026-05-04 02:17:13] "GET /virtual-network/814227a3-2c33-414e-b776-7e625962ab3c HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2026-05-04 02:17:14] "GET /virtual-network/814227a3-2c33-414e-b776-7e625962ab3c HTTP/1.1" 200 2007 0.052313 10.0.0.33 - - [2026-05-04 02:17:14] "GET /obj-perms HTTP/1.1" 200 4915 0.064385 10.0.0.33 - - [2026-05-04 02:17:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000353 10.0.0.33 - - [2026-05-04 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.041055 10.0.0.33 - - [2026-05-04 02:17:15] "GET /virtual-network/814227a3-2c33-414e-b776-7e625962ab3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.021247 10.0.0.33 - - [2026-05-04 02:17:15] "DELETE /project/7c0dc2e00eef4a4d9421663e6002ffd1 HTTP/1.1" 404 173 0.007833 10.0.0.33 - - [2026-05-04 02:17:15] "DELETE /project/23f8c20cf4e1405e816cbdd693ba7745 HTTP/1.1" 404 173 0.005877 10.0.0.33 - - [2026-05-04 02:17:15] "DELETE /project/b10a3325cc654d08843aedcf5d193b27 HTTP/1.1" 404 173 0.007238 10.0.0.33 - - [2026-05-04 02:17:15] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.33 - - [2026-05-04 02:17:15] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.025169 10.0.0.33 - - [2026-05-04 02:17:15] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.33 - - [2026-05-04 02:17:15] "GET /obj-perms HTTP/1.1" 200 4915 0.008612 10.0.0.33 - - [2026-05-04 02:17:15] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?fields=security_groups HTTP/1.1" 200 1362 0.076551 10.0.0.33 - - [2026-05-04 02:17:15] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.016040 10.0.0.33 - - [2026-05-04 02:17:15] "DELETE /security-group/4010bf8a-7dd0-4fad-8978-66a86ead4ee0 HTTP/1.1" 200 115 0.035010 10.0.0.33 - - [2026-05-04 02:17:15] "GET /projects?obj_uuids=2bda16b0-aab8-41b5-b03b-07c299ac30e5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003438 10.0.0.33 - - [2026-05-04 02:17:15] "DELETE /access-control-list/068966fd-aa4d-46b2-830b-0da44209aba1 HTTP/1.1" 200 115 0.038780 10.0.0.33 - - [2026-05-04 02:17:15] "GET /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5?fields=application_policy_sets HTTP/1.1" 200 1401 0.041477 10.0.0.33 - - [2026-05-04 02:17:15] "DELETE /access-control-list/b2421458-84b7-4404-b8ee-6f893bb8c706 HTTP/1.1" 200 115 0.037883 10.0.0.33 - - [2026-05-04 02:17:15] "DELETE /project/2bda16b0-aab8-41b5-b03b-07c299ac30e5 HTTP/1.1" 200 115 0.324614 10.0.0.33 - - [2026-05-04 02:17:15] "GET /obj-perms HTTP/1.1" 200 4915 0.066111 10.0.0.33 - - [2026-05-04 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.33 - - [2026-05-04 02:17:15] "GET /virtual-network/814227a3-2c33-414e-b776-7e625962ab3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.012751 10.0.0.33 - - [2026-05-04 02:17:15] "GET /obj-perms HTTP/1.1" 200 4915 0.012075 10.0.0.33 - - [2026-05-04 02:17:15] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.018136 10.0.0.33 - - [2026-05-04 02:17:15] "POST /id-to-fqname HTTP/1.1" 401 292 0.000456 10.0.0.33 - - [2026-05-04 02:17:16] "POST /id-to-fqname HTTP/1.1" 200 230 0.037188 10.0.0.33 - - [2026-05-04 02:17:16] "POST /neutron/network HTTP/1.1" 200 842 0.047613 10.0.0.33 - - [2026-05-04 02:17:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000441 10.0.0.33 - - [2026-05-04 02:17:17] "GET / HTTP/1.1" 200 35931 0.002013 10.0.0.33 - - [2026-05-04 02:17:17] "GET /project/b10a3325-cc65-4d08-843a-edcf5d193b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000485 10.0.0.33 - - [2026-05-04 02:17:17] "GET /projects?obj_uuids=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001256 10.0.0.33 - - [2026-05-04 02:17:17] "GET /project/b10a3325-cc65-4d08-843a-edcf5d193b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.052365 10.0.0.33 - - [2026-05-04 02:17:17] "POST /neutron/network HTTP/1.1" 200 832 0.005256 10.0.0.33 - - [2026-05-04 02:17:17] "POST /neutron/port HTTP/1.1" 200 117 0.035581 10.0.0.33 - - [2026-05-04 02:17:17] "POST /neutron/port HTTP/1.1" 200 117 0.005641 10.0.0.33 - - [2026-05-04 02:17:17] "POST /neutron/port HTTP/1.1" 200 117 0.007293 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/network HTTP/1.1" 200 842 0.045369 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/network HTTP/1.1" 200 832 0.027133 10.0.0.33 - - [2026-05-04 02:17:18] "GET /projects?obj_uuids=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002027 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/port HTTP/1.1" 200 1056 0.323789 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/port HTTP/1.1" 200 1056 0.010418 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/port HTTP/1.1" 200 1056 0.012125 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/port HTTP/1.1" 200 1110 0.052863 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/port HTTP/1.1" 200 1120 0.012125 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003531 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/subnet HTTP/1.1" 200 652 0.006372 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.33 - - [2026-05-04 02:17:18] "POST /neutron/network HTTP/1.1" 200 832 0.005273 10.0.0.33 - - [2026-05-04 02:17:22] "POST /neutron/port HTTP/1.1" 200 1120 0.012637 10.0.0.33 - - [2026-05-04 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006669 10.0.0.33 - - [2026-05-04 02:17:22] "POST /neutron/port HTTP/1.1" 200 1120 0.012675 10.0.0.33 - - [2026-05-04 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006790 10.0.0.33 - - [2026-05-04 02:17:23] "POST /neutron/port HTTP/1.1" 200 1120 0.017951 10.0.0.33 - - [2026-05-04 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006801 10.0.0.33 - - [2026-05-04 02:17:23] "POST /neutron/port HTTP/1.1" 200 1120 0.012617 10.0.0.33 - - [2026-05-04 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006116 10.0.0.33 - - [2026-05-04 02:17:23] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827 HTTP/1.1" 200 1286 0.013214 10.0.0.33 - - [2026-05-04 02:17:23] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827 HTTP/1.1" 200 1286 0.012008 10.0.0.33 - - [2026-05-04 02:17:23] "GET /virtual-machine-interface/64d5ffc6-a679-467c-8f3f-74cfca8ef034 HTTP/1.1" 200 2530 0.022912 10.0.0.33 - - [2026-05-04 02:17:23] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827 HTTP/1.1" 200 1286 0.013785 10.0.0.33 - - [2026-05-04 02:17:23] "GET /virtual-machine-interface/64d5ffc6-a679-467c-8f3f-74cfca8ef034 HTTP/1.1" 200 2530 0.016681 10.0.0.33 - - [2026-05-04 02:17:23] "GET /instance-ip/30cab82f-6177-4bf3-a618-b8209b36b06b HTTP/1.1" 200 1626 0.016545 10.0.0.33 - - [2026-05-04 02:17:23] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827 HTTP/1.1" 200 1286 0.012699 10.0.0.33 - - [2026-05-04 02:17:23] "GET /virtual-machine-interface/64d5ffc6-a679-467c-8f3f-74cfca8ef034 HTTP/1.1" 200 2530 0.015061 10.0.0.33 - - [2026-05-04 02:17:23] "GET /instance-ip/30cab82f-6177-4bf3-a618-b8209b36b06b HTTP/1.1" 200 1626 0.013479 10.0.0.33 - - [2026-05-04 02:17:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.010695 10.0.0.33 - - [2026-05-04 02:17:23] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.33 - - [2026-05-04 02:17:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.33 - - [2026-05-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.052962 10.0.0.33 - - [2026-05-04 02:17:24] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003282 10.0.0.33 - - [2026-05-04 02:17:24] "GET /obj-perms HTTP/1.1" 200 5056 0.364532 10.0.0.33 - - [2026-05-04 02:17:24] "GET /virtual-networks?parent_id=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009635 10.0.0.33 - - [2026-05-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.010016 10.0.0.33 - - [2026-05-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.33 - - [2026-05-04 02:17:24] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003363 10.0.0.33 - - [2026-05-04 02:17:24] "GET /virtual-networks?parent_id=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010044 10.0.0.33 - - [2026-05-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.022300 10.0.0.33 - - [2026-05-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.33 - - [2026-05-04 02:17:24] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003329 10.0.0.33 - - [2026-05-04 02:17:24] "GET /virtual-networks?parent_id=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009756 10.0.0.33 - - [2026-05-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.014961 10.0.0.33 - - [2026-05-04 02:17:24] "GET /obj-perms HTTP/1.1" 200 5056 0.063369 10.0.0.33 - - [2026-05-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.33 - - [2026-05-04 02:17:24] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003262 10.0.0.33 - - [2026-05-04 02:17:24] "GET /virtual-networks?parent_id=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011171 10.0.0.33 - - [2026-05-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.010666 10.0.0.33 - - [2026-05-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.33 - - [2026-05-04 02:17:24] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003134 10.0.0.33 - - [2026-05-04 02:17:24] "GET /virtual-networks?parent_id=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009062 10.0.0.33 - - [2026-05-04 02:17:27] "POST /neutron/port HTTP/1.1" 200 1120 0.018809 10.0.0.33 - - [2026-05-04 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009135 10.0.0.33 - - [2026-05-04 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009761 10.0.0.33 - - [2026-05-04 02:17:28] "GET /virtual-network/814227a3-2c33-414e-b776-7e625962ab3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.013360 10.0.0.33 - - [2026-05-04 02:17:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.010603 10.0.0.33 - - [2026-05-04 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.33 - - [2026-05-04 02:17:30] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002915 10.0.0.33 - - [2026-05-04 02:17:30] "GET /virtual-networks?parent_id=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011893 10.0.0.33 - - [2026-05-04 02:17:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.011627 10.0.0.33 - - [2026-05-04 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002146 10.0.0.33 - - [2026-05-04 02:17:30] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002813 10.0.0.33 - - [2026-05-04 02:17:30] "GET /virtual-networks?parent_id=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010891 10.0.0.33 - - [2026-05-04 02:17:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.010494 10.0.0.33 - - [2026-05-04 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.33 - - [2026-05-04 02:17:30] "GET /routing-instance/4f86f156-734a-405b-9f53-f5a778419f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003460 10.0.0.33 - - [2026-05-04 02:17:30] "GET /route-target/e0347087-5a05-401c-aafb-d8f15216bf53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011253 10.0.0.33 - - [2026-05-04 02:17:30] "GET /route-target/e0347087-5a05-401c-aafb-d8f15216bf53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004335 10.0.0.33 - - [2026-05-04 02:17:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.011363 10.0.0.33 - - [2026-05-04 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.33 - - [2026-05-04 02:17:30] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004487 10.0.0.33 - - [2026-05-04 02:17:30] "GET /virtual-networks?parent_id=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013018 10.0.0.33 - - [2026-05-04 02:17:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.009471 10.0.0.33 - - [2026-05-04 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.33 - - [2026-05-04 02:17:30] "GET /routing-instance/4f86f156-734a-405b-9f53-f5a778419f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003076 10.0.0.33 - - [2026-05-04 02:17:30] "GET /route-target/e0347087-5a05-401c-aafb-d8f15216bf53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015892 10.0.0.33 - - [2026-05-04 02:17:30] "GET /route-target/e0347087-5a05-401c-aafb-d8f15216bf53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004302 10.0.0.33 - - [2026-05-04 02:17:30] "GET /obj-perms HTTP/1.1" 200 4915 0.009957 10.0.0.33 - - [2026-05-04 02:17:30] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.010695 10.0.0.33 - - [2026-05-04 02:17:32] "GET /obj-perms HTTP/1.1" 200 4915 0.009231 10.0.0.33 - - [2026-05-04 02:17:32] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.008633 10.0.0.33 - - [2026-05-04 02:17:33] "GET /obj-perms HTTP/1.1" 200 4915 0.008677 10.0.0.33 - - [2026-05-04 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.33 - - [2026-05-04 02:17:33] "GET /virtual-machine-interface/64d5ffc6-a679-467c-8f3f-74cfca8ef034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013995 10.0.0.33 - - [2026-05-04 02:17:33] "GET /obj-perms HTTP/1.1" 200 4915 0.008674 10.0.0.33 - - [2026-05-04 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.33 - - [2026-05-04 02:17:33] "GET /virtual-machine-interface/64d5ffc6-a679-467c-8f3f-74cfca8ef034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.013590 10.0.0.33 - - [2026-05-04 02:17:33] "GET /obj-perms HTTP/1.1" 200 4915 0.008904 10.0.0.33 - - [2026-05-04 02:17:33] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.010557 10.0.0.33 - - [2026-05-04 02:17:33] "GET /obj-perms HTTP/1.1" 200 4915 0.008752 10.0.0.33 - - [2026-05-04 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.33 - - [2026-05-04 02:17:33] "GET /virtual-machine-interface/64d5ffc6-a679-467c-8f3f-74cfca8ef034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.012831 10.0.0.33 - - [2026-05-04 02:17:33] "GET /obj-perms HTTP/1.1" 200 4915 0.010275 10.0.0.33 - - [2026-05-04 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.33 - - [2026-05-04 02:17:33] "GET /virtual-network/814227a3-2c33-414e-b776-7e625962ab3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.014811 10.0.0.33 - - [2026-05-04 02:17:33] "GET /obj-perms HTTP/1.1" 200 4915 0.009624 10.0.0.33 - - [2026-05-04 02:17:33] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.010612 10.0.0.33 - - [2026-05-04 02:17:33] "GET /obj-perms HTTP/1.1" 200 4915 0.009171 10.0.0.33 - - [2026-05-04 02:17:34] "GET /obj-perms HTTP/1.1" 200 4915 0.009356 10.0.0.33 - - [2026-05-04 02:17:34] "GET /obj-perms HTTP/1.1" 200 4915 0.064409 10.0.0.33 - - [2026-05-04 02:17:34] "GET /obj-perms HTTP/1.1" 200 4915 0.008965 10.0.0.33 - - [2026-05-04 02:17:34] "GET /obj-perms HTTP/1.1" 200 5020 0.053166 10.0.0.33 - - [2026-05-04 02:17:34] "GET /obj-perms HTTP/1.1" 200 5020 0.002960 10.0.0.33 - - [2026-05-04 02:17:34] "GET /obj-perms HTTP/1.1" 200 4915 0.008815 10.0.0.33 - - [2026-05-04 02:17:34] "GET /obj-perms HTTP/1.1" 200 4915 0.008134 10.0.0.33 - - [2026-05-04 02:17:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.33 - - [2026-05-04 02:17:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.33 - - [2026-05-04 02:17:35] "GET /obj-perms HTTP/1.1" 200 4915 0.062147 10.0.0.33 - - [2026-05-04 02:17:35] "GET /obj-perms HTTP/1.1" 200 4915 0.009447 10.0.0.33 - - [2026-05-04 02:17:35] "GET /obj-perms HTTP/1.1" 200 5020 0.003207 10.0.0.33 - - [2026-05-04 02:17:35] "GET /obj-perms HTTP/1.1" 200 5020 0.003059 10.0.0.33 - - [2026-05-04 02:17:35] "GET /obj-perms HTTP/1.1" 200 4915 0.008929 10.0.0.33 - - [2026-05-04 02:17:35] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.011097 10.0.0.33 - - [2026-05-04 02:17:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.33 - - [2026-05-04 02:17:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.33 - - [2026-05-04 02:17:35] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827 HTTP/1.1" 200 1286 0.011370 10.0.0.33 - - [2026-05-04 02:17:36] "POST /neutron/port HTTP/1.1" 200 1120 0.012893 10.0.0.33 - - [2026-05-04 02:17:36] "POST /neutron/port HTTP/1.1" 200 1110 0.011281 10.0.0.33 - - [2026-05-04 02:17:36] "POST /neutron/port HTTP/1.1" 200 151 0.106304 10.0.0.33 - - [2026-05-04 02:17:37] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827 HTTP/1.1" 404 171 0.010940 10.0.0.33 - - [2026-05-04 02:17:37] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827 HTTP/1.1" 404 171 0.008092 10.0.0.33 - - [2026-05-04 02:17:37] "GET /virtual-machine/04491052-b5cf-42f3-9daa-ed0548b66827 HTTP/1.1" 404 171 0.009012 10.0.0.33 - - [2026-05-04 02:17:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.009774 10.0.0.33 - - [2026-05-04 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.33 - - [2026-05-04 02:17:37] "GET /global-vrouter-config/9559a318-15fc-4a79-9b08-73c59d9c505e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003649 10.0.0.33 - - [2026-05-04 02:17:38] "GET /virtual-networks?parent_id=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009794 10.0.0.33 - - [2026-05-04 02:17:38] "POST /fqname-to-id HTTP/1.1" 403 361 0.009368 10.0.0.33 - - [2026-05-04 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.33 - - [2026-05-04 02:17:38] "GET /routing-instance/4f86f156-734a-405b-9f53-f5a778419f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005018 10.0.0.33 - - [2026-05-04 02:17:38] "GET /route-target/e0347087-5a05-401c-aafb-d8f15216bf53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009881 10.0.0.33 - - [2026-05-04 02:17:38] "GET /route-target/e0347087-5a05-401c-aafb-d8f15216bf53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002691 10.0.0.33 - - [2026-05-04 02:17:38] "GET /obj-perms HTTP/1.1" 200 4915 0.009841 10.0.0.33 - - [2026-05-04 02:17:38] "GET /obj-perms HTTP/1.1" 200 4915 0.009972 10.0.0.33 - - [2026-05-04 02:17:38] "GET /obj-perms HTTP/1.1" 200 4915 0.067411 10.0.0.33 - - [2026-05-04 02:17:38] "GET /obj-perms HTTP/1.1" 200 4915 0.010188 10.0.0.33 - - [2026-05-04 02:17:38] "GET /obj-perms HTTP/1.1" 200 5020 0.003139 10.0.0.33 - - [2026-05-04 02:17:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003881 10.0.0.33 - - [2026-05-04 02:17:44] "GET /obj-perms HTTP/1.1" 200 5020 0.003244 10.0.0.33 - - [2026-05-04 02:17:47] "GET /obj-perms HTTP/1.1" 200 5020 0.003133 10.0.0.33 - - [2026-05-04 02:17:50] "GET /obj-perms HTTP/1.1" 200 5020 0.005064 10.0.0.33 - - [2026-05-04 02:17:53] "GET /obj-perms HTTP/1.1" 200 5020 0.003376 10.0.0.33 - - [2026-05-04 02:17:56] "GET /obj-perms HTTP/1.1" 200 5020 0.003375 10.0.0.33 - - [2026-05-04 02:17:59] "GET /obj-perms HTTP/1.1" 200 5020 0.004124 10.0.0.33 - - [2026-05-04 02:18:02] "GET /obj-perms HTTP/1.1" 200 5020 0.003651 10.0.0.33 - - [2026-05-04 02:18:05] "GET /obj-perms HTTP/1.1" 200 5020 0.003472 10.0.0.33 - - [2026-05-04 02:18:08] "GET /obj-perms HTTP/1.1" 200 5020 0.004045 10.0.0.33 - - [2026-05-04 02:18:11] "GET /obj-perms HTTP/1.1" 200 5020 0.003087 10.0.0.33 - - [2026-05-04 02:18:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003229 10.0.0.33 - - [2026-05-04 02:18:17] "GET /obj-perms HTTP/1.1" 200 5020 0.003510 10.0.0.33 - - [2026-05-04 02:18:20] "GET /obj-perms HTTP/1.1" 200 5020 0.003563 10.0.0.33 - - [2026-05-04 02:18:23] "GET /obj-perms HTTP/1.1" 200 5020 0.003087 10.0.0.33 - - [2026-05-04 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004822 10.0.0.33 - - [2026-05-04 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006236 10.0.0.33 - - [2026-05-04 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004191 10.0.0.33 - - [2026-05-04 02:18:23] "DELETE /virtual-network/814227a3-2c33-414e-b776-7e625962ab3c HTTP/1.1" 200 115 0.077723 10.0.0.33 - - [2026-05-04 02:18:24] "DELETE /route-target/e0347087-5a05-401c-aafb-d8f15216bf53 HTTP/1.1" 200 115 0.024730 10.0.0.33 - - [2026-05-04 02:18:24] "DELETE /api-access-list/55ac7814-168f-49e8-bf5c-45b8ec286dd7 HTTP/1.1" 200 115 0.025585 10.0.0.33 - - [2026-05-04 02:18:24] "GET /api-access-list/55ac7814-168f-49e8-bf5c-45b8ec286dd7 HTTP/1.1" 404 171 0.003100 10.0.0.33 - - [2026-05-04 02:18:24] "GET /projects?obj_uuids=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.33 - - [2026-05-04 02:18:24] "GET /project/b10a3325-cc65-4d08-843a-edcf5d193b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.027673 10.0.0.33 - - [2026-05-04 02:18:24] "GET /projects?obj_uuids=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001444 10.0.0.33 - - [2026-05-04 02:18:24] "GET /project/b10a3325-cc65-4d08-843a-edcf5d193b27?fields=virtual_networks HTTP/1.1" 200 1021 0.067551 10.0.0.33 - - [2026-05-04 02:18:24] "GET /projects?obj_uuids=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001341 10.0.0.33 - - [2026-05-04 02:18:24] "GET /project/b10a3325-cc65-4d08-843a-edcf5d193b27?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.027118 10.0.0.33 - - [2026-05-04 02:18:24] "GET /projects?obj_uuids=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001189 10.0.0.33 - - [2026-05-04 02:18:24] "GET /project/b10a3325-cc65-4d08-843a-edcf5d193b27?fields=security_groups HTTP/1.1" 200 1242 0.022271 10.0.0.33 - - [2026-05-04 02:18:25] "GET /obj-perms HTTP/1.1" 200 5056 0.055618 10.0.0.33 - - [2026-05-04 02:18:25] "GET /projects?obj_uuids=23f8c20c-f4e1-405e-816c-bdd693ba7745&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001266 10.0.0.33 - - [2026-05-04 02:18:25] "GET /project/23f8c20c-f4e1-405e-816c-bdd693ba7745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.038250 10.0.0.33 - - [2026-05-04 02:18:25] "GET /projects?obj_uuids=23f8c20c-f4e1-405e-816c-bdd693ba7745&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001740 10.0.0.33 - - [2026-05-04 02:18:25] "GET /project/23f8c20c-f4e1-405e-816c-bdd693ba7745?fields=virtual_networks HTTP/1.1" 200 1020 0.032827 10.0.0.33 - - [2026-05-04 02:18:25] "GET /obj-perms HTTP/1.1" 200 5056 0.200552 10.0.0.33 - - [2026-05-04 02:18:25] "GET /projects?obj_uuids=23f8c20c-f4e1-405e-816c-bdd693ba7745&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001308 10.0.0.33 - - [2026-05-04 02:18:25] "GET /project/23f8c20c-f4e1-405e-816c-bdd693ba7745?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.025275 10.0.0.33 - - [2026-05-04 02:18:25] "GET /projects?obj_uuids=23f8c20c-f4e1-405e-816c-bdd693ba7745&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.33 - - [2026-05-04 02:18:25] "GET /project/23f8c20c-f4e1-405e-816c-bdd693ba7745?fields=security_groups HTTP/1.1" 200 1241 0.020868 10.0.0.33 - - [2026-05-04 02:18:27] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004207 10.0.0.33 - - [2026-05-04 02:18:27] "PUT /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b HTTP/1.1" 200 264 0.010618 10.0.0.33 - - [2026-05-04 02:18:27] "GET /projects?obj_uuids=7c0dc2e0-0eef-4a4d-9421-663e6002ffd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000974 10.0.0.33 - - [2026-05-04 02:18:27] "GET /project/7c0dc2e0-0eef-4a4d-9421-663e6002ffd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.023298 10.0.0.33 - - [2026-05-04 02:18:27] "GET /projects?obj_uuids=7c0dc2e0-0eef-4a4d-9421-663e6002ffd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.33 - - [2026-05-04 02:18:27] "GET /project/7c0dc2e0-0eef-4a4d-9421-663e6002ffd1?fields=virtual_networks HTTP/1.1" 200 1021 0.074343 10.0.0.33 - - [2026-05-04 02:18:27] "GET /projects?obj_uuids=7c0dc2e0-0eef-4a4d-9421-663e6002ffd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000982 10.0.0.33 - - [2026-05-04 02:18:27] "GET /project/7c0dc2e0-0eef-4a4d-9421-663e6002ffd1?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.026715 10.0.0.33 - - [2026-05-04 02:18:27] "GET /projects?obj_uuids=7c0dc2e0-0eef-4a4d-9421-663e6002ffd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001186 10.0.0.33 - - [2026-05-04 02:18:27] "GET /project/7c0dc2e0-0eef-4a4d-9421-663e6002ffd1?fields=security_groups HTTP/1.1" 200 1242 0.029015 10.0.0.33 - - [2026-05-04 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.031092 10.0.0.33 - - [2026-05-04 02:18:28] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002404 10.0.0.33 - - [2026-05-04 02:18:28] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.33 - - [2026-05-04 02:18:28] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008367 10.0.0.33 - - [2026-05-04 02:18:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.002776 10.0.0.33 - - [2026-05-04 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.002933 10.0.0.33 - - [2026-05-04 02:18:28] "POST /security-groups HTTP/1.1" 200 591 0.064713 10.0.0.33 - - [2026-05-04 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.003292 10.0.0.33 - - [2026-05-04 02:18:28] "POST /projects HTTP/1.1" 200 585 0.201601 10.0.0.33 - - [2026-05-04 02:18:28] "POST /access-control-lists HTTP/1.1" 200 596 0.059896 10.0.0.33 - - [2026-05-04 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.278124 10.0.0.33 - - [2026-05-04 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.003198 10.0.0.33 - - [2026-05-04 02:18:28] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.403061 10.0.0.33 - - [2026-05-04 02:18:28] "POST /access-control-lists HTTP/1.1" 200 594 0.060861 10.0.0.33 - - [2026-05-04 02:18:29] "GET / HTTP/1.1" 200 35931 0.002073 10.0.0.33 - - [2026-05-04 02:18:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.33 - - [2026-05-04 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.034897 10.0.0.33 - - [2026-05-04 02:18:32] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002930 10.0.0.33 - - [2026-05-04 02:18:32] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003373 10.0.0.33 - - [2026-05-04 02:18:32] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003201 10.0.0.33 - - [2026-05-04 02:18:32] "PUT /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b HTTP/1.1" 200 264 0.008909 10.0.0.33 - - [2026-05-04 02:18:32] "GET /aaa-mode HTTP/1.1" 200 128 0.001606 10.0.0.33 - - [2026-05-04 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.029646 10.0.0.33 - - [2026-05-04 02:18:33] "GET /projects?obj_uuids=9ea1d621-6c39-4679-8104-ca1224f86133&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003049 10.0.0.33 - - [2026-05-04 02:18:33] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.33 - - [2026-05-04 02:18:33] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006729 10.0.0.33 - - [2026-05-04 02:18:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.001237 10.0.0.33 - - [2026-05-04 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.002683 10.0.0.33 - - [2026-05-04 02:18:33] "POST /security-groups HTTP/1.1" 200 591 0.060501 10.0.0.33 - - [2026-05-04 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002165 10.0.0.33 - - [2026-05-04 02:18:33] "POST /projects HTTP/1.1" 200 585 0.206962 10.0.0.33 - - [2026-05-04 02:18:33] "POST /access-control-lists HTTP/1.1" 200 596 0.061478 10.0.0.33 - - [2026-05-04 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.282241 10.0.0.33 - - [2026-05-04 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.002767 10.0.0.33 - - [2026-05-04 02:18:33] "GET /project/9ea1d621-6c39-4679-8104-ca1224f86133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.412827 10.0.0.33 - - [2026-05-04 02:18:33] "POST /access-control-lists HTTP/1.1" 200 594 0.072199 10.0.0.33 - - [2026-05-04 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.025608 10.0.0.33 - - [2026-05-04 02:18:33] "GET /projects?obj_uuids=9a060dde-77d8-4ca6-85ac-ca86fdfad96a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002596 10.0.0.33 - - [2026-05-04 02:18:34] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.33 - - [2026-05-04 02:18:34] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006363 10.0.0.33 - - [2026-05-04 02:18:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.001468 10.0.0.33 - - [2026-05-04 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.004002 10.0.0.33 - - [2026-05-04 02:18:34] "POST /security-groups HTTP/1.1" 200 591 0.068481 10.0.0.33 - - [2026-05-04 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.002881 10.0.0.33 - - [2026-05-04 02:18:34] "POST /projects HTTP/1.1" 200 585 0.208018 10.0.0.33 - - [2026-05-04 02:18:34] "POST /access-control-lists HTTP/1.1" 200 596 0.057942 10.0.0.33 - - [2026-05-04 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.277841 10.0.0.33 - - [2026-05-04 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.003351 10.0.0.33 - - [2026-05-04 02:18:34] "GET /project/9a060dde-77d8-4ca6-85ac-ca86fdfad96a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.403113 10.0.0.33 - - [2026-05-04 02:18:34] "POST /access-control-lists HTTP/1.1" 200 594 0.060684 10.0.0.33 - - [2026-05-04 02:18:34] "GET / HTTP/1.1" 200 35931 0.003050 10.0.0.33 - - [2026-05-04 02:18:35] "GET / HTTP/1.1" 200 35931 0.001420 10.0.0.33 - - [2026-05-04 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.002870 10.0.0.33 - - [2026-05-04 02:18:36] "POST /api-access-lists HTTP/1.1" 200 521 0.013734 10.0.0.33 - - [2026-05-04 02:18:36] "GET /api-access-list/6233265c-b880-4e7a-a602-6558b2ad69b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.004330 10.0.0.33 - - [2026-05-04 02:18:36] "GET /api-access-list/6233265c-b880-4e7a-a602-6558b2ad69b9 HTTP/1.1" 401 292 0.000559 10.0.0.33 - - [2026-05-04 02:18:36] "GET /api-access-list/6233265c-b880-4e7a-a602-6558b2ad69b9 HTTP/1.1" 200 1288 0.058983 10.0.0.33 - - [2026-05-04 02:18:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2026-05-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.041420 10.0.0.33 - - [2026-05-04 02:18:37] "GET /projects?obj_uuids=9ea1d621-6c39-4679-8104-ca1224f86133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.33 - - [2026-05-04 02:18:37] "GET /project/9ea1d621-6c39-4679-8104-ca1224f86133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.032344 10.0.0.33 - - [2026-05-04 02:18:37] "GET /virtual-networks?parent_id=9ea1d621-6c39-4679-8104-ca1224f86133&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011063 10.0.0.33 - - [2026-05-04 02:18:37] "POST /virtual-networks HTTP/1.1" 200 583 0.053388 10.0.0.33 - - [2026-05-04 02:18:37] "POST /route-targets HTTP/1.1" 200 327 0.011467 10.0.0.33 - - [2026-05-04 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.013854 10.0.0.33 - - [2026-05-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.016339 10.0.0.33 - - [2026-05-04 02:18:37] "GET /network-ipam/d48505f1-25b9-4848-b8d1-42b267c471eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010814 10.0.0.33 - - [2026-05-04 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003599 10.0.0.33 - - [2026-05-04 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.046806 10.0.0.33 - - [2026-05-04 02:18:37] "POST /neutron/network HTTP/1.1" 200 847 0.043717 10.0.0.33 - - [2026-05-04 02:18:37] "POST /neutron/network HTTP/1.1" 200 847 0.017608 10.0.0.33 - - [2026-05-04 02:18:37] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.014445 10.0.0.33 - - [2026-05-04 02:18:37] "POST /neutron/network HTTP/1.1" 200 847 0.019237 10.0.0.33 - - [2026-05-04 02:18:37] "POST /neutron/subnet HTTP/1.1" 200 674 0.026148 10.0.0.33 - - [2026-05-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.33 - - [2026-05-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.034487 10.0.0.33 - - [2026-05-04 02:18:37] "GET /projects?obj_uuids=9a060dde-77d8-4ca6-85ac-ca86fdfad96a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001578 10.0.0.33 - - [2026-05-04 02:18:38] "GET /project/9a060dde-77d8-4ca6-85ac-ca86fdfad96a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.028897 10.0.0.33 - - [2026-05-04 02:18:38] "GET /virtual-networks?parent_id=9a060dde-77d8-4ca6-85ac-ca86fdfad96a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011181 10.0.0.33 - - [2026-05-04 02:18:38] "POST /virtual-networks HTTP/1.1" 200 583 0.049444 10.0.0.33 - - [2026-05-04 02:18:38] "POST /route-targets HTTP/1.1" 200 327 0.010910 10.0.0.33 - - [2026-05-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.013214 10.0.0.33 - - [2026-05-04 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.015784 10.0.0.33 - - [2026-05-04 02:18:38] "GET /network-ipam/d48505f1-25b9-4848-b8d1-42b267c471eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010430 10.0.0.33 - - [2026-05-04 02:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003070 10.0.0.33 - - [2026-05-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.053194 10.0.0.33 - - [2026-05-04 02:18:38] "POST /neutron/network HTTP/1.1" 200 849 0.042871 10.0.0.33 - - [2026-05-04 02:18:38] "POST /neutron/network HTTP/1.1" 200 849 0.024560 10.0.0.33 - - [2026-05-04 02:18:38] "GET /virtual-network/17f4f492-e452-4480-8ee1-f73e4e556d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013020 10.0.0.33 - - [2026-05-04 02:18:38] "POST /neutron/network HTTP/1.1" 200 849 0.018498 10.0.0.33 - - [2026-05-04 02:18:38] "POST /neutron/subnet HTTP/1.1" 200 681 0.025699 10.0.0.33 - - [2026-05-04 02:18:38] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13 HTTP/1.1" 401 292 0.000375 10.0.0.33 - - [2026-05-04 02:18:38] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13 HTTP/1.1" 200 2311 0.050251 10.0.0.33 - - [2026-05-04 02:18:38] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13 HTTP/1.1" 401 292 0.000612 10.0.0.33 - - [2026-05-04 02:18:39] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13 HTTP/1.1" 403 376 0.037359 10.0.0.33 - - [2026-05-04 02:18:39] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13 HTTP/1.1" 200 2311 0.005394 10.0.0.33 - - [2026-05-04 02:18:39] "GET /virtual-networks HTTP/1.1" 200 371 0.019543 10.0.0.33 - - [2026-05-04 02:18:39] "GET /virtual-networks HTTP/1.1" 200 371 0.017599 10.0.0.33 - - [2026-05-04 02:18:39] "GET /obj-perms HTTP/1.1" 403 257 0.038401 10.0.0.33 - - [2026-05-04 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.33 - - [2026-05-04 02:18:39] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.013316 10.0.0.33 - - [2026-05-04 02:18:40] "GET /obj-perms HTTP/1.1" 403 257 0.043841 10.0.0.33 - - [2026-05-04 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.33 - - [2026-05-04 02:18:40] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009103 10.0.0.33 - - [2026-05-04 02:18:40] "GET /obj-perms HTTP/1.1" 200 5030 0.058849 10.0.0.33 - - [2026-05-04 02:18:40] "GET /obj-perms HTTP/1.1" 403 257 0.007702 10.0.0.33 - - [2026-05-04 02:18:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018547 10.0.0.33 - - [2026-05-04 02:18:40] "GET /obj-perms HTTP/1.1" 403 257 0.008029 10.0.0.33 - - [2026-05-04 02:18:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017184 10.0.0.33 - - [2026-05-04 02:18:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003242 10.0.0.33 - - [2026-05-04 02:18:41] "PUT /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13 HTTP/1.1" 200 264 0.029294 10.0.0.33 - - [2026-05-04 02:18:41] "GET /virtual-networks HTTP/1.1" 200 132 0.018976 10.0.0.33 - - [2026-05-04 02:18:41] "GET /virtual-networks HTTP/1.1" 200 611 0.015770 10.0.0.33 - - [2026-05-04 02:18:41] "GET /virtual-networks HTTP/1.1" 200 1429 0.003285 10.0.0.33 - - [2026-05-04 02:18:41] "GET /obj-perms HTTP/1.1" 403 257 0.007602 10.0.0.33 - - [2026-05-04 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.33 - - [2026-05-04 02:18:41] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008844 10.0.0.33 - - [2026-05-04 02:18:41] "GET /obj-perms HTTP/1.1" 403 257 0.048481 10.0.0.33 - - [2026-05-04 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.33 - - [2026-05-04 02:18:41] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008882 10.0.0.33 - - [2026-05-04 02:18:41] "GET /obj-perms HTTP/1.1" 403 257 0.009583 10.0.0.33 - - [2026-05-04 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.33 - - [2026-05-04 02:18:41] "GET /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.017370 10.0.0.33 - - [2026-05-04 02:18:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003122 10.0.0.33 - - [2026-05-04 02:18:41] "GET /obj-perms HTTP/1.1" 403 257 0.010058 10.0.0.33 - - [2026-05-04 02:18:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019039 10.0.0.33 - - [2026-05-04 02:18:41] "GET /obj-perms HTTP/1.1" 403 257 0.007428 10.0.0.33 - - [2026-05-04 02:18:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017082 10.0.0.33 - - [2026-05-04 02:18:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003227 10.0.0.33 - - [2026-05-04 02:18:42] "PUT /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13 HTTP/1.1" 200 264 0.026304 10.0.0.33 - - [2026-05-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.33 - - [2026-05-04 02:18:42] "DELETE /route-target/ac9b6733-204c-449c-aac5-67ffaf4a31aa HTTP/1.1" 200 115 0.012652 10.0.0.33 - - [2026-05-04 02:18:42] "POST /useragent-kv HTTP/1.1" 200 115 0.015048 10.0.0.33 - - [2026-05-04 02:18:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005023 10.0.0.33 - - [2026-05-04 02:18:42] "DELETE /virtual-network/17f4f492-e452-4480-8ee1-f73e4e556d18 HTTP/1.1" 200 115 0.094400 10.0.0.33 - - [2026-05-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.33 - - [2026-05-04 02:18:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003306 10.0.0.33 - - [2026-05-04 02:18:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001788 10.0.0.33 - - [2026-05-04 02:18:42] "DELETE /virtual-network/98cd42d3-2325-4533-aec3-29653b18be13 HTTP/1.1" 200 115 0.073511 10.0.0.33 - - [2026-05-04 02:18:42] "DELETE /route-target/8835494a-2078-4866-aa7d-553672c42db9 HTTP/1.1" 200 115 0.021968 10.0.0.33 - - [2026-05-04 02:18:42] "DELETE /api-access-list/6233265c-b880-4e7a-a602-6558b2ad69b9 HTTP/1.1" 200 115 0.024072 10.0.0.33 - - [2026-05-04 02:18:42] "GET /api-access-list/6233265c-b880-4e7a-a602-6558b2ad69b9 HTTP/1.1" 404 171 0.002516 10.0.0.33 - - [2026-05-04 02:18:42] "GET /projects?obj_uuids=9a060dde-77d8-4ca6-85ac-ca86fdfad96a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.33 - - [2026-05-04 02:18:42] "GET /project/9a060dde-77d8-4ca6-85ac-ca86fdfad96a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023341 10.0.0.33 - - [2026-05-04 02:18:42] "GET /projects?obj_uuids=9a060dde-77d8-4ca6-85ac-ca86fdfad96a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.33 - - [2026-05-04 02:18:42] "GET /project/9a060dde-77d8-4ca6-85ac-ca86fdfad96a?fields=virtual_networks HTTP/1.1" 200 1031 0.063984 10.0.0.33 - - [2026-05-04 02:18:42] "GET /projects?obj_uuids=9a060dde-77d8-4ca6-85ac-ca86fdfad96a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.33 - - [2026-05-04 02:18:42] "GET /project/9a060dde-77d8-4ca6-85ac-ca86fdfad96a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.023034 10.0.0.33 - - [2026-05-04 02:18:42] "GET /projects?obj_uuids=9a060dde-77d8-4ca6-85ac-ca86fdfad96a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.33 - - [2026-05-04 02:18:42] "GET /project/9a060dde-77d8-4ca6-85ac-ca86fdfad96a?fields=security_groups HTTP/1.1" 200 1257 0.035032 10.0.0.33 - - [2026-05-04 02:18:43] "GET /projects?obj_uuids=9ea1d621-6c39-4679-8104-ca1224f86133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.33 - - [2026-05-04 02:18:43] "GET /project/9ea1d621-6c39-4679-8104-ca1224f86133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.022622 10.0.0.33 - - [2026-05-04 02:18:43] "GET /projects?obj_uuids=9ea1d621-6c39-4679-8104-ca1224f86133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.33 - - [2026-05-04 02:18:43] "GET /project/9ea1d621-6c39-4679-8104-ca1224f86133?fields=virtual_networks HTTP/1.1" 200 1031 0.067857 10.0.0.33 - - [2026-05-04 02:18:43] "GET /projects?obj_uuids=9ea1d621-6c39-4679-8104-ca1224f86133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001459 10.0.0.33 - - [2026-05-04 02:18:43] "GET /project/9ea1d621-6c39-4679-8104-ca1224f86133?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.024974 10.0.0.33 - - [2026-05-04 02:18:43] "GET /projects?obj_uuids=9ea1d621-6c39-4679-8104-ca1224f86133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.33 - - [2026-05-04 02:18:43] "GET /project/9ea1d621-6c39-4679-8104-ca1224f86133?fields=security_groups HTTP/1.1" 200 1257 0.030463 10.0.0.33 - - [2026-05-04 02:18:44] "GET /aaa-mode HTTP/1.1" 200 128 0.001147 10.0.0.33 - - [2026-05-04 02:18:44] "GET / HTTP/1.1" 200 35931 0.001508 10.0.0.33 - - [2026-05-04 02:18:45] "GET / HTTP/1.1" 200 35931 0.001774 10.0.0.33 - - [2026-05-04 02:18:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.33 - - [2026-05-04 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.067274 10.0.0.33 - - [2026-05-04 02:18:46] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.028169 10.0.0.33 - - [2026-05-04 02:18:46] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.057883 10.0.0.33 - - [2026-05-04 02:18:46] "GET /virtual-networks?parent_id=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008080 10.0.0.33 - - [2026-05-04 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.008076 10.0.0.33 - - [2026-05-04 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009336 10.0.0.33 - - [2026-05-04 02:18:46] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.33 - - [2026-05-04 02:18:46] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015069 10.0.0.33 - - [2026-05-04 02:18:46] "POST /service-templates HTTP/1.1" 403 264 0.007278 10.0.0.33 - - [2026-05-04 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.002853 10.0.0.33 - - [2026-05-04 02:18:46] "POST /api-access-lists HTTP/1.1" 200 555 0.016860 10.0.0.33 - - [2026-05-04 02:18:46] "GET /api-access-list/7a1d7000-9537-4191-876f-a383d23843ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.005521 10.0.0.33 - - [2026-05-04 02:18:47] "GET /api-access-list/7a1d7000-9537-4191-876f-a383d23843ed HTTP/1.1" 200 1321 0.003978 10.0.0.33 - - [2026-05-04 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011271 10.0.0.33 - - [2026-05-04 02:18:47] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.33 - - [2026-05-04 02:18:47] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.031115 10.0.0.33 - - [2026-05-04 02:18:47] "GET /virtual-networks?parent_id=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012045 10.0.0.33 - - [2026-05-04 02:18:47] "POST /virtual-networks HTTP/1.1" 200 583 0.054127 10.0.0.33 - - [2026-05-04 02:18:47] "POST /route-targets HTTP/1.1" 200 327 0.010759 10.0.0.33 - - [2026-05-04 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.013392 10.0.0.33 - - [2026-05-04 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.018508 10.0.0.33 - - [2026-05-04 02:18:47] "GET /network-ipam/d48505f1-25b9-4848-b8d1-42b267c471eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011537 10.0.0.33 - - [2026-05-04 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002731 10.0.0.33 - - [2026-05-04 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.055013 10.0.0.33 - - [2026-05-04 02:18:47] "POST /neutron/network HTTP/1.1" 200 849 0.050606 10.0.0.33 - - [2026-05-04 02:18:47] "POST /neutron/network HTTP/1.1" 200 849 0.017913 10.0.0.33 - - [2026-05-04 02:18:47] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.013950 10.0.0.33 - - [2026-05-04 02:18:47] "POST /neutron/network HTTP/1.1" 200 849 0.018080 10.0.0.33 - - [2026-05-04 02:18:47] "POST /neutron/subnet HTTP/1.1" 200 684 0.028335 10.0.0.33 - - [2026-05-04 02:18:47] "POST /neutron/network HTTP/1.1" 200 849 0.058373 10.0.0.33 - - [2026-05-04 02:18:47] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004931 10.0.0.33 - - [2026-05-04 02:18:47] "GET /network-ipam/d48505f1-25b9-4848-b8d1-42b267c471eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003304 10.0.0.33 - - [2026-05-04 02:18:47] "GET /domains HTTP/1.1" 200 280 0.003063 10.0.0.33 - - [2026-05-04 02:18:47] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.33 - - [2026-05-04 02:18:47] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 3488 0.007140 10.0.0.33 - - [2026-05-04 02:18:47] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.33 - - [2026-05-04 02:18:47] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14 HTTP/1.1" 200 2351 0.068655 10.0.0.33 - - [2026-05-04 02:18:47] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 200 2316 0.007909 10.0.0.33 - - [2026-05-04 02:18:47] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 200 2316 0.005131 10.0.0.33 - - [2026-05-04 02:18:47] "GET /routing-instance/91e74699-bba1-4a45-b0a8-13b477931e9c HTTP/1.1" 200 1556 0.004302 10.0.0.33 - - [2026-05-04 02:18:47] "GET /routing-instance/91e74699-bba1-4a45-b0a8-13b477931e9c HTTP/1.1" 200 1556 0.004553 10.0.0.33 - - [2026-05-04 02:18:47] "GET /route-target/fef0f3be-b7bb-4360-86eb-e6b02863d826 HTTP/1.1" 200 1244 0.004131 10.0.0.33 - - [2026-05-04 02:18:47] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 200 2316 0.007558 10.0.0.33 - - [2026-05-04 02:18:47] "GET /routing-instance/91e74699-bba1-4a45-b0a8-13b477931e9c HTTP/1.1" 200 1556 0.005344 10.0.0.33 - - [2026-05-04 02:18:47] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005667 10.0.0.33 - - [2026-05-04 02:18:47] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 200 2316 0.007894 10.0.0.33 - - [2026-05-04 02:18:47] "GET /routing-instance/91e74699-bba1-4a45-b0a8-13b477931e9c HTTP/1.1" 200 1556 0.005220 10.0.0.33 - - [2026-05-04 02:18:47] "GET /routing-instance/91e74699-bba1-4a45-b0a8-13b477931e9c HTTP/1.1" 200 1556 0.005358 10.0.0.33 - - [2026-05-04 02:18:48] "GET /route-target/fef0f3be-b7bb-4360-86eb-e6b02863d826 HTTP/1.1" 200 1244 0.005362 10.0.0.33 - - [2026-05-04 02:18:48] "GET /domains HTTP/1.1" 200 280 0.003248 10.0.0.33 - - [2026-05-04 02:18:48] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.33 - - [2026-05-04 02:18:48] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3 HTTP/1.1" 200 3488 0.009697 10.0.0.33 - - [2026-05-04 02:18:48] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001386 10.0.0.33 - - [2026-05-04 02:18:48] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14 HTTP/1.1" 200 2351 0.084556 10.0.0.33 - - [2026-05-04 02:18:48] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 200 2316 0.007621 10.0.0.33 - - [2026-05-04 02:18:48] "GET /obj-perms HTTP/1.1" 200 5030 0.003725 10.0.0.33 - - [2026-05-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.011238 10.0.0.33 - - [2026-05-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012632 10.0.0.33 - - [2026-05-04 02:18:48] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001545 10.0.0.33 - - [2026-05-04 02:18:48] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.017883 10.0.0.33 - - [2026-05-04 02:18:48] "POST /service-templates HTTP/1.1" 403 264 0.010797 10.0.0.33 - - [2026-05-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.002960 10.0.0.33 - - [2026-05-04 02:18:48] "POST /api-access-lists HTTP/1.1" 200 521 0.012733 10.0.0.33 - - [2026-05-04 02:18:48] "GET /api-access-list/905e75ed-2707-4cc9-a2db-08c3c7274fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004385 10.0.0.33 - - [2026-05-04 02:18:48] "GET /api-access-list/905e75ed-2707-4cc9-a2db-08c3c7274fec HTTP/1.1" 200 1290 0.003533 10.0.0.33 - - [2026-05-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.012262 10.0.0.33 - - [2026-05-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012528 10.0.0.33 - - [2026-05-04 02:18:48] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.33 - - [2026-05-04 02:18:48] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015101 10.0.0.33 - - [2026-05-04 02:18:48] "POST /service-templates HTTP/1.1" 200 551 0.022944 10.0.0.33 - - [2026-05-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.011773 10.0.0.33 - - [2026-05-04 02:18:48] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011994 10.0.0.33 - - [2026-05-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.010583 10.0.0.33 - - [2026-05-04 02:18:48] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011720 10.0.0.33 - - [2026-05-04 02:18:48] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 401 292 0.000470 10.0.0.33 - - [2026-05-04 02:18:49] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 403 263 0.042682 10.0.0.33 - - [2026-05-04 02:18:49] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 403 264 0.008389 10.0.0.33 - - [2026-05-04 02:18:49] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 403 264 0.037694 10.0.0.33 - - [2026-05-04 02:18:49] "GET /obj-perms HTTP/1.1" 403 257 0.034482 10.0.0.33 - - [2026-05-04 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.33 - - [2026-05-04 02:18:49] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007741 10.0.0.33 - - [2026-05-04 02:18:50] "GET /obj-perms HTTP/1.1" 403 257 0.008795 10.0.0.33 - - [2026-05-04 02:18:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009796 10.0.0.33 - - [2026-05-04 02:18:50] "GET /api-access-list/7a1d7000-9537-4191-876f-a383d23843ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.003664 10.0.0.33 - - [2026-05-04 02:18:50] "PUT /api-access-list/7a1d7000-9537-4191-876f-a383d23843ed HTTP/1.1" 200 264 0.008798 10.0.0.33 - - [2026-05-04 02:18:50] "GET /api-access-list/7a1d7000-9537-4191-876f-a383d23843ed HTTP/1.1" 200 1458 0.003749 10.0.0.33 - - [2026-05-04 02:18:50] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 200 2316 0.014259 10.0.0.33 - - [2026-05-04 02:18:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2026-05-04 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.037361 10.0.0.33 - - [2026-05-04 02:18:50] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.33 - - [2026-05-04 02:18:50] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.032943 10.0.0.33 - - [2026-05-04 02:18:50] "GET /virtual-networks?parent_id=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013351 10.0.0.33 - - [2026-05-04 02:18:50] "POST /virtual-networks HTTP/1.1" 403 263 0.008461 10.0.0.33 - - [2026-05-04 02:18:50] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 403 264 0.009295 10.0.0.33 - - [2026-05-04 02:18:51] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 403 264 0.034371 10.0.0.33 - - [2026-05-04 02:18:51] "GET /obj-perms HTTP/1.1" 403 257 0.008119 10.0.0.33 - - [2026-05-04 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.33 - - [2026-05-04 02:18:51] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.014989 10.0.0.33 - - [2026-05-04 02:18:51] "GET /obj-perms HTTP/1.1" 403 257 0.008046 10.0.0.33 - - [2026-05-04 02:18:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017924 10.0.0.33 - - [2026-05-04 02:18:51] "GET /api-access-list/905e75ed-2707-4cc9-a2db-08c3c7274fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003388 10.0.0.33 - - [2026-05-04 02:18:51] "PUT /api-access-list/905e75ed-2707-4cc9-a2db-08c3c7274fec HTTP/1.1" 200 264 0.008147 10.0.0.33 - - [2026-05-04 02:18:51] "GET /api-access-list/905e75ed-2707-4cc9-a2db-08c3c7274fec HTTP/1.1" 200 1428 0.003793 10.0.0.33 - - [2026-05-04 02:18:51] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 200 1854 0.012436 10.0.0.33 - - [2026-05-04 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.009351 10.0.0.33 - - [2026-05-04 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010072 10.0.0.33 - - [2026-05-04 02:18:51] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.33 - - [2026-05-04 02:18:51] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015676 10.0.0.33 - - [2026-05-04 02:18:51] "POST /service-templates HTTP/1.1" 403 264 0.010345 10.0.0.33 - - [2026-05-04 02:18:51] "GET /api-access-list/7a1d7000-9537-4191-876f-a383d23843ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.004129 10.0.0.33 - - [2026-05-04 02:18:51] "PUT /api-access-list/7a1d7000-9537-4191-876f-a383d23843ed HTTP/1.1" 200 264 0.008826 10.0.0.33 - - [2026-05-04 02:18:51] "GET /api-access-list/7a1d7000-9537-4191-876f-a383d23843ed HTTP/1.1" 200 1321 0.003376 10.0.0.33 - - [2026-05-04 02:18:51] "GET /api-access-list/905e75ed-2707-4cc9-a2db-08c3c7274fec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003070 10.0.0.33 - - [2026-05-04 02:18:51] "PUT /api-access-list/905e75ed-2707-4cc9-a2db-08c3c7274fec HTTP/1.1" 200 264 0.010349 10.0.0.33 - - [2026-05-04 02:18:51] "GET /api-access-list/905e75ed-2707-4cc9-a2db-08c3c7274fec HTTP/1.1" 200 1290 0.003892 10.0.0.33 - - [2026-05-04 02:18:51] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 403 263 0.008371 10.0.0.33 - - [2026-05-04 02:18:52] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 403 263 0.038606 10.0.0.33 - - [2026-05-04 02:18:52] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 403 264 0.007794 10.0.0.33 - - [2026-05-04 02:18:52] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 403 264 0.041290 10.0.0.33 - - [2026-05-04 02:18:52] "GET /obj-perms HTTP/1.1" 403 257 0.007736 10.0.0.33 - - [2026-05-04 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002000 10.0.0.33 - - [2026-05-04 02:18:52] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008208 10.0.0.33 - - [2026-05-04 02:18:52] "GET /obj-perms HTTP/1.1" 403 257 0.040029 10.0.0.33 - - [2026-05-04 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002030 10.0.0.33 - - [2026-05-04 02:18:52] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008649 10.0.0.33 - - [2026-05-04 02:18:53] "GET /obj-perms HTTP/1.1" 403 257 0.008858 10.0.0.33 - - [2026-05-04 02:18:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009900 10.0.0.33 - - [2026-05-04 02:18:53] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003708 10.0.0.33 - - [2026-05-04 02:18:53] "PUT /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b HTTP/1.1" 200 264 0.008998 10.0.0.33 - - [2026-05-04 02:18:53] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 200 1854 0.012246 10.0.0.33 - - [2026-05-04 02:18:53] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 200 2316 0.014688 10.0.0.33 - - [2026-05-04 02:18:53] "GET /obj-perms HTTP/1.1" 403 257 0.010205 10.0.0.33 - - [2026-05-04 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.33 - - [2026-05-04 02:18:53] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.015291 10.0.0.33 - - [2026-05-04 02:18:53] "GET /obj-perms HTTP/1.1" 403 257 0.009819 10.0.0.33 - - [2026-05-04 02:18:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016325 10.0.0.33 - - [2026-05-04 02:18:53] "DELETE /api-access-list/7a1d7000-9537-4191-876f-a383d23843ed HTTP/1.1" 200 115 0.019189 10.0.0.33 - - [2026-05-04 02:18:53] "GET /api-access-list/7a1d7000-9537-4191-876f-a383d23843ed HTTP/1.1" 404 171 0.002316 10.0.0.33 - - [2026-05-04 02:18:53] "DELETE /api-access-list/905e75ed-2707-4cc9-a2db-08c3c7274fec HTTP/1.1" 200 115 0.015006 10.0.0.33 - - [2026-05-04 02:18:53] "GET /api-access-list/905e75ed-2707-4cc9-a2db-08c3c7274fec HTTP/1.1" 404 171 0.002119 10.0.0.33 - - [2026-05-04 02:18:53] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 401 292 0.000324 10.0.0.33 - - [2026-05-04 02:18:53] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 403 263 0.035712 10.0.0.33 - - [2026-05-04 02:18:53] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 403 264 0.006241 10.0.0.33 - - [2026-05-04 02:18:54] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 403 264 0.036319 10.0.0.33 - - [2026-05-04 02:18:54] "GET /obj-perms HTTP/1.1" 403 257 0.043470 10.0.0.33 - - [2026-05-04 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.33 - - [2026-05-04 02:18:54] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008259 10.0.0.33 - - [2026-05-04 02:18:54] "GET /obj-perms HTTP/1.1" 403 257 0.007634 10.0.0.33 - - [2026-05-04 02:18:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007205 10.0.0.33 - - [2026-05-04 02:18:54] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003453 10.0.0.33 - - [2026-05-04 02:18:54] "PUT /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b HTTP/1.1" 200 264 0.009957 10.0.0.33 - - [2026-05-04 02:18:54] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 200 2316 0.013643 10.0.0.33 - - [2026-05-04 02:18:54] "GET /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 200 1854 0.008829 10.0.0.33 - - [2026-05-04 02:18:54] "GET /obj-perms HTTP/1.1" 403 257 0.006701 10.0.0.33 - - [2026-05-04 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.33 - - [2026-05-04 02:18:54] "GET /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011568 10.0.0.33 - - [2026-05-04 02:18:54] "GET /obj-perms HTTP/1.1" 403 257 0.007117 10.0.0.33 - - [2026-05-04 02:18:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016004 10.0.0.33 - - [2026-05-04 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009561 10.0.0.33 - - [2026-05-04 02:18:55] "DELETE /service-template/d15dad6b-515e-43f0-b4d9-8f76e09fce22 HTTP/1.1" 200 115 0.022366 10.0.0.33 - - [2026-05-04 02:18:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.009038 10.0.0.33 - - [2026-05-04 02:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006865 10.0.0.33 - - [2026-05-04 02:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002182 10.0.0.33 - - [2026-05-04 02:18:55] "DELETE /virtual-network/4577237f-17b7-447a-a33c-c2b0e8f50c20 HTTP/1.1" 200 115 0.073222 10.0.0.33 - - [2026-05-04 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.036020 10.0.0.33 - - [2026-05-04 02:18:55] "DELETE /route-target/fef0f3be-b7bb-4360-86eb-e6b02863d826 HTTP/1.1" 200 115 0.016977 10.0.0.33 - - [2026-05-04 02:18:55] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003751 10.0.0.33 - - [2026-05-04 02:18:55] "PUT /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b HTTP/1.1" 200 264 0.010621 10.0.0.33 - - [2026-05-04 02:18:55] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003989 10.0.0.33 - - [2026-05-04 02:18:55] "PUT /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b HTTP/1.1" 200 264 0.010709 10.0.0.33 - - [2026-05-04 02:18:56] "GET /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003814 10.0.0.33 - - [2026-05-04 02:18:56] "PUT /api-access-list/3dfee5c6-5d43-468f-9b6b-2a9d535b2d5b HTTP/1.1" 200 264 0.008797 10.0.0.33 - - [2026-05-04 02:18:56] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001237 10.0.0.33 - - [2026-05-04 02:18:56] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.027580 10.0.0.33 - - [2026-05-04 02:18:56] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.33 - - [2026-05-04 02:18:56] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?fields=virtual_networks HTTP/1.1" 200 1031 0.066479 10.0.0.33 - - [2026-05-04 02:18:56] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.33 - - [2026-05-04 02:18:56] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.024851 10.0.0.33 - - [2026-05-04 02:18:56] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136 10.0.0.33 - - [2026-05-04 02:18:56] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?fields=security_groups HTTP/1.1" 200 1257 0.027724 10.0.0.33 - - [2026-05-04 02:18:57] "GET /projects?obj_uuids=d3de816f-fffd-4f41-a711-5503f3482b77&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001387 10.0.0.33 - - [2026-05-04 02:18:57] "GET /project/d3de816f-fffd-4f41-a711-5503f3482b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.028740 [Introspect:8084]10.0.0.33 - - [2026-05-04 02:18:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001574 10.0.0.33 - - [2026-05-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.026366 10.0.0.33 - - [2026-05-04 02:18:58] "GET /projects?obj_uuids=2ffe2004-f9cb-4f35-a76a-7a1b57f36438&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002690 10.0.0.33 - - [2026-05-04 02:18:58] "GET /domains?obj_uuids=5048bc41-f41f-4082-8e88-2243b78708f3&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002385 10.0.0.33 - - [2026-05-04 02:18:58] "GET /domain/5048bc41-f41f-4082-8e88-2243b78708f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008373 10.0.0.33 - - [2026-05-04 02:18:58] "POST /id-to-fqname HTTP/1.1" 200 186 0.001294 10.0.0.33 - - [2026-05-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.002264 10.0.0.33 - - [2026-05-04 02:18:58] "POST /security-groups HTTP/1.1" 200 587 0.064226 10.0.0.33 - - [2026-05-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 404 230 0.002503 10.0.0.33 - - [2026-05-04 02:18:58] "POST /projects HTTP/1.1" 200 577 0.217533 10.0.0.33 - - [2026-05-04 02:18:58] "POST /access-control-lists HTTP/1.1" 200 592 0.060432 10.0.0.33 - - [2026-05-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.288417 10.0.0.33 - - [2026-05-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.003864 10.0.0.33 - - [2026-05-04 02:18:58] "GET /project/2ffe2004-f9cb-4f35-a76a-7a1b57f36438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.413922 10.0.0.33 - - [2026-05-04 02:18:58] "POST /access-control-lists HTTP/1.1" 200 590 0.060841 10.0.0.33 - - [2026-05-04 02:18:59] "GET / HTTP/1.1" 200 35931 0.002220 10.0.0.33 - - [2026-05-04 02:19:00] "GET /projects?obj_uuids=2ffe2004-f9cb-4f35-a76a-7a1b57f36438&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001133 10.0.0.33 - - [2026-05-04 02:19:00] "GET /project/2ffe2004-f9cb-4f35-a76a-7a1b57f36438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023853 10.0.0.33 - - [2026-05-04 02:19:00] "GET /projects?obj_uuids=2ffe2004-f9cb-4f35-a76a-7a1b57f36438&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001081 10.0.0.33 - - [2026-05-04 02:19:00] "GET /project/2ffe2004-f9cb-4f35-a76a-7a1b57f36438?fields=virtual_networks HTTP/1.1" 200 1023 0.069032 10.0.0.33 - - [2026-05-04 02:19:00] "GET /projects?obj_uuids=2ffe2004-f9cb-4f35-a76a-7a1b57f36438&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001123 10.0.0.33 - - [2026-05-04 02:19:00] "GET /project/2ffe2004-f9cb-4f35-a76a-7a1b57f36438?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023240 10.0.0.33 - - [2026-05-04 02:19:00] "GET /projects?obj_uuids=2ffe2004-f9cb-4f35-a76a-7a1b57f36438&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001209 10.0.0.33 - - [2026-05-04 02:19:00] "GET /project/2ffe2004-f9cb-4f35-a76a-7a1b57f36438?fields=security_groups HTTP/1.1" 200 1245 0.026813 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001117 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/b10a3325-cc65-4d08-843a-edcf5d193b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.021446 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000985 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=23f8c20c-f4e1-405e-816c-bdd693ba7745&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000831 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/b10a3325-cc65-4d08-843a-edcf5d193b27?fields=security_groups HTTP/1.1" 200 1347 0.031133 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/23f8c20c-f4e1-405e-816c-bdd693ba7745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.033696 10.0.0.33 - - [2026-05-04 02:19:15] "DELETE /project/9a060dde77d84ca685acca86fdfad96a HTTP/1.1" 404 173 0.107917 10.0.0.33 - - [2026-05-04 02:19:15] "DELETE /project/2ffe2004f9cb4f35a76a7a1b57f36438 HTTP/1.1" 404 173 0.002974 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=7c0dc2e0-0eef-4a4d-9421-663e6002ffd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001091 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=23f8c20c-f4e1-405e-816c-bdd693ba7745&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/7c0dc2e0-0eef-4a4d-9421-663e6002ffd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.041073 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=2ffe2004-f9cb-4f35-a76a-7a1b57f36438&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001045 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=7c0dc2e0-0eef-4a4d-9421-663e6002ffd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/2ffe2004-f9cb-4f35-a76a-7a1b57f36438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.041557 10.0.0.33 - - [2026-05-04 02:19:15] "DELETE /project/9ea1d6216c3946798104ca1224f86133 HTTP/1.1" 404 173 0.204846 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/7c0dc2e0-0eef-4a4d-9421-663e6002ffd1?fields=security_groups HTTP/1.1" 200 1347 0.048730 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=2ffe2004-f9cb-4f35-a76a-7a1b57f36438&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001090 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=9ea1d621-6c39-4679-8104-ca1224f86133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001366 10.0.0.33 - - [2026-05-04 02:19:15] "DELETE /project/6c3d7be99f8840049403fc791799ce14 HTTP/1.1" 404 173 0.252547 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/23f8c20c-f4e1-405e-816c-bdd693ba7745?fields=security_groups HTTP/1.1" 200 1346 0.119571 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.104196 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=9a060dde-77d8-4ca6-85ac-ca86fdfad96a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001724 10.0.0.33 - - [2026-05-04 02:19:15] "DELETE /access-control-list/d7e4e61c-385f-4196-83c3-fc90cb988638 HTTP/1.1" 200 115 0.077034 10.0.0.33 - - [2026-05-04 02:19:15] "DELETE /security-group/ee773a6e-82d2-4658-bf0c-8481920cd5cc HTTP/1.1" 200 115 0.169534 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/2ffe2004-f9cb-4f35-a76a-7a1b57f36438?fields=security_groups HTTP/1.1" 200 1350 0.114254 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=b10a3325-cc65-4d08-843a-edcf5d193b27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002011 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/9ea1d621-6c39-4679-8104-ca1224f86133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.108560 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001408 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=9ea1d621-6c39-4679-8104-ca1224f86133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.33 - - [2026-05-04 02:19:15] "DELETE /access-control-list/a59778b2-d714-4868-8407-e9e06f0b5ed3 HTTP/1.1" 200 115 0.086132 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/9a060dde-77d8-4ca6-85ac-ca86fdfad96a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.106712 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/b10a3325-cc65-4d08-843a-edcf5d193b27?fields=application_policy_sets HTTP/1.1" 200 1386 0.099888 10.0.0.33 - - [2026-05-04 02:19:15] "DELETE /security-group/ce718991-0fb6-4a6b-9450-ab2a96f2dd5e HTTP/1.1" 200 115 0.176252 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=9a060dde-77d8-4ca6-85ac-ca86fdfad96a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?fields=security_groups HTTP/1.1" 200 1362 0.120831 10.0.0.33 - - [2026-05-04 02:19:15] "GET /project/9ea1d621-6c39-4679-8104-ca1224f86133?fields=security_groups HTTP/1.1" 200 1362 0.115459 10.0.0.33 - - [2026-05-04 02:19:15] "GET /projects?obj_uuids=7c0dc2e0-0eef-4a4d-9421-663e6002ffd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001101 10.0.0.33 - - [2026-05-04 02:19:15] "DELETE /access-control-list/b5949d51-c619-4509-ab56-a169643993d8 HTTP/1.1" 200 115 0.083700 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /security-group/75962114-531f-4aad-b6c7-e12db1487c2e HTTP/1.1" 200 115 0.183341 10.0.0.33 - - [2026-05-04 02:19:16] "GET /projects?obj_uuids=23f8c20c-f4e1-405e-816c-bdd693ba7745&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001321 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /security-group/4b23e457-760b-46e5-8298-22017fc8b629 HTTP/1.1" 200 115 0.153836 10.0.0.33 - - [2026-05-04 02:19:16] "GET /projects?obj_uuids=2ffe2004-f9cb-4f35-a76a-7a1b57f36438&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001147 10.0.0.33 - - [2026-05-04 02:19:16] "GET /project/9a060dde-77d8-4ca6-85ac-ca86fdfad96a?fields=security_groups HTTP/1.1" 200 1362 0.116457 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/d9980875-88f0-4f82-86ee-2e47b3fe968c HTTP/1.1" 200 115 0.079083 10.0.0.33 - - [2026-05-04 02:19:16] "GET /project/7c0dc2e0-0eef-4a4d-9421-663e6002ffd1?fields=application_policy_sets HTTP/1.1" 200 1386 0.132320 10.0.0.33 - - [2026-05-04 02:19:16] "GET /project/23f8c20c-f4e1-405e-816c-bdd693ba7745?fields=application_policy_sets HTTP/1.1" 200 1385 0.127908 10.0.0.33 - - [2026-05-04 02:19:16] "GET /project/2ffe2004-f9cb-4f35-a76a-7a1b57f36438?fields=application_policy_sets HTTP/1.1" 200 1389 0.116930 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/a42487a4-357f-4b7d-9be4-19cd92092665 HTTP/1.1" 200 115 0.083899 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /security-group/c1552d30-38ae-441e-978a-ca1f99da2c9e HTTP/1.1" 200 115 0.194672 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /security-group/cb39583c-9ab9-4796-a942-f495fd7ff44b HTTP/1.1" 200 115 0.202247 10.0.0.33 - - [2026-05-04 02:19:16] "GET /projects?obj_uuids=9ea1d621-6c39-4679-8104-ca1224f86133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.33 - - [2026-05-04 02:19:16] "GET /projects?obj_uuids=6c3d7be9-9f88-4004-9403-fc791799ce14&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001664 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /project/b10a3325-cc65-4d08-843a-edcf5d193b27 HTTP/1.1" 200 115 0.777250 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/67e60e42-f04f-4bc4-a216-d4ffa3fb7147 HTTP/1.1" 200 115 0.082377 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /security-group/32f6486e-76bc-4651-946d-d2831fdfbf6a HTTP/1.1" 200 115 0.173471 10.0.0.33 - - [2026-05-04 02:19:16] "GET /project/6c3d7be9-9f88-4004-9403-fc791799ce14?fields=application_policy_sets HTTP/1.1" 200 1401 0.043810 10.0.0.33 - - [2026-05-04 02:19:16] "GET /projects?obj_uuids=9a060dde-77d8-4ca6-85ac-ca86fdfad96a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.33 - - [2026-05-04 02:19:16] "GET /project/9ea1d621-6c39-4679-8104-ca1224f86133?fields=application_policy_sets HTTP/1.1" 200 1401 0.096094 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/eed41e21-f67c-493f-b8b9-c1950254edbd HTTP/1.1" 200 115 0.047275 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /project/7c0dc2e0-0eef-4a4d-9421-663e6002ffd1 HTTP/1.1" 200 115 0.881565 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /project/23f8c20c-f4e1-405e-816c-bdd693ba7745 HTTP/1.1" 200 115 0.889447 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/d27c370f-5965-43dd-a882-6013d5d88b5a HTTP/1.1" 200 115 0.047004 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /project/2ffe2004-f9cb-4f35-a76a-7a1b57f36438 HTTP/1.1" 200 115 0.896924 10.0.0.33 - - [2026-05-04 02:19:16] "GET /project/9a060dde-77d8-4ca6-85ac-ca86fdfad96a?fields=application_policy_sets HTTP/1.1" 200 1401 0.083801 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/df815f23-b5d9-47d9-8e19-2c4cdeb489ca HTTP/1.1" 200 115 0.029073 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/d6948a6a-3408-4d48-a445-351bf7995ec2 HTTP/1.1" 200 115 0.032784 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /project/6c3d7be9-9f88-4004-9403-fc791799ce14 HTTP/1.1" 200 115 0.956112 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /project/9ea1d621-6c39-4679-8104-ca1224f86133 HTTP/1.1" 200 115 0.989652 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/a964a81d-7c71-4458-b356-96a70c50ce48 HTTP/1.1" 200 115 0.031343 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/13774d47-401d-47c0-a939-769c37405338 HTTP/1.1" 200 115 0.022594 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /project/9a060dde-77d8-4ca6-85ac-ca86fdfad96a HTTP/1.1" 200 115 1.037078 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/860545cb-4309-4d11-9dab-59618df7eaaa HTTP/1.1" 200 115 0.018436 10.0.0.33 - - [2026-05-04 02:19:16] "DELETE /access-control-list/306e9350-9f4c-49c9-be80-2626efd11af2 HTTP/1.1" 200 115 0.018993 10.0.0.33 - - [2026-05-04 02:19:26] "GET /obj-perms HTTP/1.1" 200 5056 0.058707 10.0.0.33 - - [2026-05-04 02:19:26] "GET /obj-perms HTTP/1.1" 200 5056 0.065554 [Introspect:8084]10.0.0.33 - - [2026-05-04 02:19:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000963 [Introspect:8084]10.0.0.33 - - [2026-05-04 02:19:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001027