+++ date ++ echo 'INFO: =================== Mon Dec 1 02:03:22 AM UTC 2025 ===================' INFO: =================== Mon Dec 1 02:03:22 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ 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.240 ++ 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.240 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.240 ++ ANALYTICSDB_NODES=10.0.0.240 ++ ANALYTICS_SNMP_NODES=10.0.0.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ '[' -n '10.0.0.240:8081 ' ']' +++ echo 10.0.0.240:8081 ++ ANALYTICS_SERVERS=10.0.0.240: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ '[' -n '10.0.0.240:9042 ' ']' +++ echo 10.0.0.240:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.240:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ '[' -n '10.0.0.240:8086 ' ']' +++ echo 10.0.0.240:8086 ++ COLLECTOR_SERVERS=10.0.0.240: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.240 ++ CONFIGDB_NODES=10.0.0.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ '[' -n '10.0.0.240:8082 ' ']' +++ echo 10.0.0.240:8082 ++ CONFIG_SERVERS=10.0.0.240: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ '[' -n '10.0.0.240:9161 ' ']' +++ echo 10.0.0.240:9161 ++ CONFIGDB_SERVERS=10.0.0.240: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ '[' -n '10.0.0.240:9041 ' ']' +++ echo 10.0.0.240:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.240: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.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ '[' -n 10.0.0.240:2181, ']' +++ echo 10.0.0.240:2181 ++ ZOOKEEPER_SERVERS=10.0.0.240: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ '[' -n '10.0.0.240:2181 ' ']' +++ echo 10.0.0.240:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.240:2181 ++ RABBITMQ_NODES=10.0.0.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ '[' -n 10.0.0.240:5673, ']' +++ echo 10.0.0.240:5673 ++ RABBITMQ_SERVERS=10.0.0.240: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ '[' -n '10.0.0.240:6379 ' ']' +++ echo 10.0.0.240:6379 ++ REDIS_SERVERS=10.0.0.240: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.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ '[' -n '10.0.0.240:9092 ' ']' +++ echo 10.0.0.240:9092 ++ KAFKA_SERVERS=10.0.0.240: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.240 ++ 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.240 ++ 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.240 ++ 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.240 ++ cut -d , -f 1 + local cassandra=10.0.0.240 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.240 9041 + echo -e '\035\nquit' + 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.240 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.240 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.240,10.20.0.18,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.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.240,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ echo 10.0.0.240 1 +++ return ++ local ip=10.0.0.240 ++ [[ -z 10.0.0.240 ]] ++ echo 10.0.0.240 + host_ip=10.0.0.240 + [[ cql == \c\q\l ]] ++ echo 10.0.0.240:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.240:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.240:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/01/2025 02:03:32.139 7f2c7ae01500 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/01/2025 02:03:32.272 7f2c7ae01500 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/01/2025 02:03:32.285 7f2c7ae01500 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/01/2025 02:03:32.285 7f2c7ae01500 [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.240:8082/ Hit Ctrl-C to quit. 10.0.0.240 - - [2025-12-01 02:03:37] "GET / HTTP/1.1" 503 181 0.000253 10.0.0.240 - - [2025-12-01 02:03:37] "GET / HTTP/1.1" 503 181 0.000143 10.0.0.240 - - [2025-12-01 02:03:38] "GET / HTTP/1.1" 200 45871 0.001304 10.0.0.240 - - [2025-12-01 02:03:38] "GET / HTTP/1.1" 200 45871 0.001152 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.240 - - [2025-12-01 02:03:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000465 10.0.0.240 - - [2025-12-01 02:03:38] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000229 10.0.0.240 - - [2025-12-01 02:03:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.334002 10.0.0.240 - - [2025-12-01 02:03:39] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002676 10.0.0.240 - - [2025-12-01 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.638671 10.0.0.240 - - [2025-12-01 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 /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.240 - - [2025-12-01 02:03:39] "GET / HTTP/1.1" 200 36215 0.001961 10.0.0.240 - - [2025-12-01 02:03:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000381 10.0.0.240 - - [2025-12-01 02:03:40] "GET / HTTP/1.1" 200 36215 0.001297 10.0.0.240 - - [2025-12-01 02:03:40] "GET / HTTP/1.1" 200 36215 0.001203 10.0.0.240 - - [2025-12-01 02:03:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.030575 10.0.0.240 - - [2025-12-01 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.240 - - [2025-12-01 02:03:40] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.012788 10.0.0.240 - - [2025-12-01 02:03:40] "POST /service-appliance-sets HTTP/1.1" 200 555 0.031387 10.0.0.240 - - [2025-12-01 02:03:40] "POST /fqname-to-id HTTP/1.1" 404 180 0.004303 10.0.0.240 - - [2025-12-01 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.240 - - [2025-12-01 02:03:40] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007149 10.0.0.240 - - [2025-12-01 02:03:40] "POST /service-appliance-sets HTTP/1.1" 200 543 0.020510 10.0.0.240 - - [2025-12-01 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.240 - - [2025-12-01 02:03:40] "GET /network-ipam/fedd9373-5197-4a76-9c97-a600199288fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.012248 10.0.0.240 - - [2025-12-01 02:03:40] "POST /service-templates HTTP/1.1" 200 513 0.027178 10.0.0.240 - - [2025-12-01 02:03:40] "POST /service-templates HTTP/1.1" 200 503 0.020626 10.0.0.240 - - [2025-12-01 02:03:41] "POST /service-templates HTTP/1.1" 200 517 0.034232 10.0.0.240 - - [2025-12-01 02:03:41] "GET / HTTP/1.1" 200 36215 0.001534 10.0.0.240 - - [2025-12-01 02:03:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000382 10.0.0.240 - - [2025-12-01 02:03:41] "POST /service-templates HTTP/1.1" 200 537 0.028838 10.0.0.240 - - [2025-12-01 02:03:41] "POST /service-templates HTTP/1.1" 200 509 0.024212 10.0.0.240 - - [2025-12-01 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.336462 10.0.0.240 - - [2025-12-01 02:03:41] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011513 10.0.0.240 - - [2025-12-01 02:03:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.002969 10.0.0.240 - - [2025-12-01 02:03:41] "POST /config-database-nodes HTTP/1.1" 200 619 0.032698 10.0.0.240 - - [2025-12-01 02:03:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000504 10.0.0.240 - - [2025-12-01 02:03:43] "GET / HTTP/1.1" 200 36215 0.001615 10.0.0.240 - - [2025-12-01 02:03:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000458 10.0.0.240 - - [2025-12-01 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.312532 10.0.0.240 - - [2025-12-01 02:03:43] "GET /network-ipam/fedd9373-5197-4a76-9c97-a600199288fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003647 10.0.0.240 - - [2025-12-01 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.043406 10.0.0.240 - - [2025-12-01 02:03:43] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007210 10.0.0.240 - - [2025-12-01 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.002355 10.0.0.240 - - [2025-12-01 02:03:43] "POST /config-nodes HTTP/1.1" 200 601 0.025166 10.0.0.240 - - [2025-12-01 02:03:44] "GET / HTTP/1.1" 200 36215 0.001410 10.0.0.240 - - [2025-12-01 02:03:44] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000350 10.0.0.240 - - [2025-12-01 02:03:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.002458 10.0.0.240 - - [2025-12-01 02:03:44] "POST /access-control-lists HTTP/1.1" 200 589 0.015653 10.0.0.240 - - [2025-12-01 02:03:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.007642 10.0.0.240 - - [2025-12-01 02:03:44] "POST /access-control-lists HTTP/1.1" 200 587 0.022903 10.0.0.240 - - [2025-12-01 02:03:44] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027874 10.0.0.240 - - [2025-12-01 02:03:44] "POST /route-targets HTTP/1.1" 200 328 0.010108 10.0.0.240 - - [2025-12-01 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.010239 10.0.0.240 - - [2025-12-01 02:03:44] "POST /route-targets HTTP/1.1" 200 328 0.010482 10.0.0.240 - - [2025-12-01 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.009528 10.0.0.240 - - [2025-12-01 02:03:44] "POST /route-targets HTTP/1.1" 200 328 0.011081 10.0.0.240 - - [2025-12-01 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.010800 10.0.0.240 - - [2025-12-01 02:03:44] "POST /route-targets HTTP/1.1" 200 328 0.011183 10.0.0.240 - - [2025-12-01 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.013447 10.0.0.240 - - [2025-12-01 02:03:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.003279 10.0.0.240 - - [2025-12-01 02:03:45] "POST /access-control-lists HTTP/1.1" 200 553 0.061897 10.0.0.240 - - [2025-12-01 02:03:45] "PUT /access-control-list/5cb633e6-1eb9-4c44-a49d-e64b38e5c7ab HTTP/1.1" 200 273 0.011488 10.0.0.240 - - [2025-12-01 02:03:45] "PUT /access-control-list/7a5ce8b5-8b25-4062-9813-c6c20f335cc7 HTTP/1.1" 200 273 0.010847 10.0.0.240 - - [2025-12-01 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.240 - - [2025-12-01 02:03:49] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.003030 10.0.0.240 - - [2025-12-01 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.240 - - [2025-12-01 02:03:49] "PUT /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24 HTTP/1.1" 200 277 0.009433 10.0.0.240 - - [2025-12-01 02:03:49] "GET / HTTP/1.1" 200 36215 0.001363 10.0.0.240 - - [2025-12-01 02:03:49] "POST /alarms HTTP/1.1" 401 293 0.000363 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 583 0.042990 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 577 0.019321 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 577 0.019554 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 561 0.018768 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 557 0.029064 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 559 0.019995 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 567 0.025100 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 551 0.018797 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 559 0.016999 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 569 0.016590 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 557 0.017853 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 569 0.024580 10.0.0.240 - - [2025-12-01 02:03:50] "POST /alarms HTTP/1.1" 200 577 0.066313 10.0.0.240 - - [2025-12-01 02:03:51] "POST /alarms HTTP/1.1" 200 571 0.019938 10.0.0.240 - - [2025-12-01 02:03:51] "POST /alarms HTTP/1.1" 200 563 0.020314 10.0.0.240 - - [2025-12-01 02:03:51] "POST /alarms HTTP/1.1" 200 563 0.020209 10.0.0.240 - - [2025-12-01 02:03:51] "POST /alarms HTTP/1.1" 200 563 0.028996 10.0.0.240 - - [2025-12-01 02:03:51] "POST /alarms HTTP/1.1" 200 549 0.016001 10.0.0.240 - - [2025-12-01 02:03:51] "POST /alarms HTTP/1.1" 200 597 0.016897 10.0.0.240 - - [2025-12-01 02:03:51] "POST /alarms HTTP/1.1" 200 577 0.019206 10.0.0.240 - - [2025-12-01 02:03:51] "POST /alarms HTTP/1.1" 200 573 0.018335 10.0.0.240 - - [2025-12-01 02:03:51] "POST /alarms HTTP/1.1" 200 585 0.028196 10.0.0.240 - - [2025-12-01 02:03:51] "POST /alarms HTTP/1.1" 200 611 0.017310 10.0.0.240 - - [2025-12-01 02:03:51] "GET / HTTP/1.1" 200 36215 0.001480 10.0.0.240 - - [2025-12-01 02:03:51] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000359 10.0.0.240 - - [2025-12-01 02:03:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026680 10.0.0.240 - - [2025-12-01 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.240 - - [2025-12-01 02:03:52] "PUT /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24 HTTP/1.1" 200 277 0.009336 10.0.0.240 - - [2025-12-01 02:03:52] "GET / HTTP/1.1" 200 36215 0.001532 10.0.0.240 - - [2025-12-01 02:03:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000366 10.0.0.240 - - [2025-12-01 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026489 10.0.0.240 - - [2025-12-01 02:03:52] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003338 10.0.0.240 - - [2025-12-01 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.240 - - [2025-12-01 02:03:53] "PUT /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24 HTTP/1.1" 200 277 0.008309 10.0.0.240 - - [2025-12-01 02:03:53] "GET / HTTP/1.1" 200 36215 0.002280 10.0.0.240 - - [2025-12-01 02:03:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.240 - - [2025-12-01 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.034529 10.0.0.240 - - [2025-12-01 02:03:53] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008257 10.0.0.240 - - [2025-12-01 02:03:53] "PUT /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa HTTP/1.1" 200 275 0.015594 10.0.0.240 - - [2025-12-01 02:04:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.240 - - [2025-12-01 02:04:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.240 - - [2025-12-01 02:04:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.240 - - [2025-12-01 02:04:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000574 10.0.0.240 - - [2025-12-01 02:04:37] "GET / HTTP/1.1" 200 36215 0.002416 10.0.0.240 - - [2025-12-01 02:04:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000381 10.0.0.240 - - [2025-12-01 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.035925 10.0.0.240 - - [2025-12-01 02:04:38] "GET /routing-instance/239322cd-1ec9-4412-b951-a1b3bd47bbe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004407 10.0.0.240 - - [2025-12-01 02:04:38] "POST /bgp-routers HTTP/1.1" 200 622 0.026438 10.0.0.240 - - [2025-12-01 02:04:38] "GET /bgp-router/1ca89408-04df-4a0b-8cbc-2cd85f4f06f8?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.005238 10.0.0.240 - - [2025-12-01 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.240 - - [2025-12-01 02:04:38] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006224 10.0.0.240 - - [2025-12-01 02:04:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003110 10.0.0.240 - - [2025-12-01 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.007771 10.0.0.240 - - [2025-12-01 02:05:05] "GET / HTTP/1.1" 200 36215 0.002012 10.0.0.240 - - [2025-12-01 02:05:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.240 - - [2025-12-01 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.029819 10.0.0.240 - - [2025-12-01 02:05:05] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.008107 10.0.0.240 - - [2025-12-01 02:05:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.002683 10.0.0.240 - - [2025-12-01 02:05:05] "POST /database-nodes HTTP/1.1" 200 605 0.018816 10.0.0.240 - - [2025-12-01 02:05:33] "GET / HTTP/1.1" 200 36215 0.001682 10.0.0.240 - - [2025-12-01 02:05:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.240 - - [2025-12-01 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.025457 10.0.0.240 - - [2025-12-01 02:05:33] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005268 10.0.0.240 - - [2025-12-01 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.002721 10.0.0.240 - - [2025-12-01 02:05:34] "POST /analytics-nodes HTTP/1.1" 200 607 0.016965 10.0.0.240 - - [2025-12-01 02:05:39] "GET / HTTP/1.1" 200 36215 0.001490 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.240 - - [2025-12-01 02:05:42] "GET /obj-perms HTTP/1.1" 200 5075 0.369676 10.0.0.240 - - [2025-12-01 02:05:43] "GET /obj-perms HTTP/1.1" 200 5075 0.058792 10.0.0.240 - - [2025-12-01 02:05:49] "GET / HTTP/1.1" 200 36215 0.001462 10.0.0.240 - - [2025-12-01 02:05:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.240 - - [2025-12-01 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.027503 10.0.0.240 - - [2025-12-01 02:05:49] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005280 10.0.0.240 - - [2025-12-01 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.003761 10.0.0.240 - - [2025-12-01 02:05:49] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.022272 10.0.0.240 - - [2025-12-01 02:06:02] "GET / HTTP/1.1" 200 36215 0.001610 10.0.0.240 - - [2025-12-01 02:06:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000373 10.0.0.240 - - [2025-12-01 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.026232 10.0.0.240 - - [2025-12-01 02:06:02] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.012038 10.0.0.240 - - [2025-12-01 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003184 10.0.0.240 - - [2025-12-01 02:06:02] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.025513 10.0.0.240 - - [2025-12-01 02:06:43] "GET /obj-perms HTTP/1.1" 200 5075 0.054417 10.0.0.240 - - [2025-12-01 02:06:43] "GET /obj-perms HTTP/1.1" 200 5075 0.047243 10.0.0.240 - - [2025-12-01 02:07:41] "GET / HTTP/1.1" 200 36215 0.001476 10.0.0.240 - - [2025-12-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.240 - - [2025-12-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.028691 10.0.0.240 - - [2025-12-01 02:07:41] "GET /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.007004 10.0.0.240 - - [2025-12-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.240 - - [2025-12-01 02:07:41] "GET /routing-instance/239322cd-1ec9-4412-b951-a1b3bd47bbe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004239 10.0.0.240 - - [2025-12-01 02:07:41] "PUT /global-system-config/51d58829-e0bd-4994-b9f1-7b23292845fa HTTP/1.1" 200 275 0.010227 10.0.0.240 - - [2025-12-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 404 218 0.002604 10.0.0.240 - - [2025-12-01 02:07:41] "POST /virtual-routers HTTP/1.1" 200 605 0.017114 10.0.0.240 - - [2025-12-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.240 - - [2025-12-01 02:07:41] "GET /virtual-router/bcedb8b9-cef8-491b-97ab-7eb1e9be404a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1258 0.005056 10.0.0.240 - - [2025-12-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.002805 10.0.0.240 - - [2025-12-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.240 - - [2025-12-01 02:07:41] "GET /virtual-network/c7e2103b-5b6f-4a2c-a874-5459302310dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004973 10.0.0.240 - - [2025-12-01 02:07:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.044882 10.0.0.240 - - [2025-12-01 02:07:42] "PUT /access-control-list/d2600e13-4b7c-4d37-aba6-22bd22638833 HTTP/1.1" 200 273 0.012655 10.0.0.240 - - [2025-12-01 02:07:44] "GET /obj-perms HTTP/1.1" 200 5075 0.049237 10.0.0.240 - - [2025-12-01 02:07:44] "GET /obj-perms HTTP/1.1" 200 5075 0.050686 10.0.0.240 - - [2025-12-01 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.240 - - [2025-12-01 02:07:44] "GET /virtual-router/bcedb8b9-cef8-491b-97ab-7eb1e9be404a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1258 0.003736 [Introspect:8084]10.0.0.240 - - [2025-12-01 02:07:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000866 [Introspect:8084]10.0.0.240 - - [2025-12-01 02:07:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000877 [Introspect:8084]10.0.0.240 - - [2025-12-01 02:07:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001137 [Introspect:8084]10.0.0.240 - - [2025-12-01 02:07:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000835 10.0.0.240 - - [2025-12-01 02:08:44] "GET /obj-perms HTTP/1.1" 200 5075 0.047394 10.0.0.240 - - [2025-12-01 02:08:45] "GET /obj-perms HTTP/1.1" 200 5075 0.046610 10.0.0.240 - - [2025-12-01 02:08:46] "GET / HTTP/1.1" 200 36215 0.002155 10.0.0.240 - - [2025-12-01 02:08:46] "GET /project/402059f6-1e93-443b-b1d8-380cd6b5d699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000420 10.0.0.240 - - [2025-12-01 02:08:47] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025779 10.0.0.240 - - [2025-12-01 02:08:47] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.240 - - [2025-12-01 02:08:47] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031317 10.0.0.240 - - [2025-12-01 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 167 0.001117 10.0.0.240 - - [2025-12-01 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 176 0.004363 10.0.0.240 - - [2025-12-01 02:08:47] "POST /security-groups HTTP/1.1" 200 568 0.072916 10.0.0.240 - - [2025-12-01 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.025330 10.0.0.240 - - [2025-12-01 02:08:47] "POST /projects HTTP/1.1" 200 539 0.240374 10.0.0.240 - - [2025-12-01 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.314615 10.0.0.240 - - [2025-12-01 02:08:47] "POST /access-control-lists HTTP/1.1" 200 575 0.058211 10.0.0.240 - - [2025-12-01 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.002082 10.0.0.240 - - [2025-12-01 02:08:47] "GET /project/402059f6-1e93-443b-b1d8-380cd6b5d699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.489632 10.0.0.240 - - [2025-12-01 02:08:47] "POST /access-control-lists HTTP/1.1" 200 573 0.056933 [Introspect:8084]10.0.0.240 - - [2025-12-01 02:08:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000981 10.0.0.240 - - [2025-12-01 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.030605 10.0.0.240 - - [2025-12-01 02:08:48] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002246 10.0.0.240 - - [2025-12-01 02:08:48] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.240 - - [2025-12-01 02:08:48] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005980 10.0.0.240 - - [2025-12-01 02:08:48] "POST /id-to-fqname HTTP/1.1" 200 201 0.001161 10.0.0.240 - - [2025-12-01 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 210 0.003287 10.0.0.240 - - [2025-12-01 02:08:48] "POST /security-groups HTTP/1.1" 200 602 0.065504 10.0.0.240 - - [2025-12-01 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.002735 10.0.0.240 - - [2025-12-01 02:08:48] "POST /projects HTTP/1.1" 200 607 0.216453 10.0.0.240 - - [2025-12-01 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.284637 10.0.0.240 - - [2025-12-01 02:08:48] "POST /access-control-lists HTTP/1.1" 200 609 0.062803 10.0.0.240 - - [2025-12-01 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 244 0.002038 10.0.0.240 - - [2025-12-01 02:08:48] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.399805 10.0.0.240 - - [2025-12-01 02:08:48] "POST /access-control-lists HTTP/1.1" 200 607 0.057202 10.0.0.240 - - [2025-12-01 02:08:49] "GET / HTTP/1.1" 200 36215 0.001709 10.0.0.240 - - [2025-12-01 02:08:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000531 10.0.0.240 - - [2025-12-01 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.058838 10.0.0.240 - - [2025-12-01 02:08:50] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000896 10.0.0.240 - - [2025-12-01 02:08:50] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.022683 10.0.0.240 - - [2025-12-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 117 0.089365 10.0.0.240 - - [2025-12-01 02:08:51] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001024 10.0.0.240 - - [2025-12-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 620 0.086800 10.0.0.240 - - [2025-12-01 02:08:51] "POST /route-targets HTTP/1.1" 200 328 0.010242 10.0.0.240 - - [2025-12-01 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.016560 10.0.0.240 - - [2025-12-01 02:08:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002682 10.0.0.240 - - [2025-12-01 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.204957 10.0.0.240 - - [2025-12-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 838 0.004769 10.0.0.240 - - [2025-12-01 02:08:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.000970 10.0.0.240 - - [2025-12-01 02:08:51] "GET /virtual-network/df7ef89e-8604-4679-9896-bfa4750a38a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004147 10.0.0.240 - - [2025-12-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 838 0.012913 10.0.0.240 - - [2025-12-01 02:08:51] "GET /virtual-network/df7ef89e-8604-4679-9896-bfa4750a38a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004735 10.0.0.240 - - [2025-12-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 838 0.005414 10.0.0.240 - - [2025-12-01 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.006046 10.0.0.240 - - [2025-12-01 02:08:51] "GET /domains HTTP/1.1" 401 293 0.000344 10.0.0.240 - - [2025-12-01 02:08:52] "GET /domains HTTP/1.1" 200 281 0.032497 10.0.0.240 - - [2025-12-01 02:08:52] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.240 - - [2025-12-01 02:08:52] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2594 0.012573 10.0.0.240 - - [2025-12-01 02:08:52] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001373 10.0.0.240 - - [2025-12-01 02:08:52] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad HTTP/1.1" 200 2184 0.076234 10.0.0.240 - - [2025-12-01 02:08:52] "GET /virtual-network/df7ef89e-8604-4679-9896-bfa4750a38a3 HTTP/1.1" 200 2344 0.006621 10.0.0.240 - - [2025-12-01 02:08:52] "GET /virtual-network/df7ef89e-8604-4679-9896-bfa4750a38a3 HTTP/1.1" 200 2344 0.004415 10.0.0.240 - - [2025-12-01 02:08:52] "GET /routing-instance/6cb591ce-9cd9-4e6f-b781-b26e88db0365 HTTP/1.1" 200 1497 0.003170 10.0.0.240 - - [2025-12-01 02:08:52] "GET /routing-instance/6cb591ce-9cd9-4e6f-b781-b26e88db0365 HTTP/1.1" 200 1497 0.002830 10.0.0.240 - - [2025-12-01 02:08:52] "GET /route-target/c1138690-cdf1-4482-834f-b4c6b89f4ab9 HTTP/1.1" 200 1221 0.002529 10.0.0.240 - - [2025-12-01 02:08:52] "GET /virtual-network/df7ef89e-8604-4679-9896-bfa4750a38a3 HTTP/1.1" 200 2344 0.004468 10.0.0.240 - - [2025-12-01 02:08:52] "GET /routing-instance/6cb591ce-9cd9-4e6f-b781-b26e88db0365 HTTP/1.1" 200 1497 0.002912 10.0.0.240 - - [2025-12-01 02:08:52] "GET /virtual-network/df7ef89e-8604-4679-9896-bfa4750a38a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004344 10.0.0.240 - - [2025-12-01 02:08:52] "GET /virtual-network/df7ef89e-8604-4679-9896-bfa4750a38a3 HTTP/1.1" 200 2344 0.004230 10.0.0.240 - - [2025-12-01 02:08:52] "GET /routing-instance/6cb591ce-9cd9-4e6f-b781-b26e88db0365 HTTP/1.1" 200 1497 0.003108 10.0.0.240 - - [2025-12-01 02:08:52] "GET /routing-instance/6cb591ce-9cd9-4e6f-b781-b26e88db0365 HTTP/1.1" 200 1497 0.003602 10.0.0.240 - - [2025-12-01 02:08:52] "GET /route-target/c1138690-cdf1-4482-834f-b4c6b89f4ab9 HTTP/1.1" 200 1221 0.002696 10.0.0.240 - - [2025-12-01 02:08:52] "GET /domains HTTP/1.1" 200 281 0.002621 10.0.0.240 - - [2025-12-01 02:08:52] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.240 - - [2025-12-01 02:08:52] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2594 0.006067 10.0.0.240 - - [2025-12-01 02:08:52] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000825 10.0.0.240 - - [2025-12-01 02:08:52] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad HTTP/1.1" 200 2184 0.067571 10.0.0.240 - - [2025-12-01 02:08:52] "GET /virtual-network/df7ef89e-8604-4679-9896-bfa4750a38a3 HTTP/1.1" 200 2344 0.004364 10.0.0.240 - - [2025-12-01 02:08:52] "GET /obj-perms HTTP/1.1" 200 5071 0.046573 10.0.0.240 - - [2025-12-01 02:08:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001516 10.0.0.240 - - [2025-12-01 02:08:54] "POST /neutron/network HTTP/1.1" 200 848 0.005409 10.0.0.240 - - [2025-12-01 02:08:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000401 10.0.0.240 - - [2025-12-01 02:08:54] "GET / HTTP/1.1" 200 36215 0.001368 10.0.0.240 - - [2025-12-01 02:08:54] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.240 - - [2025-12-01 02:08:54] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000909 10.0.0.240 - - [2025-12-01 02:08:54] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.054465 10.0.0.240 - - [2025-12-01 02:08:55] "POST /neutron/network HTTP/1.1" 200 838 0.027349 10.0.0.240 - - [2025-12-01 02:08:55] "POST /neutron/port HTTP/1.1" 200 117 0.005902 10.0.0.240 - - [2025-12-01 02:08:55] "POST /neutron/port HTTP/1.1" 200 117 0.004598 10.0.0.240 - - [2025-12-01 02:08:55] "POST /neutron/port HTTP/1.1" 200 117 0.004588 10.0.0.240 - - [2025-12-01 02:08:56] "POST /neutron/network HTTP/1.1" 200 848 0.004963 10.0.0.240 - - [2025-12-01 02:08:56] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001972 10.0.0.240 - - [2025-12-01 02:08:56] "POST /neutron/port HTTP/1.1" 200 1070 0.211663 10.0.0.240 - - [2025-12-01 02:08:57] "POST /neutron/port HTTP/1.1" 200 1070 0.031218 10.0.0.240 - - [2025-12-01 02:08:57] "POST /neutron/port HTTP/1.1" 200 1070 0.009020 10.0.0.240 - - [2025-12-01 02:08:57] "POST /neutron/port HTTP/1.1" 200 1124 0.087446 10.0.0.240 - - [2025-12-01 02:08:57] "POST /neutron/port HTTP/1.1" 200 1098 0.014109 10.0.0.240 - - [2025-12-01 02:08:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004064 10.0.0.240 - - [2025-12-01 02:08:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.007839 10.0.0.240 - - [2025-12-01 02:08:57] "POST /neutron/port HTTP/1.1" 200 117 0.000980 10.0.0.240 - - [2025-12-01 02:08:57] "POST /neutron/network HTTP/1.1" 200 838 0.005424 10.0.0.240 - - [2025-12-01 02:09:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.240 - - [2025-12-01 02:09:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.240 - - [2025-12-01 02:09:00] "POST /neutron/port HTTP/1.1" 200 1098 0.010583 10.0.0.240 - - [2025-12-01 02:09:00] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009094 10.0.0.240 - - [2025-12-01 02:09:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.240 - - [2025-12-01 02:09:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.240 - - [2025-12-01 02:09:06] "POST /neutron/port HTTP/1.1" 200 1098 0.012184 10.0.0.240 - - [2025-12-01 02:09:06] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005721 10.0.0.240 - - [2025-12-01 02:09:06] "GET /obj-perms HTTP/1.1" 200 5071 0.003097 10.0.0.240 - - [2025-12-01 02:09:07] "GET /obj-perms HTTP/1.1" 200 5071 0.003057 10.0.0.240 - - [2025-12-01 02:09:08] "GET /obj-perms HTTP/1.1" 200 5071 0.003186 10.0.0.240 - - [2025-12-01 02:09:09] "GET /obj-perms HTTP/1.1" 200 5071 0.004199 10.0.0.240 - - [2025-12-01 02:09:10] "GET /obj-perms HTTP/1.1" 200 5071 0.003386 10.0.0.240 - - [2025-12-01 02:09:11] "POST /neutron/network HTTP/1.1" 200 838 0.008255 10.0.0.240 - - [2025-12-01 02:09:11] "POST /neutron/network HTTP/1.1" 400 204 0.009080 10.0.0.240 - - [2025-12-01 02:09:11] "POST /neutron/port HTTP/1.1" 200 1098 0.010754 10.0.0.240 - - [2025-12-01 02:09:11] "POST /neutron/port HTTP/1.1" 200 1124 0.007801 10.0.0.240 - - [2025-12-01 02:09:11] "POST /neutron/port HTTP/1.1" 200 151 0.110862 10.0.0.240 - - [2025-12-01 02:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.030763 10.0.0.240 - - [2025-12-01 02:09:13] "POST /neutron/network HTTP/1.1" 200 838 0.005198 10.0.0.240 - - [2025-12-01 02:09:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003616 10.0.0.240 - - [2025-12-01 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.240 - - [2025-12-01 02:09:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002445 10.0.0.240 - - [2025-12-01 02:09:13] "POST /neutron/network HTTP/1.1" 200 151 0.082609 10.0.0.240 - - [2025-12-01 02:09:13] "GET /routing-instance/6cb591ce-9cd9-4e6f-b781-b26e88db0365 HTTP/1.1" 404 171 0.001819 10.0.0.240 - - [2025-12-01 02:09:13] "GET /domains HTTP/1.1" 200 281 0.002095 10.0.0.240 - - [2025-12-01 02:09:13] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.240 - - [2025-12-01 02:09:13] "DELETE /route-target/c1138690-cdf1-4482-834f-b4c6b89f4ab9 HTTP/1.1" 200 115 0.030023 10.0.0.240 - - [2025-12-01 02:09:13] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2594 0.053824 10.0.0.240 - - [2025-12-01 02:09:13] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000898 10.0.0.240 - - [2025-12-01 02:09:13] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad HTTP/1.1" 200 1933 0.068219 10.0.0.240 - - [2025-12-01 02:09:13] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000983 10.0.0.240 - - [2025-12-01 02:09:13] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.023223 10.0.0.240 - - [2025-12-01 02:09:13] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000899 10.0.0.240 - - [2025-12-01 02:09:13] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?fields=virtual_networks HTTP/1.1" 200 1066 0.079502 10.0.0.240 - - [2025-12-01 02:09:13] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000917 10.0.0.240 - - [2025-12-01 02:09:13] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.027090 10.0.0.240 - - [2025-12-01 02:09:13] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000943 10.0.0.240 - - [2025-12-01 02:09:13] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?fields=security_groups HTTP/1.1" 200 1304 0.024975 10.0.0.240 - - [2025-12-01 02:09:14] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001017 10.0.0.240 - - [2025-12-01 02:09:14] "GET /project/402059f6-1e93-443b-b1d8-380cd6b5d699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.024545 10.0.0.240 - - [2025-12-01 02:09:18] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001233 10.0.0.240 - - [2025-12-01 02:09:18] "GET /project/402059f6-1e93-443b-b1d8-380cd6b5d699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.042589 10.0.0.240 - - [2025-12-01 02:09:18] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003832 10.0.0.240 - - [2025-12-01 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.026360 10.0.0.240 - - [2025-12-01 02:09:19] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003296 10.0.0.240 - - [2025-12-01 02:09:19] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.240 - - [2025-12-01 02:09:19] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008114 10.0.0.240 - - [2025-12-01 02:09:19] "POST /id-to-fqname HTTP/1.1" 200 202 0.001274 10.0.0.240 - - [2025-12-01 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.004118 10.0.0.240 - - [2025-12-01 02:09:19] "POST /security-groups HTTP/1.1" 200 603 0.064643 10.0.0.240 - - [2025-12-01 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 246 0.002274 10.0.0.240 - - [2025-12-01 02:09:19] "POST /projects HTTP/1.1" 200 609 0.224746 10.0.0.240 - - [2025-12-01 02:09:19] "POST /access-control-lists HTTP/1.1" 200 610 0.058049 10.0.0.240 - - [2025-12-01 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.301902 10.0.0.240 - - [2025-12-01 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.002817 10.0.0.240 - - [2025-12-01 02:09:19] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.422136 10.0.0.240 - - [2025-12-01 02:09:19] "POST /access-control-lists HTTP/1.1" 200 608 0.060205 10.0.0.240 - - [2025-12-01 02:09:20] "GET / HTTP/1.1" 200 36215 0.001623 10.0.0.240 - - [2025-12-01 02:09:21] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000917 10.0.0.240 - - [2025-12-01 02:09:21] "GET /project/402059f6-1e93-443b-b1d8-380cd6b5d699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.024557 10.0.0.240 - - [2025-12-01 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.240 - - [2025-12-01 02:09:21] "GET /security-group/4994ef8a-b2db-4a27-a3c8-d85cccb73b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.004652 10.0.0.240 - - [2025-12-01 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.240 - - [2025-12-01 02:09:21] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001104 10.0.0.240 - - [2025-12-01 02:09:21] "GET /project/402059f6-1e93-443b-b1d8-380cd6b5d699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.047354 10.0.0.240 - - [2025-12-01 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.240 - - [2025-12-01 02:09:22] "GET /security-group/4994ef8a-b2db-4a27-a3c8-d85cccb73b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.003666 10.0.0.240 - - [2025-12-01 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.240 - - [2025-12-01 02:09:22] "PUT /security-group/4994ef8a-b2db-4a27-a3c8-d85cccb73b15 HTTP/1.1" 200 263 0.013783 10.0.0.240 - - [2025-12-01 02:09:22] "PUT /access-control-list/dd88fabd-4e88-42f6-8dd8-8536c8d7c420 HTTP/1.1" 200 273 0.018361 10.0.0.240 - - [2025-12-01 02:09:22] "PUT /access-control-list/f2d28fed-3dac-4e01-b3c4-345f94c0e589 HTTP/1.1" 200 273 0.011984 10.0.0.240 - - [2025-12-01 02:09:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000588 10.0.0.240 - - [2025-12-01 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.052339 10.0.0.240 - - [2025-12-01 02:09:22] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.240 - - [2025-12-01 02:09:22] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.042476 10.0.0.240 - - [2025-12-01 02:09:22] "POST /neutron/network HTTP/1.1" 200 117 0.030364 10.0.0.240 - - [2025-12-01 02:09:22] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001344 10.0.0.240 - - [2025-12-01 02:09:22] "POST /neutron/network HTTP/1.1" 200 619 0.071571 10.0.0.240 - - [2025-12-01 02:09:22] "POST /route-targets HTTP/1.1" 200 328 0.013270 10.0.0.240 - - [2025-12-01 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.011998 10.0.0.240 - - [2025-12-01 02:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004536 10.0.0.240 - - [2025-12-01 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.198652 10.0.0.240 - - [2025-12-01 02:09:23] "POST /neutron/network HTTP/1.1" 200 837 0.005546 10.0.0.240 - - [2025-12-01 02:09:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001466 10.0.0.240 - - [2025-12-01 02:09:23] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006957 10.0.0.240 - - [2025-12-01 02:09:23] "POST /neutron/network HTTP/1.1" 200 837 0.006686 10.0.0.240 - - [2025-12-01 02:09:23] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004612 10.0.0.240 - - [2025-12-01 02:09:23] "POST /neutron/network HTTP/1.1" 200 837 0.005021 10.0.0.240 - - [2025-12-01 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.006555 10.0.0.240 - - [2025-12-01 02:09:23] "GET /domains HTTP/1.1" 401 293 0.000365 10.0.0.240 - - [2025-12-01 02:09:23] "GET /domains HTTP/1.1" 200 281 0.027653 10.0.0.240 - - [2025-12-01 02:09:23] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000823 10.0.0.240 - - [2025-12-01 02:09:23] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2793 0.007034 10.0.0.240 - - [2025-12-01 02:09:23] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000820 10.0.0.240 - - [2025-12-01 02:09:23] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f HTTP/1.1" 200 2191 0.071291 10.0.0.240 - - [2025-12-01 02:09:23] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613 HTTP/1.1" 200 2341 0.005537 10.0.0.240 - - [2025-12-01 02:09:23] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613 HTTP/1.1" 200 2341 0.004477 10.0.0.240 - - [2025-12-01 02:09:23] "GET /routing-instance/d1a4e6ae-bb8e-4b1f-a0c5-5f2e91fb8d1c HTTP/1.1" 200 1495 0.003167 10.0.0.240 - - [2025-12-01 02:09:23] "GET /routing-instance/d1a4e6ae-bb8e-4b1f-a0c5-5f2e91fb8d1c HTTP/1.1" 200 1495 0.003047 10.0.0.240 - - [2025-12-01 02:09:23] "GET /route-target/dcf62783-9a8a-4046-85dc-8fa66fc1c074 HTTP/1.1" 200 1220 0.003136 10.0.0.240 - - [2025-12-01 02:09:23] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613 HTTP/1.1" 200 2341 0.003982 10.0.0.240 - - [2025-12-01 02:09:23] "GET /routing-instance/d1a4e6ae-bb8e-4b1f-a0c5-5f2e91fb8d1c HTTP/1.1" 200 1495 0.002613 10.0.0.240 - - [2025-12-01 02:09:23] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004058 10.0.0.240 - - [2025-12-01 02:09:23] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613 HTTP/1.1" 200 2341 0.004062 10.0.0.240 - - [2025-12-01 02:09:23] "GET /routing-instance/d1a4e6ae-bb8e-4b1f-a0c5-5f2e91fb8d1c HTTP/1.1" 200 1495 0.003696 10.0.0.240 - - [2025-12-01 02:09:23] "GET /routing-instance/d1a4e6ae-bb8e-4b1f-a0c5-5f2e91fb8d1c HTTP/1.1" 200 1495 0.002898 10.0.0.240 - - [2025-12-01 02:09:23] "GET /route-target/dcf62783-9a8a-4046-85dc-8fa66fc1c074 HTTP/1.1" 200 1220 0.004690 10.0.0.240 - - [2025-12-01 02:09:23] "GET /domains HTTP/1.1" 200 281 0.002721 10.0.0.240 - - [2025-12-01 02:09:23] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.240 - - [2025-12-01 02:09:23] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2793 0.005893 10.0.0.240 - - [2025-12-01 02:09:23] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.240 - - [2025-12-01 02:09:23] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f HTTP/1.1" 200 2191 0.068425 10.0.0.240 - - [2025-12-01 02:09:23] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613 HTTP/1.1" 200 2341 0.004475 10.0.0.240 - - [2025-12-01 02:09:24] "GET /obj-perms HTTP/1.1" 200 5073 0.049250 10.0.0.240 - - [2025-12-01 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.240 - - [2025-12-01 02:09:24] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.240 - - [2025-12-01 02:09:24] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.022417 10.0.0.240 - - [2025-12-01 02:09:24] "POST /neutron/network HTTP/1.1" 200 117 0.024334 10.0.0.240 - - [2025-12-01 02:09:24] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000850 10.0.0.240 - - [2025-12-01 02:09:24] "POST /neutron/network HTTP/1.1" 200 619 0.065876 10.0.0.240 - - [2025-12-01 02:09:24] "POST /route-targets HTTP/1.1" 200 328 0.012689 10.0.0.240 - - [2025-12-01 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.015508 10.0.0.240 - - [2025-12-01 02:09:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003240 10.0.0.240 - - [2025-12-01 02:09:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.167788 10.0.0.240 - - [2025-12-01 02:09:24] "POST /neutron/network HTTP/1.1" 200 839 0.004759 10.0.0.240 - - [2025-12-01 02:09:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.000990 10.0.0.240 - - [2025-12-01 02:09:24] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004640 10.0.0.240 - - [2025-12-01 02:09:24] "POST /neutron/network HTTP/1.1" 200 839 0.005411 10.0.0.240 - - [2025-12-01 02:09:24] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004229 10.0.0.240 - - [2025-12-01 02:09:24] "POST /neutron/network HTTP/1.1" 200 839 0.004964 10.0.0.240 - - [2025-12-01 02:09:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.008216 10.0.0.240 - - [2025-12-01 02:09:24] "GET /domains HTTP/1.1" 200 281 0.002790 10.0.0.240 - - [2025-12-01 02:09:24] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.240 - - [2025-12-01 02:09:24] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2793 0.006531 10.0.0.240 - - [2025-12-01 02:09:24] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000834 10.0.0.240 - - [2025-12-01 02:09:24] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f HTTP/1.1" 200 2420 0.084130 10.0.0.240 - - [2025-12-01 02:09:24] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a HTTP/1.1" 200 2348 0.005969 10.0.0.240 - - [2025-12-01 02:09:24] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a HTTP/1.1" 200 2348 0.004447 10.0.0.240 - - [2025-12-01 02:09:24] "GET /routing-instance/cb2ff0b8-b001-4d41-aece-dd66e222e306 HTTP/1.1" 200 1495 0.003364 10.0.0.240 - - [2025-12-01 02:09:24] "GET /routing-instance/cb2ff0b8-b001-4d41-aece-dd66e222e306 HTTP/1.1" 200 1495 0.002775 10.0.0.240 - - [2025-12-01 02:09:24] "GET /route-target/d6946d55-e938-4a9b-8e1c-73a8af7de583 HTTP/1.1" 200 1221 0.002648 10.0.0.240 - - [2025-12-01 02:09:25] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a HTTP/1.1" 200 2348 0.004175 10.0.0.240 - - [2025-12-01 02:09:25] "GET /routing-instance/cb2ff0b8-b001-4d41-aece-dd66e222e306 HTTP/1.1" 200 1495 0.003054 10.0.0.240 - - [2025-12-01 02:09:25] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004970 10.0.0.240 - - [2025-12-01 02:09:25] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a HTTP/1.1" 200 2348 0.004148 10.0.0.240 - - [2025-12-01 02:09:25] "GET /routing-instance/cb2ff0b8-b001-4d41-aece-dd66e222e306 HTTP/1.1" 200 1495 0.003992 10.0.0.240 - - [2025-12-01 02:09:25] "GET /routing-instance/cb2ff0b8-b001-4d41-aece-dd66e222e306 HTTP/1.1" 200 1495 0.003422 10.0.0.240 - - [2025-12-01 02:09:25] "GET /route-target/d6946d55-e938-4a9b-8e1c-73a8af7de583 HTTP/1.1" 200 1221 0.002928 10.0.0.240 - - [2025-12-01 02:09:25] "GET /domains HTTP/1.1" 200 281 0.004781 10.0.0.240 - - [2025-12-01 02:09:25] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.240 - - [2025-12-01 02:09:25] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2793 0.007457 10.0.0.240 - - [2025-12-01 02:09:25] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.240 - - [2025-12-01 02:09:25] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f HTTP/1.1" 200 2420 0.068305 10.0.0.240 - - [2025-12-01 02:09:25] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a HTTP/1.1" 200 2348 0.005934 10.0.0.240 - - [2025-12-01 02:09:25] "GET /obj-perms HTTP/1.1" 200 5073 0.002681 10.0.0.240 - - [2025-12-01 02:09:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001136 10.0.0.240 - - [2025-12-01 02:09:25] "POST /neutron/network HTTP/1.1" 200 849 0.005036 10.0.0.240 - - [2025-12-01 02:09:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000354 10.0.0.240 - - [2025-12-01 02:09:25] "GET / HTTP/1.1" 200 36215 0.002065 10.0.0.240 - - [2025-12-01 02:09:25] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000480 10.0.0.240 - - [2025-12-01 02:09:26] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.240 - - [2025-12-01 02:09:26] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.051493 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/network HTTP/1.1" 200 839 0.006059 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 117 0.004998 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 117 0.004519 10.0.0.240 - - [2025-12-01 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001112 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 117 0.004895 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/network HTTP/1.1" 200 847 0.005028 10.0.0.240 - - [2025-12-01 02:09:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000399 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/network HTTP/1.1" 200 849 0.005059 10.0.0.240 - - [2025-12-01 02:09:26] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.240 - - [2025-12-01 02:09:26] "GET / HTTP/1.1" 200 36215 0.001579 10.0.0.240 - - [2025-12-01 02:09:26] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000377 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 1073 0.210023 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 1073 0.008009 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 1073 0.007742 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 1127 0.058574 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 1101 0.008854 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002920 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.007529 10.0.0.240 - - [2025-12-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.240 - - [2025-12-01 02:09:27] "POST /neutron/network HTTP/1.1" 200 839 0.005325 10.0.0.240 - - [2025-12-01 02:09:27] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001426 10.0.0.240 - - [2025-12-01 02:09:27] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.055575 10.0.0.240 - - [2025-12-01 02:09:27] "POST /neutron/network HTTP/1.1" 200 837 0.004817 10.0.0.240 - - [2025-12-01 02:09:27] "POST /neutron/port HTTP/1.1" 200 1101 0.018847 10.0.0.240 - - [2025-12-01 02:09:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007634 10.0.0.240 - - [2025-12-01 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.006601 10.0.0.240 - - [2025-12-01 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.240 - - [2025-12-01 02:09:27] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.240 - - [2025-12-01 02:09:27] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.042163 10.0.0.240 - - [2025-12-01 02:09:27] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005108 10.0.0.240 - - [2025-12-01 02:09:27] "GET /floating-ip-pools?parent_id=8aad5784-aade-46ad-91c7-10e7bb8de613&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002745 10.0.0.240 - - [2025-12-01 02:09:27] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004641 10.0.0.240 - - [2025-12-01 02:09:27] "POST /floating-ip-pools HTTP/1.1" 200 611 0.030588 10.0.0.240 - - [2025-12-01 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.013458 10.0.0.240 - - [2025-12-01 02:09:27] "POST /neutron/network HTTP/1.1" 200 847 0.011796 10.0.0.240 - - [2025-12-01 02:09:27] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007420 10.0.0.240 - - [2025-12-01 02:09:27] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.240 - - [2025-12-01 02:09:27] "GET /domains HTTP/1.1" 200 281 0.005162 10.0.0.240 - - [2025-12-01 02:09:27] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001816 10.0.0.240 - - [2025-12-01 02:09:27] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2793 0.079269 10.0.0.240 - - [2025-12-01 02:09:27] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.240 - - [2025-12-01 02:09:27] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f HTTP/1.1" 200 3265 0.046005 10.0.0.240 - - [2025-12-01 02:09:27] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613 HTTP/1.1" 200 2934 0.010747 10.0.0.240 - - [2025-12-01 02:09:27] "GET /floating-ip-pool/7133aa6b-6ba2-4c2f-83df-c3ddb43b4cc0 HTTP/1.1" 200 1443 0.005117 10.0.0.240 - - [2025-12-01 02:09:27] "GET /domains HTTP/1.1" 200 281 0.002797 10.0.0.240 - - [2025-12-01 02:09:27] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001731 10.0.0.240 - - [2025-12-01 02:09:27] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2793 0.008564 10.0.0.240 - - [2025-12-01 02:09:27] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001317 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/port HTTP/1.1" 200 1071 0.291845 10.0.0.240 - - [2025-12-01 02:09:28] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f HTTP/1.1" 200 3265 0.089802 10.0.0.240 - - [2025-12-01 02:09:28] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613 HTTP/1.1" 200 3156 0.006584 10.0.0.240 - - [2025-12-01 02:09:28] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007230 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/port HTTP/1.1" 200 1071 0.022223 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/port HTTP/1.1" 200 1071 0.012619 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/port HTTP/1.1" 200 1101 0.035859 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007547 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/port HTTP/1.1" 200 1125 0.103984 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/port HTTP/1.1" 200 1099 0.009739 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003978 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.006076 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.240 - - [2025-12-01 02:09:28] "POST /neutron/network HTTP/1.1" 200 837 0.005664 10.0.0.240 - - [2025-12-01 02:09:33] "POST /neutron/port HTTP/1.1" 200 1101 0.010419 10.0.0.240 - - [2025-12-01 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005297 10.0.0.240 - - [2025-12-01 02:09:33] "POST /neutron/port HTTP/1.1" 200 1101 0.010371 10.0.0.240 - - [2025-12-01 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005562 10.0.0.240 - - [2025-12-01 02:09:33] "POST /neutron/port HTTP/1.1" 200 1101 0.009937 10.0.0.240 - - [2025-12-01 02:09:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005586 10.0.0.240 - - [2025-12-01 02:09:33] "GET /virtual-machine/eecfa8f7-9ece-47dd-be4f-7fe0dca80b4f HTTP/1.1" 200 1307 0.003957 10.0.0.240 - - [2025-12-01 02:09:33] "GET /virtual-machine-interface/7ed5211b-3241-482f-b5af-b86ba8bcca2d HTTP/1.1" 200 3011 0.004357 10.0.0.240 - - [2025-12-01 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.240 - - [2025-12-01 02:09:33] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002897 10.0.0.240 - - [2025-12-01 02:09:33] "GET /virtual-networks?parent_id=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003058 10.0.0.240 - - [2025-12-01 02:09:33] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004669 10.0.0.240 - - [2025-12-01 02:09:35] "POST /neutron/port HTTP/1.1" 200 1101 0.010024 10.0.0.240 - - [2025-12-01 02:09:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004583 10.0.0.240 - - [2025-12-01 02:09:36] "POST /neutron/port HTTP/1.1" 200 1099 0.011830 10.0.0.240 - - [2025-12-01 02:09:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005099 10.0.0.240 - - [2025-12-01 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.240 - - [2025-12-01 02:09:36] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004372 10.0.0.240 - - [2025-12-01 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.240 - - [2025-12-01 02:09:38] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002975 10.0.0.240 - - [2025-12-01 02:09:38] "GET /virtual-networks?parent_id=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002588 10.0.0.240 - - [2025-12-01 02:09:38] "GET /virtual-network/bd10c9d3-7a8e-46c2-8d47-af4c3df4794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004746 10.0.0.240 - - [2025-12-01 02:09:38] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.240 - - [2025-12-01 02:09:39] "POST /neutron/floatingip HTTP/1.1" 200 529 0.056023 10.0.0.240 - - [2025-12-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 1101 0.011824 10.0.0.240 - - [2025-12-01 02:09:39] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004297 10.0.0.240 - - [2025-12-01 02:09:39] "POST /neutron/floatingip HTTP/1.1" 200 577 0.027664 10.0.0.240 - - [2025-12-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 1099 0.010686 10.0.0.240 - - [2025-12-01 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005968 10.0.0.240 - - [2025-12-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 1099 0.009909 10.0.0.240 - - [2025-12-01 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004608 10.0.0.240 - - [2025-12-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 1099 0.010139 10.0.0.240 - - [2025-12-01 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006152 10.0.0.240 - - [2025-12-01 02:09:39] "GET /virtual-machine/f75cc036-a001-468a-a7e1-63282ac3f593 HTTP/1.1" 200 1307 0.004795 10.0.0.240 - - [2025-12-01 02:09:39] "GET /virtual-machine-interface/a086c809-8916-4ba4-9708-041e0c2bafa2 HTTP/1.1" 200 3012 0.004426 10.0.0.240 - - [2025-12-01 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.240 - - [2025-12-01 02:09:39] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002527 10.0.0.240 - - [2025-12-01 02:09:39] "GET /virtual-networks?parent_id=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002552 10.0.0.240 - - [2025-12-01 02:09:39] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004811 10.0.0.240 - - [2025-12-01 02:09:40] "DELETE /project/571e95371215467d8c526dea3f4891ad HTTP/1.1" 404 173 0.007576 10.0.0.240 - - [2025-12-01 02:09:40] "DELETE /project/cbf1aa2e2ba54e969183ffced0dc814f HTTP/1.1" 404 173 0.006278 10.0.0.240 - - [2025-12-01 02:09:40] "DELETE /project/402059f61e93443bb1d8380cd6b5d699 HTTP/1.1" 404 173 0.002327 10.0.0.240 - - [2025-12-01 02:09:40] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000748 10.0.0.240 - - [2025-12-01 02:09:40] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.031934 10.0.0.240 - - [2025-12-01 02:09:40] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000859 10.0.0.240 - - [2025-12-01 02:09:40] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?fields=security_groups HTTP/1.1" 200 1406 0.064488 10.0.0.240 - - [2025-12-01 02:09:40] "DELETE /security-group/b7ddc9fb-1ef1-47dd-8918-a29232ccce48 HTTP/1.1" 200 115 0.032141 10.0.0.240 - - [2025-12-01 02:09:40] "GET /projects?obj_uuids=571e9537-1215-467d-8c52-6dea3f4891ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001107 10.0.0.240 - - [2025-12-01 02:09:40] "DELETE /access-control-list/1a8f5671-8abc-4923-8141-231e998dd8d8 HTTP/1.1" 200 115 0.027953 10.0.0.240 - - [2025-12-01 02:09:40] "GET /project/571e9537-1215-467d-8c52-6dea3f4891ad?fields=application_policy_sets HTTP/1.1" 200 1445 0.034545 10.0.0.240 - - [2025-12-01 02:09:40] "DELETE /access-control-list/aa4f5e98-8e96-4d76-b74d-b492ece8b0d4 HTTP/1.1" 200 115 0.029484 10.0.0.240 - - [2025-12-01 02:09:40] "DELETE /project/571e9537-1215-467d-8c52-6dea3f4891ad HTTP/1.1" 200 115 0.330305 10.0.0.240 - - [2025-12-01 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.240 - - [2025-12-01 02:09:40] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002869 10.0.0.240 - - [2025-12-01 02:09:40] "GET /virtual-networks?parent_id=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002567 10.0.0.240 - - [2025-12-01 02:09:40] "GET /virtual-network/8aad5784-aade-46ad-91c7-10e7bb8de613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005004 10.0.0.240 - - [2025-12-01 02:09:40] "POST /neutron/floatingip HTTP/1.1" 200 577 0.008506 10.0.0.240 - - [2025-12-01 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002053 10.0.0.240 - - [2025-12-01 02:09:40] "GET /routing-instance/d1a4e6ae-bb8e-4b1f-a0c5-5f2e91fb8d1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.002694 10.0.0.240 - - [2025-12-01 02:09:40] "GET /route-target/dcf62783-9a8a-4046-85dc-8fa66fc1c074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003355 10.0.0.240 - - [2025-12-01 02:09:40] "GET /floating-ip/0814305d-000c-43e9-81e1-9958c369e59f HTTP/1.1" 200 1891 0.013746 10.0.0.240 - - [2025-12-01 02:09:43] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009779 10.0.0.240 - - [2025-12-01 02:09:43] "POST /neutron/floatingip HTTP/1.1" 200 529 0.018702 10.0.0.240 - - [2025-12-01 02:09:43] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004983 10.0.0.240 - - [2025-12-01 02:09:43] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032106 10.0.0.240 - - [2025-12-01 02:09:43] "GET /floating-ip-pool/7133aa6b-6ba2-4c2f-83df-c3ddb43b4cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.002687 10.0.0.240 - - [2025-12-01 02:09:43] "POST /ref-update HTTP/1.1" 200 156 0.007887 10.0.0.240 - - [2025-12-01 02:09:43] "DELETE /floating-ip-pool/7133aa6b-6ba2-4c2f-83df-c3ddb43b4cc0 HTTP/1.1" 200 115 0.018672 10.0.0.240 - - [2025-12-01 02:09:43] "POST /neutron/network HTTP/1.1" 200 839 0.005637 10.0.0.240 - - [2025-12-01 02:09:43] "POST /neutron/network HTTP/1.1" 400 204 0.012189 10.0.0.240 - - [2025-12-01 02:09:44] "POST /neutron/port HTTP/1.1" 200 1099 0.009984 10.0.0.240 - - [2025-12-01 02:09:44] "POST /neutron/port HTTP/1.1" 200 1125 0.012589 10.0.0.240 - - [2025-12-01 02:09:44] "POST /neutron/port HTTP/1.1" 200 1101 0.010470 10.0.0.240 - - [2025-12-01 02:09:44] "POST /neutron/port HTTP/1.1" 200 1127 0.009846 10.0.0.240 - - [2025-12-01 02:09:44] "POST /neutron/port HTTP/1.1" 200 151 0.116360 10.0.0.240 - - [2025-12-01 02:09:44] "POST /neutron/port HTTP/1.1" 200 151 0.115816 10.0.0.240 - - [2025-12-01 02:09:45] "GET /obj-perms HTTP/1.1" 200 5075 0.044154 10.0.0.240 - - [2025-12-01 02:09:45] "POST /neutron/network HTTP/1.1" 200 839 0.005780 10.0.0.240 - - [2025-12-01 02:09:45] "GET /obj-perms HTTP/1.1" 200 5075 0.064460 10.0.0.240 - - [2025-12-01 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.240 - - [2025-12-01 02:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005815 10.0.0.240 - - [2025-12-01 02:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002257 10.0.0.240 - - [2025-12-01 02:09:46] "POST /neutron/network HTTP/1.1" 200 151 0.107023 10.0.0.240 - - [2025-12-01 02:09:46] "GET /routing-instance/cb2ff0b8-b001-4d41-aece-dd66e222e306 HTTP/1.1" 404 171 0.004843 10.0.0.240 - - [2025-12-01 02:09:46] "DELETE /route-target/d6946d55-e938-4a9b-8e1c-73a8af7de583 HTTP/1.1" 200 115 0.026037 10.0.0.240 - - [2025-12-01 02:09:46] "GET /domains HTTP/1.1" 200 281 0.004498 10.0.0.240 - - [2025-12-01 02:09:46] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.240 - - [2025-12-01 02:09:46] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2595 0.050800 10.0.0.240 - - [2025-12-01 02:09:46] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.240 - - [2025-12-01 02:09:46] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f HTTP/1.1" 200 2191 0.067280 10.0.0.240 - - [2025-12-01 02:09:46] "POST /neutron/network HTTP/1.1" 200 837 0.005360 10.0.0.240 - - [2025-12-01 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.240 - - [2025-12-01 02:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003185 10.0.0.240 - - [2025-12-01 02:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002184 10.0.0.240 - - [2025-12-01 02:09:46] "POST /neutron/network HTTP/1.1" 200 151 0.104626 10.0.0.240 - - [2025-12-01 02:09:46] "DELETE /route-target/dcf62783-9a8a-4046-85dc-8fa66fc1c074 HTTP/1.1" 200 115 0.016119 10.0.0.240 - - [2025-12-01 02:09:46] "GET /routing-instance/d1a4e6ae-bb8e-4b1f-a0c5-5f2e91fb8d1c HTTP/1.1" 404 171 0.002101 10.0.0.240 - - [2025-12-01 02:09:46] "GET /domains HTTP/1.1" 200 281 0.002474 10.0.0.240 - - [2025-12-01 02:09:46] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000800 10.0.0.240 - - [2025-12-01 02:09:46] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2595 0.052378 10.0.0.240 - - [2025-12-01 02:09:46] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001281 10.0.0.240 - - [2025-12-01 02:09:46] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f HTTP/1.1" 200 1940 0.068336 10.0.0.240 - - [2025-12-01 02:09:46] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.240 - - [2025-12-01 02:09:46] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.030950 10.0.0.240 - - [2025-12-01 02:09:46] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.240 - - [2025-12-01 02:09:46] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?fields=virtual_networks HTTP/1.1" 200 1069 0.069380 10.0.0.240 - - [2025-12-01 02:09:46] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991 10.0.0.240 - - [2025-12-01 02:09:46] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.040310 10.0.0.240 - - [2025-12-01 02:09:46] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.240 - - [2025-12-01 02:09:46] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?fields=security_groups HTTP/1.1" 200 1308 0.026248 10.0.0.240 - - [2025-12-01 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.032104 10.0.0.240 - - [2025-12-01 02:09:47] "GET /projects?obj_uuids=df9d7d21-61da-4343-a70c-19b10f10a3c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002163 10.0.0.240 - - [2025-12-01 02:09:47] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.240 - - [2025-12-01 02:09:47] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006320 10.0.0.240 - - [2025-12-01 02:09:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.001055 10.0.0.240 - - [2025-12-01 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.006475 10.0.0.240 - - [2025-12-01 02:09:48] "POST /security-groups HTTP/1.1" 200 586 0.068866 10.0.0.240 - - [2025-12-01 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.008195 10.0.0.240 - - [2025-12-01 02:09:48] "POST /projects HTTP/1.1" 200 575 0.220205 10.0.0.240 - - [2025-12-01 02:09:48] "POST /access-control-lists HTTP/1.1" 200 593 0.057448 10.0.0.240 - - [2025-12-01 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.293336 10.0.0.240 - - [2025-12-01 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.002491 10.0.0.240 - - [2025-12-01 02:09:48] "GET /project/df9d7d21-61da-4343-a70c-19b10f10a3c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.414689 10.0.0.240 - - [2025-12-01 02:09:48] "POST /access-control-lists HTTP/1.1" 200 591 0.072561 10.0.0.240 - - [2025-12-01 02:09:49] "GET / HTTP/1.1" 200 36215 0.001868 10.0.0.240 - - [2025-12-01 02:09:50] "GET /projects?obj_uuids=df9d7d21-61da-4343-a70c-19b10f10a3c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.240 - - [2025-12-01 02:09:50] "GET /project/df9d7d21-61da-4343-a70c-19b10f10a3c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023130 10.0.0.240 - - [2025-12-01 02:09:50] "GET /projects?obj_uuids=df9d7d21-61da-4343-a70c-19b10f10a3c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.240 - - [2025-12-01 02:09:50] "GET /project/df9d7d21-61da-4343-a70c-19b10f10a3c1?fields=virtual_networks HTTP/1.1" 200 1035 0.071949 10.0.0.240 - - [2025-12-01 02:09:50] "GET /projects?obj_uuids=df9d7d21-61da-4343-a70c-19b10f10a3c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001170 10.0.0.240 - - [2025-12-01 02:09:50] "GET /project/df9d7d21-61da-4343-a70c-19b10f10a3c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.030753 10.0.0.240 - - [2025-12-01 02:09:50] "GET /projects?obj_uuids=df9d7d21-61da-4343-a70c-19b10f10a3c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000915 10.0.0.240 - - [2025-12-01 02:09:50] "GET /project/df9d7d21-61da-4343-a70c-19b10f10a3c1?fields=security_groups HTTP/1.1" 200 1257 0.028381 10.0.0.240 - - [2025-12-01 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.028456 10.0.0.240 - - [2025-12-01 02:09:51] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002301 10.0.0.240 - - [2025-12-01 02:09:51] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.240 - - [2025-12-01 02:09:51] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006505 10.0.0.240 - - [2025-12-01 02:09:51] "POST /id-to-fqname HTTP/1.1" 200 185 0.002252 10.0.0.240 - - [2025-12-01 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.004597 10.0.0.240 - - [2025-12-01 02:09:52] "POST /security-groups HTTP/1.1" 200 586 0.068278 10.0.0.240 - - [2025-12-01 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.002874 10.0.0.240 - - [2025-12-01 02:09:52] "POST /projects HTTP/1.1" 200 575 0.228491 10.0.0.240 - - [2025-12-01 02:09:52] "POST /access-control-lists HTTP/1.1" 200 593 0.057854 10.0.0.240 - - [2025-12-01 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.300970 10.0.0.240 - - [2025-12-01 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.002400 10.0.0.240 - - [2025-12-01 02:09:52] "GET /project/dd8cf960-a6f8-497a-9082-3561e12a8cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.428171 10.0.0.240 - - [2025-12-01 02:09:52] "POST /access-control-lists HTTP/1.1" 200 591 0.075407 10.0.0.240 - - [2025-12-01 02:09:53] "GET / HTTP/1.1" 200 36215 0.002603 10.0.0.240 - - [2025-12-01 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.002420 10.0.0.240 - - [2025-12-01 02:09:53] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001105 10.0.0.240 - - [2025-12-01 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 228 0.003107 10.0.0.240 - - [2025-12-01 02:09:53] "POST /access-control-lists HTTP/1.1" 200 592 0.019061 10.0.0.240 - - [2025-12-01 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 227 0.002769 10.0.0.240 - - [2025-12-01 02:09:53] "POST /access-control-lists HTTP/1.1" 200 590 0.017053 10.0.0.240 - - [2025-12-01 02:09:54] "PUT /access-control-list/e86d7c83-13af-4ea5-bf15-8a7724affbbf HTTP/1.1" 200 273 0.009607 10.0.0.240 - - [2025-12-01 02:09:54] "PUT /access-control-list/a55dc591-afcb-430b-935d-d187be045d0a HTTP/1.1" 200 273 0.008741 10.0.0.240 - - [2025-12-01 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 1364 0.379077 10.0.0.240 - - [2025-12-01 02:09:54] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000955 10.0.0.240 - - [2025-12-01 02:09:54] "PUT /access-control-list/a55dc591-afcb-430b-935d-d187be045d0a HTTP/1.1" 200 273 0.014842 10.0.0.240 - - [2025-12-01 02:09:54] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030710 10.0.0.240 - - [2025-12-01 02:09:54] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008321 10.0.0.240 - - [2025-12-01 02:09:54] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.094470 10.0.0.240 - - [2025-12-01 02:09:54] "PUT /access-control-list/a55dc591-afcb-430b-935d-d187be045d0a HTTP/1.1" 200 273 0.008824 10.0.0.240 - - [2025-12-01 02:09:54] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008948 10.0.0.240 - - [2025-12-01 02:09:54] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.135247 10.0.0.240 - - [2025-12-01 02:09:54] "PUT /access-control-list/a55dc591-afcb-430b-935d-d187be045d0a HTTP/1.1" 200 273 0.010010 10.0.0.240 - - [2025-12-01 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.003273 10.0.0.240 - - [2025-12-01 02:09:54] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000965 10.0.0.240 - - [2025-12-01 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.004641 10.0.0.240 - - [2025-12-01 02:09:54] "POST /access-control-lists HTTP/1.1" 200 592 0.015712 10.0.0.240 - - [2025-12-01 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 227 0.002666 10.0.0.240 - - [2025-12-01 02:09:54] "POST /access-control-lists HTTP/1.1" 200 590 0.014215 10.0.0.240 - - [2025-12-01 02:09:54] "PUT /access-control-list/f6ae1503-b7bc-4112-b749-9e98453bb934 HTTP/1.1" 200 273 0.027295 10.0.0.240 - - [2025-12-01 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 1364 0.304140 10.0.0.240 - - [2025-12-01 02:09:54] "PUT /access-control-list/4d45b82b-9d15-4184-b6d0-8a55230fbdcf HTTP/1.1" 200 273 0.011252 10.0.0.240 - - [2025-12-01 02:09:54] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000958 10.0.0.240 - - [2025-12-01 02:09:54] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.026761 10.0.0.240 - - [2025-12-01 02:09:54] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010301 10.0.0.240 - - [2025-12-01 02:09:54] "PUT /access-control-list/4d45b82b-9d15-4184-b6d0-8a55230fbdcf HTTP/1.1" 200 273 0.016693 10.0.0.240 - - [2025-12-01 02:09:55] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149130 10.0.0.240 - - [2025-12-01 02:09:55] "PUT /access-control-list/4d45b82b-9d15-4184-b6d0-8a55230fbdcf HTTP/1.1" 200 273 0.007755 10.0.0.240 - - [2025-12-01 02:09:55] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008515 10.0.0.240 - - [2025-12-01 02:09:55] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.115191 10.0.0.240 - - [2025-12-01 02:09:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000401 10.0.0.240 - - [2025-12-01 02:09:55] "PUT /access-control-list/4d45b82b-9d15-4184-b6d0-8a55230fbdcf HTTP/1.1" 200 273 0.010251 10.0.0.240 - - [2025-12-01 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 210 0.026771 10.0.0.240 - - [2025-12-01 02:09:55] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.240 - - [2025-12-01 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.002387 10.0.0.240 - - [2025-12-01 02:09:55] "POST /access-control-lists HTTP/1.1" 200 609 0.013238 10.0.0.240 - - [2025-12-01 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 244 0.002450 10.0.0.240 - - [2025-12-01 02:09:55] "POST /access-control-lists HTTP/1.1" 200 607 0.014225 10.0.0.240 - - [2025-12-01 02:09:55] "PUT /access-control-list/3ae4c451-1439-411b-adf7-8ffaa6c0607a HTTP/1.1" 200 273 0.007721 10.0.0.240 - - [2025-12-01 02:09:55] "POST /neutron/security_group HTTP/1.1" 200 1379 0.321710 10.0.0.240 - - [2025-12-01 02:09:55] "PUT /access-control-list/1d96b377-584d-45e9-a0fa-e0b9ab6e1480 HTTP/1.1" 200 273 0.023002 10.0.0.240 - - [2025-12-01 02:09:55] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000964 10.0.0.240 - - [2025-12-01 02:09:55] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.033640 10.0.0.240 - - [2025-12-01 02:09:55] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014005 10.0.0.240 - - [2025-12-01 02:09:55] "PUT /access-control-list/1d96b377-584d-45e9-a0fa-e0b9ab6e1480 HTTP/1.1" 200 273 0.019183 10.0.0.240 - - [2025-12-01 02:09:56] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.130388 10.0.0.240 - - [2025-12-01 02:09:56] "PUT /access-control-list/1d96b377-584d-45e9-a0fa-e0b9ab6e1480 HTTP/1.1" 200 273 0.008026 10.0.0.240 - - [2025-12-01 02:09:56] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008374 10.0.0.240 - - [2025-12-01 02:09:56] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.145931 10.0.0.240 - - [2025-12-01 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 210 0.002913 10.0.0.240 - - [2025-12-01 02:09:56] "PUT /access-control-list/1d96b377-584d-45e9-a0fa-e0b9ab6e1480 HTTP/1.1" 200 273 0.008143 10.0.0.240 - - [2025-12-01 02:09:56] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001000 10.0.0.240 - - [2025-12-01 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.003219 10.0.0.240 - - [2025-12-01 02:09:56] "POST /access-control-lists HTTP/1.1" 200 609 0.014122 10.0.0.240 - - [2025-12-01 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 244 0.002969 10.0.0.240 - - [2025-12-01 02:09:56] "POST /access-control-lists HTTP/1.1" 200 607 0.021686 10.0.0.240 - - [2025-12-01 02:09:56] "PUT /access-control-list/421cfdab-9284-4868-8c4b-ad370a920e03 HTTP/1.1" 200 273 0.008180 10.0.0.240 - - [2025-12-01 02:09:56] "PUT /access-control-list/552fd44b-5fb0-4196-a19b-c8f23a27afa9 HTTP/1.1" 200 273 0.036011 10.0.0.240 - - [2025-12-01 02:09:56] "POST /neutron/security_group HTTP/1.1" 200 1379 0.337353 10.0.0.240 - - [2025-12-01 02:09:56] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.240 - - [2025-12-01 02:09:56] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.029320 10.0.0.240 - - [2025-12-01 02:09:56] "PUT /access-control-list/552fd44b-5fb0-4196-a19b-c8f23a27afa9 HTTP/1.1" 200 273 0.011418 10.0.0.240 - - [2025-12-01 02:09:56] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007207 10.0.0.240 - - [2025-12-01 02:09:56] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120967 10.0.0.240 - - [2025-12-01 02:09:56] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007550 10.0.0.240 - - [2025-12-01 02:09:56] "PUT /access-control-list/552fd44b-5fb0-4196-a19b-c8f23a27afa9 HTTP/1.1" 200 273 0.012944 10.0.0.240 - - [2025-12-01 02:09:56] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.113625 10.0.0.240 - - [2025-12-01 02:09:56] "PUT /access-control-list/552fd44b-5fb0-4196-a19b-c8f23a27afa9 HTTP/1.1" 200 273 0.006846 10.0.0.240 - - [2025-12-01 02:09:57] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001518 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.042268 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003005 10.0.0.240 - - [2025-12-01 02:09:57] "POST /route-targets HTTP/1.1" 200 328 0.010955 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.002805 10.0.0.240 - - [2025-12-01 02:09:57] "PUT /logical-router/a33e6d1e-e02c-4948-ad66-c2b59804cb8f HTTP/1.1" 200 263 0.015988 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.004550 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003342 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003261 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003126 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003349 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003105 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003217 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003061 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003740 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003549 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003154 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.004416 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003444 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.002998 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003089 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003198 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003250 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003079 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003288 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003083 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003827 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003788 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003272 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003263 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003124 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.004049 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003025 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003438 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003034 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.003160 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.016691 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 541 0.004064 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 542 0.016041 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 542 0.003374 10.0.0.240 - - [2025-12-01 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.240 - - [2025-12-01 02:09:57] "GET /logical-router/a33e6d1e-e02c-4948-ad66-c2b59804cb8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005580 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 151 0.041003 10.0.0.240 - - [2025-12-01 02:09:57] "DELETE /route-target/e5e2addd-dca8-4792-acbd-a8a6242bbd8a HTTP/1.1" 200 115 0.011308 10.0.0.240 - - [2025-12-01 02:09:57] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000971 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.040607 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.004964 10.0.0.240 - - [2025-12-01 02:09:57] "POST /route-targets HTTP/1.1" 200 328 0.011302 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.004303 10.0.0.240 - - [2025-12-01 02:09:57] "PUT /logical-router/b3624066-1d34-4714-b7ab-fe8b895fc2a5 HTTP/1.1" 200 263 0.020142 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.004368 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.003573 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.003260 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.003045 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.003195 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.003100 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.003160 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.002984 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.004181 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.002949 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.003477 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.003083 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.002952 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.003035 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.002806 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.004398 10.0.0.240 - - [2025-12-01 02:09:57] "POST /neutron/router HTTP/1.1" 200 559 0.003435 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.003299 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.002996 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.003443 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.003437 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.002770 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.003015 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.002899 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.002723 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.002690 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.003395 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.003315 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.002922 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.003285 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.015257 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.003000 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.016324 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 559 0.003275 10.0.0.240 - - [2025-12-01 02:09:58] "GET /logical-router/b3624066-1d34-4714-b7ab-fe8b895fc2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004458 10.0.0.240 - - [2025-12-01 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 151 0.043674 10.0.0.240 - - [2025-12-01 02:09:58] "DELETE /route-target/05b01150-bd52-43d3-835c-ae0bacdfb60d HTTP/1.1" 200 115 0.013475 10.0.0.240 - - [2025-12-01 02:09:58] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001020 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.046245 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002741 10.0.0.240 - - [2025-12-01 02:09:58] "POST /route-targets HTTP/1.1" 200 328 0.010099 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002418 10.0.0.240 - - [2025-12-01 02:09:58] "PUT /logical-router/9c2a71d1-22f1-4aeb-9c95-213c010d334f HTTP/1.1" 200 263 0.016491 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.004047 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003279 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002804 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002967 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002570 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002880 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003335 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002770 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003806 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002960 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002756 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003122 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002932 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002958 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002976 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003913 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002955 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002792 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002872 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002816 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002899 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003029 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003902 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002776 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003346 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003008 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002842 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.002926 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003293 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003325 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.013650 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 541 0.003215 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 542 0.015484 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 542 0.002877 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/router HTTP/1.1" 200 151 0.036522 10.0.0.240 - - [2025-12-01 02:09:58] "GET /logical-router/9c2a71d1-22f1-4aeb-9c95-213c010d334f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005233 10.0.0.240 - - [2025-12-01 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 521 0.002907 10.0.0.240 - - [2025-12-01 02:09:58] "DELETE /route-target/521394a8-b7b4-4acf-b48c-931d4c335908 HTTP/1.1" 200 115 0.022036 10.0.0.240 - - [2025-12-01 02:09:58] "DELETE /access-control-list/421cfdab-9284-4868-8c4b-ad370a920e03 HTTP/1.1" 200 115 0.016633 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 151 0.041625 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 521 0.004151 10.0.0.240 - - [2025-12-01 02:09:58] "DELETE /access-control-list/552fd44b-5fb0-4196-a19b-c8f23a27afa9 HTTP/1.1" 200 115 0.029012 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 151 0.047366 10.0.0.240 - - [2025-12-01 02:09:58] "DELETE /access-control-list/3ae4c451-1439-411b-adf7-8ffaa6c0607a HTTP/1.1" 200 115 0.028587 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 506 0.002979 10.0.0.240 - - [2025-12-01 02:09:58] "DELETE /access-control-list/1d96b377-584d-45e9-a0fa-e0b9ab6e1480 HTTP/1.1" 200 115 0.025411 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 151 0.044304 10.0.0.240 - - [2025-12-01 02:09:58] "DELETE /access-control-list/f6ae1503-b7bc-4112-b749-9e98453bb934 HTTP/1.1" 200 115 0.021067 10.0.0.240 - - [2025-12-01 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 506 0.005590 10.0.0.240 - - [2025-12-01 02:09:58] "DELETE /access-control-list/4d45b82b-9d15-4184-b6d0-8a55230fbdcf HTTP/1.1" 200 115 0.022961 10.0.0.240 - - [2025-12-01 02:09:59] "POST /neutron/security_group HTTP/1.1" 200 151 0.034417 10.0.0.240 - - [2025-12-01 02:09:59] "DELETE /access-control-list/e86d7c83-13af-4ea5-bf15-8a7724affbbf HTTP/1.1" 200 115 0.019234 10.0.0.240 - - [2025-12-01 02:09:59] "DELETE /access-control-list/a55dc591-afcb-430b-935d-d187be045d0a HTTP/1.1" 200 115 0.017282 10.0.0.240 - - [2025-12-01 02:09:59] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000994 10.0.0.240 - - [2025-12-01 02:09:59] "GET /project/dd8cf960-a6f8-497a-9082-3561e12a8cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.019575 10.0.0.240 - - [2025-12-01 02:09:59] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.240 - - [2025-12-01 02:09:59] "GET /project/dd8cf960-a6f8-497a-9082-3561e12a8cb7?fields=virtual_networks HTTP/1.1" 200 1035 0.070579 10.0.0.240 - - [2025-12-01 02:09:59] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000949 10.0.0.240 - - [2025-12-01 02:09:59] "GET /project/dd8cf960-a6f8-497a-9082-3561e12a8cb7?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.024340 10.0.0.240 - - [2025-12-01 02:09:59] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.240 - - [2025-12-01 02:09:59] "GET /project/dd8cf960-a6f8-497a-9082-3561e12a8cb7?fields=security_groups HTTP/1.1" 200 1257 0.023722 10.0.0.240 - - [2025-12-01 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.025585 10.0.0.240 - - [2025-12-01 02:10:00] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002507 10.0.0.240 - - [2025-12-01 02:10:00] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.240 - - [2025-12-01 02:10:00] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006155 10.0.0.240 - - [2025-12-01 02:10:00] "POST /id-to-fqname HTTP/1.1" 200 186 0.001097 10.0.0.240 - - [2025-12-01 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 195 0.003256 10.0.0.240 - - [2025-12-01 02:10:00] "POST /security-groups HTTP/1.1" 200 587 0.060816 10.0.0.240 - - [2025-12-01 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 230 0.002086 10.0.0.240 - - [2025-12-01 02:10:00] "POST /projects HTTP/1.1" 200 577 0.199330 10.0.0.240 - - [2025-12-01 02:10:00] "POST /access-control-lists HTTP/1.1" 200 594 0.057214 10.0.0.240 - - [2025-12-01 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.272442 10.0.0.240 - - [2025-12-01 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.002576 10.0.0.240 - - [2025-12-01 02:10:00] "GET /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.390946 10.0.0.240 - - [2025-12-01 02:10:00] "POST /access-control-lists HTTP/1.1" 200 592 0.061387 10.0.0.240 - - [2025-12-01 02:10:01] "GET / HTTP/1.1" 200 36215 0.002522 10.0.0.240 - - [2025-12-01 02:10:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000536 10.0.0.240 - - [2025-12-01 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.058917 10.0.0.240 - - [2025-12-01 02:10:02] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000921 10.0.0.240 - - [2025-12-01 02:10:02] "GET /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.020827 10.0.0.240 - - [2025-12-01 02:10:02] "POST /neutron/network HTTP/1.1" 200 117 0.032504 10.0.0.240 - - [2025-12-01 02:10:03] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001028 10.0.0.240 - - [2025-12-01 02:10:03] "POST /neutron/network HTTP/1.1" 200 601 0.060696 10.0.0.240 - - [2025-12-01 02:10:03] "POST /route-targets HTTP/1.1" 200 328 0.010487 10.0.0.240 - - [2025-12-01 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.011142 10.0.0.240 - - [2025-12-01 02:10:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002824 10.0.0.240 - - [2025-12-01 02:10:03] "POST /neutron/subnet HTTP/1.1" 200 730 0.152789 10.0.0.240 - - [2025-12-01 02:10:03] "POST /neutron/network HTTP/1.1" 200 821 0.006938 10.0.0.240 - - [2025-12-01 02:10:03] "POST /id-to-fqname HTTP/1.1" 200 216 0.001547 10.0.0.240 - - [2025-12-01 02:10:03] "GET /virtual-network/4fd04e64-e30d-43d4-ae69-443983b00c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004776 10.0.0.240 - - [2025-12-01 02:10:03] "POST /neutron/network HTTP/1.1" 200 821 0.005667 10.0.0.240 - - [2025-12-01 02:10:03] "GET /virtual-network/4fd04e64-e30d-43d4-ae69-443983b00c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005982 10.0.0.240 - - [2025-12-01 02:10:03] "POST /neutron/network HTTP/1.1" 200 821 0.006675 10.0.0.240 - - [2025-12-01 02:10:03] "POST /neutron/subnet HTTP/1.1" 200 730 0.008837 10.0.0.240 - - [2025-12-01 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.002404 10.0.0.240 - - [2025-12-01 02:10:03] "GET /virtual-network/4fd04e64-e30d-43d4-ae69-443983b00c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004394 10.0.0.240 - - [2025-12-01 02:10:03] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001008 10.0.0.240 - - [2025-12-01 02:10:03] "POST /neutron/port HTTP/1.1" 200 1018 0.174314 10.0.0.240 - - [2025-12-01 02:10:03] "GET /virtual-machine-interface/4fe28290-e67e-47a9-a7ad-4ee99295e25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005984 10.0.0.240 - - [2025-12-01 02:10:03] "GET /virtual-machine-interface/4fe28290-e67e-47a9-a7ad-4ee99295e25f?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.005558 10.0.0.240 - - [2025-12-01 02:10:03] "GET /instance-ip/3a71fc16-6f66-4c23-bd2f-4048293e8b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.004611 10.0.0.240 - - [2025-12-01 02:10:03] "GET /virtual-machine-interface/4fe28290-e67e-47a9-a7ad-4ee99295e25f HTTP/1.1" 401 293 0.000379 10.0.0.240 - - [2025-12-01 02:10:04] "GET /virtual-machine-interface/4fe28290-e67e-47a9-a7ad-4ee99295e25f HTTP/1.1" 200 2611 0.032431 10.0.0.240 - - [2025-12-01 02:10:04] "POST /neutron/port HTTP/1.1" 200 1018 0.007820 10.0.0.240 - - [2025-12-01 02:10:04] "POST /neutron/port HTTP/1.1" 200 151 0.067271 10.0.0.240 - - [2025-12-01 02:10:04] "POST /neutron/network HTTP/1.1" 200 821 0.005056 10.0.0.240 - - [2025-12-01 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.240 - - [2025-12-01 02:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001794 10.0.0.240 - - [2025-12-01 02:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002870 10.0.0.240 - - [2025-12-01 02:10:04] "POST /neutron/network HTTP/1.1" 200 151 0.077952 10.0.0.240 - - [2025-12-01 02:10:04] "DELETE /route-target/c71533bc-50a8-4d4f-ba81-943a7d3663ae HTTP/1.1" 200 115 0.015846 10.0.0.240 - - [2025-12-01 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.240 - - [2025-12-01 02:10:04] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001084 10.0.0.240 - - [2025-12-01 02:10:05] "GET /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.024739 10.0.0.240 - - [2025-12-01 02:10:05] "POST /neutron/network HTTP/1.1" 200 117 0.011879 10.0.0.240 - - [2025-12-01 02:10:05] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001271 10.0.0.240 - - [2025-12-01 02:10:05] "POST /neutron/network HTTP/1.1" 200 603 0.066739 10.0.0.240 - - [2025-12-01 02:10:05] "POST /route-targets HTTP/1.1" 200 328 0.008693 10.0.0.240 - - [2025-12-01 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.011065 10.0.0.240 - - [2025-12-01 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003729 10.0.0.240 - - [2025-12-01 02:10:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.156145 10.0.0.240 - - [2025-12-01 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004893 10.0.0.240 - - [2025-12-01 02:10:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.183431 10.0.0.240 - - [2025-12-01 02:10:05] "POST /neutron/network HTTP/1.1" 200 980 0.005806 10.0.0.240 - - [2025-12-01 02:10:05] "POST /id-to-fqname HTTP/1.1" 200 217 0.000985 10.0.0.240 - - [2025-12-01 02:10:05] "GET /virtual-network/61c60d61-34fb-49ad-a0a5-008729ca5fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.004295 10.0.0.240 - - [2025-12-01 02:10:05] "POST /neutron/network HTTP/1.1" 200 980 0.007321 10.0.0.240 - - [2025-12-01 02:10:05] "GET /virtual-network/61c60d61-34fb-49ad-a0a5-008729ca5fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.005441 10.0.0.240 - - [2025-12-01 02:10:05] "POST /neutron/network HTTP/1.1" 200 980 0.006895 10.0.0.240 - - [2025-12-01 02:10:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.007377 10.0.0.240 - - [2025-12-01 02:10:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.006098 10.0.0.240 - - [2025-12-01 02:10:05] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000933 10.0.0.240 - - [2025-12-01 02:10:05] "POST /neutron/port HTTP/1.1" 200 1018 0.140657 10.0.0.240 - - [2025-12-01 02:10:05] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000911 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 1020 0.174146 10.0.0.240 - - [2025-12-01 02:10:06] "POST /id-to-fqname HTTP/1.1" 200 217 0.001164 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 1018 0.006282 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 1018 0.010095 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/network HTTP/1.1" 200 980 0.005660 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 1018 0.006200 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.004641 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.004406 10.0.0.240 - - [2025-12-01 02:10:06] "POST /id-to-fqname HTTP/1.1" 200 217 0.001435 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.005605 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 1020 0.006417 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 1020 0.006751 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/network HTTP/1.1" 200 980 0.008189 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 1020 0.009547 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.005522 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 1018 0.009908 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 1020 0.006588 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.004474 10.0.0.240 - - [2025-12-01 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.004214 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 1018 0.012000 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 1020 0.007063 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/network HTTP/1.1" 200 990 0.004731 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/network HTTP/1.1" 200 990 0.004645 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 1018 0.006073 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 1020 0.005157 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 1018 0.007676 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 1020 0.012578 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 1110 0.090144 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 1112 0.091553 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 1084 0.011171 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 1086 0.011638 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002585 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002632 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.009611 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.009186 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 117 0.001506 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/network HTTP/1.1" 200 980 0.007533 10.0.0.240 - - [2025-12-01 02:10:07] "POST /neutron/network HTTP/1.1" 200 980 0.007036 10.0.0.240 - - [2025-12-01 02:10:12] "POST /neutron/port HTTP/1.1" 200 1084 0.010451 10.0.0.240 - - [2025-12-01 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004959 10.0.0.240 - - [2025-12-01 02:10:12] "POST /neutron/port HTTP/1.1" 200 1084 0.010170 10.0.0.240 - - [2025-12-01 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007120 10.0.0.240 - - [2025-12-01 02:10:12] "POST /neutron/port HTTP/1.1" 200 1084 0.011186 10.0.0.240 - - [2025-12-01 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005833 10.0.0.240 - - [2025-12-01 02:10:12] "GET /virtual-machine/1741f715-9bb6-4c41-a76c-221bb5e331fe HTTP/1.1" 200 1286 0.004517 10.0.0.240 - - [2025-12-01 02:10:12] "GET /virtual-machine-interface/74582602-db6f-443b-9f7d-0c4a7e1b70a4 HTTP/1.1" 200 2931 0.004028 10.0.0.240 - - [2025-12-01 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.240 - - [2025-12-01 02:10:12] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002806 10.0.0.240 - - [2025-12-01 02:10:12] "GET /virtual-networks?parent_id=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003367 10.0.0.240 - - [2025-12-01 02:10:12] "GET /virtual-network/61c60d61-34fb-49ad-a0a5-008729ca5fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.006306 10.0.0.240 - - [2025-12-01 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.240 - - [2025-12-01 02:10:15] "GET /virtual-network/61c60d61-34fb-49ad-a0a5-008729ca5fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.004511 10.0.0.240 - - [2025-12-01 02:10:16] "POST /neutron/port HTTP/1.1" 200 1084 0.012671 10.0.0.240 - - [2025-12-01 02:10:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005268 10.0.0.240 - - [2025-12-01 02:10:16] "POST /neutron/port HTTP/1.1" 200 1086 0.009433 10.0.0.240 - - [2025-12-01 02:10:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004866 10.0.0.240 - - [2025-12-01 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.240 - - [2025-12-01 02:10:17] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002689 10.0.0.240 - - [2025-12-01 02:10:17] "GET /virtual-networks?parent_id=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003215 10.0.0.240 - - [2025-12-01 02:10:17] "GET /virtual-network/61c60d61-34fb-49ad-a0a5-008729ca5fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.005185 10.0.0.240 - - [2025-12-01 02:10:17] "POST /neutron/port HTTP/1.1" 200 1086 0.009365 10.0.0.240 - - [2025-12-01 02:10:17] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006369 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/port HTTP/1.1" 200 1086 0.012429 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007143 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/port HTTP/1.1" 200 1086 0.012094 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006656 10.0.0.240 - - [2025-12-01 02:10:18] "GET /virtual-machine/f1ee930c-f75d-4841-9a5f-270077eb86cc HTTP/1.1" 200 1287 0.005662 10.0.0.240 - - [2025-12-01 02:10:18] "GET /virtual-machine-interface/67ee100e-d512-4d00-8f8c-6a3eb27993a1 HTTP/1.1" 200 2931 0.005787 10.0.0.240 - - [2025-12-01 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.240 - - [2025-12-01 02:10:18] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003747 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/port HTTP/1.1" 200 1084 0.010592 10.0.0.240 - - [2025-12-01 02:10:18] "GET /virtual-networks?parent_id=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002465 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/port HTTP/1.1" 200 1084 0.008717 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/network HTTP/1.1" 200 990 0.004912 10.0.0.240 - - [2025-12-01 02:10:18] "GET /virtual-network/61c60d61-34fb-49ad-a0a5-008729ca5fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.004475 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003213 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.009885 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.240 - - [2025-12-01 02:10:18] "POST /neutron/network HTTP/1.1" 200 980 0.006139 10.0.0.240 - - [2025-12-01 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.240 - - [2025-12-01 02:10:19] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002750 10.0.0.240 - - [2025-12-01 02:10:19] "GET /virtual-networks?parent_id=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002501 10.0.0.240 - - [2025-12-01 02:10:19] "GET /virtual-network/61c60d61-34fb-49ad-a0a5-008729ca5fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2570 0.004933 10.0.0.240 - - [2025-12-01 02:10:22] "POST /neutron/port HTTP/1.1" 200 1112 0.012161 10.0.0.240 - - [2025-12-01 02:10:22] "POST /neutron/port HTTP/1.1" 200 1112 0.008343 10.0.0.240 - - [2025-12-01 02:10:23] "POST /neutron/port HTTP/1.1" 200 151 0.103353 10.0.0.240 - - [2025-12-01 02:10:23] "POST /neutron/port HTTP/1.1" 200 1110 0.007388 10.0.0.240 - - [2025-12-01 02:10:23] "POST /neutron/port HTTP/1.1" 200 1110 0.007245 10.0.0.240 - - [2025-12-01 02:10:23] "POST /neutron/port HTTP/1.1" 200 151 0.119763 10.0.0.240 - - [2025-12-01 02:10:23] "POST /neutron/network HTTP/1.1" 200 980 0.006010 10.0.0.240 - - [2025-12-01 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.240 - - [2025-12-01 02:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001789 10.0.0.240 - - [2025-12-01 02:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002803 10.0.0.240 - - [2025-12-01 02:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002147 10.0.0.240 - - [2025-12-01 02:10:23] "DELETE /route-target/07edf4ec-0045-4fa3-a474-4b061397f608 HTTP/1.1" 200 115 0.022103 10.0.0.240 - - [2025-12-01 02:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003492 10.0.0.240 - - [2025-12-01 02:10:23] "POST /neutron/network HTTP/1.1" 200 151 0.106121 10.0.0.240 - - [2025-12-01 02:10:23] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000921 10.0.0.240 - - [2025-12-01 02:10:23] "GET /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.022260 10.0.0.240 - - [2025-12-01 02:10:23] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000843 10.0.0.240 - - [2025-12-01 02:10:23] "GET /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f?fields=virtual_networks HTTP/1.1" 200 1036 0.066698 10.0.0.240 - - [2025-12-01 02:10:23] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001291 10.0.0.240 - - [2025-12-01 02:10:23] "GET /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.022503 10.0.0.240 - - [2025-12-01 02:10:23] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000900 10.0.0.240 - - [2025-12-01 02:10:23] "GET /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f?fields=security_groups HTTP/1.1" 200 1259 0.021666 10.0.0.240 - - [2025-12-01 02:10:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.025029 10.0.0.240 - - [2025-12-01 02:10:24] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002204 10.0.0.240 - - [2025-12-01 02:10:24] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.240 - - [2025-12-01 02:10:24] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005951 10.0.0.240 - - [2025-12-01 02:10:24] "POST /id-to-fqname HTTP/1.1" 200 188 0.001130 10.0.0.240 - - [2025-12-01 02:10:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.002174 10.0.0.240 - - [2025-12-01 02:10:24] "POST /security-groups HTTP/1.1" 200 589 0.059968 10.0.0.240 - - [2025-12-01 02:10:24] "POST /fqname-to-id HTTP/1.1" 404 232 0.002706 10.0.0.240 - - [2025-12-01 02:10:24] "POST /projects HTTP/1.1" 200 581 0.209173 10.0.0.240 - - [2025-12-01 02:10:24] "POST /access-control-lists HTTP/1.1" 200 596 0.064405 10.0.0.240 - - [2025-12-01 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.278401 10.0.0.240 - - [2025-12-01 02:10:25] "POST /fqname-to-id HTTP/1.1" 404 231 0.002371 10.0.0.240 - - [2025-12-01 02:10:25] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.393592 10.0.0.240 - - [2025-12-01 02:10:25] "POST /access-control-lists HTTP/1.1" 200 594 0.056529 10.0.0.240 - - [2025-12-01 02:10:26] "GET / HTTP/1.1" 200 36215 0.001760 10.0.0.240 - - [2025-12-01 02:10:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000543 10.0.0.240 - - [2025-12-01 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.053507 10.0.0.240 - - [2025-12-01 02:10:27] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000848 10.0.0.240 - - [2025-12-01 02:10:27] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.022038 10.0.0.240 - - [2025-12-01 02:10:27] "POST /neutron/network HTTP/1.1" 200 117 0.028742 10.0.0.240 - - [2025-12-01 02:10:27] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001130 10.0.0.240 - - [2025-12-01 02:10:27] "POST /neutron/network HTTP/1.1" 200 605 0.066942 10.0.0.240 - - [2025-12-01 02:10:27] "POST /route-targets HTTP/1.1" 200 328 0.012421 10.0.0.240 - - [2025-12-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.009397 10.0.0.240 - - [2025-12-01 02:10:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003765 10.0.0.240 - - [2025-12-01 02:10:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.208209 10.0.0.240 - - [2025-12-01 02:10:27] "POST /neutron/network HTTP/1.1" 200 824 0.005722 10.0.0.240 - - [2025-12-01 02:10:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.003165 10.0.0.240 - - [2025-12-01 02:10:27] "GET /virtual-network/e29f196d-9d65-41a3-89e5-e2b6b7edae35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006219 10.0.0.240 - - [2025-12-01 02:10:27] "POST /neutron/network HTTP/1.1" 200 824 0.004781 10.0.0.240 - - [2025-12-01 02:10:27] "GET /virtual-network/e29f196d-9d65-41a3-89e5-e2b6b7edae35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005927 10.0.0.240 - - [2025-12-01 02:10:27] "POST /neutron/network HTTP/1.1" 200 824 0.004545 10.0.0.240 - - [2025-12-01 02:10:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.005615 10.0.0.240 - - [2025-12-01 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001944 10.0.0.240 - - [2025-12-01 02:10:27] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.240 - - [2025-12-01 02:10:27] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.028578 10.0.0.240 - - [2025-12-01 02:10:27] "POST /neutron/network HTTP/1.1" 200 117 0.009861 10.0.0.240 - - [2025-12-01 02:10:27] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.240 - - [2025-12-01 02:10:27] "POST /neutron/network HTTP/1.1" 200 605 0.090697 10.0.0.240 - - [2025-12-01 02:10:27] "POST /route-targets HTTP/1.1" 200 328 0.015804 10.0.0.240 - - [2025-12-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.012711 10.0.0.240 - - [2025-12-01 02:10:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001897 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.187781 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/network HTTP/1.1" 200 824 0.005175 10.0.0.240 - - [2025-12-01 02:10:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001682 10.0.0.240 - - [2025-12-01 02:10:28] "GET /virtual-network/81241d8f-be5d-4d9b-96a7-390d3c8e6590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007155 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.004981 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/port HTTP/1.1" 400 205 0.003909 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.008156 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/port HTTP/1.1" 400 205 0.003850 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/network HTTP/1.1" 200 824 0.006661 10.0.0.240 - - [2025-12-01 02:10:28] "GET /virtual-network/81241d8f-be5d-4d9b-96a7-390d3c8e6590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004254 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/network HTTP/1.1" 200 824 0.004911 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.006095 10.0.0.240 - - [2025-12-01 02:10:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001150 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.005605 10.0.0.240 - - [2025-12-01 02:10:28] "POST /neutron/network HTTP/1.1" 200 834 0.006969 10.0.0.240 - - [2025-12-01 02:10:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000513 10.0.0.240 - - [2025-12-01 02:10:29] "GET / HTTP/1.1" 200 36215 0.002691 10.0.0.240 - - [2025-12-01 02:10:29] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000416 10.0.0.240 - - [2025-12-01 02:10:29] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001362 10.0.0.240 - - [2025-12-01 02:10:29] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052558 10.0.0.240 - - [2025-12-01 02:10:29] "POST /neutron/network HTTP/1.1" 200 824 0.004640 10.0.0.240 - - [2025-12-01 02:10:29] "POST /neutron/port HTTP/1.1" 200 117 0.004512 10.0.0.240 - - [2025-12-01 02:10:29] "POST /neutron/port HTTP/1.1" 200 117 0.005701 10.0.0.240 - - [2025-12-01 02:10:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001275 10.0.0.240 - - [2025-12-01 02:10:29] "POST /neutron/port HTTP/1.1" 200 117 0.004190 10.0.0.240 - - [2025-12-01 02:10:29] "POST /neutron/network HTTP/1.1" 200 834 0.004704 10.0.0.240 - - [2025-12-01 02:10:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000410 10.0.0.240 - - [2025-12-01 02:10:29] "POST /neutron/network HTTP/1.1" 200 834 0.004900 10.0.0.240 - - [2025-12-01 02:10:29] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.240 - - [2025-12-01 02:10:30] "GET / HTTP/1.1" 200 36215 0.001490 10.0.0.240 - - [2025-12-01 02:10:30] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000393 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/port HTTP/1.1" 200 1058 0.193560 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/port HTTP/1.1" 200 1058 0.013148 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/port HTTP/1.1" 200 1058 0.007692 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/port HTTP/1.1" 200 1112 0.055687 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/port HTTP/1.1" 200 1086 0.009730 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002974 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.006468 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/network HTTP/1.1" 200 824 0.004989 10.0.0.240 - - [2025-12-01 02:10:30] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.240 - - [2025-12-01 02:10:30] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043100 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/network HTTP/1.1" 200 824 0.004508 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/port HTTP/1.1" 200 1086 0.014120 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006075 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.004702 10.0.0.240 - - [2025-12-01 02:10:30] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/router HTTP/1.1" 200 580 0.071228 10.0.0.240 - - [2025-12-01 02:10:30] "POST /neutron/router HTTP/1.1" 200 580 0.003231 10.0.0.240 - - [2025-12-01 02:10:30] "POST /route-targets HTTP/1.1" 200 328 0.018592 10.0.0.240 - - [2025-12-01 02:10:30] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001381 10.0.0.240 - - [2025-12-01 02:10:30] "PUT /logical-router/1a3b2f2c-1c29-4224-a2ff-7e14fd169533 HTTP/1.1" 200 263 0.036422 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/network HTTP/1.1" 200 834 0.014418 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/router HTTP/1.1" 200 344 0.270420 10.0.0.240 - - [2025-12-01 02:10:31] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.240 - - [2025-12-01 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.018189 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/port HTTP/1.1" 200 1086 0.022539 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009493 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/port HTTP/1.1" 200 1058 0.257779 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/port HTTP/1.1" 200 1058 0.009677 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/port HTTP/1.1" 200 1058 0.009215 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/port HTTP/1.1" 200 1112 0.067261 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/port HTTP/1.1" 200 1086 0.011087 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003033 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.006830 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.240 - - [2025-12-01 02:10:31] "POST /neutron/network HTTP/1.1" 200 824 0.004814 10.0.0.240 - - [2025-12-01 02:10:36] "POST /neutron/port HTTP/1.1" 200 1086 0.009576 10.0.0.240 - - [2025-12-01 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006572 10.0.0.240 - - [2025-12-01 02:10:36] "POST /neutron/port HTTP/1.1" 200 1086 0.008883 10.0.0.240 - - [2025-12-01 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005121 10.0.0.240 - - [2025-12-01 02:10:36] "POST /neutron/port HTTP/1.1" 200 1086 0.013685 10.0.0.240 - - [2025-12-01 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014229 10.0.0.240 - - [2025-12-01 02:10:36] "GET /virtual-machine/f16cec60-0c1e-4530-a757-fc65abfcaebb HTTP/1.1" 401 293 0.000517 10.0.0.240 - - [2025-12-01 02:10:36] "GET /virtual-machine/f16cec60-0c1e-4530-a757-fc65abfcaebb HTTP/1.1" 200 1293 0.027043 10.0.0.240 - - [2025-12-01 02:10:36] "GET /virtual-machine-interface/47e2e6f7-c4a9-4c29-8ce9-e982493f4e84 HTTP/1.1" 200 2941 0.004408 10.0.0.240 - - [2025-12-01 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.240 - - [2025-12-01 02:10:36] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003055 10.0.0.240 - - [2025-12-01 02:10:36] "GET /virtual-networks?parent_id=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002601 10.0.0.240 - - [2025-12-01 02:10:36] "GET /virtual-network/e29f196d-9d65-41a3-89e5-e2b6b7edae35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006577 10.0.0.240 - - [2025-12-01 02:10:38] "POST /neutron/port HTTP/1.1" 200 1086 0.009125 10.0.0.240 - - [2025-12-01 02:10:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005004 10.0.0.240 - - [2025-12-01 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.240 - - [2025-12-01 02:10:40] "GET /virtual-network/e29f196d-9d65-41a3-89e5-e2b6b7edae35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004206 10.0.0.240 - - [2025-12-01 02:10:40] "POST /neutron/port HTTP/1.1" 200 1086 0.009684 10.0.0.240 - - [2025-12-01 02:10:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004410 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /project/dd8cf960a6f8497a90823561e12a8cb7 HTTP/1.1" 404 173 0.018240 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /project/df9d7d2161da4343a70c19b10f10a3c1 HTTP/1.1" 404 173 0.017707 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /project/706102a38bd04215956348e92bfd89ba HTTP/1.1" 404 173 0.012234 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /project/25c072cb9de443fe9d140e210a3b0a0f HTTP/1.1" 404 173 0.011614 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001251 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=df9d7d21-61da-4343-a70c-19b10f10a3c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001051 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002462 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/dd8cf960-a6f8-497a-9082-3561e12a8cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.069787 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/df9d7d21-61da-4343-a70c-19b10f10a3c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.081759 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.087435 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.094358 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000829 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000724 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=df9d7d21-61da-4343-a70c-19b10f10a3c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000809 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000692 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/dd8cf960-a6f8-497a-9082-3561e12a8cb7?fields=security_groups HTTP/1.1" 200 1359 0.063744 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/df9d7d21-61da-4343-a70c-19b10f10a3c1?fields=security_groups HTTP/1.1" 200 1359 0.071639 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f?fields=security_groups HTTP/1.1" 200 1361 0.076979 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?fields=security_groups HTTP/1.1" 200 1410 0.084448 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /access-control-list/120192ad-32be-4e0d-ac06-3819d2472ba3 HTTP/1.1" 200 115 0.041486 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /security-group/d465872a-881d-42e9-b7d5-2ac4433f85a3 HTTP/1.1" 200 115 0.100835 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=dd8cf960-a6f8-497a-9082-3561e12a8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000857 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /security-group/9076cbd3-36cc-4b58-9875-9c09e232c33c HTTP/1.1" 200 115 0.107384 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /access-control-list/cfb7c086-05a7-4546-877d-e56f9c7f1e04 HTTP/1.1" 200 115 0.045709 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=df9d7d21-61da-4343-a70c-19b10f10a3c1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /security-group/9f79829c-1645-41d7-b12d-9531354df6e7 HTTP/1.1" 200 115 0.104909 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=25c072cb-9de4-43fe-9d14-0e210a3b0a0f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001303 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /security-group/67db26ac-b34e-49e7-b6ef-93e4ab4e992d HTTP/1.1" 200 115 0.118391 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/dd8cf960-a6f8-497a-9082-3561e12a8cb7?fields=application_policy_sets HTTP/1.1" 200 1398 0.054622 10.0.0.240 - - [2025-12-01 02:10:40] "GET /projects?obj_uuids=cbf1aa2e-2ba5-4e96-9183-ffced0dc814f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f?fields=application_policy_sets HTTP/1.1" 200 1400 0.048890 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /access-control-list/e690633f-ffbe-42a7-8d01-c3d56ae8163a HTTP/1.1" 200 115 0.060021 10.0.0.240 - - [2025-12-01 02:10:40] "GET /project/df9d7d21-61da-4343-a70c-19b10f10a3c1?fields=application_policy_sets HTTP/1.1" 200 1398 0.084964 10.0.0.240 - - [2025-12-01 02:10:40] "DELETE /access-control-list/9edb47d7-f41d-4687-bf10-632efc136a5e HTTP/1.1" 200 115 0.040284 10.0.0.240 - - [2025-12-01 02:10:41] "GET /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f?fields=application_policy_sets HTTP/1.1" 200 1449 0.084579 10.0.0.240 - - [2025-12-01 02:10:41] "DELETE /access-control-list/0ea9c4d3-7b26-4018-906c-18a2fb957ec2 HTTP/1.1" 200 115 0.060662 10.0.0.240 - - [2025-12-01 02:10:41] "DELETE /access-control-list/b18e0d2a-ebf1-4b66-bdd7-f1bec9b9a1d8 HTTP/1.1" 200 115 0.059577 10.0.0.240 - - [2025-12-01 02:10:41] "DELETE /project/dd8cf960-a6f8-497a-9082-3561e12a8cb7 HTTP/1.1" 200 115 0.618634 10.0.0.240 - - [2025-12-01 02:10:41] "DELETE /access-control-list/d7dc223f-1244-4da5-aefd-36ec2ed603b8 HTTP/1.1" 200 115 0.039840 10.0.0.240 - - [2025-12-01 02:10:41] "DELETE /project/25c072cb-9de4-43fe-9d14-0e210a3b0a0f HTTP/1.1" 200 115 0.626083 10.0.0.240 - - [2025-12-01 02:10:41] "DELETE /project/df9d7d21-61da-4343-a70c-19b10f10a3c1 HTTP/1.1" 200 115 0.646704 10.0.0.240 - - [2025-12-01 02:10:41] "DELETE /access-control-list/2d8a593f-c0f5-4623-8294-6179d27b3440 HTTP/1.1" 200 115 0.029620 10.0.0.240 - - [2025-12-01 02:10:41] "DELETE /project/cbf1aa2e-2ba5-4e96-9183-ffced0dc814f HTTP/1.1" 200 115 0.663229 10.0.0.240 - - [2025-12-01 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.240 - - [2025-12-01 02:10:42] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002671 10.0.0.240 - - [2025-12-01 02:10:42] "GET /virtual-networks?parent_id=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003348 10.0.0.240 - - [2025-12-01 02:10:42] "GET /virtual-network/e29f196d-9d65-41a3-89e5-e2b6b7edae35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004549 10.0.0.240 - - [2025-12-01 02:10:42] "POST /neutron/port HTTP/1.1" 200 1086 0.010993 10.0.0.240 - - [2025-12-01 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006263 10.0.0.240 - - [2025-12-01 02:10:42] "POST /neutron/port HTTP/1.1" 200 1086 0.009759 10.0.0.240 - - [2025-12-01 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005134 10.0.0.240 - - [2025-12-01 02:10:42] "POST /neutron/port HTTP/1.1" 200 1086 0.010894 10.0.0.240 - - [2025-12-01 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005454 10.0.0.240 - - [2025-12-01 02:10:42] "GET /virtual-machine/5d1f64d1-9048-4b72-8104-ac5ffe81e5f4 HTTP/1.1" 200 1291 0.004273 10.0.0.240 - - [2025-12-01 02:10:42] "GET /virtual-machine-interface/250120b0-1167-4389-a501-08e82c251026 HTTP/1.1" 200 2941 0.004730 10.0.0.240 - - [2025-12-01 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.240 - - [2025-12-01 02:10:42] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003174 10.0.0.240 - - [2025-12-01 02:10:42] "GET /virtual-networks?parent_id=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002802 10.0.0.240 - - [2025-12-01 02:10:42] "GET /virtual-network/81241d8f-be5d-4d9b-96a7-390d3c8e6590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004627 10.0.0.240 - - [2025-12-01 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002435 10.0.0.240 - - [2025-12-01 02:10:43] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002590 10.0.0.240 - - [2025-12-01 02:10:43] "GET /virtual-networks?parent_id=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003657 10.0.0.240 - - [2025-12-01 02:10:44] "GET /virtual-network/81241d8f-be5d-4d9b-96a7-390d3c8e6590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004851 10.0.0.240 - - [2025-12-01 02:10:46] "GET /obj-perms HTTP/1.1" 200 5075 0.050022 10.0.0.240 - - [2025-12-01 02:10:46] "GET /obj-perms HTTP/1.1" 200 5075 0.053229 10.0.0.240 - - [2025-12-01 02:10:48] "POST /neutron/router HTTP/1.1" 200 580 0.003140 10.0.0.240 - - [2025-12-01 02:10:48] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.240 - - [2025-12-01 02:10:49] "POST /neutron/router HTTP/1.1" 200 344 0.186945 10.0.0.240 - - [2025-12-01 02:10:49] "POST /neutron/port HTTP/1.1" 200 1884 0.013394 10.0.0.240 - - [2025-12-01 02:10:49] "POST /ref-update HTTP/1.1" 200 156 0.007169 10.0.0.240 - - [2025-12-01 02:10:55] "POST /neutron/router HTTP/1.1" 200 580 0.003846 10.0.0.240 - - [2025-12-01 02:10:55] "POST /ref-update HTTP/1.1" 200 156 0.011366 10.0.0.240 - - [2025-12-01 02:10:55] "POST /neutron/router HTTP/1.1" 200 344 0.105985 10.0.0.240 - - [2025-12-01 02:10:58] "POST /neutron/router HTTP/1.1" 200 580 0.004862 10.0.0.240 - - [2025-12-01 02:10:58] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.240 - - [2025-12-01 02:10:59] "POST /neutron/router HTTP/1.1" 200 344 0.190406 10.0.0.240 - - [2025-12-01 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.009224 10.0.0.240 - - [2025-12-01 02:11:01] "POST /neutron/router HTTP/1.1" 200 580 0.004298 10.0.0.240 - - [2025-12-01 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.008918 10.0.0.240 - - [2025-12-01 02:11:01] "POST /neutron/router HTTP/1.1" 200 344 0.087236 10.0.0.240 - - [2025-12-01 02:11:01] "POST /neutron/router HTTP/1.1" 200 580 0.003811 10.0.0.240 - - [2025-12-01 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009554 10.0.0.240 - - [2025-12-01 02:11:01] "POST /neutron/router HTTP/1.1" 200 344 0.080966 10.0.0.240 - - [2025-12-01 02:11:01] "POST /neutron/router HTTP/1.1" 200 580 0.004922 10.0.0.240 - - [2025-12-01 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.240 - - [2025-12-01 02:11:01] "GET /logical-router/1a3b2f2c-1c29-4224-a2ff-7e14fd169533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001833 10.0.0.240 - - [2025-12-01 02:11:01] "POST /neutron/router HTTP/1.1" 200 151 0.043479 10.0.0.240 - - [2025-12-01 02:11:01] "DELETE /route-target/58c3ab63-ac75-4e57-bf28-9824c9a232e4 HTTP/1.1" 200 115 0.013039 10.0.0.240 - - [2025-12-01 02:11:01] "POST /neutron/network HTTP/1.1" 200 824 0.005795 10.0.0.240 - - [2025-12-01 02:11:01] "POST /neutron/network HTTP/1.1" 400 204 0.010463 10.0.0.240 - - [2025-12-01 02:11:02] "POST /neutron/port HTTP/1.1" 200 1086 0.016401 10.0.0.240 - - [2025-12-01 02:11:02] "POST /neutron/port HTTP/1.1" 200 1086 0.013619 10.0.0.240 - - [2025-12-01 02:11:02] "POST /neutron/port HTTP/1.1" 200 1112 0.011225 10.0.0.240 - - [2025-12-01 02:11:02] "POST /neutron/port HTTP/1.1" 200 1112 0.009883 10.0.0.240 - - [2025-12-01 02:11:02] "POST /neutron/port HTTP/1.1" 200 151 0.124258 10.0.0.240 - - [2025-12-01 02:11:02] "POST /neutron/port HTTP/1.1" 200 151 0.130464 10.0.0.240 - - [2025-12-01 02:11:03] "POST /neutron/network HTTP/1.1" 200 824 0.005004 10.0.0.240 - - [2025-12-01 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.240 - - [2025-12-01 02:11:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001719 10.0.0.240 - - [2025-12-01 02:11:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003266 10.0.0.240 - - [2025-12-01 02:11:03] "POST /neutron/network HTTP/1.1" 200 151 0.075776 10.0.0.240 - - [2025-12-01 02:11:03] "DELETE /route-target/9ab03e6e-29a8-4944-9ac0-4eafbbfc5e44 HTTP/1.1" 200 115 0.015582 10.0.0.240 - - [2025-12-01 02:11:03] "POST /neutron/network HTTP/1.1" 200 824 0.005230 10.0.0.240 - - [2025-12-01 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.240 - - [2025-12-01 02:11:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002435 10.0.0.240 - - [2025-12-01 02:11:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001684 10.0.0.240 - - [2025-12-01 02:11:03] "POST /neutron/network HTTP/1.1" 200 151 0.083548 10.0.0.240 - - [2025-12-01 02:11:03] "DELETE /route-target/3d252d85-8c1e-4a0f-8b6f-19dba27a7632 HTTP/1.1" 200 115 0.021090 10.0.0.240 - - [2025-12-01 02:11:04] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.240 - - [2025-12-01 02:11:04] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.023498 10.0.0.240 - - [2025-12-01 02:11:04] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.240 - - [2025-12-01 02:11:04] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?fields=virtual_networks HTTP/1.1" 200 1040 0.063473 10.0.0.240 - - [2025-12-01 02:11:04] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002130 10.0.0.240 - - [2025-12-01 02:11:04] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.027800 10.0.0.240 - - [2025-12-01 02:11:04] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.240 - - [2025-12-01 02:11:04] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?fields=security_groups HTTP/1.1" 200 1265 0.022244 10.0.0.240 - - [2025-12-01 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.031276 10.0.0.240 - - [2025-12-01 02:11:05] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002316 10.0.0.240 - - [2025-12-01 02:11:05] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.240 - - [2025-12-01 02:11:05] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006467 10.0.0.240 - - [2025-12-01 02:11:05] "POST /id-to-fqname HTTP/1.1" 200 193 0.001070 10.0.0.240 - - [2025-12-01 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.002185 10.0.0.240 - - [2025-12-01 02:11:05] "POST /security-groups HTTP/1.1" 200 594 0.063879 10.0.0.240 - - [2025-12-01 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 237 0.002270 10.0.0.240 - - [2025-12-01 02:11:05] "POST /projects HTTP/1.1" 200 591 0.207680 10.0.0.240 - - [2025-12-01 02:11:05] "POST /access-control-lists HTTP/1.1" 200 601 0.052996 10.0.0.240 - - [2025-12-01 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.277623 10.0.0.240 - - [2025-12-01 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.002665 10.0.0.240 - - [2025-12-01 02:11:05] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.398261 10.0.0.240 - - [2025-12-01 02:11:05] "POST /access-control-lists HTTP/1.1" 200 599 0.061258 10.0.0.240 - - [2025-12-01 02:11:06] "GET / HTTP/1.1" 200 36215 0.001823 10.0.0.240 - - [2025-12-01 02:11:07] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000503 10.0.0.240 - - [2025-12-01 02:11:08] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000999 10.0.0.240 - - [2025-12-01 02:11:08] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045642 10.0.0.240 - - [2025-12-01 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002025 10.0.0.240 - - [2025-12-01 02:11:08] "GET /security-group/1ed8eb24-be65-42b3-a10b-8eab74b20a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004778 10.0.0.240 - - [2025-12-01 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.240 - - [2025-12-01 02:11:08] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001272 10.0.0.240 - - [2025-12-01 02:11:08] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.022689 10.0.0.240 - - [2025-12-01 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.240 - - [2025-12-01 02:11:08] "GET /security-group/1ed8eb24-be65-42b3-a10b-8eab74b20a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.003509 10.0.0.240 - - [2025-12-01 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.240 - - [2025-12-01 02:11:08] "PUT /security-group/1ed8eb24-be65-42b3-a10b-8eab74b20a16 HTTP/1.1" 200 263 0.012072 10.0.0.240 - - [2025-12-01 02:11:08] "PUT /access-control-list/236bc41b-6df9-4092-ac19-03ccb7486943 HTTP/1.1" 200 273 0.008117 10.0.0.240 - - [2025-12-01 02:11:08] "PUT /access-control-list/2dbb4c4c-28af-4253-9d3c-c13ecf94dfa1 HTTP/1.1" 200 273 0.007408 10.0.0.240 - - [2025-12-01 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.002262 10.0.0.240 - - [2025-12-01 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002437 10.0.0.240 - - [2025-12-01 02:11:08] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001281 10.0.0.240 - - [2025-12-01 02:11:08] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.023354 10.0.0.240 - - [2025-12-01 02:11:08] "POST /neutron/network HTTP/1.1" 200 117 0.035731 10.0.0.240 - - [2025-12-01 02:11:08] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000954 10.0.0.240 - - [2025-12-01 02:11:08] "POST /neutron/network HTTP/1.1" 200 608 0.058168 10.0.0.240 - - [2025-12-01 02:11:08] "POST /route-targets HTTP/1.1" 200 328 0.010239 10.0.0.240 - - [2025-12-01 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.012404 10.0.0.240 - - [2025-12-01 02:11:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003492 10.0.0.240 - - [2025-12-01 02:11:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.132059 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/network HTTP/1.1" 200 828 0.005457 10.0.0.240 - - [2025-12-01 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001100 10.0.0.240 - - [2025-12-01 02:11:09] "GET /virtual-network/f86bebef-488b-426f-b7ff-db2a692b6b1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004381 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/network HTTP/1.1" 200 828 0.007364 10.0.0.240 - - [2025-12-01 02:11:09] "GET /virtual-network/f86bebef-488b-426f-b7ff-db2a692b6b1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004273 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/network HTTP/1.1" 200 828 0.004962 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.006154 10.0.0.240 - - [2025-12-01 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002189 10.0.0.240 - - [2025-12-01 02:11:09] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001060 10.0.0.240 - - [2025-12-01 02:11:09] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.022757 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/network HTTP/1.1" 200 117 0.010152 10.0.0.240 - - [2025-12-01 02:11:09] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001286 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/network HTTP/1.1" 200 615 0.083361 10.0.0.240 - - [2025-12-01 02:11:09] "POST /route-targets HTTP/1.1" 200 328 0.012547 10.0.0.240 - - [2025-12-01 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.011346 10.0.0.240 - - [2025-12-01 02:11:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002991 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.200608 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/network HTTP/1.1" 200 834 0.004718 10.0.0.240 - - [2025-12-01 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001166 10.0.0.240 - - [2025-12-01 02:11:09] "GET /virtual-network/5dd3c3ca-25b9-4ad6-ae48-e2eec1c611b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004340 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/network HTTP/1.1" 200 834 0.004444 10.0.0.240 - - [2025-12-01 02:11:09] "GET /virtual-network/5dd3c3ca-25b9-4ad6-ae48-e2eec1c611b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004557 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/network HTTP/1.1" 200 834 0.007114 10.0.0.240 - - [2025-12-01 02:11:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.006121 10.0.0.240 - - [2025-12-01 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001014 10.0.0.240 - - [2025-12-01 02:11:10] "POST /neutron/network HTTP/1.1" 200 838 0.004642 10.0.0.240 - - [2025-12-01 02:11:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000384 10.0.0.240 - - [2025-12-01 02:11:10] "GET / HTTP/1.1" 200 36215 0.001551 10.0.0.240 - - [2025-12-01 02:11:10] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000341 10.0.0.240 - - [2025-12-01 02:11:10] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000932 10.0.0.240 - - [2025-12-01 02:11:10] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044610 10.0.0.240 - - [2025-12-01 02:11:10] "POST /neutron/network HTTP/1.1" 200 828 0.004569 10.0.0.240 - - [2025-12-01 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.004302 10.0.0.240 - - [2025-12-01 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.004474 10.0.0.240 - - [2025-12-01 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001124 10.0.0.240 - - [2025-12-01 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.005082 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/network HTTP/1.1" 200 844 0.005045 10.0.0.240 - - [2025-12-01 02:11:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000412 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/network HTTP/1.1" 200 838 0.007110 10.0.0.240 - - [2025-12-01 02:11:11] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001217 10.0.0.240 - - [2025-12-01 02:11:11] "GET / HTTP/1.1" 200 36215 0.002408 10.0.0.240 - - [2025-12-01 02:11:11] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000486 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/port HTTP/1.1" 200 1064 0.209016 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/port HTTP/1.1" 200 1064 0.008301 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/port HTTP/1.1" 200 1064 0.006870 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/port HTTP/1.1" 200 1118 0.047282 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/port HTTP/1.1" 200 1092 0.009209 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003233 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.006001 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/network HTTP/1.1" 200 828 0.005435 10.0.0.240 - - [2025-12-01 02:11:11] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001355 10.0.0.240 - - [2025-12-01 02:11:11] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.061637 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/network HTTP/1.1" 200 834 0.005328 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/port HTTP/1.1" 200 1092 0.013960 10.0.0.240 - - [2025-12-01 02:11:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005506 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/port HTTP/1.1" 200 117 0.006304 10.0.0.240 - - [2025-12-01 02:11:12] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000918 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/router HTTP/1.1" 200 585 0.067738 10.0.0.240 - - [2025-12-01 02:11:12] "POST /route-targets HTTP/1.1" 200 328 0.017082 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/router HTTP/1.1" 200 585 0.007699 10.0.0.240 - - [2025-12-01 02:11:12] "PUT /logical-router/38a8070d-5add-46e2-9154-72e7a2b9a53b HTTP/1.1" 200 263 0.033988 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/router HTTP/1.1" 200 656 0.041684 10.0.0.240 - - [2025-12-01 02:11:12] "GET /logical-router/38a8070d-5add-46e2-9154-72e7a2b9a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.007915 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/router HTTP/1.1" 200 656 0.003272 10.0.0.240 - - [2025-12-01 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007405 10.0.0.240 - - [2025-12-01 02:11:12] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001160 10.0.0.240 - - [2025-12-01 02:11:12] "GET /service-template/652bed34-bcb6-421e-8e44-13aef0566e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.005002 10.0.0.240 - - [2025-12-01 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003016 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/network HTTP/1.1" 200 844 0.005116 10.0.0.240 - - [2025-12-01 02:11:12] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000880 10.0.0.240 - - [2025-12-01 02:11:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002628 10.0.0.240 - - [2025-12-01 02:11:12] "POST /virtual-networks HTTP/1.1" 200 696 0.183458 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/router HTTP/1.1" 200 344 0.369304 10.0.0.240 - - [2025-12-01 02:11:12] "POST /route-targets HTTP/1.1" 200 328 0.056346 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/port HTTP/1.1" 200 1092 0.024034 10.0.0.240 - - [2025-12-01 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.030234 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.025802 10.0.0.240 - - [2025-12-01 02:11:12] "POST /service-instances HTTP/1.1" 200 672 0.099599 10.0.0.240 - - [2025-12-01 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.023077 10.0.0.240 - - [2025-12-01 02:11:12] "POST /route-tables HTTP/1.1" 200 584 0.041146 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/port HTTP/1.1" 200 1063 0.404772 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/port HTTP/1.1" 200 1063 0.022185 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/port HTTP/1.1" 200 1063 0.012505 10.0.0.240 - - [2025-12-01 02:11:12] "PUT /logical-router/38a8070d-5add-46e2-9154-72e7a2b9a53b HTTP/1.1" 200 263 0.051507 10.0.0.240 - - [2025-12-01 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.037436 10.0.0.240 - - [2025-12-01 02:11:12] "POST /neutron/port HTTP/1.1" 200 1117 0.099645 10.0.0.240 - - [2025-12-01 02:11:13] "POST /neutron/port HTTP/1.1" 200 1091 0.010850 10.0.0.240 - - [2025-12-01 02:11:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002941 10.0.0.240 - - [2025-12-01 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.240 - - [2025-12-01 02:11:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.006078 10.0.0.240 - - [2025-12-01 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.240 - - [2025-12-01 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.240 - - [2025-12-01 02:11:13] "POST /neutron/network HTTP/1.1" 200 834 0.005914 10.0.0.240 - - [2025-12-01 02:11:13] "POST /virtual-machines HTTP/1.1" 200 554 0.018439 10.0.0.240 - - [2025-12-01 02:11:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.083910 10.0.0.240 - - [2025-12-01 02:11:13] "POST /chown HTTP/1.1" 200 109 0.007145 10.0.0.240 - - [2025-12-01 02:11:13] "POST /instance-ips HTTP/1.1" 200 552 0.020139 10.0.0.240 - - [2025-12-01 02:11:13] "POST /instance-ips HTTP/1.1" 400 246 0.012863 10.0.0.240 - - [2025-12-01 02:11:13] "POST /chown HTTP/1.1" 200 109 0.010639 10.0.0.240 - - [2025-12-01 02:11:13] "PUT /virtual-machine-interface/9417e29b-52b3-4ab1-abf8-b02e0436ab01 HTTP/1.1" 200 285 0.009837 10.0.0.240 - - [2025-12-01 02:11:13] "PUT /instance-ip/e8fd5067-1770-492b-82d6-eb28b1a16a42 HTTP/1.1" 200 257 0.015896 10.0.0.240 - - [2025-12-01 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.011977 10.0.0.240 - - [2025-12-01 02:11:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.093116 10.0.0.240 - - [2025-12-01 02:11:13] "POST /chown HTTP/1.1" 200 109 0.012902 10.0.0.240 - - [2025-12-01 02:11:13] "POST /instance-ips HTTP/1.1" 200 550 0.037075 10.0.0.240 - - [2025-12-01 02:11:14] "POST /instance-ips HTTP/1.1" 400 316 0.014628 10.0.0.240 - - [2025-12-01 02:11:14] "POST /chown HTTP/1.1" 200 109 0.008017 10.0.0.240 - - [2025-12-01 02:11:14] "PUT /virtual-machine-interface/2fce59be-59a6-40b0-992b-1ffc20c75a81 HTTP/1.1" 200 285 0.019519 10.0.0.240 - - [2025-12-01 02:11:14] "PUT /instance-ip/492f678f-b8e8-453e-ab6b-35927b40fb38 HTTP/1.1" 200 257 0.010659 10.0.0.240 - - [2025-12-01 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.010422 10.0.0.240 - - [2025-12-01 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.008301 10.0.0.240 - - [2025-12-01 02:11:14] "PUT /routing-instance/6f3ec2ac-d380-4e2c-8161-64b7c0bb792c HTTP/1.1" 200 267 0.012232 10.0.0.240 - - [2025-12-01 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.011265 10.0.0.240 - - [2025-12-01 02:11:14] "POST /virtual-machines HTTP/1.1" 200 554 0.012510 10.0.0.240 - - [2025-12-01 02:11:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.087022 10.0.0.240 - - [2025-12-01 02:11:14] "POST /chown HTTP/1.1" 200 109 0.006241 10.0.0.240 - - [2025-12-01 02:11:14] "POST /instance-ips HTTP/1.1" 400 246 0.012631 10.0.0.240 - - [2025-12-01 02:11:14] "POST /chown HTTP/1.1" 200 109 0.006287 10.0.0.240 - - [2025-12-01 02:11:14] "PUT /virtual-machine-interface/6a639505-909f-46e9-9f6f-99ae0a38f61f HTTP/1.1" 200 285 0.010160 10.0.0.240 - - [2025-12-01 02:11:14] "PUT /instance-ip/e8fd5067-1770-492b-82d6-eb28b1a16a42 HTTP/1.1" 200 257 0.011724 10.0.0.240 - - [2025-12-01 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.009743 10.0.0.240 - - [2025-12-01 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.015229 10.0.0.240 - - [2025-12-01 02:11:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.083651 10.0.0.240 - - [2025-12-01 02:11:15] "POST /chown HTTP/1.1" 200 109 0.005882 10.0.0.240 - - [2025-12-01 02:11:15] "POST /instance-ips HTTP/1.1" 400 316 0.011908 10.0.0.240 - - [2025-12-01 02:11:15] "POST /chown HTTP/1.1" 200 109 0.006759 10.0.0.240 - - [2025-12-01 02:11:15] "PUT /virtual-machine-interface/866aac45-4942-4c53-b2eb-3a43d596f72e HTTP/1.1" 200 285 0.010398 10.0.0.240 - - [2025-12-01 02:11:15] "PUT /instance-ip/492f678f-b8e8-453e-ab6b-35927b40fb38 HTTP/1.1" 200 257 0.014365 10.0.0.240 - - [2025-12-01 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.011454 10.0.0.240 - - [2025-12-01 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.009548 10.0.0.240 - - [2025-12-01 02:11:17] "POST /neutron/port HTTP/1.1" 200 1092 0.016091 10.0.0.240 - - [2025-12-01 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006701 10.0.0.240 - - [2025-12-01 02:11:17] "POST /neutron/port HTTP/1.1" 200 1092 0.009573 10.0.0.240 - - [2025-12-01 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004994 10.0.0.240 - - [2025-12-01 02:11:17] "POST /neutron/port HTTP/1.1" 200 1092 0.009826 10.0.0.240 - - [2025-12-01 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005898 10.0.0.240 - - [2025-12-01 02:11:17] "GET /virtual-machine/69d5b9d1-5dc8-49a7-af31-8145a1400968 HTTP/1.1" 401 293 0.000705 10.0.0.240 - - [2025-12-01 02:11:18] "GET /virtual-machine/69d5b9d1-5dc8-49a7-af31-8145a1400968 HTTP/1.1" 200 1297 0.029601 10.0.0.240 - - [2025-12-01 02:11:18] "GET /virtual-machine-interface/cf7da6e8-14df-48c0-ad62-a810d0ff4e6c HTTP/1.1" 200 2964 0.006434 10.0.0.240 - - [2025-12-01 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.240 - - [2025-12-01 02:11:18] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004454 10.0.0.240 - - [2025-12-01 02:11:18] "GET /virtual-networks?parent_id=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.005286 10.0.0.240 - - [2025-12-01 02:11:18] "GET /virtual-network/f86bebef-488b-426f-b7ff-db2a692b6b1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004904 10.0.0.240 - - [2025-12-01 02:11:20] "POST /neutron/port HTTP/1.1" 200 1092 0.009848 10.0.0.240 - - [2025-12-01 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005618 10.0.0.240 - - [2025-12-01 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.240 - - [2025-12-01 02:11:21] "GET /virtual-network/f86bebef-488b-426f-b7ff-db2a692b6b1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004554 10.0.0.240 - - [2025-12-01 02:11:21] "POST /neutron/port HTTP/1.1" 200 1091 0.009871 10.0.0.240 - - [2025-12-01 02:11:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004539 10.0.0.240 - - [2025-12-01 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.240 - - [2025-12-01 02:11:23] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002378 10.0.0.240 - - [2025-12-01 02:11:23] "GET /virtual-networks?parent_id=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002588 10.0.0.240 - - [2025-12-01 02:11:23] "GET /virtual-network/f86bebef-488b-426f-b7ff-db2a692b6b1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006314 10.0.0.240 - - [2025-12-01 02:11:24] "POST /neutron/port HTTP/1.1" 200 1091 0.010969 10.0.0.240 - - [2025-12-01 02:11:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005002 10.0.0.240 - - [2025-12-01 02:11:24] "POST /neutron/port HTTP/1.1" 200 1091 0.008920 10.0.0.240 - - [2025-12-01 02:11:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004936 10.0.0.240 - - [2025-12-01 02:11:24] "POST /neutron/port HTTP/1.1" 200 1091 0.009521 10.0.0.240 - - [2025-12-01 02:11:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005291 10.0.0.240 - - [2025-12-01 02:11:24] "GET /virtual-machine/9d12e501-5668-493a-abdf-e6f1900ad112 HTTP/1.1" 200 1298 0.004445 10.0.0.240 - - [2025-12-01 02:11:24] "GET /virtual-machine-interface/75f1f560-7175-4b18-b159-70a92f5cfb3e HTTP/1.1" 200 2975 0.004393 10.0.0.240 - - [2025-12-01 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.240 - - [2025-12-01 02:11:24] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002876 10.0.0.240 - - [2025-12-01 02:11:24] "GET /virtual-networks?parent_id=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002671 10.0.0.240 - - [2025-12-01 02:11:24] "GET /virtual-network/5dd3c3ca-25b9-4ad6-ae48-e2eec1c611b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005104 10.0.0.240 - - [2025-12-01 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.240 - - [2025-12-01 02:11:25] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002834 10.0.0.240 - - [2025-12-01 02:11:25] "GET /virtual-networks?parent_id=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002362 10.0.0.240 - - [2025-12-01 02:11:25] "GET /virtual-network/5dd3c3ca-25b9-4ad6-ae48-e2eec1c611b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004539 10.0.0.240 - - [2025-12-01 02:11:29] "POST /neutron/router HTTP/1.1" 200 656 0.003629 10.0.0.240 - - [2025-12-01 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.010223 10.0.0.240 - - [2025-12-01 02:11:29] "POST /neutron/router HTTP/1.1" 200 344 0.083707 10.0.0.240 - - [2025-12-01 02:11:29] "POST /neutron/router HTTP/1.1" 200 656 0.006078 10.0.0.240 - - [2025-12-01 02:11:29] "GET /logical-router/38a8070d-5add-46e2-9154-72e7a2b9a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.005037 10.0.0.240 - - [2025-12-01 02:11:29] "GET /service-instance/90d3ee71-e7bd-4ca6-ac00-ad38a5933d7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2329 0.002960 10.0.0.240 - - [2025-12-01 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.240 - - [2025-12-01 02:11:29] "POST /neutron/router HTTP/1.1" 200 151 0.054488 10.0.0.240 - - [2025-12-01 02:11:29] "DELETE /route-target/1c479fd5-d871-4b09-af59-565ceac3f0bd HTTP/1.1" 409 240 0.004200 10.0.0.240 - - [2025-12-01 02:11:29] "PUT /logical-router/38a8070d-5add-46e2-9154-72e7a2b9a53b HTTP/1.1" 404 171 0.002515 10.0.0.240 - - [2025-12-01 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.009157 10.0.0.240 - - [2025-12-01 02:11:30] "DELETE /route-table/d5cf01da-725d-4139-bb88-2abd261fd0ab HTTP/1.1" 200 115 0.035957 10.0.0.240 - - [2025-12-01 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002309 10.0.0.240 - - [2025-12-01 02:11:30] "PUT /routing-instance/6f3ec2ac-d380-4e2c-8161-64b7c0bb792c HTTP/1.1" 200 267 0.013379 10.0.0.240 - - [2025-12-01 02:11:30] "POST /neutron/network HTTP/1.1" 200 834 0.006333 10.0.0.240 - - [2025-12-01 02:11:30] "GET /virtual-network/f2d9a3ee-e70e-4f0d-9d1f-cb640699efca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.011354 10.0.0.240 - - [2025-12-01 02:11:30] "POST /neutron/network HTTP/1.1" 400 204 0.036177 10.0.0.240 - - [2025-12-01 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.011126 10.0.0.240 - - [2025-12-01 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.009377 10.0.0.240 - - [2025-12-01 02:11:30] "DELETE /instance-ip/492f678f-b8e8-453e-ab6b-35927b40fb38 HTTP/1.1" 200 115 0.032442 10.0.0.240 - - [2025-12-01 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.240 - - [2025-12-01 02:11:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002094 10.0.0.240 - - [2025-12-01 02:11:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001841 10.0.0.240 - - [2025-12-01 02:11:30] "DELETE /virtual-network/f2d9a3ee-e70e-4f0d-9d1f-cb640699efca HTTP/1.1" 200 115 0.128388 10.0.0.240 - - [2025-12-01 02:11:30] "DELETE /route-target/13883b6d-25a0-4983-a956-e7c50b4c6d51 HTTP/1.1" 200 115 0.029942 10.0.0.240 - - [2025-12-01 02:11:30] "DELETE /service-instance/90d3ee71-e7bd-4ca6-ac00-ad38a5933d7a HTTP/1.1" 200 115 0.023867 10.0.0.240 - - [2025-12-01 02:11:30] "GET /logical-router/38a8070d-5add-46e2-9154-72e7a2b9a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002531 10.0.0.240 - - [2025-12-01 02:11:30] "GET /service-instance/90d3ee71-e7bd-4ca6-ac00-ad38a5933d7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002237 10.0.0.240 - - [2025-12-01 02:11:30] "POST /neutron/port HTTP/1.1" 200 1091 0.009021 10.0.0.240 - - [2025-12-01 02:11:30] "POST /neutron/port HTTP/1.1" 200 1117 0.009967 10.0.0.240 - - [2025-12-01 02:11:30] "GET /virtual-machine-interface/9417e29b-52b3-4ab1-abf8-b02e0436ab01?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1667 0.004671 10.0.0.240 - - [2025-12-01 02:11:30] "POST /neutron/port HTTP/1.1" 200 1092 0.013097 10.0.0.240 - - [2025-12-01 02:11:30] "POST /neutron/port HTTP/1.1" 200 1118 0.012993 10.0.0.240 - - [2025-12-01 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.016636 10.0.0.240 - - [2025-12-01 02:11:30] "GET /instance-ip/e8fd5067-1770-492b-82d6-eb28b1a16a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004688 10.0.0.240 - - [2025-12-01 02:11:30] "POST /neutron/port HTTP/1.1" 200 151 0.122892 10.0.0.240 - - [2025-12-01 02:11:30] "POST /neutron/port HTTP/1.1" 200 151 0.122326 10.0.0.240 - - [2025-12-01 02:11:30] "DELETE /virtual-machine-interface/9417e29b-52b3-4ab1-abf8-b02e0436ab01 HTTP/1.1" 200 115 0.055257 10.0.0.240 - - [2025-12-01 02:11:30] "GET /virtual-machine-interface/2fce59be-59a6-40b0-992b-1ffc20c75a81?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1345 0.004529 10.0.0.240 - - [2025-12-01 02:11:30] "DELETE /virtual-machine-interface/2fce59be-59a6-40b0-992b-1ffc20c75a81 HTTP/1.1" 200 115 0.027792 10.0.0.240 - - [2025-12-01 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.008648 10.0.0.240 - - [2025-12-01 02:11:30] "DELETE /virtual-machine/eef4e446-9600-4437-85e1-06c4d9409240 HTTP/1.1" 200 115 0.014166 10.0.0.240 - - [2025-12-01 02:11:30] "GET /virtual-machine-interface/6a639505-909f-46e9-9f6f-99ae0a38f61f?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1666 0.006071 10.0.0.240 - - [2025-12-01 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.010670 10.0.0.240 - - [2025-12-01 02:11:31] "GET /instance-ip/e8fd5067-1770-492b-82d6-eb28b1a16a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.004415 10.0.0.240 - - [2025-12-01 02:11:31] "DELETE /instance-ip/e8fd5067-1770-492b-82d6-eb28b1a16a42 HTTP/1.1" 200 115 0.022854 10.0.0.240 - - [2025-12-01 02:11:31] "DELETE /virtual-machine-interface/6a639505-909f-46e9-9f6f-99ae0a38f61f HTTP/1.1" 200 115 0.027084 10.0.0.240 - - [2025-12-01 02:11:31] "GET /virtual-machine-interface/866aac45-4942-4c53-b2eb-3a43d596f72e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1345 0.004440 10.0.0.240 - - [2025-12-01 02:11:31] "DELETE /virtual-machine-interface/866aac45-4942-4c53-b2eb-3a43d596f72e HTTP/1.1" 200 115 0.026187 10.0.0.240 - - [2025-12-01 02:11:31] "DELETE /virtual-machine/84cb36c2-2de5-4752-b9dc-b3a446cb5a56 HTTP/1.1" 200 115 0.015612 10.0.0.240 - - [2025-12-01 02:11:32] "POST /neutron/network HTTP/1.1" 200 834 0.005930 10.0.0.240 - - [2025-12-01 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002233 10.0.0.240 - - [2025-12-01 02:11:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001662 10.0.0.240 - - [2025-12-01 02:11:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001474 10.0.0.240 - - [2025-12-01 02:11:32] "POST /neutron/network HTTP/1.1" 200 151 0.072994 10.0.0.240 - - [2025-12-01 02:11:32] "DELETE /route-target/ba9b3b96-a848-428e-9265-6700e0822016 HTTP/1.1" 200 115 0.018296 10.0.0.240 - - [2025-12-01 02:11:32] "POST /neutron/network HTTP/1.1" 200 828 0.005172 10.0.0.240 - - [2025-12-01 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.240 - - [2025-12-01 02:11:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002494 10.0.0.240 - - [2025-12-01 02:11:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001518 10.0.0.240 - - [2025-12-01 02:11:32] "POST /neutron/network HTTP/1.1" 200 151 0.073957 10.0.0.240 - - [2025-12-01 02:11:32] "DELETE /route-target/b73824f8-5fe2-4ec6-897c-0915ab691cf7 HTTP/1.1" 200 115 0.014017 10.0.0.240 - - [2025-12-01 02:11:32] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000889 10.0.0.240 - - [2025-12-01 02:11:32] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.024493 10.0.0.240 - - [2025-12-01 02:11:32] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001265 10.0.0.240 - - [2025-12-01 02:11:32] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?fields=virtual_networks HTTP/1.1" 200 1050 0.070982 10.0.0.240 - - [2025-12-01 02:11:32] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001916 10.0.0.240 - - [2025-12-01 02:11:32] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.023750 10.0.0.240 - - [2025-12-01 02:11:32] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000975 10.0.0.240 - - [2025-12-01 02:11:32] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?fields=security_groups HTTP/1.1" 200 1280 0.029139 10.0.0.240 - - [2025-12-01 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.026461 10.0.0.240 - - [2025-12-01 02:11:33] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002120 10.0.0.240 - - [2025-12-01 02:11:33] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.240 - - [2025-12-01 02:11:33] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006765 10.0.0.240 - - [2025-12-01 02:11:33] "POST /id-to-fqname HTTP/1.1" 200 198 0.001024 10.0.0.240 - - [2025-12-01 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.002591 10.0.0.240 - - [2025-12-01 02:11:33] "POST /security-groups HTTP/1.1" 200 599 0.060210 10.0.0.240 - - [2025-12-01 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 242 0.002303 10.0.0.240 - - [2025-12-01 02:11:33] "POST /projects HTTP/1.1" 200 601 0.197992 10.0.0.240 - - [2025-12-01 02:11:33] "POST /access-control-lists HTTP/1.1" 200 606 0.057404 10.0.0.240 - - [2025-12-01 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.265427 10.0.0.240 - - [2025-12-01 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 241 0.002263 10.0.0.240 - - [2025-12-01 02:11:34] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.381125 10.0.0.240 - - [2025-12-01 02:11:34] "POST /access-control-lists HTTP/1.1" 200 604 0.056320 10.0.0.240 - - [2025-12-01 02:11:35] "GET / HTTP/1.1" 200 36215 0.001692 10.0.0.240 - - [2025-12-01 02:11:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000485 10.0.0.240 - - [2025-12-01 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.051762 10.0.0.240 - - [2025-12-01 02:11:36] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.240 - - [2025-12-01 02:11:36] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.022864 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/network HTTP/1.1" 200 117 0.028530 10.0.0.240 - - [2025-12-01 02:11:36] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/network HTTP/1.1" 200 613 0.056864 10.0.0.240 - - [2025-12-01 02:11:36] "POST /route-targets HTTP/1.1" 200 328 0.011775 10.0.0.240 - - [2025-12-01 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.012830 10.0.0.240 - - [2025-12-01 02:11:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002267 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.179291 10.0.0.240 - - [2025-12-01 02:11:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000683 10.0.0.240 - - [2025-12-01 02:11:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004061 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.156269 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/network HTTP/1.1" 200 1005 0.006431 10.0.0.240 - - [2025-12-01 02:11:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001369 10.0.0.240 - - [2025-12-01 02:11:36] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004347 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/network HTTP/1.1" 200 1005 0.006324 10.0.0.240 - - [2025-12-01 02:11:36] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005847 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/network HTTP/1.1" 200 1005 0.006593 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.005969 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.005330 10.0.0.240 - - [2025-12-01 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002407 10.0.0.240 - - [2025-12-01 02:11:36] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001500 10.0.0.240 - - [2025-12-01 02:11:36] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.026882 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/network HTTP/1.1" 200 117 0.008749 10.0.0.240 - - [2025-12-01 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.024496 10.0.0.240 - - [2025-12-01 02:11:36] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.240 - - [2025-12-01 02:11:36] "POST /neutron/network HTTP/1.1" 200 613 0.054708 10.0.0.240 - - [2025-12-01 02:11:36] "POST /route-targets HTTP/1.1" 200 328 0.011408 10.0.0.240 - - [2025-12-01 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.011303 10.0.0.240 - - [2025-12-01 02:11:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004258 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.141679 10.0.0.240 - - [2025-12-01 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.003813 10.0.0.240 - - [2025-12-01 02:11:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003454 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.143701 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/network HTTP/1.1" 200 1005 0.005807 10.0.0.240 - - [2025-12-01 02:11:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.000939 10.0.0.240 - - [2025-12-01 02:11:37] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.003937 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/network HTTP/1.1" 200 1005 0.006957 10.0.0.240 - - [2025-12-01 02:11:37] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.003923 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/network HTTP/1.1" 200 1005 0.005942 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.006269 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.006356 10.0.0.240 - - [2025-12-01 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.001999 10.0.0.240 - - [2025-12-01 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.240 - - [2025-12-01 02:11:37] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.240 - - [2025-12-01 02:11:37] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.020597 10.0.0.240 - - [2025-12-01 02:11:37] "POST /network-policys HTTP/1.1" 200 579 0.062061 10.0.0.240 - - [2025-12-01 02:11:37] "GET /network-policy/30cf15fb-f11c-45b8-a38a-3de95eec8188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004681 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/network HTTP/1.1" 200 1005 0.007212 10.0.0.240 - - [2025-12-01 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.005015 10.0.0.240 - - [2025-12-01 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.003174 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/network HTTP/1.1" 200 1113 0.043485 10.0.0.240 - - [2025-12-01 02:11:37] "POST /access-control-lists HTTP/1.1" 200 598 0.064707 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/network HTTP/1.1" 200 1113 0.048818 10.0.0.240 - - [2025-12-01 02:11:37] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.011755 10.0.0.240 - - [2025-12-01 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002203 10.0.0.240 - - [2025-12-01 02:11:37] "GET /network-policy/30cf15fb-f11c-45b8-a38a-3de95eec8188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003214 10.0.0.240 - - [2025-12-01 02:11:37] "POST /neutron/network HTTP/1.1" 200 1005 0.006388 10.0.0.240 - - [2025-12-01 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.007049 10.0.0.240 - - [2025-12-01 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.006981 10.0.0.240 - - [2025-12-01 02:11:38] "POST /neutron/network HTTP/1.1" 200 1113 0.044001 10.0.0.240 - - [2025-12-01 02:11:38] "POST /access-control-lists HTTP/1.1" 200 598 0.064499 10.0.0.240 - - [2025-12-01 02:11:38] "POST /neutron/network HTTP/1.1" 200 1113 0.040243 10.0.0.240 - - [2025-12-01 02:11:38] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005267 10.0.0.240 - - [2025-12-01 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001893 10.0.0.240 - - [2025-12-01 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.008873 10.0.0.240 - - [2025-12-01 02:11:38] "GET /network-policy/30cf15fb-f11c-45b8-a38a-3de95eec8188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003193 10.0.0.240 - - [2025-12-01 02:11:38] "GET /domains HTTP/1.1" 401 293 0.000364 10.0.0.240 - - [2025-12-01 02:11:38] "PUT /access-control-list/00fc6c53-eab6-458a-aa0c-9884269597b4 HTTP/1.1" 200 273 0.058415 10.0.0.240 - - [2025-12-01 02:11:38] "GET /domains HTTP/1.1" 200 281 0.025488 10.0.0.240 - - [2025-12-01 02:11:38] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.240 - - [2025-12-01 02:11:38] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2966 0.007414 10.0.0.240 - - [2025-12-01 02:11:38] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000807 10.0.0.240 - - [2025-12-01 02:11:38] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8 HTTP/1.1" 200 2642 0.071806 10.0.0.240 - - [2025-12-01 02:11:38] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2 HTTP/1.1" 200 3509 0.004934 10.0.0.240 - - [2025-12-01 02:11:38] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2 HTTP/1.1" 200 3509 0.003694 10.0.0.240 - - [2025-12-01 02:11:38] "GET /routing-instance/8629d814-3ad2-4b4c-9953-a09c4e392b60 HTTP/1.1" 200 1799 0.002654 10.0.0.240 - - [2025-12-01 02:11:38] "GET /routing-instance/8629d814-3ad2-4b4c-9953-a09c4e392b60 HTTP/1.1" 200 1799 0.003411 10.0.0.240 - - [2025-12-01 02:11:38] "GET /route-target/c5aca24b-0e2a-4cb5-af92-9f85524493ea HTTP/1.1" 200 1215 0.002801 10.0.0.240 - - [2025-12-01 02:11:38] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2 HTTP/1.1" 200 3509 0.004099 10.0.0.240 - - [2025-12-01 02:11:38] "GET /routing-instance/8629d814-3ad2-4b4c-9953-a09c4e392b60 HTTP/1.1" 200 1799 0.002582 10.0.0.240 - - [2025-12-01 02:11:38] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004058 10.0.0.240 - - [2025-12-01 02:11:38] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2 HTTP/1.1" 200 3509 0.003703 10.0.0.240 - - [2025-12-01 02:11:38] "GET /routing-instance/8629d814-3ad2-4b4c-9953-a09c4e392b60 HTTP/1.1" 200 1799 0.002639 10.0.0.240 - - [2025-12-01 02:11:38] "GET /routing-instance/8629d814-3ad2-4b4c-9953-a09c4e392b60 HTTP/1.1" 200 1799 0.002389 10.0.0.240 - - [2025-12-01 02:11:38] "GET /route-target/c5aca24b-0e2a-4cb5-af92-9f85524493ea HTTP/1.1" 200 1215 0.002286 10.0.0.240 - - [2025-12-01 02:11:38] "GET /domains HTTP/1.1" 200 281 0.002291 10.0.0.240 - - [2025-12-01 02:11:38] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.240 - - [2025-12-01 02:11:38] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2966 0.005464 10.0.0.240 - - [2025-12-01 02:11:38] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000742 10.0.0.240 - - [2025-12-01 02:11:38] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8 HTTP/1.1" 200 2642 0.061677 10.0.0.240 - - [2025-12-01 02:11:38] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2 HTTP/1.1" 200 3509 0.003860 10.0.0.240 - - [2025-12-01 02:11:39] "GET /obj-perms HTTP/1.1" 200 5065 0.056591 10.0.0.240 - - [2025-12-01 02:11:39] "GET /domains HTTP/1.1" 200 281 0.002780 10.0.0.240 - - [2025-12-01 02:11:39] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.240 - - [2025-12-01 02:11:39] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2966 0.005417 10.0.0.240 - - [2025-12-01 02:11:39] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000740 10.0.0.240 - - [2025-12-01 02:11:39] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8 HTTP/1.1" 200 2642 0.062448 10.0.0.240 - - [2025-12-01 02:11:39] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a HTTP/1.1" 200 3509 0.005255 10.0.0.240 - - [2025-12-01 02:11:39] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a HTTP/1.1" 200 3509 0.003555 10.0.0.240 - - [2025-12-01 02:11:39] "GET /routing-instance/d32c876a-2772-467d-a7f2-96f9a17e796f HTTP/1.1" 200 1800 0.004222 10.0.0.240 - - [2025-12-01 02:11:39] "GET /routing-instance/d32c876a-2772-467d-a7f2-96f9a17e796f HTTP/1.1" 200 1800 0.002990 10.0.0.240 - - [2025-12-01 02:11:39] "GET /route-target/11970e72-233a-4ed8-8f76-3715bbe8342c HTTP/1.1" 200 1214 0.002752 10.0.0.240 - - [2025-12-01 02:11:39] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a HTTP/1.1" 200 3509 0.006185 10.0.0.240 - - [2025-12-01 02:11:39] "GET /routing-instance/d32c876a-2772-467d-a7f2-96f9a17e796f HTTP/1.1" 200 1800 0.003726 10.0.0.240 - - [2025-12-01 02:11:39] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004163 10.0.0.240 - - [2025-12-01 02:11:39] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a HTTP/1.1" 200 3509 0.004360 10.0.0.240 - - [2025-12-01 02:11:39] "GET /routing-instance/d32c876a-2772-467d-a7f2-96f9a17e796f HTTP/1.1" 200 1800 0.002405 10.0.0.240 - - [2025-12-01 02:11:39] "GET /routing-instance/d32c876a-2772-467d-a7f2-96f9a17e796f HTTP/1.1" 200 1800 0.003482 10.0.0.240 - - [2025-12-01 02:11:39] "GET /route-target/11970e72-233a-4ed8-8f76-3715bbe8342c HTTP/1.1" 200 1214 0.002091 10.0.0.240 - - [2025-12-01 02:11:39] "GET /domains HTTP/1.1" 200 281 0.002305 10.0.0.240 - - [2025-12-01 02:11:39] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000846 10.0.0.240 - - [2025-12-01 02:11:39] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2966 0.005505 10.0.0.240 - - [2025-12-01 02:11:39] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.240 - - [2025-12-01 02:11:39] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8 HTTP/1.1" 200 2642 0.063104 10.0.0.240 - - [2025-12-01 02:11:39] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a HTTP/1.1" 200 3509 0.004123 10.0.0.240 - - [2025-12-01 02:11:39] "GET /obj-perms HTTP/1.1" 200 5065 0.002400 10.0.0.240 - - [2025-12-01 02:11:39] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004358 10.0.0.240 - - [2025-12-01 02:11:39] "POST /neutron/network HTTP/1.1" 200 1113 0.005818 10.0.0.240 - - [2025-12-01 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002361 10.0.0.240 - - [2025-12-01 02:11:39] "POST /neutron/network HTTP/1.1" 200 1005 0.042726 10.0.0.240 - - [2025-12-01 02:11:39] "DELETE /access-control-list/18eed1cb-d2c2-4b41-844c-ec155d2822fc HTTP/1.1" 200 115 0.031687 10.0.0.240 - - [2025-12-01 02:11:39] "POST /neutron/network HTTP/1.1" 200 1005 0.007349 10.0.0.240 - - [2025-12-01 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.012570 10.0.0.240 - - [2025-12-01 02:11:39] "GET /virtual-network/3e8e8fab-f7db-4a9e-94dd-73007626730a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007753 10.0.0.240 - - [2025-12-01 02:11:39] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004022 10.0.0.240 - - [2025-12-01 02:11:39] "POST /neutron/network HTTP/1.1" 200 1113 0.062530 10.0.0.240 - - [2025-12-01 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.001953 10.0.0.240 - - [2025-12-01 02:11:39] "POST /neutron/network HTTP/1.1" 200 1005 0.040662 10.0.0.240 - - [2025-12-01 02:11:39] "DELETE /access-control-list/00fc6c53-eab6-458a-aa0c-9884269597b4 HTTP/1.1" 200 115 0.032234 10.0.0.240 - - [2025-12-01 02:11:39] "POST /neutron/network HTTP/1.1" 200 1005 0.011145 10.0.0.240 - - [2025-12-01 02:11:39] "GET /virtual-network/25d88f96-80bf-40fe-9bc4-8f8d45862ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006268 10.0.0.240 - - [2025-12-01 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.019902 10.0.0.240 - - [2025-12-01 02:11:39] "DELETE /network-policy/30cf15fb-f11c-45b8-a38a-3de95eec8188 HTTP/1.1" 200 115 0.025224 10.0.0.240 - - [2025-12-01 02:11:39] "POST /neutron/network HTTP/1.1" 200 1005 0.005935 10.0.0.240 - - [2025-12-01 02:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003179 10.0.0.240 - - [2025-12-01 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.240 - - [2025-12-01 02:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002627 10.0.0.240 - - [2025-12-01 02:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001574 10.0.0.240 - - [2025-12-01 02:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002429 10.0.0.240 - - [2025-12-01 02:11:39] "POST /neutron/network HTTP/1.1" 200 151 0.075972 10.0.0.240 - - [2025-12-01 02:11:39] "DELETE /route-target/11970e72-233a-4ed8-8f76-3715bbe8342c HTTP/1.1" 200 115 0.017097 10.0.0.240 - - [2025-12-01 02:11:39] "GET /routing-instance/d32c876a-2772-467d-a7f2-96f9a17e796f HTTP/1.1" 404 171 0.002011 10.0.0.240 - - [2025-12-01 02:11:39] "GET /domains HTTP/1.1" 200 281 0.001861 10.0.0.240 - - [2025-12-01 02:11:39] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000766 10.0.0.240 - - [2025-12-01 02:11:39] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2966 0.046770 10.0.0.240 - - [2025-12-01 02:11:39] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001290 10.0.0.240 - - [2025-12-01 02:11:40] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8 HTTP/1.1" 200 2160 0.061917 10.0.0.240 - - [2025-12-01 02:11:40] "POST /neutron/network HTTP/1.1" 200 1005 0.006125 10.0.0.240 - - [2025-12-01 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.240 - - [2025-12-01 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001838 10.0.0.240 - - [2025-12-01 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002542 10.0.0.240 - - [2025-12-01 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001497 10.0.0.240 - - [2025-12-01 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001355 10.0.0.240 - - [2025-12-01 02:11:40] "POST /neutron/network HTTP/1.1" 200 151 0.069173 10.0.0.240 - - [2025-12-01 02:11:40] "DELETE /route-target/c5aca24b-0e2a-4cb5-af92-9f85524493ea HTTP/1.1" 200 115 0.016401 10.0.0.240 - - [2025-12-01 02:11:40] "GET /routing-instance/8629d814-3ad2-4b4c-9953-a09c4e392b60 HTTP/1.1" 404 171 0.001887 10.0.0.240 - - [2025-12-01 02:11:40] "GET /domains HTTP/1.1" 200 281 0.001753 10.0.0.240 - - [2025-12-01 02:11:40] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000771 10.0.0.240 - - [2025-12-01 02:11:40] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2966 0.051802 10.0.0.240 - - [2025-12-01 02:11:40] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.240 - - [2025-12-01 02:11:40] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8 HTTP/1.1" 200 1914 0.063832 10.0.0.240 - - [2025-12-01 02:11:40] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001332 10.0.0.240 - - [2025-12-01 02:11:40] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.022290 10.0.0.240 - - [2025-12-01 02:11:40] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.240 - - [2025-12-01 02:11:40] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?fields=virtual_networks HTTP/1.1" 200 1059 0.063476 10.0.0.240 - - [2025-12-01 02:11:40] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.240 - - [2025-12-01 02:11:40] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.022066 10.0.0.240 - - [2025-12-01 02:11:40] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000845 10.0.0.240 - - [2025-12-01 02:11:40] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?fields=security_groups HTTP/1.1" 200 1294 0.023372 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /project/1b6c223017424fe3815df6b53d1cf5e8 HTTP/1.1" 404 173 0.012982 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /project/698ab3598a804e868b383324411e0c27 HTTP/1.1" 404 173 0.012014 10.0.0.240 - - [2025-12-01 02:11:41] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000784 10.0.0.240 - - [2025-12-01 02:11:41] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000693 10.0.0.240 - - [2025-12-01 02:11:41] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000683 10.0.0.240 - - [2025-12-01 02:11:41] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.033431 10.0.0.240 - - [2025-12-01 02:11:41] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.041332 10.0.0.240 - - [2025-12-01 02:11:41] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.048236 10.0.0.240 - - [2025-12-01 02:11:41] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001481 10.0.0.240 - - [2025-12-01 02:11:41] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001426 10.0.0.240 - - [2025-12-01 02:11:41] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000993 10.0.0.240 - - [2025-12-01 02:11:41] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?fields=security_groups HTTP/1.1" 200 1382 0.054557 10.0.0.240 - - [2025-12-01 02:11:41] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?fields=security_groups HTTP/1.1" 200 1396 0.056336 10.0.0.240 - - [2025-12-01 02:11:41] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?fields=security_groups HTTP/1.1" 200 1367 0.060148 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /security-group/1ed8eb24-be65-42b3-a10b-8eab74b20a16 HTTP/1.1" 200 115 0.066990 10.0.0.240 - - [2025-12-01 02:11:41] "GET /projects?obj_uuids=698ab359-8a80-4e86-8b38-3324411e0c27&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001098 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /security-group/791d9de8-77f1-422a-b238-3c3a5cacd5d6 HTTP/1.1" 200 115 0.072814 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /access-control-list/236bc41b-6df9-4092-ac19-03ccb7486943 HTTP/1.1" 200 115 0.041868 10.0.0.240 - - [2025-12-01 02:11:41] "GET /projects?obj_uuids=1b6c2230-1742-4fe3-815d-f6b53d1cf5e8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /security-group/1ca168da-22fb-4359-997c-306b7e0b1f8c HTTP/1.1" 200 115 0.081373 10.0.0.240 - - [2025-12-01 02:11:41] "GET /project/698ab359-8a80-4e86-8b38-3324411e0c27?fields=application_policy_sets HTTP/1.1" 200 1421 0.036807 10.0.0.240 - - [2025-12-01 02:11:41] "GET /projects?obj_uuids=706102a3-8bd0-4215-9563-48e92bfd89ba&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001336 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /access-control-list/2dbb4c4c-28af-4253-9d3c-c13ecf94dfa1 HTTP/1.1" 200 115 0.036670 10.0.0.240 - - [2025-12-01 02:11:41] "GET /project/706102a3-8bd0-4215-9563-48e92bfd89ba?fields=application_policy_sets HTTP/1.1" 200 1406 0.053344 10.0.0.240 - - [2025-12-01 02:11:41] "GET /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8?fields=application_policy_sets HTTP/1.1" 200 1435 0.090254 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /access-control-list/48bbb565-29b1-4b9a-8f80-e571de2e763a HTTP/1.1" 200 115 0.052552 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /access-control-list/9f2e0226-cd29-48aa-a557-a4c987235962 HTTP/1.1" 200 115 0.033185 10.0.0.240 - - [2025-12-01 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.036869 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /access-control-list/57507211-a63d-49d9-a432-53d38af1ddbb HTTP/1.1" 200 115 0.039562 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /project/698ab359-8a80-4e86-8b38-3324411e0c27 HTTP/1.1" 200 115 0.427446 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /access-control-list/8568208f-0504-453b-9aa9-7f1f2d63a94f HTTP/1.1" 200 115 0.031216 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /project/706102a3-8bd0-4215-9563-48e92bfd89ba HTTP/1.1" 200 115 0.474245 10.0.0.240 - - [2025-12-01 02:11:41] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001682 10.0.0.240 - - [2025-12-01 02:11:41] "DELETE /project/1b6c2230-1742-4fe3-815d-f6b53d1cf5e8 HTTP/1.1" 200 115 0.499934 10.0.0.240 - - [2025-12-01 02:11:41] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.240 - - [2025-12-01 02:11:41] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007299 10.0.0.240 - - [2025-12-01 02:11:41] "POST /id-to-fqname HTTP/1.1" 200 206 0.001023 10.0.0.240 - - [2025-12-01 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.001940 10.0.0.240 - - [2025-12-01 02:11:42] "POST /security-groups HTTP/1.1" 200 607 0.064331 10.0.0.240 - - [2025-12-01 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 250 0.002749 10.0.0.240 - - [2025-12-01 02:11:42] "POST /projects HTTP/1.1" 200 617 0.198544 10.0.0.240 - - [2025-12-01 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.226475 10.0.0.240 - - [2025-12-01 02:11:42] "POST /access-control-lists HTTP/1.1" 200 614 0.056560 10.0.0.240 - - [2025-12-01 02:11:42] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.387392 10.0.0.240 - - [2025-12-01 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 249 0.003093 10.0.0.240 - - [2025-12-01 02:11:42] "POST /access-control-lists HTTP/1.1" 200 612 0.056856 10.0.0.240 - - [2025-12-01 02:11:43] "GET / HTTP/1.1" 200 36215 0.002723 10.0.0.240 - - [2025-12-01 02:11:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000407 10.0.0.240 - - [2025-12-01 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.063938 10.0.0.240 - - [2025-12-01 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002255 10.0.0.240 - - [2025-12-01 02:11:44] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000905 10.0.0.240 - - [2025-12-01 02:11:44] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.021622 10.0.0.240 - - [2025-12-01 02:11:44] "POST /network-policys HTTP/1.1" 200 569 0.060934 10.0.0.240 - - [2025-12-01 02:11:44] "GET /network-policy/ac116e4e-f53d-4246-927d-199a70cb5016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.004289 10.0.0.240 - - [2025-12-01 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.240 - - [2025-12-01 02:11:44] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001208 10.0.0.240 - - [2025-12-01 02:11:44] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.023708 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/network HTTP/1.1" 200 117 0.033725 10.0.0.240 - - [2025-12-01 02:11:45] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000940 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/network HTTP/1.1" 200 623 0.055563 10.0.0.240 - - [2025-12-01 02:11:45] "POST /route-targets HTTP/1.1" 200 328 0.009717 10.0.0.240 - - [2025-12-01 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.013853 10.0.0.240 - - [2025-12-01 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003640 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 719 0.120781 10.0.0.240 - - [2025-12-01 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.005084 10.0.0.240 - - [2025-12-01 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004716 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 823 0.150200 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/network HTTP/1.1" 200 1014 0.006360 10.0.0.240 - - [2025-12-01 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 237 0.000955 10.0.0.240 - - [2025-12-01 02:11:45] "GET /virtual-network/4ccae035-a052-4c1d-b2ab-81f114d07966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.004158 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/network HTTP/1.1" 200 1014 0.005660 10.0.0.240 - - [2025-12-01 02:11:45] "GET /virtual-network/4ccae035-a052-4c1d-b2ab-81f114d07966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005900 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/network HTTP/1.1" 200 1014 0.006198 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 719 0.005908 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 823 0.006732 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/network HTTP/1.1" 200 1014 0.006546 10.0.0.240 - - [2025-12-01 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 252 0.005126 10.0.0.240 - - [2025-12-01 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.005130 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/network HTTP/1.1" 200 1121 0.047191 10.0.0.240 - - [2025-12-01 02:11:45] "POST /access-control-lists HTTP/1.1" 200 609 0.066025 10.0.0.240 - - [2025-12-01 02:11:45] "POST /neutron/network HTTP/1.1" 200 1121 0.045737 10.0.0.240 - - [2025-12-01 02:11:45] "GET /virtual-network/4ccae035-a052-4c1d-b2ab-81f114d07966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.003939 10.0.0.240 - - [2025-12-01 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002277 10.0.0.240 - - [2025-12-01 02:11:45] "GET /network-policy/ac116e4e-f53d-4246-927d-199a70cb5016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.003062 10.0.0.240 - - [2025-12-01 02:11:45] "GET /domains HTTP/1.1" 401 293 0.002029 10.0.0.240 - - [2025-12-01 02:11:46] "GET /domains HTTP/1.1" 200 281 0.024561 10.0.0.240 - - [2025-12-01 02:11:46] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.240 - - [2025-12-01 02:11:46] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2599 0.006876 10.0.0.240 - - [2025-12-01 02:11:46] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001087 10.0.0.240 - - [2025-12-01 02:11:46] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8 HTTP/1.1" 200 2475 0.066927 10.0.0.240 - - [2025-12-01 02:11:46] "GET /virtual-network/4ccae035-a052-4c1d-b2ab-81f114d07966 HTTP/1.1" 200 3544 0.005998 10.0.0.240 - - [2025-12-01 02:11:46] "GET /virtual-network/4ccae035-a052-4c1d-b2ab-81f114d07966 HTTP/1.1" 200 3544 0.003974 10.0.0.240 - - [2025-12-01 02:11:46] "GET /routing-instance/f9d97221-1c94-4210-bcc6-cf5d2a51487a HTTP/1.1" 200 1499 0.003459 10.0.0.240 - - [2025-12-01 02:11:46] "GET /routing-instance/f9d97221-1c94-4210-bcc6-cf5d2a51487a HTTP/1.1" 200 1499 0.003190 10.0.0.240 - - [2025-12-01 02:11:46] "GET /route-target/1f396596-2bfe-42eb-bac4-ee8d33f3c31b HTTP/1.1" 200 1224 0.003051 10.0.0.240 - - [2025-12-01 02:11:46] "GET /virtual-network/4ccae035-a052-4c1d-b2ab-81f114d07966 HTTP/1.1" 200 3544 0.005466 10.0.0.240 - - [2025-12-01 02:11:46] "GET /routing-instance/f9d97221-1c94-4210-bcc6-cf5d2a51487a HTTP/1.1" 200 1499 0.004283 10.0.0.240 - - [2025-12-01 02:11:46] "GET /virtual-network/4ccae035-a052-4c1d-b2ab-81f114d07966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.003708 10.0.0.240 - - [2025-12-01 02:11:46] "GET /virtual-network/4ccae035-a052-4c1d-b2ab-81f114d07966 HTTP/1.1" 200 3544 0.003851 10.0.0.240 - - [2025-12-01 02:11:46] "GET /routing-instance/f9d97221-1c94-4210-bcc6-cf5d2a51487a HTTP/1.1" 200 1499 0.002781 10.0.0.240 - - [2025-12-01 02:11:46] "GET /routing-instance/f9d97221-1c94-4210-bcc6-cf5d2a51487a HTTP/1.1" 200 1499 0.002648 10.0.0.240 - - [2025-12-01 02:11:46] "GET /route-target/1f396596-2bfe-42eb-bac4-ee8d33f3c31b HTTP/1.1" 200 1224 0.002167 10.0.0.240 - - [2025-12-01 02:11:46] "GET /domains HTTP/1.1" 200 281 0.001948 10.0.0.240 - - [2025-12-01 02:11:46] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000807 10.0.0.240 - - [2025-12-01 02:11:46] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2599 0.005676 10.0.0.240 - - [2025-12-01 02:11:46] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000908 10.0.0.240 - - [2025-12-01 02:11:46] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8 HTTP/1.1" 200 2475 0.063904 10.0.0.240 - - [2025-12-01 02:11:46] "GET /virtual-network/4ccae035-a052-4c1d-b2ab-81f114d07966 HTTP/1.1" 200 3544 0.003867 10.0.0.240 - - [2025-12-01 02:11:47] "GET /obj-perms HTTP/1.1" 200 5081 0.343561 10.0.0.240 - - [2025-12-01 02:11:47] "GET /domains HTTP/1.1" 200 281 0.002160 10.0.0.240 - - [2025-12-01 02:11:47] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.240 - - [2025-12-01 02:11:47] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2599 0.008190 10.0.0.240 - - [2025-12-01 02:11:47] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000780 10.0.0.240 - - [2025-12-01 02:11:47] "GET /obj-perms HTTP/1.1" 200 5075 0.066574 10.0.0.240 - - [2025-12-01 02:11:47] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8 HTTP/1.1" 200 2475 0.062501 10.0.0.240 - - [2025-12-01 02:11:47] "GET /network-policy/ac116e4e-f53d-4246-927d-199a70cb5016 HTTP/1.1" 200 3483 0.003548 10.0.0.240 - - [2025-12-01 02:11:47] "DELETE /network-policy/ac116e4e-f53d-4246-927d-199a70cb5016 HTTP/1.1" 409 239 0.004322 10.0.0.240 - - [2025-12-01 02:11:47] "POST /neutron/network HTTP/1.1" 200 1121 0.005533 10.0.0.240 - - [2025-12-01 02:11:47] "DELETE /access-control-list/e6b8223e-df58-4536-8a75-a05ad5d37daa HTTP/1.1" 200 115 0.034331 10.0.0.240 - - [2025-12-01 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002909 10.0.0.240 - - [2025-12-01 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002483 10.0.0.240 - - [2025-12-01 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002435 10.0.0.240 - - [2025-12-01 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003052 10.0.0.240 - - [2025-12-01 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001700 10.0.0.240 - - [2025-12-01 02:11:47] "POST /neutron/network HTTP/1.1" 200 151 0.109492 10.0.0.240 - - [2025-12-01 02:11:47] "GET /routing-instance/f9d97221-1c94-4210-bcc6-cf5d2a51487a HTTP/1.1" 404 171 0.001883 10.0.0.240 - - [2025-12-01 02:11:47] "GET /domains HTTP/1.1" 200 281 0.002276 10.0.0.240 - - [2025-12-01 02:11:47] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.240 - - [2025-12-01 02:11:47] "DELETE /route-target/1f396596-2bfe-42eb-bac4-ee8d33f3c31b HTTP/1.1" 200 115 0.016641 10.0.0.240 - - [2025-12-01 02:11:47] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2599 0.049911 10.0.0.240 - - [2025-12-01 02:11:47] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000925 10.0.0.240 - - [2025-12-01 02:11:47] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8 HTTP/1.1" 200 2220 0.074269 10.0.0.240 - - [2025-12-01 02:11:47] "GET /obj-perms HTTP/1.1" 200 5075 0.054217 10.0.0.240 - - [2025-12-01 02:11:47] "DELETE /network-policy/ac116e4e-f53d-4246-927d-199a70cb5016 HTTP/1.1" 200 115 0.026151 10.0.0.240 - - [2025-12-01 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002178 10.0.0.240 - - [2025-12-01 02:11:47] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001125 10.0.0.240 - - [2025-12-01 02:11:47] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.024151 10.0.0.240 - - [2025-12-01 02:11:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-50359055&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003462 10.0.0.240 - - [2025-12-01 02:11:48] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001201 10.0.0.240 - - [2025-12-01 02:11:48] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.022464 10.0.0.240 - - [2025-12-01 02:11:48] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000865 10.0.0.240 - - [2025-12-01 02:11:48] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?fields=virtual_networks HTTP/1.1" 200 1076 0.066046 10.0.0.240 - - [2025-12-01 02:11:48] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000904 10.0.0.240 - - [2025-12-01 02:11:48] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1076 0.022000 10.0.0.240 - - [2025-12-01 02:11:48] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001208 10.0.0.240 - - [2025-12-01 02:11:48] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?fields=security_groups HTTP/1.1" 200 1319 0.021146 10.0.0.240 - - [2025-12-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.030112 10.0.0.240 - - [2025-12-01 02:11:49] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002212 10.0.0.240 - - [2025-12-01 02:11:49] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.240 - - [2025-12-01 02:11:49] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007087 10.0.0.240 - - [2025-12-01 02:11:49] "POST /id-to-fqname HTTP/1.1" 200 192 0.001178 10.0.0.240 - - [2025-12-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.001751 10.0.0.240 - - [2025-12-01 02:11:49] "POST /security-groups HTTP/1.1" 200 593 0.060131 10.0.0.240 - - [2025-12-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 236 0.002078 10.0.0.240 - - [2025-12-01 02:11:49] "POST /projects HTTP/1.1" 200 589 0.195204 10.0.0.240 - - [2025-12-01 02:11:49] "POST /access-control-lists HTTP/1.1" 200 600 0.056509 10.0.0.240 - - [2025-12-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.269431 10.0.0.240 - - [2025-12-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 235 0.004753 10.0.0.240 - - [2025-12-01 02:11:49] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.390580 10.0.0.240 - - [2025-12-01 02:11:49] "POST /access-control-lists HTTP/1.1" 200 598 0.057115 10.0.0.240 - - [2025-12-01 02:11:50] "GET / HTTP/1.1" 200 36215 0.001724 10.0.0.240 - - [2025-12-01 02:11:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.240 - - [2025-12-01 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.065833 10.0.0.240 - - [2025-12-01 02:11:51] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000863 10.0.0.240 - - [2025-12-01 02:11:51] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.020319 10.0.0.240 - - [2025-12-01 02:11:51] "POST /neutron/network HTTP/1.1" 200 117 0.032400 10.0.0.240 - - [2025-12-01 02:11:51] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001090 10.0.0.240 - - [2025-12-01 02:11:51] "POST /neutron/network HTTP/1.1" 200 607 0.054075 10.0.0.240 - - [2025-12-01 02:11:51] "POST /route-targets HTTP/1.1" 200 328 0.010544 10.0.0.240 - - [2025-12-01 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.010475 10.0.0.240 - - [2025-12-01 02:11:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003443 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.139776 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 828 0.005013 10.0.0.240 - - [2025-12-01 02:11:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.000989 10.0.0.240 - - [2025-12-01 02:11:52] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004642 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 828 0.005103 10.0.0.240 - - [2025-12-01 02:11:52] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004116 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 828 0.004909 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.008074 10.0.0.240 - - [2025-12-01 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.240 - - [2025-12-01 02:11:52] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000854 10.0.0.240 - - [2025-12-01 02:11:52] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.025815 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 117 0.008521 10.0.0.240 - - [2025-12-01 02:11:52] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000866 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 607 0.059293 10.0.0.240 - - [2025-12-01 02:11:52] "POST /route-targets HTTP/1.1" 200 328 0.008714 10.0.0.240 - - [2025-12-01 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.010006 10.0.0.240 - - [2025-12-01 02:11:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002714 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/subnet HTTP/1.1" 200 730 0.200474 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 827 0.004889 10.0.0.240 - - [2025-12-01 02:11:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.000980 10.0.0.240 - - [2025-12-01 02:11:52] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004588 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 827 0.005133 10.0.0.240 - - [2025-12-01 02:11:52] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004245 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 827 0.004729 10.0.0.240 - - [2025-12-01 02:11:52] "POST /neutron/subnet HTTP/1.1" 200 730 0.005475 10.0.0.240 - - [2025-12-01 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.001818 10.0.0.240 - - [2025-12-01 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.240 - - [2025-12-01 02:11:52] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001205 10.0.0.240 - - [2025-12-01 02:11:52] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.027512 10.0.0.240 - - [2025-12-01 02:11:52] "POST /network-policys HTTP/1.1" 200 573 0.014640 10.0.0.240 - - [2025-12-01 02:11:53] "GET /network-policy/9c6b5217-e39e-4cb8-92f9-ae057cd9736c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.004256 10.0.0.240 - - [2025-12-01 02:11:53] "POST /neutron/network HTTP/1.1" 200 828 0.004905 10.0.0.240 - - [2025-12-01 02:11:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.003109 10.0.0.240 - - [2025-12-01 02:11:53] "POST /neutron/network HTTP/1.1" 200 930 0.038489 10.0.0.240 - - [2025-12-01 02:11:53] "POST /neutron/network HTTP/1.1" 200 930 0.039149 10.0.0.240 - - [2025-12-01 02:11:53] "POST /access-control-lists HTTP/1.1" 200 592 0.061520 10.0.0.240 - - [2025-12-01 02:11:53] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.004564 10.0.0.240 - - [2025-12-01 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002015 10.0.0.240 - - [2025-12-01 02:11:53] "GET /network-policy/9c6b5217-e39e-4cb8-92f9-ae057cd9736c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.004816 10.0.0.240 - - [2025-12-01 02:11:53] "POST /neutron/network HTTP/1.1" 200 827 0.004539 10.0.0.240 - - [2025-12-01 02:11:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.003827 10.0.0.240 - - [2025-12-01 02:11:53] "POST /neutron/network HTTP/1.1" 200 929 0.040037 10.0.0.240 - - [2025-12-01 02:11:53] "POST /neutron/network HTTP/1.1" 200 929 0.005495 10.0.0.240 - - [2025-12-01 02:11:53] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.048744 10.0.0.240 - - [2025-12-01 02:11:53] "POST /access-control-lists HTTP/1.1" 200 592 0.078127 10.0.0.240 - - [2025-12-01 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.240 - - [2025-12-01 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.009523 10.0.0.240 - - [2025-12-01 02:11:53] "GET /network-policy/9c6b5217-e39e-4cb8-92f9-ae057cd9736c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005076 10.0.0.240 - - [2025-12-01 02:11:53] "GET /domains HTTP/1.1" 401 293 0.000333 10.0.0.240 - - [2025-12-01 02:11:53] "PUT /access-control-list/3eddce45-cb82-444a-a705-58c4943597a1 HTTP/1.1" 200 273 0.054912 10.0.0.240 - - [2025-12-01 02:11:53] "GET /domains HTTP/1.1" 200 281 0.024625 10.0.0.240 - - [2025-12-01 02:11:53] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.240 - - [2025-12-01 02:11:53] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2788 0.006520 10.0.0.240 - - [2025-12-01 02:11:53] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000755 10.0.0.240 - - [2025-12-01 02:11:53] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be HTTP/1.1" 200 2589 0.065515 10.0.0.240 - - [2025-12-01 02:11:53] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3 HTTP/1.1" 200 2905 0.004844 10.0.0.240 - - [2025-12-01 02:11:53] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3 HTTP/1.1" 200 2905 0.003874 10.0.0.240 - - [2025-12-01 02:11:53] "GET /routing-instance/a9fdd7ac-935c-42b9-aa72-f359b7a68f00 HTTP/1.1" 200 1788 0.002825 10.0.0.240 - - [2025-12-01 02:11:53] "GET /routing-instance/a9fdd7ac-935c-42b9-aa72-f359b7a68f00 HTTP/1.1" 200 1788 0.002640 10.0.0.240 - - [2025-12-01 02:11:53] "GET /route-target/ae6c059a-bf5b-4f89-8aed-0e72f2b159ac HTTP/1.1" 200 1209 0.002148 10.0.0.240 - - [2025-12-01 02:11:53] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3 HTTP/1.1" 200 2905 0.005305 10.0.0.240 - - [2025-12-01 02:11:53] "GET /routing-instance/a9fdd7ac-935c-42b9-aa72-f359b7a68f00 HTTP/1.1" 200 1788 0.003418 10.0.0.240 - - [2025-12-01 02:11:53] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.004469 10.0.0.240 - - [2025-12-01 02:11:53] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3 HTTP/1.1" 200 2905 0.003760 10.0.0.240 - - [2025-12-01 02:11:53] "GET /routing-instance/a9fdd7ac-935c-42b9-aa72-f359b7a68f00 HTTP/1.1" 200 1788 0.002548 10.0.0.240 - - [2025-12-01 02:11:53] "GET /routing-instance/a9fdd7ac-935c-42b9-aa72-f359b7a68f00 HTTP/1.1" 200 1788 0.002527 10.0.0.240 - - [2025-12-01 02:11:53] "GET /route-target/ae6c059a-bf5b-4f89-8aed-0e72f2b159ac HTTP/1.1" 200 1209 0.002324 10.0.0.240 - - [2025-12-01 02:11:54] "GET /domains HTTP/1.1" 200 281 0.001974 10.0.0.240 - - [2025-12-01 02:11:54] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000800 10.0.0.240 - - [2025-12-01 02:11:54] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2788 0.005505 10.0.0.240 - - [2025-12-01 02:11:54] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000788 10.0.0.240 - - [2025-12-01 02:11:54] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be HTTP/1.1" 200 2589 0.066304 10.0.0.240 - - [2025-12-01 02:11:54] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3 HTTP/1.1" 200 2905 0.004177 10.0.0.240 - - [2025-12-01 02:11:54] "GET /obj-perms HTTP/1.1" 200 5053 0.050117 10.0.0.240 - - [2025-12-01 02:11:54] "GET /domains HTTP/1.1" 200 281 0.002474 10.0.0.240 - - [2025-12-01 02:11:54] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.240 - - [2025-12-01 02:11:54] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2788 0.006049 10.0.0.240 - - [2025-12-01 02:11:54] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000810 10.0.0.240 - - [2025-12-01 02:11:54] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be HTTP/1.1" 200 2589 0.065991 10.0.0.240 - - [2025-12-01 02:11:54] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690 HTTP/1.1" 200 2902 0.006886 10.0.0.240 - - [2025-12-01 02:11:54] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690 HTTP/1.1" 200 2902 0.004044 10.0.0.240 - - [2025-12-01 02:11:54] "GET /routing-instance/22e761b2-f6af-4f1d-823c-c26cfa333f95 HTTP/1.1" 200 1786 0.004066 10.0.0.240 - - [2025-12-01 02:11:54] "GET /routing-instance/22e761b2-f6af-4f1d-823c-c26cfa333f95 HTTP/1.1" 200 1786 0.002693 10.0.0.240 - - [2025-12-01 02:11:54] "GET /route-target/cbe9ce77-5199-45ef-81e5-ec0e244152bd HTTP/1.1" 200 1208 0.003103 10.0.0.240 - - [2025-12-01 02:11:54] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690 HTTP/1.1" 200 2902 0.005299 10.0.0.240 - - [2025-12-01 02:11:54] "GET /routing-instance/22e761b2-f6af-4f1d-823c-c26cfa333f95 HTTP/1.1" 200 1786 0.003650 10.0.0.240 - - [2025-12-01 02:11:54] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005486 10.0.0.240 - - [2025-12-01 02:11:54] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690 HTTP/1.1" 200 2902 0.003889 10.0.0.240 - - [2025-12-01 02:11:54] "GET /routing-instance/22e761b2-f6af-4f1d-823c-c26cfa333f95 HTTP/1.1" 200 1786 0.002906 10.0.0.240 - - [2025-12-01 02:11:54] "GET /routing-instance/22e761b2-f6af-4f1d-823c-c26cfa333f95 HTTP/1.1" 200 1786 0.002532 10.0.0.240 - - [2025-12-01 02:11:54] "GET /route-target/cbe9ce77-5199-45ef-81e5-ec0e244152bd HTTP/1.1" 200 1208 0.002313 10.0.0.240 - - [2025-12-01 02:11:54] "GET /domains HTTP/1.1" 200 281 0.002997 10.0.0.240 - - [2025-12-01 02:11:54] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.240 - - [2025-12-01 02:11:54] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2788 0.005955 10.0.0.240 - - [2025-12-01 02:11:54] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000904 10.0.0.240 - - [2025-12-01 02:11:54] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be HTTP/1.1" 200 2589 0.068371 10.0.0.240 - - [2025-12-01 02:11:54] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690 HTTP/1.1" 200 2902 0.005577 10.0.0.240 - - [2025-12-01 02:11:54] "GET /obj-perms HTTP/1.1" 200 5053 0.003275 10.0.0.240 - - [2025-12-01 02:11:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001169 10.0.0.240 - - [2025-12-01 02:11:54] "POST /neutron/network HTTP/1.1" 200 940 0.006249 10.0.0.240 - - [2025-12-01 02:11:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000454 10.0.0.240 - - [2025-12-01 02:11:55] "GET / HTTP/1.1" 200 36215 0.001424 10.0.0.240 - - [2025-12-01 02:11:55] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000365 10.0.0.240 - - [2025-12-01 02:11:55] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001304 10.0.0.240 - - [2025-12-01 02:11:55] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.051441 10.0.0.240 - - [2025-12-01 02:11:55] "POST /neutron/network HTTP/1.1" 200 930 0.005495 10.0.0.240 - - [2025-12-01 02:11:55] "POST /neutron/port HTTP/1.1" 200 117 0.004612 10.0.0.240 - - [2025-12-01 02:11:55] "POST /neutron/port HTTP/1.1" 200 117 0.004302 10.0.0.240 - - [2025-12-01 02:11:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001225 10.0.0.240 - - [2025-12-01 02:11:55] "POST /neutron/port HTTP/1.1" 200 117 0.004049 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/network HTTP/1.1" 200 939 0.004876 10.0.0.240 - - [2025-12-01 02:11:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000393 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/network HTTP/1.1" 200 940 0.005202 10.0.0.240 - - [2025-12-01 02:11:56] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001012 10.0.0.240 - - [2025-12-01 02:11:56] "GET / HTTP/1.1" 200 36215 0.002456 10.0.0.240 - - [2025-12-01 02:11:56] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000372 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/port HTTP/1.1" 200 1064 0.185144 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/port HTTP/1.1" 200 1064 0.008145 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/port HTTP/1.1" 200 1064 0.007524 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/port HTTP/1.1" 200 1118 0.044868 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/port HTTP/1.1" 200 1092 0.009332 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002745 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.005451 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/network HTTP/1.1" 200 930 0.004722 10.0.0.240 - - [2025-12-01 02:11:56] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001261 10.0.0.240 - - [2025-12-01 02:11:56] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.053365 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/network HTTP/1.1" 200 929 0.005018 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/port HTTP/1.1" 200 1092 0.013812 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005304 10.0.0.240 - - [2025-12-01 02:11:56] "POST /neutron/port HTTP/1.1" 200 117 0.004178 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1092 0.010393 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005517 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/network HTTP/1.1" 200 939 0.005240 10.0.0.240 - - [2025-12-01 02:11:57] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000931 10.0.0.240 - - [2025-12-01 02:11:57] "PUT /access-control-list/1216e1a0-1fa6-4125-b941-04df85e31aa3 HTTP/1.1" 200 273 0.015414 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1063 0.232810 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1063 0.010574 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1063 0.014962 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1117 0.087391 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1091 0.009666 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002888 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/subnet HTTP/1.1" 200 704 0.006140 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.240 - - [2025-12-01 02:11:57] "POST /neutron/network HTTP/1.1" 200 929 0.004597 10.0.0.240 - - [2025-12-01 02:12:02] "POST /neutron/port HTTP/1.1" 200 1092 0.013414 10.0.0.240 - - [2025-12-01 02:12:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005153 10.0.0.240 - - [2025-12-01 02:12:02] "POST /neutron/port HTTP/1.1" 200 1092 0.009110 10.0.0.240 - - [2025-12-01 02:12:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005975 10.0.0.240 - - [2025-12-01 02:12:02] "POST /neutron/port HTTP/1.1" 200 1092 0.011500 10.0.0.240 - - [2025-12-01 02:12:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006100 10.0.0.240 - - [2025-12-01 02:12:02] "GET /virtual-machine/871425fc-06e9-4c0c-b6b0-de80f7d6d536 HTTP/1.1" 200 1296 0.005234 10.0.0.240 - - [2025-12-01 02:12:02] "GET /virtual-machine-interface/bbbac136-17ee-4a42-8c3b-de39e563ba3f HTTP/1.1" 200 2959 0.005297 10.0.0.240 - - [2025-12-01 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.240 - - [2025-12-01 02:12:02] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003067 10.0.0.240 - - [2025-12-01 02:12:02] "GET /virtual-networks?parent_id=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002390 10.0.0.240 - - [2025-12-01 02:12:02] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006495 10.0.0.240 - - [2025-12-01 02:12:05] "POST /neutron/port HTTP/1.1" 200 1092 0.012394 10.0.0.240 - - [2025-12-01 02:12:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006262 10.0.0.240 - - [2025-12-01 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.240 - - [2025-12-01 02:12:05] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.003919 10.0.0.240 - - [2025-12-01 02:12:06] "POST /neutron/port HTTP/1.1" 200 1091 0.009710 10.0.0.240 - - [2025-12-01 02:12:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004517 10.0.0.240 - - [2025-12-01 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.240 - - [2025-12-01 02:12:07] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002632 10.0.0.240 - - [2025-12-01 02:12:07] "GET /virtual-networks?parent_id=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003012 10.0.0.240 - - [2025-12-01 02:12:07] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.004853 10.0.0.240 - - [2025-12-01 02:12:07] "POST /neutron/port HTTP/1.1" 200 1091 0.009013 10.0.0.240 - - [2025-12-01 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006283 10.0.0.240 - - [2025-12-01 02:12:08] "POST /neutron/port HTTP/1.1" 200 1091 0.012713 10.0.0.240 - - [2025-12-01 02:12:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008936 10.0.0.240 - - [2025-12-01 02:12:08] "POST /neutron/port HTTP/1.1" 200 1091 0.013123 10.0.0.240 - - [2025-12-01 02:12:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007128 10.0.0.240 - - [2025-12-01 02:12:08] "GET /virtual-machine/3ca8e098-273d-410f-8f27-f4ef26a695bb HTTP/1.1" 200 1296 0.009537 10.0.0.240 - - [2025-12-01 02:12:08] "GET /virtual-machine-interface/74d9d759-a8e9-4899-bf07-a49121ffa48d HTTP/1.1" 200 2958 0.006372 10.0.0.240 - - [2025-12-01 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.240 - - [2025-12-01 02:12:08] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003677 10.0.0.240 - - [2025-12-01 02:12:08] "GET /virtual-networks?parent_id=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002558 10.0.0.240 - - [2025-12-01 02:12:08] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.007070 10.0.0.240 - - [2025-12-01 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.240 - - [2025-12-01 02:12:09] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002690 10.0.0.240 - - [2025-12-01 02:12:09] "GET /virtual-networks?parent_id=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003032 10.0.0.240 - - [2025-12-01 02:12:09] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005410 10.0.0.240 - - [2025-12-01 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.240 - - [2025-12-01 02:12:13] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000820 10.0.0.240 - - [2025-12-01 02:12:13] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.018241 10.0.0.240 - - [2025-12-01 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.240 - - [2025-12-01 02:12:13] "PUT /network-policy/9c6b5217-e39e-4cb8-92f9-ae057cd9736c HTTP/1.1" 200 263 0.008343 10.0.0.240 - - [2025-12-01 02:12:13] "PUT /access-control-list/1216e1a0-1fa6-4125-b941-04df85e31aa3 HTTP/1.1" 200 273 0.051285 10.0.0.240 - - [2025-12-01 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.009662 10.0.0.240 - - [2025-12-01 02:12:13] "PUT /access-control-list/3eddce45-cb82-444a-a705-58c4943597a1 HTTP/1.1" 200 273 0.052683 10.0.0.240 - - [2025-12-01 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.011106 10.0.0.240 - - [2025-12-01 02:12:16] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004987 10.0.0.240 - - [2025-12-01 02:12:16] "POST /neutron/network HTTP/1.1" 200 929 0.004998 10.0.0.240 - - [2025-12-01 02:12:16] "POST /neutron/network HTTP/1.1" 200 827 0.035038 10.0.0.240 - - [2025-12-01 02:12:17] "DELETE /access-control-list/1216e1a0-1fa6-4125-b941-04df85e31aa3 HTTP/1.1" 200 115 0.028571 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/network HTTP/1.1" 200 827 0.006479 10.0.0.240 - - [2025-12-01 02:12:17] "GET /virtual-network/9c667b54-802f-4b37-9082-ca6316e92690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004056 10.0.0.240 - - [2025-12-01 02:12:17] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.003994 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/network HTTP/1.1" 200 930 0.011669 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/network HTTP/1.1" 200 828 0.046480 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/network HTTP/1.1" 200 828 0.014509 10.0.0.240 - - [2025-12-01 02:12:17] "DELETE /access-control-list/3eddce45-cb82-444a-a705-58c4943597a1 HTTP/1.1" 200 115 0.049582 10.0.0.240 - - [2025-12-01 02:12:17] "GET /virtual-network/efe52d61-ce2f-499f-a5be-52e5ab2369f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.015484 10.0.0.240 - - [2025-12-01 02:12:17] "DELETE /network-policy/9c6b5217-e39e-4cb8-92f9-ae057cd9736c HTTP/1.1" 200 115 0.020936 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/network HTTP/1.1" 200 827 0.006545 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/network HTTP/1.1" 400 204 0.013000 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/port HTTP/1.1" 200 1091 0.009669 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/port HTTP/1.1" 200 1117 0.007269 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/port HTTP/1.1" 200 1092 0.009511 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/port HTTP/1.1" 200 1118 0.007636 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/port HTTP/1.1" 200 151 0.109202 10.0.0.240 - - [2025-12-01 02:12:17] "POST /neutron/port HTTP/1.1" 200 151 0.101096 10.0.0.240 - - [2025-12-01 02:12:19] "POST /neutron/network HTTP/1.1" 200 827 0.005131 10.0.0.240 - - [2025-12-01 02:12:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002912 10.0.0.240 - - [2025-12-01 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.240 - - [2025-12-01 02:12:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002487 10.0.0.240 - - [2025-12-01 02:12:19] "POST /neutron/network HTTP/1.1" 200 151 0.086447 10.0.0.240 - - [2025-12-01 02:12:19] "DELETE /route-target/cbe9ce77-5199-45ef-81e5-ec0e244152bd HTTP/1.1" 200 115 0.016792 10.0.0.240 - - [2025-12-01 02:12:19] "GET /routing-instance/22e761b2-f6af-4f1d-823c-c26cfa333f95 HTTP/1.1" 404 171 0.003433 10.0.0.240 - - [2025-12-01 02:12:19] "GET /domains HTTP/1.1" 200 281 0.002110 10.0.0.240 - - [2025-12-01 02:12:19] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.240 - - [2025-12-01 02:12:19] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2788 0.046345 10.0.0.240 - - [2025-12-01 02:12:19] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001010 10.0.0.240 - - [2025-12-01 02:12:19] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be HTTP/1.1" 200 2119 0.071003 10.0.0.240 - - [2025-12-01 02:12:19] "POST /neutron/network HTTP/1.1" 200 828 0.004906 10.0.0.240 - - [2025-12-01 02:12:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004867 10.0.0.240 - - [2025-12-01 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.240 - - [2025-12-01 02:12:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001900 10.0.0.240 - - [2025-12-01 02:12:19] "POST /neutron/network HTTP/1.1" 200 151 0.086300 10.0.0.240 - - [2025-12-01 02:12:19] "GET /routing-instance/a9fdd7ac-935c-42b9-aa72-f359b7a68f00 HTTP/1.1" 404 171 0.001994 10.0.0.240 - - [2025-12-01 02:12:19] "GET /domains HTTP/1.1" 200 281 0.004621 10.0.0.240 - - [2025-12-01 02:12:19] "DELETE /route-target/ae6c059a-bf5b-4f89-8aed-0e72f2b159ac HTTP/1.1" 200 115 0.021439 10.0.0.240 - - [2025-12-01 02:12:19] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.240 - - [2025-12-01 02:12:19] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2788 0.048934 10.0.0.240 - - [2025-12-01 02:12:19] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000887 10.0.0.240 - - [2025-12-01 02:12:19] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be HTTP/1.1" 200 1879 0.067397 10.0.0.240 - - [2025-12-01 02:12:20] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.240 - - [2025-12-01 02:12:20] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.023016 10.0.0.240 - - [2025-12-01 02:12:20] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000876 10.0.0.240 - - [2025-12-01 02:12:20] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?fields=virtual_networks HTTP/1.1" 200 1048 0.062085 10.0.0.240 - - [2025-12-01 02:12:20] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001595 10.0.0.240 - - [2025-12-01 02:12:20] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.029635 10.0.0.240 - - [2025-12-01 02:12:20] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001315 10.0.0.240 - - [2025-12-01 02:12:20] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?fields=security_groups HTTP/1.1" 200 1277 0.026660 10.0.0.240 - - [2025-12-01 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 181 0.026340 10.0.0.240 - - [2025-12-01 02:12:21] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004697 10.0.0.240 - - [2025-12-01 02:12:21] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.240 - - [2025-12-01 02:12:21] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006125 10.0.0.240 - - [2025-12-01 02:12:21] "POST /id-to-fqname HTTP/1.1" 200 183 0.001839 10.0.0.240 - - [2025-12-01 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 192 0.001990 10.0.0.240 - - [2025-12-01 02:12:21] "POST /security-groups HTTP/1.1" 200 584 0.059888 10.0.0.240 - - [2025-12-01 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 227 0.002216 10.0.0.240 - - [2025-12-01 02:12:21] "POST /projects HTTP/1.1" 200 571 0.211198 10.0.0.240 - - [2025-12-01 02:12:21] "POST /access-control-lists HTTP/1.1" 200 591 0.057661 10.0.0.240 - - [2025-12-01 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.282741 10.0.0.240 - - [2025-12-01 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 226 0.002565 10.0.0.240 - - [2025-12-01 02:12:21] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.403862 10.0.0.240 - - [2025-12-01 02:12:21] "POST /access-control-lists HTTP/1.1" 200 589 0.060298 10.0.0.240 - - [2025-12-01 02:12:22] "GET / HTTP/1.1" 200 36215 0.001801 10.0.0.240 - - [2025-12-01 02:12:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.240 - - [2025-12-01 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.052000 10.0.0.240 - - [2025-12-01 02:12:23] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000845 10.0.0.240 - - [2025-12-01 02:12:23] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.018934 10.0.0.240 - - [2025-12-01 02:12:23] "POST /neutron/network HTTP/1.1" 200 117 0.030326 10.0.0.240 - - [2025-12-01 02:12:23] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001130 10.0.0.240 - - [2025-12-01 02:12:23] "POST /neutron/network HTTP/1.1" 200 612 0.053681 10.0.0.240 - - [2025-12-01 02:12:23] "POST /route-targets HTTP/1.1" 200 328 0.009280 10.0.0.240 - - [2025-12-01 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.012304 10.0.0.240 - - [2025-12-01 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003569 10.0.0.240 - - [2025-12-01 02:12:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.155523 10.0.0.240 - - [2025-12-01 02:12:23] "POST /neutron/network HTTP/1.1" 200 833 0.005338 10.0.0.240 - - [2025-12-01 02:12:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001047 10.0.0.240 - - [2025-12-01 02:12:23] "GET /virtual-network/546a73b1-ed91-409f-acb5-6d35086576e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004294 10.0.0.240 - - [2025-12-01 02:12:24] "POST /neutron/network HTTP/1.1" 200 833 0.004998 10.0.0.240 - - [2025-12-01 02:12:24] "GET /virtual-network/546a73b1-ed91-409f-acb5-6d35086576e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003739 10.0.0.240 - - [2025-12-01 02:12:24] "POST /neutron/network HTTP/1.1" 200 833 0.004945 10.0.0.240 - - [2025-12-01 02:12:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.005553 10.0.0.240 - - [2025-12-01 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.240 - - [2025-12-01 02:12:24] "GET /virtual-network/546a73b1-ed91-409f-acb5-6d35086576e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005041 10.0.0.240 - - [2025-12-01 02:12:24] "PUT /virtual-network/546a73b1-ed91-409f-acb5-6d35086576e6 HTTP/1.1" 200 265 0.026485 10.0.0.240 - - [2025-12-01 02:12:24] "POST /route-targets HTTP/1.1" 200 324 0.012087 10.0.0.240 - - [2025-12-01 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.007215 10.0.0.240 - - [2025-12-01 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.240 - - [2025-12-01 02:12:24] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000945 10.0.0.240 - - [2025-12-01 02:12:24] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.022033 10.0.0.240 - - [2025-12-01 02:12:24] "POST /neutron/network HTTP/1.1" 200 117 0.009916 10.0.0.240 - - [2025-12-01 02:12:24] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000847 10.0.0.240 - - [2025-12-01 02:12:24] "POST /neutron/network HTTP/1.1" 200 612 0.056156 10.0.0.240 - - [2025-12-01 02:12:24] "POST /route-targets HTTP/1.1" 200 328 0.009821 10.0.0.240 - - [2025-12-01 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.010868 10.0.0.240 - - [2025-12-01 02:12:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003622 10.0.0.240 - - [2025-12-01 02:12:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.205117 10.0.0.240 - - [2025-12-01 02:12:24] "POST /neutron/network HTTP/1.1" 200 831 0.004894 10.0.0.240 - - [2025-12-01 02:12:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001027 10.0.0.240 - - [2025-12-01 02:12:24] "GET /virtual-network/bda7e2ed-172c-4335-8b0a-ad812615d830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004260 10.0.0.240 - - [2025-12-01 02:12:24] "POST /neutron/network HTTP/1.1" 200 831 0.004920 10.0.0.240 - - [2025-12-01 02:12:24] "GET /virtual-network/bda7e2ed-172c-4335-8b0a-ad812615d830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004798 10.0.0.240 - - [2025-12-01 02:12:24] "POST /neutron/network HTTP/1.1" 200 831 0.004671 10.0.0.240 - - [2025-12-01 02:12:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.005518 10.0.0.240 - - [2025-12-01 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001935 10.0.0.240 - - [2025-12-01 02:12:24] "GET /virtual-network/bda7e2ed-172c-4335-8b0a-ad812615d830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004882 10.0.0.240 - - [2025-12-01 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.012418 10.0.0.240 - - [2025-12-01 02:12:25] "PUT /virtual-network/bda7e2ed-172c-4335-8b0a-ad812615d830 HTTP/1.1" 200 265 0.037379 10.0.0.240 - - [2025-12-01 02:12:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001209 10.0.0.240 - - [2025-12-01 02:12:25] "POST /neutron/network HTTP/1.1" 200 843 0.004770 10.0.0.240 - - [2025-12-01 02:12:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000359 10.0.0.240 - - [2025-12-01 02:12:25] "GET / HTTP/1.1" 200 36215 0.001629 10.0.0.240 - - [2025-12-01 02:12:25] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000361 10.0.0.240 - - [2025-12-01 02:12:25] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000891 10.0.0.240 - - [2025-12-01 02:12:25] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042643 10.0.0.240 - - [2025-12-01 02:12:25] "POST /neutron/network HTTP/1.1" 200 833 0.005826 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/port HTTP/1.1" 200 117 0.005498 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/port HTTP/1.1" 200 117 0.004821 10.0.0.240 - - [2025-12-01 02:12:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001196 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/port HTTP/1.1" 200 117 0.008749 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/network HTTP/1.1" 200 841 0.005085 10.0.0.240 - - [2025-12-01 02:12:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000452 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/network HTTP/1.1" 200 843 0.004693 10.0.0.240 - - [2025-12-01 02:12:26] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001323 10.0.0.240 - - [2025-12-01 02:12:26] "GET / HTTP/1.1" 200 36215 0.002449 10.0.0.240 - - [2025-12-01 02:12:26] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000597 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/port HTTP/1.1" 200 1055 0.206480 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/port HTTP/1.1" 200 1055 0.008664 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/port HTTP/1.1" 200 1055 0.008681 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/port HTTP/1.1" 200 1109 0.065648 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/port HTTP/1.1" 200 1083 0.010284 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003349 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.005937 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/port HTTP/1.1" 200 117 0.000984 10.0.0.240 - - [2025-12-01 02:12:26] "POST /neutron/network HTTP/1.1" 200 833 0.004385 10.0.0.240 - - [2025-12-01 02:12:26] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001206 10.0.0.240 - - [2025-12-01 02:12:27] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.055099 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/network HTTP/1.1" 200 831 0.005217 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/port HTTP/1.1" 200 1083 0.013750 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006279 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/port HTTP/1.1" 200 117 0.004622 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/port HTTP/1.1" 200 1083 0.011550 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007044 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/network HTTP/1.1" 200 841 0.005172 10.0.0.240 - - [2025-12-01 02:12:27] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000912 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/port HTTP/1.1" 200 1053 0.244437 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/port HTTP/1.1" 200 1053 0.010579 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/port HTTP/1.1" 200 1053 0.009529 10.0.0.240 - - [2025-12-01 02:12:27] "POST /neutron/port HTTP/1.1" 200 1107 0.072770 10.0.0.240 - - [2025-12-01 02:12:28] "POST /neutron/port HTTP/1.1" 200 1081 0.010410 10.0.0.240 - - [2025-12-01 02:12:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003458 10.0.0.240 - - [2025-12-01 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.005713 10.0.0.240 - - [2025-12-01 02:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.240 - - [2025-12-01 02:12:28] "POST /neutron/network HTTP/1.1" 200 831 0.004524 10.0.0.240 - - [2025-12-01 02:12:32] "POST /neutron/port HTTP/1.1" 200 1083 0.009923 10.0.0.240 - - [2025-12-01 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005490 10.0.0.240 - - [2025-12-01 02:12:32] "POST /neutron/port HTTP/1.1" 200 1083 0.008842 10.0.0.240 - - [2025-12-01 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005256 10.0.0.240 - - [2025-12-01 02:12:32] "POST /neutron/port HTTP/1.1" 200 1083 0.009171 10.0.0.240 - - [2025-12-01 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005093 10.0.0.240 - - [2025-12-01 02:12:32] "GET /virtual-machine/3355d4b5-5d53-4fc9-aa5e-889d29d1b0a9 HTTP/1.1" 401 293 0.000432 10.0.0.240 - - [2025-12-01 02:12:32] "GET /virtual-machine/3355d4b5-5d53-4fc9-aa5e-889d29d1b0a9 HTTP/1.1" 200 1287 0.028314 10.0.0.240 - - [2025-12-01 02:12:32] "GET /virtual-machine-interface/ea3d95d8-0c63-40ce-a2e2-f16a06a00c25 HTTP/1.1" 200 2935 0.005918 10.0.0.240 - - [2025-12-01 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.240 - - [2025-12-01 02:12:32] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003585 10.0.0.240 - - [2025-12-01 02:12:32] "GET /virtual-networks?parent_id=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004651 10.0.0.240 - - [2025-12-01 02:12:32] "GET /virtual-network/546a73b1-ed91-409f-acb5-6d35086576e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004584 10.0.0.240 - - [2025-12-01 02:12:35] "POST /neutron/port HTTP/1.1" 200 1083 0.010425 10.0.0.240 - - [2025-12-01 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004817 10.0.0.240 - - [2025-12-01 02:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.240 - - [2025-12-01 02:12:36] "GET /virtual-network/546a73b1-ed91-409f-acb5-6d35086576e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004118 10.0.0.240 - - [2025-12-01 02:12:36] "POST /neutron/port HTTP/1.1" 200 1081 0.015286 10.0.0.240 - - [2025-12-01 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006175 10.0.0.240 - - [2025-12-01 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.240 - - [2025-12-01 02:12:38] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002648 10.0.0.240 - - [2025-12-01 02:12:38] "GET /virtual-networks?parent_id=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003116 10.0.0.240 - - [2025-12-01 02:12:38] "GET /virtual-network/546a73b1-ed91-409f-acb5-6d35086576e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004936 10.0.0.240 - - [2025-12-01 02:12:38] "POST /neutron/port HTTP/1.1" 200 1081 0.009658 10.0.0.240 - - [2025-12-01 02:12:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004896 10.0.0.240 - - [2025-12-01 02:12:38] "POST /neutron/port HTTP/1.1" 200 1081 0.010211 10.0.0.240 - - [2025-12-01 02:12:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004683 10.0.0.240 - - [2025-12-01 02:12:38] "POST /neutron/port HTTP/1.1" 200 1081 0.009315 10.0.0.240 - - [2025-12-01 02:12:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005838 10.0.0.240 - - [2025-12-01 02:12:38] "GET /virtual-machine/38d3a2a3-f40d-496b-b1cb-48ef8762cd7f HTTP/1.1" 200 1287 0.003788 10.0.0.240 - - [2025-12-01 02:12:38] "GET /virtual-machine-interface/c7e3b015-d019-4356-b425-210e2330f21b HTTP/1.1" 200 2935 0.004241 10.0.0.240 - - [2025-12-01 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.240 - - [2025-12-01 02:12:38] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002432 10.0.0.240 - - [2025-12-01 02:12:38] "GET /virtual-networks?parent_id=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002416 10.0.0.240 - - [2025-12-01 02:12:38] "GET /virtual-network/bda7e2ed-172c-4335-8b0a-ad812615d830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005278 10.0.0.240 - - [2025-12-01 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.240 - - [2025-12-01 02:12:39] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002495 10.0.0.240 - - [2025-12-01 02:12:40] "GET /virtual-networks?parent_id=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002606 10.0.0.240 - - [2025-12-01 02:12:40] "GET /virtual-network/bda7e2ed-172c-4335-8b0a-ad812615d830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004573 10.0.0.240 - - [2025-12-01 02:12:40] "POST /routing-policys HTTP/1.1" 200 536 0.016995 10.0.0.240 - - [2025-12-01 02:12:40] "GET /virtual-network/546a73b1-ed91-409f-acb5-6d35086576e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.011866 10.0.0.240 - - [2025-12-01 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.008867 10.0.0.240 - - [2025-12-01 02:12:40] "PUT /virtual-network/546a73b1-ed91-409f-acb5-6d35086576e6 HTTP/1.1" 200 265 0.028334 10.0.0.240 - - [2025-12-01 02:12:41] "DELETE /project/1e9b44d0b6cc4a8698b3740049f2f4be HTTP/1.1" 404 173 0.011927 10.0.0.240 - - [2025-12-01 02:12:41] "DELETE /project/3933ef8871bf479297ccec5f409922a8 HTTP/1.1" 404 173 0.011031 10.0.0.240 - - [2025-12-01 02:12:41] "DELETE /project/049852bea7824848a50e573dd0c46ce5 HTTP/1.1" 404 173 0.009547 10.0.0.240 - - [2025-12-01 02:12:41] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000761 10.0.0.240 - - [2025-12-01 02:12:41] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000685 10.0.0.240 - - [2025-12-01 02:12:41] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.029751 10.0.0.240 - - [2025-12-01 02:12:41] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.033984 10.0.0.240 - - [2025-12-01 02:12:41] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000795 10.0.0.240 - - [2025-12-01 02:12:41] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000712 10.0.0.240 - - [2025-12-01 02:12:41] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?fields=security_groups HTTP/1.1" 200 1421 0.026625 10.0.0.240 - - [2025-12-01 02:12:41] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?fields=security_groups HTTP/1.1" 200 1379 0.029461 10.0.0.240 - - [2025-12-01 02:12:42] "DELETE /security-group/06601829-38de-497c-8676-0b26f6c1e4f5 HTTP/1.1" 200 115 0.044490 10.0.0.240 - - [2025-12-01 02:12:42] "GET /projects?obj_uuids=3933ef88-71bf-4792-97cc-ec5f409922a8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001142 10.0.0.240 - - [2025-12-01 02:12:42] "DELETE /access-control-list/20886866-d02a-4671-921b-5588791ff6d2 HTTP/1.1" 200 115 0.031143 10.0.0.240 - - [2025-12-01 02:12:42] "DELETE /security-group/ea06c546-bd5a-4d61-bc9c-bc1213b213c7 HTTP/1.1" 200 115 0.055325 10.0.0.240 - - [2025-12-01 02:12:42] "GET /projects?obj_uuids=1e9b44d0-b6cc-4a86-98b3-740049f2f4be&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000811 10.0.0.240 - - [2025-12-01 02:12:42] "GET /project/3933ef88-71bf-4792-97cc-ec5f409922a8?fields=application_policy_sets HTTP/1.1" 200 1460 0.032972 10.0.0.240 - - [2025-12-01 02:12:42] "DELETE /access-control-list/9bea9787-a042-4e42-8643-6b9f6f4f4f3e HTTP/1.1" 200 115 0.021960 10.0.0.240 - - [2025-12-01 02:12:42] "DELETE /access-control-list/8ad7b54d-77d8-40f3-829d-fc75033f8465 HTTP/1.1" 200 115 0.034705 10.0.0.240 - - [2025-12-01 02:12:42] "GET /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be?fields=application_policy_sets HTTP/1.1" 200 1418 0.104378 10.0.0.240 - - [2025-12-01 02:12:42] "DELETE /access-control-list/337d70e2-c80f-4d79-a095-4a8f3c14c52b HTTP/1.1" 200 115 0.072622 10.0.0.240 - - [2025-12-01 02:12:42] "DELETE /project/3933ef88-71bf-4792-97cc-ec5f409922a8 HTTP/1.1" 200 115 0.362463 10.0.0.240 - - [2025-12-01 02:12:42] "DELETE /project/1e9b44d0-b6cc-4a86-98b3-740049f2f4be HTTP/1.1" 200 115 0.400059 10.0.0.240 - - [2025-12-01 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.009581 10.0.0.240 - - [2025-12-01 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.025162 10.0.0.240 - - [2025-12-01 02:12:44] "DELETE /routing-policy/df67b935-8718-4c49-9546-fa28d0fa0d36 HTTP/1.1" 200 115 0.015910 10.0.0.240 - - [2025-12-01 02:12:44] "POST /neutron/network HTTP/1.1" 200 831 0.009982 10.0.0.240 - - [2025-12-01 02:12:44] "POST /neutron/network HTTP/1.1" 400 204 0.009179 10.0.0.240 - - [2025-12-01 02:12:44] "POST /neutron/port HTTP/1.1" 200 1081 0.010017 10.0.0.240 - - [2025-12-01 02:12:44] "POST /neutron/port HTTP/1.1" 200 1107 0.007569 10.0.0.240 - - [2025-12-01 02:12:45] "POST /neutron/port HTTP/1.1" 200 1083 0.008478 10.0.0.240 - - [2025-12-01 02:12:45] "POST /neutron/port HTTP/1.1" 200 1109 0.009522 10.0.0.240 - - [2025-12-01 02:12:45] "POST /neutron/port HTTP/1.1" 200 151 0.099870 10.0.0.240 - - [2025-12-01 02:12:45] "POST /neutron/port HTTP/1.1" 200 151 0.094980 10.0.0.240 - - [2025-12-01 02:12:46] "POST /neutron/network HTTP/1.1" 200 831 0.004545 10.0.0.240 - - [2025-12-01 02:12:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003085 10.0.0.240 - - [2025-12-01 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.240 - - [2025-12-01 02:12:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001452 10.0.0.240 - - [2025-12-01 02:12:46] "POST /neutron/network HTTP/1.1" 200 151 0.087838 10.0.0.240 - - [2025-12-01 02:12:46] "DELETE /route-target/28a2e038-c815-4914-8685-83910764b0b9 HTTP/1.1" 200 115 0.018238 10.0.0.240 - - [2025-12-01 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.240 - - [2025-12-01 02:12:46] "POST /neutron/network HTTP/1.1" 200 833 0.004195 10.0.0.240 - - [2025-12-01 02:12:46] "DELETE /route-target/4d4d7a7a-f929-4175-85c2-ac80657cde29 HTTP/1.1" 409 240 0.003874 10.0.0.240 - - [2025-12-01 02:12:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002515 10.0.0.240 - - [2025-12-01 02:12:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001612 10.0.0.240 - - [2025-12-01 02:12:46] "POST /neutron/network HTTP/1.1" 200 151 0.071093 10.0.0.240 - - [2025-12-01 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.240 - - [2025-12-01 02:12:46] "DELETE /route-target/1584eefe-3200-4c40-ac8b-a4a8de4f44cc HTTP/1.1" 200 115 0.012809 10.0.0.240 - - [2025-12-01 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.240 - - [2025-12-01 02:12:46] "DELETE /route-target/4d4d7a7a-f929-4175-85c2-ac80657cde29 HTTP/1.1" 200 115 0.015339 10.0.0.240 - - [2025-12-01 02:12:47] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000891 10.0.0.240 - - [2025-12-01 02:12:47] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.020899 10.0.0.240 - - [2025-12-01 02:12:47] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000909 10.0.0.240 - - [2025-12-01 02:12:47] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?fields=virtual_networks HTTP/1.1" 200 1029 0.069797 10.0.0.240 - - [2025-12-01 02:12:47] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000867 10.0.0.240 - - [2025-12-01 02:12:47] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.027268 10.0.0.240 - - [2025-12-01 02:12:47] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000963 10.0.0.240 - - [2025-12-01 02:12:47] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?fields=security_groups HTTP/1.1" 200 1249 0.026907 10.0.0.240 - - [2025-12-01 02:12:47] "GET /obj-perms HTTP/1.1" 200 5075 0.054889 10.0.0.240 - - [2025-12-01 02:12:48] "GET /obj-perms HTTP/1.1" 200 5075 0.181351 10.0.0.240 - - [2025-12-01 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.024752 10.0.0.240 - - [2025-12-01 02:12:48] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002228 10.0.0.240 - - [2025-12-01 02:12:48] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.240 - - [2025-12-01 02:12:48] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005967 10.0.0.240 - - [2025-12-01 02:12:48] "POST /id-to-fqname HTTP/1.1" 200 188 0.001163 10.0.0.240 - - [2025-12-01 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.004738 10.0.0.240 - - [2025-12-01 02:12:49] "POST /security-groups HTTP/1.1" 200 589 0.063448 10.0.0.240 - - [2025-12-01 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 232 0.002197 10.0.0.240 - - [2025-12-01 02:12:49] "POST /projects HTTP/1.1" 200 581 0.206803 10.0.0.240 - - [2025-12-01 02:12:49] "POST /access-control-lists HTTP/1.1" 200 596 0.060768 10.0.0.240 - - [2025-12-01 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.278980 10.0.0.240 - - [2025-12-01 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.002387 10.0.0.240 - - [2025-12-01 02:12:49] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.390766 10.0.0.240 - - [2025-12-01 02:12:49] "POST /access-control-lists HTTP/1.1" 200 594 0.060380 10.0.0.240 - - [2025-12-01 02:12:50] "GET / HTTP/1.1" 200 36215 0.002532 10.0.0.240 - - [2025-12-01 02:12:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000549 10.0.0.240 - - [2025-12-01 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.057997 10.0.0.240 - - [2025-12-01 02:12:51] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000898 10.0.0.240 - - [2025-12-01 02:12:51] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024257 10.0.0.240 - - [2025-12-01 02:12:51] "POST /neutron/network HTTP/1.1" 200 117 0.033097 10.0.0.240 - - [2025-12-01 02:12:51] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.240 - - [2025-12-01 02:12:51] "POST /neutron/network HTTP/1.1" 200 613 0.063383 10.0.0.240 - - [2025-12-01 02:12:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003349 10.0.0.240 - - [2025-12-01 02:12:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.137916 10.0.0.240 - - [2025-12-01 02:12:51] "POST /neutron/network HTTP/1.1" 200 832 0.005501 10.0.0.240 - - [2025-12-01 02:12:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001160 10.0.0.240 - - [2025-12-01 02:12:51] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004479 10.0.0.240 - - [2025-12-01 02:12:51] "POST /neutron/network HTTP/1.1" 200 832 0.004506 10.0.0.240 - - [2025-12-01 02:12:51] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006630 10.0.0.240 - - [2025-12-01 02:12:51] "POST /neutron/network HTTP/1.1" 200 832 0.005064 10.0.0.240 - - [2025-12-01 02:12:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.005959 10.0.0.240 - - [2025-12-01 02:12:51] "GET /domains HTTP/1.1" 401 293 0.000445 10.0.0.240 - - [2025-12-01 02:12:51] "POST /route-targets HTTP/1.1" 200 328 0.011785 10.0.0.240 - - [2025-12-01 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.009520 10.0.0.240 - - [2025-12-01 02:12:52] "GET /domains HTTP/1.1" 200 281 0.030185 10.0.0.240 - - [2025-12-01 02:12:52] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.240 - - [2025-12-01 02:12:52] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2761 0.006336 10.0.0.240 - - [2025-12-01 02:12:52] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000802 10.0.0.240 - - [2025-12-01 02:12:52] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 2096 0.071276 10.0.0.240 - - [2025-12-01 02:12:52] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a HTTP/1.1" 200 2323 0.004898 10.0.0.240 - - [2025-12-01 02:12:52] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a HTTP/1.1" 200 2323 0.003713 10.0.0.240 - - [2025-12-01 02:12:52] "GET /routing-instance/189257b2-6e82-42cc-811f-61c9ef5bbb47 HTTP/1.1" 200 1495 0.002804 10.0.0.240 - - [2025-12-01 02:12:52] "GET /routing-instance/189257b2-6e82-42cc-811f-61c9ef5bbb47 HTTP/1.1" 200 1495 0.002337 10.0.0.240 - - [2025-12-01 02:12:52] "GET /route-target/25d0e4cf-b3f1-4615-9517-84dff1967e2e HTTP/1.1" 200 1214 0.002533 10.0.0.240 - - [2025-12-01 02:12:52] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a HTTP/1.1" 200 2323 0.003708 10.0.0.240 - - [2025-12-01 02:12:52] "GET /routing-instance/189257b2-6e82-42cc-811f-61c9ef5bbb47 HTTP/1.1" 200 1495 0.002836 10.0.0.240 - - [2025-12-01 02:12:52] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006413 10.0.0.240 - - [2025-12-01 02:12:52] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a HTTP/1.1" 200 2323 0.004925 10.0.0.240 - - [2025-12-01 02:12:52] "GET /routing-instance/189257b2-6e82-42cc-811f-61c9ef5bbb47 HTTP/1.1" 200 1495 0.002715 10.0.0.240 - - [2025-12-01 02:12:52] "GET /routing-instance/189257b2-6e82-42cc-811f-61c9ef5bbb47 HTTP/1.1" 200 1495 0.003995 10.0.0.240 - - [2025-12-01 02:12:52] "GET /route-target/25d0e4cf-b3f1-4615-9517-84dff1967e2e HTTP/1.1" 200 1214 0.002808 10.0.0.240 - - [2025-12-01 02:12:52] "GET /domains HTTP/1.1" 200 281 0.002416 10.0.0.240 - - [2025-12-01 02:12:52] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000828 10.0.0.240 - - [2025-12-01 02:12:52] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2761 0.005968 10.0.0.240 - - [2025-12-01 02:12:52] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000761 10.0.0.240 - - [2025-12-01 02:12:52] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 2096 0.064837 10.0.0.240 - - [2025-12-01 02:12:52] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a HTTP/1.1" 200 2323 0.004262 10.0.0.240 - - [2025-12-01 02:12:52] "GET /obj-perms HTTP/1.1" 200 5045 0.053190 10.0.0.240 - - [2025-12-01 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.240 - - [2025-12-01 02:12:52] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.240 - - [2025-12-01 02:12:52] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.020350 10.0.0.240 - - [2025-12-01 02:12:52] "POST /neutron/network HTTP/1.1" 200 117 0.014053 10.0.0.240 - - [2025-12-01 02:12:52] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.240 - - [2025-12-01 02:12:52] "POST /neutron/network HTTP/1.1" 200 613 0.071199 10.0.0.240 - - [2025-12-01 02:12:52] "POST /route-targets HTTP/1.1" 200 328 0.012620 10.0.0.240 - - [2025-12-01 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.014872 10.0.0.240 - - [2025-12-01 02:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005219 10.0.0.240 - - [2025-12-01 02:12:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.145344 10.0.0.240 - - [2025-12-01 02:12:53] "POST /neutron/network HTTP/1.1" 200 830 0.006105 10.0.0.240 - - [2025-12-01 02:12:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001316 10.0.0.240 - - [2025-12-01 02:12:53] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004383 10.0.0.240 - - [2025-12-01 02:12:53] "POST /neutron/network HTTP/1.1" 200 830 0.005079 10.0.0.240 - - [2025-12-01 02:12:53] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005401 10.0.0.240 - - [2025-12-01 02:12:53] "POST /neutron/network HTTP/1.1" 200 830 0.005004 10.0.0.240 - - [2025-12-01 02:12:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.005577 10.0.0.240 - - [2025-12-01 02:12:53] "GET /domains HTTP/1.1" 200 281 0.001876 10.0.0.240 - - [2025-12-01 02:12:53] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.240 - - [2025-12-01 02:12:53] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2761 0.008679 10.0.0.240 - - [2025-12-01 02:12:53] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000792 10.0.0.240 - - [2025-12-01 02:12:53] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 2315 0.066298 10.0.0.240 - - [2025-12-01 02:12:53] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4 HTTP/1.1" 200 2316 0.004994 10.0.0.240 - - [2025-12-01 02:12:53] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4 HTTP/1.1" 200 2316 0.004086 10.0.0.240 - - [2025-12-01 02:12:53] "GET /routing-instance/26d5bc55-f889-475b-879f-7af4887e27fa HTTP/1.1" 200 1495 0.003230 10.0.0.240 - - [2025-12-01 02:12:53] "GET /routing-instance/26d5bc55-f889-475b-879f-7af4887e27fa HTTP/1.1" 200 1495 0.003712 10.0.0.240 - - [2025-12-01 02:12:53] "GET /route-target/85a22696-88ab-4e45-9f1a-2f0523925e1b HTTP/1.1" 200 1214 0.002642 10.0.0.240 - - [2025-12-01 02:12:53] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4 HTTP/1.1" 200 2316 0.005034 10.0.0.240 - - [2025-12-01 02:12:53] "GET /routing-instance/26d5bc55-f889-475b-879f-7af4887e27fa HTTP/1.1" 200 1495 0.003877 10.0.0.240 - - [2025-12-01 02:12:53] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005382 10.0.0.240 - - [2025-12-01 02:12:53] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4 HTTP/1.1" 200 2316 0.003808 10.0.0.240 - - [2025-12-01 02:12:53] "GET /routing-instance/26d5bc55-f889-475b-879f-7af4887e27fa HTTP/1.1" 200 1495 0.002497 10.0.0.240 - - [2025-12-01 02:12:53] "GET /routing-instance/26d5bc55-f889-475b-879f-7af4887e27fa HTTP/1.1" 200 1495 0.002650 10.0.0.240 - - [2025-12-01 02:12:53] "GET /route-target/85a22696-88ab-4e45-9f1a-2f0523925e1b HTTP/1.1" 200 1214 0.002668 10.0.0.240 - - [2025-12-01 02:12:53] "GET /domains HTTP/1.1" 200 281 0.002298 10.0.0.240 - - [2025-12-01 02:12:53] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000808 10.0.0.240 - - [2025-12-01 02:12:53] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2761 0.005761 10.0.0.240 - - [2025-12-01 02:12:53] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.240 - - [2025-12-01 02:12:53] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 2315 0.066300 10.0.0.240 - - [2025-12-01 02:12:53] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4 HTTP/1.1" 200 2316 0.004156 10.0.0.240 - - [2025-12-01 02:12:53] "GET /obj-perms HTTP/1.1" 200 5045 0.002665 10.0.0.240 - - [2025-12-01 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.240 - - [2025-12-01 02:12:53] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.240 - - [2025-12-01 02:12:53] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026102 10.0.0.240 - - [2025-12-01 02:12:53] "POST /neutron/network HTTP/1.1" 200 117 0.008969 10.0.0.240 - - [2025-12-01 02:12:53] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.240 - - [2025-12-01 02:12:53] "POST /neutron/network HTTP/1.1" 200 615 0.052897 10.0.0.240 - - [2025-12-01 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.009502 10.0.0.240 - - [2025-12-01 02:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004297 10.0.0.240 - - [2025-12-01 02:12:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.122489 10.0.0.240 - - [2025-12-01 02:12:53] "POST /neutron/network HTTP/1.1" 200 833 0.006014 10.0.0.240 - - [2025-12-01 02:12:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001057 10.0.0.240 - - [2025-12-01 02:12:53] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004473 10.0.0.240 - - [2025-12-01 02:12:53] "POST /neutron/network HTTP/1.1" 200 833 0.005599 10.0.0.240 - - [2025-12-01 02:12:53] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004482 10.0.0.240 - - [2025-12-01 02:12:54] "POST /neutron/network HTTP/1.1" 200 833 0.004886 10.0.0.240 - - [2025-12-01 02:12:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.005526 10.0.0.240 - - [2025-12-01 02:12:54] "GET /domains HTTP/1.1" 200 281 0.001762 10.0.0.240 - - [2025-12-01 02:12:54] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000772 10.0.0.240 - - [2025-12-01 02:12:54] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2761 0.004995 10.0.0.240 - - [2025-12-01 02:12:54] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000800 10.0.0.240 - - [2025-12-01 02:12:54] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 2535 0.062678 10.0.0.240 - - [2025-12-01 02:12:54] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0 HTTP/1.1" 200 2325 0.005059 10.0.0.240 - - [2025-12-01 02:12:54] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0 HTTP/1.1" 200 2325 0.004040 10.0.0.240 - - [2025-12-01 02:12:54] "GET /routing-instance/b13ecd76-e0f0-44a3-bbd5-8bc3fcd97518 HTTP/1.1" 200 1501 0.002710 10.0.0.240 - - [2025-12-01 02:12:54] "GET /routing-instance/b13ecd76-e0f0-44a3-bbd5-8bc3fcd97518 HTTP/1.1" 200 1501 0.002665 10.0.0.240 - - [2025-12-01 02:12:54] "GET /route-target/1c479fd5-d871-4b09-af59-565ceac3f0bd HTTP/1.1" 200 1216 0.002720 10.0.0.240 - - [2025-12-01 02:12:54] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0 HTTP/1.1" 200 2325 0.004017 10.0.0.240 - - [2025-12-01 02:12:54] "GET /routing-instance/b13ecd76-e0f0-44a3-bbd5-8bc3fcd97518 HTTP/1.1" 200 1501 0.002747 10.0.0.240 - - [2025-12-01 02:12:54] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004146 10.0.0.240 - - [2025-12-01 02:12:54] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0 HTTP/1.1" 200 2325 0.004103 10.0.0.240 - - [2025-12-01 02:12:54] "GET /routing-instance/b13ecd76-e0f0-44a3-bbd5-8bc3fcd97518 HTTP/1.1" 200 1501 0.003268 10.0.0.240 - - [2025-12-01 02:12:54] "GET /routing-instance/b13ecd76-e0f0-44a3-bbd5-8bc3fcd97518 HTTP/1.1" 200 1501 0.002822 10.0.0.240 - - [2025-12-01 02:12:54] "GET /route-target/1c479fd5-d871-4b09-af59-565ceac3f0bd HTTP/1.1" 200 1216 0.002602 10.0.0.240 - - [2025-12-01 02:12:54] "GET /domains HTTP/1.1" 200 281 0.002422 10.0.0.240 - - [2025-12-01 02:12:54] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.240 - - [2025-12-01 02:12:54] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2761 0.005909 10.0.0.240 - - [2025-12-01 02:12:54] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002068 10.0.0.240 - - [2025-12-01 02:12:54] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 2535 0.068994 10.0.0.240 - - [2025-12-01 02:12:54] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0 HTTP/1.1" 200 2325 0.004340 10.0.0.240 - - [2025-12-01 02:12:54] "GET /obj-perms HTTP/1.1" 200 5045 0.002327 10.0.0.240 - - [2025-12-01 02:12:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001172 10.0.0.240 - - [2025-12-01 02:12:54] "POST /neutron/network HTTP/1.1" 200 840 0.004759 10.0.0.240 - - [2025-12-01 02:12:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000383 10.0.0.240 - - [2025-12-01 02:12:54] "GET / HTTP/1.1" 200 36215 0.001563 10.0.0.240 - - [2025-12-01 02:12:54] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000344 10.0.0.240 - - [2025-12-01 02:12:55] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.240 - - [2025-12-01 02:12:55] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044895 10.0.0.240 - - [2025-12-01 02:12:55] "POST /neutron/network HTTP/1.1" 200 830 0.004387 10.0.0.240 - - [2025-12-01 02:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.004168 10.0.0.240 - - [2025-12-01 02:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.004682 10.0.0.240 - - [2025-12-01 02:12:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001131 10.0.0.240 - - [2025-12-01 02:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.008916 10.0.0.240 - - [2025-12-01 02:12:55] "POST /neutron/network HTTP/1.1" 200 843 0.004824 10.0.0.240 - - [2025-12-01 02:12:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000344 10.0.0.240 - - [2025-12-01 02:12:55] "POST /neutron/network HTTP/1.1" 200 840 0.005126 10.0.0.240 - - [2025-12-01 02:12:55] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.240 - - [2025-12-01 02:12:55] "GET / HTTP/1.1" 200 36215 0.001646 10.0.0.240 - - [2025-12-01 02:12:55] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000369 10.0.0.240 - - [2025-12-01 02:12:55] "POST /neutron/port HTTP/1.1" 200 1056 0.212000 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/port HTTP/1.1" 200 1056 0.008166 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/port HTTP/1.1" 200 1056 0.007780 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/port HTTP/1.1" 200 1110 0.058644 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/port HTTP/1.1" 200 1084 0.011867 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002939 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.007258 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/network HTTP/1.1" 200 830 0.005694 10.0.0.240 - - [2025-12-01 02:12:56] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002331 10.0.0.240 - - [2025-12-01 02:12:56] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051297 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/network HTTP/1.1" 200 833 0.004586 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/port HTTP/1.1" 200 1084 0.016647 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008471 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.006842 10.0.0.240 - - [2025-12-01 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.002104 10.0.0.240 - - [2025-12-01 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002212 10.0.0.240 - - [2025-12-01 02:12:56] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.240 - - [2025-12-01 02:12:56] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006695 10.0.0.240 - - [2025-12-01 02:12:56] "POST /service-templates HTTP/1.1" 200 545 0.026139 10.0.0.240 - - [2025-12-01 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.240 - - [2025-12-01 02:12:56] "GET /service-template/7655e3c7-8f29-4891-b5a3-d1d25ad28077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004008 10.0.0.240 - - [2025-12-01 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.240 - - [2025-12-01 02:12:56] "POST /neutron/network HTTP/1.1" 200 843 0.006887 10.0.0.240 - - [2025-12-01 02:12:56] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.240 - - [2025-12-01 02:12:56] "GET /service-template/7655e3c7-8f29-4891-b5a3-d1d25ad28077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003166 10.0.0.240 - - [2025-12-01 02:12:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001204 10.0.0.240 - - [2025-12-01 02:12:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001919 10.0.0.240 - - [2025-12-01 02:12:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001306 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/port HTTP/1.1" 200 1057 0.260680 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/port HTTP/1.1" 200 1057 0.006742 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/port HTTP/1.1" 200 1057 0.011425 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/port HTTP/1.1" 200 1999 0.019055 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008358 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/port HTTP/1.1" 200 1111 0.076596 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/port HTTP/1.1" 200 1085 0.011321 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003216 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.008389 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/port HTTP/1.1" 200 117 0.000985 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/network HTTP/1.1" 200 833 0.004990 10.0.0.240 - - [2025-12-01 02:12:57] "POST /neutron/network HTTP/1.1" 200 2220 0.008799 10.0.0.240 - - [2025-12-01 02:12:57] "GET /aaa-mode HTTP/1.1" 401 293 0.000439 10.0.0.240 - - [2025-12-01 02:12:58] "GET / HTTP/1.1" 200 36215 0.001607 10.0.0.240 - - [2025-12-01 02:12:58] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000324 10.0.0.240 - - [2025-12-01 02:12:58] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.240 - - [2025-12-01 02:12:58] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047087 10.0.0.240 - - [2025-12-01 02:12:58] "POST /neutron/network HTTP/1.1" 200 832 0.004341 10.0.0.240 - - [2025-12-01 02:12:58] "POST /neutron/network HTTP/1.1" 200 830 0.006258 10.0.0.240 - - [2025-12-01 02:12:58] "POST /neutron/network HTTP/1.1" 200 833 0.005677 10.0.0.240 - - [2025-12-01 02:12:58] "POST /neutron/port HTTP/1.1" 200 2053 0.014035 10.0.0.240 - - [2025-12-01 02:12:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005780 10.0.0.240 - - [2025-12-01 02:12:58] "POST /neutron/port HTTP/1.1" 200 117 0.004502 10.0.0.240 - - [2025-12-01 02:12:58] "POST /neutron/port HTTP/1.1" 200 117 0.004452 10.0.0.240 - - [2025-12-01 02:12:59] "POST /neutron/network HTTP/1.1" 200 2220 0.008085 10.0.0.240 - - [2025-12-01 02:12:59] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.240 - - [2025-12-01 02:12:59] "POST /neutron/port HTTP/1.1" 200 1058 0.240099 10.0.0.240 - - [2025-12-01 02:12:59] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001474 10.0.0.240 - - [2025-12-01 02:12:59] "POST /neutron/port HTTP/1.1" 200 1056 0.180751 10.0.0.240 - - [2025-12-01 02:12:59] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.240 - - [2025-12-01 02:12:59] "POST /neutron/port HTTP/1.1" 200 1057 0.180163 10.0.0.240 - - [2025-12-01 02:12:59] "POST /neutron/port HTTP/1.1" 200 1058 0.010046 10.0.0.240 - - [2025-12-01 02:12:59] "POST /neutron/port HTTP/1.1" 200 1058 0.008337 10.0.0.240 - - [2025-12-01 02:12:59] "POST /neutron/port HTTP/1.1" 200 1112 0.074701 10.0.0.240 - - [2025-12-01 02:12:59] "POST /neutron/port HTTP/1.1" 200 1056 0.009012 10.0.0.240 - - [2025-12-01 02:12:59] "POST /neutron/port HTTP/1.1" 200 1056 0.007411 10.0.0.240 - - [2025-12-01 02:12:59] "POST /neutron/port HTTP/1.1" 200 1110 0.064369 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/port HTTP/1.1" 200 1057 0.007801 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/port HTTP/1.1" 200 1057 0.007118 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/port HTTP/1.1" 200 1111 0.050925 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/port HTTP/1.1" 200 3022 0.012347 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002962 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.006113 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/network HTTP/1.1" 200 832 0.005962 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004196 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 689 0.007712 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/network HTTP/1.1" 200 830 0.004841 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002954 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 694 0.006467 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.240 - - [2025-12-01 02:13:00] "POST /neutron/network HTTP/1.1" 200 833 0.005628 10.0.0.240 - - [2025-12-01 02:13:03] "POST /neutron/port HTTP/1.1" 200 3022 0.013205 10.0.0.240 - - [2025-12-01 02:13:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005216 10.0.0.240 - - [2025-12-01 02:13:03] "POST /neutron/port HTTP/1.1" 200 3022 0.018325 10.0.0.240 - - [2025-12-01 02:13:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009659 10.0.0.240 - - [2025-12-01 02:13:04] "POST /neutron/port HTTP/1.1" 200 3022 0.014258 10.0.0.240 - - [2025-12-01 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009000 10.0.0.240 - - [2025-12-01 02:13:04] "POST /neutron/port HTTP/1.1" 200 3022 0.011923 10.0.0.240 - - [2025-12-01 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005949 10.0.0.240 - - [2025-12-01 02:13:04] "POST /neutron/port HTTP/1.1" 200 3022 0.017823 10.0.0.240 - - [2025-12-01 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005017 10.0.0.240 - - [2025-12-01 02:13:04] "GET /virtual-machine/20190c34-4b46-4772-9092-fd6681d93a0e HTTP/1.1" 200 1806 0.004269 10.0.0.240 - - [2025-12-01 02:13:04] "GET /virtual-machine-interface/9adaeb72-890d-4f8c-82a1-6b79895f9e50 HTTP/1.1" 200 2953 0.005898 10.0.0.240 - - [2025-12-01 02:13:04] "GET /virtual-machine-interface/b419e452-8459-430d-9680-be464d7e7bbf HTTP/1.1" 200 2957 0.005317 10.0.0.240 - - [2025-12-01 02:13:04] "GET /virtual-machine-interface/e9b50ecf-f89e-483d-819e-18465e038ce4 HTTP/1.1" 200 2953 0.004356 10.0.0.240 - - [2025-12-01 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.240 - - [2025-12-01 02:13:04] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002425 10.0.0.240 - - [2025-12-01 02:13:04] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002607 10.0.0.240 - - [2025-12-01 02:13:04] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004593 10.0.0.240 - - [2025-12-01 02:13:04] "POST /neutron/port HTTP/1.1" 200 1084 0.015550 10.0.0.240 - - [2025-12-01 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005020 10.0.0.240 - - [2025-12-01 02:13:06] "POST /neutron/port HTTP/1.1" 200 1085 0.009658 10.0.0.240 - - [2025-12-01 02:13:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005659 10.0.0.240 - - [2025-12-01 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.240 - - [2025-12-01 02:13:07] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009216 10.0.0.240 - - [2025-12-01 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.240 - - [2025-12-01 02:13:11] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004188 10.0.0.240 - - [2025-12-01 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.240 - - [2025-12-01 02:13:15] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004035 10.0.0.240 - - [2025-12-01 02:13:19] "POST /neutron/port HTTP/1.1" 200 1084 0.010657 10.0.0.240 - - [2025-12-01 02:13:19] "POST /neutron/port HTTP/1.1" 200 1084 0.009444 10.0.0.240 - - [2025-12-01 02:13:19] "POST /neutron/network HTTP/1.1" 200 840 0.004991 10.0.0.240 - - [2025-12-01 02:13:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003307 10.0.0.240 - - [2025-12-01 02:13:19] "POST /neutron/subnet HTTP/1.1" 200 689 0.007011 10.0.0.240 - - [2025-12-01 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.240 - - [2025-12-01 02:13:19] "POST /neutron/network HTTP/1.1" 200 830 0.005504 10.0.0.240 - - [2025-12-01 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.240 - - [2025-12-01 02:13:19] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002951 10.0.0.240 - - [2025-12-01 02:13:19] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003081 10.0.0.240 - - [2025-12-01 02:13:20] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006040 10.0.0.240 - - [2025-12-01 02:13:20] "POST /neutron/port HTTP/1.1" 200 3022 0.012443 10.0.0.240 - - [2025-12-01 02:13:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004958 10.0.0.240 - - [2025-12-01 02:13:25] "POST /neutron/port HTTP/1.1" 200 3022 0.014135 10.0.0.240 - - [2025-12-01 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004526 10.0.0.240 - - [2025-12-01 02:13:29] "POST /neutron/port HTTP/1.1" 200 3022 0.014220 10.0.0.240 - - [2025-12-01 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005667 10.0.0.240 - - [2025-12-01 02:13:30] "POST /neutron/port HTTP/1.1" 200 3022 0.014658 10.0.0.240 - - [2025-12-01 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005082 10.0.0.240 - - [2025-12-01 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.240 - - [2025-12-01 02:13:35] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002912 10.0.0.240 - - [2025-12-01 02:13:35] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002812 10.0.0.240 - - [2025-12-01 02:13:35] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004717 10.0.0.240 - - [2025-12-01 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.240 - - [2025-12-01 02:13:36] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002508 10.0.0.240 - - [2025-12-01 02:13:36] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002572 10.0.0.240 - - [2025-12-01 02:13:36] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005055 10.0.0.240 - - [2025-12-01 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.002566 10.0.0.240 - - [2025-12-01 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.240 - - [2025-12-01 02:13:36] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.240 - - [2025-12-01 02:13:36] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.021960 10.0.0.240 - - [2025-12-01 02:13:36] "POST /service-instances HTTP/1.1" 200 545 0.060103 10.0.0.240 - - [2025-12-01 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.240 - - [2025-12-01 02:13:36] "GET /service-instance/7f05d536-b0c4-4199-a7ec-ca8c46702e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004705 10.0.0.240 - - [2025-12-01 02:13:36] "POST /port-tuples HTTP/1.1" 200 588 0.017722 10.0.0.240 - - [2025-12-01 02:13:36] "GET /virtual-machine-interface/9adaeb72-890d-4f8c-82a1-6b79895f9e50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005429 10.0.0.240 - - [2025-12-01 02:13:36] "PUT /virtual-machine-interface/9adaeb72-890d-4f8c-82a1-6b79895f9e50 HTTP/1.1" 200 285 0.009553 10.0.0.240 - - [2025-12-01 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.008983 10.0.0.240 - - [2025-12-01 02:13:36] "POST /instance-ips HTTP/1.1" 200 386 0.021126 10.0.0.240 - - [2025-12-01 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.008563 10.0.0.240 - - [2025-12-01 02:13:36] "GET /virtual-machine-interface/e9b50ecf-f89e-483d-819e-18465e038ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.003965 10.0.0.240 - - [2025-12-01 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.009526 10.0.0.240 - - [2025-12-01 02:13:36] "PUT /virtual-machine-interface/e9b50ecf-f89e-483d-819e-18465e038ce4 HTTP/1.1" 200 285 0.010623 10.0.0.240 - - [2025-12-01 02:13:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002505 10.0.0.240 - - [2025-12-01 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.007384 10.0.0.240 - - [2025-12-01 02:13:37] "GET /virtual-machine-interface/b419e452-8459-430d-9680-be464d7e7bbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005876 10.0.0.240 - - [2025-12-01 02:13:37] "POST /instance-ips HTTP/1.1" 200 386 0.025669 10.0.0.240 - - [2025-12-01 02:13:37] "PUT /virtual-machine-interface/b419e452-8459-430d-9680-be464d7e7bbf HTTP/1.1" 200 285 0.008927 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.007488 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.007914 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.006920 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002450 10.0.0.240 - - [2025-12-01 02:13:37] "POST /neutron/port HTTP/1.1" 200 1084 0.009700 10.0.0.240 - - [2025-12-01 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005462 10.0.0.240 - - [2025-12-01 02:13:37] "POST /instance-ips HTTP/1.1" 200 374 0.014111 10.0.0.240 - - [2025-12-01 02:13:37] "POST /neutron/port HTTP/1.1" 200 1084 0.008351 10.0.0.240 - - [2025-12-01 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005242 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.009560 10.0.0.240 - - [2025-12-01 02:13:37] "POST /neutron/port HTTP/1.1" 200 1084 0.009708 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.005955 10.0.0.240 - - [2025-12-01 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007469 10.0.0.240 - - [2025-12-01 02:13:37] "GET /virtual-machine/c25bb601-1c1c-4578-b97b-56d20105ba4a HTTP/1.1" 200 1293 0.003834 10.0.0.240 - - [2025-12-01 02:13:37] "GET /virtual-machine-interface/e3c42ab4-6fe1-445f-94b4-9f57ad0b5bf8 HTTP/1.1" 200 2954 0.004172 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001982 10.0.0.240 - - [2025-12-01 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.240 - - [2025-12-01 02:13:37] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002369 10.0.0.240 - - [2025-12-01 02:13:37] "POST /instance-ips HTTP/1.1" 200 374 0.014384 10.0.0.240 - - [2025-12-01 02:13:37] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002266 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.008134 10.0.0.240 - - [2025-12-01 02:13:37] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004108 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.007367 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002544 10.0.0.240 - - [2025-12-01 02:13:37] "POST /instance-ips HTTP/1.1" 200 376 0.015817 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.008539 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.007236 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002573 10.0.0.240 - - [2025-12-01 02:13:37] "POST /instance-ips HTTP/1.1" 200 376 0.016648 10.0.0.240 - - [2025-12-01 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.007322 10.0.0.240 - - [2025-12-01 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.007084 10.0.0.240 - - [2025-12-01 02:13:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002453 10.0.0.240 - - [2025-12-01 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002253 10.0.0.240 - - [2025-12-01 02:13:38] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002501 10.0.0.240 - - [2025-12-01 02:13:38] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002802 10.0.0.240 - - [2025-12-01 02:13:38] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004861 10.0.0.240 - - [2025-12-01 02:13:38] "POST /neutron/port HTTP/1.1" 200 1085 0.009338 10.0.0.240 - - [2025-12-01 02:13:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005110 10.0.0.240 - - [2025-12-01 02:13:39] "POST /neutron/port HTTP/1.1" 200 1085 0.009166 10.0.0.240 - - [2025-12-01 02:13:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005144 10.0.0.240 - - [2025-12-01 02:13:39] "POST /neutron/port HTTP/1.1" 200 1085 0.008792 10.0.0.240 - - [2025-12-01 02:13:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005017 10.0.0.240 - - [2025-12-01 02:13:39] "GET /virtual-machine/14fc8739-6f12-4755-bfd1-8c8a0a0ece25 HTTP/1.1" 200 1292 0.003299 10.0.0.240 - - [2025-12-01 02:13:39] "GET /virtual-machine-interface/9c988a78-092d-44fd-8010-e13d37954c36 HTTP/1.1" 200 2956 0.003729 10.0.0.240 - - [2025-12-01 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002113 10.0.0.240 - - [2025-12-01 02:13:39] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002504 10.0.0.240 - - [2025-12-01 02:13:39] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003108 10.0.0.240 - - [2025-12-01 02:13:39] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007378 10.0.0.240 - - [2025-12-01 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.240 - - [2025-12-01 02:13:40] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002463 10.0.0.240 - - [2025-12-01 02:13:40] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003261 10.0.0.240 - - [2025-12-01 02:13:40] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004399 10.0.0.240 - - [2025-12-01 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.002600 10.0.0.240 - - [2025-12-01 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001978 10.0.0.240 - - [2025-12-01 02:13:40] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.240 - - [2025-12-01 02:13:40] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.023102 10.0.0.240 - - [2025-12-01 02:13:40] "POST /network-policys HTTP/1.1" 200 549 0.014840 10.0.0.240 - - [2025-12-01 02:13:40] "GET /network-policy/6dee1d77-966e-4f6b-a310-d02afae17d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003740 10.0.0.240 - - [2025-12-01 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002270 10.0.0.240 - - [2025-12-01 02:13:40] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005591 10.0.0.240 - - [2025-12-01 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.240 - - [2025-12-01 02:13:41] "GET /network-policy/6dee1d77-966e-4f6b-a310-d02afae17d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003035 10.0.0.240 - - [2025-12-01 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.026013 10.0.0.240 - - [2025-12-01 02:13:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.003080 10.0.0.240 - - [2025-12-01 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.240 - - [2025-12-01 02:13:41] "POST /access-control-lists HTTP/1.1" 200 603 0.058162 10.0.0.240 - - [2025-12-01 02:13:41] "GET /network-policy/6dee1d77-966e-4f6b-a310-d02afae17d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002901 10.0.0.240 - - [2025-12-01 02:13:41] "POST /neutron/network HTTP/1.1" 200 918 0.006240 10.0.0.240 - - [2025-12-01 02:13:41] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004536 10.0.0.240 - - [2025-12-01 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.240 - - [2025-12-01 02:13:41] "GET /network-policy/6dee1d77-966e-4f6b-a310-d02afae17d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003403 10.0.0.240 - - [2025-12-01 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.240 - - [2025-12-01 02:13:41] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004634 10.0.0.240 - - [2025-12-01 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.240 - - [2025-12-01 02:13:41] "GET /network-policy/6dee1d77-966e-4f6b-a310-d02afae17d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003006 10.0.0.240 - - [2025-12-01 02:13:41] "PUT /access-control-list/999e0e79-f678-4b56-a933-b1905bedc733 HTTP/1.1" 200 273 0.013462 10.0.0.240 - - [2025-12-01 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.041954 10.0.0.240 - - [2025-12-01 02:13:41] "POST /fqname-to-id HTTP/1.1" 404 244 0.003563 10.0.0.240 - - [2025-12-01 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.240 - - [2025-12-01 02:13:41] "GET /network-policy/6dee1d77-966e-4f6b-a310-d02afae17d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.020815 10.0.0.240 - - [2025-12-01 02:13:41] "POST /access-control-lists HTTP/1.1" 200 606 0.057255 10.0.0.240 - - [2025-12-01 02:13:41] "POST /neutron/network HTTP/1.1" 200 921 0.008578 10.0.0.240 - - [2025-12-01 02:13:41] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004054 10.0.0.240 - - [2025-12-01 02:13:41] "POST /routing-instances HTTP/1.1" 200 761 0.027075 10.0.0.240 - - [2025-12-01 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002356 10.0.0.240 - - [2025-12-01 02:13:41] "POST /route-targets HTTP/1.1" 200 328 0.010375 10.0.0.240 - - [2025-12-01 02:13:41] "GET /network-policy/6dee1d77-966e-4f6b-a310-d02afae17d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004048 10.0.0.240 - - [2025-12-01 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.009686 10.0.0.240 - - [2025-12-01 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.240 - - [2025-12-01 02:13:42] "GET /routing-instance/16b7fc67-0ed6-4771-9c3f-28dff2d2cf35?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.003200 10.0.0.240 - - [2025-12-01 02:13:42] "GET /service-template/7655e3c7-8f29-4891-b5a3-d1d25ad28077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003379 10.0.0.240 - - [2025-12-01 02:13:42] "GET /routing-instance/16b7fc67-0ed6-4771-9c3f-28dff2d2cf35?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.003217 10.0.0.240 - - [2025-12-01 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.240 - - [2025-12-01 02:13:42] "POST /ref-update HTTP/1.1" 200 156 0.010308 10.0.0.240 - - [2025-12-01 02:13:42] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.240 - - [2025-12-01 02:13:42] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027992 10.0.0.240 - - [2025-12-01 02:13:42] "POST /routing-instances HTTP/1.1" 200 762 0.016502 10.0.0.240 - - [2025-12-01 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.240 - - [2025-12-01 02:13:42] "POST /route-targets HTTP/1.1" 200 328 0.009453 10.0.0.240 - - [2025-12-01 02:13:42] "GET /service-instance/7f05d536-b0c4-4199-a7ec-ca8c46702e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004289 10.0.0.240 - - [2025-12-01 02:13:42] "POST /ref-update HTTP/1.1" 200 156 0.011447 10.0.0.240 - - [2025-12-01 02:13:42] "GET /domains HTTP/1.1" 200 281 0.002095 10.0.0.240 - - [2025-12-01 02:13:42] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.240 - - [2025-12-01 02:13:42] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2962 0.008575 10.0.0.240 - - [2025-12-01 02:13:42] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000816 10.0.0.240 - - [2025-12-01 02:13:42] "DELETE /project/561be4563d284e0d934717fcf3788c24 HTTP/1.1" 404 173 0.006707 10.0.0.240 - - [2025-12-01 02:13:42] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001013 10.0.0.240 - - [2025-12-01 02:13:42] "GET /routing-instance/31cc895d-4202-4279-b303-90e04344e462?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.004751 10.0.0.240 - - [2025-12-01 02:13:42] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.024751 10.0.0.240 - - [2025-12-01 02:13:42] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000812 10.0.0.240 - - [2025-12-01 02:13:42] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 4258 0.066832 10.0.0.240 - - [2025-12-01 02:13:42] "GET /routing-instance/31cc895d-4202-4279-b303-90e04344e462?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.002702 10.0.0.240 - - [2025-12-01 02:13:42] "GET /service-instance/7f05d536-b0c4-4199-a7ec-ca8c46702e8b HTTP/1.1" 200 3793 0.007361 10.0.0.240 - - [2025-12-01 02:13:42] "GET /domains HTTP/1.1" 200 281 0.001846 10.0.0.240 - - [2025-12-01 02:13:42] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000763 10.0.0.240 - - [2025-12-01 02:13:42] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2962 0.005138 10.0.0.240 - - [2025-12-01 02:13:42] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.240 - - [2025-12-01 02:13:42] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?fields=security_groups HTTP/1.1" 200 1351 0.065113 10.0.0.240 - - [2025-12-01 02:13:42] "PUT /routing-instance/16b7fc67-0ed6-4771-9c3f-28dff2d2cf35 HTTP/1.1" 200 267 0.008476 10.0.0.240 - - [2025-12-01 02:13:42] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 4258 0.069070 10.0.0.240 - - [2025-12-01 02:13:42] "GET /service-instance/7f05d536-b0c4-4199-a7ec-ca8c46702e8b HTTP/1.1" 200 3793 0.002735 10.0.0.240 - - [2025-12-01 02:13:42] "GET /port-tuple/ac4338a1-c2ac-4359-928b-c1aa69d70473 HTTP/1.1" 200 1985 0.004683 10.0.0.240 - - [2025-12-01 02:13:42] "GET /virtual-machine-interface/9adaeb72-890d-4f8c-82a1-6b79895f9e50 HTTP/1.1" 200 3826 0.004442 10.0.0.240 - - [2025-12-01 02:13:42] "PUT /routing-instance/31cc895d-4202-4279-b303-90e04344e462 HTTP/1.1" 200 267 0.013570 10.0.0.240 - - [2025-12-01 02:13:42] "GET /virtual-machine-interface/b419e452-8459-430d-9680-be464d7e7bbf HTTP/1.1" 200 3815 0.005853 10.0.0.240 - - [2025-12-01 02:13:42] "GET /virtual-machine-interface/e9b50ecf-f89e-483d-819e-18465e038ce4 HTTP/1.1" 200 3808 0.004640 10.0.0.240 - - [2025-12-01 02:13:42] "DELETE /security-group/2a5daa49-31c1-4a00-af92-9e86bb2b3885 HTTP/1.1" 200 115 0.060521 10.0.0.240 - - [2025-12-01 02:13:42] "GET /projects?obj_uuids=049852be-a782-4848-a50e-573dd0c46ce5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000798 10.0.0.240 - - [2025-12-01 02:13:42] "GET /project/049852be-a782-4848-a50e-573dd0c46ce5?fields=application_policy_sets HTTP/1.1" 200 1390 0.023322 10.0.0.240 - - [2025-12-01 02:13:42] "POST /ref-update HTTP/1.1" 200 156 0.008055 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/port HTTP/1.1" 200 3829 0.031376 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009393 10.0.0.240 - - [2025-12-01 02:13:42] "PUT /access-control-list/d83b48a1-f7b5-4d21-9d88-3ed3ea88777e HTTP/1.1" 200 273 0.016973 10.0.0.240 - - [2025-12-01 02:13:42] "DELETE /project/049852be-a782-4848-a50e-573dd0c46ce5 HTTP/1.1" 200 115 0.343981 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/port HTTP/1.1" 200 3829 0.026548 10.0.0.240 - - [2025-12-01 02:13:42] "DELETE /access-control-list/67857ab4-4176-4a79-8490-9a51474ec704 HTTP/1.1" 200 115 0.018023 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006381 10.0.0.240 - - [2025-12-01 02:13:42] "DELETE /access-control-list/4e2b54da-26b6-44ef-a75a-396cc027a48a HTTP/1.1" 200 115 0.016041 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/port HTTP/1.1" 200 3829 0.022066 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005558 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/port HTTP/1.1" 200 3829 0.027663 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005345 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/network HTTP/1.1" 200 892 0.015206 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/network HTTP/1.1" 200 918 0.004560 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/network HTTP/1.1" 200 806 0.009957 10.0.0.240 - - [2025-12-01 02:13:42] "POST /neutron/network HTTP/1.1" 200 832 0.004313 10.0.0.240 - - [2025-12-01 02:13:43] "POST /neutron/network HTTP/1.1" 200 895 0.009389 10.0.0.240 - - [2025-12-01 02:13:43] "POST /neutron/network HTTP/1.1" 200 921 0.004828 10.0.0.240 - - [2025-12-01 02:13:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.000993 10.0.0.240 - - [2025-12-01 02:13:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.000857 10.0.0.240 - - [2025-12-01 02:13:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001351 10.0.0.240 - - [2025-12-01 02:13:43] "GET /virtual-machine/20190c34-4b46-4772-9092-fd6681d93a0e HTTP/1.1" 200 1806 0.003099 10.0.0.240 - - [2025-12-01 02:13:43] "GET /virtual-machine-interface/9adaeb72-890d-4f8c-82a1-6b79895f9e50 HTTP/1.1" 200 3826 0.004591 10.0.0.240 - - [2025-12-01 02:13:43] "GET /virtual-machine-interface/b419e452-8459-430d-9680-be464d7e7bbf HTTP/1.1" 200 3815 0.004484 10.0.0.240 - - [2025-12-01 02:13:43] "GET /virtual-machine-interface/e9b50ecf-f89e-483d-819e-18465e038ce4 HTTP/1.1" 200 3808 0.005559 10.0.0.240 - - [2025-12-01 02:13:43] "GET /instance-ip/4b688fbe-415a-47a1-8c3e-bfd2400c33f2 HTTP/1.1" 200 1982 0.003220 10.0.0.240 - - [2025-12-01 02:13:43] "GET /instance-ip/79d473d5-ccd0-4c13-bd6a-20169e1f2b51 HTTP/1.1" 200 1624 0.003790 10.0.0.240 - - [2025-12-01 02:13:43] "GET /instance-ip/7f05135a-f46d-456d-9c7c-c40a9fe38e31 HTTP/1.1" 200 1984 0.003043 10.0.0.240 - - [2025-12-01 02:13:43] "GET /instance-ip/11edecb6-625e-4850-b6f8-25b2492fc5da HTTP/1.1" 200 1962 0.003274 10.0.0.240 - - [2025-12-01 02:13:43] "GET /instance-ip/1750faf7-ed1b-4a05-ab3f-6c693c5c3b2c HTTP/1.1" 200 1624 0.004490 10.0.0.240 - - [2025-12-01 02:13:43] "GET /instance-ip/ed21d06e-98a1-476d-8288-2489be0b9275 HTTP/1.1" 200 1964 0.003566 10.0.0.240 - - [2025-12-01 02:13:43] "GET /instance-ip/9ddebd7f-0129-47d7-876d-be924fa786e2 HTTP/1.1" 200 1622 0.004066 10.0.0.240 - - [2025-12-01 02:13:43] "GET /instance-ip/b233e42b-aad3-47ce-a06b-59c679eb60f6 HTTP/1.1" 200 1961 0.002663 10.0.0.240 - - [2025-12-01 02:13:43] "GET /instance-ip/e5e34ee3-a289-48af-8918-05b04b5f137f HTTP/1.1" 200 1958 0.002505 10.0.0.240 - - [2025-12-01 02:13:43] "POST /neutron/port HTTP/1.1" 200 3829 0.024624 10.0.0.240 - - [2025-12-01 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005470 10.0.0.240 - - [2025-12-01 02:13:43] "POST /neutron/port HTTP/1.1" 200 3829 0.022601 10.0.0.240 - - [2025-12-01 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005410 10.0.0.240 - - [2025-12-01 02:13:43] "POST /neutron/port HTTP/1.1" 200 3829 0.024011 10.0.0.240 - - [2025-12-01 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005529 10.0.0.240 - - [2025-12-01 02:13:43] "POST /neutron/port HTTP/1.1" 200 3829 0.024239 10.0.0.240 - - [2025-12-01 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005650 10.0.0.240 - - [2025-12-01 02:13:43] "GET /virtual-machine/20190c34-4b46-4772-9092-fd6681d93a0e HTTP/1.1" 200 1806 0.003143 10.0.0.240 - - [2025-12-01 02:13:43] "GET /virtual-machine-interface/9adaeb72-890d-4f8c-82a1-6b79895f9e50 HTTP/1.1" 200 3826 0.004105 10.0.0.240 - - [2025-12-01 02:13:43] "GET /virtual-machine-interface/b419e452-8459-430d-9680-be464d7e7bbf HTTP/1.1" 200 3815 0.004397 10.0.0.240 - - [2025-12-01 02:13:43] "GET /virtual-machine-interface/e9b50ecf-f89e-483d-819e-18465e038ce4 HTTP/1.1" 200 3808 0.004165 10.0.0.240 - - [2025-12-01 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002207 10.0.0.240 - - [2025-12-01 02:13:43] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002360 10.0.0.240 - - [2025-12-01 02:13:43] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003062 10.0.0.240 - - [2025-12-01 02:13:43] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004843 10.0.0.240 - - [2025-12-01 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.240 - - [2025-12-01 02:13:44] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002568 10.0.0.240 - - [2025-12-01 02:13:44] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002512 10.0.0.240 - - [2025-12-01 02:13:44] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004596 10.0.0.240 - - [2025-12-01 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.240 - - [2025-12-01 02:13:45] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003667 10.0.0.240 - - [2025-12-01 02:13:45] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002890 10.0.0.240 - - [2025-12-01 02:13:45] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005245 10.0.0.240 - - [2025-12-01 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.240 - - [2025-12-01 02:13:45] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003134 10.0.0.240 - - [2025-12-01 02:13:45] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003124 10.0.0.240 - - [2025-12-01 02:13:45] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004771 10.0.0.240 - - [2025-12-01 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.240 - - [2025-12-01 02:13:45] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003059 10.0.0.240 - - [2025-12-01 02:13:45] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002567 10.0.0.240 - - [2025-12-01 02:13:45] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004573 10.0.0.240 - - [2025-12-01 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.240 - - [2025-12-01 02:13:45] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003000 10.0.0.240 - - [2025-12-01 02:13:45] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003097 10.0.0.240 - - [2025-12-01 02:13:45] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004463 10.0.0.240 - - [2025-12-01 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.240 - - [2025-12-01 02:13:45] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003170 10.0.0.240 - - [2025-12-01 02:13:45] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002506 10.0.0.240 - - [2025-12-01 02:13:46] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004432 10.0.0.240 - - [2025-12-01 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.240 - - [2025-12-01 02:13:46] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003989 10.0.0.240 - - [2025-12-01 02:13:46] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002677 10.0.0.240 - - [2025-12-01 02:13:46] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004618 10.0.0.240 - - [2025-12-01 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.240 - - [2025-12-01 02:13:46] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003074 10.0.0.240 - - [2025-12-01 02:13:46] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002741 10.0.0.240 - - [2025-12-01 02:13:46] "GET /virtual-network/3e427742-4b3e-43a0-97cc-52fe087b662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004596 10.0.0.240 - - [2025-12-01 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.240 - - [2025-12-01 02:13:46] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003148 10.0.0.240 - - [2025-12-01 02:13:46] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003256 10.0.0.240 - - [2025-12-01 02:13:46] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004647 10.0.0.240 - - [2025-12-01 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.240 - - [2025-12-01 02:13:46] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003263 10.0.0.240 - - [2025-12-01 02:13:46] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002566 10.0.0.240 - - [2025-12-01 02:13:46] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004461 10.0.0.240 - - [2025-12-01 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.240 - - [2025-12-01 02:13:46] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002960 10.0.0.240 - - [2025-12-01 02:13:47] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003222 10.0.0.240 - - [2025-12-01 02:13:47] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004920 10.0.0.240 - - [2025-12-01 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.240 - - [2025-12-01 02:13:47] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003242 10.0.0.240 - - [2025-12-01 02:13:47] "GET /virtual-networks?parent_id=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002617 10.0.0.240 - - [2025-12-01 02:13:47] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005944 10.0.0.240 - - [2025-12-01 02:13:47] "GET /virtual-machine/20190c34-4b46-4772-9092-fd6681d93a0e HTTP/1.1" 200 1806 0.003083 10.0.0.240 - - [2025-12-01 02:13:47] "GET /domains HTTP/1.1" 200 281 0.002045 10.0.0.240 - - [2025-12-01 02:13:47] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.042989 10.0.0.240 - - [2025-12-01 02:13:47] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2782 0.049241 10.0.0.240 - - [2025-12-01 02:13:47] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000857 10.0.0.240 - - [2025-12-01 02:13:47] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 4258 0.061662 10.0.0.240 - - [2025-12-01 02:13:47] "GET /service-instance/7f05d536-b0c4-4199-a7ec-ca8c46702e8b HTTP/1.1" 200 3793 0.003611 10.0.0.240 - - [2025-12-01 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005407 10.0.0.240 - - [2025-12-01 02:13:47] "GET /routing-instance/26d5bc55-f889-475b-879f-7af4887e27fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1890 0.004145 10.0.0.240 - - [2025-12-01 02:13:47] "GET /routing-instance/26d5bc55-f889-475b-879f-7af4887e27fa?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.003909 10.0.0.240 - - [2025-12-01 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.240 - - [2025-12-01 02:13:47] "GET /routing-instance/b13ecd76-e0f0-44a3-bbd5-8bc3fcd97518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.003915 10.0.0.240 - - [2025-12-01 02:13:47] "GET /routing-instance/b13ecd76-e0f0-44a3-bbd5-8bc3fcd97518?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.004466 10.0.0.240 - - [2025-12-01 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.240 - - [2025-12-01 02:13:47] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004615 10.0.0.240 - - [2025-12-01 02:13:47] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?fields=routing_instances HTTP/1.1" 200 1686 0.005539 10.0.0.240 - - [2025-12-01 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.240 - - [2025-12-01 02:13:47] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004425 10.0.0.240 - - [2025-12-01 02:13:47] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?fields=routing_instances HTTP/1.1" 200 1692 0.009448 10.0.0.240 - - [2025-12-01 02:13:48] "GET /obj-perms HTTP/1.1" 200 5075 0.048501 10.0.0.240 - - [2025-12-01 02:13:49] "GET /obj-perms HTTP/1.1" 200 5075 0.064368 10.0.0.240 - - [2025-12-01 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.028607 10.0.0.240 - - [2025-12-01 02:13:52] "POST /neutron/network HTTP/1.1" 200 833 0.005896 10.0.0.240 - - [2025-12-01 02:13:52] "GET /virtual-network/380e30b4-01b2-49ec-bf4d-beef0f433dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004155 10.0.0.240 - - [2025-12-01 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.240 - - [2025-12-01 02:13:52] "GET /network-policy/6dee1d77-966e-4f6b-a310-d02afae17d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003934 10.0.0.240 - - [2025-12-01 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.025739 10.0.0.240 - - [2025-12-01 02:13:52] "POST /neutron/network HTTP/1.1" 200 830 0.005960 10.0.0.240 - - [2025-12-01 02:13:52] "GET /virtual-network/037b743a-a414-48c9-bc49-9fc067f259a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006035 10.0.0.240 - - [2025-12-01 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.240 - - [2025-12-01 02:13:52] "GET /network-policy/6dee1d77-966e-4f6b-a310-d02afae17d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004117 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /network-policy/6dee1d77-966e-4f6b-a310-d02afae17d41 HTTP/1.1" 200 115 0.019283 10.0.0.240 - - [2025-12-01 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002091 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /service-instance/7f05d536-b0c4-4199-a7ec-ca8c46702e8b HTTP/1.1" 200 115 0.038117 10.0.0.240 - - [2025-12-01 02:13:52] "GET /domains HTTP/1.1" 200 281 0.001693 10.0.0.240 - - [2025-12-01 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.012671 10.0.0.240 - - [2025-12-01 02:13:52] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001646 10.0.0.240 - - [2025-12-01 02:13:52] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2782 0.012778 10.0.0.240 - - [2025-12-01 02:13:52] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /instance-ip/4b688fbe-415a-47a1-8c3e-bfd2400c33f2 HTTP/1.1" 200 115 0.052074 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /access-control-list/d83b48a1-f7b5-4d21-9d88-3ed3ea88777e HTTP/1.1" 200 115 0.073474 10.0.0.240 - - [2025-12-01 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.012367 10.0.0.240 - - [2025-12-01 02:13:52] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 3782 0.079050 10.0.0.240 - - [2025-12-01 02:13:52] "GET /virtual-machine/20190c34-4b46-4772-9092-fd6681d93a0e HTTP/1.1" 200 1806 0.006207 10.0.0.240 - - [2025-12-01 02:13:52] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001748 10.0.0.240 - - [2025-12-01 02:13:52] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003043 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /instance-ip/11edecb6-625e-4850-b6f8-25b2492fc5da HTTP/1.1" 200 115 0.028833 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /routing-instance/16b7fc67-0ed6-4771-9c3f-28dff2d2cf35 HTTP/1.1" 200 115 0.031415 10.0.0.240 - - [2025-12-01 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.240 - - [2025-12-01 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.014189 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /route-target/cd3f5d19-0c96-4a0b-a97c-3ad1b0125bbd HTTP/1.1" 200 115 0.024755 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /instance-ip/b233e42b-aad3-47ce-a06b-59c679eb60f6 HTTP/1.1" 200 115 0.028854 10.0.0.240 - - [2025-12-01 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.240 - - [2025-12-01 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.021662 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /service-template/7655e3c7-8f29-4891-b5a3-d1d25ad28077 HTTP/1.1" 200 115 0.030838 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /routing-instance/31cc895d-4202-4279-b303-90e04344e462 HTTP/1.1" 200 115 0.055441 10.0.0.240 - - [2025-12-01 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008087 10.0.0.240 - - [2025-12-01 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.004871 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /instance-ip/e5e34ee3-a289-48af-8918-05b04b5f137f HTTP/1.1" 200 115 0.022916 10.0.0.240 - - [2025-12-01 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.012751 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /route-target/63684e0c-2898-4c44-9435-0f0c43043c2d HTTP/1.1" 200 115 0.014765 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /access-control-list/999e0e79-f678-4b56-a933-b1905bedc733 HTTP/1.1" 200 115 0.024043 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /instance-ip/7f05135a-f46d-456d-9c7c-c40a9fe38e31 HTTP/1.1" 200 115 0.014804 10.0.0.240 - - [2025-12-01 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.006320 10.0.0.240 - - [2025-12-01 02:13:52] "DELETE /instance-ip/ed21d06e-98a1-476d-8288-2489be0b9275 HTTP/1.1" 200 115 0.025015 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/network HTTP/1.1" 200 833 0.009029 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/network HTTP/1.1" 400 204 0.012341 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 1085 0.009011 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 1111 0.008437 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 1084 0.021778 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 1110 0.010904 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 151 0.127252 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 3022 0.026769 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 151 0.151730 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 1111 0.017980 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 151 0.108316 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 1110 0.010865 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 151 0.079497 10.0.0.240 - - [2025-12-01 02:13:53] "POST /neutron/port HTTP/1.1" 200 1112 0.007148 10.0.0.240 - - [2025-12-01 02:13:54] "POST /neutron/port HTTP/1.1" 200 151 0.088177 10.0.0.240 - - [2025-12-01 02:13:55] "POST /neutron/network HTTP/1.1" 200 833 0.005203 10.0.0.240 - - [2025-12-01 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384 10.0.0.240 - - [2025-12-01 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003551 10.0.0.240 - - [2025-12-01 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002278 10.0.0.240 - - [2025-12-01 02:13:55] "POST /neutron/network HTTP/1.1" 200 151 0.073760 10.0.0.240 - - [2025-12-01 02:13:55] "DELETE /route-target/1c479fd5-d871-4b09-af59-565ceac3f0bd HTTP/1.1" 200 115 0.015568 10.0.0.240 - - [2025-12-01 02:13:55] "GET /routing-instance/b13ecd76-e0f0-44a3-bbd5-8bc3fcd97518 HTTP/1.1" 404 171 0.002919 10.0.0.240 - - [2025-12-01 02:13:55] "GET /domains HTTP/1.1" 200 281 0.001866 10.0.0.240 - - [2025-12-01 02:13:55] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000779 10.0.0.240 - - [2025-12-01 02:13:55] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2581 0.048743 10.0.0.240 - - [2025-12-01 02:13:55] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.240 - - [2025-12-01 02:13:55] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 2315 0.063090 10.0.0.240 - - [2025-12-01 02:13:55] "POST /neutron/network HTTP/1.1" 200 830 0.004625 10.0.0.240 - - [2025-12-01 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002951 10.0.0.240 - - [2025-12-01 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.240 - - [2025-12-01 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001375 10.0.0.240 - - [2025-12-01 02:13:55] "POST /neutron/network HTTP/1.1" 200 151 0.061682 10.0.0.240 - - [2025-12-01 02:13:55] "GET /routing-instance/26d5bc55-f889-475b-879f-7af4887e27fa HTTP/1.1" 404 171 0.003009 10.0.0.240 - - [2025-12-01 02:13:55] "DELETE /route-target/85a22696-88ab-4e45-9f1a-2f0523925e1b HTTP/1.1" 200 115 0.013341 10.0.0.240 - - [2025-12-01 02:13:55] "GET /domains HTTP/1.1" 200 281 0.002037 10.0.0.240 - - [2025-12-01 02:13:55] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.240 - - [2025-12-01 02:13:55] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2581 0.047578 10.0.0.240 - - [2025-12-01 02:13:55] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002022 10.0.0.240 - - [2025-12-01 02:13:55] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 2096 0.074531 10.0.0.240 - - [2025-12-01 02:13:55] "POST /neutron/network HTTP/1.1" 200 832 0.004889 10.0.0.240 - - [2025-12-01 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.240 - - [2025-12-01 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001787 10.0.0.240 - - [2025-12-01 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001460 10.0.0.240 - - [2025-12-01 02:13:55] "POST /neutron/network HTTP/1.1" 200 151 0.084492 10.0.0.240 - - [2025-12-01 02:13:55] "DELETE /route-target/25d0e4cf-b3f1-4615-9517-84dff1967e2e HTTP/1.1" 200 115 0.018123 10.0.0.240 - - [2025-12-01 02:13:55] "GET /routing-instance/189257b2-6e82-42cc-811f-61c9ef5bbb47 HTTP/1.1" 404 171 0.002648 10.0.0.240 - - [2025-12-01 02:13:55] "GET /domains HTTP/1.1" 200 281 0.002371 10.0.0.240 - - [2025-12-01 02:13:55] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.240 - - [2025-12-01 02:13:55] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2581 0.049142 10.0.0.240 - - [2025-12-01 02:13:55] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.240 - - [2025-12-01 02:13:55] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 1855 0.067319 10.0.0.240 - - [2025-12-01 02:13:56] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.240 - - [2025-12-01 02:13:56] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050181 10.0.0.240 - - [2025-12-01 02:13:56] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.240 - - [2025-12-01 02:13:56] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?fields=virtual_networks HTTP/1.1" 200 1040 0.065413 10.0.0.240 - - [2025-12-01 02:13:56] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.240 - - [2025-12-01 02:13:56] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.024145 10.0.0.240 - - [2025-12-01 02:13:56] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.240 - - [2025-12-01 02:13:56] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?fields=security_groups HTTP/1.1" 200 1265 0.018993 10.0.0.240 - - [2025-12-01 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.023952 10.0.0.240 - - [2025-12-01 02:13:57] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002014 10.0.0.240 - - [2025-12-01 02:13:57] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.240 - - [2025-12-01 02:13:57] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034251 10.0.0.240 - - [2025-12-01 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 191 0.001585 10.0.0.240 - - [2025-12-01 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.001799 10.0.0.240 - - [2025-12-01 02:13:57] "POST /security-groups HTTP/1.1" 200 592 0.060009 10.0.0.240 - - [2025-12-01 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.002044 10.0.0.240 - - [2025-12-01 02:13:57] "POST /projects HTTP/1.1" 200 587 0.200140 10.0.0.240 - - [2025-12-01 02:13:57] "POST /access-control-lists HTTP/1.1" 200 599 0.055797 10.0.0.240 - - [2025-12-01 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.266109 10.0.0.240 - - [2025-12-01 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.002543 10.0.0.240 - - [2025-12-01 02:13:57] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.404804 10.0.0.240 - - [2025-12-01 02:13:57] "POST /access-control-lists HTTP/1.1" 200 597 0.056577 10.0.0.240 - - [2025-12-01 02:13:58] "GET / HTTP/1.1" 200 36215 0.001664 10.0.0.240 - - [2025-12-01 02:13:59] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000449 10.0.0.240 - - [2025-12-01 02:13:59] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.240 - - [2025-12-01 02:13:59] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.044763 10.0.0.240 - - [2025-12-01 02:14:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.002024 10.0.0.240 - - [2025-12-01 02:14:00] "POST /virtual-DNSs HTTP/1.1" 200 509 0.017681 10.0.0.240 - - [2025-12-01 02:14:00] "GET /virtual-DNS/987356f2-7c25-4cc3-a307-6b44a173ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.005061 10.0.0.240 - - [2025-12-01 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.240 - - [2025-12-01 02:14:00] "GET /virtual-DNS/987356f2-7c25-4cc3-a307-6b44a173ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.003419 10.0.0.240 - - [2025-12-01 02:14:00] "GET /domains HTTP/1.1" 401 293 0.003591 10.0.0.240 - - [2025-12-01 02:14:00] "GET /domains HTTP/1.1" 200 281 0.024117 10.0.0.240 - - [2025-12-01 02:14:00] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.240 - - [2025-12-01 02:14:00] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2970 0.006547 10.0.0.240 - - [2025-12-01 02:14:00] "GET /virtual-DNS/987356f2-7c25-4cc3-a307-6b44a173ec16 HTTP/1.1" 200 1441 0.003553 10.0.0.240 - - [2025-12-01 02:14:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001884 10.0.0.240 - - [2025-12-01 02:14:00] "POST /network-ipams HTTP/1.1" 200 516 0.014987 10.0.0.240 - - [2025-12-01 02:14:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002559 10.0.0.240 - - [2025-12-01 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.240 - - [2025-12-01 02:14:00] "GET /network-ipam/028fd771-b5be-48de-9fd5-3ce7a5315852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.004273 10.0.0.240 - - [2025-12-01 02:14:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.240 - - [2025-12-01 02:14:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.240 - - [2025-12-01 02:14:00] "PUT /network-ipam/028fd771-b5be-48de-9fd5-3ce7a5315852 HTTP/1.1" 200 259 0.008456 10.0.0.240 - - [2025-12-01 02:14:00] "POST /ref-update HTTP/1.1" 200 156 0.008371 10.0.0.240 - - [2025-12-01 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.240 - - [2025-12-01 02:14:00] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.240 - - [2025-12-01 02:14:01] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.023395 10.0.0.240 - - [2025-12-01 02:14:01] "POST /neutron/network HTTP/1.1" 200 117 0.035967 10.0.0.240 - - [2025-12-01 02:14:01] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001007 10.0.0.240 - - [2025-12-01 02:14:01] "POST /neutron/network HTTP/1.1" 200 618 0.050769 10.0.0.240 - - [2025-12-01 02:14:01] "POST /route-targets HTTP/1.1" 200 328 0.008539 10.0.0.240 - - [2025-12-01 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.011700 10.0.0.240 - - [2025-12-01 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005294 10.0.0.240 - - [2025-12-01 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 711 0.195809 10.0.0.240 - - [2025-12-01 02:14:01] "POST /neutron/network HTTP/1.1" 200 833 0.004492 10.0.0.240 - - [2025-12-01 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001061 10.0.0.240 - - [2025-12-01 02:14:01] "GET /virtual-network/4b2bbdd0-f3ab-4ed9-a074-baaa0345169c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005463 10.0.0.240 - - [2025-12-01 02:14:01] "POST /neutron/network HTTP/1.1" 200 833 0.005275 10.0.0.240 - - [2025-12-01 02:14:01] "GET /virtual-network/4b2bbdd0-f3ab-4ed9-a074-baaa0345169c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004510 10.0.0.240 - - [2025-12-01 02:14:01] "POST /neutron/network HTTP/1.1" 200 833 0.005063 10.0.0.240 - - [2025-12-01 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 711 0.005635 10.0.0.240 - - [2025-12-01 02:14:01] "POST /neutron/network HTTP/1.1" 200 807 0.007983 10.0.0.240 - - [2025-12-01 02:14:01] "POST /neutron/network HTTP/1.1" 200 833 0.004562 10.0.0.240 - - [2025-12-01 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001045 10.0.0.240 - - [2025-12-01 02:14:01] "POST /neutron/network HTTP/1.1" 200 843 0.007402 10.0.0.240 - - [2025-12-01 02:14:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000575 10.0.0.240 - - [2025-12-01 02:14:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.240 - - [2025-12-01 02:14:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.240 - - [2025-12-01 02:14:02] "GET / HTTP/1.1" 200 36215 0.002535 10.0.0.240 - - [2025-12-01 02:14:02] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000736 10.0.0.240 - - [2025-12-01 02:14:02] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001243 10.0.0.240 - - [2025-12-01 02:14:02] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.050931 10.0.0.240 - - [2025-12-01 02:14:02] "POST /neutron/network HTTP/1.1" 200 833 0.027451 10.0.0.240 - - [2025-12-01 02:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.005502 10.0.0.240 - - [2025-12-01 02:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.004424 10.0.0.240 - - [2025-12-01 02:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.004488 10.0.0.240 - - [2025-12-01 02:14:03] "POST /neutron/network HTTP/1.1" 200 843 0.006095 10.0.0.240 - - [2025-12-01 02:14:03] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.240 - - [2025-12-01 02:14:03] "POST /neutron/port HTTP/1.1" 200 1058 0.172378 10.0.0.240 - - [2025-12-01 02:14:03] "POST /neutron/port HTTP/1.1" 200 1058 0.032065 10.0.0.240 - - [2025-12-01 02:14:03] "POST /neutron/port HTTP/1.1" 200 1058 0.008584 10.0.0.240 - - [2025-12-01 02:14:03] "POST /neutron/port HTTP/1.1" 200 1112 0.047422 10.0.0.240 - - [2025-12-01 02:14:03] "POST /neutron/port HTTP/1.1" 200 1086 0.011711 10.0.0.240 - - [2025-12-01 02:14:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003050 10.0.0.240 - - [2025-12-01 02:14:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.006073 10.0.0.240 - - [2025-12-01 02:14:03] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.240 - - [2025-12-01 02:14:03] "POST /neutron/network HTTP/1.1" 200 833 0.004613 10.0.0.240 - - [2025-12-01 02:14:07] "POST /neutron/port HTTP/1.1" 200 1086 0.009861 10.0.0.240 - - [2025-12-01 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005704 10.0.0.240 - - [2025-12-01 02:14:07] "POST /neutron/port HTTP/1.1" 200 1086 0.008999 10.0.0.240 - - [2025-12-01 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005948 10.0.0.240 - - [2025-12-01 02:14:07] "POST /neutron/port HTTP/1.1" 200 1086 0.010240 10.0.0.240 - - [2025-12-01 02:14:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005253 10.0.0.240 - - [2025-12-01 02:14:08] "GET /virtual-machine/038adc1e-f324-4b74-91f4-a00d213be914 HTTP/1.1" 200 1294 0.003844 10.0.0.240 - - [2025-12-01 02:14:08] "GET /virtual-machine-interface/d121206d-d322-4e08-b095-d6b958c63238 HTTP/1.1" 200 2972 0.005630 10.0.0.240 - - [2025-12-01 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002343 10.0.0.240 - - [2025-12-01 02:14:08] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003337 10.0.0.240 - - [2025-12-01 02:14:08] "GET /virtual-networks?parent_id=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002594 10.0.0.240 - - [2025-12-01 02:14:08] "GET /virtual-network/4b2bbdd0-f3ab-4ed9-a074-baaa0345169c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004737 10.0.0.240 - - [2025-12-01 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.240 - - [2025-12-01 02:14:11] "GET /virtual-network/4b2bbdd0-f3ab-4ed9-a074-baaa0345169c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005349 10.0.0.240 - - [2025-12-01 02:14:12] "POST /neutron/port HTTP/1.1" 200 1086 0.039806 10.0.0.240 - - [2025-12-01 02:14:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005433 10.0.0.240 - - [2025-12-01 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.240 - - [2025-12-01 02:14:13] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002703 10.0.0.240 - - [2025-12-01 02:14:13] "GET /virtual-networks?parent_id=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002434 10.0.0.240 - - [2025-12-01 02:14:13] "GET /virtual-network/4b2bbdd0-f3ab-4ed9-a074-baaa0345169c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005781 10.0.0.240 - - [2025-12-01 02:14:17] "POST /neutron/network HTTP/1.1" 200 807 0.008702 10.0.0.240 - - [2025-12-01 02:14:17] "POST /neutron/network HTTP/1.1" 200 833 0.004171 10.0.0.240 - - [2025-12-01 02:14:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.000985 10.0.0.240 - - [2025-12-01 02:14:18] "POST /neutron/port HTTP/1.1" 200 1086 0.009112 10.0.0.240 - - [2025-12-01 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004574 10.0.0.240 - - [2025-12-01 02:14:18] "POST /neutron/network HTTP/1.1" 200 843 0.005944 10.0.0.240 - - [2025-12-01 02:14:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000369 10.0.0.240 - - [2025-12-01 02:14:18] "GET / HTTP/1.1" 200 36215 0.001756 10.0.0.240 - - [2025-12-01 02:14:18] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000343 10.0.0.240 - - [2025-12-01 02:14:18] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.240 - - [2025-12-01 02:14:18] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.045977 10.0.0.240 - - [2025-12-01 02:14:18] "POST /neutron/network HTTP/1.1" 200 833 0.004513 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/port HTTP/1.1" 200 1086 0.011210 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005114 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/port HTTP/1.1" 200 117 0.004440 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/port HTTP/1.1" 200 117 0.004022 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/network HTTP/1.1" 200 843 0.005300 10.0.0.240 - - [2025-12-01 02:14:19] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001296 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/port HTTP/1.1" 200 1058 0.167479 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/port HTTP/1.1" 200 1058 0.008182 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/port HTTP/1.1" 200 1058 0.009299 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/port HTTP/1.1" 200 1112 0.046146 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/port HTTP/1.1" 200 1086 0.011030 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002862 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/subnet HTTP/1.1" 200 685 0.008291 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.240 - - [2025-12-01 02:14:19] "POST /neutron/network HTTP/1.1" 200 833 0.004838 10.0.0.240 - - [2025-12-01 02:14:24] "POST /neutron/port HTTP/1.1" 200 1086 0.010279 10.0.0.240 - - [2025-12-01 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005151 10.0.0.240 - - [2025-12-01 02:14:24] "POST /neutron/port HTTP/1.1" 200 1086 0.009458 10.0.0.240 - - [2025-12-01 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006087 10.0.0.240 - - [2025-12-01 02:14:24] "POST /neutron/port HTTP/1.1" 200 1086 0.009122 10.0.0.240 - - [2025-12-01 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005118 10.0.0.240 - - [2025-12-01 02:14:24] "GET /virtual-machine/2baa7e96-2f0d-4f74-a695-19916ece0723 HTTP/1.1" 200 1295 0.004034 10.0.0.240 - - [2025-12-01 02:14:24] "GET /virtual-machine-interface/78de01ec-3297-4be8-aeed-de34cdae83a7 HTTP/1.1" 200 2971 0.005101 10.0.0.240 - - [2025-12-01 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.240 - - [2025-12-01 02:14:24] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002514 10.0.0.240 - - [2025-12-01 02:14:24] "GET /virtual-networks?parent_id=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003117 10.0.0.240 - - [2025-12-01 02:14:24] "GET /virtual-network/4b2bbdd0-f3ab-4ed9-a074-baaa0345169c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004714 10.0.0.240 - - [2025-12-01 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.240 - - [2025-12-01 02:14:27] "GET /virtual-network/4b2bbdd0-f3ab-4ed9-a074-baaa0345169c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005234 10.0.0.240 - - [2025-12-01 02:14:28] "POST /neutron/port HTTP/1.1" 200 1086 0.008957 10.0.0.240 - - [2025-12-01 02:14:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004399 10.0.0.240 - - [2025-12-01 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.240 - - [2025-12-01 02:14:29] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004060 10.0.0.240 - - [2025-12-01 02:14:29] "GET /virtual-networks?parent_id=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003636 10.0.0.240 - - [2025-12-01 02:14:29] "GET /virtual-network/4b2bbdd0-f3ab-4ed9-a074-baaa0345169c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004958 10.0.0.240 - - [2025-12-01 02:14:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010833 10.0.0.240 - - [2025-12-01 02:14:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005543 10.0.0.240 - - [2025-12-01 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.240 - - [2025-12-01 02:14:41] "DELETE /virtual-DNS/987356f2-7c25-4cc3-a307-6b44a173ec16 HTTP/1.1" 409 236 0.004584 10.0.0.240 - - [2025-12-01 02:14:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.002367 10.0.0.240 - - [2025-12-01 02:14:41] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.013432 10.0.0.240 - - [2025-12-01 02:14:41] "GET /virtual-DNS-record/74565c3d-4d87-4c09-ade5-630b2da4ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005017 10.0.0.240 - - [2025-12-01 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.240 - - [2025-12-01 02:14:42] "GET /virtual-DNS-record/74565c3d-4d87-4c09-ade5-630b2da4ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.002659 10.0.0.240 - - [2025-12-01 02:14:42] "GET /domains HTTP/1.1" 200 281 0.002688 10.0.0.240 - - [2025-12-01 02:14:42] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.240 - - [2025-12-01 02:14:42] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2970 0.006681 10.0.0.240 - - [2025-12-01 02:14:42] "GET /virtual-DNS/987356f2-7c25-4cc3-a307-6b44a173ec16 HTTP/1.1" 200 1912 0.003954 10.0.0.240 - - [2025-12-01 02:14:42] "GET /virtual-DNS-record/74565c3d-4d87-4c09-ade5-630b2da4ec3b HTTP/1.1" 200 1338 0.002295 10.0.0.240 - - [2025-12-01 02:14:42] "DELETE /project/af25f61f1baa4b30b77cbaa89f7afad6 HTTP/1.1" 404 173 0.006063 10.0.0.240 - - [2025-12-01 02:14:42] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.240 - - [2025-12-01 02:14:42] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.029981 10.0.0.240 - - [2025-12-01 02:14:42] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001314 10.0.0.240 - - [2025-12-01 02:14:42] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?fields=security_groups HTTP/1.1" 200 1367 0.066268 10.0.0.240 - - [2025-12-01 02:14:42] "DELETE /security-group/67facc72-92e5-49c6-a8c3-34571e3001e6 HTTP/1.1" 200 115 0.035180 10.0.0.240 - - [2025-12-01 02:14:42] "GET /projects?obj_uuids=561be456-3d28-4e0d-9347-17fcf3788c24&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183 10.0.0.240 - - [2025-12-01 02:14:42] "DELETE /access-control-list/bb195f6f-e51f-41e8-bccc-c086159528c4 HTTP/1.1" 200 115 0.026160 10.0.0.240 - - [2025-12-01 02:14:42] "GET /project/561be456-3d28-4e0d-9347-17fcf3788c24?fields=application_policy_sets HTTP/1.1" 200 1406 0.030631 10.0.0.240 - - [2025-12-01 02:14:42] "DELETE /access-control-list/751a9cef-6209-4c6e-b82f-4d1fc7d17b1e HTTP/1.1" 200 115 0.025993 10.0.0.240 - - [2025-12-01 02:14:43] "DELETE /project/561be456-3d28-4e0d-9347-17fcf3788c24 HTTP/1.1" 200 115 0.304625 10.0.0.240 - - [2025-12-01 02:14:47] "DELETE /virtual-DNS-record/74565c3d-4d87-4c09-ade5-630b2da4ec3b HTTP/1.1" 200 115 0.020694 10.0.0.240 - - [2025-12-01 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.002556 10.0.0.240 - - [2025-12-01 02:14:47] "POST /neutron/network HTTP/1.1" 200 833 0.004892 10.0.0.240 - - [2025-12-01 02:14:47] "POST /neutron/network HTTP/1.1" 400 204 0.012513 10.0.0.240 - - [2025-12-01 02:14:48] "POST /neutron/port HTTP/1.1" 200 1086 0.011040 10.0.0.240 - - [2025-12-01 02:14:48] "POST /neutron/port HTTP/1.1" 200 1112 0.007884 10.0.0.240 - - [2025-12-01 02:14:48] "POST /neutron/port HTTP/1.1" 200 1086 0.011742 10.0.0.240 - - [2025-12-01 02:14:48] "POST /neutron/port HTTP/1.1" 200 1112 0.010677 10.0.0.240 - - [2025-12-01 02:14:48] "POST /neutron/port HTTP/1.1" 200 151 0.146819 10.0.0.240 - - [2025-12-01 02:14:48] "POST /neutron/port HTTP/1.1" 200 151 0.124433 10.0.0.240 - - [2025-12-01 02:14:49] "GET /obj-perms HTTP/1.1" 200 5075 0.050797 10.0.0.240 - - [2025-12-01 02:14:49] "POST /neutron/network HTTP/1.1" 200 833 0.005834 10.0.0.240 - - [2025-12-01 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.240 - - [2025-12-01 02:14:49] "GET /obj-perms HTTP/1.1" 200 5075 0.058497 10.0.0.240 - - [2025-12-01 02:14:49] "DELETE /route-target/6ce1615e-fa48-48b5-b32f-ad633f781936 HTTP/1.1" 200 115 0.051186 10.0.0.240 - - [2025-12-01 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002381 10.0.0.240 - - [2025-12-01 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001863 10.0.0.240 - - [2025-12-01 02:14:49] "POST /neutron/network HTTP/1.1" 200 151 0.232407 10.0.0.240 - - [2025-12-01 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002047 10.0.0.240 - - [2025-12-01 02:14:49] "DELETE /network-ipam/028fd771-b5be-48de-9fd5-3ce7a5315852 HTTP/1.1" 200 115 0.022268 10.0.0.240 - - [2025-12-01 02:14:50] "DELETE /virtual-DNS/987356f2-7c25-4cc3-a307-6b44a173ec16 HTTP/1.1" 200 115 0.023845 10.0.0.240 - - [2025-12-01 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.002157 10.0.0.240 - - [2025-12-01 02:14:50] "GET /domains HTTP/1.1" 200 281 0.002903 10.0.0.240 - - [2025-12-01 02:14:50] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.240 - - [2025-12-01 02:14:50] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2584 0.007128 10.0.0.240 - - [2025-12-01 02:14:50] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.240 - - [2025-12-01 02:14:50] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.025230 10.0.0.240 - - [2025-12-01 02:14:50] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000870 10.0.0.240 - - [2025-12-01 02:14:50] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?fields=virtual_networks HTTP/1.1" 200 1047 0.063789 10.0.0.240 - - [2025-12-01 02:14:50] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001284 10.0.0.240 - - [2025-12-01 02:14:50] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.023016 10.0.0.240 - - [2025-12-01 02:14:50] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001018 10.0.0.240 - - [2025-12-01 02:14:50] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?fields=security_groups HTTP/1.1" 200 1275 0.024656 10.0.0.240 - - [2025-12-01 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.022825 10.0.0.240 - - [2025-12-01 02:14:51] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001945 10.0.0.240 - - [2025-12-01 02:14:51] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.240 - - [2025-12-01 02:14:51] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005356 10.0.0.240 - - [2025-12-01 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 191 0.001346 10.0.0.240 - - [2025-12-01 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.001626 10.0.0.240 - - [2025-12-01 02:14:51] "POST /security-groups HTTP/1.1" 200 592 0.060631 10.0.0.240 - - [2025-12-01 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 235 0.002128 10.0.0.240 - - [2025-12-01 02:14:51] "POST /projects HTTP/1.1" 200 587 0.200947 10.0.0.240 - - [2025-12-01 02:14:51] "POST /access-control-lists HTTP/1.1" 200 599 0.055113 10.0.0.240 - - [2025-12-01 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.271512 10.0.0.240 - - [2025-12-01 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.002357 10.0.0.240 - - [2025-12-01 02:14:51] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.382511 10.0.0.240 - - [2025-12-01 02:14:51] "POST /access-control-lists HTTP/1.1" 200 597 0.064213 10.0.0.240 - - [2025-12-01 02:14:52] "GET / HTTP/1.1" 200 36215 0.001917 10.0.0.240 - - [2025-12-01 02:14:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.240 - - [2025-12-01 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.054274 10.0.0.240 - - [2025-12-01 02:14:53] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000940 10.0.0.240 - - [2025-12-01 02:14:53] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.022223 10.0.0.240 - - [2025-12-01 02:14:54] "POST /neutron/network HTTP/1.1" 200 117 0.031620 10.0.0.240 - - [2025-12-01 02:14:54] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230 10.0.0.240 - - [2025-12-01 02:14:54] "POST /neutron/network HTTP/1.1" 200 606 0.057882 10.0.0.240 - - [2025-12-01 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004031 10.0.0.240 - - [2025-12-01 02:14:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.185441 10.0.0.240 - - [2025-12-01 02:14:54] "POST /neutron/network HTTP/1.1" 200 825 0.005153 10.0.0.240 - - [2025-12-01 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001077 10.0.0.240 - - [2025-12-01 02:14:54] "GET /virtual-network/f31774c8-8f1b-40cc-8180-2ea4d858de8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005157 10.0.0.240 - - [2025-12-01 02:14:54] "POST /neutron/network HTTP/1.1" 200 825 0.005067 10.0.0.240 - - [2025-12-01 02:14:54] "GET /virtual-network/f31774c8-8f1b-40cc-8180-2ea4d858de8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005939 10.0.0.240 - - [2025-12-01 02:14:54] "POST /neutron/network HTTP/1.1" 200 825 0.004873 10.0.0.240 - - [2025-12-01 02:14:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.006436 10.0.0.240 - - [2025-12-01 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.000992 10.0.0.240 - - [2025-12-01 02:14:54] "POST /route-targets HTTP/1.1" 200 328 0.010175 10.0.0.240 - - [2025-12-01 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.010784 10.0.0.240 - - [2025-12-01 02:14:54] "POST /neutron/network HTTP/1.1" 200 835 0.004897 10.0.0.240 - - [2025-12-01 02:14:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000381 10.0.0.240 - - [2025-12-01 02:14:55] "GET / HTTP/1.1" 200 36215 0.001870 10.0.0.240 - - [2025-12-01 02:14:55] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000379 10.0.0.240 - - [2025-12-01 02:14:55] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.240 - - [2025-12-01 02:14:55] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.042273 10.0.0.240 - - [2025-12-01 02:14:55] "POST /neutron/network HTTP/1.1" 200 825 0.004432 10.0.0.240 - - [2025-12-01 02:14:55] "POST /neutron/port HTTP/1.1" 200 117 0.005654 10.0.0.240 - - [2025-12-01 02:14:55] "POST /neutron/port HTTP/1.1" 200 117 0.006666 10.0.0.240 - - [2025-12-01 02:14:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001224 10.0.0.240 - - [2025-12-01 02:14:55] "POST /neutron/port HTTP/1.1" 200 117 0.005771 10.0.0.240 - - [2025-12-01 02:14:55] "POST /neutron/network HTTP/1.1" 200 835 0.005691 10.0.0.240 - - [2025-12-01 02:14:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000499 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/network HTTP/1.1" 200 835 0.004748 10.0.0.240 - - [2025-12-01 02:14:56] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001192 10.0.0.240 - - [2025-12-01 02:14:56] "GET / HTTP/1.1" 200 36215 0.004663 10.0.0.240 - - [2025-12-01 02:14:56] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000910 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/port HTTP/1.1" 200 1061 0.181238 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/port HTTP/1.1" 200 1061 0.007077 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/port HTTP/1.1" 200 1061 0.006743 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/port HTTP/1.1" 200 1115 0.048316 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/port HTTP/1.1" 200 1089 0.010704 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002416 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.005454 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.000943 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/network HTTP/1.1" 200 825 0.004462 10.0.0.240 - - [2025-12-01 02:14:56] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000887 10.0.0.240 - - [2025-12-01 02:14:56] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047491 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/network HTTP/1.1" 200 825 0.004596 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/port HTTP/1.1" 200 1089 0.017347 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006346 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.004158 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/port HTTP/1.1" 200 1089 0.010199 10.0.0.240 - - [2025-12-01 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005232 10.0.0.240 - - [2025-12-01 02:14:57] "POST /neutron/network HTTP/1.1" 200 835 0.005235 10.0.0.240 - - [2025-12-01 02:14:57] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.240 - - [2025-12-01 02:14:57] "POST /neutron/port HTTP/1.1" 200 1061 0.174286 10.0.0.240 - - [2025-12-01 02:14:57] "POST /neutron/port HTTP/1.1" 200 1061 0.011074 10.0.0.240 - - [2025-12-01 02:14:57] "POST /neutron/port HTTP/1.1" 200 1061 0.007863 10.0.0.240 - - [2025-12-01 02:14:57] "POST /neutron/port HTTP/1.1" 200 1115 0.067312 10.0.0.240 - - [2025-12-01 02:14:57] "POST /neutron/port HTTP/1.1" 200 1089 0.010429 10.0.0.240 - - [2025-12-01 02:14:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004233 10.0.0.240 - - [2025-12-01 02:14:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.006554 10.0.0.240 - - [2025-12-01 02:14:57] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.240 - - [2025-12-01 02:14:57] "POST /neutron/network HTTP/1.1" 200 825 0.004477 10.0.0.240 - - [2025-12-01 02:15:01] "POST /neutron/port HTTP/1.1" 200 1089 0.009682 10.0.0.240 - - [2025-12-01 02:15:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004992 10.0.0.240 - - [2025-12-01 02:15:01] "POST /neutron/port HTTP/1.1" 200 1089 0.010079 10.0.0.240 - - [2025-12-01 02:15:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005469 10.0.0.240 - - [2025-12-01 02:15:02] "POST /neutron/port HTTP/1.1" 200 1089 0.009441 10.0.0.240 - - [2025-12-01 02:15:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005818 10.0.0.240 - - [2025-12-01 02:15:02] "GET /virtual-machine/a089bd8d-d571-4bfd-8dab-19ecaf9c8654 HTTP/1.1" 401 293 0.000504 10.0.0.240 - - [2025-12-01 02:15:02] "GET /virtual-machine/a089bd8d-d571-4bfd-8dab-19ecaf9c8654 HTTP/1.1" 200 1296 0.028281 10.0.0.240 - - [2025-12-01 02:15:02] "GET /virtual-machine-interface/8ef16295-b466-4e93-8848-8ea1376c3eb2 HTTP/1.1" 200 2953 0.006954 10.0.0.240 - - [2025-12-01 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.240 - - [2025-12-01 02:15:02] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004758 10.0.0.240 - - [2025-12-01 02:15:02] "GET /virtual-networks?parent_id=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002834 10.0.0.240 - - [2025-12-01 02:15:02] "GET /virtual-network/f31774c8-8f1b-40cc-8180-2ea4d858de8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004968 10.0.0.240 - - [2025-12-01 02:15:04] "POST /neutron/port HTTP/1.1" 200 1089 0.009857 10.0.0.240 - - [2025-12-01 02:15:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004852 10.0.0.240 - - [2025-12-01 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.240 - - [2025-12-01 02:15:05] "GET /virtual-network/f31774c8-8f1b-40cc-8180-2ea4d858de8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004890 10.0.0.240 - - [2025-12-01 02:15:05] "POST /neutron/port HTTP/1.1" 200 1089 0.009763 10.0.0.240 - - [2025-12-01 02:15:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007039 10.0.0.240 - - [2025-12-01 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.240 - - [2025-12-01 02:15:07] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002616 10.0.0.240 - - [2025-12-01 02:15:07] "GET /virtual-networks?parent_id=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002704 10.0.0.240 - - [2025-12-01 02:15:07] "GET /virtual-network/f31774c8-8f1b-40cc-8180-2ea4d858de8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004497 10.0.0.240 - - [2025-12-01 02:15:08] "POST /neutron/port HTTP/1.1" 200 1089 0.009291 10.0.0.240 - - [2025-12-01 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005224 10.0.0.240 - - [2025-12-01 02:15:08] "POST /neutron/port HTTP/1.1" 200 1089 0.009008 10.0.0.240 - - [2025-12-01 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006249 10.0.0.240 - - [2025-12-01 02:15:08] "POST /neutron/port HTTP/1.1" 200 1089 0.009078 10.0.0.240 - - [2025-12-01 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006656 10.0.0.240 - - [2025-12-01 02:15:08] "GET /virtual-machine/452eed54-dd56-4569-948f-9882d7e53950 HTTP/1.1" 200 1295 0.004158 10.0.0.240 - - [2025-12-01 02:15:08] "GET /virtual-machine-interface/ba360acd-7ec6-4db6-82c9-a5670fa302bd HTTP/1.1" 200 2953 0.004677 10.0.0.240 - - [2025-12-01 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002368 10.0.0.240 - - [2025-12-01 02:15:08] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003104 10.0.0.240 - - [2025-12-01 02:15:08] "GET /virtual-networks?parent_id=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002783 10.0.0.240 - - [2025-12-01 02:15:08] "GET /virtual-network/f31774c8-8f1b-40cc-8180-2ea4d858de8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005108 10.0.0.240 - - [2025-12-01 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.240 - - [2025-12-01 02:15:09] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002638 10.0.0.240 - - [2025-12-01 02:15:09] "GET /virtual-networks?parent_id=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002595 10.0.0.240 - - [2025-12-01 02:15:09] "GET /virtual-network/f31774c8-8f1b-40cc-8180-2ea4d858de8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005177 10.0.0.240 - - [2025-12-01 02:15:14] "POST /neutron/network HTTP/1.1" 200 825 0.009161 10.0.0.240 - - [2025-12-01 02:15:14] "POST /neutron/network HTTP/1.1" 400 204 0.010005 10.0.0.240 - - [2025-12-01 02:15:14] "POST /neutron/port HTTP/1.1" 200 1089 0.010306 10.0.0.240 - - [2025-12-01 02:15:14] "POST /neutron/port HTTP/1.1" 200 1115 0.008443 10.0.0.240 - - [2025-12-01 02:15:14] "POST /neutron/port HTTP/1.1" 200 1089 0.010585 10.0.0.240 - - [2025-12-01 02:15:14] "POST /neutron/port HTTP/1.1" 200 151 0.097307 10.0.0.240 - - [2025-12-01 02:15:14] "POST /neutron/port HTTP/1.1" 200 1115 0.010584 10.0.0.240 - - [2025-12-01 02:15:14] "POST /neutron/port HTTP/1.1" 200 151 0.090704 10.0.0.240 - - [2025-12-01 02:15:16] "POST /neutron/network HTTP/1.1" 200 825 0.005232 10.0.0.240 - - [2025-12-01 02:15:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003320 10.0.0.240 - - [2025-12-01 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.240 - - [2025-12-01 02:15:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002807 10.0.0.240 - - [2025-12-01 02:15:16] "POST /neutron/network HTTP/1.1" 200 151 0.068407 10.0.0.240 - - [2025-12-01 02:15:16] "DELETE /route-target/5cc909a6-6eb3-4146-8ed8-fbafcd23b9d5 HTTP/1.1" 200 115 0.032734 10.0.0.240 - - [2025-12-01 02:15:16] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.240 - - [2025-12-01 02:15:16] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.020644 10.0.0.240 - - [2025-12-01 02:15:16] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001199 10.0.0.240 - - [2025-12-01 02:15:16] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?fields=virtual_networks HTTP/1.1" 200 1046 0.060598 10.0.0.240 - - [2025-12-01 02:15:16] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.240 - - [2025-12-01 02:15:16] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.027209 10.0.0.240 - - [2025-12-01 02:15:16] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.240 - - [2025-12-01 02:15:16] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?fields=security_groups HTTP/1.1" 200 1274 0.022764 10.0.0.240 - - [2025-12-01 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.024041 10.0.0.240 - - [2025-12-01 02:15:17] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001911 10.0.0.240 - - [2025-12-01 02:15:17] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.240 - - [2025-12-01 02:15:17] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005926 10.0.0.240 - - [2025-12-01 02:15:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001067 10.0.0.240 - - [2025-12-01 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.002748 10.0.0.240 - - [2025-12-01 02:15:17] "POST /security-groups HTTP/1.1" 200 591 0.060445 10.0.0.240 - - [2025-12-01 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003842 10.0.0.240 - - [2025-12-01 02:15:17] "POST /projects HTTP/1.1" 200 585 0.194615 10.0.0.240 - - [2025-12-01 02:15:17] "POST /access-control-lists HTTP/1.1" 200 598 0.054925 10.0.0.240 - - [2025-12-01 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.268042 10.0.0.240 - - [2025-12-01 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.002935 10.0.0.240 - - [2025-12-01 02:15:17] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.379986 10.0.0.240 - - [2025-12-01 02:15:17] "POST /access-control-lists HTTP/1.1" 200 596 0.056293 10.0.0.240 - - [2025-12-01 02:15:19] "GET / HTTP/1.1" 200 36215 0.002589 10.0.0.240 - - [2025-12-01 02:15:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000438 10.0.0.240 - - [2025-12-01 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.054402 10.0.0.240 - - [2025-12-01 02:15:20] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.240 - - [2025-12-01 02:15:20] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.027717 10.0.0.240 - - [2025-12-01 02:15:20] "POST /neutron/network HTTP/1.1" 200 117 0.028016 10.0.0.240 - - [2025-12-01 02:15:20] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.240 - - [2025-12-01 02:15:20] "POST /neutron/network HTTP/1.1" 200 625 0.053668 10.0.0.240 - - [2025-12-01 02:15:20] "POST /route-targets HTTP/1.1" 200 328 0.012059 10.0.0.240 - - [2025-12-01 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.010030 10.0.0.240 - - [2025-12-01 02:15:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002851 10.0.0.240 - - [2025-12-01 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.191550 10.0.0.240 - - [2025-12-01 02:15:20] "POST /neutron/network HTTP/1.1" 200 839 0.004798 10.0.0.240 - - [2025-12-01 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001110 10.0.0.240 - - [2025-12-01 02:15:20] "GET /virtual-network/27f69719-c904-4add-8bfe-e6b8b0d45830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004152 10.0.0.240 - - [2025-12-01 02:15:20] "POST /neutron/network HTTP/1.1" 200 839 0.006192 10.0.0.240 - - [2025-12-01 02:15:20] "GET /virtual-network/27f69719-c904-4add-8bfe-e6b8b0d45830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004572 10.0.0.240 - - [2025-12-01 02:15:20] "POST /neutron/network HTTP/1.1" 200 839 0.004647 10.0.0.240 - - [2025-12-01 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.005074 10.0.0.240 - - [2025-12-01 02:15:20] "POST /neutron/network HTTP/1.1" 200 839 0.004807 10.0.0.240 - - [2025-12-01 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.000980 10.0.0.240 - - [2025-12-01 02:15:20] "POST /neutron/network HTTP/1.1" 200 849 0.004895 10.0.0.240 - - [2025-12-01 02:15:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000377 10.0.0.240 - - [2025-12-01 02:15:21] "GET / HTTP/1.1" 200 36215 0.001963 10.0.0.240 - - [2025-12-01 02:15:21] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000322 10.0.0.240 - - [2025-12-01 02:15:21] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.240 - - [2025-12-01 02:15:21] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046715 10.0.0.240 - - [2025-12-01 02:15:21] "POST /neutron/network HTTP/1.1" 200 839 0.005293 10.0.0.240 - - [2025-12-01 02:15:21] "POST /neutron/port HTTP/1.1" 200 117 0.004434 10.0.0.240 - - [2025-12-01 02:15:21] "POST /neutron/port HTTP/1.1" 200 117 0.004200 10.0.0.240 - - [2025-12-01 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002237 10.0.0.240 - - [2025-12-01 02:15:21] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002535 10.0.0.240 - - [2025-12-01 02:15:21] "PUT /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24 HTTP/1.1" 200 277 0.008965 10.0.0.240 - - [2025-12-01 02:15:21] "POST /neutron/port HTTP/1.1" 200 117 0.004112 10.0.0.240 - - [2025-12-01 02:15:22] "POST /neutron/network HTTP/1.1" 200 849 0.004711 10.0.0.240 - - [2025-12-01 02:15:22] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.240 - - [2025-12-01 02:15:22] "POST /neutron/port HTTP/1.1" 200 1055 0.159067 10.0.0.240 - - [2025-12-01 02:15:22] "POST /neutron/port HTTP/1.1" 200 1055 0.006797 10.0.0.240 - - [2025-12-01 02:15:22] "POST /neutron/port HTTP/1.1" 200 1055 0.009142 10.0.0.240 - - [2025-12-01 02:15:22] "POST /neutron/port HTTP/1.1" 200 1109 0.045341 10.0.0.240 - - [2025-12-01 02:15:22] "POST /neutron/port HTTP/1.1" 200 1083 0.010559 10.0.0.240 - - [2025-12-01 02:15:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002800 10.0.0.240 - - [2025-12-01 02:15:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.006173 10.0.0.240 - - [2025-12-01 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.001438 10.0.0.240 - - [2025-12-01 02:15:22] "POST /neutron/network HTTP/1.1" 200 839 0.005200 10.0.0.240 - - [2025-12-01 02:15:26] "POST /neutron/port HTTP/1.1" 200 1083 0.010024 10.0.0.240 - - [2025-12-01 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005993 10.0.0.240 - - [2025-12-01 02:15:27] "POST /neutron/port HTTP/1.1" 200 1083 0.009144 10.0.0.240 - - [2025-12-01 02:15:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006156 10.0.0.240 - - [2025-12-01 02:15:27] "POST /neutron/port HTTP/1.1" 200 1083 0.010440 10.0.0.240 - - [2025-12-01 02:15:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004792 10.0.0.240 - - [2025-12-01 02:15:27] "GET /virtual-machine/78d18341-e660-47c8-ab4c-1ec5747ab67f HTTP/1.1" 401 293 0.000351 10.0.0.240 - - [2025-12-01 02:15:27] "GET /virtual-machine/78d18341-e660-47c8-ab4c-1ec5747ab67f HTTP/1.1" 200 1294 0.028483 10.0.0.240 - - [2025-12-01 02:15:27] "GET /virtual-machine-interface/7642959d-99fd-448b-b1ca-c0b27364c7c4 HTTP/1.1" 200 2978 0.004023 10.0.0.240 - - [2025-12-01 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.240 - - [2025-12-01 02:15:27] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002594 10.0.0.240 - - [2025-12-01 02:15:27] "GET /virtual-networks?parent_id=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002505 10.0.0.240 - - [2025-12-01 02:15:27] "GET /virtual-network/27f69719-c904-4add-8bfe-e6b8b0d45830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004568 10.0.0.240 - - [2025-12-01 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.240 - - [2025-12-01 02:15:30] "GET /virtual-network/27f69719-c904-4add-8bfe-e6b8b0d45830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005826 10.0.0.240 - - [2025-12-01 02:15:30] "POST /neutron/port HTTP/1.1" 200 1083 0.010062 10.0.0.240 - - [2025-12-01 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004479 10.0.0.240 - - [2025-12-01 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.240 - - [2025-12-01 02:15:32] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002443 10.0.0.240 - - [2025-12-01 02:15:32] "GET /virtual-networks?parent_id=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002396 10.0.0.240 - - [2025-12-01 02:15:32] "GET /virtual-network/27f69719-c904-4add-8bfe-e6b8b0d45830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004581 10.0.0.240 - - [2025-12-01 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.240 - - [2025-12-01 02:15:34] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002648 10.0.0.240 - - [2025-12-01 02:15:34] "PUT /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24 HTTP/1.1" 200 277 0.007782 10.0.0.240 - - [2025-12-01 02:15:35] "POST /neutron/network HTTP/1.1" 200 839 0.005216 10.0.0.240 - - [2025-12-01 02:15:35] "POST /neutron/network HTTP/1.1" 400 204 0.009058 10.0.0.240 - - [2025-12-01 02:15:35] "POST /neutron/port HTTP/1.1" 200 1083 0.009514 10.0.0.240 - - [2025-12-01 02:15:35] "POST /neutron/port HTTP/1.1" 200 1109 0.006751 10.0.0.240 - - [2025-12-01 02:15:35] "POST /neutron/port HTTP/1.1" 200 151 0.079203 10.0.0.240 - - [2025-12-01 02:15:37] "POST /neutron/network HTTP/1.1" 200 839 0.004530 10.0.0.240 - - [2025-12-01 02:15:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002515 10.0.0.240 - - [2025-12-01 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.240 - - [2025-12-01 02:15:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002126 10.0.0.240 - - [2025-12-01 02:15:37] "POST /neutron/network HTTP/1.1" 200 151 0.063594 10.0.0.240 - - [2025-12-01 02:15:37] "DELETE /route-target/46d9ae09-d95a-4bfa-b9e5-71c5073f23a7 HTTP/1.1" 200 115 0.014180 10.0.0.240 - - [2025-12-01 02:15:37] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002440 10.0.0.240 - - [2025-12-01 02:15:37] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24 HTTP/1.1" 200 1885 0.002783 10.0.0.240 - - [2025-12-01 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002254 10.0.0.240 - - [2025-12-01 02:15:37] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000850 10.0.0.240 - - [2025-12-01 02:15:37] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.020667 10.0.0.240 - - [2025-12-01 02:15:37] "POST /neutron/network HTTP/1.1" 200 117 0.008250 10.0.0.240 - - [2025-12-01 02:15:37] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.240 - - [2025-12-01 02:15:37] "POST /neutron/network HTTP/1.1" 200 605 0.050611 10.0.0.240 - - [2025-12-01 02:15:37] "POST /route-targets HTTP/1.1" 200 328 0.009743 10.0.0.240 - - [2025-12-01 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.008529 10.0.0.240 - - [2025-12-01 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004120 10.0.0.240 - - [2025-12-01 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.138527 10.0.0.240 - - [2025-12-01 02:15:38] "POST /neutron/network HTTP/1.1" 200 824 0.004289 10.0.0.240 - - [2025-12-01 02:15:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001021 10.0.0.240 - - [2025-12-01 02:15:38] "GET /virtual-network/b340ac8c-5be5-4827-b65f-3570e3b05ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005763 10.0.0.240 - - [2025-12-01 02:15:38] "POST /neutron/network HTTP/1.1" 200 824 0.006690 10.0.0.240 - - [2025-12-01 02:15:38] "GET /virtual-network/b340ac8c-5be5-4827-b65f-3570e3b05ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005448 10.0.0.240 - - [2025-12-01 02:15:38] "POST /neutron/network HTTP/1.1" 200 824 0.006349 10.0.0.240 - - [2025-12-01 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.006930 10.0.0.240 - - [2025-12-01 02:15:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001965 10.0.0.240 - - [2025-12-01 02:15:38] "POST /neutron/network HTTP/1.1" 200 834 0.004943 10.0.0.240 - - [2025-12-01 02:15:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000382 10.0.0.240 - - [2025-12-01 02:15:38] "GET / HTTP/1.1" 200 36215 0.002512 10.0.0.240 - - [2025-12-01 02:15:38] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000434 10.0.0.240 - - [2025-12-01 02:15:39] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.240 - - [2025-12-01 02:15:39] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.050081 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/network HTTP/1.1" 200 824 0.004314 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.004193 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.004572 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.004154 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/network HTTP/1.1" 200 834 0.008608 10.0.0.240 - - [2025-12-01 02:15:39] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/port HTTP/1.1" 200 1060 0.161082 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/port HTTP/1.1" 200 1060 0.008069 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/port HTTP/1.1" 200 1060 0.009248 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/port HTTP/1.1" 200 1114 0.055683 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/port HTTP/1.1" 200 1088 0.009120 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002911 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.005542 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.240 - - [2025-12-01 02:15:39] "POST /neutron/network HTTP/1.1" 200 824 0.004726 10.0.0.240 - - [2025-12-01 02:15:43] "DELETE /project/9695061f1f3d4dc79a246189b1325dc9 HTTP/1.1" 404 173 0.010008 10.0.0.240 - - [2025-12-01 02:15:43] "DELETE /project/7103b3e4a97545f9a87ed98fc210ef3e HTTP/1.1" 404 173 0.005631 10.0.0.240 - - [2025-12-01 02:15:43] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000836 10.0.0.240 - - [2025-12-01 02:15:43] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000719 10.0.0.240 - - [2025-12-01 02:15:43] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.025438 10.0.0.240 - - [2025-12-01 02:15:43] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.029236 10.0.0.240 - - [2025-12-01 02:15:43] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000813 10.0.0.240 - - [2025-12-01 02:15:43] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000702 10.0.0.240 - - [2025-12-01 02:15:43] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?fields=security_groups HTTP/1.1" 200 1377 0.074665 10.0.0.240 - - [2025-12-01 02:15:43] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?fields=security_groups HTTP/1.1" 200 1376 0.076632 10.0.0.240 - - [2025-12-01 02:15:43] "DELETE /security-group/3dd3f1ab-a00f-415e-af98-e9be8900a8fd HTTP/1.1" 200 115 0.049330 10.0.0.240 - - [2025-12-01 02:15:43] "DELETE /security-group/30473bdd-2f61-44e0-a8be-fb9c3aa51789 HTTP/1.1" 200 115 0.053337 10.0.0.240 - - [2025-12-01 02:15:43] "GET /projects?obj_uuids=af25f61f-1baa-4b30-b77c-baa89f7afad6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001263 10.0.0.240 - - [2025-12-01 02:15:43] "GET /projects?obj_uuids=7103b3e4-a975-45f9-a87e-d98fc210ef3e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001206 10.0.0.240 - - [2025-12-01 02:15:43] "DELETE /access-control-list/2a653864-c215-4da9-99bc-db384d21688d HTTP/1.1" 200 115 0.040496 10.0.0.240 - - [2025-12-01 02:15:43] "GET /project/af25f61f-1baa-4b30-b77c-baa89f7afad6?fields=application_policy_sets HTTP/1.1" 200 1416 0.037143 10.0.0.240 - - [2025-12-01 02:15:43] "GET /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e?fields=application_policy_sets HTTP/1.1" 200 1415 0.038573 10.0.0.240 - - [2025-12-01 02:15:43] "DELETE /access-control-list/33c5c30f-4654-4094-821a-5959b71845a9 HTTP/1.1" 200 115 0.037192 10.0.0.240 - - [2025-12-01 02:15:43] "DELETE /access-control-list/37eb9562-c8e9-4211-80e7-4667f8d835d9 HTTP/1.1" 200 115 0.020721 10.0.0.240 - - [2025-12-01 02:15:43] "DELETE /access-control-list/ffd3733e-21e4-4d39-9bab-c05c7c446de1 HTTP/1.1" 200 115 0.027792 10.0.0.240 - - [2025-12-01 02:15:43] "DELETE /project/af25f61f-1baa-4b30-b77c-baa89f7afad6 HTTP/1.1" 200 115 0.385197 10.0.0.240 - - [2025-12-01 02:15:43] "DELETE /project/7103b3e4-a975-45f9-a87e-d98fc210ef3e HTTP/1.1" 200 115 0.398969 10.0.0.240 - - [2025-12-01 02:15:44] "POST /neutron/port HTTP/1.1" 200 1088 0.009470 10.0.0.240 - - [2025-12-01 02:15:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006955 10.0.0.240 - - [2025-12-01 02:15:44] "POST /neutron/port HTTP/1.1" 200 1088 0.012434 10.0.0.240 - - [2025-12-01 02:15:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006222 10.0.0.240 - - [2025-12-01 02:15:44] "POST /neutron/port HTTP/1.1" 200 1088 0.011457 10.0.0.240 - - [2025-12-01 02:15:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007467 10.0.0.240 - - [2025-12-01 02:15:44] "GET /virtual-machine/2c0a4ac4-75b7-4d0b-afcc-0bfa4bfc7738 HTTP/1.1" 200 1294 0.003936 10.0.0.240 - - [2025-12-01 02:15:44] "GET /virtual-machine-interface/9e495145-a9ec-4de6-8b82-39332c44c876 HTTP/1.1" 200 2949 0.004752 10.0.0.240 - - [2025-12-01 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.240 - - [2025-12-01 02:15:44] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003076 10.0.0.240 - - [2025-12-01 02:15:44] "GET /virtual-networks?parent_id=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004244 10.0.0.240 - - [2025-12-01 02:15:44] "GET /virtual-network/b340ac8c-5be5-4827-b65f-3570e3b05ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006070 10.0.0.240 - - [2025-12-01 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.240 - - [2025-12-01 02:15:47] "GET /virtual-network/b340ac8c-5be5-4827-b65f-3570e3b05ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004187 10.0.0.240 - - [2025-12-01 02:15:48] "POST /neutron/port HTTP/1.1" 200 1088 0.009466 10.0.0.240 - - [2025-12-01 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004713 10.0.0.240 - - [2025-12-01 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.240 - - [2025-12-01 02:15:49] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003453 10.0.0.240 - - [2025-12-01 02:15:49] "GET /virtual-networks?parent_id=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002875 10.0.0.240 - - [2025-12-01 02:15:49] "GET /virtual-network/b340ac8c-5be5-4827-b65f-3570e3b05ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004895 10.0.0.240 - - [2025-12-01 02:15:50] "GET /obj-perms HTTP/1.1" 200 5075 0.055028 10.0.0.240 - - [2025-12-01 02:15:50] "GET /obj-perms HTTP/1.1" 200 5075 0.046027 10.0.0.240 - - [2025-12-01 02:15:51] "POST /neutron/network HTTP/1.1" 200 824 0.007267 10.0.0.240 - - [2025-12-01 02:15:51] "POST /neutron/network HTTP/1.1" 400 204 0.008706 10.0.0.240 - - [2025-12-01 02:15:52] "POST /neutron/port HTTP/1.1" 200 1088 0.010670 10.0.0.240 - - [2025-12-01 02:15:52] "POST /neutron/port HTTP/1.1" 200 1114 0.007451 10.0.0.240 - - [2025-12-01 02:15:52] "POST /neutron/port HTTP/1.1" 200 151 0.083169 10.0.0.240 - - [2025-12-01 02:15:53] "POST /neutron/network HTTP/1.1" 200 824 0.004918 10.0.0.240 - - [2025-12-01 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.240 - - [2025-12-01 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002826 10.0.0.240 - - [2025-12-01 02:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001604 10.0.0.240 - - [2025-12-01 02:15:54] "POST /neutron/network HTTP/1.1" 200 151 0.078488 10.0.0.240 - - [2025-12-01 02:15:54] "DELETE /route-target/40da960f-64ce-49c4-90a7-301cb95c355d HTTP/1.1" 200 115 0.018627 10.0.0.240 - - [2025-12-01 02:15:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002599 10.0.0.240 - - [2025-12-01 02:15:54] "POST /network-ipams HTTP/1.1" 200 543 0.014202 10.0.0.240 - - [2025-12-01 02:15:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002496 10.0.0.240 - - [2025-12-01 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.240 - - [2025-12-01 02:15:54] "GET /network-ipam/f06ff183-0668-4a6e-bebb-b492910b3573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.004330 10.0.0.240 - - [2025-12-01 02:15:54] "PUT /network-ipam/f06ff183-0668-4a6e-bebb-b492910b3573 HTTP/1.1" 200 259 0.009104 10.0.0.240 - - [2025-12-01 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.240 - - [2025-12-01 02:15:54] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.240 - - [2025-12-01 02:15:54] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.021958 10.0.0.240 - - [2025-12-01 02:15:54] "POST /neutron/network HTTP/1.1" 200 117 0.013075 10.0.0.240 - - [2025-12-01 02:15:54] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/network HTTP/1.1" 200 605 0.077865 10.0.0.240 - - [2025-12-01 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003728 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.195730 10.0.0.240 - - [2025-12-01 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.175936 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/network HTTP/1.1" 200 994 0.005405 10.0.0.240 - - [2025-12-01 02:15:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001029 10.0.0.240 - - [2025-12-01 02:15:55] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004336 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/network HTTP/1.1" 200 994 0.067510 10.0.0.240 - - [2025-12-01 02:15:55] "POST /route-targets HTTP/1.1" 200 328 0.072541 10.0.0.240 - - [2025-12-01 02:15:55] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007638 10.0.0.240 - - [2025-12-01 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.016214 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/network HTTP/1.1" 200 994 0.022076 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.006123 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.006856 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/network HTTP/1.1" 200 994 0.006734 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.005367 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.006281 10.0.0.240 - - [2025-12-01 02:15:55] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002028 10.0.0.240 - - [2025-12-01 02:15:55] "POST /neutron/port HTTP/1.1" 200 1017 0.137148 10.0.0.240 - - [2025-12-01 02:15:55] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.129866 10.0.0.240 - - [2025-12-01 02:15:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001218 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006054 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006065 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/network HTTP/1.1" 200 994 0.006021 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.005854 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.004409 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006217 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.004281 10.0.0.240 - - [2025-12-01 02:15:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001191 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.005720 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006624 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007784 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/network HTTP/1.1" 200 994 0.009174 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006478 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.014391 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008008 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.004015 10.0.0.240 - - [2025-12-01 02:15:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001163 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.005172 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006110 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/network HTTP/1.1" 200 1004 0.004619 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007243 10.0.0.240 - - [2025-12-01 02:15:56] "POST /neutron/port HTTP/1.1" 200 1017 0.006468 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/network HTTP/1.1" 200 1004 0.004893 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 1109 0.060759 10.0.0.240 - - [2025-12-01 02:15:57] "GET /aaa-mode HTTP/1.1" 401 293 0.000773 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 1083 0.008331 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003050 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.017784 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/network HTTP/1.1" 200 994 0.006156 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 1017 0.006819 10.0.0.240 - - [2025-12-01 02:15:57] "GET / HTTP/1.1" 200 36215 0.002167 10.0.0.240 - - [2025-12-01 02:15:57] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000276 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/network HTTP/1.1" 200 1004 0.010988 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 1017 0.006345 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 1017 0.004989 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 1109 0.067033 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 1083 0.008870 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002768 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.007857 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/network HTTP/1.1" 200 994 0.005979 10.0.0.240 - - [2025-12-01 02:15:57] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001321 10.0.0.240 - - [2025-12-01 02:15:57] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.051319 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/network HTTP/1.1" 200 994 0.007921 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 2050 0.013443 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007216 10.0.0.240 - - [2025-12-01 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.004294 10.0.0.240 - - [2025-12-01 02:15:58] "GET /domains HTTP/1.1" 200 281 0.003458 10.0.0.240 - - [2025-12-01 02:15:58] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.240 - - [2025-12-01 02:15:58] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2583 0.008532 10.0.0.240 - - [2025-12-01 02:15:58] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.240 - - [2025-12-01 02:15:58] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9 HTTP/1.1" 200 2862 0.076324 10.0.0.240 - - [2025-12-01 02:15:58] "GET /network-ipam/f06ff183-0668-4a6e-bebb-b492910b3573 HTTP/1.1" 200 2650 0.006971 10.0.0.240 - - [2025-12-01 02:15:58] "GET /domains HTTP/1.1" 200 281 0.003599 10.0.0.240 - - [2025-12-01 02:15:58] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.240 - - [2025-12-01 02:15:58] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2583 0.012052 10.0.0.240 - - [2025-12-01 02:15:58] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000850 10.0.0.240 - - [2025-12-01 02:15:58] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9 HTTP/1.1" 200 2862 0.066077 10.0.0.240 - - [2025-12-01 02:15:58] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89 HTTP/1.1" 200 3788 0.006258 10.0.0.240 - - [2025-12-01 02:15:58] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89 HTTP/1.1" 200 3788 0.004146 10.0.0.240 - - [2025-12-01 02:15:58] "GET /routing-instance/28723d83-b4e1-4717-9582-606b17b1f840 HTTP/1.1" 200 2385 0.003484 10.0.0.240 - - [2025-12-01 02:15:58] "GET /routing-instance/28723d83-b4e1-4717-9582-606b17b1f840 HTTP/1.1" 200 2385 0.003557 10.0.0.240 - - [2025-12-01 02:15:58] "GET /route-target/f9c686ca-5ce1-46aa-a4c7-d43d4f6d0b8a HTTP/1.1" 200 1207 0.003122 10.0.0.240 - - [2025-12-01 02:15:58] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89 HTTP/1.1" 200 3788 0.004165 10.0.0.240 - - [2025-12-01 02:15:58] "GET /routing-instance/28723d83-b4e1-4717-9582-606b17b1f840 HTTP/1.1" 200 2385 0.002963 10.0.0.240 - - [2025-12-01 02:15:58] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004221 10.0.0.240 - - [2025-12-01 02:15:58] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89 HTTP/1.1" 200 3788 0.004180 10.0.0.240 - - [2025-12-01 02:15:58] "GET /routing-instance/28723d83-b4e1-4717-9582-606b17b1f840 HTTP/1.1" 200 2385 0.006542 10.0.0.240 - - [2025-12-01 02:15:58] "GET /routing-instance/28723d83-b4e1-4717-9582-606b17b1f840 HTTP/1.1" 200 2385 0.005270 10.0.0.240 - - [2025-12-01 02:15:58] "GET /route-target/f9c686ca-5ce1-46aa-a4c7-d43d4f6d0b8a HTTP/1.1" 200 1207 0.004117 10.0.0.240 - - [2025-12-01 02:15:58] "GET /domains HTTP/1.1" 200 281 0.004637 10.0.0.240 - - [2025-12-01 02:15:58] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.240 - - [2025-12-01 02:15:58] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2583 0.008224 10.0.0.240 - - [2025-12-01 02:15:58] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/network HTTP/1.1" 200 1004 0.005931 10.0.0.240 - - [2025-12-01 02:15:58] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9 HTTP/1.1" 200 2862 0.091362 10.0.0.240 - - [2025-12-01 02:15:58] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89 HTTP/1.1" 200 3788 0.010973 10.0.0.240 - - [2025-12-01 02:15:58] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/port HTTP/1.1" 200 1055 0.247325 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/port HTTP/1.1" 200 1055 0.007809 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/port HTTP/1.1" 200 1055 0.007260 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/port HTTP/1.1" 200 1109 0.083885 10.0.0.240 - - [2025-12-01 02:15:58] "GET /obj-perms HTTP/1.1" 200 5049 0.068104 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/port HTTP/1.1" 200 1083 0.008690 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/port HTTP/1.1" 200 1083 0.007375 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002446 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004880 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.015643 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/network HTTP/1.1" 200 994 0.006961 10.0.0.240 - - [2025-12-01 02:15:58] "POST /neutron/port HTTP/1.1" 200 1083 0.014113 10.0.0.240 - - [2025-12-01 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005638 10.0.0.240 - - [2025-12-01 02:15:59] "POST /neutron/port HTTP/1.1" 200 1083 0.011638 10.0.0.240 - - [2025-12-01 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006254 10.0.0.240 - - [2025-12-01 02:15:59] "GET /virtual-machine/3babfd77-28ba-4808-8ac4-393cc202aa64 HTTP/1.1" 200 1289 0.004328 10.0.0.240 - - [2025-12-01 02:15:59] "GET /virtual-machine-interface/5585126b-4291-4070-bd78-94eb90d7688f HTTP/1.1" 200 2948 0.007161 10.0.0.240 - - [2025-12-01 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.240 - - [2025-12-01 02:15:59] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002942 10.0.0.240 - - [2025-12-01 02:15:59] "GET /virtual-networks?parent_id=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002518 10.0.0.240 - - [2025-12-01 02:15:59] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005385 10.0.0.240 - - [2025-12-01 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.240 - - [2025-12-01 02:16:02] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004452 10.0.0.240 - - [2025-12-01 02:16:06] "POST /neutron/port HTTP/1.1" 200 1083 0.014557 10.0.0.240 - - [2025-12-01 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005078 10.0.0.240 - - [2025-12-01 02:16:06] "POST /neutron/port HTTP/1.1" 200 1083 0.009943 10.0.0.240 - - [2025-12-01 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005863 10.0.0.240 - - [2025-12-01 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.011075 10.0.0.240 - - [2025-12-01 02:16:06] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004569 10.0.0.240 - - [2025-12-01 02:16:07] "POST /neutron/port HTTP/1.1" 200 1083 0.010554 10.0.0.240 - - [2025-12-01 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004953 10.0.0.240 - - [2025-12-01 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.240 - - [2025-12-01 02:16:08] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002411 10.0.0.240 - - [2025-12-01 02:16:08] "GET /virtual-networks?parent_id=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003155 10.0.0.240 - - [2025-12-01 02:16:08] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004956 10.0.0.240 - - [2025-12-01 02:16:08] "POST /neutron/port HTTP/1.1" 200 1083 0.009980 10.0.0.240 - - [2025-12-01 02:16:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005403 10.0.0.240 - - [2025-12-01 02:16:09] "POST /neutron/port HTTP/1.1" 200 1083 0.013610 10.0.0.240 - - [2025-12-01 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006351 10.0.0.240 - - [2025-12-01 02:16:09] "POST /neutron/port HTTP/1.1" 200 1083 0.008873 10.0.0.240 - - [2025-12-01 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005864 10.0.0.240 - - [2025-12-01 02:16:09] "GET /virtual-machine/02654619-8cf5-4574-b443-0abdf08b0ad4 HTTP/1.1" 200 1289 0.003607 10.0.0.240 - - [2025-12-01 02:16:09] "GET /virtual-machine-interface/93ddeb18-e49b-4bcb-9a65-7a4690238eb2 HTTP/1.1" 200 2949 0.004273 10.0.0.240 - - [2025-12-01 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.240 - - [2025-12-01 02:16:09] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002908 10.0.0.240 - - [2025-12-01 02:16:09] "GET /virtual-networks?parent_id=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002594 10.0.0.240 - - [2025-12-01 02:16:09] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005105 10.0.0.240 - - [2025-12-01 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.240 - - [2025-12-01 02:16:10] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002426 10.0.0.240 - - [2025-12-01 02:16:10] "GET /virtual-networks?parent_id=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002960 10.0.0.240 - - [2025-12-01 02:16:10] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004700 10.0.0.240 - - [2025-12-01 02:16:10] "POST /neutron/port HTTP/1.1" 200 1083 0.009037 10.0.0.240 - - [2025-12-01 02:16:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005605 10.0.0.240 - - [2025-12-01 02:16:10] "POST /neutron/port HTTP/1.1" 200 1083 0.010258 10.0.0.240 - - [2025-12-01 02:16:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005428 10.0.0.240 - - [2025-12-01 02:16:10] "POST /neutron/port HTTP/1.1" 200 1083 0.009722 10.0.0.240 - - [2025-12-01 02:16:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005009 10.0.0.240 - - [2025-12-01 02:16:10] "GET /virtual-machine/3506c55e-da09-4c6f-804b-7227f8ff7aa2 HTTP/1.1" 200 1293 0.003735 10.0.0.240 - - [2025-12-01 02:16:10] "GET /virtual-machine-interface/fc22068e-cc89-4239-aedc-dce266b4a394 HTTP/1.1" 200 2949 0.004274 10.0.0.240 - - [2025-12-01 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.240 - - [2025-12-01 02:16:10] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002729 10.0.0.240 - - [2025-12-01 02:16:10] "GET /virtual-networks?parent_id=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003115 10.0.0.240 - - [2025-12-01 02:16:10] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004609 10.0.0.240 - - [2025-12-01 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.240 - - [2025-12-01 02:16:12] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002955 10.0.0.240 - - [2025-12-01 02:16:12] "GET /virtual-networks?parent_id=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002547 10.0.0.240 - - [2025-12-01 02:16:12] "GET /virtual-network/23f248f3-99dc-4054-a658-8f755a92ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004703 10.0.0.240 - - [2025-12-01 02:16:21] "POST /neutron/port HTTP/1.1" 200 1083 0.011041 10.0.0.240 - - [2025-12-01 02:16:21] "POST /neutron/port HTTP/1.1" 200 1083 0.009583 10.0.0.240 - - [2025-12-01 02:16:21] "POST /neutron/network HTTP/1.1" 200 1004 0.004742 10.0.0.240 - - [2025-12-01 02:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002775 10.0.0.240 - - [2025-12-01 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 673 0.007450 10.0.0.240 - - [2025-12-01 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.000900 10.0.0.240 - - [2025-12-01 02:16:21] "POST /neutron/network HTTP/1.1" 200 994 0.006805 10.0.0.240 - - [2025-12-01 02:16:27] "POST /neutron/port HTTP/1.1" 200 1109 0.009345 10.0.0.240 - - [2025-12-01 02:16:28] "POST /neutron/port HTTP/1.1" 200 1109 0.009537 10.0.0.240 - - [2025-12-01 02:16:28] "POST /neutron/port HTTP/1.1" 200 151 0.105683 10.0.0.240 - - [2025-12-01 02:16:28] "POST /neutron/port HTTP/1.1" 200 1109 0.007468 10.0.0.240 - - [2025-12-01 02:16:28] "POST /neutron/port HTTP/1.1" 200 1109 0.007699 10.0.0.240 - - [2025-12-01 02:16:28] "POST /neutron/port HTTP/1.1" 200 151 0.086707 10.0.0.240 - - [2025-12-01 02:16:28] "POST /neutron/network HTTP/1.1" 200 994 0.006174 10.0.0.240 - - [2025-12-01 02:16:28] "POST /neutron/network HTTP/1.1" 400 204 0.013411 10.0.0.240 - - [2025-12-01 02:16:28] "POST /neutron/port HTTP/1.1" 200 1083 0.012768 10.0.0.240 - - [2025-12-01 02:16:28] "POST /neutron/port HTTP/1.1" 200 1109 0.006730 10.0.0.240 - - [2025-12-01 02:16:28] "POST /neutron/port HTTP/1.1" 200 151 0.086154 10.0.0.240 - - [2025-12-01 02:16:30] "POST /neutron/network HTTP/1.1" 200 994 0.006191 10.0.0.240 - - [2025-12-01 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.240 - - [2025-12-01 02:16:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002386 10.0.0.240 - - [2025-12-01 02:16:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001731 10.0.0.240 - - [2025-12-01 02:16:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001960 10.0.0.240 - - [2025-12-01 02:16:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001444 10.0.0.240 - - [2025-12-01 02:16:30] "POST /neutron/network HTTP/1.1" 200 151 0.084018 10.0.0.240 - - [2025-12-01 02:16:30] "DELETE /route-target/f9c686ca-5ce1-46aa-a4c7-d43d4f6d0b8a HTTP/1.1" 200 115 0.021303 10.0.0.240 - - [2025-12-01 02:16:30] "GET /routing-instance/28723d83-b4e1-4717-9582-606b17b1f840 HTTP/1.1" 404 171 0.002290 10.0.0.240 - - [2025-12-01 02:16:30] "GET /domains HTTP/1.1" 200 281 0.001738 10.0.0.240 - - [2025-12-01 02:16:30] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000761 10.0.0.240 - - [2025-12-01 02:16:30] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 2583 0.045930 10.0.0.240 - - [2025-12-01 02:16:30] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000813 10.0.0.240 - - [2025-12-01 02:16:30] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9 HTTP/1.1" 200 2102 0.064797 10.0.0.240 - - [2025-12-01 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002387 10.0.0.240 - - [2025-12-01 02:16:30] "DELETE /network-ipam/f06ff183-0668-4a6e-bebb-b492910b3573 HTTP/1.1" 200 115 0.016409 10.0.0.240 - - [2025-12-01 02:16:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003916 10.0.0.240 - - [2025-12-01 02:16:30] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.240 - - [2025-12-01 02:16:30] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026860 10.0.0.240 - - [2025-12-01 02:16:30] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.240 - - [2025-12-01 02:16:30] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?fields=virtual_networks HTTP/1.1" 200 1045 0.066487 10.0.0.240 - - [2025-12-01 02:16:31] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.240 - - [2025-12-01 02:16:31] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.020401 10.0.0.240 - - [2025-12-01 02:16:31] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001174 10.0.0.240 - - [2025-12-01 02:16:31] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?fields=security_groups HTTP/1.1" 200 1272 0.019144 10.0.0.240 - - [2025-12-01 02:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.004122 10.0.0.240 - - [2025-12-01 02:16:33] "POST /neutron/port HTTP/1.1" 400 205 0.002853 10.0.0.240 - - [2025-12-01 02:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.004256 10.0.0.240 - - [2025-12-01 02:16:33] "POST /neutron/port HTTP/1.1" 400 205 0.002771 10.0.0.240 - - [2025-12-01 02:16:37] "GET / HTTP/1.1" 200 36215 0.001629 10.0.0.240 - - [2025-12-01 02:16:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.240 - - [2025-12-01 02:16:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.048361 10.0.0.240 - - [2025-12-01 02:16:38] "GET /projects?obj_uuids=53f4948b-e0e4-4a7e-a74f-72f4ff6516ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002714 10.0.0.240 - - [2025-12-01 02:16:38] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.240 - - [2025-12-01 02:16:38] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005991 10.0.0.240 - - [2025-12-01 02:16:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.001221 10.0.0.240 - - [2025-12-01 02:16:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.001778 10.0.0.240 - - [2025-12-01 02:16:39] "POST /security-groups HTTP/1.1" 200 586 0.060137 10.0.0.240 - - [2025-12-01 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.002835 10.0.0.240 - - [2025-12-01 02:16:39] "POST /projects HTTP/1.1" 200 575 0.200965 10.0.0.240 - - [2025-12-01 02:16:39] "POST /access-control-lists HTTP/1.1" 200 593 0.055000 10.0.0.240 - - [2025-12-01 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.271175 10.0.0.240 - - [2025-12-01 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.003023 10.0.0.240 - - [2025-12-01 02:16:39] "GET /project/53f4948b-e0e4-4a7e-a74f-72f4ff6516ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.385148 10.0.0.240 - - [2025-12-01 02:16:39] "POST /access-control-lists HTTP/1.1" 200 591 0.064070 10.0.0.240 - - [2025-12-01 02:16:40] "GET / HTTP/1.1" 200 36215 0.001734 10.0.0.240 - - [2025-12-01 02:16:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000505 10.0.0.240 - - [2025-12-01 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.024111 10.0.0.240 - - [2025-12-01 02:16:42] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003683 10.0.0.240 - - [2025-12-01 02:16:42] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002806 10.0.0.240 - - [2025-12-01 02:16:42] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003006 10.0.0.240 - - [2025-12-01 02:16:42] "PUT /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31 HTTP/1.1" 200 265 0.008851 10.0.0.240 - - [2025-12-01 02:16:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000527 10.0.0.240 - - [2025-12-01 02:16:43] "GET /aaa-mode HTTP/1.1" 200 128 0.030162 10.0.0.240 - - [2025-12-01 02:16:43] "DELETE /project/53f4948be0e44a7ea74f72f4ff6516ae HTTP/1.1" 404 173 0.005843 10.0.0.240 - - [2025-12-01 02:16:43] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000796 10.0.0.240 - - [2025-12-01 02:16:43] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.023842 10.0.0.240 - - [2025-12-01 02:16:43] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000831 10.0.0.240 - - [2025-12-01 02:16:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.024285 10.0.0.240 - - [2025-12-01 02:16:43] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?fields=security_groups HTTP/1.1" 200 1374 0.063562 10.0.0.240 - - [2025-12-01 02:16:43] "GET /projects?obj_uuids=feee54c2-6c42-462b-b644-957ec3f423d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002083 10.0.0.240 - - [2025-12-01 02:16:43] "DELETE /security-group/fbd377ed-b3a0-4b2d-aa4c-578e64b2f7f2 HTTP/1.1" 200 115 0.035336 10.0.0.240 - - [2025-12-01 02:16:43] "GET /projects?obj_uuids=9695061f-1f3d-4dc7-9a24-6189b1325dc9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.240 - - [2025-12-01 02:16:43] "DELETE /access-control-list/be90e497-5f99-48ce-ab30-f4354ce47ecd HTTP/1.1" 200 115 0.026940 10.0.0.240 - - [2025-12-01 02:16:43] "DELETE /access-control-list/d376ca0e-fb40-4b43-9fdf-6b119c49f6e0 HTTP/1.1" 200 115 0.017376 10.0.0.240 - - [2025-12-01 02:16:43] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.240 - - [2025-12-01 02:16:43] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007647 10.0.0.240 - - [2025-12-01 02:16:43] "GET /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9?fields=application_policy_sets HTTP/1.1" 200 1413 0.072692 10.0.0.240 - - [2025-12-01 02:16:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.001996 10.0.0.240 - - [2025-12-01 02:16:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.004058 10.0.0.240 - - [2025-12-01 02:16:44] "DELETE /project/9695061f-1f3d-4dc7-9a24-6189b1325dc9 HTTP/1.1" 200 115 0.354854 10.0.0.240 - - [2025-12-01 02:16:44] "POST /security-groups HTTP/1.1" 200 586 0.060625 10.0.0.240 - - [2025-12-01 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.002718 10.0.0.240 - - [2025-12-01 02:16:44] "POST /projects HTTP/1.1" 200 575 0.205117 10.0.0.240 - - [2025-12-01 02:16:44] "POST /access-control-lists HTTP/1.1" 200 593 0.056572 10.0.0.240 - - [2025-12-01 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.281073 10.0.0.240 - - [2025-12-01 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.002135 10.0.0.240 - - [2025-12-01 02:16:44] "GET /project/feee54c2-6c42-462b-b644-957ec3f423d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.457815 10.0.0.240 - - [2025-12-01 02:16:44] "POST /access-control-lists HTTP/1.1" 200 591 0.076176 10.0.0.240 - - [2025-12-01 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.022043 10.0.0.240 - - [2025-12-01 02:16:44] "GET /projects?obj_uuids=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002483 10.0.0.240 - - [2025-12-01 02:16:44] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.240 - - [2025-12-01 02:16:44] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006143 10.0.0.240 - - [2025-12-01 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 185 0.001065 10.0.0.240 - - [2025-12-01 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.003078 10.0.0.240 - - [2025-12-01 02:16:44] "POST /security-groups HTTP/1.1" 200 586 0.059527 10.0.0.240 - - [2025-12-01 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.002040 10.0.0.240 - - [2025-12-01 02:16:44] "POST /projects HTTP/1.1" 200 575 0.209078 10.0.0.240 - - [2025-12-01 02:16:44] "POST /access-control-lists HTTP/1.1" 200 593 0.057047 10.0.0.240 - - [2025-12-01 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.276273 10.0.0.240 - - [2025-12-01 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 228 0.002269 10.0.0.240 - - [2025-12-01 02:16:45] "GET /project/a221707a-9baf-4499-95c5-b7fd3642c31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.399202 10.0.0.240 - - [2025-12-01 02:16:45] "POST /access-control-lists HTTP/1.1" 200 591 0.057205 10.0.0.240 - - [2025-12-01 02:16:45] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.240 - - [2025-12-01 02:16:46] "GET / HTTP/1.1" 200 36215 0.001307 10.0.0.240 - - [2025-12-01 02:16:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.005602 10.0.0.240 - - [2025-12-01 02:16:46] "POST /api-access-lists HTTP/1.1" 200 523 0.014999 10.0.0.240 - - [2025-12-01 02:16:46] "GET /api-access-list/e01b9064-933a-4ba0-89ce-ff610de9c0fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.005195 10.0.0.240 - - [2025-12-01 02:16:46] "GET /api-access-list/e01b9064-933a-4ba0-89ce-ff610de9c0fd HTTP/1.1" 401 293 0.000399 10.0.0.240 - - [2025-12-01 02:16:47] "GET /api-access-list/e01b9064-933a-4ba0-89ce-ff610de9c0fd HTTP/1.1" 200 1267 0.059326 10.0.0.240 - - [2025-12-01 02:16:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000338 10.0.0.240 - - [2025-12-01 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.060582 10.0.0.240 - - [2025-12-01 02:16:47] "GET /projects?obj_uuids=feee54c2-6c42-462b-b644-957ec3f423d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001191 10.0.0.240 - - [2025-12-01 02:16:47] "GET /project/feee54c2-6c42-462b-b644-957ec3f423d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.030322 10.0.0.240 - - [2025-12-01 02:16:47] "GET /virtual-networks?parent_id=feee54c2-6c42-462b-b644-957ec3f423d7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009728 10.0.0.240 - - [2025-12-01 02:16:47] "POST /virtual-networks HTTP/1.1" 200 570 0.053179 10.0.0.240 - - [2025-12-01 02:16:47] "POST /route-targets HTTP/1.1" 200 328 0.013588 10.0.0.240 - - [2025-12-01 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.011288 10.0.0.240 - - [2025-12-01 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.015170 10.0.0.240 - - [2025-12-01 02:16:47] "GET /network-ipam/272b5264-dc21-46b5-a061-6f6b40d83260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009051 10.0.0.240 - - [2025-12-01 02:16:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006140 10.0.0.240 - - [2025-12-01 02:16:48] "POST /ref-update HTTP/1.1" 200 156 0.051476 10.0.0.240 - - [2025-12-01 02:16:48] "POST /neutron/network HTTP/1.1" 200 832 0.041703 10.0.0.240 - - [2025-12-01 02:16:48] "POST /neutron/network HTTP/1.1" 200 832 0.013586 10.0.0.240 - - [2025-12-01 02:16:48] "GET /virtual-network/cedcb2cb-81ce-4492-8b9f-dcc215b5f425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.010218 10.0.0.240 - - [2025-12-01 02:16:48] "POST /neutron/network HTTP/1.1" 200 832 0.015518 10.0.0.240 - - [2025-12-01 02:16:48] "POST /neutron/subnet HTTP/1.1" 200 675 0.022665 10.0.0.240 - - [2025-12-01 02:16:48] "GET /virtual-network/cedcb2cb-81ce-4492-8b9f-dcc215b5f425 HTTP/1.1" 401 293 0.000332 10.0.0.240 - - [2025-12-01 02:16:48] "GET /virtual-network/cedcb2cb-81ce-4492-8b9f-dcc215b5f425 HTTP/1.1" 200 2270 0.034753 10.0.0.240 - - [2025-12-01 02:16:48] "GET /virtual-network/cedcb2cb-81ce-4492-8b9f-dcc215b5f425 HTTP/1.1" 401 293 0.000324 10.0.0.240 - - [2025-12-01 02:16:48] "GET /virtual-network/cedcb2cb-81ce-4492-8b9f-dcc215b5f425 HTTP/1.1" 200 2009 0.040396 10.0.0.240 - - [2025-12-01 02:16:49] "GET /obj-perms HTTP/1.1" 200 4934 0.053635 10.0.0.240 - - [2025-12-01 02:16:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 10.0.0.240 - - [2025-12-01 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.023278 10.0.0.240 - - [2025-12-01 02:16:49] "GET /virtual-network/cedcb2cb-81ce-4492-8b9f-dcc215b5f425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.012437 10.0.0.240 - - [2025-12-01 02:16:49] "GET /obj-perms HTTP/1.1" 200 4934 0.007997 10.0.0.240 - - [2025-12-01 02:16:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.013599 10.0.0.240 - - [2025-12-01 02:16:50] "GET /obj-perms HTTP/1.1" 200 4934 0.056124 10.0.0.240 - - [2025-12-01 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002014 10.0.0.240 - - [2025-12-01 02:16:50] "GET /virtual-network/cedcb2cb-81ce-4492-8b9f-dcc215b5f425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.011414 10.0.0.240 - - [2025-12-01 02:16:50] "GET /obj-perms HTTP/1.1" 200 4934 0.008031 10.0.0.240 - - [2025-12-01 02:16:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.014110 10.0.0.240 - - [2025-12-01 02:16:50] "POST /id-to-fqname HTTP/1.1" 401 293 0.000397 10.0.0.240 - - [2025-12-01 02:16:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.315341 10.0.0.240 - - [2025-12-01 02:16:51] "GET /obj-perms HTTP/1.1" 200 5075 0.057667 10.0.0.240 - - [2025-12-01 02:16:51] "GET /obj-perms HTTP/1.1" 200 5075 0.079010 10.0.0.240 - - [2025-12-01 02:16:51] "POST /neutron/network HTTP/1.1" 200 842 0.038092 10.0.0.240 - - [2025-12-01 02:16:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000329 10.0.0.240 - - [2025-12-01 02:16:52] "GET / HTTP/1.1" 200 36215 0.001639 10.0.0.240 - - [2025-12-01 02:16:52] "GET /project/a221707a-9baf-4499-95c5-b7fd3642c31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000342 10.0.0.240 - - [2025-12-01 02:16:52] "GET /projects?obj_uuids=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000940 10.0.0.240 - - [2025-12-01 02:16:52] "GET /project/a221707a-9baf-4499-95c5-b7fd3642c31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.045234 10.0.0.240 - - [2025-12-01 02:16:52] "POST /neutron/network HTTP/1.1" 200 832 0.004544 10.0.0.240 - - [2025-12-01 02:16:52] "POST /neutron/port HTTP/1.1" 200 117 0.027317 10.0.0.240 - - [2025-12-01 02:16:52] "POST /neutron/port HTTP/1.1" 200 117 0.004877 10.0.0.240 - - [2025-12-01 02:16:52] "POST /neutron/port HTTP/1.1" 200 117 0.004734 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/network HTTP/1.1" 200 842 0.017415 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/network HTTP/1.1" 200 832 0.016301 10.0.0.240 - - [2025-12-01 02:16:53] "GET /projects?obj_uuids=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002697 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/port HTTP/1.1" 200 1055 0.279881 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/port HTTP/1.1" 200 1055 0.007552 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/port HTTP/1.1" 200 1055 0.006921 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/port HTTP/1.1" 200 1109 0.039552 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/port HTTP/1.1" 200 1083 0.009433 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002726 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/subnet HTTP/1.1" 200 649 0.005735 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.000934 10.0.0.240 - - [2025-12-01 02:16:53] "POST /neutron/network HTTP/1.1" 200 832 0.004667 10.0.0.240 - - [2025-12-01 02:16:57] "POST /neutron/port HTTP/1.1" 200 1083 0.009594 10.0.0.240 - - [2025-12-01 02:16:57] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005147 10.0.0.240 - - [2025-12-01 02:16:57] "POST /neutron/port HTTP/1.1" 200 1083 0.009456 10.0.0.240 - - [2025-12-01 02:16:57] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005415 10.0.0.240 - - [2025-12-01 02:16:58] "POST /neutron/port HTTP/1.1" 200 1083 0.010897 10.0.0.240 - - [2025-12-01 02:16:58] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005078 10.0.0.240 - - [2025-12-01 02:16:58] "POST /neutron/port HTTP/1.1" 200 1083 0.009563 10.0.0.240 - - [2025-12-01 02:16:58] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005433 10.0.0.240 - - [2025-12-01 02:16:58] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc HTTP/1.1" 200 1289 0.011260 10.0.0.240 - - [2025-12-01 02:16:58] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc HTTP/1.1" 200 1289 0.010448 10.0.0.240 - - [2025-12-01 02:16:58] "GET /virtual-machine-interface/e7b9a493-26fe-4c14-97c5-33b59fdad2d5 HTTP/1.1" 200 2537 0.013343 10.0.0.240 - - [2025-12-01 02:16:58] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc HTTP/1.1" 200 1289 0.009332 10.0.0.240 - - [2025-12-01 02:16:58] "GET /virtual-machine-interface/e7b9a493-26fe-4c14-97c5-33b59fdad2d5 HTTP/1.1" 200 2537 0.012129 10.0.0.240 - - [2025-12-01 02:16:58] "GET /instance-ip/7c21092d-43ff-4392-bc78-7ee95ae3f13c HTTP/1.1" 200 1628 0.014184 10.0.0.240 - - [2025-12-01 02:16:58] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc HTTP/1.1" 200 1289 0.009334 10.0.0.240 - - [2025-12-01 02:16:58] "GET /virtual-machine-interface/e7b9a493-26fe-4c14-97c5-33b59fdad2d5 HTTP/1.1" 200 2537 0.012459 10.0.0.240 - - [2025-12-01 02:16:58] "GET /instance-ip/7c21092d-43ff-4392-bc78-7ee95ae3f13c HTTP/1.1" 200 1628 0.010185 10.0.0.240 - - [2025-12-01 02:16:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.008837 10.0.0.240 - - [2025-12-01 02:16:58] "GET / HTTP/1.1" 200 36215 0.001583 10.0.0.240 - - [2025-12-01 02:16:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000425 10.0.0.240 - - [2025-12-01 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.028729 10.0.0.240 - - [2025-12-01 02:16:58] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002711 10.0.0.240 - - [2025-12-01 02:16:59] "GET /virtual-networks?parent_id=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010742 10.0.0.240 - - [2025-12-01 02:16:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.009275 10.0.0.240 - - [2025-12-01 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.240 - - [2025-12-01 02:16:59] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002426 10.0.0.240 - - [2025-12-01 02:16:59] "GET /virtual-networks?parent_id=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009031 10.0.0.240 - - [2025-12-01 02:16:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.010339 10.0.0.240 - - [2025-12-01 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.240 - - [2025-12-01 02:16:59] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002900 10.0.0.240 - - [2025-12-01 02:16:59] "GET /virtual-networks?parent_id=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008228 10.0.0.240 - - [2025-12-01 02:16:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.008639 10.0.0.240 - - [2025-12-01 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.240 - - [2025-12-01 02:16:59] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002682 10.0.0.240 - - [2025-12-01 02:16:59] "GET /virtual-networks?parent_id=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009792 10.0.0.240 - - [2025-12-01 02:16:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.008703 10.0.0.240 - - [2025-12-01 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.240 - - [2025-12-01 02:16:59] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002951 10.0.0.240 - - [2025-12-01 02:16:59] "GET /virtual-networks?parent_id=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010705 10.0.0.240 - - [2025-12-01 02:17:01] "POST /neutron/port HTTP/1.1" 200 1083 0.009526 10.0.0.240 - - [2025-12-01 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005568 10.0.0.240 - - [2025-12-01 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008780 10.0.0.240 - - [2025-12-01 02:17:02] "GET /virtual-network/cedcb2cb-81ce-4492-8b9f-dcc215b5f425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.011003 10.0.0.240 - - [2025-12-01 02:17:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.008612 10.0.0.240 - - [2025-12-01 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001751 10.0.0.240 - - [2025-12-01 02:17:04] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002216 10.0.0.240 - - [2025-12-01 02:17:04] "GET /virtual-networks?parent_id=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008748 10.0.0.240 - - [2025-12-01 02:17:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.008986 10.0.0.240 - - [2025-12-01 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001817 10.0.0.240 - - [2025-12-01 02:17:04] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002178 10.0.0.240 - - [2025-12-01 02:17:04] "GET /virtual-networks?parent_id=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008728 10.0.0.240 - - [2025-12-01 02:17:04] "POST /fqname-to-id HTTP/1.1" 403 361 0.009445 10.0.0.240 - - [2025-12-01 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.240 - - [2025-12-01 02:17:04] "GET /routing-instance/7e63e630-9b68-46fa-a0a2-a1c0b420ab00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.006433 10.0.0.240 - - [2025-12-01 02:17:04] "GET /route-target/f61cb617-84ae-4d5c-9163-5193f6d14e66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008809 10.0.0.240 - - [2025-12-01 02:17:04] "GET /route-target/f61cb617-84ae-4d5c-9163-5193f6d14e66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002794 10.0.0.240 - - [2025-12-01 02:17:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.009121 10.0.0.240 - - [2025-12-01 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.240 - - [2025-12-01 02:17:05] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003051 10.0.0.240 - - [2025-12-01 02:17:05] "GET /virtual-networks?parent_id=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009497 10.0.0.240 - - [2025-12-01 02:17:05] "POST /fqname-to-id HTTP/1.1" 403 361 0.008007 10.0.0.240 - - [2025-12-01 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.240 - - [2025-12-01 02:17:05] "GET /routing-instance/7e63e630-9b68-46fa-a0a2-a1c0b420ab00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003128 10.0.0.240 - - [2025-12-01 02:17:05] "GET /route-target/f61cb617-84ae-4d5c-9163-5193f6d14e66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009349 10.0.0.240 - - [2025-12-01 02:17:05] "GET /route-target/f61cb617-84ae-4d5c-9163-5193f6d14e66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002409 10.0.0.240 - - [2025-12-01 02:17:05] "GET /obj-perms HTTP/1.1" 200 4934 0.008394 10.0.0.240 - - [2025-12-01 02:17:05] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008764 10.0.0.240 - - [2025-12-01 02:17:07] "GET /obj-perms HTTP/1.1" 200 4934 0.007938 10.0.0.240 - - [2025-12-01 02:17:07] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008807 10.0.0.240 - - [2025-12-01 02:17:09] "GET /obj-perms HTTP/1.1" 200 4934 0.008434 10.0.0.240 - - [2025-12-01 02:17:09] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008055 10.0.0.240 - - [2025-12-01 02:17:11] "GET /obj-perms HTTP/1.1" 200 4934 0.008178 10.0.0.240 - - [2025-12-01 02:17:11] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.007886 10.0.0.240 - - [2025-12-01 02:17:11] "GET /obj-perms HTTP/1.1" 200 4934 0.008486 10.0.0.240 - - [2025-12-01 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.240 - - [2025-12-01 02:17:11] "GET /virtual-machine-interface/e7b9a493-26fe-4c14-97c5-33b59fdad2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.013399 10.0.0.240 - - [2025-12-01 02:17:11] "GET /obj-perms HTTP/1.1" 200 4934 0.008757 10.0.0.240 - - [2025-12-01 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.240 - - [2025-12-01 02:17:11] "GET /virtual-machine-interface/e7b9a493-26fe-4c14-97c5-33b59fdad2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.013833 10.0.0.240 - - [2025-12-01 02:17:11] "GET /obj-perms HTTP/1.1" 200 4934 0.008012 10.0.0.240 - - [2025-12-01 02:17:12] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008824 10.0.0.240 - - [2025-12-01 02:17:12] "GET /obj-perms HTTP/1.1" 200 4934 0.008906 10.0.0.240 - - [2025-12-01 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.240 - - [2025-12-01 02:17:12] "GET /virtual-machine-interface/e7b9a493-26fe-4c14-97c5-33b59fdad2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.014121 10.0.0.240 - - [2025-12-01 02:17:12] "GET /obj-perms HTTP/1.1" 200 4934 0.008209 10.0.0.240 - - [2025-12-01 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.240 - - [2025-12-01 02:17:12] "GET /virtual-network/cedcb2cb-81ce-4492-8b9f-dcc215b5f425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.011753 10.0.0.240 - - [2025-12-01 02:17:12] "GET /obj-perms HTTP/1.1" 200 4934 0.008977 10.0.0.240 - - [2025-12-01 02:17:12] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.012117 10.0.0.240 - - [2025-12-01 02:17:12] "GET /obj-perms HTTP/1.1" 200 4934 0.007875 10.0.0.240 - - [2025-12-01 02:17:12] "GET /obj-perms HTTP/1.1" 200 4934 0.008523 10.0.0.240 - - [2025-12-01 02:17:12] "GET /obj-perms HTTP/1.1" 200 4934 0.053914 10.0.0.240 - - [2025-12-01 02:17:12] "GET /obj-perms HTTP/1.1" 200 4934 0.007782 10.0.0.240 - - [2025-12-01 02:17:13] "GET /obj-perms HTTP/1.1" 200 5039 0.047031 10.0.0.240 - - [2025-12-01 02:17:13] "GET /obj-perms HTTP/1.1" 200 5039 0.002734 10.0.0.240 - - [2025-12-01 02:17:13] "GET /obj-perms HTTP/1.1" 200 4934 0.008613 10.0.0.240 - - [2025-12-01 02:17:13] "GET /obj-perms HTTP/1.1" 200 4934 0.008234 10.0.0.240 - - [2025-12-01 02:17:13] "GET /obj-perms HTTP/1.1" 200 4934 0.052676 10.0.0.240 - - [2025-12-01 02:17:13] "GET /obj-perms HTTP/1.1" 200 4934 0.007776 10.0.0.240 - - [2025-12-01 02:17:13] "GET /obj-perms HTTP/1.1" 200 5039 0.003738 10.0.0.240 - - [2025-12-01 02:17:14] "GET /obj-perms HTTP/1.1" 200 5039 0.002779 10.0.0.240 - - [2025-12-01 02:17:14] "GET /obj-perms HTTP/1.1" 200 4934 0.008510 10.0.0.240 - - [2025-12-01 02:17:14] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.009351 10.0.0.240 - - [2025-12-01 02:17:14] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc HTTP/1.1" 200 1289 0.021361 10.0.0.240 - - [2025-12-01 02:17:14] "POST /neutron/port HTTP/1.1" 200 1083 0.011014 10.0.0.240 - - [2025-12-01 02:17:14] "POST /neutron/port HTTP/1.1" 200 1109 0.009789 10.0.0.240 - - [2025-12-01 02:17:14] "POST /neutron/port HTTP/1.1" 200 151 0.079273 10.0.0.240 - - [2025-12-01 02:17:16] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc HTTP/1.1" 404 171 0.008844 10.0.0.240 - - [2025-12-01 02:17:16] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc HTTP/1.1" 404 171 0.007272 10.0.0.240 - - [2025-12-01 02:17:16] "GET /virtual-machine/4977aee0-a540-49f1-8dee-f48bf79f54dc HTTP/1.1" 404 171 0.006236 10.0.0.240 - - [2025-12-01 02:17:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.008801 10.0.0.240 - - [2025-12-01 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001895 10.0.0.240 - - [2025-12-01 02:17:16] "GET /global-vrouter-config/b53dfd83-761f-4160-a88f-3aac2bed6d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002478 10.0.0.240 - - [2025-12-01 02:17:16] "GET /virtual-networks?parent_id=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008553 10.0.0.240 - - [2025-12-01 02:17:16] "POST /fqname-to-id HTTP/1.1" 403 361 0.007289 10.0.0.240 - - [2025-12-01 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.240 - - [2025-12-01 02:17:16] "GET /routing-instance/7e63e630-9b68-46fa-a0a2-a1c0b420ab00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003161 10.0.0.240 - - [2025-12-01 02:17:16] "GET /route-target/f61cb617-84ae-4d5c-9163-5193f6d14e66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009113 10.0.0.240 - - [2025-12-01 02:17:16] "GET /route-target/f61cb617-84ae-4d5c-9163-5193f6d14e66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002832 10.0.0.240 - - [2025-12-01 02:17:16] "GET /obj-perms HTTP/1.1" 200 4934 0.009179 10.0.0.240 - - [2025-12-01 02:17:16] "GET /obj-perms HTTP/1.1" 200 4934 0.007277 10.0.0.240 - - [2025-12-01 02:17:17] "GET /obj-perms HTTP/1.1" 200 4934 0.054330 10.0.0.240 - - [2025-12-01 02:17:17] "GET /obj-perms HTTP/1.1" 200 4934 0.007669 10.0.0.240 - - [2025-12-01 02:17:17] "GET /obj-perms HTTP/1.1" 200 5039 0.002822 10.0.0.240 - - [2025-12-01 02:17:20] "GET /obj-perms HTTP/1.1" 200 5039 0.002673 10.0.0.240 - - [2025-12-01 02:17:23] "GET /obj-perms HTTP/1.1" 200 5039 0.002718 10.0.0.240 - - [2025-12-01 02:17:26] "GET /obj-perms HTTP/1.1" 200 5039 0.003702 10.0.0.240 - - [2025-12-01 02:17:29] "GET /obj-perms HTTP/1.1" 200 5039 0.002765 10.0.0.240 - - [2025-12-01 02:17:32] "GET /obj-perms HTTP/1.1" 200 5039 0.003208 10.0.0.240 - - [2025-12-01 02:17:35] "GET /obj-perms HTTP/1.1" 200 5039 0.002860 10.0.0.240 - - [2025-12-01 02:17:38] "GET /obj-perms HTTP/1.1" 200 5039 0.003662 10.0.0.240 - - [2025-12-01 02:17:41] "GET /obj-perms HTTP/1.1" 200 5039 0.003094 10.0.0.240 - - [2025-12-01 02:17:44] "DELETE /project/feee54c26c42462bb644957ec3f423d7 HTTP/1.1" 404 173 0.003062 10.0.0.240 - - [2025-12-01 02:17:44] "DELETE /project/a221707a9baf449995c5b7fd3642c31a HTTP/1.1" 404 173 0.002705 10.0.0.240 - - [2025-12-01 02:17:44] "GET /obj-perms HTTP/1.1" 200 5039 0.002757 10.0.0.240 - - [2025-12-01 02:17:47] "GET /obj-perms HTTP/1.1" 200 5039 0.002809 10.0.0.240 - - [2025-12-01 02:17:50] "GET /obj-perms HTTP/1.1" 200 5039 0.003524 10.0.0.240 - - [2025-12-01 02:17:52] "GET /obj-perms HTTP/1.1" 200 5075 0.045092 10.0.0.240 - - [2025-12-01 02:17:52] "GET /obj-perms HTTP/1.1" 200 5075 0.049607 10.0.0.240 - - [2025-12-01 02:17:53] "GET /obj-perms HTTP/1.1" 200 5039 0.002777 10.0.0.240 - - [2025-12-01 02:17:56] "GET /obj-perms HTTP/1.1" 200 5039 0.002923 10.0.0.240 - - [2025-12-01 02:17:59] "GET /obj-perms HTTP/1.1" 200 5039 0.003162 10.0.0.240 - - [2025-12-01 02:18:02] "GET /obj-perms HTTP/1.1" 200 5039 0.002724 10.0.0.240 - - [2025-12-01 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005198 10.0.0.240 - - [2025-12-01 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003156 10.0.0.240 - - [2025-12-01 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002240 10.0.0.240 - - [2025-12-01 02:18:02] "DELETE /virtual-network/cedcb2cb-81ce-4492-8b9f-dcc215b5f425 HTTP/1.1" 200 115 0.074748 10.0.0.240 - - [2025-12-01 02:18:02] "DELETE /route-target/f61cb617-84ae-4d5c-9163-5193f6d14e66 HTTP/1.1" 200 115 0.020036 10.0.0.240 - - [2025-12-01 02:18:02] "DELETE /api-access-list/e01b9064-933a-4ba0-89ce-ff610de9c0fd HTTP/1.1" 200 115 0.020708 10.0.0.240 - - [2025-12-01 02:18:02] "GET /api-access-list/e01b9064-933a-4ba0-89ce-ff610de9c0fd HTTP/1.1" 404 171 0.002775 10.0.0.240 - - [2025-12-01 02:18:02] "GET /projects?obj_uuids=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000916 10.0.0.240 - - [2025-12-01 02:18:02] "GET /project/a221707a-9baf-4499-95c5-b7fd3642c31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.022054 10.0.0.240 - - [2025-12-01 02:18:02] "GET /projects?obj_uuids=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000944 10.0.0.240 - - [2025-12-01 02:18:02] "GET /project/a221707a-9baf-4499-95c5-b7fd3642c31a?fields=virtual_networks HTTP/1.1" 200 1035 0.066432 10.0.0.240 - - [2025-12-01 02:18:02] "GET /projects?obj_uuids=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.240 - - [2025-12-01 02:18:02] "GET /project/a221707a-9baf-4499-95c5-b7fd3642c31a?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023237 10.0.0.240 - - [2025-12-01 02:18:02] "GET /projects?obj_uuids=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.240 - - [2025-12-01 02:18:02] "GET /project/a221707a-9baf-4499-95c5-b7fd3642c31a?fields=security_groups HTTP/1.1" 200 1257 0.023286 10.0.0.240 - - [2025-12-01 02:18:03] "GET /projects?obj_uuids=feee54c2-6c42-462b-b644-957ec3f423d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.240 - - [2025-12-01 02:18:03] "GET /project/feee54c2-6c42-462b-b644-957ec3f423d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.018562 10.0.0.240 - - [2025-12-01 02:18:03] "GET /projects?obj_uuids=feee54c2-6c42-462b-b644-957ec3f423d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000877 10.0.0.240 - - [2025-12-01 02:18:03] "GET /project/feee54c2-6c42-462b-b644-957ec3f423d7?fields=virtual_networks HTTP/1.1" 200 1035 0.061788 10.0.0.240 - - [2025-12-01 02:18:03] "GET /projects?obj_uuids=feee54c2-6c42-462b-b644-957ec3f423d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.240 - - [2025-12-01 02:18:03] "GET /project/feee54c2-6c42-462b-b644-957ec3f423d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.022665 10.0.0.240 - - [2025-12-01 02:18:03] "GET /projects?obj_uuids=feee54c2-6c42-462b-b644-957ec3f423d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.240 - - [2025-12-01 02:18:03] "GET /project/feee54c2-6c42-462b-b644-957ec3f423d7?fields=security_groups HTTP/1.1" 200 1257 0.025386 10.0.0.240 - - [2025-12-01 02:18:04] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003803 10.0.0.240 - - [2025-12-01 02:18:04] "PUT /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31 HTTP/1.1" 200 265 0.007518 10.0.0.240 - - [2025-12-01 02:18:04] "GET /projects?obj_uuids=53f4948b-e0e4-4a7e-a74f-72f4ff6516ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.240 - - [2025-12-01 02:18:04] "GET /project/53f4948b-e0e4-4a7e-a74f-72f4ff6516ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023454 10.0.0.240 - - [2025-12-01 02:18:04] "GET /projects?obj_uuids=53f4948b-e0e4-4a7e-a74f-72f4ff6516ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000847 10.0.0.240 - - [2025-12-01 02:18:04] "GET /project/53f4948b-e0e4-4a7e-a74f-72f4ff6516ae?fields=virtual_networks HTTP/1.1" 200 1034 0.063898 10.0.0.240 - - [2025-12-01 02:18:04] "GET /projects?obj_uuids=53f4948b-e0e4-4a7e-a74f-72f4ff6516ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.240 - - [2025-12-01 02:18:04] "GET /project/53f4948b-e0e4-4a7e-a74f-72f4ff6516ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021987 10.0.0.240 - - [2025-12-01 02:18:05] "GET /projects?obj_uuids=53f4948b-e0e4-4a7e-a74f-72f4ff6516ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000847 10.0.0.240 - - [2025-12-01 02:18:05] "GET /project/53f4948b-e0e4-4a7e-a74f-72f4ff6516ae?fields=security_groups HTTP/1.1" 200 1256 0.029821 10.0.0.240 - - [2025-12-01 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.023909 10.0.0.240 - - [2025-12-01 02:18:05] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003034 10.0.0.240 - - [2025-12-01 02:18:05] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001825 10.0.0.240 - - [2025-12-01 02:18:05] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008102 10.0.0.240 - - [2025-12-01 02:18:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001044 10.0.0.240 - - [2025-12-01 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.003978 10.0.0.240 - - [2025-12-01 02:18:06] "POST /security-groups HTTP/1.1" 200 591 0.067863 10.0.0.240 - - [2025-12-01 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.005791 10.0.0.240 - - [2025-12-01 02:18:06] "POST /projects HTTP/1.1" 200 585 0.217704 10.0.0.240 - - [2025-12-01 02:18:06] "POST /access-control-lists HTTP/1.1" 200 598 0.063848 10.0.0.240 - - [2025-12-01 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.291005 10.0.0.240 - - [2025-12-01 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.002445 10.0.0.240 - - [2025-12-01 02:18:06] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.412365 10.0.0.240 - - [2025-12-01 02:18:06] "POST /access-control-lists HTTP/1.1" 200 596 0.057189 10.0.0.240 - - [2025-12-01 02:18:07] "GET / HTTP/1.1" 200 36215 0.001663 10.0.0.240 - - [2025-12-01 02:18:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.240 - - [2025-12-01 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.026120 10.0.0.240 - - [2025-12-01 02:18:09] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002512 10.0.0.240 - - [2025-12-01 02:18:09] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002851 10.0.0.240 - - [2025-12-01 02:18:09] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002731 10.0.0.240 - - [2025-12-01 02:18:09] "PUT /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31 HTTP/1.1" 200 265 0.007831 10.0.0.240 - - [2025-12-01 02:18:10] "GET /aaa-mode HTTP/1.1" 200 128 0.000989 10.0.0.240 - - [2025-12-01 02:18:10] "POST /fqname-to-id HTTP/1.1" 404 188 0.021352 10.0.0.240 - - [2025-12-01 02:18:10] "GET /projects?obj_uuids=1bf4f5a0-56b5-46e7-813b-890304d9efe3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001976 10.0.0.240 - - [2025-12-01 02:18:10] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.240 - - [2025-12-01 02:18:10] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005234 10.0.0.240 - - [2025-12-01 02:18:10] "POST /id-to-fqname HTTP/1.1" 200 190 0.001382 10.0.0.240 - - [2025-12-01 02:18:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.002791 10.0.0.240 - - [2025-12-01 02:18:10] "POST /security-groups HTTP/1.1" 200 591 0.059600 10.0.0.240 - - [2025-12-01 02:18:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.002331 10.0.0.240 - - [2025-12-01 02:18:10] "POST /projects HTTP/1.1" 200 585 0.191954 10.0.0.240 - - [2025-12-01 02:18:10] "POST /access-control-lists HTTP/1.1" 200 598 0.053832 10.0.0.240 - - [2025-12-01 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.257824 10.0.0.240 - - [2025-12-01 02:18:10] "POST /fqname-to-id HTTP/1.1" 404 233 0.002272 10.0.0.240 - - [2025-12-01 02:18:10] "GET /project/1bf4f5a0-56b5-46e7-813b-890304d9efe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.367357 10.0.0.240 - - [2025-12-01 02:18:10] "POST /access-control-lists HTTP/1.1" 200 596 0.056470 10.0.0.240 - - [2025-12-01 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.022327 10.0.0.240 - - [2025-12-01 02:18:11] "GET /projects?obj_uuids=8194ec34-d03b-4a32-9f60-ab14d924a262&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002539 10.0.0.240 - - [2025-12-01 02:18:11] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.240 - - [2025-12-01 02:18:11] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005761 10.0.0.240 - - [2025-12-01 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.002284 10.0.0.240 - - [2025-12-01 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.002481 10.0.0.240 - - [2025-12-01 02:18:11] "POST /security-groups HTTP/1.1" 200 591 0.060392 10.0.0.240 - - [2025-12-01 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002859 10.0.0.240 - - [2025-12-01 02:18:11] "POST /projects HTTP/1.1" 200 585 0.198846 10.0.0.240 - - [2025-12-01 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.266524 10.0.0.240 - - [2025-12-01 02:18:11] "POST /access-control-lists HTTP/1.1" 200 598 0.062315 10.0.0.240 - - [2025-12-01 02:18:11] "GET /project/8194ec34-d03b-4a32-9f60-ab14d924a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.395156 10.0.0.240 - - [2025-12-01 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 233 0.022244 10.0.0.240 - - [2025-12-01 02:18:11] "POST /access-control-lists HTTP/1.1" 200 596 0.056247 10.0.0.240 - - [2025-12-01 02:18:12] "GET / HTTP/1.1" 200 36215 0.001847 10.0.0.240 - - [2025-12-01 02:18:12] "GET / HTTP/1.1" 200 36215 0.001353 10.0.0.240 - - [2025-12-01 02:18:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.002548 10.0.0.240 - - [2025-12-01 02:18:13] "POST /api-access-lists HTTP/1.1" 200 523 0.011201 10.0.0.240 - - [2025-12-01 02:18:13] "GET /api-access-list/0b54b4b5-70e7-4d70-8656-c7eb6cd7b68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004039 10.0.0.240 - - [2025-12-01 02:18:13] "GET /api-access-list/0b54b4b5-70e7-4d70-8656-c7eb6cd7b68c HTTP/1.1" 401 293 0.000352 10.0.0.240 - - [2025-12-01 02:18:13] "GET /api-access-list/0b54b4b5-70e7-4d70-8656-c7eb6cd7b68c HTTP/1.1" 200 1289 0.051535 10.0.0.240 - - [2025-12-01 02:18:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.240 - - [2025-12-01 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.032628 10.0.0.240 - - [2025-12-01 02:18:14] "GET /projects?obj_uuids=1bf4f5a0-56b5-46e7-813b-890304d9efe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.240 - - [2025-12-01 02:18:14] "GET /project/1bf4f5a0-56b5-46e7-813b-890304d9efe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026876 10.0.0.240 - - [2025-12-01 02:18:14] "GET /virtual-networks?parent_id=1bf4f5a0-56b5-46e7-813b-890304d9efe3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009760 10.0.0.240 - - [2025-12-01 02:18:14] "POST /virtual-networks HTTP/1.1" 200 585 0.043603 10.0.0.240 - - [2025-12-01 02:18:14] "POST /route-targets HTTP/1.1" 200 328 0.008714 10.0.0.240 - - [2025-12-01 02:18:14] "POST /ref-update HTTP/1.1" 200 156 0.008858 10.0.0.240 - - [2025-12-01 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010872 10.0.0.240 - - [2025-12-01 02:18:14] "GET /network-ipam/272b5264-dc21-46b5-a061-6f6b40d83260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009407 10.0.0.240 - - [2025-12-01 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003340 10.0.0.240 - - [2025-12-01 02:18:14] "POST /ref-update HTTP/1.1" 200 156 0.044674 10.0.0.240 - - [2025-12-01 02:18:14] "POST /neutron/network HTTP/1.1" 200 849 0.047348 10.0.0.240 - - [2025-12-01 02:18:14] "POST /neutron/network HTTP/1.1" 200 849 0.021212 10.0.0.240 - - [2025-12-01 02:18:14] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011377 10.0.0.240 - - [2025-12-01 02:18:14] "POST /neutron/network HTTP/1.1" 200 849 0.016068 10.0.0.240 - - [2025-12-01 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 681 0.022437 10.0.0.240 - - [2025-12-01 02:18:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000401 10.0.0.240 - - [2025-12-01 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.037075 10.0.0.240 - - [2025-12-01 02:18:15] "GET /projects?obj_uuids=8194ec34-d03b-4a32-9f60-ab14d924a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.240 - - [2025-12-01 02:18:15] "GET /project/8194ec34-d03b-4a32-9f60-ab14d924a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.031944 10.0.0.240 - - [2025-12-01 02:18:15] "GET /virtual-networks?parent_id=8194ec34-d03b-4a32-9f60-ab14d924a262&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009256 10.0.0.240 - - [2025-12-01 02:18:15] "POST /virtual-networks HTTP/1.1" 200 585 0.042648 10.0.0.240 - - [2025-12-01 02:18:15] "POST /route-targets HTTP/1.1" 200 328 0.008175 10.0.0.240 - - [2025-12-01 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.009181 10.0.0.240 - - [2025-12-01 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009599 10.0.0.240 - - [2025-12-01 02:18:15] "GET /network-ipam/272b5264-dc21-46b5-a061-6f6b40d83260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010861 10.0.0.240 - - [2025-12-01 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002981 10.0.0.240 - - [2025-12-01 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.037533 10.0.0.240 - - [2025-12-01 02:18:15] "POST /neutron/network HTTP/1.1" 200 849 0.044687 10.0.0.240 - - [2025-12-01 02:18:15] "POST /neutron/network HTTP/1.1" 200 849 0.020533 10.0.0.240 - - [2025-12-01 02:18:15] "GET /virtual-network/2999f915-b182-488a-9541-8fa54ae3ff5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.013599 10.0.0.240 - - [2025-12-01 02:18:15] "POST /neutron/network HTTP/1.1" 200 849 0.016325 10.0.0.240 - - [2025-12-01 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 681 0.022765 10.0.0.240 - - [2025-12-01 02:18:15] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025 HTTP/1.1" 401 293 0.000435 10.0.0.240 - - [2025-12-01 02:18:16] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025 HTTP/1.1" 200 2318 0.040650 10.0.0.240 - - [2025-12-01 02:18:16] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025 HTTP/1.1" 401 293 0.000324 10.0.0.240 - - [2025-12-01 02:18:16] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025 HTTP/1.1" 403 376 0.032551 10.0.0.240 - - [2025-12-01 02:18:16] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025 HTTP/1.1" 200 2318 0.003882 10.0.0.240 - - [2025-12-01 02:18:16] "GET /virtual-networks HTTP/1.1" 200 372 0.014921 10.0.0.240 - - [2025-12-01 02:18:16] "GET /virtual-networks HTTP/1.1" 200 372 0.013809 10.0.0.240 - - [2025-12-01 02:18:16] "GET /obj-perms HTTP/1.1" 403 257 0.030886 10.0.0.240 - - [2025-12-01 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002330 10.0.0.240 - - [2025-12-01 02:18:16] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.010650 10.0.0.240 - - [2025-12-01 02:18:17] "GET /obj-perms HTTP/1.1" 403 257 0.029568 10.0.0.240 - - [2025-12-01 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001867 10.0.0.240 - - [2025-12-01 02:18:17] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008621 10.0.0.240 - - [2025-12-01 02:18:17] "GET /obj-perms HTTP/1.1" 200 5049 0.055141 10.0.0.240 - - [2025-12-01 02:18:17] "GET /obj-perms HTTP/1.1" 403 257 0.006885 10.0.0.240 - - [2025-12-01 02:18:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015351 10.0.0.240 - - [2025-12-01 02:18:17] "GET /obj-perms HTTP/1.1" 403 257 0.006319 10.0.0.240 - - [2025-12-01 02:18:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014750 10.0.0.240 - - [2025-12-01 02:18:17] "GET /obj-perms HTTP/1.1" 200 5049 0.002815 10.0.0.240 - - [2025-12-01 02:18:17] "PUT /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025 HTTP/1.1" 200 265 0.023787 10.0.0.240 - - [2025-12-01 02:18:17] "GET /virtual-networks HTTP/1.1" 200 132 0.017428 10.0.0.240 - - [2025-12-01 02:18:17] "GET /virtual-networks HTTP/1.1" 200 613 0.014493 10.0.0.240 - - [2025-12-01 02:18:17] "GET /virtual-networks HTTP/1.1" 200 1435 0.002100 10.0.0.240 - - [2025-12-01 02:18:17] "GET /obj-perms HTTP/1.1" 403 257 0.006221 10.0.0.240 - - [2025-12-01 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001736 10.0.0.240 - - [2025-12-01 02:18:18] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009403 10.0.0.240 - - [2025-12-01 02:18:18] "GET /obj-perms HTTP/1.1" 403 257 0.032503 10.0.0.240 - - [2025-12-01 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001781 10.0.0.240 - - [2025-12-01 02:18:18] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007022 10.0.0.240 - - [2025-12-01 02:18:18] "GET /obj-perms HTTP/1.1" 403 257 0.007297 10.0.0.240 - - [2025-12-01 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002336 10.0.0.240 - - [2025-12-01 02:18:18] "GET /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.012392 10.0.0.240 - - [2025-12-01 02:18:18] "GET /obj-perms HTTP/1.1" 200 5049 0.002619 10.0.0.240 - - [2025-12-01 02:18:18] "GET /obj-perms HTTP/1.1" 403 257 0.007470 10.0.0.240 - - [2025-12-01 02:18:18] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014516 10.0.0.240 - - [2025-12-01 02:18:18] "GET /obj-perms HTTP/1.1" 403 257 0.007481 10.0.0.240 - - [2025-12-01 02:18:18] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.016685 10.0.0.240 - - [2025-12-01 02:18:18] "GET /obj-perms HTTP/1.1" 200 5049 0.003114 10.0.0.240 - - [2025-12-01 02:18:19] "PUT /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025 HTTP/1.1" 200 265 0.022079 10.0.0.240 - - [2025-12-01 02:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003421 10.0.0.240 - - [2025-12-01 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.240 - - [2025-12-01 02:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001475 10.0.0.240 - - [2025-12-01 02:18:19] "DELETE /virtual-network/2999f915-b182-488a-9541-8fa54ae3ff5c HTTP/1.1" 200 115 0.062046 10.0.0.240 - - [2025-12-01 02:18:19] "DELETE /route-target/4151916f-bab1-4d25-b74a-6dd35274e6bc HTTP/1.1" 200 115 0.012988 10.0.0.240 - - [2025-12-01 02:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002089 10.0.0.240 - - [2025-12-01 02:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004118 10.0.0.240 - - [2025-12-01 02:18:19] "DELETE /virtual-network/561a97bc-31f8-4fd2-b66e-231974416025 HTTP/1.1" 200 115 0.057205 10.0.0.240 - - [2025-12-01 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.240 - - [2025-12-01 02:18:19] "DELETE /api-access-list/0b54b4b5-70e7-4d70-8656-c7eb6cd7b68c HTTP/1.1" 200 115 0.014450 10.0.0.240 - - [2025-12-01 02:18:19] "GET /api-access-list/0b54b4b5-70e7-4d70-8656-c7eb6cd7b68c HTTP/1.1" 404 171 0.001809 10.0.0.240 - - [2025-12-01 02:18:19] "DELETE /route-target/a5b87656-8612-4580-b01a-3dca3b902f1d HTTP/1.1" 200 115 0.015776 10.0.0.240 - - [2025-12-01 02:18:19] "GET /projects?obj_uuids=8194ec34-d03b-4a32-9f60-ab14d924a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.240 - - [2025-12-01 02:18:19] "GET /project/8194ec34-d03b-4a32-9f60-ab14d924a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025212 10.0.0.240 - - [2025-12-01 02:18:19] "GET /projects?obj_uuids=8194ec34-d03b-4a32-9f60-ab14d924a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.240 - - [2025-12-01 02:18:19] "GET /project/8194ec34-d03b-4a32-9f60-ab14d924a262?fields=virtual_networks HTTP/1.1" 200 1044 0.061309 10.0.0.240 - - [2025-12-01 02:18:19] "GET /projects?obj_uuids=8194ec34-d03b-4a32-9f60-ab14d924a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.240 - - [2025-12-01 02:18:19] "GET /project/8194ec34-d03b-4a32-9f60-ab14d924a262?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.022275 10.0.0.240 - - [2025-12-01 02:18:19] "GET /projects?obj_uuids=8194ec34-d03b-4a32-9f60-ab14d924a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.240 - - [2025-12-01 02:18:19] "GET /project/8194ec34-d03b-4a32-9f60-ab14d924a262?fields=security_groups HTTP/1.1" 200 1271 0.022740 10.0.0.240 - - [2025-12-01 02:18:20] "GET /projects?obj_uuids=1bf4f5a0-56b5-46e7-813b-890304d9efe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.240 - - [2025-12-01 02:18:20] "GET /project/1bf4f5a0-56b5-46e7-813b-890304d9efe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.032062 10.0.0.240 - - [2025-12-01 02:18:20] "GET /projects?obj_uuids=1bf4f5a0-56b5-46e7-813b-890304d9efe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001255 10.0.0.240 - - [2025-12-01 02:18:20] "GET /project/1bf4f5a0-56b5-46e7-813b-890304d9efe3?fields=virtual_networks HTTP/1.1" 200 1043 0.062749 10.0.0.240 - - [2025-12-01 02:18:20] "GET /projects?obj_uuids=1bf4f5a0-56b5-46e7-813b-890304d9efe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.240 - - [2025-12-01 02:18:20] "GET /project/1bf4f5a0-56b5-46e7-813b-890304d9efe3?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.019367 10.0.0.240 - - [2025-12-01 02:18:20] "GET /projects?obj_uuids=1bf4f5a0-56b5-46e7-813b-890304d9efe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.240 - - [2025-12-01 02:18:20] "GET /project/1bf4f5a0-56b5-46e7-813b-890304d9efe3?fields=security_groups HTTP/1.1" 200 1270 0.020700 10.0.0.240 - - [2025-12-01 02:18:21] "GET /aaa-mode HTTP/1.1" 200 128 0.001348 10.0.0.240 - - [2025-12-01 02:18:21] "GET / HTTP/1.1" 200 36215 0.001550 10.0.0.240 - - [2025-12-01 02:18:22] "GET / HTTP/1.1" 200 36215 0.001350 10.0.0.240 - - [2025-12-01 02:18:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2025-12-01 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.065027 10.0.0.240 - - [2025-12-01 02:18:23] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.240 - - [2025-12-01 02:18:23] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.027036 10.0.0.240 - - [2025-12-01 02:18:23] "GET /virtual-networks?parent_id=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007193 10.0.0.240 - - [2025-12-01 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.007046 10.0.0.240 - - [2025-12-01 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008028 10.0.0.240 - - [2025-12-01 02:18:23] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.240 - - [2025-12-01 02:18:23] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012106 10.0.0.240 - - [2025-12-01 02:18:23] "POST /service-templates HTTP/1.1" 403 264 0.006508 10.0.0.240 - - [2025-12-01 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.002492 10.0.0.240 - - [2025-12-01 02:18:23] "POST /api-access-lists HTTP/1.1" 200 557 0.013520 10.0.0.240 - - [2025-12-01 02:18:23] "GET /api-access-list/c644b77e-92c1-4ef1-85a8-67d539b0378b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004601 10.0.0.240 - - [2025-12-01 02:18:23] "GET /api-access-list/c644b77e-92c1-4ef1-85a8-67d539b0378b HTTP/1.1" 200 1325 0.003021 10.0.0.240 - - [2025-12-01 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009017 10.0.0.240 - - [2025-12-01 02:18:23] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.240 - - [2025-12-01 02:18:23] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026790 10.0.0.240 - - [2025-12-01 02:18:23] "GET /virtual-networks?parent_id=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009892 10.0.0.240 - - [2025-12-01 02:18:23] "POST /virtual-networks HTTP/1.1" 200 585 0.043405 10.0.0.240 - - [2025-12-01 02:18:23] "POST /route-targets HTTP/1.1" 200 328 0.007810 10.0.0.240 - - [2025-12-01 02:18:23] "POST /ref-update HTTP/1.1" 200 156 0.010717 10.0.0.240 - - [2025-12-01 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010986 10.0.0.240 - - [2025-12-01 02:18:23] "GET /network-ipam/272b5264-dc21-46b5-a061-6f6b40d83260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.008824 10.0.0.240 - - [2025-12-01 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004051 10.0.0.240 - - [2025-12-01 02:18:23] "POST /ref-update HTTP/1.1" 200 156 0.043172 10.0.0.240 - - [2025-12-01 02:18:23] "POST /neutron/network HTTP/1.1" 200 849 0.041451 10.0.0.240 - - [2025-12-01 02:18:24] "POST /neutron/network HTTP/1.1" 200 849 0.016250 10.0.0.240 - - [2025-12-01 02:18:24] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.012870 10.0.0.240 - - [2025-12-01 02:18:24] "POST /neutron/network HTTP/1.1" 200 849 0.016043 10.0.0.240 - - [2025-12-01 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 684 0.021502 10.0.0.240 - - [2025-12-01 02:18:24] "POST /neutron/network HTTP/1.1" 200 849 0.052731 10.0.0.240 - - [2025-12-01 02:18:24] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.004354 10.0.0.240 - - [2025-12-01 02:18:24] "GET /network-ipam/272b5264-dc21-46b5-a061-6f6b40d83260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.002367 10.0.0.240 - - [2025-12-01 02:18:24] "GET /domains HTTP/1.1" 200 281 0.002541 10.0.0.240 - - [2025-12-01 02:18:24] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000797 10.0.0.240 - - [2025-12-01 02:18:24] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 3503 0.005343 10.0.0.240 - - [2025-12-01 02:18:24] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000791 10.0.0.240 - - [2025-12-01 02:18:24] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a HTTP/1.1" 200 2370 0.067991 10.0.0.240 - - [2025-12-01 02:18:24] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 200 2320 0.004824 10.0.0.240 - - [2025-12-01 02:18:24] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 200 2320 0.003820 10.0.0.240 - - [2025-12-01 02:18:24] "GET /routing-instance/b748e59e-34ce-4cf1-b58e-3cf417f204e4 HTTP/1.1" 200 1559 0.002487 10.0.0.240 - - [2025-12-01 02:18:24] "GET /routing-instance/b748e59e-34ce-4cf1-b58e-3cf417f204e4 HTTP/1.1" 200 1559 0.002613 10.0.0.240 - - [2025-12-01 02:18:24] "GET /route-target/633059fc-bcee-4389-8c03-2e083f456538 HTTP/1.1" 200 1246 0.002283 10.0.0.240 - - [2025-12-01 02:18:24] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 200 2320 0.003876 10.0.0.240 - - [2025-12-01 02:18:24] "GET /routing-instance/b748e59e-34ce-4cf1-b58e-3cf417f204e4 HTTP/1.1" 200 1559 0.002814 10.0.0.240 - - [2025-12-01 02:18:24] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.004725 10.0.0.240 - - [2025-12-01 02:18:24] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 200 2320 0.003695 10.0.0.240 - - [2025-12-01 02:18:24] "GET /routing-instance/b748e59e-34ce-4cf1-b58e-3cf417f204e4 HTTP/1.1" 200 1559 0.003224 10.0.0.240 - - [2025-12-01 02:18:24] "GET /routing-instance/b748e59e-34ce-4cf1-b58e-3cf417f204e4 HTTP/1.1" 200 1559 0.002848 10.0.0.240 - - [2025-12-01 02:18:24] "GET /route-target/633059fc-bcee-4389-8c03-2e083f456538 HTTP/1.1" 200 1246 0.002486 10.0.0.240 - - [2025-12-01 02:18:24] "GET /domains HTTP/1.1" 200 281 0.002618 10.0.0.240 - - [2025-12-01 02:18:24] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002549 10.0.0.240 - - [2025-12-01 02:18:24] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f HTTP/1.1" 200 3503 0.007398 10.0.0.240 - - [2025-12-01 02:18:24] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000763 10.0.0.240 - - [2025-12-01 02:18:24] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a HTTP/1.1" 200 2370 0.062764 10.0.0.240 - - [2025-12-01 02:18:24] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 200 2320 0.003951 10.0.0.240 - - [2025-12-01 02:18:24] "GET /obj-perms HTTP/1.1" 200 5049 0.002745 10.0.0.240 - - [2025-12-01 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.009144 10.0.0.240 - - [2025-12-01 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007627 10.0.0.240 - - [2025-12-01 02:18:24] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.240 - - [2025-12-01 02:18:24] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012625 10.0.0.240 - - [2025-12-01 02:18:24] "POST /service-templates HTTP/1.1" 403 264 0.007240 10.0.0.240 - - [2025-12-01 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.002623 10.0.0.240 - - [2025-12-01 02:18:24] "POST /api-access-lists HTTP/1.1" 200 523 0.012753 10.0.0.240 - - [2025-12-01 02:18:24] "GET /api-access-list/77dd8f1f-179b-44a5-831f-b307035fb57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004505 10.0.0.240 - - [2025-12-01 02:18:24] "GET /api-access-list/77dd8f1f-179b-44a5-831f-b307035fb57b HTTP/1.1" 200 1291 0.003121 10.0.0.240 - - [2025-12-01 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.018535 10.0.0.240 - - [2025-12-01 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009336 10.0.0.240 - - [2025-12-01 02:18:24] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.240 - - [2025-12-01 02:18:24] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012702 10.0.0.240 - - [2025-12-01 02:18:24] "POST /service-templates HTTP/1.1" 200 553 0.019408 10.0.0.240 - - [2025-12-01 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.011945 10.0.0.240 - - [2025-12-01 02:18:25] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011106 10.0.0.240 - - [2025-12-01 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009800 10.0.0.240 - - [2025-12-01 02:18:25] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.008757 10.0.0.240 - - [2025-12-01 02:18:25] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 401 293 0.000370 10.0.0.240 - - [2025-12-01 02:18:25] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 403 263 0.028802 10.0.0.240 - - [2025-12-01 02:18:25] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 403 264 0.007684 10.0.0.240 - - [2025-12-01 02:18:25] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 403 264 0.031990 10.0.0.240 - - [2025-12-01 02:18:26] "GET /obj-perms HTTP/1.1" 403 257 0.030417 10.0.0.240 - - [2025-12-01 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001897 10.0.0.240 - - [2025-12-01 02:18:26] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007892 10.0.0.240 - - [2025-12-01 02:18:26] "GET /obj-perms HTTP/1.1" 403 257 0.007635 10.0.0.240 - - [2025-12-01 02:18:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008266 10.0.0.240 - - [2025-12-01 02:18:26] "GET /api-access-list/c644b77e-92c1-4ef1-85a8-67d539b0378b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.002941 10.0.0.240 - - [2025-12-01 02:18:26] "PUT /api-access-list/c644b77e-92c1-4ef1-85a8-67d539b0378b HTTP/1.1" 200 265 0.007692 10.0.0.240 - - [2025-12-01 02:18:26] "GET /api-access-list/c644b77e-92c1-4ef1-85a8-67d539b0378b HTTP/1.1" 200 1462 0.002939 10.0.0.240 - - [2025-12-01 02:18:26] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 200 2320 0.013917 10.0.0.240 - - [2025-12-01 02:18:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000324 10.0.0.240 - - [2025-12-01 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.035711 10.0.0.240 - - [2025-12-01 02:18:26] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.240 - - [2025-12-01 02:18:26] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.043391 10.0.0.240 - - [2025-12-01 02:18:26] "GET /virtual-networks?parent_id=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012177 10.0.0.240 - - [2025-12-01 02:18:26] "POST /virtual-networks HTTP/1.1" 403 263 0.007544 10.0.0.240 - - [2025-12-01 02:18:27] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 403 264 0.007421 10.0.0.240 - - [2025-12-01 02:18:27] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 403 264 0.029892 10.0.0.240 - - [2025-12-01 02:18:27] "GET /obj-perms HTTP/1.1" 403 257 0.006856 10.0.0.240 - - [2025-12-01 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.240 - - [2025-12-01 02:18:27] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.013121 10.0.0.240 - - [2025-12-01 02:18:27] "GET /obj-perms HTTP/1.1" 403 257 0.008377 10.0.0.240 - - [2025-12-01 02:18:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017151 10.0.0.240 - - [2025-12-01 02:18:27] "GET /api-access-list/77dd8f1f-179b-44a5-831f-b307035fb57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003148 10.0.0.240 - - [2025-12-01 02:18:27] "PUT /api-access-list/77dd8f1f-179b-44a5-831f-b307035fb57b HTTP/1.1" 200 265 0.007036 10.0.0.240 - - [2025-12-01 02:18:27] "GET /api-access-list/77dd8f1f-179b-44a5-831f-b307035fb57b HTTP/1.1" 200 1429 0.003186 10.0.0.240 - - [2025-12-01 02:18:27] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 200 1855 0.010840 10.0.0.240 - - [2025-12-01 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.007144 10.0.0.240 - - [2025-12-01 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010146 10.0.0.240 - - [2025-12-01 02:18:27] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.240 - - [2025-12-01 02:18:27] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013856 10.0.0.240 - - [2025-12-01 02:18:27] "POST /service-templates HTTP/1.1" 403 264 0.008839 10.0.0.240 - - [2025-12-01 02:18:27] "GET /api-access-list/c644b77e-92c1-4ef1-85a8-67d539b0378b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.002683 10.0.0.240 - - [2025-12-01 02:18:27] "PUT /api-access-list/c644b77e-92c1-4ef1-85a8-67d539b0378b HTTP/1.1" 200 265 0.007224 10.0.0.240 - - [2025-12-01 02:18:27] "GET /api-access-list/c644b77e-92c1-4ef1-85a8-67d539b0378b HTTP/1.1" 200 1325 0.003098 10.0.0.240 - - [2025-12-01 02:18:27] "GET /api-access-list/77dd8f1f-179b-44a5-831f-b307035fb57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.002161 10.0.0.240 - - [2025-12-01 02:18:27] "PUT /api-access-list/77dd8f1f-179b-44a5-831f-b307035fb57b HTTP/1.1" 200 265 0.007700 10.0.0.240 - - [2025-12-01 02:18:27] "GET /api-access-list/77dd8f1f-179b-44a5-831f-b307035fb57b HTTP/1.1" 200 1291 0.003302 10.0.0.240 - - [2025-12-01 02:18:28] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 403 263 0.030193 10.0.0.240 - - [2025-12-01 02:18:28] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 403 263 0.032221 10.0.0.240 - - [2025-12-01 02:18:28] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 403 264 0.008487 10.0.0.240 - - [2025-12-01 02:18:28] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 403 264 0.032382 10.0.0.240 - - [2025-12-01 02:18:28] "GET /obj-perms HTTP/1.1" 403 257 0.007488 10.0.0.240 - - [2025-12-01 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001927 10.0.0.240 - - [2025-12-01 02:18:28] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007183 10.0.0.240 - - [2025-12-01 02:18:29] "GET /obj-perms HTTP/1.1" 403 257 0.028968 10.0.0.240 - - [2025-12-01 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001921 10.0.0.240 - - [2025-12-01 02:18:29] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007322 10.0.0.240 - - [2025-12-01 02:18:29] "GET /obj-perms HTTP/1.1" 403 257 0.007537 10.0.0.240 - - [2025-12-01 02:18:29] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007578 10.0.0.240 - - [2025-12-01 02:18:29] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003129 10.0.0.240 - - [2025-12-01 02:18:29] "PUT /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31 HTTP/1.1" 200 265 0.008158 10.0.0.240 - - [2025-12-01 02:18:29] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 200 1855 0.011147 10.0.0.240 - - [2025-12-01 02:18:29] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 200 2320 0.012693 10.0.0.240 - - [2025-12-01 02:18:29] "GET /obj-perms HTTP/1.1" 403 257 0.006887 10.0.0.240 - - [2025-12-01 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.240 - - [2025-12-01 02:18:29] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.013869 10.0.0.240 - - [2025-12-01 02:18:29] "GET /obj-perms HTTP/1.1" 403 257 0.008739 10.0.0.240 - - [2025-12-01 02:18:29] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.019069 10.0.0.240 - - [2025-12-01 02:18:29] "DELETE /api-access-list/c644b77e-92c1-4ef1-85a8-67d539b0378b HTTP/1.1" 200 115 0.019919 10.0.0.240 - - [2025-12-01 02:18:29] "GET /api-access-list/c644b77e-92c1-4ef1-85a8-67d539b0378b HTTP/1.1" 404 171 0.001814 10.0.0.240 - - [2025-12-01 02:18:29] "DELETE /api-access-list/77dd8f1f-179b-44a5-831f-b307035fb57b HTTP/1.1" 200 115 0.014085 10.0.0.240 - - [2025-12-01 02:18:29] "GET /api-access-list/77dd8f1f-179b-44a5-831f-b307035fb57b HTTP/1.1" 404 171 0.001982 10.0.0.240 - - [2025-12-01 02:18:29] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 401 293 0.000421 10.0.0.240 - - [2025-12-01 02:18:30] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 403 263 0.033591 10.0.0.240 - - [2025-12-01 02:18:30] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 403 264 0.005876 10.0.0.240 - - [2025-12-01 02:18:30] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 403 264 0.032641 10.0.0.240 - - [2025-12-01 02:18:30] "GET /obj-perms HTTP/1.1" 403 257 0.032693 10.0.0.240 - - [2025-12-01 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002082 10.0.0.240 - - [2025-12-01 02:18:30] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006325 10.0.0.240 - - [2025-12-01 02:18:30] "GET /obj-perms HTTP/1.1" 403 257 0.006402 10.0.0.240 - - [2025-12-01 02:18:30] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.005912 10.0.0.240 - - [2025-12-01 02:18:30] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.003002 10.0.0.240 - - [2025-12-01 02:18:30] "PUT /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31 HTTP/1.1" 200 265 0.007841 10.0.0.240 - - [2025-12-01 02:18:30] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 200 2320 0.013232 10.0.0.240 - - [2025-12-01 02:18:31] "GET /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 200 1855 0.007234 10.0.0.240 - - [2025-12-01 02:18:31] "GET /obj-perms HTTP/1.1" 403 257 0.006035 10.0.0.240 - - [2025-12-01 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.240 - - [2025-12-01 02:18:31] "GET /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.010736 10.0.0.240 - - [2025-12-01 02:18:31] "GET /obj-perms HTTP/1.1" 403 257 0.005739 10.0.0.240 - - [2025-12-01 02:18:31] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014880 10.0.0.240 - - [2025-12-01 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008358 10.0.0.240 - - [2025-12-01 02:18:31] "DELETE /service-template/88c16ca7-f983-4300-91a9-582eb8cfef2d HTTP/1.1" 200 115 0.022465 10.0.0.240 - - [2025-12-01 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.008257 10.0.0.240 - - [2025-12-01 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.240 - - [2025-12-01 02:18:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002590 10.0.0.240 - - [2025-12-01 02:18:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001780 10.0.0.240 - - [2025-12-01 02:18:31] "DELETE /virtual-network/4637bb36-e1f4-4ac6-a874-7480051f9903 HTTP/1.1" 200 115 0.060486 10.0.0.240 - - [2025-12-01 02:18:31] "DELETE /route-target/633059fc-bcee-4389-8c03-2e083f456538 HTTP/1.1" 200 115 0.014251 10.0.0.240 - - [2025-12-01 02:18:31] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003380 10.0.0.240 - - [2025-12-01 02:18:31] "PUT /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31 HTTP/1.1" 200 265 0.008278 10.0.0.240 - - [2025-12-01 02:18:31] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003147 10.0.0.240 - - [2025-12-01 02:18:31] "PUT /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31 HTTP/1.1" 200 265 0.007615 10.0.0.240 - - [2025-12-01 02:18:32] "GET /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003126 10.0.0.240 - - [2025-12-01 02:18:32] "PUT /api-access-list/fef7dce0-a069-4860-966f-73b926db6b31 HTTP/1.1" 200 265 0.008074 10.0.0.240 - - [2025-12-01 02:18:32] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.240 - - [2025-12-01 02:18:32] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.019003 10.0.0.240 - - [2025-12-01 02:18:32] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.240 - - [2025-12-01 02:18:32] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?fields=virtual_networks HTTP/1.1" 200 1045 0.063132 10.0.0.240 - - [2025-12-01 02:18:32] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.240 - - [2025-12-01 02:18:32] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.023498 10.0.0.240 - - [2025-12-01 02:18:32] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.240 - - [2025-12-01 02:18:32] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?fields=security_groups HTTP/1.1" 200 1272 0.025205 10.0.0.240 - - [2025-12-01 02:18:33] "GET /projects?obj_uuids=402059f6-1e93-443b-b1d8-380cd6b5d699&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000926 10.0.0.240 - - [2025-12-01 02:18:33] "GET /project/402059f6-1e93-443b-b1d8-380cd6b5d699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.022279 [Introspect:8084]10.0.0.240 - - [2025-12-01 02:18:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001011 10.0.0.240 - - [2025-12-01 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.022209 10.0.0.240 - - [2025-12-01 02:18:34] "GET /projects?obj_uuids=e281c2a7-d590-4895-8964-1ebcd286d5af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002278 10.0.0.240 - - [2025-12-01 02:18:34] "GET /domains?obj_uuids=5c8f8bdc-c560-44ad-b11f-1b7b7676572f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.240 - - [2025-12-01 02:18:34] "GET /domain/5c8f8bdc-c560-44ad-b11f-1b7b7676572f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005909 10.0.0.240 - - [2025-12-01 02:18:34] "POST /id-to-fqname HTTP/1.1" 200 186 0.001178 10.0.0.240 - - [2025-12-01 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.002237 10.0.0.240 - - [2025-12-01 02:18:34] "POST /security-groups HTTP/1.1" 200 587 0.059052 10.0.0.240 - - [2025-12-01 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 230 0.001989 10.0.0.240 - - [2025-12-01 02:18:34] "POST /projects HTTP/1.1" 200 577 0.224187 10.0.0.240 - - [2025-12-01 02:18:34] "POST /access-control-lists HTTP/1.1" 200 594 0.053879 10.0.0.240 - - [2025-12-01 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.290375 10.0.0.240 - - [2025-12-01 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.002363 10.0.0.240 - - [2025-12-01 02:18:34] "GET /project/e281c2a7-d590-4895-8964-1ebcd286d5af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.400004 10.0.0.240 - - [2025-12-01 02:18:34] "POST /access-control-lists HTTP/1.1" 200 592 0.057225 10.0.0.240 - - [2025-12-01 02:18:35] "GET / HTTP/1.1" 200 36215 0.002474 10.0.0.240 - - [2025-12-01 02:18:35] "GET /projects?obj_uuids=e281c2a7-d590-4895-8964-1ebcd286d5af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.240 - - [2025-12-01 02:18:35] "GET /project/e281c2a7-d590-4895-8964-1ebcd286d5af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.020066 10.0.0.240 - - [2025-12-01 02:18:35] "GET /projects?obj_uuids=e281c2a7-d590-4895-8964-1ebcd286d5af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000812 10.0.0.240 - - [2025-12-01 02:18:35] "GET /project/e281c2a7-d590-4895-8964-1ebcd286d5af?fields=virtual_networks HTTP/1.1" 200 1036 0.062577 10.0.0.240 - - [2025-12-01 02:18:36] "GET /projects?obj_uuids=e281c2a7-d590-4895-8964-1ebcd286d5af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.240 - - [2025-12-01 02:18:36] "GET /project/e281c2a7-d590-4895-8964-1ebcd286d5af?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.021077 10.0.0.240 - - [2025-12-01 02:18:36] "GET /projects?obj_uuids=e281c2a7-d590-4895-8964-1ebcd286d5af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000898 10.0.0.240 - - [2025-12-01 02:18:36] "GET /project/e281c2a7-d590-4895-8964-1ebcd286d5af?fields=security_groups HTTP/1.1" 200 1259 0.018925 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/e281c2a7d590489589641ebcd286d5af HTTP/1.1" 404 173 0.023997 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/cde76836f9ea484bad4d24276504985a HTTP/1.1" 404 173 0.021413 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/1bf4f5a056b546e7813b890304d9efe3 HTTP/1.1" 404 173 0.015987 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/8194ec34d03b4a329f60ab14d924a262 HTTP/1.1" 404 173 0.010502 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=e281c2a7-d590-4895-8964-1ebcd286d5af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000882 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000715 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=feee54c2-6c42-462b-b644-957ec3f423d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001007 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=53f4948b-e0e4-4a7e-a74f-72f4ff6516ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000784 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=1bf4f5a0-56b5-46e7-813b-890304d9efe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000758 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=8194ec34-d03b-4a32-9f60-ab14d924a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.062658 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/e281c2a7-d590-4895-8964-1ebcd286d5af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.065816 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/53f4948b-e0e4-4a7e-a74f-72f4ff6516ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.067246 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/a221707a-9baf-4499-95c5-b7fd3642c31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.064024 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/1bf4f5a0-56b5-46e7-813b-890304d9efe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.073518 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/feee54c2-6c42-462b-b644-957ec3f423d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.080512 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=feee54c2-6c42-462b-b644-957ec3f423d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002438 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=1bf4f5a0-56b5-46e7-813b-890304d9efe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000732 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000698 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=53f4948b-e0e4-4a7e-a74f-72f4ff6516ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000740 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=e281c2a7-d590-4895-8964-1ebcd286d5af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000715 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000739 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/8194ec34-d03b-4a32-9f60-ab14d924a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.139149 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/53f4948b-e0e4-4a7e-a74f-72f4ff6516ae?fields=security_groups HTTP/1.1" 200 1358 0.073862 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/1bf4f5a0-56b5-46e7-813b-890304d9efe3?fields=security_groups HTTP/1.1" 200 1372 0.075932 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/feee54c2-6c42-462b-b644-957ec3f423d7?fields=security_groups HTTP/1.1" 200 1359 0.077918 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/e281c2a7-d590-4895-8964-1ebcd286d5af?fields=security_groups HTTP/1.1" 200 1361 0.087741 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/a221707a-9baf-4499-95c5-b7fd3642c31a?fields=security_groups HTTP/1.1" 200 1359 0.092064 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=8194ec34-d03b-4a32-9f60-ab14d924a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000839 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?fields=security_groups HTTP/1.1" 200 1374 0.159853 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/8194ec34-d03b-4a32-9f60-ab14d924a262?fields=security_groups HTTP/1.1" 200 1373 0.064552 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /access-control-list/9ea2a1fc-ba94-4a59-86ce-cd302829d60b HTTP/1.1" 200 115 0.040560 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /security-group/3d58a89a-fc0c-4972-af04-2a746d8e03a1 HTTP/1.1" 200 115 0.115449 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=53f4948b-e0e4-4a7e-a74f-72f4ff6516ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /security-group/e4feca13-990f-49ca-b479-8f49da351312 HTTP/1.1" 200 115 0.126486 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=1bf4f5a0-56b5-46e7-813b-890304d9efe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /security-group/0b800ded-cb3f-4289-9a00-b3294a136d57 HTTP/1.1" 200 115 0.136672 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=feee54c2-6c42-462b-b644-957ec3f423d7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000949 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /security-group/d53b80a6-046c-4e23-957d-c8581b432b82 HTTP/1.1" 200 115 0.133875 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/53f4948b-e0e4-4a7e-a74f-72f4ff6516ae?fields=application_policy_sets HTTP/1.1" 200 1397 0.043516 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /security-group/cb741ac3-d93f-4614-8245-8c1933552628 HTTP/1.1" 200 115 0.143587 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=e281c2a7-d590-4895-8964-1ebcd286d5af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000877 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=a221707a-9baf-4499-95c5-b7fd3642c31a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000806 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /access-control-list/09bdf75e-0eb9-4f65-9ec0-26f6f88213e1 HTTP/1.1" 200 115 0.079181 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/feee54c2-6c42-462b-b644-957ec3f423d7?fields=application_policy_sets HTTP/1.1" 200 1398 0.050794 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/a221707a-9baf-4499-95c5-b7fd3642c31a?fields=application_policy_sets HTTP/1.1" 200 1398 0.053146 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/1bf4f5a0-56b5-46e7-813b-890304d9efe3?fields=application_policy_sets HTTP/1.1" 200 1411 0.098096 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /security-group/e9c1b75e-1c14-4995-92d8-1500cc499834 HTTP/1.1" 200 115 0.172517 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=cde76836-f9ea-484b-ad4d-24276504985a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /security-group/3f5d1424-9d69-4c8c-b7c1-1b6b81993a86 HTTP/1.1" 200 115 0.192947 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /access-control-list/fb867df7-7d07-4823-8805-77ad4ccc793c HTTP/1.1" 200 115 0.087243 10.0.0.240 - - [2025-12-01 02:18:44] "GET /projects?obj_uuids=8194ec34-d03b-4a32-9f60-ab14d924a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000831 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/e281c2a7-d590-4895-8964-1ebcd286d5af?fields=application_policy_sets HTTP/1.1" 200 1400 0.117252 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /access-control-list/5fe7833e-e1ff-45a0-bfd1-065a7ee6ee66 HTTP/1.1" 200 115 0.060972 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/8194ec34-d03b-4a32-9f60-ab14d924a262?fields=application_policy_sets HTTP/1.1" 200 1412 0.072389 10.0.0.240 - - [2025-12-01 02:18:44] "GET /project/cde76836-f9ea-484b-ad4d-24276504985a?fields=application_policy_sets HTTP/1.1" 200 1413 0.135635 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /access-control-list/7c42b807-3f7b-4565-a10b-b95b01af486a HTTP/1.1" 200 115 0.090975 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/53f4948b-e0e4-4a7e-a74f-72f4ff6516ae HTTP/1.1" 200 115 0.704224 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/feee54c2-6c42-462b-b644-957ec3f423d7 HTTP/1.1" 200 115 0.727305 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /access-control-list/413f0524-8889-42f9-a29d-b4b6d5ea52eb HTTP/1.1" 200 115 0.063330 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/1bf4f5a0-56b5-46e7-813b-890304d9efe3 HTTP/1.1" 200 115 0.759614 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/a221707a-9baf-4499-95c5-b7fd3642c31a HTTP/1.1" 200 115 0.755598 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/e281c2a7-d590-4895-8964-1ebcd286d5af HTTP/1.1" 200 115 0.775069 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /access-control-list/ded6e49b-ed8a-4582-b9a9-b400b9aed525 HTTP/1.1" 200 115 0.029773 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/cde76836-f9ea-484b-ad4d-24276504985a HTTP/1.1" 200 115 0.805160 10.0.0.240 - - [2025-12-01 02:18:44] "DELETE /project/8194ec34-d03b-4a32-9f60-ab14d924a262 HTTP/1.1" 200 115 0.780418 10.0.0.240 - - [2025-12-01 02:18:45] "DELETE /access-control-list/501e476b-9dcc-4ee7-bdd2-19e8c427d9d4 HTTP/1.1" 200 115 0.029556 10.0.0.240 - - [2025-12-01 02:18:45] "DELETE /access-control-list/fba8b0d5-b31f-434d-87df-c4e3e3ee3df5 HTTP/1.1" 200 115 0.014818 10.0.0.240 - - [2025-12-01 02:18:45] "DELETE /access-control-list/1931bf38-9af6-471a-ba36-9cb3a8fa4ae4 HTTP/1.1" 200 115 0.020031 10.0.0.240 - - [2025-12-01 02:18:45] "DELETE /access-control-list/bafb0df5-a935-49b0-bc7a-cf0f1dcdb4bd HTTP/1.1" 200 115 0.016529 10.0.0.240 - - [2025-12-01 02:18:45] "DELETE /access-control-list/137c3a6d-1ff4-4bfa-8d28-26b9f3ed49c9 HTTP/1.1" 200 115 0.017730 10.0.0.240 - - [2025-12-01 02:18:45] "DELETE /access-control-list/aca6fd5e-be3e-47be-9783-baa0fabe016e HTTP/1.1" 200 115 0.018072 10.0.0.240 - - [2025-12-01 02:18:45] "DELETE /access-control-list/fd5392f6-1707-42e5-843e-d2c0bb340b40 HTTP/1.1" 200 115 0.019362 10.0.0.240 - - [2025-12-01 02:18:52] "GET /obj-perms HTTP/1.1" 200 5075 0.056351 10.0.0.240 - - [2025-12-01 02:18:53] "GET /obj-perms HTTP/1.1" 200 5075 0.044199 10.0.0.240 - - [2025-12-01 02:19:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.240 - - [2025-12-01 02:19:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.240 - - [2025-12-01 02:19:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.240 - - [2025-12-01 02:19:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 [Introspect:8084]10.0.0.240 - - [2025-12-01 02:19:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000875 [Introspect:8084]10.0.0.240 - - [2025-12-01 02:19:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000953