+++ date ++ echo 'INFO: =================== Mon Oct 20 02:02:45 AM UTC 2025 ===================' INFO: =================== Mon Oct 20 02:02:45 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ 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.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.38 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.38:8081 ' ']' +++ echo 10.0.0.38:8081 ++ ANALYTICS_SERVERS=10.0.0.38:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.38:9042 ' ']' +++ echo 10.0.0.38:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.38:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.38:8086 ' ']' +++ echo 10.0.0.38:8086 ++ COLLECTOR_SERVERS=10.0.0.38:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.38 ++ CONFIGDB_NODES=10.0.0.38 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.38:8082 ' ']' +++ echo 10.0.0.38:8082 ++ CONFIG_SERVERS=10.0.0.38:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.38:9161 ' ']' +++ echo 10.0.0.38:9161 ++ CONFIGDB_SERVERS=10.0.0.38:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.38:9041 ' ']' +++ echo 10.0.0.38:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.38:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.38:2181, ']' +++ echo 10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.38:2181 ' ']' +++ echo 10.0.0.38:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.38:2181 ++ RABBITMQ_NODES=10.0.0.38 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.38:5673, ']' +++ echo 10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.38:6379 ' ']' +++ echo 10.0.0.38:6379 ++ REDIS_SERVERS=10.0.0.38:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.38 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.38:9092 ' ']' +++ echo 10.0.0.38:9092 ++ KAFKA_SERVERS=10.0.0.38:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.38 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.38 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.38 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.38 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.38 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.38 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq +++ local local_ips=,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 1 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + [[ cql == \c\q\l ]] ++ echo 10.0.0.38:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.38:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.38:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/20/2025 02:02:53.902 7f580b28f200 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/20/2025 02:02:54.072 7f580b28f200 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/20/2025 02:02:54.087 7f580b28f200 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/20/2025 02:02:54.087 7f580b28f200 [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.38:8082/ Hit Ctrl-C to quit. 10.0.0.38 - - [2025-10-20 02:02:58] "GET / HTTP/1.1" 503 181 0.000470 10.0.0.38 - - [2025-10-20 02:02:58] "GET / HTTP/1.1" 503 181 0.000195 10.0.0.38 - - [2025-10-20 02:02:59] "GET / HTTP/1.1" 200 45871 0.001445 10.0.0.38 - - [2025-10-20 02:02:59] "GET / HTTP/1.1" 200 45871 0.001076 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.38 - - [2025-10-20 02:02:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000584 10.0.0.38 - - [2025-10-20 02:02:59] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000260 10.0.0.38 - - [2025-10-20 02:02:59] "GET / HTTP/1.1" 200 35931 0.001733 10.0.0.38 - - [2025-10-20 02:02:59] "GET / HTTP/1.1" 200 35931 0.001617 10.0.0.38 - - [2025-10-20 02:02:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2025-10-20 02:03:00] "GET / HTTP/1.1" 200 35931 0.001725 10.0.0.38 - - [2025-10-20 02:03:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.38 - - [2025-10-20 02:03:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.38 - - [2025-10-20 02:03:00] "GET / HTTP/1.1" 200 35931 0.002616 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 1.684157 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.38 - - [2025-10-20 02:03:01] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.370495 10.0.0.38 - - [2025-10-20 02:03:01] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.007559 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.073637 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005123 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 1.082183 10.0.0.38 - - [2025-10-20 02:03:01] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008034 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.446040 10.0.0.38 - - [2025-10-20 02:03:01] "GET /network-ipam/133dd4f9-4262-45d1-b2ed-00c61d8d069d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.008477 10.0.0.38 - - [2025-10-20 02:03:01] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012494 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.003775 10.0.0.38 - - [2025-10-20 02:03:01] "POST /service-appliance-sets HTTP/1.1" 200 553 0.038099 10.0.0.38 - - [2025-10-20 02:03:01] "POST /config-nodes HTTP/1.1" 200 599 0.034415 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 180 0.023679 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.38 - - [2025-10-20 02:03:01] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010704 /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.38 - - [2025-10-20 02:03:01] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.38 - - [2025-10-20 02:03:01] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000423 10.0.0.38 - - [2025-10-20 02:03:01] "POST /service-appliance-sets HTTP/1.1" 200 541 0.119751 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.38 - - [2025-10-20 02:03:01] "GET /network-ipam/133dd4f9-4262-45d1-b2ed-00c61d8d069d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004284 10.0.0.38 - - [2025-10-20 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 225 0.006807 10.0.0.38 - - [2025-10-20 02:03:01] "POST /access-control-lists HTTP/1.1" 200 587 0.035956 10.0.0.38 - - [2025-10-20 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.009012 10.0.0.38 - - [2025-10-20 02:03:02] "POST /service-templates HTTP/1.1" 200 511 0.020391 10.0.0.38 - - [2025-10-20 02:03:02] "GET / HTTP/1.1" 200 35931 0.001957 10.0.0.38 - - [2025-10-20 02:03:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.38 - - [2025-10-20 02:03:02] "POST /service-templates HTTP/1.1" 200 501 0.036032 10.0.0.38 - - [2025-10-20 02:03:02] "POST /access-control-lists HTTP/1.1" 200 585 0.029657 10.0.0.38 - - [2025-10-20 02:03:02] "POST /service-templates HTTP/1.1" 200 515 0.032936 10.0.0.38 - - [2025-10-20 02:03:02] "POST /route-targets HTTP/1.1" 200 327 0.025614 10.0.0.38 - - [2025-10-20 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.017415 10.0.0.38 - - [2025-10-20 02:03:02] "POST /service-templates HTTP/1.1" 200 535 0.036530 10.0.0.38 - - [2025-10-20 02:03:02] "POST /route-targets HTTP/1.1" 200 327 0.012357 10.0.0.38 - - [2025-10-20 02:03:02] "POST /service-templates HTTP/1.1" 200 507 0.021099 10.0.0.38 - - [2025-10-20 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.010051 10.0.0.38 - - [2025-10-20 02:03:02] "POST /route-targets HTTP/1.1" 200 327 0.012528 10.0.0.38 - - [2025-10-20 02:03:02] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.354266 10.0.0.38 - - [2025-10-20 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.014895 10.0.0.38 - - [2025-10-20 02:03:02] "POST /route-targets HTTP/1.1" 200 327 0.014133 10.0.0.38 - - [2025-10-20 02:03:02] "POST /ref-update HTTP/1.1" 200 156 0.018306 10.0.0.38 - - [2025-10-20 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.003992 10.0.0.38 - - [2025-10-20 02:03:02] "POST /access-control-lists HTTP/1.1" 200 551 0.066473 10.0.0.38 - - [2025-10-20 02:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.364417 10.0.0.38 - - [2025-10-20 02:03:02] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006443 10.0.0.38 - - [2025-10-20 02:03:02] "PUT /access-control-list/103298b7-18c4-44d8-a5ce-fdc03b2e8132 HTTP/1.1" 200 272 0.011427 10.0.0.38 - - [2025-10-20 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003515 10.0.0.38 - - [2025-10-20 02:03:02] "PUT /access-control-list/d3349d17-4ca6-4f42-bc99-ffeaca7a2b00 HTTP/1.1" 200 272 0.011640 10.0.0.38 - - [2025-10-20 02:03:02] "POST /config-database-nodes HTTP/1.1" 200 617 0.017161 10.0.0.38 - - [2025-10-20 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.38 - - [2025-10-20 02:03:07] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1214 0.004775 10.0.0.38 - - [2025-10-20 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.38 - - [2025-10-20 02:03:07] "PUT /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3 HTTP/1.1" 200 276 0.011372 10.0.0.38 - - [2025-10-20 02:03:07] "GET / HTTP/1.1" 200 35931 0.001878 10.0.0.38 - - [2025-10-20 02:03:07] "POST /alarms HTTP/1.1" 401 292 0.000595 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 581 0.053231 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 575 0.023304 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 575 0.022957 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 559 0.027199 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 555 0.023616 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 557 0.018236 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 565 0.025045 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 549 0.024529 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 557 0.031950 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 567 0.023082 10.0.0.38 - - [2025-10-20 02:03:08] "POST /alarms HTTP/1.1" 200 555 0.020879 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 567 0.019509 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 575 0.069882 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 569 0.018609 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 561 0.018891 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 561 0.044912 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 561 0.019506 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 547 0.026946 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 595 0.020054 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 575 0.018801 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 571 0.020178 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 583 0.020565 10.0.0.38 - - [2025-10-20 02:03:09] "POST /alarms HTTP/1.1" 200 609 0.030029 10.0.0.38 - - [2025-10-20 02:03:10] "GET / HTTP/1.1" 200 35931 0.001804 10.0.0.38 - - [2025-10-20 02:03:10] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000411 10.0.0.38 - - [2025-10-20 02:03:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024241 10.0.0.38 - - [2025-10-20 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.38 - - [2025-10-20 02:03:10] "PUT /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3 HTTP/1.1" 200 276 0.009942 10.0.0.38 - - [2025-10-20 02:03:10] "GET / HTTP/1.1" 200 35931 0.001824 10.0.0.38 - - [2025-10-20 02:03:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.38 - - [2025-10-20 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.028579 10.0.0.38 - - [2025-10-20 02:03:11] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003884 10.0.0.38 - - [2025-10-20 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.38 - - [2025-10-20 02:03:11] "PUT /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3 HTTP/1.1" 200 276 0.011920 10.0.0.38 - - [2025-10-20 02:03:11] "GET / HTTP/1.1" 200 35931 0.001916 10.0.0.38 - - [2025-10-20 02:03:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2025-10-20 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.026481 10.0.0.38 - - [2025-10-20 02:03:12] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006130 10.0.0.38 - - [2025-10-20 02:03:12] "PUT /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673 HTTP/1.1" 200 274 0.016208 10.0.0.38 - - [2025-10-20 02:03:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.38 - - [2025-10-20 02:03:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.38 - - [2025-10-20 02:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.38 - - [2025-10-20 02:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.001045 10.0.0.38 - - [2025-10-20 02:03:58] "GET / HTTP/1.1" 200 35931 0.001785 10.0.0.38 - - [2025-10-20 02:03:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.38 - - [2025-10-20 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.023762 10.0.0.38 - - [2025-10-20 02:03:59] "GET /routing-instance/da94927a-4273-4427-8066-92d38a7025bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003740 10.0.0.38 - - [2025-10-20 02:03:59] "POST /bgp-routers HTTP/1.1" 200 620 0.021822 10.0.0.38 - - [2025-10-20 02:03:59] "GET /bgp-router/d0222eb1-ed5e-4d0a-9840-4c4f88fbe980?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.006655 10.0.0.38 - - [2025-10-20 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.38 - - [2025-10-20 02:03:59] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007871 10.0.0.38 - - [2025-10-20 02:03:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003742 10.0.0.38 - - [2025-10-20 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.008739 10.0.0.38 - - [2025-10-20 02:04:27] "GET / HTTP/1.1" 200 35931 0.001876 10.0.0.38 - - [2025-10-20 02:04:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.38 - - [2025-10-20 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.029473 10.0.0.38 - - [2025-10-20 02:04:28] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.010000 10.0.0.38 - - [2025-10-20 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.003545 10.0.0.38 - - [2025-10-20 02:04:28] "POST /database-nodes HTTP/1.1" 200 603 0.019105 10.0.0.38 - - [2025-10-20 02:05:00] "GET / HTTP/1.1" 200 35931 0.002808 10.0.0.38 - - [2025-10-20 02:05:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.001946 10.0.0.38 - - [2025-10-20 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.029126 10.0.0.38 - - [2025-10-20 02:05:00] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006986 10.0.0.38 - - [2025-10-20 02:05:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.004473 10.0.0.38 - - [2025-10-20 02:05:00] "POST /analytics-nodes HTTP/1.1" 200 605 0.019568 10.0.0.38 - - [2025-10-20 02:05:06] "GET / HTTP/1.1" 200 35931 0.001878 10.0.0.38 - - [2025-10-20 02:05:16] "GET / HTTP/1.1" 200 35931 0.001495 10.0.0.38 - - [2025-10-20 02:05:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.38 - - [2025-10-20 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.026551 10.0.0.38 - - [2025-10-20 02:05:16] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006426 10.0.0.38 - - [2025-10-20 02:05:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.003957 10.0.0.38 - - [2025-10-20 02:05:16] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.026352 10.0.0.38 - - [2025-10-20 02:05:28] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.38 - - [2025-10-20 02:05:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.38 - - [2025-10-20 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.028923 10.0.0.38 - - [2025-10-20 02:05:29] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006409 10.0.0.38 - - [2025-10-20 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.003560 10.0.0.38 - - [2025-10-20 02:05:29] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.021815 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.38 - - [2025-10-20 02:06:04] "GET /obj-perms HTTP/1.1" 200 5056 0.409265 10.0.0.38 - - [2025-10-20 02:06:04] "GET /obj-perms HTTP/1.1" 200 5056 0.050627 10.0.0.38 - - [2025-10-20 02:07:05] "GET /obj-perms HTTP/1.1" 200 5056 0.052368 10.0.0.38 - - [2025-10-20 02:07:05] "GET /obj-perms HTTP/1.1" 200 5056 0.049515 10.0.0.38 - - [2025-10-20 02:07:59] "GET / HTTP/1.1" 200 35931 0.001613 10.0.0.38 - - [2025-10-20 02:07:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.38 - - [2025-10-20 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.029411 10.0.0.38 - - [2025-10-20 02:07:59] "GET /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005349 10.0.0.38 - - [2025-10-20 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.38 - - [2025-10-20 02:07:59] "GET /routing-instance/da94927a-4273-4427-8066-92d38a7025bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004142 10.0.0.38 - - [2025-10-20 02:07:59] "PUT /global-system-config/c2ccfe72-1b2c-459f-811b-eba73ef81673 HTTP/1.1" 200 274 0.010988 10.0.0.38 - - [2025-10-20 02:07:59] "POST /fqname-to-id HTTP/1.1" 404 218 0.003157 10.0.0.38 - - [2025-10-20 02:07:59] "POST /virtual-routers HTTP/1.1" 200 603 0.026996 10.0.0.38 - - [2025-10-20 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.38 - - [2025-10-20 02:07:59] "GET /virtual-router/abf7db8e-50d1-4e24-ac11-f4a2c308c106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006209 10.0.0.38 - - [2025-10-20 02:07:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.003091 10.0.0.38 - - [2025-10-20 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.38 - - [2025-10-20 02:08:00] "GET /virtual-network/9499ef71-31f2-4c82-a862-a8771e7e1820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006558 10.0.0.38 - - [2025-10-20 02:08:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.060232 10.0.0.38 - - [2025-10-20 02:08:00] "PUT /access-control-list/152ee368-46ab-494b-b2cf-83555b4693e7 HTTP/1.1" 200 272 0.051463 [Introspect:8084]10.0.0.38 - - [2025-10-20 02:08:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001048 [Introspect:8084]10.0.0.38 - - [2025-10-20 02:08:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000927 10.0.0.38 - - [2025-10-20 02:08:05] "GET /obj-perms HTTP/1.1" 200 5056 0.041046 10.0.0.38 - - [2025-10-20 02:08:06] "GET /obj-perms HTTP/1.1" 200 5056 0.042082 10.0.0.38 - - [2025-10-20 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.38 - - [2025-10-20 02:08:06] "GET /virtual-router/abf7db8e-50d1-4e24-ac11-f4a2c308c106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003628 [Introspect:8084]10.0.0.38 - - [2025-10-20 02:08:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001066 [Introspect:8084]10.0.0.38 - - [2025-10-20 02:08:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000941 [Introspect:8084]10.0.0.38 - - [2025-10-20 02:08:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000959 [Introspect:8084]10.0.0.38 - - [2025-10-20 02:08:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000936 10.0.0.38 - - [2025-10-20 02:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.38 - - [2025-10-20 02:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.38 - - [2025-10-20 02:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.38 - - [2025-10-20 02:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.38 - - [2025-10-20 02:09:06] "GET /obj-perms HTTP/1.1" 200 5056 0.044283 10.0.0.38 - - [2025-10-20 02:09:06] "GET /obj-perms HTTP/1.1" 200 5056 0.044393 10.0.0.38 - - [2025-10-20 02:09:16] "GET / HTTP/1.1" 200 35931 0.001453 10.0.0.38 - - [2025-10-20 02:09:17] "GET /project/982abf32-d6ca-4912-9837-8f504fc673eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.38 - - [2025-10-20 02:09:17] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.024206 10.0.0.38 - - [2025-10-20 02:09:17] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.38 - - [2025-10-20 02:09:17] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.069418 10.0.0.38 - - [2025-10-20 02:09:17] "POST /id-to-fqname HTTP/1.1" 200 167 0.001347 10.0.0.38 - - [2025-10-20 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 176 0.005047 10.0.0.38 - - [2025-10-20 02:09:18] "POST /security-groups HTTP/1.1" 200 568 0.060438 10.0.0.38 - - [2025-10-20 02:09:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.023526 10.0.0.38 - - [2025-10-20 02:09:18] "POST /projects HTTP/1.1" 200 539 0.217662 10.0.0.38 - - [2025-10-20 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.288749 10.0.0.38 - - [2025-10-20 02:09:18] "POST /access-control-lists HTTP/1.1" 200 573 0.065250 10.0.0.38 - - [2025-10-20 02:09:18] "GET /project/982abf32-d6ca-4912-9837-8f504fc673eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.492399 10.0.0.38 - - [2025-10-20 02:09:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.010275 10.0.0.38 - - [2025-10-20 02:09:18] "POST /access-control-lists HTTP/1.1" 200 571 0.060776 [Introspect:8084]10.0.0.38 - - [2025-10-20 02:09:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001159 10.0.0.38 - - [2025-10-20 02:09:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.021221 10.0.0.38 - - [2025-10-20 02:09:18] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002918 10.0.0.38 - - [2025-10-20 02:09:19] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.38 - - [2025-10-20 02:09:19] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007091 10.0.0.38 - - [2025-10-20 02:09:19] "POST /id-to-fqname HTTP/1.1" 200 201 0.002111 10.0.0.38 - - [2025-10-20 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 210 0.002342 10.0.0.38 - - [2025-10-20 02:09:19] "POST /security-groups HTTP/1.1" 200 602 0.064447 10.0.0.38 - - [2025-10-20 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.002861 10.0.0.38 - - [2025-10-20 02:09:19] "POST /projects HTTP/1.1" 200 607 0.228887 10.0.0.38 - - [2025-10-20 02:09:19] "POST /access-control-lists HTTP/1.1" 200 607 0.059857 10.0.0.38 - - [2025-10-20 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.301896 10.0.0.38 - - [2025-10-20 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 244 0.003059 10.0.0.38 - - [2025-10-20 02:09:19] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.424085 10.0.0.38 - - [2025-10-20 02:09:19] "POST /access-control-lists HTTP/1.1" 200 605 0.065793 10.0.0.38 - - [2025-10-20 02:09:20] "GET / HTTP/1.1" 200 35931 0.001914 10.0.0.38 - - [2025-10-20 02:09:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000631 10.0.0.38 - - [2025-10-20 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.054351 10.0.0.38 - - [2025-10-20 02:09:21] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001056 10.0.0.38 - - [2025-10-20 02:09:21] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.026769 10.0.0.38 - - [2025-10-20 02:09:21] "POST /neutron/network HTTP/1.1" 200 117 0.081871 10.0.0.38 - - [2025-10-20 02:09:21] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001011 10.0.0.38 - - [2025-10-20 02:09:21] "POST /neutron/network HTTP/1.1" 200 620 0.066880 10.0.0.38 - - [2025-10-20 02:09:21] "POST /route-targets HTTP/1.1" 200 327 0.011368 10.0.0.38 - - [2025-10-20 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.013195 10.0.0.38 - - [2025-10-20 02:09:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004336 10.0.0.38 - - [2025-10-20 02:09:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.200290 10.0.0.38 - - [2025-10-20 02:09:22] "POST /neutron/network HTTP/1.1" 200 839 0.005279 10.0.0.38 - - [2025-10-20 02:09:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001121 10.0.0.38 - - [2025-10-20 02:09:22] "GET /virtual-network/c2db67da-26c0-4d0a-8f65-c1af22ebea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004508 10.0.0.38 - - [2025-10-20 02:09:22] "POST /neutron/network HTTP/1.1" 200 839 0.006039 10.0.0.38 - - [2025-10-20 02:09:22] "GET /virtual-network/c2db67da-26c0-4d0a-8f65-c1af22ebea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004885 10.0.0.38 - - [2025-10-20 02:09:22] "POST /neutron/network HTTP/1.1" 200 839 0.006000 10.0.0.38 - - [2025-10-20 02:09:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.007407 10.0.0.38 - - [2025-10-20 02:09:22] "GET /domains HTTP/1.1" 401 292 0.000385 10.0.0.38 - - [2025-10-20 02:09:22] "GET /domains HTTP/1.1" 200 280 0.025355 10.0.0.38 - - [2025-10-20 02:09:22] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.38 - - [2025-10-20 02:09:22] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2584 0.012026 10.0.0.38 - - [2025-10-20 02:09:22] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001162 10.0.0.38 - - [2025-10-20 02:09:22] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b HTTP/1.1" 200 2168 0.069104 10.0.0.38 - - [2025-10-20 02:09:22] "GET /virtual-network/c2db67da-26c0-4d0a-8f65-c1af22ebea57 HTTP/1.1" 200 2343 0.006323 10.0.0.38 - - [2025-10-20 02:09:22] "GET /virtual-network/c2db67da-26c0-4d0a-8f65-c1af22ebea57 HTTP/1.1" 200 2343 0.004946 10.0.0.38 - - [2025-10-20 02:09:22] "GET /routing-instance/6070d810-c790-4d1e-bf64-9b7a799a9d43 HTTP/1.1" 200 1494 0.003951 10.0.0.38 - - [2025-10-20 02:09:22] "GET /routing-instance/6070d810-c790-4d1e-bf64-9b7a799a9d43 HTTP/1.1" 200 1494 0.003425 10.0.0.38 - - [2025-10-20 02:09:22] "GET /route-target/f2c07636-cb08-4e59-b7a6-1d001953b5cc HTTP/1.1" 200 1220 0.003347 10.0.0.38 - - [2025-10-20 02:09:22] "GET /virtual-network/c2db67da-26c0-4d0a-8f65-c1af22ebea57 HTTP/1.1" 200 2343 0.005013 10.0.0.38 - - [2025-10-20 02:09:22] "GET /routing-instance/6070d810-c790-4d1e-bf64-9b7a799a9d43 HTTP/1.1" 200 1494 0.004335 10.0.0.38 - - [2025-10-20 02:09:22] "GET /virtual-network/c2db67da-26c0-4d0a-8f65-c1af22ebea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005450 10.0.0.38 - - [2025-10-20 02:09:22] "GET /virtual-network/c2db67da-26c0-4d0a-8f65-c1af22ebea57 HTTP/1.1" 200 2343 0.006307 10.0.0.38 - - [2025-10-20 02:09:22] "GET /routing-instance/6070d810-c790-4d1e-bf64-9b7a799a9d43 HTTP/1.1" 200 1494 0.005150 10.0.0.38 - - [2025-10-20 02:09:22] "GET /routing-instance/6070d810-c790-4d1e-bf64-9b7a799a9d43 HTTP/1.1" 200 1494 0.004023 10.0.0.38 - - [2025-10-20 02:09:22] "GET /route-target/f2c07636-cb08-4e59-b7a6-1d001953b5cc HTTP/1.1" 200 1220 0.003400 10.0.0.38 - - [2025-10-20 02:09:22] "GET /domains HTTP/1.1" 200 280 0.002981 10.0.0.38 - - [2025-10-20 02:09:22] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.38 - - [2025-10-20 02:09:22] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2584 0.007774 10.0.0.38 - - [2025-10-20 02:09:22] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001098 10.0.0.38 - - [2025-10-20 02:09:22] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b HTTP/1.1" 200 2168 0.066536 10.0.0.38 - - [2025-10-20 02:09:22] "GET /virtual-network/c2db67da-26c0-4d0a-8f65-c1af22ebea57 HTTP/1.1" 200 2343 0.005784 10.0.0.38 - - [2025-10-20 02:09:23] "GET /obj-perms HTTP/1.1" 200 5052 0.046741 10.0.0.38 - - [2025-10-20 02:09:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.002184 10.0.0.38 - - [2025-10-20 02:09:25] "POST /neutron/network HTTP/1.1" 200 849 0.006108 10.0.0.38 - - [2025-10-20 02:09:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.38 - - [2025-10-20 02:09:25] "GET / HTTP/1.1" 200 35931 0.001658 10.0.0.38 - - [2025-10-20 02:09:25] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000457 10.0.0.38 - - [2025-10-20 02:09:25] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001028 10.0.0.38 - - [2025-10-20 02:09:25] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.042352 10.0.0.38 - - [2025-10-20 02:09:26] "POST /neutron/network HTTP/1.1" 200 839 0.026962 10.0.0.38 - - [2025-10-20 02:09:26] "POST /neutron/port HTTP/1.1" 200 117 0.005898 10.0.0.38 - - [2025-10-20 02:09:26] "POST /neutron/port HTTP/1.1" 200 117 0.005439 10.0.0.38 - - [2025-10-20 02:09:26] "POST /neutron/port HTTP/1.1" 200 117 0.005464 10.0.0.38 - - [2025-10-20 02:09:27] "POST /neutron/network HTTP/1.1" 200 849 0.006353 10.0.0.38 - - [2025-10-20 02:09:27] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001090 10.0.0.38 - - [2025-10-20 02:09:28] "POST /neutron/port HTTP/1.1" 200 1071 0.257909 10.0.0.38 - - [2025-10-20 02:09:28] "POST /neutron/port HTTP/1.1" 200 1071 0.034978 10.0.0.38 - - [2025-10-20 02:09:28] "POST /neutron/port HTTP/1.1" 200 1071 0.011528 10.0.0.38 - - [2025-10-20 02:09:28] "POST /neutron/port HTTP/1.1" 200 1125 0.072517 10.0.0.38 - - [2025-10-20 02:09:28] "POST /neutron/port HTTP/1.1" 200 1099 0.011789 10.0.0.38 - - [2025-10-20 02:09:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004533 10.0.0.38 - - [2025-10-20 02:09:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.007958 10.0.0.38 - - [2025-10-20 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.38 - - [2025-10-20 02:09:28] "POST /neutron/network HTTP/1.1" 200 839 0.005942 10.0.0.38 - - [2025-10-20 02:09:31] "POST /neutron/port HTTP/1.1" 200 1099 0.011994 10.0.0.38 - - [2025-10-20 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2069 0.017631 10.0.0.38 - - [2025-10-20 02:09:37] "POST /neutron/port HTTP/1.1" 200 1099 0.011504 10.0.0.38 - - [2025-10-20 02:09:37] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005558 10.0.0.38 - - [2025-10-20 02:09:37] "GET /obj-perms HTTP/1.1" 200 5052 0.004099 10.0.0.38 - - [2025-10-20 02:09:38] "GET /obj-perms HTTP/1.1" 200 5052 0.003566 10.0.0.38 - - [2025-10-20 02:09:39] "GET /obj-perms HTTP/1.1" 200 5052 0.003903 10.0.0.38 - - [2025-10-20 02:09:40] "GET /obj-perms HTTP/1.1" 200 5052 0.003567 10.0.0.38 - - [2025-10-20 02:09:41] "GET /obj-perms HTTP/1.1" 200 5052 0.003508 10.0.0.38 - - [2025-10-20 02:09:42] "POST /neutron/network HTTP/1.1" 200 839 0.010657 10.0.0.38 - - [2025-10-20 02:09:42] "POST /neutron/network HTTP/1.1" 400 204 0.010721 10.0.0.38 - - [2025-10-20 02:09:42] "POST /neutron/port HTTP/1.1" 200 1099 0.012016 10.0.0.38 - - [2025-10-20 02:09:42] "POST /neutron/port HTTP/1.1" 200 1125 0.009494 10.0.0.38 - - [2025-10-20 02:09:43] "POST /neutron/port HTTP/1.1" 200 151 0.126942 10.0.0.38 - - [2025-10-20 02:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.030259 10.0.0.38 - - [2025-10-20 02:09:44] "POST /neutron/network HTTP/1.1" 200 839 0.007145 10.0.0.38 - - [2025-10-20 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.38 - - [2025-10-20 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.38 - - [2025-10-20 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001723 10.0.0.38 - - [2025-10-20 02:09:44] "POST /neutron/network HTTP/1.1" 200 151 0.080400 10.0.0.38 - - [2025-10-20 02:09:44] "DELETE /route-target/f2c07636-cb08-4e59-b7a6-1d001953b5cc HTTP/1.1" 200 115 0.013694 10.0.0.38 - - [2025-10-20 02:09:44] "GET /routing-instance/6070d810-c790-4d1e-bf64-9b7a799a9d43 HTTP/1.1" 404 171 0.002302 10.0.0.38 - - [2025-10-20 02:09:44] "GET /domains HTTP/1.1" 200 280 0.002170 10.0.0.38 - - [2025-10-20 02:09:44] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.38 - - [2025-10-20 02:09:44] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2584 0.049781 10.0.0.38 - - [2025-10-20 02:09:44] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001418 10.0.0.38 - - [2025-10-20 02:09:44] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b HTTP/1.1" 200 1918 0.073146 10.0.0.38 - - [2025-10-20 02:09:44] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001044 10.0.0.38 - - [2025-10-20 02:09:44] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.027103 10.0.0.38 - - [2025-10-20 02:09:44] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000912 10.0.0.38 - - [2025-10-20 02:09:44] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?fields=virtual_networks HTTP/1.1" 200 1054 0.084060 10.0.0.38 - - [2025-10-20 02:09:44] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001349 10.0.0.38 - - [2025-10-20 02:09:44] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.025938 10.0.0.38 - - [2025-10-20 02:09:45] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001056 10.0.0.38 - - [2025-10-20 02:09:45] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?fields=security_groups HTTP/1.1" 200 1291 0.028679 10.0.0.38 - - [2025-10-20 02:09:45] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001106 10.0.0.38 - - [2025-10-20 02:09:45] "GET /project/982abf32-d6ca-4912-9837-8f504fc673eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.031927 10.0.0.38 - - [2025-10-20 02:09:49] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001354 10.0.0.38 - - [2025-10-20 02:09:49] "GET /project/982abf32-d6ca-4912-9837-8f504fc673eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.023052 10.0.0.38 - - [2025-10-20 02:09:49] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003032 10.0.0.38 - - [2025-10-20 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.023869 10.0.0.38 - - [2025-10-20 02:09:50] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002650 10.0.0.38 - - [2025-10-20 02:09:50] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.38 - - [2025-10-20 02:09:50] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007227 10.0.0.38 - - [2025-10-20 02:09:50] "POST /id-to-fqname HTTP/1.1" 200 202 0.001203 10.0.0.38 - - [2025-10-20 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.004592 10.0.0.38 - - [2025-10-20 02:09:50] "POST /security-groups HTTP/1.1" 200 603 0.065040 10.0.0.38 - - [2025-10-20 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 246 0.002819 10.0.0.38 - - [2025-10-20 02:09:50] "POST /projects HTTP/1.1" 200 609 0.234111 10.0.0.38 - - [2025-10-20 02:09:50] "POST /access-control-lists HTTP/1.1" 200 608 0.057863 10.0.0.38 - - [2025-10-20 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.302086 10.0.0.38 - - [2025-10-20 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.002882 10.0.0.38 - - [2025-10-20 02:09:50] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.418992 10.0.0.38 - - [2025-10-20 02:09:50] "POST /access-control-lists HTTP/1.1" 200 606 0.061482 10.0.0.38 - - [2025-10-20 02:09:51] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.38 - - [2025-10-20 02:09:52] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001163 10.0.0.38 - - [2025-10-20 02:09:52] "GET /project/982abf32-d6ca-4912-9837-8f504fc673eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.024353 10.0.0.38 - - [2025-10-20 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.38 - - [2025-10-20 02:09:52] "GET /security-group/06e34667-9221-42ab-b2f7-953595b2653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.004380 10.0.0.38 - - [2025-10-20 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.38 - - [2025-10-20 02:09:53] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001327 10.0.0.38 - - [2025-10-20 02:09:53] "GET /project/982abf32-d6ca-4912-9837-8f504fc673eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.023821 10.0.0.38 - - [2025-10-20 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.38 - - [2025-10-20 02:09:53] "GET /security-group/06e34667-9221-42ab-b2f7-953595b2653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.003988 10.0.0.38 - - [2025-10-20 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.38 - - [2025-10-20 02:09:53] "PUT /security-group/06e34667-9221-42ab-b2f7-953595b2653b HTTP/1.1" 200 262 0.013828 10.0.0.38 - - [2025-10-20 02:09:53] "PUT /access-control-list/23e0041d-43ba-4375-b995-20b32e4a076a HTTP/1.1" 200 272 0.009819 10.0.0.38 - - [2025-10-20 02:09:53] "PUT /access-control-list/ab97b5ee-7623-4fbf-8d68-26627046af05 HTTP/1.1" 200 272 0.012563 10.0.0.38 - - [2025-10-20 02:09:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.38 - - [2025-10-20 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.054306 10.0.0.38 - - [2025-10-20 02:09:53] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.38 - - [2025-10-20 02:09:53] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.029090 10.0.0.38 - - [2025-10-20 02:09:54] "POST /neutron/network HTTP/1.1" 200 117 0.029535 10.0.0.38 - - [2025-10-20 02:09:54] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001422 10.0.0.38 - - [2025-10-20 02:09:54] "POST /neutron/network HTTP/1.1" 200 619 0.068415 10.0.0.38 - - [2025-10-20 02:09:54] "POST /route-targets HTTP/1.1" 200 327 0.012627 10.0.0.38 - - [2025-10-20 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.015414 10.0.0.38 - - [2025-10-20 02:09:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002760 10.0.0.38 - - [2025-10-20 02:09:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.183305 10.0.0.38 - - [2025-10-20 02:09:54] "POST /neutron/network HTTP/1.1" 200 837 0.005801 10.0.0.38 - - [2025-10-20 02:09:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001127 10.0.0.38 - - [2025-10-20 02:09:54] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005407 10.0.0.38 - - [2025-10-20 02:09:54] "POST /neutron/network HTTP/1.1" 200 837 0.006017 10.0.0.38 - - [2025-10-20 02:09:54] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005064 10.0.0.38 - - [2025-10-20 02:09:54] "POST /neutron/network HTTP/1.1" 200 837 0.006169 10.0.0.38 - - [2025-10-20 02:09:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.007074 10.0.0.38 - - [2025-10-20 02:09:54] "GET /domains HTTP/1.1" 401 292 0.000365 10.0.0.38 - - [2025-10-20 02:09:54] "GET /domains HTTP/1.1" 200 280 0.023529 10.0.0.38 - - [2025-10-20 02:09:54] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.38 - - [2025-10-20 02:09:54] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2782 0.008943 10.0.0.38 - - [2025-10-20 02:09:54] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.38 - - [2025-10-20 02:09:54] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63 HTTP/1.1" 200 2174 0.074631 10.0.0.38 - - [2025-10-20 02:09:54] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43 HTTP/1.1" 200 2337 0.005682 10.0.0.38 - - [2025-10-20 02:09:54] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43 HTTP/1.1" 200 2337 0.004260 10.0.0.38 - - [2025-10-20 02:09:54] "GET /routing-instance/c4d5dc19-30e6-4eff-a8ab-2fd083fdf33a HTTP/1.1" 200 1492 0.002825 10.0.0.38 - - [2025-10-20 02:09:54] "GET /routing-instance/c4d5dc19-30e6-4eff-a8ab-2fd083fdf33a HTTP/1.1" 200 1492 0.002529 10.0.0.38 - - [2025-10-20 02:09:54] "GET /route-target/d6371279-2241-497e-b0c2-761b409d0194 HTTP/1.1" 200 1219 0.002689 10.0.0.38 - - [2025-10-20 02:09:54] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43 HTTP/1.1" 200 2337 0.004209 10.0.0.38 - - [2025-10-20 02:09:54] "GET /routing-instance/c4d5dc19-30e6-4eff-a8ab-2fd083fdf33a HTTP/1.1" 200 1492 0.002813 10.0.0.38 - - [2025-10-20 02:09:54] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004090 10.0.0.38 - - [2025-10-20 02:09:54] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43 HTTP/1.1" 200 2337 0.003967 10.0.0.38 - - [2025-10-20 02:09:55] "GET /routing-instance/c4d5dc19-30e6-4eff-a8ab-2fd083fdf33a HTTP/1.1" 200 1492 0.002688 10.0.0.38 - - [2025-10-20 02:09:55] "GET /routing-instance/c4d5dc19-30e6-4eff-a8ab-2fd083fdf33a HTTP/1.1" 200 1492 0.002517 10.0.0.38 - - [2025-10-20 02:09:55] "GET /route-target/d6371279-2241-497e-b0c2-761b409d0194 HTTP/1.1" 200 1219 0.002261 10.0.0.38 - - [2025-10-20 02:09:55] "GET /domains HTTP/1.1" 200 280 0.002771 10.0.0.38 - - [2025-10-20 02:09:55] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.38 - - [2025-10-20 02:09:55] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2782 0.006977 10.0.0.38 - - [2025-10-20 02:09:55] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.38 - - [2025-10-20 02:09:55] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63 HTTP/1.1" 200 2174 0.066820 10.0.0.38 - - [2025-10-20 02:09:55] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43 HTTP/1.1" 200 2337 0.004992 10.0.0.38 - - [2025-10-20 02:09:55] "GET /obj-perms HTTP/1.1" 200 5054 0.047506 10.0.0.38 - - [2025-10-20 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.38 - - [2025-10-20 02:09:55] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.38 - - [2025-10-20 02:09:55] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.062599 10.0.0.38 - - [2025-10-20 02:09:55] "POST /neutron/network HTTP/1.1" 200 117 0.022831 10.0.0.38 - - [2025-10-20 02:09:55] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001437 10.0.0.38 - - [2025-10-20 02:09:55] "POST /neutron/network HTTP/1.1" 200 619 0.065511 10.0.0.38 - - [2025-10-20 02:09:55] "POST /route-targets HTTP/1.1" 200 327 0.020363 10.0.0.38 - - [2025-10-20 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.011760 10.0.0.38 - - [2025-10-20 02:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002649 10.0.0.38 - - [2025-10-20 02:09:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.181506 10.0.0.38 - - [2025-10-20 02:09:55] "POST /neutron/network HTTP/1.1" 200 838 0.004992 10.0.0.38 - - [2025-10-20 02:09:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001080 10.0.0.38 - - [2025-10-20 02:09:55] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004380 10.0.0.38 - - [2025-10-20 02:09:56] "POST /neutron/network HTTP/1.1" 200 838 0.005870 10.0.0.38 - - [2025-10-20 02:09:56] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004855 10.0.0.38 - - [2025-10-20 02:09:56] "POST /neutron/network HTTP/1.1" 200 838 0.006426 10.0.0.38 - - [2025-10-20 02:09:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.008612 10.0.0.38 - - [2025-10-20 02:09:56] "GET /domains HTTP/1.1" 200 280 0.002486 10.0.0.38 - - [2025-10-20 02:09:56] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.38 - - [2025-10-20 02:09:56] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2782 0.006179 10.0.0.38 - - [2025-10-20 02:09:56] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000865 10.0.0.38 - - [2025-10-20 02:09:56] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63 HTTP/1.1" 200 2402 0.071170 10.0.0.38 - - [2025-10-20 02:09:56] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6 HTTP/1.1" 200 2341 0.007311 10.0.0.38 - - [2025-10-20 02:09:56] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6 HTTP/1.1" 200 2341 0.004999 10.0.0.38 - - [2025-10-20 02:09:56] "GET /routing-instance/f7ddab21-e64d-4b9a-bc77-eda015d76e6b HTTP/1.1" 200 1492 0.004247 10.0.0.38 - - [2025-10-20 02:09:56] "GET /routing-instance/f7ddab21-e64d-4b9a-bc77-eda015d76e6b HTTP/1.1" 200 1492 0.003926 10.0.0.38 - - [2025-10-20 02:09:56] "GET /route-target/b1345ca4-5be3-474d-9094-7dfe77e1cfa2 HTTP/1.1" 200 1219 0.003790 10.0.0.38 - - [2025-10-20 02:09:56] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6 HTTP/1.1" 200 2341 0.005422 10.0.0.38 - - [2025-10-20 02:09:56] "GET /routing-instance/f7ddab21-e64d-4b9a-bc77-eda015d76e6b HTTP/1.1" 200 1492 0.003651 10.0.0.38 - - [2025-10-20 02:09:56] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004988 10.0.0.38 - - [2025-10-20 02:09:56] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6 HTTP/1.1" 200 2341 0.004699 10.0.0.38 - - [2025-10-20 02:09:56] "GET /routing-instance/f7ddab21-e64d-4b9a-bc77-eda015d76e6b HTTP/1.1" 200 1492 0.003466 10.0.0.38 - - [2025-10-20 02:09:56] "GET /routing-instance/f7ddab21-e64d-4b9a-bc77-eda015d76e6b HTTP/1.1" 200 1492 0.003310 10.0.0.38 - - [2025-10-20 02:09:56] "GET /route-target/b1345ca4-5be3-474d-9094-7dfe77e1cfa2 HTTP/1.1" 200 1219 0.002956 10.0.0.38 - - [2025-10-20 02:09:56] "GET /domains HTTP/1.1" 200 280 0.002682 10.0.0.38 - - [2025-10-20 02:09:56] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.38 - - [2025-10-20 02:09:56] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2782 0.006932 10.0.0.38 - - [2025-10-20 02:09:56] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.38 - - [2025-10-20 02:09:56] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63 HTTP/1.1" 200 2402 0.065190 10.0.0.38 - - [2025-10-20 02:09:56] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6 HTTP/1.1" 200 2341 0.004805 10.0.0.38 - - [2025-10-20 02:09:56] "GET /obj-perms HTTP/1.1" 200 5054 0.003074 10.0.0.38 - - [2025-10-20 02:09:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001290 10.0.0.38 - - [2025-10-20 02:09:56] "POST /neutron/network HTTP/1.1" 200 848 0.005868 10.0.0.38 - - [2025-10-20 02:09:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000367 10.0.0.38 - - [2025-10-20 02:09:56] "GET / HTTP/1.1" 200 35931 0.001520 10.0.0.38 - - [2025-10-20 02:09:56] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.38 - - [2025-10-20 02:09:57] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.38 - - [2025-10-20 02:09:57] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049107 10.0.0.38 - - [2025-10-20 02:09:57] "POST /neutron/network HTTP/1.1" 200 838 0.006251 10.0.0.38 - - [2025-10-20 02:09:57] "POST /neutron/port HTTP/1.1" 200 117 0.005686 10.0.0.38 - - [2025-10-20 02:09:57] "POST /neutron/port HTTP/1.1" 200 117 0.005171 10.0.0.38 - - [2025-10-20 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001279 10.0.0.38 - - [2025-10-20 02:09:57] "POST /neutron/port HTTP/1.1" 200 117 0.005041 10.0.0.38 - - [2025-10-20 02:09:57] "POST /neutron/network HTTP/1.1" 200 847 0.005887 10.0.0.38 - - [2025-10-20 02:09:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000406 10.0.0.38 - - [2025-10-20 02:09:57] "POST /neutron/network HTTP/1.1" 200 848 0.005990 10.0.0.38 - - [2025-10-20 02:09:57] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.38 - - [2025-10-20 02:09:58] "GET / HTTP/1.1" 200 35931 0.001673 10.0.0.38 - - [2025-10-20 02:09:58] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/port HTTP/1.1" 200 1072 0.259555 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/port HTTP/1.1" 200 1072 0.015079 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/port HTTP/1.1" 200 1072 0.012297 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/port HTTP/1.1" 200 1126 0.064151 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/port HTTP/1.1" 200 1100 0.010684 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003352 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.008166 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/network HTTP/1.1" 200 838 0.005536 10.0.0.38 - - [2025-10-20 02:09:58] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001335 10.0.0.38 - - [2025-10-20 02:09:58] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056950 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/network HTTP/1.1" 200 837 0.006296 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/port HTTP/1.1" 200 1100 0.016598 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006271 10.0.0.38 - - [2025-10-20 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.005067 10.0.0.38 - - [2025-10-20 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.38 - - [2025-10-20 02:09:58] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316 10.0.0.38 - - [2025-10-20 02:09:59] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039553 10.0.0.38 - - [2025-10-20 02:09:59] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005805 10.0.0.38 - - [2025-10-20 02:09:59] "GET /floating-ip-pools?parent_id=4a963323-6d6e-4a4e-aafd-ec4120b9de43&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003474 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/network HTTP/1.1" 200 847 0.006651 10.0.0.38 - - [2025-10-20 02:09:59] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001360 10.0.0.38 - - [2025-10-20 02:09:59] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006455 10.0.0.38 - - [2025-10-20 02:09:59] "POST /floating-ip-pools HTTP/1.1" 200 609 0.022565 10.0.0.38 - - [2025-10-20 02:09:59] "POST /ref-update HTTP/1.1" 200 156 0.019846 10.0.0.38 - - [2025-10-20 02:09:59] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.015615 10.0.0.38 - - [2025-10-20 02:09:59] "GET /domains HTTP/1.1" 200 280 0.003103 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/port HTTP/1.1" 200 1071 0.276467 10.0.0.38 - - [2025-10-20 02:09:59] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004080 10.0.0.38 - - [2025-10-20 02:09:59] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2782 0.016834 10.0.0.38 - - [2025-10-20 02:09:59] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/port HTTP/1.1" 200 1071 0.013620 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/port HTTP/1.1" 200 1071 0.017634 10.0.0.38 - - [2025-10-20 02:09:59] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63 HTTP/1.1" 200 3244 0.112559 10.0.0.38 - - [2025-10-20 02:09:59] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43 HTTP/1.1" 200 3149 0.010943 10.0.0.38 - - [2025-10-20 02:09:59] "GET /floating-ip-pool/3f6a30c0-45c3-49e3-b273-7d63fe895ccf HTTP/1.1" 200 1441 0.008312 10.0.0.38 - - [2025-10-20 02:09:59] "GET /domains HTTP/1.1" 200 280 0.005492 10.0.0.38 - - [2025-10-20 02:09:59] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.38 - - [2025-10-20 02:09:59] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2782 0.011039 10.0.0.38 - - [2025-10-20 02:09:59] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000883 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/port HTTP/1.1" 200 1125 0.151947 10.0.0.38 - - [2025-10-20 02:09:59] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63 HTTP/1.1" 200 3244 0.100226 10.0.0.38 - - [2025-10-20 02:09:59] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43 HTTP/1.1" 200 3149 0.012555 10.0.0.38 - - [2025-10-20 02:09:59] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008680 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/port HTTP/1.1" 200 1099 0.032754 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/port HTTP/1.1" 200 1100 0.011191 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003525 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005491 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.006459 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/port HTTP/1.1" 200 117 0.001662 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/network HTTP/1.1" 200 837 0.005648 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/port HTTP/1.1" 200 1100 0.012225 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008762 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/port HTTP/1.1" 200 1100 0.010724 10.0.0.38 - - [2025-10-20 02:09:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005990 10.0.0.38 - - [2025-10-20 02:09:59] "GET /virtual-machine/399b7d8f-0c24-427d-b24d-47230ee24f83 HTTP/1.1" 200 1304 0.005053 10.0.0.38 - - [2025-10-20 02:10:00] "GET /virtual-machine-interface/4cb7820e-b26f-4514-9525-53a666d4ca34 HTTP/1.1" 200 3004 0.005657 10.0.0.38 - - [2025-10-20 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.38 - - [2025-10-20 02:10:00] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004859 10.0.0.38 - - [2025-10-20 02:10:00] "GET /virtual-networks?parent_id=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003644 10.0.0.38 - - [2025-10-20 02:10:00] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005696 10.0.0.38 - - [2025-10-20 02:10:02] "DELETE /project/c70cd49a158c4362b0bcc7831ced978b HTTP/1.1" 404 173 0.007982 10.0.0.38 - - [2025-10-20 02:10:02] "DELETE /project/9e15307125464ed28f87ff77ef577b63 HTTP/1.1" 404 173 0.005432 10.0.0.38 - - [2025-10-20 02:10:02] "DELETE /project/982abf32d6ca491298378f504fc673eb HTTP/1.1" 404 173 0.004514 10.0.0.38 - - [2025-10-20 02:10:02] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000858 10.0.0.38 - - [2025-10-20 02:10:02] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.039942 10.0.0.38 - - [2025-10-20 02:10:02] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001673 10.0.0.38 - - [2025-10-20 02:10:02] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?fields=security_groups HTTP/1.1" 200 1396 0.040233 10.0.0.38 - - [2025-10-20 02:10:02] "DELETE /security-group/685030e6-fea9-4362-9b72-51e975dac954 HTTP/1.1" 200 115 0.043322 10.0.0.38 - - [2025-10-20 02:10:02] "GET /projects?obj_uuids=c70cd49a-158c-4362-b0bc-c7831ced978b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001036 10.0.0.38 - - [2025-10-20 02:10:02] "DELETE /access-control-list/21d544c9-5db5-4926-a30e-cfb00c2ff10b HTTP/1.1" 200 115 0.035618 10.0.0.38 - - [2025-10-20 02:10:02] "GET /project/c70cd49a-158c-4362-b0bc-c7831ced978b?fields=application_policy_sets HTTP/1.1" 200 1435 0.043393 10.0.0.38 - - [2025-10-20 02:10:02] "DELETE /access-control-list/9e1d2fdc-96b2-43f3-925f-735d67e1bfa9 HTTP/1.1" 200 115 0.030691 10.0.0.38 - - [2025-10-20 02:10:02] "DELETE /project/c70cd49a-158c-4362-b0bc-c7831ced978b HTTP/1.1" 200 115 0.325015 10.0.0.38 - - [2025-10-20 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.38 - - [2025-10-20 02:10:03] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004730 10.0.0.38 - - [2025-10-20 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.38 - - [2025-10-20 02:10:07] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005280 10.0.0.38 - - [2025-10-20 02:10:07] "GET /obj-perms HTTP/1.1" 200 5056 0.046811 10.0.0.38 - - [2025-10-20 02:10:07] "GET /obj-perms HTTP/1.1" 200 5056 0.042435 10.0.0.38 - - [2025-10-20 02:10:07] "POST /neutron/port HTTP/1.1" 200 1100 0.010525 10.0.0.38 - - [2025-10-20 02:10:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004857 10.0.0.38 - - [2025-10-20 02:10:08] "POST /neutron/port HTTP/1.1" 200 1099 0.016290 10.0.0.38 - - [2025-10-20 02:10:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006627 10.0.0.38 - - [2025-10-20 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.38 - - [2025-10-20 02:10:09] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003026 10.0.0.38 - - [2025-10-20 02:10:09] "GET /virtual-networks?parent_id=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003241 10.0.0.38 - - [2025-10-20 02:10:09] "GET /virtual-network/a2a93f40-89cb-4b8b-b127-7fcb3972f9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005611 10.0.0.38 - - [2025-10-20 02:10:09] "POST /neutron/port HTTP/1.1" 200 1100 0.011473 10.0.0.38 - - [2025-10-20 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006476 10.0.0.38 - - [2025-10-20 02:10:14] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001435 10.0.0.38 - - [2025-10-20 02:10:14] "POST /neutron/floatingip HTTP/1.1" 200 529 0.080180 10.0.0.38 - - [2025-10-20 02:10:14] "POST /neutron/port HTTP/1.1" 200 1100 0.011340 10.0.0.38 - - [2025-10-20 02:10:14] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004717 10.0.0.38 - - [2025-10-20 02:10:14] "POST /neutron/floatingip HTTP/1.1" 200 576 0.032068 10.0.0.38 - - [2025-10-20 02:10:14] "POST /neutron/port HTTP/1.1" 200 1099 0.011631 10.0.0.38 - - [2025-10-20 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006097 10.0.0.38 - - [2025-10-20 02:10:15] "POST /neutron/port HTTP/1.1" 200 1099 0.011445 10.0.0.38 - - [2025-10-20 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014797 10.0.0.38 - - [2025-10-20 02:10:15] "POST /neutron/port HTTP/1.1" 200 1099 0.011082 10.0.0.38 - - [2025-10-20 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005832 10.0.0.38 - - [2025-10-20 02:10:15] "GET /virtual-machine/8447f9d5-3607-4d16-a36f-2296ded71638 HTTP/1.1" 200 1304 0.005551 10.0.0.38 - - [2025-10-20 02:10:15] "GET /virtual-machine-interface/a51ec858-8500-4cdd-a024-5f0beca2cd0c HTTP/1.1" 200 3005 0.004999 10.0.0.38 - - [2025-10-20 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.38 - - [2025-10-20 02:10:15] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003133 10.0.0.38 - - [2025-10-20 02:10:15] "GET /virtual-networks?parent_id=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002977 10.0.0.38 - - [2025-10-20 02:10:15] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009232 10.0.0.38 - - [2025-10-20 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.38 - - [2025-10-20 02:10:16] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.010512 10.0.0.38 - - [2025-10-20 02:10:16] "GET /virtual-networks?parent_id=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003177 10.0.0.38 - - [2025-10-20 02:10:16] "GET /virtual-network/4a963323-6d6e-4a4e-aafd-ec4120b9de43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005544 10.0.0.38 - - [2025-10-20 02:10:16] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009121 10.0.0.38 - - [2025-10-20 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002100 10.0.0.38 - - [2025-10-20 02:10:16] "GET /routing-instance/c4d5dc19-30e6-4eff-a8ab-2fd083fdf33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.002974 10.0.0.38 - - [2025-10-20 02:10:16] "GET /route-target/d6371279-2241-497e-b0c2-761b409d0194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003631 10.0.0.38 - - [2025-10-20 02:10:16] "GET /floating-ip/28508b00-33cf-43f2-8cce-9acd96adeed9 HTTP/1.1" 200 1888 0.006640 10.0.0.38 - - [2025-10-20 02:10:19] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009592 10.0.0.38 - - [2025-10-20 02:10:19] "POST /neutron/floatingip HTTP/1.1" 200 529 0.020805 10.0.0.38 - - [2025-10-20 02:10:19] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005236 10.0.0.38 - - [2025-10-20 02:10:19] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036268 10.0.0.38 - - [2025-10-20 02:10:19] "GET /floating-ip-pool/3f6a30c0-45c3-49e3-b273-7d63fe895ccf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003257 10.0.0.38 - - [2025-10-20 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.007738 10.0.0.38 - - [2025-10-20 02:10:19] "DELETE /floating-ip-pool/3f6a30c0-45c3-49e3-b273-7d63fe895ccf HTTP/1.1" 200 115 0.022411 10.0.0.38 - - [2025-10-20 02:10:20] "POST /neutron/network HTTP/1.1" 200 838 0.006979 10.0.0.38 - - [2025-10-20 02:10:20] "POST /neutron/network HTTP/1.1" 400 204 0.011096 10.0.0.38 - - [2025-10-20 02:10:20] "POST /neutron/port HTTP/1.1" 200 1099 0.011146 10.0.0.38 - - [2025-10-20 02:10:20] "POST /neutron/port HTTP/1.1" 200 1125 0.009138 10.0.0.38 - - [2025-10-20 02:10:20] "POST /neutron/port HTTP/1.1" 200 1100 0.035286 10.0.0.38 - - [2025-10-20 02:10:20] "POST /neutron/port HTTP/1.1" 200 151 0.151442 10.0.0.38 - - [2025-10-20 02:10:20] "POST /neutron/port HTTP/1.1" 200 1126 0.010695 10.0.0.38 - - [2025-10-20 02:10:20] "POST /neutron/port HTTP/1.1" 200 151 0.125233 10.0.0.38 - - [2025-10-20 02:10:22] "POST /neutron/network HTTP/1.1" 200 838 0.007305 10.0.0.38 - - [2025-10-20 02:10:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003136 10.0.0.38 - - [2025-10-20 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.38 - - [2025-10-20 02:10:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001715 10.0.0.38 - - [2025-10-20 02:10:22] "POST /neutron/network HTTP/1.1" 200 151 0.080109 10.0.0.38 - - [2025-10-20 02:10:22] "GET /routing-instance/f7ddab21-e64d-4b9a-bc77-eda015d76e6b HTTP/1.1" 404 171 0.001770 10.0.0.38 - - [2025-10-20 02:10:22] "GET /domains HTTP/1.1" 200 280 0.002776 10.0.0.38 - - [2025-10-20 02:10:22] "DELETE /route-target/b1345ca4-5be3-474d-9094-7dfe77e1cfa2 HTTP/1.1" 200 115 0.018682 10.0.0.38 - - [2025-10-20 02:10:22] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.38 - - [2025-10-20 02:10:22] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2585 0.051201 10.0.0.38 - - [2025-10-20 02:10:22] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.38 - - [2025-10-20 02:10:22] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63 HTTP/1.1" 200 2174 0.077102 10.0.0.38 - - [2025-10-20 02:10:22] "POST /neutron/network HTTP/1.1" 200 837 0.006832 10.0.0.38 - - [2025-10-20 02:10:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003879 10.0.0.38 - - [2025-10-20 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.38 - - [2025-10-20 02:10:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002087 10.0.0.38 - - [2025-10-20 02:10:22] "POST /neutron/network HTTP/1.1" 200 151 0.098609 10.0.0.38 - - [2025-10-20 02:10:22] "DELETE /route-target/d6371279-2241-497e-b0c2-761b409d0194 HTTP/1.1" 200 115 0.017655 10.0.0.38 - - [2025-10-20 02:10:22] "GET /routing-instance/c4d5dc19-30e6-4eff-a8ab-2fd083fdf33a HTTP/1.1" 404 171 0.002964 10.0.0.38 - - [2025-10-20 02:10:22] "GET /domains HTTP/1.1" 200 280 0.002590 10.0.0.38 - - [2025-10-20 02:10:22] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.38 - - [2025-10-20 02:10:22] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2585 0.048201 10.0.0.38 - - [2025-10-20 02:10:22] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001520 10.0.0.38 - - [2025-10-20 02:10:22] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63 HTTP/1.1" 200 1924 0.071041 10.0.0.38 - - [2025-10-20 02:10:22] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.38 - - [2025-10-20 02:10:23] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026278 10.0.0.38 - - [2025-10-20 02:10:23] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.38 - - [2025-10-20 02:10:23] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?fields=virtual_networks HTTP/1.1" 200 1056 0.072648 10.0.0.38 - - [2025-10-20 02:10:23] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.38 - - [2025-10-20 02:10:23] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.026299 10.0.0.38 - - [2025-10-20 02:10:23] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991 10.0.0.38 - - [2025-10-20 02:10:23] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?fields=security_groups HTTP/1.1" 200 1294 0.026707 10.0.0.38 - - [2025-10-20 02:10:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.022759 10.0.0.38 - - [2025-10-20 02:10:24] "GET /projects?obj_uuids=037d20bb-f8e3-4e2e-b685-f6c196878ae1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002651 10.0.0.38 - - [2025-10-20 02:10:24] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.38 - - [2025-10-20 02:10:24] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008660 10.0.0.38 - - [2025-10-20 02:10:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.001259 10.0.0.38 - - [2025-10-20 02:10:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.002011 10.0.0.38 - - [2025-10-20 02:10:24] "POST /security-groups HTTP/1.1" 200 586 0.060355 10.0.0.38 - - [2025-10-20 02:10:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.002981 10.0.0.38 - - [2025-10-20 02:10:24] "POST /projects HTTP/1.1" 200 575 0.209955 10.0.0.38 - - [2025-10-20 02:10:24] "POST /access-control-lists HTTP/1.1" 200 591 0.057330 10.0.0.38 - - [2025-10-20 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.280330 10.0.0.38 - - [2025-10-20 02:10:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.002701 10.0.0.38 - - [2025-10-20 02:10:24] "GET /project/037d20bb-f8e3-4e2e-b685-f6c196878ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.401245 10.0.0.38 - - [2025-10-20 02:10:24] "POST /access-control-lists HTTP/1.1" 200 589 0.060811 10.0.0.38 - - [2025-10-20 02:10:25] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.38 - - [2025-10-20 02:10:26] "GET /projects?obj_uuids=037d20bb-f8e3-4e2e-b685-f6c196878ae1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.38 - - [2025-10-20 02:10:26] "GET /project/037d20bb-f8e3-4e2e-b685-f6c196878ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.022920 10.0.0.38 - - [2025-10-20 02:10:26] "GET /projects?obj_uuids=037d20bb-f8e3-4e2e-b685-f6c196878ae1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.38 - - [2025-10-20 02:10:26] "GET /project/037d20bb-f8e3-4e2e-b685-f6c196878ae1?fields=virtual_networks HTTP/1.1" 200 1020 0.073610 10.0.0.38 - - [2025-10-20 02:10:26] "GET /projects?obj_uuids=037d20bb-f8e3-4e2e-b685-f6c196878ae1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.38 - - [2025-10-20 02:10:27] "GET /project/037d20bb-f8e3-4e2e-b685-f6c196878ae1?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.022360 10.0.0.38 - - [2025-10-20 02:10:27] "GET /projects?obj_uuids=037d20bb-f8e3-4e2e-b685-f6c196878ae1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001007 10.0.0.38 - - [2025-10-20 02:10:27] "GET /project/037d20bb-f8e3-4e2e-b685-f6c196878ae1?fields=security_groups HTTP/1.1" 200 1241 0.023526 10.0.0.38 - - [2025-10-20 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.023778 10.0.0.38 - - [2025-10-20 02:10:27] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002350 10.0.0.38 - - [2025-10-20 02:10:27] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.38 - - [2025-10-20 02:10:28] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006951 10.0.0.38 - - [2025-10-20 02:10:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.001169 10.0.0.38 - - [2025-10-20 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.004102 10.0.0.38 - - [2025-10-20 02:10:28] "POST /security-groups HTTP/1.1" 200 586 0.064400 10.0.0.38 - - [2025-10-20 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.003509 10.0.0.38 - - [2025-10-20 02:10:28] "POST /projects HTTP/1.1" 200 575 0.209358 10.0.0.38 - - [2025-10-20 02:10:28] "POST /access-control-lists HTTP/1.1" 200 591 0.059203 10.0.0.38 - - [2025-10-20 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.283589 10.0.0.38 - - [2025-10-20 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.002863 10.0.0.38 - - [2025-10-20 02:10:28] "GET /project/41599404-5436-410e-9b8d-fcb246cf0a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.407275 10.0.0.38 - - [2025-10-20 02:10:28] "POST /access-control-lists HTTP/1.1" 200 589 0.056567 10.0.0.38 - - [2025-10-20 02:10:29] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.38 - - [2025-10-20 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003785 10.0.0.38 - - [2025-10-20 02:10:30] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001183 10.0.0.38 - - [2025-10-20 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.003268 10.0.0.38 - - [2025-10-20 02:10:30] "POST /access-control-lists HTTP/1.1" 200 590 0.020229 10.0.0.38 - - [2025-10-20 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 227 0.003194 10.0.0.38 - - [2025-10-20 02:10:30] "POST /access-control-lists HTTP/1.1" 200 588 0.016506 10.0.0.38 - - [2025-10-20 02:10:30] "PUT /access-control-list/b546c3fb-261b-41df-a41a-3d943a17de94 HTTP/1.1" 200 272 0.012704 10.0.0.38 - - [2025-10-20 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 1364 0.319071 10.0.0.38 - - [2025-10-20 02:10:30] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001272 10.0.0.38 - - [2025-10-20 02:10:30] "PUT /access-control-list/2080fc34-f152-4573-aa97-be163cb0a345 HTTP/1.1" 200 272 0.011466 10.0.0.38 - - [2025-10-20 02:10:30] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028796 10.0.0.38 - - [2025-10-20 02:10:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011826 10.0.0.38 - - [2025-10-20 02:10:30] "PUT /access-control-list/2080fc34-f152-4573-aa97-be163cb0a345 HTTP/1.1" 200 272 0.009325 10.0.0.38 - - [2025-10-20 02:10:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164086 10.0.0.38 - - [2025-10-20 02:10:30] "PUT /access-control-list/2080fc34-f152-4573-aa97-be163cb0a345 HTTP/1.1" 200 272 0.014310 10.0.0.38 - - [2025-10-20 02:10:30] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010821 10.0.0.38 - - [2025-10-20 02:10:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126734 10.0.0.38 - - [2025-10-20 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.002079 10.0.0.38 - - [2025-10-20 02:10:30] "PUT /access-control-list/2080fc34-f152-4573-aa97-be163cb0a345 HTTP/1.1" 200 272 0.009685 10.0.0.38 - - [2025-10-20 02:10:30] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000970 10.0.0.38 - - [2025-10-20 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.002362 10.0.0.38 - - [2025-10-20 02:10:30] "POST /access-control-lists HTTP/1.1" 200 590 0.012553 10.0.0.38 - - [2025-10-20 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 227 0.002832 10.0.0.38 - - [2025-10-20 02:10:30] "POST /access-control-lists HTTP/1.1" 200 588 0.014560 10.0.0.38 - - [2025-10-20 02:10:31] "PUT /access-control-list/14317c45-ee08-4b2a-af3e-a76885dea9c3 HTTP/1.1" 200 272 0.008148 10.0.0.38 - - [2025-10-20 02:10:31] "PUT /access-control-list/0d0c211a-5f17-492e-bdc4-8da6b83ccd86 HTTP/1.1" 200 272 0.008753 10.0.0.38 - - [2025-10-20 02:10:31] "POST /neutron/security_group HTTP/1.1" 200 1364 0.364025 10.0.0.38 - - [2025-10-20 02:10:31] "PUT /access-control-list/0d0c211a-5f17-492e-bdc4-8da6b83ccd86 HTTP/1.1" 200 272 0.009993 10.0.0.38 - - [2025-10-20 02:10:31] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000986 10.0.0.38 - - [2025-10-20 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.027634 10.0.0.38 - - [2025-10-20 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007778 10.0.0.38 - - [2025-10-20 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.098015 10.0.0.38 - - [2025-10-20 02:10:31] "PUT /access-control-list/0d0c211a-5f17-492e-bdc4-8da6b83ccd86 HTTP/1.1" 200 272 0.007699 10.0.0.38 - - [2025-10-20 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008342 10.0.0.38 - - [2025-10-20 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.101357 10.0.0.38 - - [2025-10-20 02:10:31] "PUT /access-control-list/0d0c211a-5f17-492e-bdc4-8da6b83ccd86 HTTP/1.1" 200 272 0.008508 10.0.0.38 - - [2025-10-20 02:10:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.38 - - [2025-10-20 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.025841 10.0.0.38 - - [2025-10-20 02:10:31] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.38 - - [2025-10-20 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.002631 10.0.0.38 - - [2025-10-20 02:10:31] "POST /access-control-lists HTTP/1.1" 200 607 0.013781 10.0.0.38 - - [2025-10-20 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 244 0.002744 10.0.0.38 - - [2025-10-20 02:10:32] "POST /access-control-lists HTTP/1.1" 200 605 0.013869 10.0.0.38 - - [2025-10-20 02:10:32] "PUT /access-control-list/85a2e9f1-ed4f-488b-97a3-d13a37e91688 HTTP/1.1" 200 272 0.008240 10.0.0.38 - - [2025-10-20 02:10:32] "PUT /access-control-list/6ebd0d15-9e99-4f13-a618-ba6fe09d17f4 HTTP/1.1" 200 272 0.008104 10.0.0.38 - - [2025-10-20 02:10:32] "POST /neutron/security_group HTTP/1.1" 200 1379 0.321779 10.0.0.38 - - [2025-10-20 02:10:32] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000968 10.0.0.38 - - [2025-10-20 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.026095 10.0.0.38 - - [2025-10-20 02:10:32] "PUT /access-control-list/6ebd0d15-9e99-4f13-a618-ba6fe09d17f4 HTTP/1.1" 200 272 0.009381 10.0.0.38 - - [2025-10-20 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010510 10.0.0.38 - - [2025-10-20 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.106280 10.0.0.38 - - [2025-10-20 02:10:32] "PUT /access-control-list/6ebd0d15-9e99-4f13-a618-ba6fe09d17f4 HTTP/1.1" 200 272 0.009762 10.0.0.38 - - [2025-10-20 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014687 10.0.0.38 - - [2025-10-20 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126870 10.0.0.38 - - [2025-10-20 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.002129 10.0.0.38 - - [2025-10-20 02:10:32] "PUT /access-control-list/6ebd0d15-9e99-4f13-a618-ba6fe09d17f4 HTTP/1.1" 200 272 0.009846 10.0.0.38 - - [2025-10-20 02:10:32] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000979 10.0.0.38 - - [2025-10-20 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.003216 10.0.0.38 - - [2025-10-20 02:10:32] "POST /access-control-lists HTTP/1.1" 200 607 0.015072 10.0.0.38 - - [2025-10-20 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 244 0.002828 10.0.0.38 - - [2025-10-20 02:10:32] "POST /access-control-lists HTTP/1.1" 200 605 0.020758 10.0.0.38 - - [2025-10-20 02:10:32] "PUT /access-control-list/85be0136-3d87-4ffe-9fbb-9bf79876c252 HTTP/1.1" 200 272 0.008371 10.0.0.38 - - [2025-10-20 02:10:32] "PUT /access-control-list/418ae43f-a92f-4aea-8189-3945c39eb311 HTTP/1.1" 200 272 0.009434 10.0.0.38 - - [2025-10-20 02:10:32] "POST /neutron/security_group HTTP/1.1" 200 1379 0.364784 10.0.0.38 - - [2025-10-20 02:10:32] "PUT /access-control-list/418ae43f-a92f-4aea-8189-3945c39eb311 HTTP/1.1" 200 272 0.009641 10.0.0.38 - - [2025-10-20 02:10:32] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001244 10.0.0.38 - - [2025-10-20 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.025570 10.0.0.38 - - [2025-10-20 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007223 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.171089 10.0.0.38 - - [2025-10-20 02:10:33] "PUT /access-control-list/418ae43f-a92f-4aea-8189-3945c39eb311 HTTP/1.1" 200 272 0.012849 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008601 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156543 10.0.0.38 - - [2025-10-20 02:10:33] "PUT /access-control-list/418ae43f-a92f-4aea-8189-3945c39eb311 HTTP/1.1" 200 272 0.011676 10.0.0.38 - - [2025-10-20 02:10:33] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001019 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.048395 10.0.0.38 - - [2025-10-20 02:10:33] "POST /route-targets HTTP/1.1" 200 327 0.008810 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.005426 10.0.0.38 - - [2025-10-20 02:10:33] "PUT /logical-router/0d589002-37ee-409d-b1e3-0e584629f539 HTTP/1.1" 200 262 0.013592 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.004155 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.004323 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003263 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003734 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.002975 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003356 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003966 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003705 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003593 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003517 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003573 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003616 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003360 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003284 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003742 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003545 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003502 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003392 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003489 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003668 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003804 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003371 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003508 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.002993 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003034 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003094 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003328 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003253 10.0.0.38 - - [2025-10-20 02:10:33] "POST /neutron/router HTTP/1.1" 200 541 0.003402 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 541 0.003186 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 541 0.003436 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 541 0.015279 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 541 0.003611 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.017899 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.003704 10.0.0.38 - - [2025-10-20 02:10:34] "GET /logical-router/0d589002-37ee-409d-b1e3-0e584629f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003159 10.0.0.38 - - [2025-10-20 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002303 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 151 0.042814 10.0.0.38 - - [2025-10-20 02:10:34] "DELETE /route-target/05dd9f3e-6d97-457d-9b88-5a82e01ce36e HTTP/1.1" 200 115 0.014851 10.0.0.38 - - [2025-10-20 02:10:34] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001399 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.048374 10.0.0.38 - - [2025-10-20 02:10:34] "POST /route-targets HTTP/1.1" 200 327 0.009008 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003580 10.0.0.38 - - [2025-10-20 02:10:34] "PUT /logical-router/62579e6a-0daf-438a-a350-a535dff6f310 HTTP/1.1" 200 262 0.019637 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.008779 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003062 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003363 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003325 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.002877 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003029 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003202 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003230 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003579 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003498 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.004239 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.004204 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003750 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003458 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003396 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.004117 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.004018 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003782 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003463 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003665 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.004019 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003695 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003957 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003663 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.004281 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003795 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003626 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.004186 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003173 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003099 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.002976 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.017505 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.003867 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.018669 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 559 0.004072 10.0.0.38 - - [2025-10-20 02:10:34] "GET /logical-router/62579e6a-0daf-438a-a350-a535dff6f310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003228 10.0.0.38 - - [2025-10-20 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 151 0.056808 10.0.0.38 - - [2025-10-20 02:10:34] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001029 10.0.0.38 - - [2025-10-20 02:10:34] "DELETE /route-target/384640ca-3d93-443d-9e0d-26708614b574 HTTP/1.1" 200 115 0.022618 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.046290 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.003931 10.0.0.38 - - [2025-10-20 02:10:34] "POST /route-targets HTTP/1.1" 200 327 0.010740 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.003496 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.003214 10.0.0.38 - - [2025-10-20 02:10:34] "PUT /logical-router/f35488f3-9d75-4c6d-9f1a-9ff7e74554c5 HTTP/1.1" 200 262 0.022367 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.005378 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.002841 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.002925 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.002812 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.002451 10.0.0.38 - - [2025-10-20 02:10:34] "POST /neutron/router HTTP/1.1" 200 542 0.003155 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003422 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.002982 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003752 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003379 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003526 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003269 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003403 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.002842 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003556 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003667 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003273 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003175 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003639 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003382 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003371 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.002741 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003628 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003811 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003282 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003373 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003623 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003777 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003541 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.014504 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003283 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.015954 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 542 0.003689 10.0.0.38 - - [2025-10-20 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.38 - - [2025-10-20 02:10:35] "GET /logical-router/f35488f3-9d75-4c6d-9f1a-9ff7e74554c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002636 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/router HTTP/1.1" 200 151 0.045338 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 521 0.002818 10.0.0.38 - - [2025-10-20 02:10:35] "DELETE /route-target/513ba594-ee98-480d-be3a-34974e337860 HTTP/1.1" 200 115 0.022490 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.032126 10.0.0.38 - - [2025-10-20 02:10:35] "DELETE /access-control-list/85be0136-3d87-4ffe-9fbb-9bf79876c252 HTTP/1.1" 200 115 0.018957 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 521 0.003381 10.0.0.38 - - [2025-10-20 02:10:35] "DELETE /access-control-list/418ae43f-a92f-4aea-8189-3945c39eb311 HTTP/1.1" 200 115 0.026586 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.046328 10.0.0.38 - - [2025-10-20 02:10:35] "DELETE /access-control-list/85a2e9f1-ed4f-488b-97a3-d13a37e91688 HTTP/1.1" 200 115 0.025910 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 506 0.004823 10.0.0.38 - - [2025-10-20 02:10:35] "DELETE /access-control-list/6ebd0d15-9e99-4f13-a618-ba6fe09d17f4 HTTP/1.1" 200 115 0.030001 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.044300 10.0.0.38 - - [2025-10-20 02:10:35] "DELETE /access-control-list/14317c45-ee08-4b2a-af3e-a76885dea9c3 HTTP/1.1" 200 115 0.018345 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 506 0.002943 10.0.0.38 - - [2025-10-20 02:10:35] "DELETE /access-control-list/0d0c211a-5f17-492e-bdc4-8da6b83ccd86 HTTP/1.1" 200 115 0.028551 10.0.0.38 - - [2025-10-20 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.052537 10.0.0.38 - - [2025-10-20 02:10:35] "DELETE /access-control-list/b546c3fb-261b-41df-a41a-3d943a17de94 HTTP/1.1" 200 115 0.024867 10.0.0.38 - - [2025-10-20 02:10:35] "DELETE /access-control-list/2080fc34-f152-4573-aa97-be163cb0a345 HTTP/1.1" 200 115 0.018344 10.0.0.38 - - [2025-10-20 02:10:35] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000973 10.0.0.38 - - [2025-10-20 02:10:35] "GET /project/41599404-5436-410e-9b8d-fcb246cf0a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.023124 10.0.0.38 - - [2025-10-20 02:10:35] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.38 - - [2025-10-20 02:10:36] "GET /project/41599404-5436-410e-9b8d-fcb246cf0a8a?fields=virtual_networks HTTP/1.1" 200 1021 0.067611 10.0.0.38 - - [2025-10-20 02:10:36] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001008 10.0.0.38 - - [2025-10-20 02:10:36] "GET /project/41599404-5436-410e-9b8d-fcb246cf0a8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.024636 10.0.0.38 - - [2025-10-20 02:10:36] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001027 10.0.0.38 - - [2025-10-20 02:10:36] "GET /project/41599404-5436-410e-9b8d-fcb246cf0a8a?fields=security_groups HTTP/1.1" 200 1242 0.022839 10.0.0.38 - - [2025-10-20 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.026144 10.0.0.38 - - [2025-10-20 02:10:37] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002389 10.0.0.38 - - [2025-10-20 02:10:37] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.38 - - [2025-10-20 02:10:37] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006737 10.0.0.38 - - [2025-10-20 02:10:37] "POST /id-to-fqname HTTP/1.1" 200 186 0.001656 10.0.0.38 - - [2025-10-20 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 195 0.003063 10.0.0.38 - - [2025-10-20 02:10:37] "POST /security-groups HTTP/1.1" 200 587 0.064300 10.0.0.38 - - [2025-10-20 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 230 0.002753 10.0.0.38 - - [2025-10-20 02:10:37] "POST /projects HTTP/1.1" 200 577 0.212819 10.0.0.38 - - [2025-10-20 02:10:37] "POST /access-control-lists HTTP/1.1" 200 592 0.056540 10.0.0.38 - - [2025-10-20 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.283921 10.0.0.38 - - [2025-10-20 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.002794 10.0.0.38 - - [2025-10-20 02:10:37] "GET /project/43d05c74-e364-450d-881c-275bf31c5e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.406127 10.0.0.38 - - [2025-10-20 02:10:37] "POST /access-control-lists HTTP/1.1" 200 590 0.060898 10.0.0.38 - - [2025-10-20 02:10:38] "GET / HTTP/1.1" 200 35931 0.002912 10.0.0.38 - - [2025-10-20 02:10:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000709 10.0.0.38 - - [2025-10-20 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.055859 10.0.0.38 - - [2025-10-20 02:10:39] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001308 10.0.0.38 - - [2025-10-20 02:10:39] "GET /project/43d05c74-e364-450d-881c-275bf31c5e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.030421 10.0.0.38 - - [2025-10-20 02:10:39] "POST /neutron/network HTTP/1.1" 200 117 0.031181 10.0.0.38 - - [2025-10-20 02:10:39] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001525 10.0.0.38 - - [2025-10-20 02:10:39] "POST /neutron/network HTTP/1.1" 200 601 0.069296 10.0.0.38 - - [2025-10-20 02:10:39] "POST /route-targets HTTP/1.1" 200 327 0.012240 10.0.0.38 - - [2025-10-20 02:10:39] "POST /ref-update HTTP/1.1" 200 156 0.014023 10.0.0.38 - - [2025-10-20 02:10:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006596 10.0.0.38 - - [2025-10-20 02:10:39] "POST /neutron/subnet HTTP/1.1" 200 710 0.169229 10.0.0.38 - - [2025-10-20 02:10:40] "POST /neutron/network HTTP/1.1" 200 817 0.006368 10.0.0.38 - - [2025-10-20 02:10:40] "POST /id-to-fqname HTTP/1.1" 200 216 0.001222 10.0.0.38 - - [2025-10-20 02:10:40] "GET /virtual-network/deb04886-6f8c-462b-a2b0-c19f6c1d04ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2024 0.005018 10.0.0.38 - - [2025-10-20 02:10:40] "POST /neutron/network HTTP/1.1" 200 817 0.006230 10.0.0.38 - - [2025-10-20 02:10:40] "GET /virtual-network/deb04886-6f8c-462b-a2b0-c19f6c1d04ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2024 0.004612 10.0.0.38 - - [2025-10-20 02:10:40] "POST /neutron/network HTTP/1.1" 200 817 0.005138 10.0.0.38 - - [2025-10-20 02:10:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.006190 10.0.0.38 - - [2025-10-20 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.002126 10.0.0.38 - - [2025-10-20 02:10:40] "GET /virtual-network/deb04886-6f8c-462b-a2b0-c19f6c1d04ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2024 0.005022 10.0.0.38 - - [2025-10-20 02:10:40] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000957 10.0.0.38 - - [2025-10-20 02:10:40] "POST /neutron/port HTTP/1.1" 200 1014 0.165019 10.0.0.38 - - [2025-10-20 02:10:40] "GET /virtual-machine-interface/fc1dca38-bd78-4ea5-81f0-c60fe85a9ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004483 10.0.0.38 - - [2025-10-20 02:10:40] "GET /virtual-machine-interface/fc1dca38-bd78-4ea5-81f0-c60fe85a9ac5?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.004228 10.0.0.38 - - [2025-10-20 02:10:40] "GET /instance-ip/012f18a2-5793-4a93-9217-5e31dbb03551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.003943 10.0.0.38 - - [2025-10-20 02:10:40] "GET /virtual-machine-interface/fc1dca38-bd78-4ea5-81f0-c60fe85a9ac5 HTTP/1.1" 401 292 0.000487 10.0.0.38 - - [2025-10-20 02:10:40] "GET /virtual-machine-interface/fc1dca38-bd78-4ea5-81f0-c60fe85a9ac5 HTTP/1.1" 200 2605 0.029447 10.0.0.38 - - [2025-10-20 02:10:40] "POST /neutron/port HTTP/1.1" 200 1014 0.006250 10.0.0.38 - - [2025-10-20 02:10:41] "POST /neutron/port HTTP/1.1" 200 151 0.056623 10.0.0.38 - - [2025-10-20 02:10:41] "POST /neutron/network HTTP/1.1" 200 817 0.004810 10.0.0.38 - - [2025-10-20 02:10:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002656 10.0.0.38 - - [2025-10-20 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.38 - - [2025-10-20 02:10:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001602 10.0.0.38 - - [2025-10-20 02:10:41] "POST /neutron/network HTTP/1.1" 200 151 0.071713 10.0.0.38 - - [2025-10-20 02:10:41] "DELETE /route-target/d354b716-713a-48ef-9c77-52de004ee35d HTTP/1.1" 200 115 0.014108 10.0.0.38 - - [2025-10-20 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.38 - - [2025-10-20 02:10:41] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001246 10.0.0.38 - - [2025-10-20 02:10:41] "GET /project/43d05c74-e364-450d-881c-275bf31c5e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.024351 10.0.0.38 - - [2025-10-20 02:10:41] "POST /neutron/network HTTP/1.1" 200 117 0.006579 10.0.0.38 - - [2025-10-20 02:10:41] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000934 10.0.0.38 - - [2025-10-20 02:10:41] "POST /neutron/network HTTP/1.1" 200 603 0.055710 10.0.0.38 - - [2025-10-20 02:10:41] "POST /route-targets HTTP/1.1" 200 327 0.008555 10.0.0.38 - - [2025-10-20 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.009698 10.0.0.38 - - [2025-10-20 02:10:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003935 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.188593 10.0.0.38 - - [2025-10-20 02:10:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002629 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.124937 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/network HTTP/1.1" 200 980 0.005484 10.0.0.38 - - [2025-10-20 02:10:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.000949 10.0.0.38 - - [2025-10-20 02:10:42] "GET /virtual-network/aca2dddf-4f43-4d15-9f58-b19aa7ce8473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.003991 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/network HTTP/1.1" 200 980 0.006716 10.0.0.38 - - [2025-10-20 02:10:42] "GET /virtual-network/aca2dddf-4f43-4d15-9f58-b19aa7ce8473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.004334 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/network HTTP/1.1" 200 980 0.006732 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.005703 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.005567 10.0.0.38 - - [2025-10-20 02:10:42] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000947 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/port HTTP/1.1" 200 1019 0.140387 10.0.0.38 - - [2025-10-20 02:10:42] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/port HTTP/1.1" 200 1019 0.144922 10.0.0.38 - - [2025-10-20 02:10:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.001225 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/port HTTP/1.1" 200 1019 0.007383 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/port HTTP/1.1" 200 1019 0.006553 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/network HTTP/1.1" 200 980 0.006142 10.0.0.38 - - [2025-10-20 02:10:42] "POST /neutron/port HTTP/1.1" 200 1019 0.007159 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 117 0.004824 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 117 0.004529 10.0.0.38 - - [2025-10-20 02:10:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.001144 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 117 0.005019 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 1019 0.006850 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 1019 0.007895 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/network HTTP/1.1" 200 980 0.006941 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 1019 0.006252 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 1019 0.009603 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 117 0.005452 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 1019 0.006419 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 117 0.004750 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 117 0.004813 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/port HTTP/1.1" 200 1019 0.008212 10.0.0.38 - - [2025-10-20 02:10:43] "POST /neutron/network HTTP/1.1" 200 990 0.007471 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 1019 0.008780 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 1019 0.005906 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 1019 0.010307 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/network HTTP/1.1" 200 990 0.006460 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 1019 0.008967 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 1019 0.008241 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 1111 0.095935 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 1111 0.074946 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 1085 0.010913 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 1085 0.009459 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002627 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006281 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.009797 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 117 0.000965 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.009591 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/port HTTP/1.1" 200 117 0.000952 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/network HTTP/1.1" 200 980 0.007887 10.0.0.38 - - [2025-10-20 02:10:44] "POST /neutron/network HTTP/1.1" 200 980 0.009552 10.0.0.38 - - [2025-10-20 02:10:48] "POST /neutron/port HTTP/1.1" 200 1085 0.011086 10.0.0.38 - - [2025-10-20 02:10:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005478 10.0.0.38 - - [2025-10-20 02:10:48] "POST /neutron/port HTTP/1.1" 200 1085 0.010050 10.0.0.38 - - [2025-10-20 02:10:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005117 10.0.0.38 - - [2025-10-20 02:10:48] "POST /neutron/port HTTP/1.1" 200 1085 0.011084 10.0.0.38 - - [2025-10-20 02:10:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005728 10.0.0.38 - - [2025-10-20 02:10:48] "GET /virtual-machine/b7851006-db87-4600-8cb8-73703238cb1a HTTP/1.1" 200 1285 0.004364 10.0.0.38 - - [2025-10-20 02:10:48] "GET /virtual-machine-interface/81353405-a056-4b8f-82ba-f4ee0af0b42d HTTP/1.1" 200 2923 0.004533 10.0.0.38 - - [2025-10-20 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.38 - - [2025-10-20 02:10:48] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002907 10.0.0.38 - - [2025-10-20 02:10:48] "GET /virtual-networks?parent_id=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002998 10.0.0.38 - - [2025-10-20 02:10:48] "GET /virtual-network/aca2dddf-4f43-4d15-9f58-b19aa7ce8473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005314 10.0.0.38 - - [2025-10-20 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.38 - - [2025-10-20 02:10:52] "GET /virtual-network/aca2dddf-4f43-4d15-9f58-b19aa7ce8473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.004979 10.0.0.38 - - [2025-10-20 02:10:53] "POST /neutron/port HTTP/1.1" 200 1085 0.010207 10.0.0.38 - - [2025-10-20 02:10:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004283 10.0.0.38 - - [2025-10-20 02:10:53] "POST /neutron/port HTTP/1.1" 200 1085 0.010067 10.0.0.38 - - [2025-10-20 02:10:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004628 10.0.0.38 - - [2025-10-20 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.38 - - [2025-10-20 02:10:56] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002848 10.0.0.38 - - [2025-10-20 02:10:56] "GET /virtual-networks?parent_id=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002836 10.0.0.38 - - [2025-10-20 02:10:56] "GET /virtual-network/aca2dddf-4f43-4d15-9f58-b19aa7ce8473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006374 10.0.0.38 - - [2025-10-20 02:10:56] "POST /neutron/port HTTP/1.1" 200 1085 0.009762 10.0.0.38 - - [2025-10-20 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004597 10.0.0.38 - - [2025-10-20 02:10:56] "POST /neutron/port HTTP/1.1" 200 1085 0.009385 10.0.0.38 - - [2025-10-20 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005188 10.0.0.38 - - [2025-10-20 02:10:56] "POST /neutron/port HTTP/1.1" 200 1085 0.009778 10.0.0.38 - - [2025-10-20 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004762 10.0.0.38 - - [2025-10-20 02:10:56] "GET /virtual-machine/8d03ad6c-e118-4c4f-86c6-43521c5076fe HTTP/1.1" 200 1284 0.003643 10.0.0.38 - - [2025-10-20 02:10:56] "GET /virtual-machine-interface/0a20eed8-739a-4cb9-935b-d1d374fd1367 HTTP/1.1" 200 2923 0.004188 10.0.0.38 - - [2025-10-20 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002059 10.0.0.38 - - [2025-10-20 02:10:56] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002326 10.0.0.38 - - [2025-10-20 02:10:56] "GET /virtual-networks?parent_id=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003033 10.0.0.38 - - [2025-10-20 02:10:56] "GET /virtual-network/aca2dddf-4f43-4d15-9f58-b19aa7ce8473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005718 10.0.0.38 - - [2025-10-20 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.38 - - [2025-10-20 02:10:57] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003308 10.0.0.38 - - [2025-10-20 02:10:57] "GET /virtual-networks?parent_id=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003034 10.0.0.38 - - [2025-10-20 02:10:57] "GET /virtual-network/aca2dddf-4f43-4d15-9f58-b19aa7ce8473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005338 10.0.0.38 - - [2025-10-20 02:10:58] "POST /neutron/port HTTP/1.1" 200 1085 0.010406 10.0.0.38 - - [2025-10-20 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005657 10.0.0.38 - - [2025-10-20 02:11:02] "DELETE /project/43d05c74e364450d881c275bf31c5e4f HTTP/1.1" 404 173 0.013939 10.0.0.38 - - [2025-10-20 02:11:02] "DELETE /project/415994045436410e9b8dfcb246cf0a8a HTTP/1.1" 404 173 0.011537 10.0.0.38 - - [2025-10-20 02:11:02] "DELETE /project/037d20bbf8e34e2eb685f6c196878ae1 HTTP/1.1" 404 173 0.009741 10.0.0.38 - - [2025-10-20 02:11:02] "GET /projects?obj_uuids=037d20bb-f8e3-4e2e-b685-f6c196878ae1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.38 - - [2025-10-20 02:11:02] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.38 - - [2025-10-20 02:11:02] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.38 - - [2025-10-20 02:11:02] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.043094 10.0.0.38 - - [2025-10-20 02:11:02] "GET /project/037d20bb-f8e3-4e2e-b685-f6c196878ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.052689 10.0.0.38 - - [2025-10-20 02:11:02] "GET /project/41599404-5436-410e-9b8d-fcb246cf0a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.049664 10.0.0.38 - - [2025-10-20 02:11:02] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001259 10.0.0.38 - - [2025-10-20 02:11:02] "GET /projects?obj_uuids=037d20bb-f8e3-4e2e-b685-f6c196878ae1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000842 10.0.0.38 - - [2025-10-20 02:11:02] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.38 - - [2025-10-20 02:11:02] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?fields=security_groups HTTP/1.1" 200 1399 0.040031 10.0.0.38 - - [2025-10-20 02:11:02] "GET /project/037d20bb-f8e3-4e2e-b685-f6c196878ae1?fields=security_groups HTTP/1.1" 200 1346 0.043549 10.0.0.38 - - [2025-10-20 02:11:02] "GET /project/41599404-5436-410e-9b8d-fcb246cf0a8a?fields=security_groups HTTP/1.1" 200 1347 0.047054 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /security-group/b38b3355-fa44-4768-ab89-1d9765cd5197 HTTP/1.1" 200 115 0.080022 10.0.0.38 - - [2025-10-20 02:11:03] "GET /projects?obj_uuids=9e153071-2546-4ed2-8f87-ff77ef577b63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /security-group/1bf9ad8e-d4f9-4ca8-8313-b3f850b849c0 HTTP/1.1" 200 115 0.090417 10.0.0.38 - - [2025-10-20 02:11:03] "GET /projects?obj_uuids=037d20bb-f8e3-4e2e-b685-f6c196878ae1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /access-control-list/ec9bf913-87cb-4ecc-83d0-a8a2cb623763 HTTP/1.1" 200 115 0.067967 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /security-group/a2cdfb9f-0528-48fb-8623-f5d0c5b385ea HTTP/1.1" 200 115 0.097017 10.0.0.38 - - [2025-10-20 02:11:03] "GET /projects?obj_uuids=41599404-5436-410e-9b8d-fcb246cf0a8a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 10.0.0.38 - - [2025-10-20 02:11:03] "GET /project/9e153071-2546-4ed2-8f87-ff77ef577b63?fields=application_policy_sets HTTP/1.1" 200 1438 0.050912 10.0.0.38 - - [2025-10-20 02:11:03] "GET /project/41599404-5436-410e-9b8d-fcb246cf0a8a?fields=application_policy_sets HTTP/1.1" 200 1386 0.047179 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /access-control-list/c45d6427-7260-43fa-a2c6-49e6093cfc5b HTTP/1.1" 200 115 0.055585 10.0.0.38 - - [2025-10-20 02:11:03] "GET /project/037d20bb-f8e3-4e2e-b685-f6c196878ae1?fields=application_policy_sets HTTP/1.1" 200 1385 0.093934 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /access-control-list/04b03ba1-44e2-4590-bdfa-6a9529325ddc HTTP/1.1" 200 115 0.045174 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /access-control-list/e593016b-cb93-43d5-b44e-8d6ff77919fc HTTP/1.1" 200 115 0.042782 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /access-control-list/be30703f-56c9-428b-b35f-18e54eadb261 HTTP/1.1" 200 115 0.056244 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /project/9e153071-2546-4ed2-8f87-ff77ef577b63 HTTP/1.1" 200 115 0.515936 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /project/41599404-5436-410e-9b8d-fcb246cf0a8a HTTP/1.1" 200 115 0.511338 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /access-control-list/008e0b48-ceac-482d-b359-1817aee9235c HTTP/1.1" 200 115 0.026927 10.0.0.38 - - [2025-10-20 02:11:03] "DELETE /project/037d20bb-f8e3-4e2e-b685-f6c196878ae1 HTTP/1.1" 200 115 0.536792 10.0.0.38 - - [2025-10-20 02:11:06] "POST /neutron/port HTTP/1.1" 200 1111 0.011297 10.0.0.38 - - [2025-10-20 02:11:06] "POST /neutron/port HTTP/1.1" 200 1111 0.009692 10.0.0.38 - - [2025-10-20 02:11:06] "POST /neutron/port HTTP/1.1" 200 151 0.099957 10.0.0.38 - - [2025-10-20 02:11:06] "POST /neutron/port HTTP/1.1" 200 1111 0.010620 10.0.0.38 - - [2025-10-20 02:11:06] "POST /neutron/port HTTP/1.1" 200 1111 0.007691 10.0.0.38 - - [2025-10-20 02:11:06] "POST /neutron/port HTTP/1.1" 200 151 0.112659 10.0.0.38 - - [2025-10-20 02:11:06] "POST /neutron/network HTTP/1.1" 200 980 0.008022 10.0.0.38 - - [2025-10-20 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.38 - - [2025-10-20 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003864 10.0.0.38 - - [2025-10-20 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001988 10.0.0.38 - - [2025-10-20 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001469 10.0.0.38 - - [2025-10-20 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001597 10.0.0.38 - - [2025-10-20 02:11:06] "POST /neutron/network HTTP/1.1" 200 151 0.095267 10.0.0.38 - - [2025-10-20 02:11:06] "DELETE /route-target/ed2da00d-bc80-405f-b059-360f0e1b8f36 HTTP/1.1" 200 115 0.023304 10.0.0.38 - - [2025-10-20 02:11:06] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001333 10.0.0.38 - - [2025-10-20 02:11:06] "GET /project/43d05c74-e364-450d-881c-275bf31c5e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.040869 10.0.0.38 - - [2025-10-20 02:11:07] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001325 10.0.0.38 - - [2025-10-20 02:11:07] "GET /project/43d05c74-e364-450d-881c-275bf31c5e4f?fields=virtual_networks HTTP/1.1" 200 1022 0.035967 10.0.0.38 - - [2025-10-20 02:11:07] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001520 10.0.0.38 - - [2025-10-20 02:11:07] "GET /project/43d05c74-e364-450d-881c-275bf31c5e4f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.032152 10.0.0.38 - - [2025-10-20 02:11:07] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001105 10.0.0.38 - - [2025-10-20 02:11:07] "GET /project/43d05c74-e364-450d-881c-275bf31c5e4f?fields=security_groups HTTP/1.1" 200 1244 0.022791 10.0.0.38 - - [2025-10-20 02:11:08] "GET /obj-perms HTTP/1.1" 200 5056 0.066674 10.0.0.38 - - [2025-10-20 02:11:08] "GET /obj-perms HTTP/1.1" 200 5056 0.103938 10.0.0.38 - - [2025-10-20 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.024713 10.0.0.38 - - [2025-10-20 02:11:08] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002342 10.0.0.38 - - [2025-10-20 02:11:08] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.38 - - [2025-10-20 02:11:08] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007185 10.0.0.38 - - [2025-10-20 02:11:08] "POST /id-to-fqname HTTP/1.1" 200 188 0.002814 10.0.0.38 - - [2025-10-20 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.002869 10.0.0.38 - - [2025-10-20 02:11:09] "POST /security-groups HTTP/1.1" 200 589 0.064607 10.0.0.38 - - [2025-10-20 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.007057 10.0.0.38 - - [2025-10-20 02:11:09] "POST /projects HTTP/1.1" 200 581 0.229721 10.0.0.38 - - [2025-10-20 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.296135 10.0.0.38 - - [2025-10-20 02:11:09] "POST /access-control-lists HTTP/1.1" 200 594 0.062073 10.0.0.38 - - [2025-10-20 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.003946 10.0.0.38 - - [2025-10-20 02:11:09] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.434894 10.0.0.38 - - [2025-10-20 02:11:09] "POST /access-control-lists HTTP/1.1" 200 592 0.064761 10.0.0.38 - - [2025-10-20 02:11:10] "GET / HTTP/1.1" 200 35931 0.001948 10.0.0.38 - - [2025-10-20 02:11:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.38 - - [2025-10-20 02:11:11] "POST /neutron/port HTTP/1.1" 200 117 0.007185 10.0.0.38 - - [2025-10-20 02:11:11] "POST /neutron/port HTTP/1.1" 400 205 0.003967 10.0.0.38 - - [2025-10-20 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.050514 10.0.0.38 - - [2025-10-20 02:11:11] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.38 - - [2025-10-20 02:11:11] "POST /neutron/port HTTP/1.1" 200 117 0.006338 10.0.0.38 - - [2025-10-20 02:11:11] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.035112 10.0.0.38 - - [2025-10-20 02:11:11] "POST /neutron/port HTTP/1.1" 400 205 0.002601 10.0.0.38 - - [2025-10-20 02:11:11] "POST /neutron/network HTTP/1.1" 200 117 0.026970 10.0.0.38 - - [2025-10-20 02:11:11] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.38 - - [2025-10-20 02:11:11] "POST /neutron/network HTTP/1.1" 200 605 0.065521 10.0.0.38 - - [2025-10-20 02:11:11] "POST /route-targets HTTP/1.1" 200 327 0.008859 10.0.0.38 - - [2025-10-20 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.012059 10.0.0.38 - - [2025-10-20 02:11:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005668 10.0.0.38 - - [2025-10-20 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.140210 10.0.0.38 - - [2025-10-20 02:11:11] "POST /neutron/network HTTP/1.1" 200 826 0.005374 10.0.0.38 - - [2025-10-20 02:11:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.001251 10.0.0.38 - - [2025-10-20 02:11:11] "GET /virtual-network/cf40f082-dd51-47b1-b6b0-1a9b4dc66a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004776 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/network HTTP/1.1" 200 826 0.006461 10.0.0.38 - - [2025-10-20 02:11:12] "GET /virtual-network/cf40f082-dd51-47b1-b6b0-1a9b4dc66a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006380 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/network HTTP/1.1" 200 826 0.007261 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.008980 10.0.0.38 - - [2025-10-20 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.38 - - [2025-10-20 02:11:12] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.38 - - [2025-10-20 02:11:12] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.027802 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/network HTTP/1.1" 200 117 0.008299 10.0.0.38 - - [2025-10-20 02:11:12] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/network HTTP/1.1" 200 605 0.062597 10.0.0.38 - - [2025-10-20 02:11:12] "POST /route-targets HTTP/1.1" 200 327 0.015913 10.0.0.38 - - [2025-10-20 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.018812 10.0.0.38 - - [2025-10-20 02:11:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005725 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.217486 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/network HTTP/1.1" 200 824 0.004965 10.0.0.38 - - [2025-10-20 02:11:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001007 10.0.0.38 - - [2025-10-20 02:11:12] "GET /virtual-network/795d1397-f565-45c3-b74b-9863fd43b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004397 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/network HTTP/1.1" 200 824 0.005464 10.0.0.38 - - [2025-10-20 02:11:12] "GET /virtual-network/795d1397-f565-45c3-b74b-9863fd43b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004622 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/network HTTP/1.1" 200 824 0.005775 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.006203 10.0.0.38 - - [2025-10-20 02:11:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001116 10.0.0.38 - - [2025-10-20 02:11:12] "POST /neutron/network HTTP/1.1" 200 836 0.007632 10.0.0.38 - - [2025-10-20 02:11:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000413 10.0.0.38 - - [2025-10-20 02:11:13] "GET / HTTP/1.1" 200 35931 0.002669 10.0.0.38 - - [2025-10-20 02:11:13] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.38 - - [2025-10-20 02:11:13] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001504 10.0.0.38 - - [2025-10-20 02:11:13] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047735 10.0.0.38 - - [2025-10-20 02:11:13] "POST /neutron/network HTTP/1.1" 200 826 0.005085 10.0.0.38 - - [2025-10-20 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.004878 10.0.0.38 - - [2025-10-20 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.005280 10.0.0.38 - - [2025-10-20 02:11:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001437 10.0.0.38 - - [2025-10-20 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.004888 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/network HTTP/1.1" 200 834 0.005681 10.0.0.38 - - [2025-10-20 02:11:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000484 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/network HTTP/1.1" 200 836 0.005670 10.0.0.38 - - [2025-10-20 02:11:14] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001364 10.0.0.38 - - [2025-10-20 02:11:14] "GET / HTTP/1.1" 200 35931 0.002009 10.0.0.38 - - [2025-10-20 02:11:14] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000484 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/port HTTP/1.1" 200 1060 0.329259 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/port HTTP/1.1" 200 1060 0.009600 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/port HTTP/1.1" 200 1060 0.010518 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/port HTTP/1.1" 200 1114 0.068196 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/port HTTP/1.1" 200 1088 0.010300 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003795 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/subnet HTTP/1.1" 200 708 0.006716 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.38 - - [2025-10-20 02:11:14] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/network HTTP/1.1" 200 826 0.005017 10.0.0.38 - - [2025-10-20 02:11:14] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047388 10.0.0.38 - - [2025-10-20 02:11:14] "POST /neutron/network HTTP/1.1" 200 824 0.005049 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/port HTTP/1.1" 200 1088 0.012179 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005593 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/port HTTP/1.1" 200 117 0.004783 10.0.0.38 - - [2025-10-20 02:11:15] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/router HTTP/1.1" 200 580 0.076218 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/router HTTP/1.1" 200 580 0.009425 10.0.0.38 - - [2025-10-20 02:11:15] "POST /route-targets HTTP/1.1" 200 327 0.025299 10.0.0.38 - - [2025-10-20 02:11:15] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.38 - - [2025-10-20 02:11:15] "PUT /logical-router/7c083fb6-f410-4a24-aa35-f030ba531f04 HTTP/1.1" 200 262 0.031788 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/router HTTP/1.1" 200 344 0.265855 10.0.0.38 - - [2025-10-20 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.018358 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/network HTTP/1.1" 200 834 0.008603 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/port HTTP/1.1" 200 1088 0.027223 10.0.0.38 - - [2025-10-20 02:11:15] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006279 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/port HTTP/1.1" 200 1058 0.200089 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/port HTTP/1.1" 200 1058 0.012400 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/port HTTP/1.1" 200 1058 0.014920 10.0.0.38 - - [2025-10-20 02:11:15] "POST /neutron/port HTTP/1.1" 200 1112 0.070869 10.0.0.38 - - [2025-10-20 02:11:16] "POST /neutron/port HTTP/1.1" 200 1086 0.016497 10.0.0.38 - - [2025-10-20 02:11:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003643 10.0.0.38 - - [2025-10-20 02:11:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.008654 10.0.0.38 - - [2025-10-20 02:11:16] "POST /neutron/port HTTP/1.1" 200 117 0.001669 10.0.0.38 - - [2025-10-20 02:11:16] "POST /neutron/network HTTP/1.1" 200 824 0.006567 10.0.0.38 - - [2025-10-20 02:11:20] "POST /neutron/port HTTP/1.1" 200 1088 0.011352 10.0.0.38 - - [2025-10-20 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005745 10.0.0.38 - - [2025-10-20 02:11:20] "POST /neutron/port HTTP/1.1" 200 1088 0.011689 10.0.0.38 - - [2025-10-20 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006441 10.0.0.38 - - [2025-10-20 02:11:20] "POST /neutron/port HTTP/1.1" 200 1088 0.010029 10.0.0.38 - - [2025-10-20 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006130 10.0.0.38 - - [2025-10-20 02:11:20] "GET /virtual-machine/05f0a564-7239-4906-b38e-b8cac9250ee1 HTTP/1.1" 401 292 0.000585 10.0.0.38 - - [2025-10-20 02:11:21] "GET /virtual-machine/05f0a564-7239-4906-b38e-b8cac9250ee1 HTTP/1.1" 200 1289 0.029589 10.0.0.38 - - [2025-10-20 02:11:21] "GET /virtual-machine-interface/0b921050-919f-4672-8715-494c0c06b330 HTTP/1.1" 200 2932 0.006469 10.0.0.38 - - [2025-10-20 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.38 - - [2025-10-20 02:11:21] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003414 10.0.0.38 - - [2025-10-20 02:11:21] "GET /virtual-networks?parent_id=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002904 10.0.0.38 - - [2025-10-20 02:11:21] "GET /virtual-network/cf40f082-dd51-47b1-b6b0-1a9b4dc66a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005436 10.0.0.38 - - [2025-10-20 02:11:24] "POST /neutron/port HTTP/1.1" 200 1088 0.011281 10.0.0.38 - - [2025-10-20 02:11:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005711 10.0.0.38 - - [2025-10-20 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.38 - - [2025-10-20 02:11:24] "GET /virtual-network/cf40f082-dd51-47b1-b6b0-1a9b4dc66a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004751 10.0.0.38 - - [2025-10-20 02:11:24] "POST /neutron/port HTTP/1.1" 200 1088 0.010856 10.0.0.38 - - [2025-10-20 02:11:24] "POST /neutron/port HTTP/1.1" 200 1088 0.011446 10.0.0.38 - - [2025-10-20 02:11:24] "POST /neutron/network HTTP/1.1" 200 836 0.005513 10.0.0.38 - - [2025-10-20 02:11:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003196 10.0.0.38 - - [2025-10-20 02:11:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.007004 10.0.0.38 - - [2025-10-20 02:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.38 - - [2025-10-20 02:11:24] "POST /neutron/network HTTP/1.1" 200 826 0.005645 10.0.0.38 - - [2025-10-20 02:11:25] "POST /neutron/port HTTP/1.1" 200 1086 0.010314 10.0.0.38 - - [2025-10-20 02:11:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005016 10.0.0.38 - - [2025-10-20 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.38 - - [2025-10-20 02:11:26] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002820 10.0.0.38 - - [2025-10-20 02:11:26] "GET /virtual-networks?parent_id=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002959 10.0.0.38 - - [2025-10-20 02:11:26] "GET /virtual-network/cf40f082-dd51-47b1-b6b0-1a9b4dc66a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005569 10.0.0.38 - - [2025-10-20 02:11:27] "POST /neutron/port HTTP/1.1" 200 1086 0.010668 10.0.0.38 - - [2025-10-20 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006464 10.0.0.38 - - [2025-10-20 02:11:27] "POST /neutron/port HTTP/1.1" 200 1086 0.014065 10.0.0.38 - - [2025-10-20 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008497 10.0.0.38 - - [2025-10-20 02:11:27] "POST /neutron/port HTTP/1.1" 200 1086 0.013251 10.0.0.38 - - [2025-10-20 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006388 10.0.0.38 - - [2025-10-20 02:11:27] "GET /virtual-machine/b7d9c02a-fa02-479d-88fa-b46f5d882a90 HTTP/1.1" 200 1290 0.004361 10.0.0.38 - - [2025-10-20 02:11:27] "GET /virtual-machine-interface/5556178a-de6c-4a06-a354-1288e12ba938 HTTP/1.1" 200 2934 0.004603 10.0.0.38 - - [2025-10-20 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.38 - - [2025-10-20 02:11:27] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002827 10.0.0.38 - - [2025-10-20 02:11:27] "GET /virtual-networks?parent_id=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003308 10.0.0.38 - - [2025-10-20 02:11:27] "GET /virtual-network/795d1397-f565-45c3-b74b-9863fd43b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006490 10.0.0.38 - - [2025-10-20 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.38 - - [2025-10-20 02:11:28] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003721 10.0.0.38 - - [2025-10-20 02:11:28] "GET /virtual-networks?parent_id=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003036 10.0.0.38 - - [2025-10-20 02:11:28] "GET /virtual-network/795d1397-f565-45c3-b74b-9863fd43b7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005760 10.0.0.38 - - [2025-10-20 02:11:33] "POST /neutron/router HTTP/1.1" 200 580 0.004363 10.0.0.38 - - [2025-10-20 02:11:33] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.38 - - [2025-10-20 02:11:34] "POST /neutron/router HTTP/1.1" 200 344 0.227569 10.0.0.38 - - [2025-10-20 02:11:34] "POST /neutron/port HTTP/1.1" 200 1886 0.014777 10.0.0.38 - - [2025-10-20 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.010127 10.0.0.38 - - [2025-10-20 02:11:40] "POST /neutron/router HTTP/1.1" 200 580 0.003634 10.0.0.38 - - [2025-10-20 02:11:40] "POST /ref-update HTTP/1.1" 200 156 0.010985 10.0.0.38 - - [2025-10-20 02:11:40] "POST /neutron/router HTTP/1.1" 200 344 0.096138 10.0.0.38 - - [2025-10-20 02:11:44] "POST /neutron/router HTTP/1.1" 200 580 0.005202 10.0.0.38 - - [2025-10-20 02:11:44] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.38 - - [2025-10-20 02:11:44] "POST /neutron/router HTTP/1.1" 200 344 0.199974 10.0.0.38 - - [2025-10-20 02:11:44] "POST /ref-update HTTP/1.1" 200 156 0.010316 10.0.0.38 - - [2025-10-20 02:11:46] "POST /neutron/router HTTP/1.1" 200 580 0.004914 10.0.0.38 - - [2025-10-20 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.011262 10.0.0.38 - - [2025-10-20 02:11:46] "POST /neutron/router HTTP/1.1" 200 344 0.100429 10.0.0.38 - - [2025-10-20 02:11:46] "POST /neutron/router HTTP/1.1" 200 580 0.004790 10.0.0.38 - - [2025-10-20 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.014780 10.0.0.38 - - [2025-10-20 02:11:46] "POST /neutron/router HTTP/1.1" 200 344 0.103800 10.0.0.38 - - [2025-10-20 02:11:46] "POST /neutron/router HTTP/1.1" 200 580 0.004111 10.0.0.38 - - [2025-10-20 02:11:46] "POST /neutron/router HTTP/1.1" 200 151 0.042852 10.0.0.38 - - [2025-10-20 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007393 10.0.0.38 - - [2025-10-20 02:11:46] "GET /logical-router/7c083fb6-f410-4a24-aa35-f030ba531f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009023 10.0.0.38 - - [2025-10-20 02:11:46] "DELETE /route-target/cdfbf5ff-1d4b-4289-852a-6c19d6d6fbbe HTTP/1.1" 200 115 0.013187 10.0.0.38 - - [2025-10-20 02:11:46] "POST /neutron/network HTTP/1.1" 200 824 0.005870 10.0.0.38 - - [2025-10-20 02:11:46] "POST /neutron/network HTTP/1.1" 400 204 0.011058 10.0.0.38 - - [2025-10-20 02:11:47] "POST /neutron/port HTTP/1.1" 200 1086 0.019754 10.0.0.38 - - [2025-10-20 02:11:47] "POST /neutron/port HTTP/1.1" 200 1112 0.014966 10.0.0.38 - - [2025-10-20 02:11:47] "POST /neutron/port HTTP/1.1" 200 1088 0.021137 10.0.0.38 - - [2025-10-20 02:11:47] "POST /neutron/port HTTP/1.1" 200 1114 0.008400 10.0.0.38 - - [2025-10-20 02:11:47] "POST /neutron/port HTTP/1.1" 200 151 0.137185 10.0.0.38 - - [2025-10-20 02:11:47] "POST /neutron/port HTTP/1.1" 200 151 0.137976 10.0.0.38 - - [2025-10-20 02:11:48] "POST /neutron/network HTTP/1.1" 200 824 0.005828 10.0.0.38 - - [2025-10-20 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.38 - - [2025-10-20 02:11:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003005 10.0.0.38 - - [2025-10-20 02:11:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001751 10.0.0.38 - - [2025-10-20 02:11:49] "POST /neutron/network HTTP/1.1" 200 151 0.077113 10.0.0.38 - - [2025-10-20 02:11:49] "DELETE /route-target/985a8255-ff06-4ae4-91fd-0e2dc33d3b1d HTTP/1.1" 200 115 0.015032 10.0.0.38 - - [2025-10-20 02:11:49] "POST /neutron/network HTTP/1.1" 200 826 0.004825 10.0.0.38 - - [2025-10-20 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.38 - - [2025-10-20 02:11:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002004 10.0.0.38 - - [2025-10-20 02:11:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002577 10.0.0.38 - - [2025-10-20 02:11:49] "POST /neutron/network HTTP/1.1" 200 151 0.073078 10.0.0.38 - - [2025-10-20 02:11:49] "DELETE /route-target/cf139dc5-68df-4710-9249-4e1caafa6171 HTTP/1.1" 200 115 0.015556 10.0.0.38 - - [2025-10-20 02:11:49] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.38 - - [2025-10-20 02:11:49] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.032834 10.0.0.38 - - [2025-10-20 02:11:49] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.38 - - [2025-10-20 02:11:49] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?fields=virtual_networks HTTP/1.1" 200 1027 0.072010 10.0.0.38 - - [2025-10-20 02:11:49] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.38 - - [2025-10-20 02:11:49] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.026494 10.0.0.38 - - [2025-10-20 02:11:49] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.38 - - [2025-10-20 02:11:49] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?fields=security_groups HTTP/1.1" 200 1251 0.026040 10.0.0.38 - - [2025-10-20 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.023455 10.0.0.38 - - [2025-10-20 02:11:50] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002269 10.0.0.38 - - [2025-10-20 02:11:50] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.38 - - [2025-10-20 02:11:50] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006280 10.0.0.38 - - [2025-10-20 02:11:50] "POST /id-to-fqname HTTP/1.1" 200 193 0.001143 10.0.0.38 - - [2025-10-20 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.003077 10.0.0.38 - - [2025-10-20 02:11:50] "POST /security-groups HTTP/1.1" 200 594 0.060192 10.0.0.38 - - [2025-10-20 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 237 0.002297 10.0.0.38 - - [2025-10-20 02:11:50] "POST /projects HTTP/1.1" 200 591 0.202073 10.0.0.38 - - [2025-10-20 02:11:50] "POST /access-control-lists HTTP/1.1" 200 599 0.057192 10.0.0.38 - - [2025-10-20 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.271865 10.0.0.38 - - [2025-10-20 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.002642 10.0.0.38 - - [2025-10-20 02:11:50] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.389875 10.0.0.38 - - [2025-10-20 02:11:50] "POST /access-control-lists HTTP/1.1" 200 597 0.056687 10.0.0.38 - - [2025-10-20 02:11:51] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.38 - - [2025-10-20 02:11:53] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000477 10.0.0.38 - - [2025-10-20 02:11:53] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001031 10.0.0.38 - - [2025-10-20 02:11:53] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.054067 10.0.0.38 - - [2025-10-20 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.38 - - [2025-10-20 02:11:53] "GET /security-group/fe036a15-b89b-492d-b420-6501f8f52d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005372 10.0.0.38 - - [2025-10-20 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.38 - - [2025-10-20 02:11:53] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001611 10.0.0.38 - - [2025-10-20 02:11:53] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027291 10.0.0.38 - - [2025-10-20 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.38 - - [2025-10-20 02:11:53] "GET /security-group/fe036a15-b89b-492d-b420-6501f8f52d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003929 10.0.0.38 - - [2025-10-20 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.38 - - [2025-10-20 02:11:53] "PUT /security-group/fe036a15-b89b-492d-b420-6501f8f52d50 HTTP/1.1" 200 262 0.013546 10.0.0.38 - - [2025-10-20 02:11:53] "PUT /access-control-list/a0b1debb-9086-4f14-a8ea-4846e75b8257 HTTP/1.1" 200 272 0.008716 10.0.0.38 - - [2025-10-20 02:11:53] "PUT /access-control-list/036b79cf-5f25-4cc5-bddc-a0cc9e52da4a HTTP/1.1" 200 272 0.009979 10.0.0.38 - - [2025-10-20 02:11:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.002485 10.0.0.38 - - [2025-10-20 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.38 - - [2025-10-20 02:11:53] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001376 10.0.0.38 - - [2025-10-20 02:11:54] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026293 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/network HTTP/1.1" 200 117 0.033738 10.0.0.38 - - [2025-10-20 02:11:54] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000969 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/network HTTP/1.1" 200 608 0.058288 10.0.0.38 - - [2025-10-20 02:11:54] "POST /route-targets HTTP/1.1" 200 327 0.010023 10.0.0.38 - - [2025-10-20 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.013819 10.0.0.38 - - [2025-10-20 02:11:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005171 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.135101 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/network HTTP/1.1" 200 827 0.005816 10.0.0.38 - - [2025-10-20 02:11:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001152 10.0.0.38 - - [2025-10-20 02:11:54] "GET /virtual-network/771e1bf9-dfd0-44f8-92f1-84873ffbe1af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004569 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/network HTTP/1.1" 200 827 0.005954 10.0.0.38 - - [2025-10-20 02:11:54] "GET /virtual-network/771e1bf9-dfd0-44f8-92f1-84873ffbe1af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004611 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/network HTTP/1.1" 200 827 0.006631 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.007226 10.0.0.38 - - [2025-10-20 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.38 - - [2025-10-20 02:11:54] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001208 10.0.0.38 - - [2025-10-20 02:11:54] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.029736 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/network HTTP/1.1" 200 117 0.010226 10.0.0.38 - - [2025-10-20 02:11:54] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001198 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/network HTTP/1.1" 200 615 0.109562 10.0.0.38 - - [2025-10-20 02:11:54] "POST /route-targets HTTP/1.1" 200 327 0.022569 10.0.0.38 - - [2025-10-20 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.019641 10.0.0.38 - - [2025-10-20 02:11:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003275 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.187883 10.0.0.38 - - [2025-10-20 02:11:54] "POST /neutron/network HTTP/1.1" 200 834 0.005389 10.0.0.38 - - [2025-10-20 02:11:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001067 10.0.0.38 - - [2025-10-20 02:11:54] "GET /virtual-network/99afe64c-8173-469d-b192-26da10f72e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004518 10.0.0.38 - - [2025-10-20 02:11:55] "POST /neutron/network HTTP/1.1" 200 834 0.007358 10.0.0.38 - - [2025-10-20 02:11:55] "GET /virtual-network/99afe64c-8173-469d-b192-26da10f72e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005346 10.0.0.38 - - [2025-10-20 02:11:55] "POST /neutron/network HTTP/1.1" 200 834 0.005453 10.0.0.38 - - [2025-10-20 02:11:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.006351 10.0.0.38 - - [2025-10-20 02:11:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.000989 10.0.0.38 - - [2025-10-20 02:11:55] "POST /neutron/network HTTP/1.1" 200 837 0.005800 10.0.0.38 - - [2025-10-20 02:11:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000452 10.0.0.38 - - [2025-10-20 02:11:55] "GET / HTTP/1.1" 200 35931 0.001779 10.0.0.38 - - [2025-10-20 02:11:55] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2025-10-20 02:11:56] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001059 10.0.0.38 - - [2025-10-20 02:11:56] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048449 10.0.0.38 - - [2025-10-20 02:11:56] "POST /neutron/network HTTP/1.1" 200 827 0.005471 10.0.0.38 - - [2025-10-20 02:11:56] "POST /neutron/port HTTP/1.1" 200 117 0.004853 10.0.0.38 - - [2025-10-20 02:11:56] "POST /neutron/port HTTP/1.1" 200 117 0.005446 10.0.0.38 - - [2025-10-20 02:11:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001452 10.0.0.38 - - [2025-10-20 02:11:56] "POST /neutron/port HTTP/1.1" 200 117 0.005064 10.0.0.38 - - [2025-10-20 02:11:56] "POST /neutron/network HTTP/1.1" 200 844 0.005933 10.0.0.38 - - [2025-10-20 02:11:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.38 - - [2025-10-20 02:11:56] "POST /neutron/network HTTP/1.1" 200 837 0.005438 10.0.0.38 - - [2025-10-20 02:11:56] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001310 10.0.0.38 - - [2025-10-20 02:11:56] "GET / HTTP/1.1" 200 35931 0.002119 10.0.0.38 - - [2025-10-20 02:11:56] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000410 10.0.0.38 - - [2025-10-20 02:11:56] "POST /neutron/port HTTP/1.1" 200 1063 0.199908 10.0.0.38 - - [2025-10-20 02:11:56] "POST /neutron/port HTTP/1.1" 200 1063 0.010914 10.0.0.38 - - [2025-10-20 02:11:56] "POST /neutron/port HTTP/1.1" 200 1063 0.010785 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/port HTTP/1.1" 200 1117 0.066209 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/port HTTP/1.1" 200 1091 0.011808 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003298 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.008311 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/network HTTP/1.1" 200 827 0.005897 10.0.0.38 - - [2025-10-20 02:11:57] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001555 10.0.0.38 - - [2025-10-20 02:11:57] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.053314 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/network HTTP/1.1" 200 834 0.007106 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/port HTTP/1.1" 200 1091 0.013062 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008510 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.006620 10.0.0.38 - - [2025-10-20 02:11:57] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001287 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/router HTTP/1.1" 200 585 0.074674 10.0.0.38 - - [2025-10-20 02:11:57] "POST /route-targets HTTP/1.1" 200 327 0.012660 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/router HTTP/1.1" 200 585 0.006892 10.0.0.38 - - [2025-10-20 02:11:57] "PUT /logical-router/898ace36-d85d-4931-8ca0-d1129e1eb9de HTTP/1.1" 200 262 0.025163 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/router HTTP/1.1" 200 656 0.026845 10.0.0.38 - - [2025-10-20 02:11:57] "GET /logical-router/898ace36-d85d-4931-8ca0-d1129e1eb9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.006665 10.0.0.38 - - [2025-10-20 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.38 - - [2025-10-20 02:11:57] "POST /neutron/router HTTP/1.1" 200 656 0.003067 10.0.0.38 - - [2025-10-20 02:11:57] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000971 10.0.0.38 - - [2025-10-20 02:11:57] "GET /service-template/4dc8c666-0739-4c2f-a35c-1df4c03e5949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003465 10.0.0.38 - - [2025-10-20 02:11:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.002546 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/network HTTP/1.1" 200 844 0.010608 10.0.0.38 - - [2025-10-20 02:11:58] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001219 10.0.0.38 - - [2025-10-20 02:11:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006980 10.0.0.38 - - [2025-10-20 02:11:58] "POST /virtual-networks HTTP/1.1" 200 694 0.190704 10.0.0.38 - - [2025-10-20 02:11:58] "POST /route-targets HTTP/1.1" 200 327 0.041291 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/router HTTP/1.1" 200 344 0.429818 10.0.0.38 - - [2025-10-20 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.057641 10.0.0.38 - - [2025-10-20 02:11:58] "POST /service-instances HTTP/1.1" 200 670 0.133986 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/port HTTP/1.1" 200 1091 0.077224 10.0.0.38 - - [2025-10-20 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.028301 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.027445 10.0.0.38 - - [2025-10-20 02:11:58] "POST /route-tables HTTP/1.1" 200 582 0.071781 10.0.0.38 - - [2025-10-20 02:11:58] "PUT /logical-router/898ace36-d85d-4931-8ca0-d1129e1eb9de HTTP/1.1" 200 262 0.024301 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/port HTTP/1.1" 200 1063 0.448594 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/port HTTP/1.1" 200 1063 0.010026 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/port HTTP/1.1" 200 1063 0.011344 10.0.0.38 - - [2025-10-20 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.030686 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/port HTTP/1.1" 200 1117 0.062368 10.0.0.38 - - [2025-10-20 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/port HTTP/1.1" 200 1091 0.009981 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003181 10.0.0.38 - - [2025-10-20 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.006547 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.001414 10.0.0.38 - - [2025-10-20 02:11:58] "POST /neutron/network HTTP/1.1" 200 834 0.006238 10.0.0.38 - - [2025-10-20 02:11:58] "POST /virtual-machines HTTP/1.1" 200 553 0.018926 10.0.0.38 - - [2025-10-20 02:11:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.086454 10.0.0.38 - - [2025-10-20 02:11:58] "POST /chown HTTP/1.1" 200 109 0.007349 10.0.0.38 - - [2025-10-20 02:11:59] "POST /instance-ips HTTP/1.1" 200 551 0.057368 10.0.0.38 - - [2025-10-20 02:11:59] "POST /instance-ips HTTP/1.1" 400 246 0.016526 10.0.0.38 - - [2025-10-20 02:11:59] "POST /chown HTTP/1.1" 200 109 0.008439 10.0.0.38 - - [2025-10-20 02:11:59] "PUT /virtual-machine-interface/d5a8753d-bbbf-4c59-a397-22eb21aac393 HTTP/1.1" 200 284 0.009967 10.0.0.38 - - [2025-10-20 02:11:59] "PUT /instance-ip/2005d4aa-601c-44d2-9988-af17462076a1 HTTP/1.1" 200 256 0.011808 10.0.0.38 - - [2025-10-20 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.016634 10.0.0.38 - - [2025-10-20 02:11:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.096076 10.0.0.38 - - [2025-10-20 02:11:59] "POST /chown HTTP/1.1" 200 109 0.009710 10.0.0.38 - - [2025-10-20 02:11:59] "POST /instance-ips HTTP/1.1" 200 549 0.027284 10.0.0.38 - - [2025-10-20 02:11:59] "POST /instance-ips HTTP/1.1" 400 316 0.018120 10.0.0.38 - - [2025-10-20 02:11:59] "POST /chown HTTP/1.1" 200 109 0.011782 10.0.0.38 - - [2025-10-20 02:11:59] "PUT /virtual-machine-interface/bd05ebae-e1a3-470a-92da-359ef91a5d57 HTTP/1.1" 200 284 0.010898 10.0.0.38 - - [2025-10-20 02:11:59] "PUT /instance-ip/9deb8285-4a2c-4033-b878-25e325d8eb83 HTTP/1.1" 200 256 0.012587 10.0.0.38 - - [2025-10-20 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.015034 10.0.0.38 - - [2025-10-20 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.009528 10.0.0.38 - - [2025-10-20 02:11:59] "PUT /routing-instance/450c0b0d-3050-4221-81b2-69d914b0bada HTTP/1.1" 200 266 0.009403 10.0.0.38 - - [2025-10-20 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.007682 10.0.0.38 - - [2025-10-20 02:12:00] "POST /virtual-machines HTTP/1.1" 200 553 0.015479 10.0.0.38 - - [2025-10-20 02:12:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.094762 10.0.0.38 - - [2025-10-20 02:12:00] "POST /chown HTTP/1.1" 200 109 0.008242 10.0.0.38 - - [2025-10-20 02:12:00] "POST /instance-ips HTTP/1.1" 400 246 0.013820 10.0.0.38 - - [2025-10-20 02:12:00] "POST /chown HTTP/1.1" 200 109 0.007614 10.0.0.38 - - [2025-10-20 02:12:00] "PUT /virtual-machine-interface/8b572f8d-cc3a-4e91-b9ad-79501a11234c HTTP/1.1" 200 284 0.011817 10.0.0.38 - - [2025-10-20 02:12:00] "PUT /instance-ip/2005d4aa-601c-44d2-9988-af17462076a1 HTTP/1.1" 200 256 0.014437 10.0.0.38 - - [2025-10-20 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.012452 10.0.0.38 - - [2025-10-20 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.014366 10.0.0.38 - - [2025-10-20 02:12:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.095617 10.0.0.38 - - [2025-10-20 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.016962 10.0.0.38 - - [2025-10-20 02:12:00] "PUT /routing-instance/450c0b0d-3050-4221-81b2-69d914b0bada HTTP/1.1" 200 266 0.031957 10.0.0.38 - - [2025-10-20 02:12:00] "POST /chown HTTP/1.1" 200 109 0.017229 10.0.0.38 - - [2025-10-20 02:12:00] "POST /instance-ips HTTP/1.1" 400 316 0.014952 10.0.0.38 - - [2025-10-20 02:12:00] "POST /chown HTTP/1.1" 200 109 0.006948 10.0.0.38 - - [2025-10-20 02:12:00] "PUT /virtual-machine-interface/82116dd7-7d5f-49b0-ba83-0755ab404e6b HTTP/1.1" 200 284 0.012796 10.0.0.38 - - [2025-10-20 02:12:01] "PUT /instance-ip/9deb8285-4a2c-4033-b878-25e325d8eb83 HTTP/1.1" 200 256 0.014385 10.0.0.38 - - [2025-10-20 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.015095 10.0.0.38 - - [2025-10-20 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.012064 10.0.0.38 - - [2025-10-20 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.008403 10.0.0.38 - - [2025-10-20 02:12:01] "PUT /routing-instance/450c0b0d-3050-4221-81b2-69d914b0bada HTTP/1.1" 200 266 0.016166 10.0.0.38 - - [2025-10-20 02:12:03] "DELETE /project/a66f4cd1b8754eec838357aae681a11b HTTP/1.1" 404 173 0.011120 10.0.0.38 - - [2025-10-20 02:12:03] "DELETE /project/7919c84a6b59449ba5636411e384abc7 HTTP/1.1" 404 173 0.006438 10.0.0.38 - - [2025-10-20 02:12:03] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.38 - - [2025-10-20 02:12:03] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000820 10.0.0.38 - - [2025-10-20 02:12:03] "GET /project/43d05c74-e364-450d-881c-275bf31c5e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.031286 10.0.0.38 - - [2025-10-20 02:12:03] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.041136 10.0.0.38 - - [2025-10-20 02:12:03] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001489 10.0.0.38 - - [2025-10-20 02:12:03] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.38 - - [2025-10-20 02:12:03] "GET /project/43d05c74-e364-450d-881c-275bf31c5e4f?fields=security_groups HTTP/1.1" 200 1349 0.040189 10.0.0.38 - - [2025-10-20 02:12:03] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?fields=security_groups HTTP/1.1" 200 1356 0.043717 10.0.0.38 - - [2025-10-20 02:12:03] "POST /neutron/port HTTP/1.1" 200 1091 0.019515 10.0.0.38 - - [2025-10-20 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006133 10.0.0.38 - - [2025-10-20 02:12:03] "POST /neutron/port HTTP/1.1" 200 1091 0.024792 10.0.0.38 - - [2025-10-20 02:12:03] "DELETE /security-group/a61540b6-6769-471e-8ce1-245255a02831 HTTP/1.1" 200 115 0.079150 10.0.0.38 - - [2025-10-20 02:12:03] "GET /projects?obj_uuids=43d05c74-e364-450d-881c-275bf31c5e4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001237 10.0.0.38 - - [2025-10-20 02:12:03] "DELETE /access-control-list/ae0875d3-e6b9-441e-9a62-75a15fea86d3 HTTP/1.1" 200 115 0.058150 10.0.0.38 - - [2025-10-20 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010556 10.0.0.38 - - [2025-10-20 02:12:03] "DELETE /security-group/4c53ad9f-819e-4665-a6a4-6516a65211d8 HTTP/1.1" 200 115 0.101832 10.0.0.38 - - [2025-10-20 02:12:03] "GET /project/43d05c74-e364-450d-881c-275bf31c5e4f?fields=application_policy_sets HTTP/1.1" 200 1388 0.048102 10.0.0.38 - - [2025-10-20 02:12:03] "GET /projects?obj_uuids=a66f4cd1-b875-4eec-8383-57aae681a11b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001409 10.0.0.38 - - [2025-10-20 02:12:03] "DELETE /access-control-list/707cd390-a6b7-41f0-a65d-d115cd0f646f HTTP/1.1" 200 115 0.052853 10.0.0.38 - - [2025-10-20 02:12:03] "DELETE /access-control-list/934e6915-4199-4827-9716-5657cd7cc90a HTTP/1.1" 200 115 0.024334 10.0.0.38 - - [2025-10-20 02:12:03] "GET /project/a66f4cd1-b875-4eec-8383-57aae681a11b?fields=application_policy_sets HTTP/1.1" 200 1395 0.117725 10.0.0.38 - - [2025-10-20 02:12:03] "DELETE /access-control-list/62b4b829-50dc-49c0-b151-adb317c8fc8a HTTP/1.1" 200 115 0.073451 10.0.0.38 - - [2025-10-20 02:12:03] "POST /neutron/port HTTP/1.1" 200 1091 0.033431 10.0.0.38 - - [2025-10-20 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.025544 10.0.0.38 - - [2025-10-20 02:12:03] "GET /virtual-machine/ab49e45a-7967-43b5-a79b-fb0aec7bbef5 HTTP/1.1" 401 292 0.000390 10.0.0.38 - - [2025-10-20 02:12:03] "DELETE /project/43d05c74-e364-450d-881c-275bf31c5e4f HTTP/1.1" 200 115 0.502275 10.0.0.38 - - [2025-10-20 02:12:03] "DELETE /project/a66f4cd1-b875-4eec-8383-57aae681a11b HTTP/1.1" 200 115 0.545323 10.0.0.38 - - [2025-10-20 02:12:04] "GET /virtual-machine/ab49e45a-7967-43b5-a79b-fb0aec7bbef5 HTTP/1.1" 200 1296 0.027579 10.0.0.38 - - [2025-10-20 02:12:04] "GET /virtual-machine-interface/cc0cc983-d30e-47a7-a20e-ebe44665bc36 HTTP/1.1" 200 2957 0.004734 10.0.0.38 - - [2025-10-20 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.38 - - [2025-10-20 02:12:04] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002830 10.0.0.38 - - [2025-10-20 02:12:04] "GET /virtual-networks?parent_id=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002993 10.0.0.38 - - [2025-10-20 02:12:04] "GET /virtual-network/771e1bf9-dfd0-44f8-92f1-84873ffbe1af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006368 10.0.0.38 - - [2025-10-20 02:12:06] "POST /neutron/port HTTP/1.1" 200 1091 0.010366 10.0.0.38 - - [2025-10-20 02:12:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007783 10.0.0.38 - - [2025-10-20 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.38 - - [2025-10-20 02:12:07] "GET /virtual-network/771e1bf9-dfd0-44f8-92f1-84873ffbe1af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006309 10.0.0.38 - - [2025-10-20 02:12:08] "POST /neutron/port HTTP/1.1" 200 1091 0.013355 10.0.0.38 - - [2025-10-20 02:12:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007719 10.0.0.38 - - [2025-10-20 02:12:09] "GET /obj-perms HTTP/1.1" 200 5056 0.052590 10.0.0.38 - - [2025-10-20 02:12:09] "GET /obj-perms HTTP/1.1" 200 5056 0.045644 10.0.0.38 - - [2025-10-20 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.38 - - [2025-10-20 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002189 10.0.0.38 - - [2025-10-20 02:12:09] "POST /chown HTTP/1.1" 200 109 0.009140 10.0.0.38 - - [2025-10-20 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.38 - - [2025-10-20 02:12:09] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005781 10.0.0.38 - - [2025-10-20 02:12:09] "POST /instance-ips HTTP/1.1" 400 246 0.026354 10.0.0.38 - - [2025-10-20 02:12:09] "GET /virtual-networks?parent_id=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003093 10.0.0.38 - - [2025-10-20 02:12:09] "POST /chown HTTP/1.1" 200 109 0.007736 10.0.0.38 - - [2025-10-20 02:12:09] "GET /virtual-network/771e1bf9-dfd0-44f8-92f1-84873ffbe1af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008134 10.0.0.38 - - [2025-10-20 02:12:09] "POST /chown HTTP/1.1" 200 109 0.011091 10.0.0.38 - - [2025-10-20 02:12:09] "POST /instance-ips HTTP/1.1" 400 316 0.022913 10.0.0.38 - - [2025-10-20 02:12:09] "POST /chown HTTP/1.1" 200 109 0.012987 10.0.0.38 - - [2025-10-20 02:12:09] "POST /chown HTTP/1.1" 200 109 0.010156 10.0.0.38 - - [2025-10-20 02:12:09] "POST /instance-ips HTTP/1.1" 400 246 0.019912 10.0.0.38 - - [2025-10-20 02:12:09] "POST /neutron/port HTTP/1.1" 200 1091 0.010670 10.0.0.38 - - [2025-10-20 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007087 10.0.0.38 - - [2025-10-20 02:12:09] "POST /chown HTTP/1.1" 200 109 0.007313 10.0.0.38 - - [2025-10-20 02:12:10] "POST /chown HTTP/1.1" 200 109 0.009354 10.0.0.38 - - [2025-10-20 02:12:10] "POST /neutron/port HTTP/1.1" 200 1091 0.019917 10.0.0.38 - - [2025-10-20 02:12:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006090 10.0.0.38 - - [2025-10-20 02:12:10] "POST /instance-ips HTTP/1.1" 400 316 0.021607 10.0.0.38 - - [2025-10-20 02:12:10] "POST /neutron/port HTTP/1.1" 200 1091 0.019012 10.0.0.38 - - [2025-10-20 02:12:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006531 10.0.0.38 - - [2025-10-20 02:12:10] "GET /virtual-machine/9fa18698-2823-4c4f-9270-cd578c57a326 HTTP/1.1" 200 1296 0.004826 10.0.0.38 - - [2025-10-20 02:12:10] "GET /virtual-machine-interface/16b425ee-06fd-4ae0-b654-50b6e5c4b813 HTTP/1.1" 200 2968 0.004818 10.0.0.38 - - [2025-10-20 02:12:10] "POST /chown HTTP/1.1" 200 109 0.015607 10.0.0.38 - - [2025-10-20 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.38 - - [2025-10-20 02:12:10] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003196 10.0.0.38 - - [2025-10-20 02:12:10] "GET /virtual-networks?parent_id=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003721 10.0.0.38 - - [2025-10-20 02:12:10] "GET /virtual-network/99afe64c-8173-469d-b192-26da10f72e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005283 10.0.0.38 - - [2025-10-20 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.38 - - [2025-10-20 02:12:11] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002814 10.0.0.38 - - [2025-10-20 02:12:11] "GET /virtual-networks?parent_id=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003052 10.0.0.38 - - [2025-10-20 02:12:11] "GET /virtual-network/99afe64c-8173-469d-b192-26da10f72e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005584 10.0.0.38 - - [2025-10-20 02:12:15] "POST /neutron/router HTTP/1.1" 200 656 0.004748 10.0.0.38 - - [2025-10-20 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.011126 10.0.0.38 - - [2025-10-20 02:12:15] "POST /neutron/router HTTP/1.1" 200 344 0.089897 10.0.0.38 - - [2025-10-20 02:12:15] "POST /neutron/router HTTP/1.1" 200 656 0.004714 10.0.0.38 - - [2025-10-20 02:12:15] "GET /logical-router/898ace36-d85d-4931-8ca0-d1129e1eb9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.004188 10.0.0.38 - - [2025-10-20 02:12:15] "GET /service-instance/5cfa97ae-aa0e-4ed6-b7b7-b35c04b0aee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.003378 10.0.0.38 - - [2025-10-20 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.38 - - [2025-10-20 02:12:15] "POST /neutron/router HTTP/1.1" 200 151 0.050836 10.0.0.38 - - [2025-10-20 02:12:15] "DELETE /route-target/49c1689c-12ca-4972-b527-f18ad1243222 HTTP/1.1" 409 239 0.004112 10.0.0.38 - - [2025-10-20 02:12:15] "PUT /logical-router/898ace36-d85d-4931-8ca0-d1129e1eb9de HTTP/1.1" 404 171 0.002781 10.0.0.38 - - [2025-10-20 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.010998 10.0.0.38 - - [2025-10-20 02:12:15] "DELETE /route-table/73a64761-d03c-425f-bf78-ada364f802d3 HTTP/1.1" 200 115 0.029693 10.0.0.38 - - [2025-10-20 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005045 10.0.0.38 - - [2025-10-20 02:12:15] "PUT /routing-instance/450c0b0d-3050-4221-81b2-69d914b0bada HTTP/1.1" 200 266 0.009979 10.0.0.38 - - [2025-10-20 02:12:15] "GET /virtual-network/f54cabfe-d6e4-47b6-8cb3-6eaa6bfbd1ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005911 10.0.0.38 - - [2025-10-20 02:12:15] "POST /neutron/network HTTP/1.1" 200 834 0.009200 10.0.0.38 - - [2025-10-20 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.012170 10.0.0.38 - - [2025-10-20 02:12:15] "POST /neutron/network HTTP/1.1" 400 204 0.050417 10.0.0.38 - - [2025-10-20 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.008686 10.0.0.38 - - [2025-10-20 02:12:16] "DELETE /instance-ip/9deb8285-4a2c-4033-b878-25e325d8eb83 HTTP/1.1" 200 115 0.037902 10.0.0.38 - - [2025-10-20 02:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.38 - - [2025-10-20 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.38 - - [2025-10-20 02:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002989 10.0.0.38 - - [2025-10-20 02:12:16] "DELETE /virtual-network/f54cabfe-d6e4-47b6-8cb3-6eaa6bfbd1ee HTTP/1.1" 200 115 0.132371 10.0.0.38 - - [2025-10-20 02:12:16] "DELETE /route-target/1e40cf06-050c-4476-b89d-2e252742d81e HTTP/1.1" 200 115 0.018442 10.0.0.38 - - [2025-10-20 02:12:16] "DELETE /service-instance/5cfa97ae-aa0e-4ed6-b7b7-b35c04b0aee3 HTTP/1.1" 200 115 0.026073 10.0.0.38 - - [2025-10-20 02:12:16] "GET /logical-router/898ace36-d85d-4931-8ca0-d1129e1eb9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003106 10.0.0.38 - - [2025-10-20 02:12:16] "GET /service-instance/5cfa97ae-aa0e-4ed6-b7b7-b35c04b0aee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002783 10.0.0.38 - - [2025-10-20 02:12:16] "GET /virtual-machine-interface/d5a8753d-bbbf-4c59-a397-22eb21aac393?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.006392 10.0.0.38 - - [2025-10-20 02:12:16] "POST /neutron/port HTTP/1.1" 200 1091 0.032583 10.0.0.38 - - [2025-10-20 02:12:16] "POST /neutron/port HTTP/1.1" 200 1117 0.008084 10.0.0.38 - - [2025-10-20 02:12:16] "POST /neutron/port HTTP/1.1" 200 1091 0.016439 10.0.0.38 - - [2025-10-20 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.019901 10.0.0.38 - - [2025-10-20 02:12:16] "POST /neutron/port HTTP/1.1" 200 1117 0.011796 10.0.0.38 - - [2025-10-20 02:12:16] "GET /instance-ip/2005d4aa-601c-44d2-9988-af17462076a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007406 10.0.0.38 - - [2025-10-20 02:12:16] "POST /neutron/port HTTP/1.1" 200 151 0.142366 10.0.0.38 - - [2025-10-20 02:12:16] "DELETE /virtual-machine-interface/d5a8753d-bbbf-4c59-a397-22eb21aac393 HTTP/1.1" 200 115 0.055612 10.0.0.38 - - [2025-10-20 02:12:16] "GET /virtual-machine-interface/bd05ebae-e1a3-470a-92da-359ef91a5d57?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.005502 10.0.0.38 - - [2025-10-20 02:12:16] "POST /neutron/port HTTP/1.1" 200 151 0.132312 10.0.0.38 - - [2025-10-20 02:12:16] "DELETE /virtual-machine-interface/bd05ebae-e1a3-470a-92da-359ef91a5d57 HTTP/1.1" 200 115 0.029573 10.0.0.38 - - [2025-10-20 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.010639 10.0.0.38 - - [2025-10-20 02:12:16] "DELETE /virtual-machine/50aed95e-62c1-4528-8ff9-9d64b9c6e202 HTTP/1.1" 200 115 0.022159 10.0.0.38 - - [2025-10-20 02:12:16] "GET /virtual-machine-interface/82116dd7-7d5f-49b0-ba83-0755ab404e6b?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.005794 10.0.0.38 - - [2025-10-20 02:12:16] "DELETE /virtual-machine-interface/82116dd7-7d5f-49b0-ba83-0755ab404e6b HTTP/1.1" 200 115 0.033630 10.0.0.38 - - [2025-10-20 02:12:16] "GET /virtual-machine-interface/8b572f8d-cc3a-4e91-b9ad-79501a11234c?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.005805 10.0.0.38 - - [2025-10-20 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.013944 10.0.0.38 - - [2025-10-20 02:12:16] "GET /instance-ip/2005d4aa-601c-44d2-9988-af17462076a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005380 10.0.0.38 - - [2025-10-20 02:12:16] "DELETE /instance-ip/2005d4aa-601c-44d2-9988-af17462076a1 HTTP/1.1" 200 115 0.025241 10.0.0.38 - - [2025-10-20 02:12:17] "DELETE /virtual-machine-interface/8b572f8d-cc3a-4e91-b9ad-79501a11234c HTTP/1.1" 200 115 0.033123 10.0.0.38 - - [2025-10-20 02:12:17] "DELETE /virtual-machine/5e0a23a1-d848-4f02-9286-9307d82e6348 HTTP/1.1" 200 115 0.016549 10.0.0.38 - - [2025-10-20 02:12:17] "POST /neutron/network HTTP/1.1" 200 834 0.006289 10.0.0.38 - - [2025-10-20 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005584 10.0.0.38 - - [2025-10-20 02:12:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002538 10.0.0.38 - - [2025-10-20 02:12:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004267 10.0.0.38 - - [2025-10-20 02:12:18] "DELETE /route-target/9aa20826-9509-4dc8-9407-0d2748a677e3 HTTP/1.1" 200 115 0.025534 10.0.0.38 - - [2025-10-20 02:12:18] "POST /neutron/network HTTP/1.1" 200 151 0.090812 10.0.0.38 - - [2025-10-20 02:12:18] "POST /neutron/network HTTP/1.1" 200 827 0.005737 10.0.0.38 - - [2025-10-20 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.38 - - [2025-10-20 02:12:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002943 10.0.0.38 - - [2025-10-20 02:12:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002824 10.0.0.38 - - [2025-10-20 02:12:18] "POST /neutron/network HTTP/1.1" 200 151 0.075011 10.0.0.38 - - [2025-10-20 02:12:18] "DELETE /route-target/48befbdb-f87b-4a49-b1ca-779e7c992202 HTTP/1.1" 200 115 0.018507 10.0.0.38 - - [2025-10-20 02:12:18] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001037 10.0.0.38 - - [2025-10-20 02:12:18] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.029587 10.0.0.38 - - [2025-10-20 02:12:18] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000924 10.0.0.38 - - [2025-10-20 02:12:18] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?fields=virtual_networks HTTP/1.1" 200 1037 0.063130 10.0.0.38 - - [2025-10-20 02:12:18] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001034 10.0.0.38 - - [2025-10-20 02:12:18] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.025970 10.0.0.38 - - [2025-10-20 02:12:18] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001249 10.0.0.38 - - [2025-10-20 02:12:18] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?fields=security_groups HTTP/1.1" 200 1266 0.027618 10.0.0.38 - - [2025-10-20 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.024009 10.0.0.38 - - [2025-10-20 02:12:19] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002258 10.0.0.38 - - [2025-10-20 02:12:19] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.38 - - [2025-10-20 02:12:19] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006468 10.0.0.38 - - [2025-10-20 02:12:19] "POST /id-to-fqname HTTP/1.1" 200 198 0.002005 10.0.0.38 - - [2025-10-20 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.002699 10.0.0.38 - - [2025-10-20 02:12:19] "POST /security-groups HTTP/1.1" 200 599 0.064047 10.0.0.38 - - [2025-10-20 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.002685 10.0.0.38 - - [2025-10-20 02:12:19] "POST /projects HTTP/1.1" 200 601 0.219719 10.0.0.38 - - [2025-10-20 02:12:19] "POST /access-control-lists HTTP/1.1" 200 604 0.059274 10.0.0.38 - - [2025-10-20 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.291265 10.0.0.38 - - [2025-10-20 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 241 0.002889 10.0.0.38 - - [2025-10-20 02:12:19] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.410356 10.0.0.38 - - [2025-10-20 02:12:19] "POST /access-control-lists HTTP/1.1" 200 602 0.060927 10.0.0.38 - - [2025-10-20 02:12:21] "GET / HTTP/1.1" 200 35931 0.002912 10.0.0.38 - - [2025-10-20 02:12:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.38 - - [2025-10-20 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.058022 10.0.0.38 - - [2025-10-20 02:12:22] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.38 - - [2025-10-20 02:12:22] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.023940 10.0.0.38 - - [2025-10-20 02:12:22] "POST /neutron/network HTTP/1.1" 200 117 0.027785 10.0.0.38 - - [2025-10-20 02:12:22] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001405 10.0.0.38 - - [2025-10-20 02:12:22] "POST /neutron/network HTTP/1.1" 200 613 0.069548 10.0.0.38 - - [2025-10-20 02:12:22] "POST /route-targets HTTP/1.1" 200 327 0.011274 10.0.0.38 - - [2025-10-20 02:12:22] "POST /ref-update HTTP/1.1" 200 156 0.014557 10.0.0.38 - - [2025-10-20 02:12:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003986 10.0.0.38 - - [2025-10-20 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.176489 10.0.0.38 - - [2025-10-20 02:12:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000684 10.0.0.38 - - [2025-10-20 02:12:22] "POST /useragent-kv HTTP/1.1" 200 115 0.012599 10.0.0.38 - - [2025-10-20 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.169523 10.0.0.38 - - [2025-10-20 02:12:22] "POST /neutron/network HTTP/1.1" 200 1006 0.008725 10.0.0.38 - - [2025-10-20 02:12:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001831 10.0.0.38 - - [2025-10-20 02:12:22] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005414 10.0.0.38 - - [2025-10-20 02:12:22] "POST /neutron/network HTTP/1.1" 200 1006 0.007003 10.0.0.38 - - [2025-10-20 02:12:22] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004899 10.0.0.38 - - [2025-10-20 02:12:22] "POST /neutron/network HTTP/1.1" 200 1006 0.007549 10.0.0.38 - - [2025-10-20 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.008359 10.0.0.38 - - [2025-10-20 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.007263 10.0.0.38 - - [2025-10-20 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.38 - - [2025-10-20 02:12:22] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001351 10.0.0.38 - - [2025-10-20 02:12:22] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038274 10.0.0.38 - - [2025-10-20 02:12:23] "POST /neutron/network HTTP/1.1" 200 117 0.010912 10.0.0.38 - - [2025-10-20 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.038638 10.0.0.38 - - [2025-10-20 02:12:23] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.38 - - [2025-10-20 02:12:23] "POST /neutron/network HTTP/1.1" 200 613 0.061589 10.0.0.38 - - [2025-10-20 02:12:23] "POST /route-targets HTTP/1.1" 200 327 0.013628 10.0.0.38 - - [2025-10-20 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.010610 10.0.0.38 - - [2025-10-20 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004330 10.0.0.38 - - [2025-10-20 02:12:23] "POST /neutron/subnet HTTP/1.1" 200 730 0.209996 10.0.0.38 - - [2025-10-20 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.005907 10.0.0.38 - - [2025-10-20 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003704 10.0.0.38 - - [2025-10-20 02:12:23] "POST /neutron/subnet HTTP/1.1" 200 818 0.129244 10.0.0.38 - - [2025-10-20 02:12:23] "POST /neutron/network HTTP/1.1" 200 1005 0.007622 10.0.0.38 - - [2025-10-20 02:12:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001181 10.0.0.38 - - [2025-10-20 02:12:23] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004669 10.0.0.38 - - [2025-10-20 02:12:23] "POST /neutron/network HTTP/1.1" 200 1005 0.008528 10.0.0.38 - - [2025-10-20 02:12:23] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005866 10.0.0.38 - - [2025-10-20 02:12:23] "POST /neutron/network HTTP/1.1" 200 1005 0.007000 10.0.0.38 - - [2025-10-20 02:12:23] "POST /neutron/subnet HTTP/1.1" 200 730 0.006580 10.0.0.38 - - [2025-10-20 02:12:23] "POST /neutron/subnet HTTP/1.1" 200 818 0.010076 10.0.0.38 - - [2025-10-20 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002985 10.0.0.38 - - [2025-10-20 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.38 - - [2025-10-20 02:12:23] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350 10.0.0.38 - - [2025-10-20 02:12:23] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028888 10.0.0.38 - - [2025-10-20 02:12:23] "POST /network-policys HTTP/1.1" 200 577 0.060067 10.0.0.38 - - [2025-10-20 02:12:23] "GET /network-policy/ff730874-a95d-4c44-925a-9f4660ee335b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004997 10.0.0.38 - - [2025-10-20 02:12:24] "POST /neutron/network HTTP/1.1" 200 1006 0.007635 10.0.0.38 - - [2025-10-20 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.005621 10.0.0.38 - - [2025-10-20 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.003716 10.0.0.38 - - [2025-10-20 02:12:24] "POST /neutron/network HTTP/1.1" 200 1114 0.050030 10.0.0.38 - - [2025-10-20 02:12:24] "POST /access-control-lists HTTP/1.1" 200 596 0.069265 10.0.0.38 - - [2025-10-20 02:12:24] "POST /neutron/network HTTP/1.1" 200 1114 0.048333 10.0.0.38 - - [2025-10-20 02:12:24] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004928 10.0.0.38 - - [2025-10-20 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.38 - - [2025-10-20 02:12:24] "GET /network-policy/ff730874-a95d-4c44-925a-9f4660ee335b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003619 10.0.0.38 - - [2025-10-20 02:12:24] "POST /neutron/network HTTP/1.1" 200 1005 0.007575 10.0.0.38 - - [2025-10-20 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.004201 10.0.0.38 - - [2025-10-20 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.003511 10.0.0.38 - - [2025-10-20 02:12:24] "POST /neutron/network HTTP/1.1" 200 1113 0.052478 10.0.0.38 - - [2025-10-20 02:12:24] "POST /access-control-lists HTTP/1.1" 200 596 0.072052 10.0.0.38 - - [2025-10-20 02:12:24] "POST /neutron/network HTTP/1.1" 200 1113 0.042555 10.0.0.38 - - [2025-10-20 02:12:24] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005858 10.0.0.38 - - [2025-10-20 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.38 - - [2025-10-20 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.011541 10.0.0.38 - - [2025-10-20 02:12:24] "GET /network-policy/ff730874-a95d-4c44-925a-9f4660ee335b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003343 10.0.0.38 - - [2025-10-20 02:12:24] "GET /domains HTTP/1.1" 401 292 0.000675 10.0.0.38 - - [2025-10-20 02:12:24] "PUT /access-control-list/f28d5f99-9e70-4cf5-88b2-898e2a98b8ce HTTP/1.1" 200 272 0.055081 10.0.0.38 - - [2025-10-20 02:12:24] "GET /domains HTTP/1.1" 200 280 0.023632 10.0.0.38 - - [2025-10-20 02:12:24] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.38 - - [2025-10-20 02:12:24] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2770 0.007796 10.0.0.38 - - [2025-10-20 02:12:24] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.38 - - [2025-10-20 02:12:24] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5 HTTP/1.1" 200 2625 0.070638 10.0.0.38 - - [2025-10-20 02:12:24] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb HTTP/1.1" 200 3506 0.005812 10.0.0.38 - - [2025-10-20 02:12:24] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb HTTP/1.1" 200 3506 0.004278 10.0.0.38 - - [2025-10-20 02:12:24] "GET /routing-instance/90715490-9f72-4181-8b98-8c28c49d03c7 HTTP/1.1" 200 1796 0.002833 10.0.0.38 - - [2025-10-20 02:12:24] "GET /routing-instance/90715490-9f72-4181-8b98-8c28c49d03c7 HTTP/1.1" 200 1796 0.002613 10.0.0.38 - - [2025-10-20 02:12:24] "GET /route-target/3adaec74-ede2-4eb2-935d-2ac924019d35 HTTP/1.1" 200 1212 0.002520 10.0.0.38 - - [2025-10-20 02:12:24] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb HTTP/1.1" 200 3506 0.003976 10.0.0.38 - - [2025-10-20 02:12:24] "GET /routing-instance/90715490-9f72-4181-8b98-8c28c49d03c7 HTTP/1.1" 200 1796 0.003472 10.0.0.38 - - [2025-10-20 02:12:24] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004393 10.0.0.38 - - [2025-10-20 02:12:24] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb HTTP/1.1" 200 3506 0.004609 10.0.0.38 - - [2025-10-20 02:12:24] "GET /routing-instance/90715490-9f72-4181-8b98-8c28c49d03c7 HTTP/1.1" 200 1796 0.002937 10.0.0.38 - - [2025-10-20 02:12:25] "GET /routing-instance/90715490-9f72-4181-8b98-8c28c49d03c7 HTTP/1.1" 200 1796 0.003994 10.0.0.38 - - [2025-10-20 02:12:25] "GET /route-target/3adaec74-ede2-4eb2-935d-2ac924019d35 HTTP/1.1" 200 1212 0.002973 10.0.0.38 - - [2025-10-20 02:12:25] "GET /domains HTTP/1.1" 200 280 0.002361 10.0.0.38 - - [2025-10-20 02:12:25] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.38 - - [2025-10-20 02:12:25] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2770 0.006598 10.0.0.38 - - [2025-10-20 02:12:25] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.38 - - [2025-10-20 02:12:25] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5 HTTP/1.1" 200 2625 0.064487 10.0.0.38 - - [2025-10-20 02:12:25] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb HTTP/1.1" 200 3506 0.004748 10.0.0.38 - - [2025-10-20 02:12:25] "GET /obj-perms HTTP/1.1" 200 5046 0.044381 10.0.0.38 - - [2025-10-20 02:12:25] "GET /domains HTTP/1.1" 200 280 0.002870 10.0.0.38 - - [2025-10-20 02:12:25] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.38 - - [2025-10-20 02:12:25] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2770 0.006247 10.0.0.38 - - [2025-10-20 02:12:25] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000842 10.0.0.38 - - [2025-10-20 02:12:25] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5 HTTP/1.1" 200 2625 0.065424 10.0.0.38 - - [2025-10-20 02:12:25] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c HTTP/1.1" 200 3503 0.007059 10.0.0.38 - - [2025-10-20 02:12:25] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c HTTP/1.1" 200 3503 0.005580 10.0.0.38 - - [2025-10-20 02:12:25] "GET /routing-instance/5c6fcdcd-ef11-443e-bb65-4826d659ab6e HTTP/1.1" 200 1795 0.003555 10.0.0.38 - - [2025-10-20 02:12:25] "GET /routing-instance/5c6fcdcd-ef11-443e-bb65-4826d659ab6e HTTP/1.1" 200 1795 0.002639 10.0.0.38 - - [2025-10-20 02:12:25] "GET /route-target/c1116605-8628-4721-bdea-d75a8c758f26 HTTP/1.1" 200 1213 0.002846 10.0.0.38 - - [2025-10-20 02:12:25] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c HTTP/1.1" 200 3503 0.004398 10.0.0.38 - - [2025-10-20 02:12:25] "GET /routing-instance/5c6fcdcd-ef11-443e-bb65-4826d659ab6e HTTP/1.1" 200 1795 0.002450 10.0.0.38 - - [2025-10-20 02:12:25] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004465 10.0.0.38 - - [2025-10-20 02:12:25] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c HTTP/1.1" 200 3503 0.004039 10.0.0.38 - - [2025-10-20 02:12:25] "GET /routing-instance/5c6fcdcd-ef11-443e-bb65-4826d659ab6e HTTP/1.1" 200 1795 0.003018 10.0.0.38 - - [2025-10-20 02:12:25] "GET /routing-instance/5c6fcdcd-ef11-443e-bb65-4826d659ab6e HTTP/1.1" 200 1795 0.002832 10.0.0.38 - - [2025-10-20 02:12:25] "GET /route-target/c1116605-8628-4721-bdea-d75a8c758f26 HTTP/1.1" 200 1213 0.002418 10.0.0.38 - - [2025-10-20 02:12:25] "GET /domains HTTP/1.1" 200 280 0.004205 10.0.0.38 - - [2025-10-20 02:12:25] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.38 - - [2025-10-20 02:12:25] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2770 0.006381 10.0.0.38 - - [2025-10-20 02:12:25] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.38 - - [2025-10-20 02:12:25] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5 HTTP/1.1" 200 2625 0.064215 10.0.0.38 - - [2025-10-20 02:12:25] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c HTTP/1.1" 200 3503 0.004886 10.0.0.38 - - [2025-10-20 02:12:25] "GET /obj-perms HTTP/1.1" 200 5046 0.003385 10.0.0.38 - - [2025-10-20 02:12:25] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005516 10.0.0.38 - - [2025-10-20 02:12:25] "POST /neutron/network HTTP/1.1" 200 1113 0.006781 10.0.0.38 - - [2025-10-20 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.004925 10.0.0.38 - - [2025-10-20 02:12:25] "POST /neutron/network HTTP/1.1" 200 1005 0.043884 10.0.0.38 - - [2025-10-20 02:12:25] "DELETE /access-control-list/222917f9-6c23-4802-b1be-89ed1147e218 HTTP/1.1" 200 115 0.030611 10.0.0.38 - - [2025-10-20 02:12:25] "POST /neutron/network HTTP/1.1" 200 1005 0.008682 10.0.0.38 - - [2025-10-20 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.016395 10.0.0.38 - - [2025-10-20 02:12:25] "GET /virtual-network/43c416c3-153a-4a99-a954-17a86d455a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008280 10.0.0.38 - - [2025-10-20 02:12:25] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005346 10.0.0.38 - - [2025-10-20 02:12:25] "POST /neutron/network HTTP/1.1" 200 1114 0.007446 10.0.0.38 - - [2025-10-20 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.006180 10.0.0.38 - - [2025-10-20 02:12:26] "POST /neutron/network HTTP/1.1" 200 1006 0.044987 10.0.0.38 - - [2025-10-20 02:12:26] "DELETE /access-control-list/f28d5f99-9e70-4cf5-88b2-898e2a98b8ce HTTP/1.1" 200 115 0.033494 10.0.0.38 - - [2025-10-20 02:12:26] "POST /neutron/network HTTP/1.1" 200 1006 0.008312 10.0.0.38 - - [2025-10-20 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.013554 10.0.0.38 - - [2025-10-20 02:12:26] "GET /virtual-network/10aba702-1085-442f-ae76-521d5ebb51bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004562 10.0.0.38 - - [2025-10-20 02:12:26] "DELETE /network-policy/ff730874-a95d-4c44-925a-9f4660ee335b HTTP/1.1" 200 115 0.018524 10.0.0.38 - - [2025-10-20 02:12:26] "POST /neutron/network HTTP/1.1" 200 1005 0.006335 10.0.0.38 - - [2025-10-20 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.38 - - [2025-10-20 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001808 10.0.0.38 - - [2025-10-20 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002505 10.0.0.38 - - [2025-10-20 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002080 10.0.0.38 - - [2025-10-20 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001610 10.0.0.38 - - [2025-10-20 02:12:26] "POST /neutron/network HTTP/1.1" 200 151 0.076926 10.0.0.38 - - [2025-10-20 02:12:26] "DELETE /route-target/c1116605-8628-4721-bdea-d75a8c758f26 HTTP/1.1" 200 115 0.021056 10.0.0.38 - - [2025-10-20 02:12:26] "GET /routing-instance/5c6fcdcd-ef11-443e-bb65-4826d659ab6e HTTP/1.1" 404 171 0.003258 10.0.0.38 - - [2025-10-20 02:12:26] "GET /domains HTTP/1.1" 200 280 0.002749 10.0.0.38 - - [2025-10-20 02:12:26] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.38 - - [2025-10-20 02:12:26] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2770 0.048107 10.0.0.38 - - [2025-10-20 02:12:26] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001413 10.0.0.38 - - [2025-10-20 02:12:26] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5 HTTP/1.1" 200 2145 0.067153 10.0.0.38 - - [2025-10-20 02:12:26] "POST /neutron/network HTTP/1.1" 200 1006 0.007886 10.0.0.38 - - [2025-10-20 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.38 - - [2025-10-20 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001888 10.0.0.38 - - [2025-10-20 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001628 10.0.0.38 - - [2025-10-20 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001878 10.0.0.38 - - [2025-10-20 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003895 10.0.0.38 - - [2025-10-20 02:12:26] "DELETE /route-target/3adaec74-ede2-4eb2-935d-2ac924019d35 HTTP/1.1" 200 115 0.027001 10.0.0.38 - - [2025-10-20 02:12:26] "POST /neutron/network HTTP/1.1" 200 151 0.099410 10.0.0.38 - - [2025-10-20 02:12:26] "GET /routing-instance/90715490-9f72-4181-8b98-8c28c49d03c7 HTTP/1.1" 404 171 0.002328 10.0.0.38 - - [2025-10-20 02:12:26] "GET /domains HTTP/1.1" 200 280 0.003247 10.0.0.38 - - [2025-10-20 02:12:26] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.38 - - [2025-10-20 02:12:26] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2770 0.055500 10.0.0.38 - - [2025-10-20 02:12:26] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001570 10.0.0.38 - - [2025-10-20 02:12:26] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5 HTTP/1.1" 200 1900 0.071556 10.0.0.38 - - [2025-10-20 02:12:26] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.38 - - [2025-10-20 02:12:26] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.021354 10.0.0.38 - - [2025-10-20 02:12:26] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.38 - - [2025-10-20 02:12:27] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?fields=virtual_networks HTTP/1.1" 200 1048 0.064159 10.0.0.38 - - [2025-10-20 02:12:27] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.38 - - [2025-10-20 02:12:27] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.025658 10.0.0.38 - - [2025-10-20 02:12:27] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.38 - - [2025-10-20 02:12:27] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?fields=security_groups HTTP/1.1" 200 1282 0.024286 10.0.0.38 - - [2025-10-20 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 204 0.025602 10.0.0.38 - - [2025-10-20 02:12:28] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002545 10.0.0.38 - - [2025-10-20 02:12:28] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.38 - - [2025-10-20 02:12:28] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007194 10.0.0.38 - - [2025-10-20 02:12:28] "POST /id-to-fqname HTTP/1.1" 200 206 0.001907 10.0.0.38 - - [2025-10-20 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.002919 10.0.0.38 - - [2025-10-20 02:12:28] "POST /security-groups HTTP/1.1" 200 607 0.061825 10.0.0.38 - - [2025-10-20 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 250 0.003216 10.0.0.38 - - [2025-10-20 02:12:28] "POST /projects HTTP/1.1" 200 617 0.227718 10.0.0.38 - - [2025-10-20 02:12:28] "POST /access-control-lists HTTP/1.1" 200 612 0.063885 10.0.0.38 - - [2025-10-20 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.301247 10.0.0.38 - - [2025-10-20 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 249 0.002815 10.0.0.38 - - [2025-10-20 02:12:28] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.427262 10.0.0.38 - - [2025-10-20 02:12:28] "POST /access-control-lists HTTP/1.1" 200 610 0.068614 10.0.0.38 - - [2025-10-20 02:12:29] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.38 - - [2025-10-20 02:12:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.38 - - [2025-10-20 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 233 0.053877 10.0.0.38 - - [2025-10-20 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.38 - - [2025-10-20 02:12:31] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001028 10.0.0.38 - - [2025-10-20 02:12:31] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.022292 10.0.0.38 - - [2025-10-20 02:12:31] "POST /network-policys HTTP/1.1" 200 567 0.060372 10.0.0.38 - - [2025-10-20 02:12:31] "GET /network-policy/1c33e535-b0dc-454c-8688-95a0fa4768de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.006335 10.0.0.38 - - [2025-10-20 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.38 - - [2025-10-20 02:12:31] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000974 10.0.0.38 - - [2025-10-20 02:12:31] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.024631 10.0.0.38 - - [2025-10-20 02:12:31] "POST /neutron/network HTTP/1.1" 200 117 0.026398 10.0.0.38 - - [2025-10-20 02:12:31] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001243 10.0.0.38 - - [2025-10-20 02:12:31] "POST /neutron/network HTTP/1.1" 200 623 0.060119 10.0.0.38 - - [2025-10-20 02:12:31] "POST /route-targets HTTP/1.1" 200 327 0.009763 10.0.0.38 - - [2025-10-20 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.010759 10.0.0.38 - - [2025-10-20 02:12:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002448 10.0.0.38 - - [2025-10-20 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.136691 10.0.0.38 - - [2025-10-20 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003133 10.0.0.38 - - [2025-10-20 02:12:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005526 10.0.0.38 - - [2025-10-20 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 828 0.184363 10.0.0.38 - - [2025-10-20 02:12:31] "POST /neutron/network HTTP/1.1" 200 1015 0.007198 10.0.0.38 - - [2025-10-20 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 237 0.001144 10.0.0.38 - - [2025-10-20 02:12:31] "GET /virtual-network/458594ea-c93a-4d93-a6e3-a200a314b5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.004603 10.0.0.38 - - [2025-10-20 02:12:31] "POST /neutron/network HTTP/1.1" 200 1015 0.007141 10.0.0.38 - - [2025-10-20 02:12:31] "GET /virtual-network/458594ea-c93a-4d93-a6e3-a200a314b5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005156 10.0.0.38 - - [2025-10-20 02:12:32] "POST /neutron/network HTTP/1.1" 200 1015 0.007842 10.0.0.38 - - [2025-10-20 02:12:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.006908 10.0.0.38 - - [2025-10-20 02:12:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.006716 10.0.0.38 - - [2025-10-20 02:12:32] "POST /neutron/network HTTP/1.1" 200 1015 0.008215 10.0.0.38 - - [2025-10-20 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 252 0.006898 10.0.0.38 - - [2025-10-20 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.005202 10.0.0.38 - - [2025-10-20 02:12:32] "POST /neutron/network HTTP/1.1" 200 1122 0.049738 10.0.0.38 - - [2025-10-20 02:12:32] "POST /access-control-lists HTTP/1.1" 200 607 0.065499 10.0.0.38 - - [2025-10-20 02:12:32] "POST /neutron/network HTTP/1.1" 200 1122 0.039460 10.0.0.38 - - [2025-10-20 02:12:32] "GET /virtual-network/458594ea-c93a-4d93-a6e3-a200a314b5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.006629 10.0.0.38 - - [2025-10-20 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.38 - - [2025-10-20 02:12:32] "GET /network-policy/1c33e535-b0dc-454c-8688-95a0fa4768de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.004705 10.0.0.38 - - [2025-10-20 02:12:32] "GET /domains HTTP/1.1" 401 292 0.000463 10.0.0.38 - - [2025-10-20 02:12:32] "GET /domains HTTP/1.1" 200 280 0.025291 10.0.0.38 - - [2025-10-20 02:12:32] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.38 - - [2025-10-20 02:12:32] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2972 0.007092 10.0.0.38 - - [2025-10-20 02:12:32] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000842 10.0.0.38 - - [2025-10-20 02:12:32] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3 HTTP/1.1" 200 2457 0.069071 10.0.0.38 - - [2025-10-20 02:12:32] "GET /virtual-network/458594ea-c93a-4d93-a6e3-a200a314b5e2 HTTP/1.1" 200 3541 0.006681 10.0.0.38 - - [2025-10-20 02:12:32] "GET /virtual-network/458594ea-c93a-4d93-a6e3-a200a314b5e2 HTTP/1.1" 200 3541 0.004294 10.0.0.38 - - [2025-10-20 02:12:32] "GET /routing-instance/f5ef0e27-47eb-4df5-b1f4-3227f21d9b31 HTTP/1.1" 200 1496 0.003000 10.0.0.38 - - [2025-10-20 02:12:32] "GET /routing-instance/f5ef0e27-47eb-4df5-b1f4-3227f21d9b31 HTTP/1.1" 200 1496 0.002902 10.0.0.38 - - [2025-10-20 02:12:32] "GET /route-target/264c0ac3-2d53-4212-b741-857f70d90174 HTTP/1.1" 200 1222 0.002442 10.0.0.38 - - [2025-10-20 02:12:32] "GET /virtual-network/458594ea-c93a-4d93-a6e3-a200a314b5e2 HTTP/1.1" 200 3541 0.004466 10.0.0.38 - - [2025-10-20 02:12:32] "GET /routing-instance/f5ef0e27-47eb-4df5-b1f4-3227f21d9b31 HTTP/1.1" 200 1496 0.003760 10.0.0.38 - - [2025-10-20 02:12:32] "GET /virtual-network/458594ea-c93a-4d93-a6e3-a200a314b5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004900 10.0.0.38 - - [2025-10-20 02:12:32] "GET /virtual-network/458594ea-c93a-4d93-a6e3-a200a314b5e2 HTTP/1.1" 200 3541 0.004221 10.0.0.38 - - [2025-10-20 02:12:32] "GET /routing-instance/f5ef0e27-47eb-4df5-b1f4-3227f21d9b31 HTTP/1.1" 200 1496 0.003331 10.0.0.38 - - [2025-10-20 02:12:32] "GET /routing-instance/f5ef0e27-47eb-4df5-b1f4-3227f21d9b31 HTTP/1.1" 200 1496 0.002995 10.0.0.38 - - [2025-10-20 02:12:32] "GET /route-target/264c0ac3-2d53-4212-b741-857f70d90174 HTTP/1.1" 200 1222 0.002893 10.0.0.38 - - [2025-10-20 02:12:32] "GET /domains HTTP/1.1" 200 280 0.002633 10.0.0.38 - - [2025-10-20 02:12:32] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.38 - - [2025-10-20 02:12:32] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2972 0.006683 10.0.0.38 - - [2025-10-20 02:12:32] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000872 10.0.0.38 - - [2025-10-20 02:12:32] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3 HTTP/1.1" 200 2457 0.069511 10.0.0.38 - - [2025-10-20 02:12:32] "GET /virtual-network/458594ea-c93a-4d93-a6e3-a200a314b5e2 HTTP/1.1" 200 3541 0.004582 10.0.0.38 - - [2025-10-20 02:12:33] "GET /obj-perms HTTP/1.1" 200 5062 0.046604 10.0.0.38 - - [2025-10-20 02:12:33] "GET /domains HTTP/1.1" 200 280 0.002553 10.0.0.38 - - [2025-10-20 02:12:33] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.38 - - [2025-10-20 02:12:33] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2972 0.006428 10.0.0.38 - - [2025-10-20 02:12:33] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000907 10.0.0.38 - - [2025-10-20 02:12:33] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3 HTTP/1.1" 200 2457 0.066878 10.0.0.38 - - [2025-10-20 02:12:33] "GET /network-policy/1c33e535-b0dc-454c-8688-95a0fa4768de HTTP/1.1" 200 3478 0.004952 10.0.0.38 - - [2025-10-20 02:12:33] "DELETE /network-policy/1c33e535-b0dc-454c-8688-95a0fa4768de HTTP/1.1" 409 238 0.006295 10.0.0.38 - - [2025-10-20 02:12:33] "POST /neutron/network HTTP/1.1" 200 1122 0.006956 10.0.0.38 - - [2025-10-20 02:12:33] "DELETE /access-control-list/18856878-1d62-498b-9f2b-2caf1924271d HTTP/1.1" 200 115 0.026928 10.0.0.38 - - [2025-10-20 02:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.38 - - [2025-10-20 02:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002727 10.0.0.38 - - [2025-10-20 02:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002062 10.0.0.38 - - [2025-10-20 02:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002012 10.0.0.38 - - [2025-10-20 02:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001893 10.0.0.38 - - [2025-10-20 02:12:33] "POST /neutron/network HTTP/1.1" 200 151 0.096474 10.0.0.38 - - [2025-10-20 02:12:33] "GET /routing-instance/f5ef0e27-47eb-4df5-b1f4-3227f21d9b31 HTTP/1.1" 404 171 0.002525 10.0.0.38 - - [2025-10-20 02:12:33] "GET /domains HTTP/1.1" 200 280 0.002279 10.0.0.38 - - [2025-10-20 02:12:33] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.38 - - [2025-10-20 02:12:33] "DELETE /route-target/264c0ac3-2d53-4212-b741-857f70d90174 HTTP/1.1" 200 115 0.014896 10.0.0.38 - - [2025-10-20 02:12:33] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2972 0.049260 10.0.0.38 - - [2025-10-20 02:12:33] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000935 10.0.0.38 - - [2025-10-20 02:12:33] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3 HTTP/1.1" 200 2203 0.068255 10.0.0.38 - - [2025-10-20 02:12:33] "DELETE /network-policy/1c33e535-b0dc-454c-8688-95a0fa4768de HTTP/1.1" 200 115 0.028597 10.0.0.38 - - [2025-10-20 02:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.38 - - [2025-10-20 02:12:33] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001434 10.0.0.38 - - [2025-10-20 02:12:33] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.027694 10.0.0.38 - - [2025-10-20 02:12:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-49555663&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004082 10.0.0.38 - - [2025-10-20 02:12:34] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001444 10.0.0.38 - - [2025-10-20 02:12:34] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.024427 10.0.0.38 - - [2025-10-20 02:12:34] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001126 10.0.0.38 - - [2025-10-20 02:12:34] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?fields=virtual_networks HTTP/1.1" 200 1063 0.070766 10.0.0.38 - - [2025-10-20 02:12:34] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001055 10.0.0.38 - - [2025-10-20 02:12:34] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.025553 10.0.0.38 - - [2025-10-20 02:12:34] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001103 10.0.0.38 - - [2025-10-20 02:12:34] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?fields=security_groups HTTP/1.1" 200 1305 0.023963 10.0.0.38 - - [2025-10-20 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 190 0.033263 10.0.0.38 - - [2025-10-20 02:12:35] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002491 10.0.0.38 - - [2025-10-20 02:12:35] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.38 - - [2025-10-20 02:12:35] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006828 10.0.0.38 - - [2025-10-20 02:12:35] "POST /id-to-fqname HTTP/1.1" 200 192 0.001281 10.0.0.38 - - [2025-10-20 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.068582 10.0.0.38 - - [2025-10-20 02:12:35] "POST /security-groups HTTP/1.1" 200 593 0.060462 10.0.0.38 - - [2025-10-20 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.002532 10.0.0.38 - - [2025-10-20 02:12:35] "POST /projects HTTP/1.1" 200 589 0.270306 10.0.0.38 - - [2025-10-20 02:12:35] "POST /access-control-lists HTTP/1.1" 200 598 0.056887 10.0.0.38 - - [2025-10-20 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.339947 10.0.0.38 - - [2025-10-20 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 235 0.003576 10.0.0.38 - - [2025-10-20 02:12:36] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.466545 10.0.0.38 - - [2025-10-20 02:12:36] "POST /access-control-lists HTTP/1.1" 200 596 0.061098 10.0.0.38 - - [2025-10-20 02:12:37] "GET / HTTP/1.1" 200 35931 0.002537 10.0.0.38 - - [2025-10-20 02:12:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.38 - - [2025-10-20 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.051501 10.0.0.38 - - [2025-10-20 02:12:38] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000904 10.0.0.38 - - [2025-10-20 02:12:38] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021371 10.0.0.38 - - [2025-10-20 02:12:38] "POST /neutron/network HTTP/1.1" 200 117 0.027339 10.0.0.38 - - [2025-10-20 02:12:38] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000951 10.0.0.38 - - [2025-10-20 02:12:38] "POST /neutron/network HTTP/1.1" 200 607 0.057304 10.0.0.38 - - [2025-10-20 02:12:38] "POST /route-targets HTTP/1.1" 200 327 0.011059 10.0.0.38 - - [2025-10-20 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.011480 10.0.0.38 - - [2025-10-20 02:12:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004896 10.0.0.38 - - [2025-10-20 02:12:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.163656 10.0.0.38 - - [2025-10-20 02:12:38] "POST /neutron/network HTTP/1.1" 200 828 0.004590 10.0.0.38 - - [2025-10-20 02:12:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001055 10.0.0.38 - - [2025-10-20 02:12:38] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004389 10.0.0.38 - - [2025-10-20 02:12:38] "POST /neutron/network HTTP/1.1" 200 828 0.005525 10.0.0.38 - - [2025-10-20 02:12:38] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004471 10.0.0.38 - - [2025-10-20 02:12:38] "POST /neutron/network HTTP/1.1" 200 828 0.005238 10.0.0.38 - - [2025-10-20 02:12:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.006449 10.0.0.38 - - [2025-10-20 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.38 - - [2025-10-20 02:12:38] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001043 10.0.0.38 - - [2025-10-20 02:12:38] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026129 10.0.0.38 - - [2025-10-20 02:12:38] "POST /neutron/network HTTP/1.1" 200 117 0.008251 10.0.0.38 - - [2025-10-20 02:12:38] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001059 10.0.0.38 - - [2025-10-20 02:12:38] "POST /neutron/network HTTP/1.1" 200 607 0.061569 10.0.0.38 - - [2025-10-20 02:12:38] "POST /route-targets HTTP/1.1" 200 327 0.010921 10.0.0.38 - - [2025-10-20 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.010387 10.0.0.38 - - [2025-10-20 02:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003120 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.169502 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/network HTTP/1.1" 200 827 0.005501 10.0.0.38 - - [2025-10-20 02:12:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001280 10.0.0.38 - - [2025-10-20 02:12:39] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005156 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/network HTTP/1.1" 200 827 0.006117 10.0.0.38 - - [2025-10-20 02:12:39] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004994 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/network HTTP/1.1" 200 827 0.005791 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.007410 10.0.0.38 - - [2025-10-20 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.002992 10.0.0.38 - - [2025-10-20 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.38 - - [2025-10-20 02:12:39] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001348 10.0.0.38 - - [2025-10-20 02:12:39] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022268 10.0.0.38 - - [2025-10-20 02:12:39] "POST /network-policys HTTP/1.1" 200 571 0.017362 10.0.0.38 - - [2025-10-20 02:12:39] "GET /network-policy/b8e7dd00-5b31-478d-a218-506e44519899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004821 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/network HTTP/1.1" 200 828 0.005733 10.0.0.38 - - [2025-10-20 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 236 0.003132 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/network HTTP/1.1" 200 930 0.040892 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/network HTTP/1.1" 200 930 0.044684 10.0.0.38 - - [2025-10-20 02:12:39] "POST /access-control-lists HTTP/1.1" 200 590 0.066467 10.0.0.38 - - [2025-10-20 02:12:39] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005698 10.0.0.38 - - [2025-10-20 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.38 - - [2025-10-20 02:12:39] "GET /network-policy/b8e7dd00-5b31-478d-a218-506e44519899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004216 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/network HTTP/1.1" 200 827 0.005492 10.0.0.38 - - [2025-10-20 02:12:39] "PUT /access-control-list/9235f825-b2ad-4145-9665-a6bb7af9a6a6 HTTP/1.1" 200 272 0.055602 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/network HTTP/1.1" 200 929 0.084510 10.0.0.38 - - [2025-10-20 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 236 0.011690 10.0.0.38 - - [2025-10-20 02:12:39] "POST /neutron/network HTTP/1.1" 200 929 0.005906 10.0.0.38 - - [2025-10-20 02:12:39] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004849 10.0.0.38 - - [2025-10-20 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002128 10.0.0.38 - - [2025-10-20 02:12:40] "GET /network-policy/b8e7dd00-5b31-478d-a218-506e44519899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.036641 10.0.0.38 - - [2025-10-20 02:12:40] "POST /access-control-lists HTTP/1.1" 200 590 0.057804 10.0.0.38 - - [2025-10-20 02:12:40] "GET /domains HTTP/1.1" 401 292 0.000469 10.0.0.38 - - [2025-10-20 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.009091 10.0.0.38 - - [2025-10-20 02:12:40] "GET /domains HTTP/1.1" 200 280 0.024548 10.0.0.38 - - [2025-10-20 02:12:40] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.38 - - [2025-10-20 02:12:40] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 3160 0.007331 10.0.0.38 - - [2025-10-20 02:12:40] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.38 - - [2025-10-20 02:12:40] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722 HTTP/1.1" 200 2571 0.066174 10.0.0.38 - - [2025-10-20 02:12:40] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541 HTTP/1.1" 200 2899 0.005377 10.0.0.38 - - [2025-10-20 02:12:40] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541 HTTP/1.1" 200 2899 0.004422 10.0.0.38 - - [2025-10-20 02:12:40] "GET /routing-instance/46c7ed92-bb96-4f62-b8aa-86817165a52c HTTP/1.1" 200 1783 0.003225 10.0.0.38 - - [2025-10-20 02:12:40] "GET /routing-instance/46c7ed92-bb96-4f62-b8aa-86817165a52c HTTP/1.1" 200 1783 0.002915 10.0.0.38 - - [2025-10-20 02:12:40] "GET /route-target/8915c4fa-69dc-4989-962b-74b53cc879aa HTTP/1.1" 200 1206 0.002554 10.0.0.38 - - [2025-10-20 02:12:40] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541 HTTP/1.1" 200 2899 0.004218 10.0.0.38 - - [2025-10-20 02:12:40] "GET /routing-instance/46c7ed92-bb96-4f62-b8aa-86817165a52c HTTP/1.1" 200 1783 0.003232 10.0.0.38 - - [2025-10-20 02:12:40] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004656 10.0.0.38 - - [2025-10-20 02:12:40] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541 HTTP/1.1" 200 2899 0.004153 10.0.0.38 - - [2025-10-20 02:12:40] "GET /routing-instance/46c7ed92-bb96-4f62-b8aa-86817165a52c HTTP/1.1" 200 1783 0.003000 10.0.0.38 - - [2025-10-20 02:12:40] "GET /routing-instance/46c7ed92-bb96-4f62-b8aa-86817165a52c HTTP/1.1" 200 1783 0.002780 10.0.0.38 - - [2025-10-20 02:12:40] "GET /route-target/8915c4fa-69dc-4989-962b-74b53cc879aa HTTP/1.1" 200 1206 0.002427 10.0.0.38 - - [2025-10-20 02:12:40] "GET /domains HTTP/1.1" 200 280 0.002409 10.0.0.38 - - [2025-10-20 02:12:40] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.38 - - [2025-10-20 02:12:40] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 3160 0.006219 10.0.0.38 - - [2025-10-20 02:12:40] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000849 10.0.0.38 - - [2025-10-20 02:12:40] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722 HTTP/1.1" 200 2571 0.067298 10.0.0.38 - - [2025-10-20 02:12:40] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541 HTTP/1.1" 200 2899 0.004604 10.0.0.38 - - [2025-10-20 02:12:41] "GET /obj-perms HTTP/1.1" 200 5034 0.048942 10.0.0.38 - - [2025-10-20 02:12:41] "GET /domains HTTP/1.1" 200 280 0.002773 10.0.0.38 - - [2025-10-20 02:12:41] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.38 - - [2025-10-20 02:12:41] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 3160 0.007369 10.0.0.38 - - [2025-10-20 02:12:41] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.38 - - [2025-10-20 02:12:41] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722 HTTP/1.1" 200 2571 0.065875 10.0.0.38 - - [2025-10-20 02:12:41] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262 HTTP/1.1" 200 2896 0.007042 10.0.0.38 - - [2025-10-20 02:12:41] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262 HTTP/1.1" 200 2896 0.005165 10.0.0.38 - - [2025-10-20 02:12:41] "GET /routing-instance/fd847e30-ce04-48b9-855c-5be2c7291fdb HTTP/1.1" 200 1783 0.003508 10.0.0.38 - - [2025-10-20 02:12:41] "GET /routing-instance/fd847e30-ce04-48b9-855c-5be2c7291fdb HTTP/1.1" 200 1783 0.003379 10.0.0.38 - - [2025-10-20 02:12:41] "GET /route-target/85565594-95d3-402e-9f43-c0c2b59fa8fb HTTP/1.1" 200 1206 0.003590 10.0.0.38 - - [2025-10-20 02:12:41] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262 HTTP/1.1" 200 2896 0.005161 10.0.0.38 - - [2025-10-20 02:12:41] "GET /routing-instance/fd847e30-ce04-48b9-855c-5be2c7291fdb HTTP/1.1" 200 1783 0.003537 10.0.0.38 - - [2025-10-20 02:12:41] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005443 10.0.0.38 - - [2025-10-20 02:12:41] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262 HTTP/1.1" 200 2896 0.005287 10.0.0.38 - - [2025-10-20 02:12:41] "GET /routing-instance/fd847e30-ce04-48b9-855c-5be2c7291fdb HTTP/1.1" 200 1783 0.003972 10.0.0.38 - - [2025-10-20 02:12:41] "GET /routing-instance/fd847e30-ce04-48b9-855c-5be2c7291fdb HTTP/1.1" 200 1783 0.003685 10.0.0.38 - - [2025-10-20 02:12:41] "GET /route-target/85565594-95d3-402e-9f43-c0c2b59fa8fb HTTP/1.1" 200 1206 0.003423 10.0.0.38 - - [2025-10-20 02:12:41] "GET /domains HTTP/1.1" 200 280 0.003609 10.0.0.38 - - [2025-10-20 02:12:41] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.38 - - [2025-10-20 02:12:41] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 3160 0.007787 10.0.0.38 - - [2025-10-20 02:12:41] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001104 10.0.0.38 - - [2025-10-20 02:12:41] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722 HTTP/1.1" 200 2571 0.074024 10.0.0.38 - - [2025-10-20 02:12:41] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262 HTTP/1.1" 200 2896 0.005511 10.0.0.38 - - [2025-10-20 02:12:41] "GET /obj-perms HTTP/1.1" 200 5034 0.004030 10.0.0.38 - - [2025-10-20 02:12:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001723 10.0.0.38 - - [2025-10-20 02:12:41] "POST /neutron/network HTTP/1.1" 200 940 0.007118 10.0.0.38 - - [2025-10-20 02:12:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000540 10.0.0.38 - - [2025-10-20 02:12:42] "GET / HTTP/1.1" 200 35931 0.001473 10.0.0.38 - - [2025-10-20 02:12:42] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000359 10.0.0.38 - - [2025-10-20 02:12:42] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001042 10.0.0.38 - - [2025-10-20 02:12:42] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046290 10.0.0.38 - - [2025-10-20 02:12:42] "POST /neutron/network HTTP/1.1" 200 930 0.005035 10.0.0.38 - - [2025-10-20 02:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.006835 10.0.0.38 - - [2025-10-20 02:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.004703 10.0.0.38 - - [2025-10-20 02:12:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001270 10.0.0.38 - - [2025-10-20 02:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.004624 10.0.0.38 - - [2025-10-20 02:12:42] "POST /neutron/network HTTP/1.1" 200 939 0.005770 10.0.0.38 - - [2025-10-20 02:12:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2025-10-20 02:12:42] "POST /neutron/network HTTP/1.1" 200 940 0.005424 10.0.0.38 - - [2025-10-20 02:12:42] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.38 - - [2025-10-20 02:12:43] "GET / HTTP/1.1" 200 35931 0.002628 10.0.0.38 - - [2025-10-20 02:12:43] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000404 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/port HTTP/1.1" 200 1064 0.200585 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/port HTTP/1.1" 200 1064 0.010911 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/port HTTP/1.1" 200 1064 0.010443 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/port HTTP/1.1" 200 1118 0.062494 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/port HTTP/1.1" 200 1092 0.011436 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003718 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/subnet HTTP/1.1" 200 708 0.011768 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/network HTTP/1.1" 200 930 0.005603 10.0.0.38 - - [2025-10-20 02:12:43] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001063 10.0.0.38 - - [2025-10-20 02:12:43] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045574 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/network HTTP/1.1" 200 929 0.006398 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/port HTTP/1.1" 200 1092 0.020266 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009269 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/port HTTP/1.1" 200 117 0.005376 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/port HTTP/1.1" 200 1092 0.011910 10.0.0.38 - - [2025-10-20 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006631 10.0.0.38 - - [2025-10-20 02:12:44] "POST /neutron/network HTTP/1.1" 200 939 0.005750 10.0.0.38 - - [2025-10-20 02:12:44] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.38 - - [2025-10-20 02:12:44] "PUT /access-control-list/c94d6dff-a290-45eb-b8f3-fa4e621920e9 HTTP/1.1" 200 272 0.066782 10.0.0.38 - - [2025-10-20 02:12:44] "POST /neutron/port HTTP/1.1" 200 1063 0.288141 10.0.0.38 - - [2025-10-20 02:12:44] "POST /neutron/port HTTP/1.1" 200 1063 0.015564 10.0.0.38 - - [2025-10-20 02:12:44] "POST /neutron/port HTTP/1.1" 200 1063 0.014926 10.0.0.38 - - [2025-10-20 02:12:44] "POST /neutron/port HTTP/1.1" 200 1117 0.063634 10.0.0.38 - - [2025-10-20 02:12:44] "POST /neutron/port HTTP/1.1" 200 1091 0.013953 10.0.0.38 - - [2025-10-20 02:12:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003277 10.0.0.38 - - [2025-10-20 02:12:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.007259 10.0.0.38 - - [2025-10-20 02:12:44] "POST /neutron/port HTTP/1.1" 200 117 0.001311 10.0.0.38 - - [2025-10-20 02:12:44] "POST /neutron/network HTTP/1.1" 200 929 0.007595 10.0.0.38 - - [2025-10-20 02:12:48] "POST /neutron/port HTTP/1.1" 200 1092 0.037632 10.0.0.38 - - [2025-10-20 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007266 10.0.0.38 - - [2025-10-20 02:12:49] "POST /neutron/port HTTP/1.1" 200 1092 0.013493 10.0.0.38 - - [2025-10-20 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007391 10.0.0.38 - - [2025-10-20 02:12:49] "POST /neutron/port HTTP/1.1" 200 1092 0.011279 10.0.0.38 - - [2025-10-20 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005949 10.0.0.38 - - [2025-10-20 02:12:49] "GET /virtual-machine/0274b188-cbba-4d8c-a49d-534a03bec075 HTTP/1.1" 200 1293 0.014483 10.0.0.38 - - [2025-10-20 02:12:49] "GET /virtual-machine-interface/6e2eabaf-ea7b-469e-b14b-2b7db4819006 HTTP/1.1" 200 2951 0.005097 10.0.0.38 - - [2025-10-20 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.38 - - [2025-10-20 02:12:49] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003823 10.0.0.38 - - [2025-10-20 02:12:49] "GET /virtual-networks?parent_id=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003080 10.0.0.38 - - [2025-10-20 02:12:49] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006666 10.0.0.38 - - [2025-10-20 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.38 - - [2025-10-20 02:12:52] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006874 10.0.0.38 - - [2025-10-20 02:12:52] "POST /neutron/port HTTP/1.1" 200 1092 0.010902 10.0.0.38 - - [2025-10-20 02:12:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005631 10.0.0.38 - - [2025-10-20 02:12:53] "POST /neutron/port HTTP/1.1" 200 1091 0.010466 10.0.0.38 - - [2025-10-20 02:12:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004886 10.0.0.38 - - [2025-10-20 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.38 - - [2025-10-20 02:12:54] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002708 10.0.0.38 - - [2025-10-20 02:12:54] "GET /virtual-networks?parent_id=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003078 10.0.0.38 - - [2025-10-20 02:12:54] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006782 10.0.0.38 - - [2025-10-20 02:12:54] "POST /neutron/port HTTP/1.1" 200 1092 0.010777 10.0.0.38 - - [2025-10-20 02:12:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005504 10.0.0.38 - - [2025-10-20 02:13:00] "POST /neutron/port HTTP/1.1" 200 1091 0.010984 10.0.0.38 - - [2025-10-20 02:13:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006444 10.0.0.38 - - [2025-10-20 02:13:00] "POST /neutron/port HTTP/1.1" 200 1091 0.010803 10.0.0.38 - - [2025-10-20 02:13:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006079 10.0.0.38 - - [2025-10-20 02:13:00] "POST /neutron/port HTTP/1.1" 200 1091 0.012060 10.0.0.38 - - [2025-10-20 02:13:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005799 10.0.0.38 - - [2025-10-20 02:13:00] "GET /virtual-machine/52850a3c-1d88-41ef-92ea-5d29ecbe6704 HTTP/1.1" 200 1294 0.004044 10.0.0.38 - - [2025-10-20 02:13:00] "GET /virtual-machine-interface/8cd7396d-0c0a-4828-94fa-fb7756394a20 HTTP/1.1" 200 2952 0.004488 10.0.0.38 - - [2025-10-20 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.38 - - [2025-10-20 02:13:00] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002563 10.0.0.38 - - [2025-10-20 02:13:00] "GET /virtual-networks?parent_id=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002961 10.0.0.38 - - [2025-10-20 02:13:00] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005280 10.0.0.38 - - [2025-10-20 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.38 - - [2025-10-20 02:13:01] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003229 10.0.0.38 - - [2025-10-20 02:13:01] "GET /virtual-networks?parent_id=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002977 10.0.0.38 - - [2025-10-20 02:13:01] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005587 10.0.0.38 - - [2025-10-20 02:13:03] "DELETE /project/9665bbc61a7b4b8aaaf156b5e402ebd5 HTTP/1.1" 404 173 0.018706 10.0.0.38 - - [2025-10-20 02:13:03] "DELETE /project/eecbfe74355e45f1b6a62327f3168722 HTTP/1.1" 404 173 0.009338 10.0.0.38 - - [2025-10-20 02:13:03] "DELETE /project/4d3c68c53ef44b59bc5212daf9d54fd3 HTTP/1.1" 404 173 0.015835 10.0.0.38 - - [2025-10-20 02:13:03] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.38 - - [2025-10-20 02:13:03] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000945 10.0.0.38 - - [2025-10-20 02:13:03] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000883 10.0.0.38 - - [2025-10-20 02:13:04] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.046298 10.0.0.38 - - [2025-10-20 02:13:04] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.051580 10.0.0.38 - - [2025-10-20 02:13:04] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.055067 10.0.0.38 - - [2025-10-20 02:13:04] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.38 - - [2025-10-20 02:13:04] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000992 10.0.0.38 - - [2025-10-20 02:13:04] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000912 10.0.0.38 - - [2025-10-20 02:13:04] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?fields=security_groups HTTP/1.1" 200 1371 0.053177 10.0.0.38 - - [2025-10-20 02:13:04] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?fields=security_groups HTTP/1.1" 200 1410 0.058750 10.0.0.38 - - [2025-10-20 02:13:04] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?fields=security_groups HTTP/1.1" 200 1387 0.061202 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /security-group/fe036a15-b89b-492d-b420-6501f8f52d50 HTTP/1.1" 200 115 0.051009 10.0.0.38 - - [2025-10-20 02:13:04] "GET /projects?obj_uuids=7919c84a-6b59-449b-a563-6411e384abc7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001061 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /access-control-list/a0b1debb-9086-4f14-a8ea-4846e75b8257 HTTP/1.1" 200 115 0.041506 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /security-group/48cb7125-d9fb-4bc9-b91c-f54b679ec352 HTTP/1.1" 200 115 0.074199 10.0.0.38 - - [2025-10-20 02:13:04] "GET /project/7919c84a-6b59-449b-a563-6411e384abc7?fields=application_policy_sets HTTP/1.1" 200 1410 0.042395 10.0.0.38 - - [2025-10-20 02:13:04] "GET /projects?obj_uuids=4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001133 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /security-group/bdd256a2-1e77-4b7c-84d7-d83cbc4305db HTTP/1.1" 200 115 0.089351 10.0.0.38 - - [2025-10-20 02:13:04] "GET /projects?obj_uuids=9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001601 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /access-control-list/036b79cf-5f25-4cc5-bddc-a0cc9e52da4a HTTP/1.1" 200 115 0.053412 10.0.0.38 - - [2025-10-20 02:13:04] "GET /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3?fields=application_policy_sets HTTP/1.1" 200 1449 0.064388 10.0.0.38 - - [2025-10-20 02:13:04] "GET /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5?fields=application_policy_sets HTTP/1.1" 200 1426 0.086123 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /access-control-list/7b182a6f-3014-4413-904e-42467d67c529 HTTP/1.1" 200 115 0.073743 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /access-control-list/d2515b02-d98e-482e-8ce1-e7e2542857da HTTP/1.1" 200 115 0.042418 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /project/7919c84a-6b59-449b-a563-6411e384abc7 HTTP/1.1" 200 115 0.488274 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /access-control-list/235f3043-7183-4268-a436-deeb63f9f4bf HTTP/1.1" 200 115 0.038773 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /project/4d3c68c5-3ef4-4b59-bc52-12daf9d54fd3 HTTP/1.1" 200 115 0.531905 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /access-control-list/c709470c-a4d4-409f-b531-97da5f425537 HTTP/1.1" 200 115 0.048716 10.0.0.38 - - [2025-10-20 02:13:04] "DELETE /project/9665bbc6-1a7b-4b8a-aaf1-56b5e402ebd5 HTTP/1.1" 200 115 0.557750 10.0.0.38 - - [2025-10-20 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.38 - - [2025-10-20 02:13:05] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000999 10.0.0.38 - - [2025-10-20 02:13:05] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020829 10.0.0.38 - - [2025-10-20 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.38 - - [2025-10-20 02:13:06] "PUT /network-policy/b8e7dd00-5b31-478d-a218-506e44519899 HTTP/1.1" 200 262 0.009609 10.0.0.38 - - [2025-10-20 02:13:06] "PUT /access-control-list/9235f825-b2ad-4145-9665-a6bb7af9a6a6 HTTP/1.1" 200 272 0.053016 10.0.0.38 - - [2025-10-20 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.011849 10.0.0.38 - - [2025-10-20 02:13:06] "PUT /access-control-list/c94d6dff-a290-45eb-b8f3-fa4e621920e9 HTTP/1.1" 200 272 0.052738 10.0.0.38 - - [2025-10-20 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.010545 10.0.0.38 - - [2025-10-20 02:13:09] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005460 10.0.0.38 - - [2025-10-20 02:13:09] "POST /neutron/network HTTP/1.1" 200 929 0.019592 10.0.0.38 - - [2025-10-20 02:13:09] "POST /neutron/network HTTP/1.1" 200 827 0.054252 10.0.0.38 - - [2025-10-20 02:13:09] "DELETE /access-control-list/c94d6dff-a290-45eb-b8f3-fa4e621920e9 HTTP/1.1" 200 115 0.039344 10.0.0.38 - - [2025-10-20 02:13:09] "POST /neutron/network HTTP/1.1" 200 827 0.007729 10.0.0.38 - - [2025-10-20 02:13:09] "GET /virtual-network/a4efb5e0-566d-45dc-9cfa-0ddbeed9a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005179 10.0.0.38 - - [2025-10-20 02:13:09] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.010533 10.0.0.38 - - [2025-10-20 02:13:09] "POST /neutron/network HTTP/1.1" 200 930 0.006626 10.0.0.38 - - [2025-10-20 02:13:09] "POST /neutron/network HTTP/1.1" 200 828 0.067950 10.0.0.38 - - [2025-10-20 02:13:09] "POST /neutron/network HTTP/1.1" 200 828 0.019975 10.0.0.38 - - [2025-10-20 02:13:09] "DELETE /access-control-list/9235f825-b2ad-4145-9665-a6bb7af9a6a6 HTTP/1.1" 200 115 0.069791 10.0.0.38 - - [2025-10-20 02:13:09] "GET /virtual-network/a8971c45-0bcd-4b1b-a851-9e38c36b1541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011278 10.0.0.38 - - [2025-10-20 02:13:09] "DELETE /network-policy/b8e7dd00-5b31-478d-a218-506e44519899 HTTP/1.1" 200 115 0.027008 10.0.0.38 - - [2025-10-20 02:13:09] "POST /neutron/network HTTP/1.1" 200 827 0.005818 10.0.0.38 - - [2025-10-20 02:13:09] "POST /neutron/network HTTP/1.1" 400 204 0.012662 10.0.0.38 - - [2025-10-20 02:13:09] "POST /neutron/port HTTP/1.1" 200 1091 0.010832 10.0.0.38 - - [2025-10-20 02:13:10] "POST /neutron/port HTTP/1.1" 200 1117 0.010707 10.0.0.38 - - [2025-10-20 02:13:10] "POST /neutron/port HTTP/1.1" 200 1092 0.023608 10.0.0.38 - - [2025-10-20 02:13:10] "POST /neutron/port HTTP/1.1" 200 1118 0.007554 10.0.0.38 - - [2025-10-20 02:13:10] "POST /neutron/port HTTP/1.1" 200 151 0.130445 10.0.0.38 - - [2025-10-20 02:13:10] "POST /neutron/port HTTP/1.1" 200 151 0.111612 10.0.0.38 - - [2025-10-20 02:13:10] "GET /obj-perms HTTP/1.1" 200 5056 0.042923 10.0.0.38 - - [2025-10-20 02:13:11] "GET /obj-perms HTTP/1.1" 200 5056 0.043955 10.0.0.38 - - [2025-10-20 02:13:11] "POST /neutron/network HTTP/1.1" 200 827 0.006830 10.0.0.38 - - [2025-10-20 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.38 - - [2025-10-20 02:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001858 10.0.0.38 - - [2025-10-20 02:13:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002700 10.0.0.38 - - [2025-10-20 02:13:12] "POST /neutron/network HTTP/1.1" 200 151 0.079577 10.0.0.38 - - [2025-10-20 02:13:12] "DELETE /route-target/85565594-95d3-402e-9f43-c0c2b59fa8fb HTTP/1.1" 200 115 0.014093 10.0.0.38 - - [2025-10-20 02:13:12] "GET /routing-instance/fd847e30-ce04-48b9-855c-5be2c7291fdb HTTP/1.1" 404 171 0.002241 10.0.0.38 - - [2025-10-20 02:13:12] "GET /domains HTTP/1.1" 200 280 0.002041 10.0.0.38 - - [2025-10-20 02:13:12] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.38 - - [2025-10-20 02:13:12] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2575 0.051450 10.0.0.38 - - [2025-10-20 02:13:12] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001356 10.0.0.38 - - [2025-10-20 02:13:12] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722 HTTP/1.1" 200 2103 0.064447 10.0.0.38 - - [2025-10-20 02:13:12] "POST /neutron/network HTTP/1.1" 200 828 0.005596 10.0.0.38 - - [2025-10-20 02:13:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004195 10.0.0.38 - - [2025-10-20 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.38 - - [2025-10-20 02:13:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001591 10.0.0.38 - - [2025-10-20 02:13:12] "POST /neutron/network HTTP/1.1" 200 151 0.073919 10.0.0.38 - - [2025-10-20 02:13:12] "DELETE /route-target/8915c4fa-69dc-4989-962b-74b53cc879aa HTTP/1.1" 200 115 0.014275 10.0.0.38 - - [2025-10-20 02:13:12] "GET /routing-instance/46c7ed92-bb96-4f62-b8aa-86817165a52c HTTP/1.1" 404 171 0.004635 10.0.0.38 - - [2025-10-20 02:13:12] "GET /domains HTTP/1.1" 200 280 0.002356 10.0.0.38 - - [2025-10-20 02:13:12] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.38 - - [2025-10-20 02:13:12] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2575 0.047419 10.0.0.38 - - [2025-10-20 02:13:12] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001652 10.0.0.38 - - [2025-10-20 02:13:12] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722 HTTP/1.1" 200 1864 0.069416 10.0.0.38 - - [2025-10-20 02:13:12] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.38 - - [2025-10-20 02:13:12] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024672 10.0.0.38 - - [2025-10-20 02:13:12] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001124 10.0.0.38 - - [2025-10-20 02:13:12] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?fields=virtual_networks HTTP/1.1" 200 1036 0.067603 10.0.0.38 - - [2025-10-20 02:13:12] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001335 10.0.0.38 - - [2025-10-20 02:13:12] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.025528 10.0.0.38 - - [2025-10-20 02:13:12] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001010 10.0.0.38 - - [2025-10-20 02:13:12] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?fields=security_groups HTTP/1.1" 200 1264 0.021916 10.0.0.38 - - [2025-10-20 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 181 0.024097 10.0.0.38 - - [2025-10-20 02:13:13] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002702 10.0.0.38 - - [2025-10-20 02:13:13] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.38 - - [2025-10-20 02:13:13] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006447 10.0.0.38 - - [2025-10-20 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 183 0.002061 10.0.0.38 - - [2025-10-20 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.002624 10.0.0.38 - - [2025-10-20 02:13:14] "POST /security-groups HTTP/1.1" 200 584 0.064210 10.0.0.38 - - [2025-10-20 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 227 0.002378 10.0.0.38 - - [2025-10-20 02:13:14] "POST /projects HTTP/1.1" 200 571 0.212938 10.0.0.38 - - [2025-10-20 02:13:14] "POST /access-control-lists HTTP/1.1" 200 589 0.060965 10.0.0.38 - - [2025-10-20 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.285101 10.0.0.38 - - [2025-10-20 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 226 0.002853 10.0.0.38 - - [2025-10-20 02:13:14] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.401110 10.0.0.38 - - [2025-10-20 02:13:14] "POST /access-control-lists HTTP/1.1" 200 587 0.060729 10.0.0.38 - - [2025-10-20 02:13:15] "GET / HTTP/1.1" 200 35931 0.002016 10.0.0.38 - - [2025-10-20 02:13:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000583 10.0.0.38 - - [2025-10-20 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.057031 10.0.0.38 - - [2025-10-20 02:13:16] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000984 10.0.0.38 - - [2025-10-20 02:13:16] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.022166 10.0.0.38 - - [2025-10-20 02:13:16] "POST /neutron/network HTTP/1.1" 200 117 0.036383 10.0.0.38 - - [2025-10-20 02:13:16] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001291 10.0.0.38 - - [2025-10-20 02:13:16] "POST /neutron/network HTTP/1.1" 200 612 0.058476 10.0.0.38 - - [2025-10-20 02:13:16] "POST /route-targets HTTP/1.1" 200 327 0.011020 10.0.0.38 - - [2025-10-20 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.011828 10.0.0.38 - - [2025-10-20 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004031 10.0.0.38 - - [2025-10-20 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.139756 10.0.0.38 - - [2025-10-20 02:13:16] "POST /neutron/network HTTP/1.1" 200 830 0.005258 10.0.0.38 - - [2025-10-20 02:13:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001105 10.0.0.38 - - [2025-10-20 02:13:16] "GET /virtual-network/c491f255-b157-4411-883d-1c34702ad4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004485 10.0.0.38 - - [2025-10-20 02:13:16] "POST /neutron/network HTTP/1.1" 200 830 0.005753 10.0.0.38 - - [2025-10-20 02:13:16] "GET /virtual-network/c491f255-b157-4411-883d-1c34702ad4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004761 10.0.0.38 - - [2025-10-20 02:13:16] "POST /neutron/network HTTP/1.1" 200 830 0.005468 10.0.0.38 - - [2025-10-20 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.006284 10.0.0.38 - - [2025-10-20 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002118 10.0.0.38 - - [2025-10-20 02:13:16] "GET /virtual-network/c491f255-b157-4411-883d-1c34702ad4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005243 10.0.0.38 - - [2025-10-20 02:13:17] "PUT /virtual-network/c491f255-b157-4411-883d-1c34702ad4ca HTTP/1.1" 200 264 0.033936 10.0.0.38 - - [2025-10-20 02:13:17] "POST /route-targets HTTP/1.1" 200 323 0.013582 10.0.0.38 - - [2025-10-20 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.012260 10.0.0.38 - - [2025-10-20 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.38 - - [2025-10-20 02:13:17] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001379 10.0.0.38 - - [2025-10-20 02:13:17] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.028651 10.0.0.38 - - [2025-10-20 02:13:17] "POST /neutron/network HTTP/1.1" 200 117 0.011320 10.0.0.38 - - [2025-10-20 02:13:17] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001028 10.0.0.38 - - [2025-10-20 02:13:17] "POST /neutron/network HTTP/1.1" 200 612 0.060410 10.0.0.38 - - [2025-10-20 02:13:17] "POST /route-targets HTTP/1.1" 200 327 0.011461 10.0.0.38 - - [2025-10-20 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.011406 10.0.0.38 - - [2025-10-20 02:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002531 10.0.0.38 - - [2025-10-20 02:13:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.176845 10.0.0.38 - - [2025-10-20 02:13:17] "POST /neutron/network HTTP/1.1" 200 832 0.005450 10.0.0.38 - - [2025-10-20 02:13:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001635 10.0.0.38 - - [2025-10-20 02:13:17] "GET /virtual-network/e5a6e98c-4a9b-4603-8d5d-e8f1040e1a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006659 10.0.0.38 - - [2025-10-20 02:13:17] "POST /neutron/network HTTP/1.1" 200 832 0.005600 10.0.0.38 - - [2025-10-20 02:13:17] "GET /virtual-network/e5a6e98c-4a9b-4603-8d5d-e8f1040e1a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005738 10.0.0.38 - - [2025-10-20 02:13:17] "POST /neutron/network HTTP/1.1" 200 832 0.006286 10.0.0.38 - - [2025-10-20 02:13:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.007582 10.0.0.38 - - [2025-10-20 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.38 - - [2025-10-20 02:13:17] "GET /virtual-network/e5a6e98c-4a9b-4603-8d5d-e8f1040e1a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004917 10.0.0.38 - - [2025-10-20 02:13:17] "PUT /virtual-network/e5a6e98c-4a9b-4603-8d5d-e8f1040e1a09 HTTP/1.1" 200 264 0.030913 10.0.0.38 - - [2025-10-20 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.009001 10.0.0.38 - - [2025-10-20 02:13:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001358 10.0.0.38 - - [2025-10-20 02:13:18] "POST /neutron/network HTTP/1.1" 200 840 0.005510 10.0.0.38 - - [2025-10-20 02:13:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000388 10.0.0.38 - - [2025-10-20 02:13:18] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.38 - - [2025-10-20 02:13:18] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000356 10.0.0.38 - - [2025-10-20 02:13:18] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001176 10.0.0.38 - - [2025-10-20 02:13:18] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.051422 10.0.0.38 - - [2025-10-20 02:13:18] "POST /neutron/network HTTP/1.1" 200 830 0.005649 10.0.0.38 - - [2025-10-20 02:13:18] "POST /neutron/port HTTP/1.1" 200 117 0.004790 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.005048 10.0.0.38 - - [2025-10-20 02:13:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001238 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.004805 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/network HTTP/1.1" 200 842 0.006351 10.0.0.38 - - [2025-10-20 02:13:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000494 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/network HTTP/1.1" 200 840 0.005965 10.0.0.38 - - [2025-10-20 02:13:19] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001105 10.0.0.38 - - [2025-10-20 02:13:19] "GET / HTTP/1.1" 200 35931 0.002055 10.0.0.38 - - [2025-10-20 02:13:19] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000729 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/port HTTP/1.1" 200 1052 0.223289 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/port HTTP/1.1" 200 1052 0.010378 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/port HTTP/1.1" 200 1052 0.008613 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/port HTTP/1.1" 200 1106 0.085085 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/port HTTP/1.1" 200 1080 0.017368 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004007 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.008466 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.38 - - [2025-10-20 02:13:19] "POST /neutron/network HTTP/1.1" 200 830 0.006356 10.0.0.38 - - [2025-10-20 02:13:19] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001084 10.0.0.38 - - [2025-10-20 02:13:20] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.055403 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/network HTTP/1.1" 200 832 0.005380 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/port HTTP/1.1" 200 1080 0.012491 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007514 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/port HTTP/1.1" 200 117 0.004837 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/port HTTP/1.1" 200 1080 0.011281 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009667 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/network HTTP/1.1" 200 842 0.005670 10.0.0.38 - - [2025-10-20 02:13:20] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001107 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/port HTTP/1.1" 200 1054 0.225787 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/port HTTP/1.1" 200 1054 0.008939 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/port HTTP/1.1" 200 1054 0.007289 10.0.0.38 - - [2025-10-20 02:13:20] "POST /neutron/port HTTP/1.1" 200 1108 0.058095 10.0.0.38 - - [2025-10-20 02:13:21] "POST /neutron/port HTTP/1.1" 200 1082 0.015458 10.0.0.38 - - [2025-10-20 02:13:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003958 10.0.0.38 - - [2025-10-20 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.007120 10.0.0.38 - - [2025-10-20 02:13:21] "POST /neutron/port HTTP/1.1" 200 117 0.001546 10.0.0.38 - - [2025-10-20 02:13:21] "POST /neutron/network HTTP/1.1" 200 832 0.005501 10.0.0.38 - - [2025-10-20 02:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.38 - - [2025-10-20 02:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.38 - - [2025-10-20 02:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.38 - - [2025-10-20 02:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.38 - - [2025-10-20 02:13:25] "POST /neutron/port HTTP/1.1" 200 1080 0.010703 10.0.0.38 - - [2025-10-20 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006639 10.0.0.38 - - [2025-10-20 02:13:25] "POST /neutron/port HTTP/1.1" 200 1080 0.011390 10.0.0.38 - - [2025-10-20 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005839 10.0.0.38 - - [2025-10-20 02:13:25] "POST /neutron/port HTTP/1.1" 200 1080 0.013224 10.0.0.38 - - [2025-10-20 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006870 10.0.0.38 - - [2025-10-20 02:13:25] "GET /virtual-machine/5af4efbb-5f95-41be-8a2a-c78ff99a8a54 HTTP/1.1" 401 292 0.000389 10.0.0.38 - - [2025-10-20 02:13:25] "GET /virtual-machine/5af4efbb-5f95-41be-8a2a-c78ff99a8a54 HTTP/1.1" 200 1284 0.026190 10.0.0.38 - - [2025-10-20 02:13:25] "GET /virtual-machine-interface/825b72af-dc79-4692-b7e2-3449dcd18278 HTTP/1.1" 200 2927 0.004462 10.0.0.38 - - [2025-10-20 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.38 - - [2025-10-20 02:13:25] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002760 10.0.0.38 - - [2025-10-20 02:13:26] "GET /virtual-networks?parent_id=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002869 10.0.0.38 - - [2025-10-20 02:13:26] "GET /virtual-network/c491f255-b157-4411-883d-1c34702ad4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005174 10.0.0.38 - - [2025-10-20 02:13:27] "POST /neutron/port HTTP/1.1" 200 1080 0.024611 10.0.0.38 - - [2025-10-20 02:13:27] "POST /neutron/port HTTP/1.1" 200 1080 0.021763 10.0.0.38 - - [2025-10-20 02:13:27] "POST /neutron/network HTTP/1.1" 200 840 0.005916 10.0.0.38 - - [2025-10-20 02:13:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003556 10.0.0.38 - - [2025-10-20 02:13:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.007610 10.0.0.38 - - [2025-10-20 02:13:27] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.38 - - [2025-10-20 02:13:27] "POST /neutron/network HTTP/1.1" 200 830 0.007745 10.0.0.38 - - [2025-10-20 02:13:29] "POST /neutron/port HTTP/1.1" 200 1080 0.009902 10.0.0.38 - - [2025-10-20 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005292 10.0.0.38 - - [2025-10-20 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.38 - - [2025-10-20 02:13:29] "GET /virtual-network/c491f255-b157-4411-883d-1c34702ad4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006152 10.0.0.38 - - [2025-10-20 02:13:30] "POST /neutron/port HTTP/1.1" 200 1082 0.010462 10.0.0.38 - - [2025-10-20 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004651 10.0.0.38 - - [2025-10-20 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.38 - - [2025-10-20 02:13:31] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002775 10.0.0.38 - - [2025-10-20 02:13:31] "GET /virtual-networks?parent_id=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002965 10.0.0.38 - - [2025-10-20 02:13:31] "GET /virtual-network/c491f255-b157-4411-883d-1c34702ad4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005253 10.0.0.38 - - [2025-10-20 02:13:31] "POST /neutron/port HTTP/1.1" 200 1080 0.010648 10.0.0.38 - - [2025-10-20 02:13:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005946 10.0.0.38 - - [2025-10-20 02:13:36] "POST /neutron/port HTTP/1.1" 200 1082 0.009943 10.0.0.38 - - [2025-10-20 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005229 10.0.0.38 - - [2025-10-20 02:13:37] "POST /neutron/port HTTP/1.1" 200 1082 0.010213 10.0.0.38 - - [2025-10-20 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005881 10.0.0.38 - - [2025-10-20 02:13:37] "POST /neutron/port HTTP/1.1" 200 1082 0.010794 10.0.0.38 - - [2025-10-20 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004788 10.0.0.38 - - [2025-10-20 02:13:37] "GET /virtual-machine/873787df-d078-4711-a0b3-72a0b7f30469 HTTP/1.1" 200 1285 0.003912 10.0.0.38 - - [2025-10-20 02:13:37] "GET /virtual-machine-interface/60ad4c60-d63a-4c59-b45e-533a71162e6a HTTP/1.1" 200 2927 0.004279 10.0.0.38 - - [2025-10-20 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.38 - - [2025-10-20 02:13:37] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003131 10.0.0.38 - - [2025-10-20 02:13:37] "GET /virtual-networks?parent_id=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003483 10.0.0.38 - - [2025-10-20 02:13:37] "GET /virtual-network/e5a6e98c-4a9b-4603-8d5d-e8f1040e1a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006884 10.0.0.38 - - [2025-10-20 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.38 - - [2025-10-20 02:13:38] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002714 10.0.0.38 - - [2025-10-20 02:13:38] "GET /virtual-networks?parent_id=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002810 10.0.0.38 - - [2025-10-20 02:13:38] "GET /virtual-network/e5a6e98c-4a9b-4603-8d5d-e8f1040e1a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005378 10.0.0.38 - - [2025-10-20 02:13:38] "POST /routing-policys HTTP/1.1" 200 534 0.016477 10.0.0.38 - - [2025-10-20 02:13:38] "GET /virtual-network/c491f255-b157-4411-883d-1c34702ad4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006946 10.0.0.38 - - [2025-10-20 02:13:38] "PUT /virtual-network/c491f255-b157-4411-883d-1c34702ad4ca HTTP/1.1" 200 264 0.030729 10.0.0.38 - - [2025-10-20 02:13:39] "POST /ref-update HTTP/1.1" 200 156 0.007943 10.0.0.38 - - [2025-10-20 02:13:43] "POST /ref-update HTTP/1.1" 200 156 0.032544 10.0.0.38 - - [2025-10-20 02:13:43] "POST /ref-update HTTP/1.1" 200 156 0.016468 10.0.0.38 - - [2025-10-20 02:13:43] "DELETE /routing-policy/a0d2a6af-cf53-4bdb-9624-9c91dcf65a46 HTTP/1.1" 200 115 0.025409 10.0.0.38 - - [2025-10-20 02:13:43] "POST /neutron/network HTTP/1.1" 200 832 0.009667 10.0.0.38 - - [2025-10-20 02:13:43] "POST /neutron/network HTTP/1.1" 400 204 0.030059 10.0.0.38 - - [2025-10-20 02:13:44] "POST /neutron/port HTTP/1.1" 200 1082 0.011281 10.0.0.38 - - [2025-10-20 02:13:44] "POST /neutron/port HTTP/1.1" 200 1108 0.010268 10.0.0.38 - - [2025-10-20 02:13:44] "POST /neutron/port HTTP/1.1" 200 1080 0.013404 10.0.0.38 - - [2025-10-20 02:13:44] "POST /neutron/port HTTP/1.1" 200 1106 0.009179 10.0.0.38 - - [2025-10-20 02:13:44] "POST /neutron/port HTTP/1.1" 200 151 0.147314 10.0.0.38 - - [2025-10-20 02:13:44] "POST /neutron/port HTTP/1.1" 200 151 0.136510 10.0.0.38 - - [2025-10-20 02:13:45] "POST /neutron/network HTTP/1.1" 200 832 0.005762 10.0.0.38 - - [2025-10-20 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.38 - - [2025-10-20 02:13:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003187 10.0.0.38 - - [2025-10-20 02:13:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001967 10.0.0.38 - - [2025-10-20 02:13:45] "POST /neutron/network HTTP/1.1" 200 151 0.072986 10.0.0.38 - - [2025-10-20 02:13:45] "POST /neutron/network HTTP/1.1" 200 830 0.008838 10.0.0.38 - - [2025-10-20 02:13:45] "DELETE /route-target/dc29bbca-b926-4061-8235-86f3b9c93c1d HTTP/1.1" 200 115 0.033837 10.0.0.38 - - [2025-10-20 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.38 - - [2025-10-20 02:13:45] "DELETE /route-target/e6142eca-417d-453a-b905-8a531a10710f HTTP/1.1" 200 115 0.017952 10.0.0.38 - - [2025-10-20 02:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002611 10.0.0.38 - - [2025-10-20 02:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002262 10.0.0.38 - - [2025-10-20 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002320 10.0.0.38 - - [2025-10-20 02:13:46] "POST /neutron/network HTTP/1.1" 200 151 0.082349 10.0.0.38 - - [2025-10-20 02:13:46] "DELETE /route-target/21c6ad06-aa3a-4788-b06e-55707f74e894 HTTP/1.1" 200 115 0.014544 10.0.0.38 - - [2025-10-20 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 160 0.003366 10.0.0.38 - - [2025-10-20 02:13:46] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001039 10.0.0.38 - - [2025-10-20 02:13:46] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.021965 10.0.0.38 - - [2025-10-20 02:13:46] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000936 10.0.0.38 - - [2025-10-20 02:13:46] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?fields=virtual_networks HTTP/1.1" 200 1017 0.069836 10.0.0.38 - - [2025-10-20 02:13:46] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001021 10.0.0.38 - - [2025-10-20 02:13:46] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.020953 10.0.0.38 - - [2025-10-20 02:13:46] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001428 10.0.0.38 - - [2025-10-20 02:13:46] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?fields=security_groups HTTP/1.1" 200 1236 0.022732 10.0.0.38 - - [2025-10-20 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.023142 10.0.0.38 - - [2025-10-20 02:13:47] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002355 10.0.0.38 - - [2025-10-20 02:13:47] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001855 10.0.0.38 - - [2025-10-20 02:13:47] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008561 10.0.0.38 - - [2025-10-20 02:13:47] "POST /id-to-fqname HTTP/1.1" 200 188 0.001867 10.0.0.38 - - [2025-10-20 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.002873 10.0.0.38 - - [2025-10-20 02:13:47] "POST /security-groups HTTP/1.1" 200 589 0.063845 10.0.0.38 - - [2025-10-20 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.002658 10.0.0.38 - - [2025-10-20 02:13:47] "POST /projects HTTP/1.1" 200 581 0.211370 10.0.0.38 - - [2025-10-20 02:13:47] "POST /access-control-lists HTTP/1.1" 200 594 0.059626 10.0.0.38 - - [2025-10-20 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.280905 10.0.0.38 - - [2025-10-20 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 231 0.002831 10.0.0.38 - - [2025-10-20 02:13:47] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.402332 10.0.0.38 - - [2025-10-20 02:13:47] "POST /access-control-lists HTTP/1.1" 200 592 0.060354 10.0.0.38 - - [2025-10-20 02:13:48] "GET / HTTP/1.1" 200 35931 0.002757 10.0.0.38 - - [2025-10-20 02:13:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000700 10.0.0.38 - - [2025-10-20 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.053732 10.0.0.38 - - [2025-10-20 02:13:49] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.38 - - [2025-10-20 02:13:49] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025024 10.0.0.38 - - [2025-10-20 02:13:50] "POST /neutron/network HTTP/1.1" 200 117 0.027099 10.0.0.38 - - [2025-10-20 02:13:50] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.38 - - [2025-10-20 02:13:50] "POST /neutron/network HTTP/1.1" 200 613 0.054127 10.0.0.38 - - [2025-10-20 02:13:50] "POST /route-targets HTTP/1.1" 200 327 0.010535 10.0.0.38 - - [2025-10-20 02:13:50] "POST /ref-update HTTP/1.1" 200 156 0.009307 10.0.0.38 - - [2025-10-20 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002850 10.0.0.38 - - [2025-10-20 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.187861 10.0.0.38 - - [2025-10-20 02:13:50] "POST /neutron/network HTTP/1.1" 200 831 0.004591 10.0.0.38 - - [2025-10-20 02:13:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.000967 10.0.0.38 - - [2025-10-20 02:13:50] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004187 10.0.0.38 - - [2025-10-20 02:13:50] "POST /neutron/network HTTP/1.1" 200 831 0.005616 10.0.0.38 - - [2025-10-20 02:13:50] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006364 10.0.0.38 - - [2025-10-20 02:13:50] "POST /neutron/network HTTP/1.1" 200 831 0.005159 10.0.0.38 - - [2025-10-20 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.005764 10.0.0.38 - - [2025-10-20 02:13:50] "GET /domains HTTP/1.1" 401 292 0.000374 10.0.0.38 - - [2025-10-20 02:13:50] "GET /domains HTTP/1.1" 200 280 0.023507 10.0.0.38 - - [2025-10-20 02:13:50] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001993 10.0.0.38 - - [2025-10-20 02:13:50] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2938 0.010524 10.0.0.38 - - [2025-10-20 02:13:50] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.38 - - [2025-10-20 02:13:50] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 2080 0.065383 10.0.0.38 - - [2025-10-20 02:13:50] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b HTTP/1.1" 200 2317 0.016442 10.0.0.38 - - [2025-10-20 02:13:50] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b HTTP/1.1" 200 2317 0.004688 10.0.0.38 - - [2025-10-20 02:13:50] "GET /routing-instance/7be9ad9c-2552-4ae7-a90a-67b772011f7c HTTP/1.1" 200 1493 0.003364 10.0.0.38 - - [2025-10-20 02:13:50] "GET /routing-instance/7be9ad9c-2552-4ae7-a90a-67b772011f7c HTTP/1.1" 200 1493 0.002832 10.0.0.38 - - [2025-10-20 02:13:50] "GET /route-target/61612093-4a27-42a8-9916-a6df6f968659 HTTP/1.1" 200 1212 0.003153 10.0.0.38 - - [2025-10-20 02:13:50] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b HTTP/1.1" 200 2317 0.004550 10.0.0.38 - - [2025-10-20 02:13:50] "GET /routing-instance/7be9ad9c-2552-4ae7-a90a-67b772011f7c HTTP/1.1" 200 1493 0.003338 10.0.0.38 - - [2025-10-20 02:13:50] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004764 10.0.0.38 - - [2025-10-20 02:13:51] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b HTTP/1.1" 200 2317 0.004859 10.0.0.38 - - [2025-10-20 02:13:51] "GET /routing-instance/7be9ad9c-2552-4ae7-a90a-67b772011f7c HTTP/1.1" 200 1493 0.003000 10.0.0.38 - - [2025-10-20 02:13:51] "GET /routing-instance/7be9ad9c-2552-4ae7-a90a-67b772011f7c HTTP/1.1" 200 1493 0.003289 10.0.0.38 - - [2025-10-20 02:13:51] "GET /route-target/61612093-4a27-42a8-9916-a6df6f968659 HTTP/1.1" 200 1212 0.002697 10.0.0.38 - - [2025-10-20 02:13:51] "GET /domains HTTP/1.1" 200 280 0.002678 10.0.0.38 - - [2025-10-20 02:13:51] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.38 - - [2025-10-20 02:13:51] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2938 0.005965 10.0.0.38 - - [2025-10-20 02:13:51] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.38 - - [2025-10-20 02:13:51] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 2080 0.061298 10.0.0.38 - - [2025-10-20 02:13:51] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b HTTP/1.1" 200 2317 0.005940 10.0.0.38 - - [2025-10-20 02:13:51] "GET /obj-perms HTTP/1.1" 200 5026 0.051331 10.0.0.38 - - [2025-10-20 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.38 - - [2025-10-20 02:13:51] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.38 - - [2025-10-20 02:13:51] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025831 10.0.0.38 - - [2025-10-20 02:13:51] "POST /neutron/network HTTP/1.1" 200 117 0.008028 10.0.0.38 - - [2025-10-20 02:13:51] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.38 - - [2025-10-20 02:13:51] "POST /neutron/network HTTP/1.1" 200 613 0.061111 10.0.0.38 - - [2025-10-20 02:13:51] "POST /route-targets HTTP/1.1" 200 327 0.010115 10.0.0.38 - - [2025-10-20 02:13:51] "POST /ref-update HTTP/1.1" 200 156 0.011192 10.0.0.38 - - [2025-10-20 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003489 10.0.0.38 - - [2025-10-20 02:13:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.188913 10.0.0.38 - - [2025-10-20 02:13:51] "POST /neutron/network HTTP/1.1" 200 831 0.006030 10.0.0.38 - - [2025-10-20 02:13:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001400 10.0.0.38 - - [2025-10-20 02:13:51] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006634 10.0.0.38 - - [2025-10-20 02:13:52] "POST /neutron/network HTTP/1.1" 200 831 0.006505 10.0.0.38 - - [2025-10-20 02:13:52] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006534 10.0.0.38 - - [2025-10-20 02:13:52] "POST /neutron/network HTTP/1.1" 200 831 0.005225 10.0.0.38 - - [2025-10-20 02:13:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.006172 10.0.0.38 - - [2025-10-20 02:13:52] "GET /domains HTTP/1.1" 200 280 0.001926 10.0.0.38 - - [2025-10-20 02:13:52] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.38 - - [2025-10-20 02:13:52] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2938 0.005761 10.0.0.38 - - [2025-10-20 02:13:52] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.38 - - [2025-10-20 02:13:52] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 2298 0.062035 10.0.0.38 - - [2025-10-20 02:13:52] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e HTTP/1.1" 200 2315 0.005407 10.0.0.38 - - [2025-10-20 02:13:52] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e HTTP/1.1" 200 2315 0.004457 10.0.0.38 - - [2025-10-20 02:13:52] "GET /routing-instance/10338851-6581-48c2-84cd-f91f09d3d406 HTTP/1.1" 200 1492 0.003576 10.0.0.38 - - [2025-10-20 02:13:52] "GET /routing-instance/10338851-6581-48c2-84cd-f91f09d3d406 HTTP/1.1" 200 1492 0.002864 10.0.0.38 - - [2025-10-20 02:13:52] "GET /route-target/c7251161-a5ee-4c6e-86b3-e9710a35aa1d HTTP/1.1" 200 1212 0.002309 10.0.0.38 - - [2025-10-20 02:13:52] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e HTTP/1.1" 200 2315 0.004653 10.0.0.38 - - [2025-10-20 02:13:52] "GET /routing-instance/10338851-6581-48c2-84cd-f91f09d3d406 HTTP/1.1" 200 1492 0.005357 10.0.0.38 - - [2025-10-20 02:13:52] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004853 10.0.0.38 - - [2025-10-20 02:13:52] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e HTTP/1.1" 200 2315 0.004195 10.0.0.38 - - [2025-10-20 02:13:52] "GET /routing-instance/10338851-6581-48c2-84cd-f91f09d3d406 HTTP/1.1" 200 1492 0.003217 10.0.0.38 - - [2025-10-20 02:13:52] "GET /routing-instance/10338851-6581-48c2-84cd-f91f09d3d406 HTTP/1.1" 200 1492 0.003029 10.0.0.38 - - [2025-10-20 02:13:52] "GET /route-target/c7251161-a5ee-4c6e-86b3-e9710a35aa1d HTTP/1.1" 200 1212 0.003082 10.0.0.38 - - [2025-10-20 02:13:52] "GET /domains HTTP/1.1" 200 280 0.002578 10.0.0.38 - - [2025-10-20 02:13:52] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.38 - - [2025-10-20 02:13:52] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2938 0.006086 10.0.0.38 - - [2025-10-20 02:13:52] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000823 10.0.0.38 - - [2025-10-20 02:13:52] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 2298 0.067947 10.0.0.38 - - [2025-10-20 02:13:52] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e HTTP/1.1" 200 2315 0.005301 10.0.0.38 - - [2025-10-20 02:13:52] "GET /obj-perms HTTP/1.1" 200 5026 0.002681 10.0.0.38 - - [2025-10-20 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.38 - - [2025-10-20 02:13:52] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001211 10.0.0.38 - - [2025-10-20 02:13:52] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022709 10.0.0.38 - - [2025-10-20 02:13:52] "POST /neutron/network HTTP/1.1" 200 117 0.009382 10.0.0.38 - - [2025-10-20 02:13:52] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.38 - - [2025-10-20 02:13:52] "POST /neutron/network HTTP/1.1" 200 615 0.067873 10.0.0.38 - - [2025-10-20 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.013534 10.0.0.38 - - [2025-10-20 02:13:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004151 10.0.0.38 - - [2025-10-20 02:13:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.154855 10.0.0.38 - - [2025-10-20 02:13:52] "POST /neutron/network HTTP/1.1" 200 832 0.005864 10.0.0.38 - - [2025-10-20 02:13:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001160 10.0.0.38 - - [2025-10-20 02:13:52] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004966 10.0.0.38 - - [2025-10-20 02:13:52] "POST /neutron/network HTTP/1.1" 200 832 0.005774 10.0.0.38 - - [2025-10-20 02:13:52] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005019 10.0.0.38 - - [2025-10-20 02:13:52] "POST /neutron/network HTTP/1.1" 200 832 0.006782 10.0.0.38 - - [2025-10-20 02:13:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.007254 10.0.0.38 - - [2025-10-20 02:13:52] "GET /domains HTTP/1.1" 200 280 0.002890 10.0.0.38 - - [2025-10-20 02:13:52] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.38 - - [2025-10-20 02:13:52] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2938 0.007122 10.0.0.38 - - [2025-10-20 02:13:52] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.38 - - [2025-10-20 02:13:53] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 2517 0.072968 10.0.0.38 - - [2025-10-20 02:13:53] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32 HTTP/1.1" 200 2319 0.005693 10.0.0.38 - - [2025-10-20 02:13:53] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32 HTTP/1.1" 200 2319 0.004912 10.0.0.38 - - [2025-10-20 02:13:53] "GET /routing-instance/ef94fbf2-29a2-4f29-8d93-a2dfc567c2f5 HTTP/1.1" 200 1498 0.003228 10.0.0.38 - - [2025-10-20 02:13:53] "GET /routing-instance/ef94fbf2-29a2-4f29-8d93-a2dfc567c2f5 HTTP/1.1" 200 1498 0.002864 10.0.0.38 - - [2025-10-20 02:13:53] "GET /route-target/49c1689c-12ca-4972-b527-f18ad1243222 HTTP/1.1" 200 1214 0.002462 10.0.0.38 - - [2025-10-20 02:13:53] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32 HTTP/1.1" 200 2319 0.004106 10.0.0.38 - - [2025-10-20 02:13:53] "GET /routing-instance/ef94fbf2-29a2-4f29-8d93-a2dfc567c2f5 HTTP/1.1" 200 1498 0.002679 10.0.0.38 - - [2025-10-20 02:13:53] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004122 10.0.0.38 - - [2025-10-20 02:13:53] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32 HTTP/1.1" 200 2319 0.004065 10.0.0.38 - - [2025-10-20 02:13:53] "GET /routing-instance/ef94fbf2-29a2-4f29-8d93-a2dfc567c2f5 HTTP/1.1" 200 1498 0.002949 10.0.0.38 - - [2025-10-20 02:13:53] "GET /routing-instance/ef94fbf2-29a2-4f29-8d93-a2dfc567c2f5 HTTP/1.1" 200 1498 0.002578 10.0.0.38 - - [2025-10-20 02:13:53] "GET /route-target/49c1689c-12ca-4972-b527-f18ad1243222 HTTP/1.1" 200 1214 0.002393 10.0.0.38 - - [2025-10-20 02:13:53] "GET /domains HTTP/1.1" 200 280 0.002030 10.0.0.38 - - [2025-10-20 02:13:53] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.38 - - [2025-10-20 02:13:53] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2938 0.007267 10.0.0.38 - - [2025-10-20 02:13:53] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.38 - - [2025-10-20 02:13:53] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 2517 0.074791 10.0.0.38 - - [2025-10-20 02:13:53] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32 HTTP/1.1" 200 2319 0.004439 10.0.0.38 - - [2025-10-20 02:13:53] "GET /obj-perms HTTP/1.1" 200 5026 0.002698 10.0.0.38 - - [2025-10-20 02:13:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001252 10.0.0.38 - - [2025-10-20 02:13:53] "POST /neutron/network HTTP/1.1" 200 841 0.005234 10.0.0.38 - - [2025-10-20 02:13:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000503 10.0.0.38 - - [2025-10-20 02:13:53] "GET / HTTP/1.1" 200 35931 0.001831 10.0.0.38 - - [2025-10-20 02:13:53] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000374 10.0.0.38 - - [2025-10-20 02:13:54] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.38 - - [2025-10-20 02:13:54] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056922 10.0.0.38 - - [2025-10-20 02:13:54] "POST /neutron/network HTTP/1.1" 200 831 0.005006 10.0.0.38 - - [2025-10-20 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.005548 10.0.0.38 - - [2025-10-20 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.006669 10.0.0.38 - - [2025-10-20 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001464 10.0.0.38 - - [2025-10-20 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.006059 10.0.0.38 - - [2025-10-20 02:13:54] "POST /neutron/network HTTP/1.1" 200 842 0.006580 10.0.0.38 - - [2025-10-20 02:13:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.38 - - [2025-10-20 02:13:54] "POST /neutron/network HTTP/1.1" 200 841 0.005558 10.0.0.38 - - [2025-10-20 02:13:54] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001335 10.0.0.38 - - [2025-10-20 02:13:54] "GET / HTTP/1.1" 200 35931 0.002992 10.0.0.38 - - [2025-10-20 02:13:54] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.38 - - [2025-10-20 02:13:54] "POST /neutron/port HTTP/1.1" 200 1057 0.187561 10.0.0.38 - - [2025-10-20 02:13:54] "POST /neutron/port HTTP/1.1" 200 1057 0.008411 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/port HTTP/1.1" 200 1057 0.009461 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/port HTTP/1.1" 200 1111 0.067425 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/port HTTP/1.1" 200 1085 0.010839 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003108 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.005785 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/network HTTP/1.1" 200 831 0.004999 10.0.0.38 - - [2025-10-20 02:13:55] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001547 10.0.0.38 - - [2025-10-20 02:13:55] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044544 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/network HTTP/1.1" 200 832 0.005381 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/port HTTP/1.1" 200 1085 0.026398 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009226 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/port HTTP/1.1" 200 117 0.004768 10.0.0.38 - - [2025-10-20 02:13:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.002869 10.0.0.38 - - [2025-10-20 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.38 - - [2025-10-20 02:13:55] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.38 - - [2025-10-20 02:13:55] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007008 10.0.0.38 - - [2025-10-20 02:13:55] "POST /service-templates HTTP/1.1" 200 543 0.026990 10.0.0.38 - - [2025-10-20 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.38 - - [2025-10-20 02:13:55] "GET /service-template/2d02d3db-8c42-4805-b55d-a6d7fd4edd2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005109 10.0.0.38 - - [2025-10-20 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.38 - - [2025-10-20 02:13:55] "POST /neutron/network HTTP/1.1" 200 842 0.011053 10.0.0.38 - - [2025-10-20 02:13:55] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001325 10.0.0.38 - - [2025-10-20 02:13:55] "GET /service-template/2d02d3db-8c42-4805-b55d-a6d7fd4edd2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006176 10.0.0.38 - - [2025-10-20 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001768 10.0.0.38 - - [2025-10-20 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.005781 10.0.0.38 - - [2025-10-20 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.002623 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/port HTTP/1.1" 200 1056 0.244465 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/port HTTP/1.1" 200 1056 0.015337 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/port HTTP/1.1" 200 1056 0.013086 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/port HTTP/1.1" 200 1999 0.019758 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009785 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/port HTTP/1.1" 200 1110 0.092801 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/port HTTP/1.1" 200 1084 0.013107 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006033 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.007578 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.38 - - [2025-10-20 02:13:56] "POST /neutron/network HTTP/1.1" 200 832 0.005462 10.0.0.38 - - [2025-10-20 02:13:57] "POST /neutron/network HTTP/1.1" 200 2219 0.016829 10.0.0.38 - - [2025-10-20 02:13:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000521 10.0.0.38 - - [2025-10-20 02:13:57] "GET / HTTP/1.1" 200 35931 0.001592 10.0.0.38 - - [2025-10-20 02:13:57] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000377 10.0.0.38 - - [2025-10-20 02:13:57] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.38 - - [2025-10-20 02:13:57] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047860 10.0.0.38 - - [2025-10-20 02:13:57] "POST /neutron/network HTTP/1.1" 200 831 0.005310 10.0.0.38 - - [2025-10-20 02:13:57] "POST /neutron/network HTTP/1.1" 200 831 0.005888 10.0.0.38 - - [2025-10-20 02:13:57] "POST /neutron/network HTTP/1.1" 200 832 0.005028 10.0.0.38 - - [2025-10-20 02:13:58] "POST /neutron/port HTTP/1.1" 200 2053 0.020080 10.0.0.38 - - [2025-10-20 02:13:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006172 10.0.0.38 - - [2025-10-20 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.004714 10.0.0.38 - - [2025-10-20 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.004987 10.0.0.38 - - [2025-10-20 02:13:58] "POST /neutron/network HTTP/1.1" 200 2219 0.012828 10.0.0.38 - - [2025-10-20 02:13:58] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.38 - - [2025-10-20 02:13:58] "POST /neutron/port HTTP/1.1" 200 1057 0.250850 10.0.0.38 - - [2025-10-20 02:13:58] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003064 10.0.0.38 - - [2025-10-20 02:13:58] "POST /neutron/port HTTP/1.1" 200 1057 0.207270 10.0.0.38 - - [2025-10-20 02:13:58] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001397 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1056 0.190911 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1057 0.011518 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1057 0.016325 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1111 0.062927 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1057 0.009667 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1057 0.007781 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1111 0.071698 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1056 0.008480 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1056 0.006772 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1110 0.051986 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 3021 0.013067 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003297 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/subnet HTTP/1.1" 200 693 0.006568 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/network HTTP/1.1" 200 831 0.005452 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002861 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.006483 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/network HTTP/1.1" 200 831 0.004985 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002708 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/subnet HTTP/1.1" 200 689 0.006312 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.38 - - [2025-10-20 02:13:59] "POST /neutron/network HTTP/1.1" 200 832 0.005031 10.0.0.38 - - [2025-10-20 02:14:03] "POST /neutron/port HTTP/1.1" 200 3021 0.013900 10.0.0.38 - - [2025-10-20 02:14:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006294 10.0.0.38 - - [2025-10-20 02:14:03] "POST /neutron/port HTTP/1.1" 200 3021 0.013641 10.0.0.38 - - [2025-10-20 02:14:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004986 10.0.0.38 - - [2025-10-20 02:14:03] "POST /neutron/port HTTP/1.1" 200 3021 0.014426 10.0.0.38 - - [2025-10-20 02:14:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005565 10.0.0.38 - - [2025-10-20 02:14:03] "POST /neutron/port HTTP/1.1" 200 3021 0.014199 10.0.0.38 - - [2025-10-20 02:14:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006363 10.0.0.38 - - [2025-10-20 02:14:03] "POST /neutron/port HTTP/1.1" 200 3021 0.020451 10.0.0.38 - - [2025-10-20 02:14:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005748 10.0.0.38 - - [2025-10-20 02:14:03] "GET /virtual-machine/4f7e27a2-69c9-41f0-939d-0f81bfc0843d HTTP/1.1" 200 1802 0.004669 10.0.0.38 - - [2025-10-20 02:14:03] "GET /virtual-machine-interface/ddeaf200-3627-4a16-b01c-500c1100b324 HTTP/1.1" 200 2950 0.005134 10.0.0.38 - - [2025-10-20 02:14:03] "GET /virtual-machine-interface/f07e963d-dc75-4254-b805-f6294739e668 HTTP/1.1" 200 2947 0.005152 10.0.0.38 - - [2025-10-20 02:14:03] "GET /virtual-machine-interface/f2f52a74-119a-4b21-b8ac-34c0f4380cd9 HTTP/1.1" 200 2947 0.004952 10.0.0.38 - - [2025-10-20 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.38 - - [2025-10-20 02:14:03] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002970 10.0.0.38 - - [2025-10-20 02:14:03] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004389 10.0.0.38 - - [2025-10-20 02:14:03] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005446 10.0.0.38 - - [2025-10-20 02:14:04] "DELETE /project/0f17379ce8c6433a9348ae061600a6fb HTTP/1.1" 404 173 0.011940 10.0.0.38 - - [2025-10-20 02:14:04] "DELETE /project/bcfcf3e3672f40c6a2e5980dd8879767 HTTP/1.1" 404 173 0.006989 10.0.0.38 - - [2025-10-20 02:14:04] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000868 10.0.0.38 - - [2025-10-20 02:14:04] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000782 10.0.0.38 - - [2025-10-20 02:14:04] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.034325 10.0.0.38 - - [2025-10-20 02:14:04] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.037038 10.0.0.38 - - [2025-10-20 02:14:04] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000990 10.0.0.38 - - [2025-10-20 02:14:04] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001405 10.0.0.38 - - [2025-10-20 02:14:04] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?fields=security_groups HTTP/1.1" 200 1369 0.030835 10.0.0.38 - - [2025-10-20 02:14:04] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?fields=security_groups HTTP/1.1" 200 1341 0.037268 10.0.0.38 - - [2025-10-20 02:14:04] "POST /neutron/port HTTP/1.1" 200 1085 0.019155 10.0.0.38 - - [2025-10-20 02:14:04] "DELETE /security-group/7a8cc228-143a-4e55-8033-a8685063cb36 HTTP/1.1" 200 115 0.074301 10.0.0.38 - - [2025-10-20 02:14:04] "DELETE /access-control-list/a97e8cbe-602e-48b2-a26c-9f0e38e9ad64 HTTP/1.1" 200 115 0.047180 10.0.0.38 - - [2025-10-20 02:14:04] "GET /projects?obj_uuids=eecbfe74-355e-45f1-b6a6-2327f3168722&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.38 - - [2025-10-20 02:14:04] "DELETE /security-group/b09303c5-fbbb-4595-bbb0-0cebd0f5c065 HTTP/1.1" 200 115 0.076181 10.0.0.38 - - [2025-10-20 02:14:04] "GET /projects?obj_uuids=0f17379c-e8c6-433a-9348-ae061600a6fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001313 10.0.0.38 - - [2025-10-20 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006119 10.0.0.38 - - [2025-10-20 02:14:04] "GET /project/eecbfe74-355e-45f1-b6a6-2327f3168722?fields=application_policy_sets HTTP/1.1" 200 1408 0.040345 10.0.0.38 - - [2025-10-20 02:14:04] "DELETE /access-control-list/d0b2d7f9-439e-4492-b2b0-c4c5120dcbf4 HTTP/1.1" 200 115 0.041086 10.0.0.38 - - [2025-10-20 02:14:04] "DELETE /access-control-list/9006b50b-43e6-4b9f-a9d6-476664bc145f HTTP/1.1" 200 115 0.023166 10.0.0.38 - - [2025-10-20 02:14:04] "GET /project/0f17379c-e8c6-433a-9348-ae061600a6fb?fields=application_policy_sets HTTP/1.1" 200 1380 0.086913 10.0.0.38 - - [2025-10-20 02:14:04] "DELETE /access-control-list/c767cef2-dd57-490e-8deb-3b128ff62566 HTTP/1.1" 200 115 0.043154 10.0.0.38 - - [2025-10-20 02:14:04] "DELETE /project/eecbfe74-355e-45f1-b6a6-2327f3168722 HTTP/1.1" 200 115 0.361171 10.0.0.38 - - [2025-10-20 02:14:04] "DELETE /project/0f17379c-e8c6-433a-9348-ae061600a6fb HTTP/1.1" 200 115 0.420312 10.0.0.38 - - [2025-10-20 02:14:05] "POST /neutron/port HTTP/1.1" 200 1084 0.011301 10.0.0.38 - - [2025-10-20 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008384 10.0.0.38 - - [2025-10-20 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.38 - - [2025-10-20 02:14:06] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005622 10.0.0.38 - - [2025-10-20 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.38 - - [2025-10-20 02:14:11] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005303 10.0.0.38 - - [2025-10-20 02:14:11] "GET /obj-perms HTTP/1.1" 200 5056 0.056158 10.0.0.38 - - [2025-10-20 02:14:11] "GET /obj-perms HTTP/1.1" 200 5056 0.057582 10.0.0.38 - - [2025-10-20 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.38 - - [2025-10-20 02:14:15] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004675 10.0.0.38 - - [2025-10-20 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.38 - - [2025-10-20 02:14:19] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005222 10.0.0.38 - - [2025-10-20 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.38 - - [2025-10-20 02:14:21] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004850 10.0.0.38 - - [2025-10-20 02:14:21] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004075 10.0.0.38 - - [2025-10-20 02:14:21] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005679 10.0.0.38 - - [2025-10-20 02:14:21] "POST /neutron/port HTTP/1.1" 200 3021 0.014797 10.0.0.38 - - [2025-10-20 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006211 10.0.0.38 - - [2025-10-20 02:14:26] "POST /neutron/port HTTP/1.1" 200 3021 0.015635 10.0.0.38 - - [2025-10-20 02:14:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005689 10.0.0.38 - - [2025-10-20 02:14:32] "POST /neutron/port HTTP/1.1" 200 3021 0.017161 10.0.0.38 - - [2025-10-20 02:14:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007067 10.0.0.38 - - [2025-10-20 02:14:32] "POST /neutron/port HTTP/1.1" 200 3021 0.017720 10.0.0.38 - - [2025-10-20 02:14:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007147 10.0.0.38 - - [2025-10-20 02:14:37] "POST /neutron/port HTTP/1.1" 200 3021 0.013551 10.0.0.38 - - [2025-10-20 02:14:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005431 10.0.0.38 - - [2025-10-20 02:14:42] "POST /neutron/port HTTP/1.1" 200 3021 0.018012 10.0.0.38 - - [2025-10-20 02:14:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005860 10.0.0.38 - - [2025-10-20 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.38 - - [2025-10-20 02:14:47] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003154 10.0.0.38 - - [2025-10-20 02:14:47] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003188 10.0.0.38 - - [2025-10-20 02:14:47] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005555 10.0.0.38 - - [2025-10-20 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.38 - - [2025-10-20 02:14:47] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003134 10.0.0.38 - - [2025-10-20 02:14:47] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003007 10.0.0.38 - - [2025-10-20 02:14:47] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005151 10.0.0.38 - - [2025-10-20 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.002775 10.0.0.38 - - [2025-10-20 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.38 - - [2025-10-20 02:14:48] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.025892 10.0.0.38 - - [2025-10-20 02:14:48] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052353 10.0.0.38 - - [2025-10-20 02:14:48] "POST /service-instances HTTP/1.1" 200 543 0.060487 10.0.0.38 - - [2025-10-20 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.38 - - [2025-10-20 02:14:48] "GET /service-instance/b268e369-f20b-4d3c-8f21-2af3382cacd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006394 10.0.0.38 - - [2025-10-20 02:14:48] "POST /port-tuples HTTP/1.1" 200 586 0.021312 10.0.0.38 - - [2025-10-20 02:14:48] "GET /virtual-machine-interface/f07e963d-dc75-4254-b805-f6294739e668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005413 10.0.0.38 - - [2025-10-20 02:14:48] "PUT /virtual-machine-interface/f07e963d-dc75-4254-b805-f6294739e668 HTTP/1.1" 200 284 0.011093 10.0.0.38 - - [2025-10-20 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.010108 10.0.0.38 - - [2025-10-20 02:14:48] "POST /instance-ips HTTP/1.1" 200 385 0.028695 10.0.0.38 - - [2025-10-20 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.013650 10.0.0.38 - - [2025-10-20 02:14:48] "GET /virtual-machine-interface/f2f52a74-119a-4b21-b8ac-34c0f4380cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.008761 10.0.0.38 - - [2025-10-20 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.011852 10.0.0.38 - - [2025-10-20 02:14:48] "PUT /virtual-machine-interface/f2f52a74-119a-4b21-b8ac-34c0f4380cd9 HTTP/1.1" 200 284 0.012984 10.0.0.38 - - [2025-10-20 02:14:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003297 10.0.0.38 - - [2025-10-20 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.008983 10.0.0.38 - - [2025-10-20 02:14:48] "GET /virtual-machine-interface/ddeaf200-3627-4a16-b01c-500c1100b324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.007414 10.0.0.38 - - [2025-10-20 02:14:48] "POST /instance-ips HTTP/1.1" 200 385 0.033319 10.0.0.38 - - [2025-10-20 02:14:48] "PUT /virtual-machine-interface/ddeaf200-3627-4a16-b01c-500c1100b324 HTTP/1.1" 200 284 0.011311 10.0.0.38 - - [2025-10-20 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.009141 10.0.0.38 - - [2025-10-20 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.009850 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.009277 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002999 10.0.0.38 - - [2025-10-20 02:14:49] "POST /neutron/port HTTP/1.1" 200 1085 0.010085 10.0.0.38 - - [2025-10-20 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005485 10.0.0.38 - - [2025-10-20 02:14:49] "POST /instance-ips HTTP/1.1" 200 373 0.016499 10.0.0.38 - - [2025-10-20 02:14:49] "POST /neutron/port HTTP/1.1" 200 1085 0.009492 10.0.0.38 - - [2025-10-20 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006087 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.008113 10.0.0.38 - - [2025-10-20 02:14:49] "POST /neutron/port HTTP/1.1" 200 1085 0.012965 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.009898 10.0.0.38 - - [2025-10-20 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014492 10.0.0.38 - - [2025-10-20 02:14:49] "GET /virtual-machine/c469d487-ce21-4283-9441-7acc1290e96d HTTP/1.1" 200 1291 0.007797 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002593 10.0.0.38 - - [2025-10-20 02:14:49] "GET /virtual-machine-interface/e1ea7a2c-ccdc-49ac-afe5-0d8e0b0ddea9 HTTP/1.1" 200 2947 0.004864 10.0.0.38 - - [2025-10-20 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.38 - - [2025-10-20 02:14:49] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002834 10.0.0.38 - - [2025-10-20 02:14:49] "POST /instance-ips HTTP/1.1" 200 373 0.019642 10.0.0.38 - - [2025-10-20 02:14:49] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006869 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.008473 10.0.0.38 - - [2025-10-20 02:14:49] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010521 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.010022 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003844 10.0.0.38 - - [2025-10-20 02:14:49] "POST /instance-ips HTTP/1.1" 200 375 0.017561 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.009876 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.009344 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003002 10.0.0.38 - - [2025-10-20 02:14:49] "POST /instance-ips HTTP/1.1" 200 375 0.014327 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.008179 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.008372 10.0.0.38 - - [2025-10-20 02:14:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002951 10.0.0.38 - - [2025-10-20 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.38 - - [2025-10-20 02:14:50] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003027 10.0.0.38 - - [2025-10-20 02:14:50] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002900 10.0.0.38 - - [2025-10-20 02:14:50] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005223 10.0.0.38 - - [2025-10-20 02:14:50] "POST /neutron/port HTTP/1.1" 200 1084 0.012161 10.0.0.38 - - [2025-10-20 02:14:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005805 10.0.0.38 - - [2025-10-20 02:14:50] "POST /neutron/port HTTP/1.1" 200 1084 0.010025 10.0.0.38 - - [2025-10-20 02:14:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005111 10.0.0.38 - - [2025-10-20 02:14:51] "POST /neutron/port HTTP/1.1" 200 1084 0.010088 10.0.0.38 - - [2025-10-20 02:14:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005284 10.0.0.38 - - [2025-10-20 02:14:51] "GET /virtual-machine/12262f53-78bc-4d21-8fb8-e7fd5fa32668 HTTP/1.1" 200 1290 0.004253 10.0.0.38 - - [2025-10-20 02:14:51] "GET /virtual-machine-interface/34669c22-704b-4358-bf57-a2b50f21e5fd HTTP/1.1" 200 2949 0.004353 10.0.0.38 - - [2025-10-20 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.38 - - [2025-10-20 02:14:51] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002803 10.0.0.38 - - [2025-10-20 02:14:51] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003667 10.0.0.38 - - [2025-10-20 02:14:51] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005504 10.0.0.38 - - [2025-10-20 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.38 - - [2025-10-20 02:14:52] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003283 10.0.0.38 - - [2025-10-20 02:14:52] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003621 10.0.0.38 - - [2025-10-20 02:14:52] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005835 10.0.0.38 - - [2025-10-20 02:14:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.002931 10.0.0.38 - - [2025-10-20 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.38 - - [2025-10-20 02:14:52] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.38 - - [2025-10-20 02:14:52] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025127 10.0.0.38 - - [2025-10-20 02:14:52] "POST /network-policys HTTP/1.1" 200 547 0.017064 10.0.0.38 - - [2025-10-20 02:14:52] "GET /network-policy/88e10e48-79c0-4f82-8f8f-86d97c61a048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004797 10.0.0.38 - - [2025-10-20 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.38 - - [2025-10-20 02:14:52] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005433 10.0.0.38 - - [2025-10-20 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.38 - - [2025-10-20 02:14:53] "GET /network-policy/88e10e48-79c0-4f82-8f8f-86d97c61a048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003998 10.0.0.38 - - [2025-10-20 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.023843 10.0.0.38 - - [2025-10-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.026522 10.0.0.38 - - [2025-10-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002023 10.0.0.38 - - [2025-10-20 02:14:53] "GET /network-policy/88e10e48-79c0-4f82-8f8f-86d97c61a048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004070 10.0.0.38 - - [2025-10-20 02:14:53] "POST /access-control-lists HTTP/1.1" 200 601 0.060167 10.0.0.38 - - [2025-10-20 02:14:53] "POST /neutron/network HTTP/1.1" 200 919 0.008557 10.0.0.38 - - [2025-10-20 02:14:53] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005067 10.0.0.38 - - [2025-10-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.38 - - [2025-10-20 02:14:53] "GET /network-policy/88e10e48-79c0-4f82-8f8f-86d97c61a048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003513 10.0.0.38 - - [2025-10-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.38 - - [2025-10-20 02:14:53] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007594 10.0.0.38 - - [2025-10-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.38 - - [2025-10-20 02:14:53] "GET /network-policy/88e10e48-79c0-4f82-8f8f-86d97c61a048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003530 10.0.0.38 - - [2025-10-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 244 0.003278 10.0.0.38 - - [2025-10-20 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.029898 10.0.0.38 - - [2025-10-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.38 - - [2025-10-20 02:14:53] "POST /access-control-lists HTTP/1.1" 200 604 0.062152 10.0.0.38 - - [2025-10-20 02:14:53] "GET /network-policy/88e10e48-79c0-4f82-8f8f-86d97c61a048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003773 10.0.0.38 - - [2025-10-20 02:14:53] "POST /routing-instances HTTP/1.1" 200 759 0.015060 10.0.0.38 - - [2025-10-20 02:14:53] "POST /neutron/network HTTP/1.1" 200 920 0.007809 10.0.0.38 - - [2025-10-20 02:14:53] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006304 10.0.0.38 - - [2025-10-20 02:14:53] "POST /route-targets HTTP/1.1" 200 327 0.012271 10.0.0.38 - - [2025-10-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.38 - - [2025-10-20 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.010952 10.0.0.38 - - [2025-10-20 02:14:53] "GET /network-policy/88e10e48-79c0-4f82-8f8f-86d97c61a048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003435 10.0.0.38 - - [2025-10-20 02:14:53] "GET /routing-instance/2e12dab7-63d6-44c1-8916-f8b6ac806a1e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.003472 10.0.0.38 - - [2025-10-20 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.38 - - [2025-10-20 02:14:53] "GET /routing-instance/2e12dab7-63d6-44c1-8916-f8b6ac806a1e?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003901 10.0.0.38 - - [2025-10-20 02:14:53] "GET /service-template/2d02d3db-8c42-4805-b55d-a6d7fd4edd2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003329 10.0.0.38 - - [2025-10-20 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.008570 10.0.0.38 - - [2025-10-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.38 - - [2025-10-20 02:14:54] "POST /routing-instances HTTP/1.1" 200 760 0.014927 10.0.0.38 - - [2025-10-20 02:14:54] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.38 - - [2025-10-20 02:14:54] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026103 10.0.0.38 - - [2025-10-20 02:14:54] "POST /route-targets HTTP/1.1" 200 327 0.008243 10.0.0.38 - - [2025-10-20 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.38 - - [2025-10-20 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.009646 10.0.0.38 - - [2025-10-20 02:14:54] "GET /service-instance/b268e369-f20b-4d3c-8f21-2af3382cacd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.004802 10.0.0.38 - - [2025-10-20 02:14:54] "GET /routing-instance/addbdb6b-b0a4-4077-a7bd-2bbe87d3cd67?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003617 10.0.0.38 - - [2025-10-20 02:14:54] "GET /domains HTTP/1.1" 200 280 0.002872 10.0.0.38 - - [2025-10-20 02:14:54] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.38 - - [2025-10-20 02:14:54] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2771 0.007022 10.0.0.38 - - [2025-10-20 02:14:54] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.38 - - [2025-10-20 02:14:54] "GET /routing-instance/addbdb6b-b0a4-4077-a7bd-2bbe87d3cd67?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.002921 10.0.0.38 - - [2025-10-20 02:14:54] "PUT /routing-instance/2e12dab7-63d6-44c1-8916-f8b6ac806a1e HTTP/1.1" 200 266 0.012388 10.0.0.38 - - [2025-10-20 02:14:54] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 4233 0.073627 10.0.0.38 - - [2025-10-20 02:14:54] "GET /service-instance/b268e369-f20b-4d3c-8f21-2af3382cacd8 HTTP/1.1" 200 3784 0.004476 10.0.0.38 - - [2025-10-20 02:14:54] "GET /domains HTTP/1.1" 200 280 0.001921 10.0.0.38 - - [2025-10-20 02:14:54] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.38 - - [2025-10-20 02:14:54] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2771 0.005550 10.0.0.38 - - [2025-10-20 02:14:54] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000884 10.0.0.38 - - [2025-10-20 02:14:54] "PUT /routing-instance/addbdb6b-b0a4-4077-a7bd-2bbe87d3cd67 HTTP/1.1" 200 266 0.008133 10.0.0.38 - - [2025-10-20 02:14:54] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 4233 0.069613 10.0.0.38 - - [2025-10-20 02:14:54] "GET /service-instance/b268e369-f20b-4d3c-8f21-2af3382cacd8 HTTP/1.1" 200 3784 0.003669 10.0.0.38 - - [2025-10-20 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.012226 10.0.0.38 - - [2025-10-20 02:14:54] "GET /port-tuple/e8eecdd2-69c2-418c-b35a-beb8ec3b9022 HTTP/1.1" 200 1980 0.006077 10.0.0.38 - - [2025-10-20 02:14:54] "GET /virtual-machine-interface/ddeaf200-3627-4a16-b01c-500c1100b324 HTTP/1.1" 200 3805 0.005460 10.0.0.38 - - [2025-10-20 02:14:54] "GET /virtual-machine-interface/f07e963d-dc75-4254-b805-f6294739e668 HTTP/1.1" 200 3817 0.005108 10.0.0.38 - - [2025-10-20 02:14:54] "GET /virtual-machine-interface/f2f52a74-119a-4b21-b8ac-34c0f4380cd9 HTTP/1.1" 200 3799 0.004859 10.0.0.38 - - [2025-10-20 02:14:54] "PUT /access-control-list/7c4ecdac-0e7d-439c-a6f6-aafe4e14531e HTTP/1.1" 200 272 0.009390 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/port HTTP/1.1" 200 3828 0.030559 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005801 10.0.0.38 - - [2025-10-20 02:14:54] "PUT /access-control-list/64a0b25a-cc96-46ea-a51f-1d77173773d3 HTTP/1.1" 200 272 0.013457 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/port HTTP/1.1" 200 3828 0.026419 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005224 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/port HTTP/1.1" 200 3828 0.025235 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005800 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/port HTTP/1.1" 200 3828 0.026402 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005530 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/network HTTP/1.1" 200 893 0.010650 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/network HTTP/1.1" 200 919 0.004676 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/network HTTP/1.1" 200 805 0.010140 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/network HTTP/1.1" 200 831 0.004127 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/network HTTP/1.1" 200 894 0.010559 10.0.0.38 - - [2025-10-20 02:14:54] "POST /neutron/network HTTP/1.1" 200 920 0.004639 10.0.0.38 - - [2025-10-20 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001080 10.0.0.38 - - [2025-10-20 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.000869 10.0.0.38 - - [2025-10-20 02:14:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001132 10.0.0.38 - - [2025-10-20 02:14:55] "GET /virtual-machine/4f7e27a2-69c9-41f0-939d-0f81bfc0843d HTTP/1.1" 200 1802 0.003503 10.0.0.38 - - [2025-10-20 02:14:55] "GET /virtual-machine-interface/ddeaf200-3627-4a16-b01c-500c1100b324 HTTP/1.1" 200 3805 0.004703 10.0.0.38 - - [2025-10-20 02:14:55] "GET /virtual-machine-interface/f07e963d-dc75-4254-b805-f6294739e668 HTTP/1.1" 200 3817 0.004126 10.0.0.38 - - [2025-10-20 02:14:55] "GET /virtual-machine-interface/f2f52a74-119a-4b21-b8ac-34c0f4380cd9 HTTP/1.1" 200 3799 0.004096 10.0.0.38 - - [2025-10-20 02:14:55] "GET /instance-ip/3df9315f-7314-49b6-ae52-77b0c83ce408 HTTP/1.1" 200 1620 0.003760 10.0.0.38 - - [2025-10-20 02:14:55] "GET /instance-ip/8ba9e38a-8d81-4dc5-91da-9b14694415a6 HTTP/1.1" 200 1959 0.002631 10.0.0.38 - - [2025-10-20 02:14:55] "GET /instance-ip/d0676216-b24f-4838-b5e5-8f6f22fd9c83 HTTP/1.1" 200 1961 0.002662 10.0.0.38 - - [2025-10-20 02:14:55] "GET /instance-ip/635753b2-814a-45ef-b78a-a9fd9e411487 HTTP/1.1" 200 1980 0.002812 10.0.0.38 - - [2025-10-20 02:14:55] "GET /instance-ip/6c39ad21-4c02-4069-b258-8678f2233491 HTTP/1.1" 200 1620 0.003595 10.0.0.38 - - [2025-10-20 02:14:55] "GET /instance-ip/e861578f-2741-4b05-91a2-230dbde74545 HTTP/1.1" 200 1979 0.003032 10.0.0.38 - - [2025-10-20 02:14:55] "GET /instance-ip/17ebfa18-5ec7-4e13-a1bc-b0920d91ef19 HTTP/1.1" 200 1954 0.002637 10.0.0.38 - - [2025-10-20 02:14:55] "GET /instance-ip/a52acaad-c073-4b1e-bd76-bb83284fb3e2 HTTP/1.1" 200 1957 0.002818 10.0.0.38 - - [2025-10-20 02:14:55] "GET /instance-ip/c4300c06-b280-49ca-8781-3483e57e2a16 HTTP/1.1" 200 1620 0.003648 10.0.0.38 - - [2025-10-20 02:14:55] "POST /neutron/port HTTP/1.1" 200 3828 0.028495 10.0.0.38 - - [2025-10-20 02:14:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007031 10.0.0.38 - - [2025-10-20 02:14:55] "POST /neutron/port HTTP/1.1" 200 3828 0.029764 10.0.0.38 - - [2025-10-20 02:14:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006010 10.0.0.38 - - [2025-10-20 02:14:55] "POST /neutron/port HTTP/1.1" 200 3828 0.029397 10.0.0.38 - - [2025-10-20 02:14:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005811 10.0.0.38 - - [2025-10-20 02:14:55] "POST /neutron/port HTTP/1.1" 200 3828 0.026492 10.0.0.38 - - [2025-10-20 02:14:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006005 10.0.0.38 - - [2025-10-20 02:14:55] "GET /virtual-machine/4f7e27a2-69c9-41f0-939d-0f81bfc0843d HTTP/1.1" 200 1802 0.003449 10.0.0.38 - - [2025-10-20 02:14:55] "GET /virtual-machine-interface/ddeaf200-3627-4a16-b01c-500c1100b324 HTTP/1.1" 200 3805 0.010714 10.0.0.38 - - [2025-10-20 02:14:55] "GET /virtual-machine-interface/f07e963d-dc75-4254-b805-f6294739e668 HTTP/1.1" 200 3817 0.004705 10.0.0.38 - - [2025-10-20 02:14:55] "GET /virtual-machine-interface/f2f52a74-119a-4b21-b8ac-34c0f4380cd9 HTTP/1.1" 200 3799 0.004580 10.0.0.38 - - [2025-10-20 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.38 - - [2025-10-20 02:14:55] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002674 10.0.0.38 - - [2025-10-20 02:14:55] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003058 10.0.0.38 - - [2025-10-20 02:14:55] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007416 10.0.0.38 - - [2025-10-20 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.38 - - [2025-10-20 02:14:56] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004108 10.0.0.38 - - [2025-10-20 02:14:56] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004176 10.0.0.38 - - [2025-10-20 02:14:56] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005432 10.0.0.38 - - [2025-10-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.38 - - [2025-10-20 02:14:57] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003655 10.0.0.38 - - [2025-10-20 02:14:57] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002879 10.0.0.38 - - [2025-10-20 02:14:57] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005398 10.0.0.38 - - [2025-10-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.38 - - [2025-10-20 02:14:57] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004314 10.0.0.38 - - [2025-10-20 02:14:57] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004350 10.0.0.38 - - [2025-10-20 02:14:57] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006968 10.0.0.38 - - [2025-10-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.38 - - [2025-10-20 02:14:57] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004613 10.0.0.38 - - [2025-10-20 02:14:57] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003953 10.0.0.38 - - [2025-10-20 02:14:57] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006964 10.0.0.38 - - [2025-10-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.38 - - [2025-10-20 02:14:57] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005430 10.0.0.38 - - [2025-10-20 02:14:57] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003265 10.0.0.38 - - [2025-10-20 02:14:57] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005428 10.0.0.38 - - [2025-10-20 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.38 - - [2025-10-20 02:14:57] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003453 10.0.0.38 - - [2025-10-20 02:14:57] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003127 10.0.0.38 - - [2025-10-20 02:14:58] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006044 10.0.0.38 - - [2025-10-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.38 - - [2025-10-20 02:14:58] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003662 10.0.0.38 - - [2025-10-20 02:14:58] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003948 10.0.0.38 - - [2025-10-20 02:14:58] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005791 10.0.0.38 - - [2025-10-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.38 - - [2025-10-20 02:14:58] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003527 10.0.0.38 - - [2025-10-20 02:14:58] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003004 10.0.0.38 - - [2025-10-20 02:14:58] "GET /virtual-network/b849838d-3c8e-4d15-afe2-fa5f9be1839b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005300 10.0.0.38 - - [2025-10-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.38 - - [2025-10-20 02:14:58] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003344 10.0.0.38 - - [2025-10-20 02:14:58] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003052 10.0.0.38 - - [2025-10-20 02:14:58] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006352 10.0.0.38 - - [2025-10-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.38 - - [2025-10-20 02:14:58] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004403 10.0.0.38 - - [2025-10-20 02:14:58] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002996 10.0.0.38 - - [2025-10-20 02:14:58] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005235 10.0.0.38 - - [2025-10-20 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.38 - - [2025-10-20 02:14:58] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003567 10.0.0.38 - - [2025-10-20 02:14:59] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003019 10.0.0.38 - - [2025-10-20 02:14:59] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006156 10.0.0.38 - - [2025-10-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.38 - - [2025-10-20 02:14:59] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003401 10.0.0.38 - - [2025-10-20 02:14:59] "GET /virtual-networks?parent_id=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003194 10.0.0.38 - - [2025-10-20 02:14:59] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005943 10.0.0.38 - - [2025-10-20 02:14:59] "GET /virtual-machine/4f7e27a2-69c9-41f0-939d-0f81bfc0843d HTTP/1.1" 200 1802 0.003806 10.0.0.38 - - [2025-10-20 02:14:59] "GET /domains HTTP/1.1" 200 280 0.002476 10.0.0.38 - - [2025-10-20 02:14:59] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.38 - - [2025-10-20 02:14:59] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2771 0.006368 10.0.0.38 - - [2025-10-20 02:14:59] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.38 - - [2025-10-20 02:14:59] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 4233 0.065371 10.0.0.38 - - [2025-10-20 02:14:59] "GET /service-instance/b268e369-f20b-4d3c-8f21-2af3382cacd8 HTTP/1.1" 200 3784 0.003278 10.0.0.38 - - [2025-10-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.38 - - [2025-10-20 02:14:59] "GET /routing-instance/10338851-6581-48c2-84cd-f91f09d3d406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002684 10.0.0.38 - - [2025-10-20 02:14:59] "GET /routing-instance/10338851-6581-48c2-84cd-f91f09d3d406?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2019 0.004969 10.0.0.38 - - [2025-10-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.38 - - [2025-10-20 02:14:59] "GET /routing-instance/ef94fbf2-29a2-4f29-8d93-a2dfc567c2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.004147 10.0.0.38 - - [2025-10-20 02:14:59] "GET /routing-instance/ef94fbf2-29a2-4f29-8d93-a2dfc567c2f5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004800 10.0.0.38 - - [2025-10-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.38 - - [2025-10-20 02:14:59] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005617 10.0.0.38 - - [2025-10-20 02:14:59] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?fields=routing_instances HTTP/1.1" 200 1682 0.006835 10.0.0.38 - - [2025-10-20 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.38 - - [2025-10-20 02:14:59] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005107 10.0.0.38 - - [2025-10-20 02:14:59] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?fields=routing_instances HTTP/1.1" 200 1689 0.006328 10.0.0.38 - - [2025-10-20 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.030799 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /access-control-list/64a0b25a-cc96-46ea-a51f-1d77173773d3 HTTP/1.1" 200 115 0.026940 10.0.0.38 - - [2025-10-20 02:15:04] "POST /neutron/network HTTP/1.1" 200 832 0.007297 10.0.0.38 - - [2025-10-20 02:15:04] "GET /virtual-network/f86144d3-3a13-45bf-9145-2a03a5e22d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005377 10.0.0.38 - - [2025-10-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /routing-instance/2e12dab7-63d6-44c1-8916-f8b6ac806a1e HTTP/1.1" 200 115 0.023992 10.0.0.38 - - [2025-10-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009556 10.0.0.38 - - [2025-10-20 02:15:04] "GET /network-policy/88e10e48-79c0-4f82-8f8f-86d97c61a048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004021 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /route-target/6472e1ea-535d-408b-81bb-93bfd543125d HTTP/1.1" 200 115 0.013091 10.0.0.38 - - [2025-10-20 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.027352 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /routing-instance/addbdb6b-b0a4-4077-a7bd-2bbe87d3cd67 HTTP/1.1" 200 115 0.035798 10.0.0.38 - - [2025-10-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.38 - - [2025-10-20 02:15:04] "POST /neutron/network HTTP/1.1" 200 831 0.006634 10.0.0.38 - - [2025-10-20 02:15:04] "GET /virtual-network/6f97ce47-5993-4e2b-8a72-a9d4b59d583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005130 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /route-target/c566469b-1443-449b-a5b9-93ddc4ead49b HTTP/1.1" 200 115 0.016042 10.0.0.38 - - [2025-10-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /access-control-list/7c4ecdac-0e7d-439c-a6f6-aafe4e14531e HTTP/1.1" 200 115 0.024010 10.0.0.38 - - [2025-10-20 02:15:04] "GET /network-policy/88e10e48-79c0-4f82-8f8f-86d97c61a048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003825 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /network-policy/88e10e48-79c0-4f82-8f8f-86d97c61a048 HTTP/1.1" 200 115 0.033657 10.0.0.38 - - [2025-10-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /service-instance/b268e369-f20b-4d3c-8f21-2af3382cacd8 HTTP/1.1" 200 115 0.042794 10.0.0.38 - - [2025-10-20 02:15:04] "GET /domains HTTP/1.1" 200 280 0.002595 10.0.0.38 - - [2025-10-20 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.010560 10.0.0.38 - - [2025-10-20 02:15:04] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.38 - - [2025-10-20 02:15:04] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2771 0.008053 10.0.0.38 - - [2025-10-20 02:15:04] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /instance-ip/a52acaad-c073-4b1e-bd76-bb83284fb3e2 HTTP/1.1" 200 115 0.025866 10.0.0.38 - - [2025-10-20 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.007758 10.0.0.38 - - [2025-10-20 02:15:04] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 3759 0.063233 10.0.0.38 - - [2025-10-20 02:15:04] "GET /virtual-machine/4f7e27a2-69c9-41f0-939d-0f81bfc0843d HTTP/1.1" 200 1802 0.004226 10.0.0.38 - - [2025-10-20 02:15:04] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001890 10.0.0.38 - - [2025-10-20 02:15:04] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002832 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /instance-ip/635753b2-814a-45ef-b78a-a9fd9e411487 HTTP/1.1" 200 115 0.022768 10.0.0.38 - - [2025-10-20 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.009403 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /instance-ip/e861578f-2741-4b05-91a2-230dbde74545 HTTP/1.1" 200 115 0.022260 10.0.0.38 - - [2025-10-20 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.011692 10.0.0.38 - - [2025-10-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /service-template/2d02d3db-8c42-4805-b55d-a6d7fd4edd2b HTTP/1.1" 200 115 0.024868 10.0.0.38 - - [2025-10-20 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.002851 10.0.0.38 - - [2025-10-20 02:15:04] "DELETE /instance-ip/17ebfa18-5ec7-4e13-a1bc-b0920d91ef19 HTTP/1.1" 200 115 0.036340 10.0.0.38 - - [2025-10-20 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.010092 10.0.0.38 - - [2025-10-20 02:15:05] "DELETE /instance-ip/d0676216-b24f-4838-b5e5-8f6f22fd9c83 HTTP/1.1" 200 115 0.020379 10.0.0.38 - - [2025-10-20 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.012405 10.0.0.38 - - [2025-10-20 02:15:05] "DELETE /instance-ip/8ba9e38a-8d81-4dc5-91da-9b14694415a6 HTTP/1.1" 200 115 0.025285 10.0.0.38 - - [2025-10-20 02:15:05] "POST /neutron/network HTTP/1.1" 200 832 0.007392 10.0.0.38 - - [2025-10-20 02:15:05] "POST /neutron/network HTTP/1.1" 400 204 0.014945 10.0.0.38 - - [2025-10-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 1084 0.010910 10.0.0.38 - - [2025-10-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 1110 0.008289 10.0.0.38 - - [2025-10-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 1085 0.011921 10.0.0.38 - - [2025-10-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 1111 0.010179 10.0.0.38 - - [2025-10-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 151 0.148284 10.0.0.38 - - [2025-10-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 151 0.150324 10.0.0.38 - - [2025-10-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 3021 0.023958 10.0.0.38 - - [2025-10-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 1111 0.010763 10.0.0.38 - - [2025-10-20 02:15:06] "POST /neutron/port HTTP/1.1" 200 151 0.117058 10.0.0.38 - - [2025-10-20 02:15:06] "POST /neutron/port HTTP/1.1" 200 1110 0.009311 10.0.0.38 - - [2025-10-20 02:15:06] "POST /neutron/port HTTP/1.1" 200 151 0.093819 10.0.0.38 - - [2025-10-20 02:15:06] "POST /neutron/port HTTP/1.1" 200 1111 0.009372 10.0.0.38 - - [2025-10-20 02:15:06] "POST /neutron/port HTTP/1.1" 200 151 0.100723 10.0.0.38 - - [2025-10-20 02:15:07] "POST /neutron/network HTTP/1.1" 200 832 0.006432 10.0.0.38 - - [2025-10-20 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.38 - - [2025-10-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.38 - - [2025-10-20 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001570 10.0.0.38 - - [2025-10-20 02:15:07] "POST /neutron/network HTTP/1.1" 200 151 0.072757 10.0.0.38 - - [2025-10-20 02:15:07] "DELETE /route-target/49c1689c-12ca-4972-b527-f18ad1243222 HTTP/1.1" 200 115 0.015753 10.0.0.38 - - [2025-10-20 02:15:07] "GET /routing-instance/ef94fbf2-29a2-4f29-8d93-a2dfc567c2f5 HTTP/1.1" 404 171 0.003674 10.0.0.38 - - [2025-10-20 02:15:07] "GET /domains HTTP/1.1" 200 280 0.002176 10.0.0.38 - - [2025-10-20 02:15:07] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.38 - - [2025-10-20 02:15:07] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2571 0.050798 10.0.0.38 - - [2025-10-20 02:15:07] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.38 - - [2025-10-20 02:15:07] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 2298 0.067017 10.0.0.38 - - [2025-10-20 02:15:07] "POST /neutron/network HTTP/1.1" 200 831 0.006505 10.0.0.38 - - [2025-10-20 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002776 10.0.0.38 - - [2025-10-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.38 - - [2025-10-20 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002159 10.0.0.38 - - [2025-10-20 02:15:07] "POST /neutron/network HTTP/1.1" 200 151 0.077390 10.0.0.38 - - [2025-10-20 02:15:07] "GET /routing-instance/10338851-6581-48c2-84cd-f91f09d3d406 HTTP/1.1" 404 171 0.001916 10.0.0.38 - - [2025-10-20 02:15:07] "GET /domains HTTP/1.1" 200 280 0.003865 10.0.0.38 - - [2025-10-20 02:15:07] "DELETE /route-target/c7251161-a5ee-4c6e-86b3-e9710a35aa1d HTTP/1.1" 200 115 0.018532 10.0.0.38 - - [2025-10-20 02:15:07] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.38 - - [2025-10-20 02:15:07] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2571 0.055157 10.0.0.38 - - [2025-10-20 02:15:07] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002331 10.0.0.38 - - [2025-10-20 02:15:07] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 2080 0.070531 10.0.0.38 - - [2025-10-20 02:15:07] "POST /neutron/network HTTP/1.1" 200 831 0.005406 10.0.0.38 - - [2025-10-20 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003766 10.0.0.38 - - [2025-10-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.38 - - [2025-10-20 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.38 - - [2025-10-20 02:15:07] "POST /neutron/network HTTP/1.1" 200 151 0.075395 10.0.0.38 - - [2025-10-20 02:15:07] "DELETE /route-target/61612093-4a27-42a8-9916-a6df6f968659 HTTP/1.1" 200 115 0.015274 10.0.0.38 - - [2025-10-20 02:15:07] "GET /routing-instance/7be9ad9c-2552-4ae7-a90a-67b772011f7c HTTP/1.1" 404 171 0.002268 10.0.0.38 - - [2025-10-20 02:15:07] "GET /domains HTTP/1.1" 200 280 0.002254 10.0.0.38 - - [2025-10-20 02:15:07] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.38 - - [2025-10-20 02:15:07] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2571 0.049228 10.0.0.38 - - [2025-10-20 02:15:07] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.38 - - [2025-10-20 02:15:07] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 1840 0.065444 10.0.0.38 - - [2025-10-20 02:15:08] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.38 - - [2025-10-20 02:15:08] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045047 10.0.0.38 - - [2025-10-20 02:15:08] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.38 - - [2025-10-20 02:15:08] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?fields=virtual_networks HTTP/1.1" 200 1028 0.062372 10.0.0.38 - - [2025-10-20 02:15:08] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.38 - - [2025-10-20 02:15:08] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.028448 10.0.0.38 - - [2025-10-20 02:15:08] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.38 - - [2025-10-20 02:15:08] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?fields=security_groups HTTP/1.1" 200 1252 0.023468 10.0.0.38 - - [2025-10-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.022504 10.0.0.38 - - [2025-10-20 02:15:09] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002407 10.0.0.38 - - [2025-10-20 02:15:09] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.38 - - [2025-10-20 02:15:09] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035048 10.0.0.38 - - [2025-10-20 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.001868 10.0.0.38 - - [2025-10-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.004023 10.0.0.38 - - [2025-10-20 02:15:09] "POST /security-groups HTTP/1.1" 200 592 0.064215 10.0.0.38 - - [2025-10-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.002655 10.0.0.38 - - [2025-10-20 02:15:09] "POST /projects HTTP/1.1" 200 587 0.206483 10.0.0.38 - - [2025-10-20 02:15:09] "POST /access-control-lists HTTP/1.1" 200 597 0.056761 10.0.0.38 - - [2025-10-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.279407 10.0.0.38 - - [2025-10-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.003340 10.0.0.38 - - [2025-10-20 02:15:09] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.426504 10.0.0.38 - - [2025-10-20 02:15:09] "POST /access-control-lists HTTP/1.1" 200 595 0.064689 10.0.0.38 - - [2025-10-20 02:15:10] "GET / HTTP/1.1" 200 35931 0.001983 10.0.0.38 - - [2025-10-20 02:15:12] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2025-10-20 02:15:12] "GET /obj-perms HTTP/1.1" 200 5056 0.056738 10.0.0.38 - - [2025-10-20 02:15:13] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.38 - - [2025-10-20 02:15:13] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.367766 10.0.0.38 - - [2025-10-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 180 0.002563 10.0.0.38 - - [2025-10-20 02:15:13] "GET /obj-perms HTTP/1.1" 200 5056 0.057694 10.0.0.38 - - [2025-10-20 02:15:13] "POST /virtual-DNSs HTTP/1.1" 200 507 0.014718 10.0.0.38 - - [2025-10-20 02:15:13] "GET /virtual-DNS/ffdf1cbe-68bb-47d7-b5df-933150dce089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004846 10.0.0.38 - - [2025-10-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.38 - - [2025-10-20 02:15:13] "GET /virtual-DNS/ffdf1cbe-68bb-47d7-b5df-933150dce089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003480 10.0.0.38 - - [2025-10-20 02:15:13] "GET /domains HTTP/1.1" 401 292 0.000531 10.0.0.38 - - [2025-10-20 02:15:13] "GET /domains HTTP/1.1" 200 280 0.026145 10.0.0.38 - - [2025-10-20 02:15:13] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.38 - - [2025-10-20 02:15:13] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2958 0.008047 10.0.0.38 - - [2025-10-20 02:15:13] "GET /virtual-DNS/ffdf1cbe-68bb-47d7-b5df-933150dce089 HTTP/1.1" 200 1439 0.003638 10.0.0.38 - - [2025-10-20 02:15:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002211 10.0.0.38 - - [2025-10-20 02:15:13] "POST /network-ipams HTTP/1.1" 200 514 0.014570 10.0.0.38 - - [2025-10-20 02:15:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002911 10.0.0.38 - - [2025-10-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.38 - - [2025-10-20 02:15:13] "GET /network-ipam/3d551fdd-5555-4d5c-afe9-085e8f3106b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.005341 10.0.0.38 - - [2025-10-20 02:15:13] "PUT /network-ipam/3d551fdd-5555-4d5c-afe9-085e8f3106b2 HTTP/1.1" 200 258 0.009598 10.0.0.38 - - [2025-10-20 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.008276 10.0.0.38 - - [2025-10-20 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.38 - - [2025-10-20 02:15:14] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.38 - - [2025-10-20 02:15:14] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024303 10.0.0.38 - - [2025-10-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 117 0.029503 10.0.0.38 - - [2025-10-20 02:15:14] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001073 10.0.0.38 - - [2025-10-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 618 0.063061 10.0.0.38 - - [2025-10-20 02:15:14] "POST /route-targets HTTP/1.1" 200 327 0.013333 10.0.0.38 - - [2025-10-20 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.024961 10.0.0.38 - - [2025-10-20 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005666 10.0.0.38 - - [2025-10-20 02:15:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.181149 10.0.0.38 - - [2025-10-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 833 0.005249 10.0.0.38 - - [2025-10-20 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001121 10.0.0.38 - - [2025-10-20 02:15:14] "GET /virtual-network/c04d5d65-7207-46bf-86a2-c627e9f1df08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004385 10.0.0.38 - - [2025-10-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 833 0.006703 10.0.0.38 - - [2025-10-20 02:15:14] "GET /virtual-network/c04d5d65-7207-46bf-86a2-c627e9f1df08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007576 10.0.0.38 - - [2025-10-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 833 0.005648 10.0.0.38 - - [2025-10-20 02:15:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.008301 10.0.0.38 - - [2025-10-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 807 0.009194 10.0.0.38 - - [2025-10-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 833 0.004788 10.0.0.38 - - [2025-10-20 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001018 10.0.0.38 - - [2025-10-20 02:15:14] "POST /neutron/network HTTP/1.1" 200 843 0.005548 10.0.0.38 - - [2025-10-20 02:15:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2025-10-20 02:15:15] "GET / HTTP/1.1" 200 35931 0.001881 10.0.0.38 - - [2025-10-20 02:15:15] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2025-10-20 02:15:15] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.38 - - [2025-10-20 02:15:15] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052914 10.0.0.38 - - [2025-10-20 02:15:15] "POST /neutron/network HTTP/1.1" 200 833 0.029951 10.0.0.38 - - [2025-10-20 02:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.005053 10.0.0.38 - - [2025-10-20 02:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.005581 10.0.0.38 - - [2025-10-20 02:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.004922 10.0.0.38 - - [2025-10-20 02:15:16] "POST /neutron/network HTTP/1.1" 200 843 0.005585 10.0.0.38 - - [2025-10-20 02:15:16] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001109 10.0.0.38 - - [2025-10-20 02:15:16] "POST /neutron/port HTTP/1.1" 200 1058 0.181758 10.0.0.38 - - [2025-10-20 02:15:16] "POST /neutron/port HTTP/1.1" 200 1058 0.033470 10.0.0.38 - - [2025-10-20 02:15:16] "POST /neutron/port HTTP/1.1" 200 1058 0.008916 10.0.0.38 - - [2025-10-20 02:15:16] "POST /neutron/port HTTP/1.1" 200 1112 0.051740 10.0.0.38 - - [2025-10-20 02:15:16] "POST /neutron/port HTTP/1.1" 200 1086 0.010137 10.0.0.38 - - [2025-10-20 02:15:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002945 10.0.0.38 - - [2025-10-20 02:15:16] "POST /neutron/subnet HTTP/1.1" 200 685 0.006018 10.0.0.38 - - [2025-10-20 02:15:16] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.38 - - [2025-10-20 02:15:16] "POST /neutron/network HTTP/1.1" 200 833 0.004942 10.0.0.38 - - [2025-10-20 02:15:20] "POST /neutron/port HTTP/1.1" 200 1086 0.010613 10.0.0.38 - - [2025-10-20 02:15:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006249 10.0.0.38 - - [2025-10-20 02:15:21] "POST /neutron/port HTTP/1.1" 200 1086 0.012094 10.0.0.38 - - [2025-10-20 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005453 10.0.0.38 - - [2025-10-20 02:15:21] "POST /neutron/port HTTP/1.1" 200 1086 0.010593 10.0.0.38 - - [2025-10-20 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006819 10.0.0.38 - - [2025-10-20 02:15:21] "GET /virtual-machine/17a83466-d3b5-486f-805b-ecb03636db5e HTTP/1.1" 200 1292 0.005005 10.0.0.38 - - [2025-10-20 02:15:21] "GET /virtual-machine-interface/89a38ee4-ba9c-4087-b695-4025fe0bf991 HTTP/1.1" 200 2964 0.005826 10.0.0.38 - - [2025-10-20 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.38 - - [2025-10-20 02:15:21] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002891 10.0.0.38 - - [2025-10-20 02:15:21] "GET /virtual-networks?parent_id=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002833 10.0.0.38 - - [2025-10-20 02:15:21] "GET /virtual-network/c04d5d65-7207-46bf-86a2-c627e9f1df08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005121 10.0.0.38 - - [2025-10-20 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.38 - - [2025-10-20 02:15:24] "GET /virtual-network/c04d5d65-7207-46bf-86a2-c627e9f1df08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005478 10.0.0.38 - - [2025-10-20 02:15:26] "POST /neutron/port HTTP/1.1" 200 1086 0.030351 10.0.0.38 - - [2025-10-20 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005128 10.0.0.38 - - [2025-10-20 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.38 - - [2025-10-20 02:15:28] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003093 10.0.0.38 - - [2025-10-20 02:15:28] "GET /virtual-networks?parent_id=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003690 10.0.0.38 - - [2025-10-20 02:15:28] "GET /virtual-network/c04d5d65-7207-46bf-86a2-c627e9f1df08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005837 10.0.0.38 - - [2025-10-20 02:15:28] "POST /neutron/port HTTP/1.1" 200 1086 0.010951 10.0.0.38 - - [2025-10-20 02:15:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010992 10.0.0.38 - - [2025-10-20 02:15:29] "POST /neutron/network HTTP/1.1" 200 843 0.006087 10.0.0.38 - - [2025-10-20 02:15:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004160 10.0.0.38 - - [2025-10-20 02:15:29] "POST /neutron/subnet HTTP/1.1" 200 685 0.006769 10.0.0.38 - - [2025-10-20 02:15:29] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.38 - - [2025-10-20 02:15:29] "POST /neutron/network HTTP/1.1" 200 833 0.006691 10.0.0.38 - - [2025-10-20 02:15:33] "POST /neutron/network HTTP/1.1" 200 807 0.009856 10.0.0.38 - - [2025-10-20 02:15:33] "POST /neutron/network HTTP/1.1" 200 833 0.004973 10.0.0.38 - - [2025-10-20 02:15:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001088 10.0.0.38 - - [2025-10-20 02:15:33] "POST /neutron/port HTTP/1.1" 200 1086 0.009938 10.0.0.38 - - [2025-10-20 02:15:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005624 10.0.0.38 - - [2025-10-20 02:15:33] "POST /neutron/network HTTP/1.1" 200 843 0.005733 10.0.0.38 - - [2025-10-20 02:15:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000400 10.0.0.38 - - [2025-10-20 02:15:33] "GET / HTTP/1.1" 200 35931 0.001596 10.0.0.38 - - [2025-10-20 02:15:33] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2025-10-20 02:15:34] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001033 10.0.0.38 - - [2025-10-20 02:15:34] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050475 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/network HTTP/1.1" 200 833 0.005224 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/port HTTP/1.1" 200 1086 0.012834 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005945 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/port HTTP/1.1" 200 117 0.004526 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/port HTTP/1.1" 200 117 0.004855 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/network HTTP/1.1" 200 843 0.005831 10.0.0.38 - - [2025-10-20 02:15:34] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001424 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/port HTTP/1.1" 200 1058 0.191337 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/port HTTP/1.1" 200 1058 0.010057 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/port HTTP/1.1" 200 1058 0.010023 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/port HTTP/1.1" 200 1112 0.073052 10.0.0.38 - - [2025-10-20 02:15:34] "POST /neutron/port HTTP/1.1" 200 1086 0.010451 10.0.0.38 - - [2025-10-20 02:15:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003029 10.0.0.38 - - [2025-10-20 02:15:35] "POST /neutron/subnet HTTP/1.1" 200 685 0.006211 10.0.0.38 - - [2025-10-20 02:15:35] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.38 - - [2025-10-20 02:15:35] "POST /neutron/network HTTP/1.1" 200 833 0.005276 10.0.0.38 - - [2025-10-20 02:15:39] "POST /neutron/port HTTP/1.1" 200 1086 0.013516 10.0.0.38 - - [2025-10-20 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006355 10.0.0.38 - - [2025-10-20 02:15:39] "POST /neutron/port HTTP/1.1" 200 1086 0.009698 10.0.0.38 - - [2025-10-20 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005252 10.0.0.38 - - [2025-10-20 02:15:39] "POST /neutron/port HTTP/1.1" 200 1086 0.010537 10.0.0.38 - - [2025-10-20 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005680 10.0.0.38 - - [2025-10-20 02:15:39] "GET /virtual-machine/7eaabcbb-7920-4002-8e42-7bc88dd2caa1 HTTP/1.1" 200 1293 0.004201 10.0.0.38 - - [2025-10-20 02:15:39] "GET /virtual-machine-interface/3d47c6e2-005f-4b90-8182-f1276fc1d401 HTTP/1.1" 200 2963 0.004712 10.0.0.38 - - [2025-10-20 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.38 - - [2025-10-20 02:15:39] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002980 10.0.0.38 - - [2025-10-20 02:15:39] "GET /virtual-networks?parent_id=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002854 10.0.0.38 - - [2025-10-20 02:15:39] "GET /virtual-network/c04d5d65-7207-46bf-86a2-c627e9f1df08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005158 10.0.0.38 - - [2025-10-20 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.38 - - [2025-10-20 02:15:42] "GET /virtual-network/c04d5d65-7207-46bf-86a2-c627e9f1df08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005150 10.0.0.38 - - [2025-10-20 02:15:44] "POST /neutron/port HTTP/1.1" 200 1086 0.011042 10.0.0.38 - - [2025-10-20 02:15:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005470 10.0.0.38 - - [2025-10-20 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.38 - - [2025-10-20 02:15:44] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002736 10.0.0.38 - - [2025-10-20 02:15:44] "GET /virtual-networks?parent_id=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003081 10.0.0.38 - - [2025-10-20 02:15:45] "GET /virtual-network/c04d5d65-7207-46bf-86a2-c627e9f1df08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005334 10.0.0.38 - - [2025-10-20 02:15:45] "POST /neutron/port HTTP/1.1" 200 1086 0.010006 10.0.0.38 - - [2025-10-20 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004955 10.0.0.38 - - [2025-10-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.38 - - [2025-10-20 02:15:57] "DELETE /virtual-DNS/ffdf1cbe-68bb-47d7-b5df-933150dce089 HTTP/1.1" 409 235 0.006805 10.0.0.38 - - [2025-10-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.003374 10.0.0.38 - - [2025-10-20 02:15:57] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015196 10.0.0.38 - - [2025-10-20 02:15:57] "GET /virtual-DNS-record/46e1c748-f4a2-4eb9-865d-92513f1e6f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004906 10.0.0.38 - - [2025-10-20 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.38 - - [2025-10-20 02:15:57] "GET /virtual-DNS-record/46e1c748-f4a2-4eb9-865d-92513f1e6f91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003379 10.0.0.38 - - [2025-10-20 02:15:57] "GET /domains HTTP/1.1" 200 280 0.002709 10.0.0.38 - - [2025-10-20 02:15:57] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.38 - - [2025-10-20 02:15:57] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2958 0.006899 10.0.0.38 - - [2025-10-20 02:15:57] "GET /virtual-DNS/ffdf1cbe-68bb-47d7-b5df-933150dce089 HTTP/1.1" 200 1908 0.004344 10.0.0.38 - - [2025-10-20 02:15:57] "GET /virtual-DNS-record/46e1c748-f4a2-4eb9-865d-92513f1e6f91 HTTP/1.1" 200 1335 0.002744 10.0.0.38 - - [2025-10-20 02:16:02] "DELETE /virtual-DNS-record/46e1c748-f4a2-4eb9-865d-92513f1e6f91 HTTP/1.1" 200 115 0.019371 10.0.0.38 - - [2025-10-20 02:16:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.002780 10.0.0.38 - - [2025-10-20 02:16:03] "POST /neutron/network HTTP/1.1" 200 833 0.006052 10.0.0.38 - - [2025-10-20 02:16:03] "POST /neutron/network HTTP/1.1" 400 204 0.009723 10.0.0.38 - - [2025-10-20 02:16:03] "POST /neutron/port HTTP/1.1" 200 1086 0.014416 10.0.0.38 - - [2025-10-20 02:16:03] "POST /neutron/port HTTP/1.1" 200 1112 0.008478 10.0.0.38 - - [2025-10-20 02:16:03] "POST /neutron/port HTTP/1.1" 200 1086 0.014994 10.0.0.38 - - [2025-10-20 02:16:03] "POST /neutron/port HTTP/1.1" 200 1112 0.011436 10.0.0.38 - - [2025-10-20 02:16:03] "POST /neutron/port HTTP/1.1" 200 151 0.099736 10.0.0.38 - - [2025-10-20 02:16:03] "POST /neutron/port HTTP/1.1" 200 151 0.094247 10.0.0.38 - - [2025-10-20 02:16:05] "DELETE /project/f30a9bda72df43a8b56f27a38961f261 HTTP/1.1" 404 173 0.006666 10.0.0.38 - - [2025-10-20 02:16:05] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.38 - - [2025-10-20 02:16:05] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.031635 10.0.0.38 - - [2025-10-20 02:16:05] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001231 10.0.0.38 - - [2025-10-20 02:16:05] "POST /neutron/network HTTP/1.1" 200 833 0.005583 10.0.0.38 - - [2025-10-20 02:16:05] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?fields=security_groups HTTP/1.1" 200 1357 0.065781 10.0.0.38 - - [2025-10-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.38 - - [2025-10-20 02:16:05] "DELETE /security-group/b20b0515-0927-4a21-b851-43af8b41518d HTTP/1.1" 200 115 0.170546 10.0.0.38 - - [2025-10-20 02:16:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005059 10.0.0.38 - - [2025-10-20 02:16:05] "DELETE /route-target/ab126e0e-0f63-45ee-a240-e94ebe22313c HTTP/1.1" 200 115 0.054384 10.0.0.38 - - [2025-10-20 02:16:05] "GET /projects?obj_uuids=bcfcf3e3-672f-40c6-a2e5-980dd8879767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.38 - - [2025-10-20 02:16:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004398 10.0.0.38 - - [2025-10-20 02:16:05] "POST /neutron/network HTTP/1.1" 200 151 0.282086 10.0.0.38 - - [2025-10-20 02:16:05] "GET /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767?fields=application_policy_sets HTTP/1.1" 200 1396 0.036150 10.0.0.38 - - [2025-10-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.011528 10.0.0.38 - - [2025-10-20 02:16:05] "DELETE /access-control-list/24d56027-7ff1-4063-9dfe-569eb20466a6 HTTP/1.1" 200 115 0.042141 10.0.0.38 - - [2025-10-20 02:16:05] "DELETE /access-control-list/b9a3ad28-cadd-4aa4-8345-33fdd09860ac HTTP/1.1" 200 115 0.027776 10.0.0.38 - - [2025-10-20 02:16:05] "DELETE /network-ipam/3d551fdd-5555-4d5c-afe9-085e8f3106b2 HTTP/1.1" 200 115 0.046637 10.0.0.38 - - [2025-10-20 02:16:05] "DELETE /virtual-DNS/ffdf1cbe-68bb-47d7-b5df-933150dce089 HTTP/1.1" 200 115 0.040786 10.0.0.38 - - [2025-10-20 02:16:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.004291 10.0.0.38 - - [2025-10-20 02:16:05] "DELETE /project/bcfcf3e3-672f-40c6-a2e5-980dd8879767 HTTP/1.1" 200 115 0.481405 10.0.0.38 - - [2025-10-20 02:16:05] "GET /domains HTTP/1.1" 200 280 0.002661 10.0.0.38 - - [2025-10-20 02:16:05] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001459 10.0.0.38 - - [2025-10-20 02:16:05] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2574 0.007650 10.0.0.38 - - [2025-10-20 02:16:05] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.38 - - [2025-10-20 02:16:05] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027958 10.0.0.38 - - [2025-10-20 02:16:05] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001452 10.0.0.38 - - [2025-10-20 02:16:05] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?fields=virtual_networks HTTP/1.1" 200 1035 0.069642 10.0.0.38 - - [2025-10-20 02:16:06] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.38 - - [2025-10-20 02:16:06] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.026406 10.0.0.38 - - [2025-10-20 02:16:06] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001104 10.0.0.38 - - [2025-10-20 02:16:06] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?fields=security_groups HTTP/1.1" 200 1262 0.021671 10.0.0.38 - - [2025-10-20 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.025976 10.0.0.38 - - [2025-10-20 02:16:07] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002837 10.0.0.38 - - [2025-10-20 02:16:07] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.38 - - [2025-10-20 02:16:07] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006821 10.0.0.38 - - [2025-10-20 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 191 0.001702 10.0.0.38 - - [2025-10-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.004073 10.0.0.38 - - [2025-10-20 02:16:07] "POST /security-groups HTTP/1.1" 200 592 0.064112 10.0.0.38 - - [2025-10-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.002352 10.0.0.38 - - [2025-10-20 02:16:07] "POST /projects HTTP/1.1" 200 587 0.217033 10.0.0.38 - - [2025-10-20 02:16:07] "POST /access-control-lists HTTP/1.1" 200 597 0.058048 10.0.0.38 - - [2025-10-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.286511 10.0.0.38 - - [2025-10-20 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.003020 10.0.0.38 - - [2025-10-20 02:16:07] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.408405 10.0.0.38 - - [2025-10-20 02:16:07] "POST /access-control-lists HTTP/1.1" 200 595 0.056656 10.0.0.38 - - [2025-10-20 02:16:08] "GET / HTTP/1.1" 200 35931 0.002027 10.0.0.38 - - [2025-10-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.38 - - [2025-10-20 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.066307 10.0.0.38 - - [2025-10-20 02:16:09] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001016 10.0.0.38 - - [2025-10-20 02:16:09] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.032143 10.0.0.38 - - [2025-10-20 02:16:09] "POST /neutron/network HTTP/1.1" 200 117 0.032354 10.0.0.38 - - [2025-10-20 02:16:09] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001423 10.0.0.38 - - [2025-10-20 02:16:09] "POST /neutron/network HTTP/1.1" 200 606 0.067852 10.0.0.38 - - [2025-10-20 02:16:09] "POST /route-targets HTTP/1.1" 200 327 0.013074 10.0.0.38 - - [2025-10-20 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.017877 10.0.0.38 - - [2025-10-20 02:16:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003453 10.0.0.38 - - [2025-10-20 02:16:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.183004 10.0.0.38 - - [2025-10-20 02:16:10] "POST /neutron/network HTTP/1.1" 200 827 0.005370 10.0.0.38 - - [2025-10-20 02:16:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001208 10.0.0.38 - - [2025-10-20 02:16:10] "GET /virtual-network/0b9762a6-63de-4165-9a62-3cf204de2866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004704 10.0.0.38 - - [2025-10-20 02:16:10] "POST /neutron/network HTTP/1.1" 200 827 0.006093 10.0.0.38 - - [2025-10-20 02:16:10] "GET /virtual-network/0b9762a6-63de-4165-9a62-3cf204de2866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004915 10.0.0.38 - - [2025-10-20 02:16:10] "POST /neutron/network HTTP/1.1" 200 827 0.005600 10.0.0.38 - - [2025-10-20 02:16:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.006851 10.0.0.38 - - [2025-10-20 02:16:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001279 10.0.0.38 - - [2025-10-20 02:16:10] "POST /neutron/network HTTP/1.1" 200 837 0.005557 10.0.0.38 - - [2025-10-20 02:16:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.38 - - [2025-10-20 02:16:10] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.38 - - [2025-10-20 02:16:10] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000380 10.0.0.38 - - [2025-10-20 02:16:11] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001161 10.0.0.38 - - [2025-10-20 02:16:11] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045914 10.0.0.38 - - [2025-10-20 02:16:11] "POST /neutron/network HTTP/1.1" 200 827 0.005413 10.0.0.38 - - [2025-10-20 02:16:11] "POST /neutron/port HTTP/1.1" 200 117 0.004911 10.0.0.38 - - [2025-10-20 02:16:11] "POST /neutron/port HTTP/1.1" 200 117 0.005097 10.0.0.38 - - [2025-10-20 02:16:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001214 10.0.0.38 - - [2025-10-20 02:16:11] "POST /neutron/port HTTP/1.1" 200 117 0.004745 10.0.0.38 - - [2025-10-20 02:16:11] "POST /neutron/network HTTP/1.1" 200 837 0.005350 10.0.0.38 - - [2025-10-20 02:16:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000388 10.0.0.38 - - [2025-10-20 02:16:11] "POST /neutron/network HTTP/1.1" 200 837 0.005425 10.0.0.38 - - [2025-10-20 02:16:11] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001519 10.0.0.38 - - [2025-10-20 02:16:12] "GET / HTTP/1.1" 200 35931 0.001608 10.0.0.38 - - [2025-10-20 02:16:12] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/port HTTP/1.1" 200 1063 0.214563 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/port HTTP/1.1" 200 1063 0.009887 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/port HTTP/1.1" 200 1063 0.008054 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/port HTTP/1.1" 200 1117 0.060712 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/port HTTP/1.1" 200 1091 0.011179 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003751 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/subnet HTTP/1.1" 200 708 0.007725 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/network HTTP/1.1" 200 827 0.005497 10.0.0.38 - - [2025-10-20 02:16:12] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001646 10.0.0.38 - - [2025-10-20 02:16:12] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049350 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/network HTTP/1.1" 200 827 0.005199 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/port HTTP/1.1" 200 1091 0.014067 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009219 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.005291 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/port HTTP/1.1" 200 1091 0.011096 10.0.0.38 - - [2025-10-20 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006874 10.0.0.38 - - [2025-10-20 02:16:13] "POST /neutron/network HTTP/1.1" 200 837 0.005621 10.0.0.38 - - [2025-10-20 02:16:13] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.38 - - [2025-10-20 02:16:13] "POST /neutron/port HTTP/1.1" 200 1063 0.261374 10.0.0.38 - - [2025-10-20 02:16:13] "GET /obj-perms HTTP/1.1" 200 5056 0.065716 10.0.0.38 - - [2025-10-20 02:16:13] "POST /neutron/port HTTP/1.1" 200 1063 0.019163 10.0.0.38 - - [2025-10-20 02:16:13] "POST /neutron/port HTTP/1.1" 200 1063 0.013519 10.0.0.38 - - [2025-10-20 02:16:13] "POST /neutron/port HTTP/1.1" 200 1117 0.092815 10.0.0.38 - - [2025-10-20 02:16:13] "POST /neutron/port HTTP/1.1" 200 1091 0.012850 10.0.0.38 - - [2025-10-20 02:16:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003788 10.0.0.38 - - [2025-10-20 02:16:13] "POST /neutron/subnet HTTP/1.1" 200 708 0.007262 10.0.0.38 - - [2025-10-20 02:16:13] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.38 - - [2025-10-20 02:16:13] "POST /neutron/network HTTP/1.1" 200 827 0.005581 10.0.0.38 - - [2025-10-20 02:16:13] "GET /obj-perms HTTP/1.1" 200 5056 0.047025 10.0.0.38 - - [2025-10-20 02:16:17] "POST /neutron/port HTTP/1.1" 200 1091 0.009771 10.0.0.38 - - [2025-10-20 02:16:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005053 10.0.0.38 - - [2025-10-20 02:16:17] "POST /neutron/port HTTP/1.1" 200 1091 0.010110 10.0.0.38 - - [2025-10-20 02:16:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006498 10.0.0.38 - - [2025-10-20 02:16:18] "POST /neutron/port HTTP/1.1" 200 1091 0.010456 10.0.0.38 - - [2025-10-20 02:16:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005722 10.0.0.38 - - [2025-10-20 02:16:18] "GET /virtual-machine/8d8cf3a5-291a-4854-81cc-991dede829ff HTTP/1.1" 401 292 0.000460 10.0.0.38 - - [2025-10-20 02:16:18] "GET /virtual-machine/8d8cf3a5-291a-4854-81cc-991dede829ff HTTP/1.1" 200 1293 0.030041 10.0.0.38 - - [2025-10-20 02:16:18] "GET /virtual-machine-interface/f91f170e-b3db-4e8b-81a9-62ce310ff130 HTTP/1.1" 200 2946 0.005065 10.0.0.38 - - [2025-10-20 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.38 - - [2025-10-20 02:16:18] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003207 10.0.0.38 - - [2025-10-20 02:16:18] "GET /virtual-networks?parent_id=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003054 10.0.0.38 - - [2025-10-20 02:16:18] "GET /virtual-network/0b9762a6-63de-4165-9a62-3cf204de2866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005325 10.0.0.38 - - [2025-10-20 02:16:21] "POST /neutron/port HTTP/1.1" 200 1091 0.011478 10.0.0.38 - - [2025-10-20 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005592 10.0.0.38 - - [2025-10-20 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.38 - - [2025-10-20 02:16:21] "GET /virtual-network/0b9762a6-63de-4165-9a62-3cf204de2866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006053 10.0.0.38 - - [2025-10-20 02:16:22] "POST /neutron/port HTTP/1.1" 200 1091 0.010656 10.0.0.38 - - [2025-10-20 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007829 10.0.0.38 - - [2025-10-20 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.38 - - [2025-10-20 02:16:23] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003318 10.0.0.38 - - [2025-10-20 02:16:23] "GET /virtual-networks?parent_id=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003297 10.0.0.38 - - [2025-10-20 02:16:23] "GET /virtual-network/0b9762a6-63de-4165-9a62-3cf204de2866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005521 10.0.0.38 - - [2025-10-20 02:16:24] "POST /neutron/port HTTP/1.1" 200 1091 0.010194 10.0.0.38 - - [2025-10-20 02:16:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006147 10.0.0.38 - - [2025-10-20 02:16:28] "POST /neutron/port HTTP/1.1" 200 1091 0.011009 10.0.0.38 - - [2025-10-20 02:16:28] "POST /neutron/port HTTP/1.1" 200 1091 0.010948 10.0.0.38 - - [2025-10-20 02:16:28] "POST /neutron/network HTTP/1.1" 200 837 0.005376 10.0.0.38 - - [2025-10-20 02:16:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003473 10.0.0.38 - - [2025-10-20 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.007104 10.0.0.38 - - [2025-10-20 02:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.38 - - [2025-10-20 02:16:28] "POST /neutron/network HTTP/1.1" 200 827 0.005692 10.0.0.38 - - [2025-10-20 02:16:29] "POST /neutron/port HTTP/1.1" 200 1091 0.010851 10.0.0.38 - - [2025-10-20 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006388 10.0.0.38 - - [2025-10-20 02:16:29] "POST /neutron/port HTTP/1.1" 200 1091 0.009990 10.0.0.38 - - [2025-10-20 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005763 10.0.0.38 - - [2025-10-20 02:16:29] "POST /neutron/port HTTP/1.1" 200 1091 0.010167 10.0.0.38 - - [2025-10-20 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005892 10.0.0.38 - - [2025-10-20 02:16:29] "GET /virtual-machine/74a5d223-b286-4321-8a4a-a2052d6cec3b HTTP/1.1" 200 1292 0.003969 10.0.0.38 - - [2025-10-20 02:16:29] "GET /virtual-machine-interface/bea929c0-c39c-407e-b4b7-536bedae5ff3 HTTP/1.1" 200 2947 0.004776 10.0.0.38 - - [2025-10-20 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.38 - - [2025-10-20 02:16:29] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003552 10.0.0.38 - - [2025-10-20 02:16:29] "GET /virtual-networks?parent_id=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003402 10.0.0.38 - - [2025-10-20 02:16:29] "GET /virtual-network/0b9762a6-63de-4165-9a62-3cf204de2866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006699 10.0.0.38 - - [2025-10-20 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.38 - - [2025-10-20 02:16:30] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002913 10.0.0.38 - - [2025-10-20 02:16:30] "GET /virtual-networks?parent_id=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003229 10.0.0.38 - - [2025-10-20 02:16:30] "GET /virtual-network/0b9762a6-63de-4165-9a62-3cf204de2866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005518 10.0.0.38 - - [2025-10-20 02:16:35] "POST /neutron/network HTTP/1.1" 200 827 0.006209 10.0.0.38 - - [2025-10-20 02:16:35] "POST /neutron/network HTTP/1.1" 400 204 0.009667 10.0.0.38 - - [2025-10-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1091 0.011248 10.0.0.38 - - [2025-10-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1117 0.007812 10.0.0.38 - - [2025-10-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1091 0.014762 10.0.0.38 - - [2025-10-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 1117 0.020803 10.0.0.38 - - [2025-10-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 151 0.125704 10.0.0.38 - - [2025-10-20 02:16:36] "POST /neutron/port HTTP/1.1" 200 151 0.117311 10.0.0.38 - - [2025-10-20 02:16:37] "POST /neutron/network HTTP/1.1" 200 827 0.005963 10.0.0.38 - - [2025-10-20 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005353 10.0.0.38 - - [2025-10-20 02:16:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002144 10.0.0.38 - - [2025-10-20 02:16:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003030 10.0.0.38 - - [2025-10-20 02:16:37] "POST /neutron/network HTTP/1.1" 200 151 0.076135 10.0.0.38 - - [2025-10-20 02:16:37] "DELETE /route-target/664a2413-a73e-44bd-a4f7-ce83e14767e0 HTTP/1.1" 200 115 0.015929 10.0.0.38 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.38 - - [2025-10-20 02:16:38] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021744 10.0.0.38 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001011 10.0.0.38 - - [2025-10-20 02:16:38] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?fields=virtual_networks HTTP/1.1" 200 1034 0.063822 10.0.0.38 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.38 - - [2025-10-20 02:16:38] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024452 10.0.0.38 - - [2025-10-20 02:16:38] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.38 - - [2025-10-20 02:16:38] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?fields=security_groups HTTP/1.1" 200 1261 0.021853 10.0.0.38 - - [2025-10-20 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.022352 10.0.0.38 - - [2025-10-20 02:16:39] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002342 10.0.0.38 - - [2025-10-20 02:16:39] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.38 - - [2025-10-20 02:16:39] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006641 10.0.0.38 - - [2025-10-20 02:16:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.001704 10.0.0.38 - - [2025-10-20 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.003749 10.0.0.38 - - [2025-10-20 02:16:39] "POST /security-groups HTTP/1.1" 200 591 0.059702 10.0.0.38 - - [2025-10-20 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.002821 10.0.0.38 - - [2025-10-20 02:16:39] "POST /projects HTTP/1.1" 200 585 0.208532 10.0.0.38 - - [2025-10-20 02:16:39] "POST /access-control-lists HTTP/1.1" 200 596 0.056852 10.0.0.38 - - [2025-10-20 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.275782 10.0.0.38 - - [2025-10-20 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.002825 10.0.0.38 - - [2025-10-20 02:16:39] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.391639 10.0.0.38 - - [2025-10-20 02:16:39] "POST /access-control-lists HTTP/1.1" 200 594 0.060668 10.0.0.38 - - [2025-10-20 02:16:40] "GET / HTTP/1.1" 200 35931 0.001932 10.0.0.38 - - [2025-10-20 02:16:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.38 - - [2025-10-20 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.055877 10.0.0.38 - - [2025-10-20 02:16:41] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.38 - - [2025-10-20 02:16:41] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023052 10.0.0.38 - - [2025-10-20 02:16:42] "POST /neutron/network HTTP/1.1" 200 117 0.027051 10.0.0.38 - - [2025-10-20 02:16:42] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001182 10.0.0.38 - - [2025-10-20 02:16:42] "POST /neutron/network HTTP/1.1" 200 625 0.054555 10.0.0.38 - - [2025-10-20 02:16:42] "POST /route-targets HTTP/1.1" 200 327 0.008913 10.0.0.38 - - [2025-10-20 02:16:42] "POST /ref-update HTTP/1.1" 200 156 0.010257 10.0.0.38 - - [2025-10-20 02:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002964 10.0.0.38 - - [2025-10-20 02:16:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.166196 10.0.0.38 - - [2025-10-20 02:16:42] "POST /neutron/network HTTP/1.1" 200 839 0.004665 10.0.0.38 - - [2025-10-20 02:16:42] "POST /id-to-fqname HTTP/1.1" 200 230 0.001068 10.0.0.38 - - [2025-10-20 02:16:42] "GET /virtual-network/95bc2038-9068-43e0-80d1-d25b89c826c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004345 10.0.0.38 - - [2025-10-20 02:16:42] "POST /neutron/network HTTP/1.1" 200 839 0.005858 10.0.0.38 - - [2025-10-20 02:16:42] "GET /virtual-network/95bc2038-9068-43e0-80d1-d25b89c826c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004953 10.0.0.38 - - [2025-10-20 02:16:42] "POST /neutron/network HTTP/1.1" 200 839 0.005657 10.0.0.38 - - [2025-10-20 02:16:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.006556 10.0.0.38 - - [2025-10-20 02:16:42] "POST /neutron/network HTTP/1.1" 200 839 0.005451 10.0.0.38 - - [2025-10-20 02:16:42] "POST /id-to-fqname HTTP/1.1" 200 230 0.001108 10.0.0.38 - - [2025-10-20 02:16:42] "POST /neutron/network HTTP/1.1" 200 849 0.005926 10.0.0.38 - - [2025-10-20 02:16:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000431 10.0.0.38 - - [2025-10-20 02:16:43] "GET / HTTP/1.1" 200 35931 0.002847 10.0.0.38 - - [2025-10-20 02:16:43] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000367 10.0.0.38 - - [2025-10-20 02:16:43] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.38 - - [2025-10-20 02:16:43] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048383 10.0.0.38 - - [2025-10-20 02:16:43] "POST /neutron/network HTTP/1.1" 200 839 0.005440 10.0.0.38 - - [2025-10-20 02:16:43] "POST /neutron/port HTTP/1.1" 200 117 0.004957 10.0.0.38 - - [2025-10-20 02:16:43] "POST /neutron/port HTTP/1.1" 200 117 0.005156 10.0.0.38 - - [2025-10-20 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.38 - - [2025-10-20 02:16:43] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002804 10.0.0.38 - - [2025-10-20 02:16:43] "PUT /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3 HTTP/1.1" 200 276 0.009289 10.0.0.38 - - [2025-10-20 02:16:43] "POST /neutron/port HTTP/1.1" 200 117 0.007539 10.0.0.38 - - [2025-10-20 02:16:44] "POST /neutron/network HTTP/1.1" 200 849 0.005400 10.0.0.38 - - [2025-10-20 02:16:44] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.38 - - [2025-10-20 02:16:44] "POST /neutron/port HTTP/1.1" 200 1055 0.193535 10.0.0.38 - - [2025-10-20 02:16:44] "POST /neutron/port HTTP/1.1" 200 1055 0.009174 10.0.0.38 - - [2025-10-20 02:16:44] "POST /neutron/port HTTP/1.1" 200 1055 0.008020 10.0.0.38 - - [2025-10-20 02:16:44] "POST /neutron/port HTTP/1.1" 200 1109 0.056605 10.0.0.38 - - [2025-10-20 02:16:44] "POST /neutron/port HTTP/1.1" 200 1083 0.010232 10.0.0.38 - - [2025-10-20 02:16:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002801 10.0.0.38 - - [2025-10-20 02:16:44] "POST /neutron/subnet HTTP/1.1" 200 675 0.006418 10.0.0.38 - - [2025-10-20 02:16:44] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.38 - - [2025-10-20 02:16:44] "POST /neutron/network HTTP/1.1" 200 839 0.005200 10.0.0.38 - - [2025-10-20 02:16:48] "POST /neutron/port HTTP/1.1" 200 1083 0.011630 10.0.0.38 - - [2025-10-20 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005891 10.0.0.38 - - [2025-10-20 02:16:49] "POST /neutron/port HTTP/1.1" 200 1083 0.014067 10.0.0.38 - - [2025-10-20 02:16:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005953 10.0.0.38 - - [2025-10-20 02:16:49] "POST /neutron/port HTTP/1.1" 200 1083 0.011044 10.0.0.38 - - [2025-10-20 02:16:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005359 10.0.0.38 - - [2025-10-20 02:16:49] "GET /virtual-machine/913649e7-62de-4c55-952c-f2fc517f9ab6 HTTP/1.1" 401 292 0.000436 10.0.0.38 - - [2025-10-20 02:16:49] "GET /virtual-machine/913649e7-62de-4c55-952c-f2fc517f9ab6 HTTP/1.1" 200 1293 0.033444 10.0.0.38 - - [2025-10-20 02:16:49] "GET /virtual-machine-interface/35b18c11-d1fa-41ed-b0b3-295eeaea2b0b HTTP/1.1" 200 2971 0.005037 10.0.0.38 - - [2025-10-20 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.38 - - [2025-10-20 02:16:49] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003293 10.0.0.38 - - [2025-10-20 02:16:49] "GET /virtual-networks?parent_id=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002996 10.0.0.38 - - [2025-10-20 02:16:49] "GET /virtual-network/95bc2038-9068-43e0-80d1-d25b89c826c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005383 10.0.0.38 - - [2025-10-20 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.38 - - [2025-10-20 02:16:52] "GET /virtual-network/95bc2038-9068-43e0-80d1-d25b89c826c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005410 10.0.0.38 - - [2025-10-20 02:16:53] "POST /neutron/port HTTP/1.1" 200 1083 0.010464 10.0.0.38 - - [2025-10-20 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005556 10.0.0.38 - - [2025-10-20 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.38 - - [2025-10-20 02:16:54] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003095 10.0.0.38 - - [2025-10-20 02:16:54] "GET /virtual-networks?parent_id=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003832 10.0.0.38 - - [2025-10-20 02:16:55] "GET /virtual-network/95bc2038-9068-43e0-80d1-d25b89c826c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005525 10.0.0.38 - - [2025-10-20 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.38 - - [2025-10-20 02:16:57] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002721 10.0.0.38 - - [2025-10-20 02:16:57] "PUT /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3 HTTP/1.1" 200 276 0.007824 10.0.0.38 - - [2025-10-20 02:16:57] "POST /neutron/network HTTP/1.1" 200 839 0.005302 10.0.0.38 - - [2025-10-20 02:16:57] "POST /neutron/network HTTP/1.1" 400 204 0.009076 10.0.0.38 - - [2025-10-20 02:16:57] "POST /neutron/port HTTP/1.1" 200 1083 0.010782 10.0.0.38 - - [2025-10-20 02:16:57] "POST /neutron/port HTTP/1.1" 200 1109 0.010123 10.0.0.38 - - [2025-10-20 02:16:57] "POST /neutron/port HTTP/1.1" 200 151 0.082831 10.0.0.38 - - [2025-10-20 02:16:59] "POST /neutron/network HTTP/1.1" 200 839 0.005283 10.0.0.38 - - [2025-10-20 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.38 - - [2025-10-20 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001960 10.0.0.38 - - [2025-10-20 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002550 10.0.0.38 - - [2025-10-20 02:16:59] "POST /neutron/network HTTP/1.1" 200 151 0.073891 10.0.0.38 - - [2025-10-20 02:16:59] "DELETE /route-target/e2e14a51-db0f-4880-8273-b2448f3dbda3 HTTP/1.1" 200 115 0.016775 10.0.0.38 - - [2025-10-20 02:16:59] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002828 10.0.0.38 - - [2025-10-20 02:16:59] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3 HTTP/1.1" 200 1879 0.003103 10.0.0.38 - - [2025-10-20 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002079 10.0.0.38 - - [2025-10-20 02:16:59] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002249 10.0.0.38 - - [2025-10-20 02:16:59] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024598 10.0.0.38 - - [2025-10-20 02:17:00] "POST /neutron/network HTTP/1.1" 200 117 0.006354 10.0.0.38 - - [2025-10-20 02:17:00] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145 10.0.0.38 - - [2025-10-20 02:17:00] "POST /neutron/network HTTP/1.1" 200 605 0.061370 10.0.0.38 - - [2025-10-20 02:17:00] "POST /route-targets HTTP/1.1" 200 327 0.013873 10.0.0.38 - - [2025-10-20 02:17:00] "POST /ref-update HTTP/1.1" 200 156 0.011299 10.0.0.38 - - [2025-10-20 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003798 10.0.0.38 - - [2025-10-20 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.160253 10.0.0.38 - - [2025-10-20 02:17:00] "POST /neutron/network HTTP/1.1" 200 823 0.006325 10.0.0.38 - - [2025-10-20 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001532 10.0.0.38 - - [2025-10-20 02:17:00] "GET /virtual-network/725dc6c0-1cde-4f1b-9288-61b602f57428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005797 10.0.0.38 - - [2025-10-20 02:17:00] "POST /neutron/network HTTP/1.1" 200 823 0.006764 10.0.0.38 - - [2025-10-20 02:17:00] "GET /virtual-network/725dc6c0-1cde-4f1b-9288-61b602f57428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004872 10.0.0.38 - - [2025-10-20 02:17:00] "POST /neutron/network HTTP/1.1" 200 823 0.005898 10.0.0.38 - - [2025-10-20 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.006227 10.0.0.38 - - [2025-10-20 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001145 10.0.0.38 - - [2025-10-20 02:17:00] "POST /neutron/network HTTP/1.1" 200 833 0.005387 10.0.0.38 - - [2025-10-20 02:17:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2025-10-20 02:17:00] "GET / HTTP/1.1" 200 35931 0.002122 10.0.0.38 - - [2025-10-20 02:17:00] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000465 10.0.0.38 - - [2025-10-20 02:17:01] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.38 - - [2025-10-20 02:17:01] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.049488 10.0.0.38 - - [2025-10-20 02:17:01] "POST /neutron/network HTTP/1.1" 200 823 0.005745 10.0.0.38 - - [2025-10-20 02:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.005088 10.0.0.38 - - [2025-10-20 02:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.005148 10.0.0.38 - - [2025-10-20 02:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.005633 10.0.0.38 - - [2025-10-20 02:17:01] "POST /neutron/network HTTP/1.1" 200 833 0.005774 10.0.0.38 - - [2025-10-20 02:17:01] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001241 10.0.0.38 - - [2025-10-20 02:17:02] "POST /neutron/port HTTP/1.1" 200 1059 0.206312 10.0.0.38 - - [2025-10-20 02:17:02] "POST /neutron/port HTTP/1.1" 200 1059 0.009047 10.0.0.38 - - [2025-10-20 02:17:02] "POST /neutron/port HTTP/1.1" 200 1059 0.008078 10.0.0.38 - - [2025-10-20 02:17:02] "POST /neutron/port HTTP/1.1" 200 1113 0.050756 10.0.0.38 - - [2025-10-20 02:17:02] "POST /neutron/port HTTP/1.1" 200 1087 0.012177 10.0.0.38 - - [2025-10-20 02:17:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003315 10.0.0.38 - - [2025-10-20 02:17:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.006345 10.0.0.38 - - [2025-10-20 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.38 - - [2025-10-20 02:17:02] "POST /neutron/network HTTP/1.1" 200 823 0.005534 10.0.0.38 - - [2025-10-20 02:17:05] "DELETE /project/7cacde64249a49ff95aeae1bbb24dd1a HTTP/1.1" 404 173 0.008861 10.0.0.38 - - [2025-10-20 02:17:05] "DELETE /project/aa13c1078be24068b8ec2c95682acfac HTTP/1.1" 404 173 0.008009 10.0.0.38 - - [2025-10-20 02:17:05] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000867 10.0.0.38 - - [2025-10-20 02:17:05] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000810 10.0.0.38 - - [2025-10-20 02:17:05] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.038648 10.0.0.38 - - [2025-10-20 02:17:05] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.051650 10.0.0.38 - - [2025-10-20 02:17:05] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001410 10.0.0.38 - - [2025-10-20 02:17:05] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001621 10.0.0.38 - - [2025-10-20 02:17:05] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?fields=security_groups HTTP/1.1" 200 1366 0.037261 10.0.0.38 - - [2025-10-20 02:17:05] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?fields=security_groups HTTP/1.1" 200 1367 0.066215 10.0.0.38 - - [2025-10-20 02:17:05] "DELETE /security-group/564c2d08-5090-42d6-b7c7-308e196ebfae HTTP/1.1" 200 115 0.050896 10.0.0.38 - - [2025-10-20 02:17:05] "GET /projects?obj_uuids=7cacde64-249a-49ff-95ae-ae1bbb24dd1a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.38 - - [2025-10-20 02:17:05] "DELETE /access-control-list/6a3cebea-d28f-425c-a17e-a6ef5be3f831 HTTP/1.1" 200 115 0.034129 10.0.0.38 - - [2025-10-20 02:17:05] "GET /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a?fields=application_policy_sets HTTP/1.1" 200 1405 0.050476 10.0.0.38 - - [2025-10-20 02:17:05] "DELETE /security-group/e37f6d5e-fbdf-4800-830c-68369500946d HTTP/1.1" 200 115 0.074917 10.0.0.38 - - [2025-10-20 02:17:05] "GET /projects?obj_uuids=f30a9bda-72df-43a8-b56f-27a38961f261&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001048 10.0.0.38 - - [2025-10-20 02:17:05] "DELETE /access-control-list/c41ecf0a-ccf2-4f18-83c0-c0f4f1ba77d2 HTTP/1.1" 200 115 0.059121 10.0.0.38 - - [2025-10-20 02:17:05] "GET /project/f30a9bda-72df-43a8-b56f-27a38961f261?fields=application_policy_sets HTTP/1.1" 200 1406 0.054889 10.0.0.38 - - [2025-10-20 02:17:05] "DELETE /access-control-list/24627de5-8c95-4d08-bf45-9f8c3600dd3c HTTP/1.1" 200 115 0.057875 10.0.0.38 - - [2025-10-20 02:17:06] "DELETE /access-control-list/049bdd31-5bc1-4550-8212-95f2abfe2fb7 HTTP/1.1" 200 115 0.031468 10.0.0.38 - - [2025-10-20 02:17:06] "DELETE /project/7cacde64-249a-49ff-95ae-ae1bbb24dd1a HTTP/1.1" 200 115 0.411194 10.0.0.38 - - [2025-10-20 02:17:06] "DELETE /project/f30a9bda-72df-43a8-b56f-27a38961f261 HTTP/1.1" 200 115 0.437232 10.0.0.38 - - [2025-10-20 02:17:06] "POST /neutron/port HTTP/1.1" 200 1087 0.014049 10.0.0.38 - - [2025-10-20 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006153 10.0.0.38 - - [2025-10-20 02:17:06] "POST /neutron/port HTTP/1.1" 200 1087 0.010978 10.0.0.38 - - [2025-10-20 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005913 10.0.0.38 - - [2025-10-20 02:17:06] "POST /neutron/port HTTP/1.1" 200 1087 0.010133 10.0.0.38 - - [2025-10-20 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005961 10.0.0.38 - - [2025-10-20 02:17:06] "GET /virtual-machine/306b74f9-7368-4e04-b711-994b1a3d07b8 HTTP/1.1" 200 1292 0.004140 10.0.0.38 - - [2025-10-20 02:17:06] "GET /virtual-machine-interface/1f7131d3-da32-4816-9bbd-a622e0d78031 HTTP/1.1" 200 2941 0.004894 10.0.0.38 - - [2025-10-20 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.38 - - [2025-10-20 02:17:06] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003594 10.0.0.38 - - [2025-10-20 02:17:06] "GET /virtual-networks?parent_id=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003230 10.0.0.38 - - [2025-10-20 02:17:06] "GET /virtual-network/725dc6c0-1cde-4f1b-9288-61b602f57428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006022 10.0.0.38 - - [2025-10-20 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.38 - - [2025-10-20 02:17:10] "GET /virtual-network/725dc6c0-1cde-4f1b-9288-61b602f57428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004943 10.0.0.38 - - [2025-10-20 02:17:11] "POST /neutron/port HTTP/1.1" 200 1087 0.010615 10.0.0.38 - - [2025-10-20 02:17:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005311 10.0.0.38 - - [2025-10-20 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.38 - - [2025-10-20 02:17:14] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003248 10.0.0.38 - - [2025-10-20 02:17:14] "GET /virtual-networks?parent_id=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002874 10.0.0.38 - - [2025-10-20 02:17:14] "GET /obj-perms HTTP/1.1" 200 5056 0.047421 10.0.0.38 - - [2025-10-20 02:17:14] "GET /virtual-network/725dc6c0-1cde-4f1b-9288-61b602f57428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005921 10.0.0.38 - - [2025-10-20 02:17:14] "GET /obj-perms HTTP/1.1" 200 5056 0.041036 10.0.0.38 - - [2025-10-20 02:17:16] "POST /neutron/network HTTP/1.1" 200 823 0.014706 10.0.0.38 - - [2025-10-20 02:17:16] "POST /neutron/network HTTP/1.1" 400 204 0.009338 10.0.0.38 - - [2025-10-20 02:17:16] "POST /neutron/port HTTP/1.1" 200 1087 0.010453 10.0.0.38 - - [2025-10-20 02:17:16] "POST /neutron/port HTTP/1.1" 200 1113 0.008792 10.0.0.38 - - [2025-10-20 02:17:16] "POST /neutron/port HTTP/1.1" 200 151 0.089521 10.0.0.38 - - [2025-10-20 02:17:18] "POST /neutron/network HTTP/1.1" 200 823 0.005815 10.0.0.38 - - [2025-10-20 02:17:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003568 10.0.0.38 - - [2025-10-20 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.38 - - [2025-10-20 02:17:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001726 10.0.0.38 - - [2025-10-20 02:17:18] "POST /neutron/network HTTP/1.1" 200 151 0.068191 10.0.0.38 - - [2025-10-20 02:17:18] "DELETE /route-target/853377a7-b5bd-4082-a51d-843358c9abbd HTTP/1.1" 200 115 0.016127 10.0.0.38 - - [2025-10-20 02:17:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002835 10.0.0.38 - - [2025-10-20 02:17:18] "POST /network-ipams HTTP/1.1" 200 541 0.015108 10.0.0.38 - - [2025-10-20 02:17:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002692 10.0.0.38 - - [2025-10-20 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.38 - - [2025-10-20 02:17:19] "GET /network-ipam/6cd4afa3-b782-4677-88ea-f0f590967221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004973 10.0.0.38 - - [2025-10-20 02:17:19] "PUT /network-ipam/6cd4afa3-b782-4677-88ea-f0f590967221 HTTP/1.1" 200 258 0.009289 10.0.0.38 - - [2025-10-20 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.38 - - [2025-10-20 02:17:19] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001067 10.0.0.38 - - [2025-10-20 02:17:19] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023155 10.0.0.38 - - [2025-10-20 02:17:19] "POST /neutron/network HTTP/1.1" 200 117 0.006565 10.0.0.38 - - [2025-10-20 02:17:19] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.38 - - [2025-10-20 02:17:19] "POST /neutron/network HTTP/1.1" 200 605 0.060080 10.0.0.38 - - [2025-10-20 02:17:19] "POST /route-targets HTTP/1.1" 200 327 0.011595 10.0.0.38 - - [2025-10-20 02:17:19] "POST /ref-update HTTP/1.1" 200 156 0.013930 10.0.0.38 - - [2025-10-20 02:17:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004247 10.0.0.38 - - [2025-10-20 02:17:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.144622 10.0.0.38 - - [2025-10-20 02:17:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005028 10.0.0.38 - - [2025-10-20 02:17:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.172374 10.0.0.38 - - [2025-10-20 02:17:19] "POST /neutron/network HTTP/1.1" 200 994 0.006803 10.0.0.38 - - [2025-10-20 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001510 10.0.0.38 - - [2025-10-20 02:17:19] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006452 10.0.0.38 - - [2025-10-20 02:17:19] "POST /neutron/network HTTP/1.1" 200 994 0.011289 10.0.0.38 - - [2025-10-20 02:17:19] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005792 10.0.0.38 - - [2025-10-20 02:17:19] "POST /neutron/network HTTP/1.1" 200 994 0.008765 10.0.0.38 - - [2025-10-20 02:17:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.006736 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.007555 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/network HTTP/1.1" 200 994 0.006351 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.006491 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.006026 10.0.0.38 - - [2025-10-20 02:17:20] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 1017 0.144234 10.0.0.38 - - [2025-10-20 02:17:20] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 1017 0.143195 10.0.0.38 - - [2025-10-20 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001272 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 1017 0.006947 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 1017 0.006499 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/network HTTP/1.1" 200 994 0.006312 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 1017 0.007112 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.004913 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 1017 0.006761 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.004537 10.0.0.38 - - [2025-10-20 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001264 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.005646 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008131 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 1017 0.009647 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/network HTTP/1.1" 200 994 0.007774 10.0.0.38 - - [2025-10-20 02:17:20] "POST /neutron/port HTTP/1.1" 200 1017 0.008388 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.012101 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.006447 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.013815 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.012037 10.0.0.38 - - [2025-10-20 02:17:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001521 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/network HTTP/1.1" 200 1004 0.010770 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007436 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.009684 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1041 0.021060 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007604 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1109 0.105087 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1083 0.013335 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003364 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/network HTTP/1.1" 200 1004 0.006756 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/subnet HTTP/1.1" 200 673 0.006851 10.0.0.38 - - [2025-10-20 02:17:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000382 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/network HTTP/1.1" 200 994 0.007151 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007089 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/network HTTP/1.1" 200 1004 0.007946 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007174 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1017 0.005876 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1109 0.068599 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 1083 0.010606 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003331 10.0.0.38 - - [2025-10-20 02:17:21] "GET / HTTP/1.1" 200 35931 0.003645 10.0.0.38 - - [2025-10-20 02:17:21] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000338 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/subnet HTTP/1.1" 200 673 0.018725 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.001909 10.0.0.38 - - [2025-10-20 02:17:21] "POST /neutron/network HTTP/1.1" 200 994 0.006988 10.0.0.38 - - [2025-10-20 02:17:22] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.38 - - [2025-10-20 02:17:22] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.081319 10.0.0.38 - - [2025-10-20 02:17:22] "POST /neutron/network HTTP/1.1" 200 994 0.012102 10.0.0.38 - - [2025-10-20 02:17:22] "POST /neutron/port HTTP/1.1" 200 2050 0.020285 10.0.0.38 - - [2025-10-20 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006782 10.0.0.38 - - [2025-10-20 02:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.007063 10.0.0.38 - - [2025-10-20 02:17:22] "GET /domains HTTP/1.1" 200 280 0.006546 10.0.0.38 - - [2025-10-20 02:17:22] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001544 10.0.0.38 - - [2025-10-20 02:17:22] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2573 0.015474 10.0.0.38 - - [2025-10-20 02:17:22] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.38 - - [2025-10-20 02:17:22] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac HTTP/1.1" 200 2843 0.085492 10.0.0.38 - - [2025-10-20 02:17:22] "GET /network-ipam/6cd4afa3-b782-4677-88ea-f0f590967221 HTTP/1.1" 200 2600 0.005168 10.0.0.38 - - [2025-10-20 02:17:22] "GET /domains HTTP/1.1" 200 280 0.002645 10.0.0.38 - - [2025-10-20 02:17:22] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002195 10.0.0.38 - - [2025-10-20 02:17:22] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2573 0.009303 10.0.0.38 - - [2025-10-20 02:17:22] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001383 10.0.0.38 - - [2025-10-20 02:17:22] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac HTTP/1.1" 200 2843 0.083401 10.0.0.38 - - [2025-10-20 02:17:22] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a HTTP/1.1" 200 3781 0.009952 10.0.0.38 - - [2025-10-20 02:17:22] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a HTTP/1.1" 200 3781 0.007190 10.0.0.38 - - [2025-10-20 02:17:22] "GET /routing-instance/9fa5dde9-8b76-471a-a9f1-9d29b66ac8b2 HTTP/1.1" 200 2381 0.004916 10.0.0.38 - - [2025-10-20 02:17:22] "GET /routing-instance/9fa5dde9-8b76-471a-a9f1-9d29b66ac8b2 HTTP/1.1" 200 2381 0.003636 10.0.0.38 - - [2025-10-20 02:17:22] "GET /route-target/b9ce3eee-4e48-4681-bb6c-df4c06744ce1 HTTP/1.1" 200 1205 0.003625 10.0.0.38 - - [2025-10-20 02:17:22] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a HTTP/1.1" 200 3781 0.011723 10.0.0.38 - - [2025-10-20 02:17:22] "GET /routing-instance/9fa5dde9-8b76-471a-a9f1-9d29b66ac8b2 HTTP/1.1" 200 2381 0.004434 10.0.0.38 - - [2025-10-20 02:17:22] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.020011 10.0.0.38 - - [2025-10-20 02:17:22] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a HTTP/1.1" 200 3781 0.010165 10.0.0.38 - - [2025-10-20 02:17:22] "GET /routing-instance/9fa5dde9-8b76-471a-a9f1-9d29b66ac8b2 HTTP/1.1" 200 2381 0.005125 10.0.0.38 - - [2025-10-20 02:17:22] "GET /routing-instance/9fa5dde9-8b76-471a-a9f1-9d29b66ac8b2 HTTP/1.1" 200 2381 0.010720 10.0.0.38 - - [2025-10-20 02:17:23] "GET /route-target/b9ce3eee-4e48-4681-bb6c-df4c06744ce1 HTTP/1.1" 200 1205 0.023350 10.0.0.38 - - [2025-10-20 02:17:23] "GET /domains HTTP/1.1" 200 280 0.010076 10.0.0.38 - - [2025-10-20 02:17:23] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001630 10.0.0.38 - - [2025-10-20 02:17:23] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2573 0.014648 10.0.0.38 - - [2025-10-20 02:17:23] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001462 10.0.0.38 - - [2025-10-20 02:17:23] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac HTTP/1.1" 200 2843 0.072403 10.0.0.38 - - [2025-10-20 02:17:23] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a HTTP/1.1" 200 3781 0.011315 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/network HTTP/1.1" 200 1004 0.007611 10.0.0.38 - - [2025-10-20 02:17:23] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/port HTTP/1.1" 200 1055 0.259578 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/port HTTP/1.1" 200 1055 0.021469 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/port HTTP/1.1" 200 1055 0.014251 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/port HTTP/1.1" 200 1109 0.092018 10.0.0.38 - - [2025-10-20 02:17:23] "GET /obj-perms HTTP/1.1" 200 5030 0.067425 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/port HTTP/1.1" 200 1083 0.013862 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004392 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/port HTTP/1.1" 200 1083 0.014091 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007263 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.012367 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/network HTTP/1.1" 200 994 0.008797 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/port HTTP/1.1" 200 1083 0.018511 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013324 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/port HTTP/1.1" 200 1083 0.010718 10.0.0.38 - - [2025-10-20 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005883 10.0.0.38 - - [2025-10-20 02:17:23] "GET /virtual-machine/113b365a-d752-48e1-a15c-817db92daccf HTTP/1.1" 200 1288 0.004327 10.0.0.38 - - [2025-10-20 02:17:23] "GET /virtual-machine-interface/f337c8b5-2453-42f2-9b44-6105d525c4b2 HTTP/1.1" 200 2942 0.005208 10.0.0.38 - - [2025-10-20 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.38 - - [2025-10-20 02:17:23] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002915 10.0.0.38 - - [2025-10-20 02:17:24] "GET /virtual-networks?parent_id=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003364 10.0.0.38 - - [2025-10-20 02:17:24] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009819 10.0.0.38 - - [2025-10-20 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.38 - - [2025-10-20 02:17:27] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005322 10.0.0.38 - - [2025-10-20 02:17:31] "POST /neutron/port HTTP/1.1" 200 1083 0.010029 10.0.0.38 - - [2025-10-20 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.38 - - [2025-10-20 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007830 10.0.0.38 - - [2025-10-20 02:17:31] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004433 10.0.0.38 - - [2025-10-20 02:17:31] "POST /neutron/port HTTP/1.1" 200 1083 0.010476 10.0.0.38 - - [2025-10-20 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004784 10.0.0.38 - - [2025-10-20 02:17:33] "POST /neutron/port HTTP/1.1" 200 1083 0.010917 10.0.0.38 - - [2025-10-20 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004392 10.0.0.38 - - [2025-10-20 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.38 - - [2025-10-20 02:17:33] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002853 10.0.0.38 - - [2025-10-20 02:17:33] "GET /virtual-networks?parent_id=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003290 10.0.0.38 - - [2025-10-20 02:17:33] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005483 10.0.0.38 - - [2025-10-20 02:17:33] "POST /neutron/port HTTP/1.1" 200 1083 0.013426 10.0.0.38 - - [2025-10-20 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005786 10.0.0.38 - - [2025-10-20 02:17:33] "POST /neutron/port HTTP/1.1" 200 1083 0.014062 10.0.0.38 - - [2025-10-20 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008778 10.0.0.38 - - [2025-10-20 02:17:33] "POST /neutron/port HTTP/1.1" 200 1083 0.013015 10.0.0.38 - - [2025-10-20 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007209 10.0.0.38 - - [2025-10-20 02:17:34] "GET /virtual-machine/5d28584e-c73f-451d-9023-bd8ed78853d2 HTTP/1.1" 200 1288 0.004710 10.0.0.38 - - [2025-10-20 02:17:34] "GET /virtual-machine-interface/95b7c619-5841-48ac-b0d1-445489ed9a67 HTTP/1.1" 200 2942 0.004794 10.0.0.38 - - [2025-10-20 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.38 - - [2025-10-20 02:17:34] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003613 10.0.0.38 - - [2025-10-20 02:17:34] "GET /virtual-networks?parent_id=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003050 10.0.0.38 - - [2025-10-20 02:17:34] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005581 10.0.0.38 - - [2025-10-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.38 - - [2025-10-20 02:17:35] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004368 10.0.0.38 - - [2025-10-20 02:17:35] "GET /virtual-networks?parent_id=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003076 10.0.0.38 - - [2025-10-20 02:17:35] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005505 10.0.0.38 - - [2025-10-20 02:17:35] "POST /neutron/port HTTP/1.1" 200 1083 0.010166 10.0.0.38 - - [2025-10-20 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005939 10.0.0.38 - - [2025-10-20 02:17:35] "POST /neutron/port HTTP/1.1" 200 1083 0.010262 10.0.0.38 - - [2025-10-20 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005508 10.0.0.38 - - [2025-10-20 02:17:35] "POST /neutron/port HTTP/1.1" 200 1083 0.012516 10.0.0.38 - - [2025-10-20 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005702 10.0.0.38 - - [2025-10-20 02:17:35] "GET /virtual-machine/be32a79e-f78b-4645-bb95-ab0b4f7ed873 HTTP/1.1" 200 1293 0.004090 10.0.0.38 - - [2025-10-20 02:17:35] "GET /virtual-machine-interface/ae712b64-e4dd-430f-a374-35f5141f59e0 HTTP/1.1" 200 2942 0.004094 10.0.0.38 - - [2025-10-20 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.38 - - [2025-10-20 02:17:35] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003254 10.0.0.38 - - [2025-10-20 02:17:35] "GET /virtual-networks?parent_id=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003630 10.0.0.38 - - [2025-10-20 02:17:35] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005551 10.0.0.38 - - [2025-10-20 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.38 - - [2025-10-20 02:17:37] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002650 10.0.0.38 - - [2025-10-20 02:17:37] "GET /virtual-networks?parent_id=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002968 10.0.0.38 - - [2025-10-20 02:17:37] "GET /virtual-network/d9c5a8f0-c801-4e93-b7c4-96110236657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005173 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/port HTTP/1.1" 200 1109 0.011632 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/port HTTP/1.1" 200 1109 0.008769 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/port HTTP/1.1" 200 151 0.132363 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/port HTTP/1.1" 200 1109 0.009745 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/port HTTP/1.1" 200 1109 0.010944 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/port HTTP/1.1" 200 1083 0.011967 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/port HTTP/1.1" 200 1109 0.008698 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/port HTTP/1.1" 200 151 0.133785 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/network HTTP/1.1" 200 994 0.009107 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/network HTTP/1.1" 400 204 0.013335 10.0.0.38 - - [2025-10-20 02:17:53] "POST /neutron/port HTTP/1.1" 200 151 0.156308 10.0.0.38 - - [2025-10-20 02:17:55] "POST /neutron/network HTTP/1.1" 200 994 0.007093 10.0.0.38 - - [2025-10-20 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008033 10.0.0.38 - - [2025-10-20 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001924 10.0.0.38 - - [2025-10-20 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003206 10.0.0.38 - - [2025-10-20 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001778 10.0.0.38 - - [2025-10-20 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001510 10.0.0.38 - - [2025-10-20 02:17:55] "POST /neutron/network HTTP/1.1" 200 151 0.104746 10.0.0.38 - - [2025-10-20 02:17:55] "DELETE /route-target/b9ce3eee-4e48-4681-bb6c-df4c06744ce1 HTTP/1.1" 200 115 0.019639 10.0.0.38 - - [2025-10-20 02:17:55] "GET /routing-instance/9fa5dde9-8b76-471a-a9f1-9d29b66ac8b2 HTTP/1.1" 404 171 0.003766 10.0.0.38 - - [2025-10-20 02:17:55] "GET /domains HTTP/1.1" 200 280 0.002703 10.0.0.38 - - [2025-10-20 02:17:55] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001635 10.0.0.38 - - [2025-10-20 02:17:55] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 2573 0.050962 10.0.0.38 - - [2025-10-20 02:17:55] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.38 - - [2025-10-20 02:17:56] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac HTTP/1.1" 200 2086 0.073881 10.0.0.38 - - [2025-10-20 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.38 - - [2025-10-20 02:17:56] "DELETE /network-ipam/6cd4afa3-b782-4677-88ea-f0f590967221 HTTP/1.1" 200 115 0.024726 10.0.0.38 - - [2025-10-20 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.003785 10.0.0.38 - - [2025-10-20 02:17:56] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001453 10.0.0.38 - - [2025-10-20 02:17:56] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022575 10.0.0.38 - - [2025-10-20 02:17:56] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.38 - - [2025-10-20 02:17:56] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?fields=virtual_networks HTTP/1.1" 200 1033 0.068996 10.0.0.38 - - [2025-10-20 02:17:56] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.38 - - [2025-10-20 02:17:56] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021646 10.0.0.38 - - [2025-10-20 02:17:56] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.38 - - [2025-10-20 02:17:56] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?fields=security_groups HTTP/1.1" 200 1259 0.023601 10.0.0.38 - - [2025-10-20 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.006914 10.0.0.38 - - [2025-10-20 02:17:58] "POST /neutron/port HTTP/1.1" 400 205 0.003968 10.0.0.38 - - [2025-10-20 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.005610 10.0.0.38 - - [2025-10-20 02:17:58] "POST /neutron/port HTTP/1.1" 400 205 0.003315 10.0.0.38 - - [2025-10-20 02:18:04] "GET / HTTP/1.1" 200 35931 0.002007 10.0.0.38 - - [2025-10-20 02:18:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.38 - - [2025-10-20 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.047778 10.0.0.38 - - [2025-10-20 02:18:05] "GET /projects?obj_uuids=22bec6fa-cb90-4302-a15b-ea3a318011ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002397 10.0.0.38 - - [2025-10-20 02:18:05] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.38 - - [2025-10-20 02:18:05] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007514 10.0.0.38 - - [2025-10-20 02:18:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001209 10.0.0.38 - - [2025-10-20 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.005419 10.0.0.38 - - [2025-10-20 02:18:05] "POST /security-groups HTTP/1.1" 200 586 0.064120 10.0.0.38 - - [2025-10-20 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002446 10.0.0.38 - - [2025-10-20 02:18:05] "POST /projects HTTP/1.1" 200 575 0.208477 10.0.0.38 - - [2025-10-20 02:18:05] "POST /access-control-lists HTTP/1.1" 200 591 0.058495 10.0.0.38 - - [2025-10-20 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.276174 10.0.0.38 - - [2025-10-20 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.003926 10.0.0.38 - - [2025-10-20 02:18:05] "GET /project/22bec6fa-cb90-4302-a15b-ea3a318011ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.405728 10.0.0.38 - - [2025-10-20 02:18:05] "POST /access-control-lists HTTP/1.1" 200 589 0.056468 10.0.0.38 - - [2025-10-20 02:18:06] "DELETE /project/22bec6facb904302a15bea3a318011ef HTTP/1.1" 404 173 0.004416 10.0.0.38 - - [2025-10-20 02:18:06] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.38 - - [2025-10-20 02:18:06] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.027063 10.0.0.38 - - [2025-10-20 02:18:06] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.38 - - [2025-10-20 02:18:06] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?fields=security_groups HTTP/1.1" 200 1364 0.067785 10.0.0.38 - - [2025-10-20 02:18:06] "DELETE /security-group/68750a9c-1b16-4805-af41-31c167b5316b HTTP/1.1" 200 115 0.047502 10.0.0.38 - - [2025-10-20 02:18:06] "GET /projects?obj_uuids=aa13c107-8be2-4068-b8ec-2c95682acfac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.38 - - [2025-10-20 02:18:06] "DELETE /access-control-list/d1554cc7-24f6-4286-b7fa-9d748935fc2e HTTP/1.1" 200 115 0.038471 10.0.0.38 - - [2025-10-20 02:18:06] "GET /project/aa13c107-8be2-4068-b8ec-2c95682acfac?fields=application_policy_sets HTTP/1.1" 200 1403 0.040915 10.0.0.38 - - [2025-10-20 02:18:06] "DELETE /access-control-list/49bbd4c4-c2b2-436e-8149-373ca53201e5 HTTP/1.1" 200 115 0.040741 10.0.0.38 - - [2025-10-20 02:18:06] "DELETE /project/aa13c107-8be2-4068-b8ec-2c95682acfac HTTP/1.1" 200 115 0.367954 10.0.0.38 - - [2025-10-20 02:18:06] "GET / HTTP/1.1" 200 35931 0.002566 10.0.0.38 - - [2025-10-20 02:18:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.002685 10.0.0.38 - - [2025-10-20 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.028989 10.0.0.38 - - [2025-10-20 02:18:09] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006140 10.0.0.38 - - [2025-10-20 02:18:09] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003493 10.0.0.38 - - [2025-10-20 02:18:09] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003694 10.0.0.38 - - [2025-10-20 02:18:09] "PUT /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68 HTTP/1.1" 200 264 0.010242 10.0.0.38 - - [2025-10-20 02:18:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000505 10.0.0.38 - - [2025-10-20 02:18:10] "GET /aaa-mode HTTP/1.1" 200 128 0.023909 10.0.0.38 - - [2025-10-20 02:18:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.022114 10.0.0.38 - - [2025-10-20 02:18:10] "GET /projects?obj_uuids=fdd3048d-2ad4-478b-a346-13ced8273d58&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002613 10.0.0.38 - - [2025-10-20 02:18:10] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002780 10.0.0.38 - - [2025-10-20 02:18:10] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008269 10.0.0.38 - - [2025-10-20 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.001819 10.0.0.38 - - [2025-10-20 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.002558 10.0.0.38 - - [2025-10-20 02:18:11] "POST /security-groups HTTP/1.1" 200 586 0.060520 10.0.0.38 - - [2025-10-20 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.002676 10.0.0.38 - - [2025-10-20 02:18:11] "POST /projects HTTP/1.1" 200 575 0.276497 10.0.0.38 - - [2025-10-20 02:18:11] "POST /access-control-lists HTTP/1.1" 200 591 0.056161 10.0.0.38 - - [2025-10-20 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.348278 10.0.0.38 - - [2025-10-20 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.002761 10.0.0.38 - - [2025-10-20 02:18:11] "GET /project/fdd3048d-2ad4-478b-a346-13ced8273d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.473225 10.0.0.38 - - [2025-10-20 02:18:11] "POST /access-control-lists HTTP/1.1" 200 589 0.060403 10.0.0.38 - - [2025-10-20 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.021125 10.0.0.38 - - [2025-10-20 02:18:11] "GET /projects?obj_uuids=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002280 10.0.0.38 - - [2025-10-20 02:18:11] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.38 - - [2025-10-20 02:18:11] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006529 10.0.0.38 - - [2025-10-20 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.001221 10.0.0.38 - - [2025-10-20 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.003371 10.0.0.38 - - [2025-10-20 02:18:12] "POST /security-groups HTTP/1.1" 200 586 0.059675 10.0.0.38 - - [2025-10-20 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.002636 10.0.0.38 - - [2025-10-20 02:18:12] "POST /projects HTTP/1.1" 200 575 0.203108 10.0.0.38 - - [2025-10-20 02:18:12] "POST /access-control-lists HTTP/1.1" 200 591 0.058551 10.0.0.38 - - [2025-10-20 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.269603 10.0.0.38 - - [2025-10-20 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.002667 10.0.0.38 - - [2025-10-20 02:18:12] "GET /project/58f50859-d1e7-4888-822a-fd35fb97206b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.383392 10.0.0.38 - - [2025-10-20 02:18:12] "POST /access-control-lists HTTP/1.1" 200 589 0.064526 10.0.0.38 - - [2025-10-20 02:18:12] "GET / HTTP/1.1" 200 35931 0.001854 10.0.0.38 - - [2025-10-20 02:18:13] "GET / HTTP/1.1" 200 35931 0.002327 10.0.0.38 - - [2025-10-20 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.003049 10.0.0.38 - - [2025-10-20 02:18:14] "POST /api-access-lists HTTP/1.1" 200 521 0.013935 10.0.0.38 - - [2025-10-20 02:18:14] "GET /api-access-list/3e623660-ee1f-4426-a92f-074d6bfe3516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.004371 10.0.0.38 - - [2025-10-20 02:18:14] "GET /api-access-list/3e623660-ee1f-4426-a92f-074d6bfe3516 HTTP/1.1" 401 292 0.000451 10.0.0.38 - - [2025-10-20 02:18:14] "GET /api-access-list/3e623660-ee1f-4426-a92f-074d6bfe3516 HTTP/1.1" 200 1265 0.050167 10.0.0.38 - - [2025-10-20 02:18:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2025-10-20 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.056110 10.0.0.38 - - [2025-10-20 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.388617 10.0.0.38 - - [2025-10-20 02:18:15] "GET /projects?obj_uuids=fdd3048d-2ad4-478b-a346-13ced8273d58&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001340 10.0.0.38 - - [2025-10-20 02:18:15] "GET /project/fdd3048d-2ad4-478b-a346-13ced8273d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.044048 10.0.0.38 - - [2025-10-20 02:18:15] "GET /virtual-networks?parent_id=fdd3048d-2ad4-478b-a346-13ced8273d58&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012443 10.0.0.38 - - [2025-10-20 02:18:15] "POST /virtual-networks HTTP/1.1" 200 568 0.057431 10.0.0.38 - - [2025-10-20 02:18:15] "POST /route-targets HTTP/1.1" 200 327 0.013439 10.0.0.38 - - [2025-10-20 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.021454 10.0.0.38 - - [2025-10-20 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.028034 10.0.0.38 - - [2025-10-20 02:18:15] "GET /network-ipam/c72006c7-9a4f-43f4-8759-77b7bfac842e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.012098 10.0.0.38 - - [2025-10-20 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.057683 10.0.0.38 - - [2025-10-20 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002474 10.0.0.38 - - [2025-10-20 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.060251 10.0.0.38 - - [2025-10-20 02:18:15] "POST /neutron/network HTTP/1.1" 200 833 0.041833 10.0.0.38 - - [2025-10-20 02:18:15] "POST /neutron/network HTTP/1.1" 200 833 0.018326 10.0.0.38 - - [2025-10-20 02:18:15] "GET /virtual-network/89483e21-8dca-4543-9d9f-34ee23e27f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.012333 10.0.0.38 - - [2025-10-20 02:18:15] "POST /neutron/network HTTP/1.1" 200 833 0.019850 10.0.0.38 - - [2025-10-20 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 680 0.027340 10.0.0.38 - - [2025-10-20 02:18:15] "GET /virtual-network/89483e21-8dca-4543-9d9f-34ee23e27f34 HTTP/1.1" 401 292 0.000467 10.0.0.38 - - [2025-10-20 02:18:16] "GET /virtual-network/89483e21-8dca-4543-9d9f-34ee23e27f34 HTTP/1.1" 200 2268 0.039526 10.0.0.38 - - [2025-10-20 02:18:16] "GET /virtual-network/89483e21-8dca-4543-9d9f-34ee23e27f34 HTTP/1.1" 401 292 0.000462 10.0.0.38 - - [2025-10-20 02:18:16] "GET /virtual-network/89483e21-8dca-4543-9d9f-34ee23e27f34 HTTP/1.1" 200 2008 0.037559 10.0.0.38 - - [2025-10-20 02:18:16] "POST /id-to-fqname HTTP/1.1" 401 292 0.000416 10.0.0.38 - - [2025-10-20 02:18:17] "POST /id-to-fqname HTTP/1.1" 200 230 0.032622 10.0.0.38 - - [2025-10-20 02:18:17] "POST /neutron/network HTTP/1.1" 200 843 0.048812 10.0.0.38 - - [2025-10-20 02:18:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.38 - - [2025-10-20 02:18:18] "GET / HTTP/1.1" 200 35931 0.001845 10.0.0.38 - - [2025-10-20 02:18:18] "GET /project/58f50859-d1e7-4888-822a-fd35fb97206b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000402 10.0.0.38 - - [2025-10-20 02:18:18] "GET /projects?obj_uuids=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001057 10.0.0.38 - - [2025-10-20 02:18:18] "GET /project/58f50859-d1e7-4888-822a-fd35fb97206b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.043936 10.0.0.38 - - [2025-10-20 02:18:18] "POST /neutron/network HTTP/1.1" 200 833 0.005089 10.0.0.38 - - [2025-10-20 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.025538 10.0.0.38 - - [2025-10-20 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.005615 10.0.0.38 - - [2025-10-20 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.005452 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/network HTTP/1.1" 200 843 0.021131 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/network HTTP/1.1" 200 833 0.017723 10.0.0.38 - - [2025-10-20 02:18:19] "GET /projects?obj_uuids=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001331 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/port HTTP/1.1" 200 1056 0.294872 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/port HTTP/1.1" 200 1056 0.008445 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/port HTTP/1.1" 200 1056 0.008318 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/port HTTP/1.1" 200 1110 0.051784 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/port HTTP/1.1" 200 1084 0.010232 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003959 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/subnet HTTP/1.1" 200 654 0.006412 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.38 - - [2025-10-20 02:18:19] "POST /neutron/network HTTP/1.1" 200 833 0.005199 10.0.0.38 - - [2025-10-20 02:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.38 - - [2025-10-20 02:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.38 - - [2025-10-20 02:18:23] "POST /neutron/port HTTP/1.1" 200 1084 0.012349 10.0.0.38 - - [2025-10-20 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006979 10.0.0.38 - - [2025-10-20 02:18:23] "POST /neutron/port HTTP/1.1" 200 1084 0.012102 10.0.0.38 - - [2025-10-20 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006703 10.0.0.38 - - [2025-10-20 02:18:23] "POST /neutron/port HTTP/1.1" 200 1084 0.010657 10.0.0.38 - - [2025-10-20 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005912 10.0.0.38 - - [2025-10-20 02:18:24] "POST /neutron/port HTTP/1.1" 200 1084 0.010623 10.0.0.38 - - [2025-10-20 02:18:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005860 10.0.0.38 - - [2025-10-20 02:18:24] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f HTTP/1.1" 200 1287 0.012195 10.0.0.38 - - [2025-10-20 02:18:24] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f HTTP/1.1" 200 1287 0.012301 10.0.0.38 - - [2025-10-20 02:18:24] "GET /virtual-machine-interface/e29a39f0-4bfd-40d2-a688-fc7528e931b4 HTTP/1.1" 200 2531 0.015776 10.0.0.38 - - [2025-10-20 02:18:24] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f HTTP/1.1" 200 1287 0.012442 10.0.0.38 - - [2025-10-20 02:18:24] "GET /virtual-machine-interface/e29a39f0-4bfd-40d2-a688-fc7528e931b4 HTTP/1.1" 200 2531 0.016881 10.0.0.38 - - [2025-10-20 02:18:24] "GET /instance-ip/26a4f0ba-b363-4039-bde9-2e122dce863e HTTP/1.1" 200 1626 0.013990 10.0.0.38 - - [2025-10-20 02:18:24] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f HTTP/1.1" 200 1287 0.010810 10.0.0.38 - - [2025-10-20 02:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.38 - - [2025-10-20 02:18:24] "GET /virtual-machine-interface/e29a39f0-4bfd-40d2-a688-fc7528e931b4 HTTP/1.1" 200 2531 0.016449 10.0.0.38 - - [2025-10-20 02:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.38 - - [2025-10-20 02:18:24] "GET /instance-ip/26a4f0ba-b363-4039-bde9-2e122dce863e HTTP/1.1" 200 1626 0.012785 10.0.0.38 - - [2025-10-20 02:18:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.010216 10.0.0.38 - - [2025-10-20 02:18:24] "GET / HTTP/1.1" 200 35931 0.001821 10.0.0.38 - - [2025-10-20 02:18:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.38 - - [2025-10-20 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.025617 10.0.0.38 - - [2025-10-20 02:18:24] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003870 10.0.0.38 - - [2025-10-20 02:18:25] "GET /virtual-networks?parent_id=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011963 10.0.0.38 - - [2025-10-20 02:18:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.010388 10.0.0.38 - - [2025-10-20 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.38 - - [2025-10-20 02:18:25] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003161 10.0.0.38 - - [2025-10-20 02:18:25] "GET /virtual-networks?parent_id=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009427 10.0.0.38 - - [2025-10-20 02:18:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009144 10.0.0.38 - - [2025-10-20 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.38 - - [2025-10-20 02:18:25] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002873 10.0.0.38 - - [2025-10-20 02:18:25] "GET /virtual-networks?parent_id=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009339 10.0.0.38 - - [2025-10-20 02:18:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.008316 10.0.0.38 - - [2025-10-20 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.38 - - [2025-10-20 02:18:25] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003069 10.0.0.38 - - [2025-10-20 02:18:25] "GET /virtual-networks?parent_id=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012203 10.0.0.38 - - [2025-10-20 02:18:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.008436 10.0.0.38 - - [2025-10-20 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.38 - - [2025-10-20 02:18:25] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002985 10.0.0.38 - - [2025-10-20 02:18:25] "GET /virtual-networks?parent_id=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010586 10.0.0.38 - - [2025-10-20 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.011171 10.0.0.38 - - [2025-10-20 02:18:28] "GET /virtual-network/89483e21-8dca-4543-9d9f-34ee23e27f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.013793 10.0.0.38 - - [2025-10-20 02:18:28] "POST /neutron/port HTTP/1.1" 200 1084 0.010697 10.0.0.38 - - [2025-10-20 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007624 10.0.0.38 - - [2025-10-20 02:18:30] "POST /neutron/port HTTP/1.1" 200 1084 0.010517 10.0.0.38 - - [2025-10-20 02:18:30] "POST /neutron/port HTTP/1.1" 200 1084 0.010075 10.0.0.38 - - [2025-10-20 02:18:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.008904 10.0.0.38 - - [2025-10-20 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.38 - - [2025-10-20 02:18:30] "POST /neutron/network HTTP/1.1" 200 843 0.005578 10.0.0.38 - - [2025-10-20 02:18:30] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002352 10.0.0.38 - - [2025-10-20 02:18:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002514 10.0.0.38 - - [2025-10-20 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 654 0.005666 10.0.0.38 - - [2025-10-20 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.38 - - [2025-10-20 02:18:30] "GET /virtual-networks?parent_id=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009308 10.0.0.38 - - [2025-10-20 02:18:30] "POST /neutron/network HTTP/1.1" 200 833 0.004842 10.0.0.38 - - [2025-10-20 02:18:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.009148 10.0.0.38 - - [2025-10-20 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002122 10.0.0.38 - - [2025-10-20 02:18:30] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002874 10.0.0.38 - - [2025-10-20 02:18:30] "GET /virtual-networks?parent_id=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009730 10.0.0.38 - - [2025-10-20 02:18:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.008795 10.0.0.38 - - [2025-10-20 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.38 - - [2025-10-20 02:18:31] "GET /routing-instance/c8355675-a0b0-45ab-a480-1095611f746e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003180 10.0.0.38 - - [2025-10-20 02:18:31] "GET /route-target/65a548f1-de8e-4e45-867a-103049de308c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008938 10.0.0.38 - - [2025-10-20 02:18:31] "GET /route-target/65a548f1-de8e-4e45-867a-103049de308c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002564 10.0.0.38 - - [2025-10-20 02:18:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.009985 10.0.0.38 - - [2025-10-20 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002125 10.0.0.38 - - [2025-10-20 02:18:31] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003639 10.0.0.38 - - [2025-10-20 02:18:31] "GET /virtual-networks?parent_id=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009857 10.0.0.38 - - [2025-10-20 02:18:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.008107 10.0.0.38 - - [2025-10-20 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.38 - - [2025-10-20 02:18:31] "GET /routing-instance/c8355675-a0b0-45ab-a480-1095611f746e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003028 10.0.0.38 - - [2025-10-20 02:18:31] "GET /route-target/65a548f1-de8e-4e45-867a-103049de308c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008401 10.0.0.38 - - [2025-10-20 02:18:31] "GET /route-target/65a548f1-de8e-4e45-867a-103049de308c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002629 10.0.0.38 - - [2025-10-20 02:18:31] "GET /obj-perms HTTP/1.1" 200 4915 0.054136 10.0.0.38 - - [2025-10-20 02:18:31] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009123 10.0.0.38 - - [2025-10-20 02:18:31] "GET /obj-perms HTTP/1.1" 200 4915 0.009040 10.0.0.38 - - [2025-10-20 02:18:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.38 - - [2025-10-20 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.022267 10.0.0.38 - - [2025-10-20 02:18:32] "GET /virtual-machine-interface/e29a39f0-4bfd-40d2-a688-fc7528e931b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.012930 10.0.0.38 - - [2025-10-20 02:18:32] "GET /obj-perms HTTP/1.1" 200 4915 0.021564 10.0.0.38 - - [2025-10-20 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.38 - - [2025-10-20 02:18:32] "GET /virtual-machine-interface/e29a39f0-4bfd-40d2-a688-fc7528e931b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.013861 10.0.0.38 - - [2025-10-20 02:18:32] "GET /obj-perms HTTP/1.1" 200 4915 0.009448 10.0.0.38 - - [2025-10-20 02:18:32] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011207 10.0.0.38 - - [2025-10-20 02:18:32] "GET /obj-perms HTTP/1.1" 200 4915 0.009755 10.0.0.38 - - [2025-10-20 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.38 - - [2025-10-20 02:18:32] "GET /virtual-machine-interface/e29a39f0-4bfd-40d2-a688-fc7528e931b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.016413 10.0.0.38 - - [2025-10-20 02:18:32] "GET /obj-perms HTTP/1.1" 200 4915 0.009825 10.0.0.38 - - [2025-10-20 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.38 - - [2025-10-20 02:18:33] "GET /virtual-network/89483e21-8dca-4543-9d9f-34ee23e27f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.013355 10.0.0.38 - - [2025-10-20 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.009878 10.0.0.38 - - [2025-10-20 02:18:33] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010512 10.0.0.38 - - [2025-10-20 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.011023 10.0.0.38 - - [2025-10-20 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.011287 10.0.0.38 - - [2025-10-20 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.066942 10.0.0.38 - - [2025-10-20 02:18:33] "GET /obj-perms HTTP/1.1" 200 4915 0.012425 10.0.0.38 - - [2025-10-20 02:18:34] "GET /obj-perms HTTP/1.1" 200 5020 0.044852 10.0.0.38 - - [2025-10-20 02:18:34] "GET /obj-perms HTTP/1.1" 200 5020 0.003641 10.0.0.38 - - [2025-10-20 02:18:34] "GET /obj-perms HTTP/1.1" 200 4915 0.009531 10.0.0.38 - - [2025-10-20 02:18:34] "GET /obj-perms HTTP/1.1" 200 4915 0.009794 10.0.0.38 - - [2025-10-20 02:18:34] "GET /obj-perms HTTP/1.1" 200 4915 0.052022 10.0.0.38 - - [2025-10-20 02:18:34] "GET /obj-perms HTTP/1.1" 200 4915 0.009027 10.0.0.38 - - [2025-10-20 02:18:34] "GET /obj-perms HTTP/1.1" 200 5020 0.003667 10.0.0.38 - - [2025-10-20 02:18:34] "GET /obj-perms HTTP/1.1" 200 5020 0.003174 10.0.0.38 - - [2025-10-20 02:18:34] "GET /obj-perms HTTP/1.1" 200 4915 0.012543 10.0.0.38 - - [2025-10-20 02:18:35] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.012821 10.0.0.38 - - [2025-10-20 02:18:35] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f HTTP/1.1" 200 1287 0.018157 10.0.0.38 - - [2025-10-20 02:18:35] "POST /neutron/port HTTP/1.1" 200 1084 0.011217 10.0.0.38 - - [2025-10-20 02:18:35] "POST /neutron/port HTTP/1.1" 200 1110 0.008024 10.0.0.38 - - [2025-10-20 02:18:35] "POST /neutron/port HTTP/1.1" 200 151 0.094349 10.0.0.38 - - [2025-10-20 02:18:37] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f HTTP/1.1" 404 171 0.009128 10.0.0.38 - - [2025-10-20 02:18:37] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f HTTP/1.1" 404 171 0.006968 10.0.0.38 - - [2025-10-20 02:18:37] "GET /virtual-machine/24ceba15-79ab-4f64-b957-efff974e2a9f HTTP/1.1" 404 171 0.007529 10.0.0.38 - - [2025-10-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.009707 10.0.0.38 - - [2025-10-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001886 10.0.0.38 - - [2025-10-20 02:18:37] "GET /global-vrouter-config/0a8ad3ed-c868-4c2b-a410-ae1b60efede3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002340 10.0.0.38 - - [2025-10-20 02:18:37] "GET /virtual-networks?parent_id=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008823 10.0.0.38 - - [2025-10-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 403 361 0.007838 10.0.0.38 - - [2025-10-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.38 - - [2025-10-20 02:18:37] "GET /routing-instance/c8355675-a0b0-45ab-a480-1095611f746e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003139 10.0.0.38 - - [2025-10-20 02:18:37] "GET /route-target/65a548f1-de8e-4e45-867a-103049de308c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008958 10.0.0.38 - - [2025-10-20 02:18:37] "GET /route-target/65a548f1-de8e-4e45-867a-103049de308c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002631 10.0.0.38 - - [2025-10-20 02:18:37] "GET /obj-perms HTTP/1.1" 200 4915 0.010552 10.0.0.38 - - [2025-10-20 02:18:37] "GET /obj-perms HTTP/1.1" 200 4915 0.007926 10.0.0.38 - - [2025-10-20 02:18:37] "GET /obj-perms HTTP/1.1" 200 4915 0.057826 10.0.0.38 - - [2025-10-20 02:18:37] "GET /obj-perms HTTP/1.1" 200 4915 0.008759 10.0.0.38 - - [2025-10-20 02:18:38] "GET /obj-perms HTTP/1.1" 200 5020 0.003261 10.0.0.38 - - [2025-10-20 02:18:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003274 10.0.0.38 - - [2025-10-20 02:18:44] "GET /obj-perms HTTP/1.1" 200 5020 0.003213 10.0.0.38 - - [2025-10-20 02:18:47] "GET /obj-perms HTTP/1.1" 200 5020 0.003208 10.0.0.38 - - [2025-10-20 02:18:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003570 10.0.0.38 - - [2025-10-20 02:18:53] "GET /obj-perms HTTP/1.1" 200 5020 0.003762 10.0.0.38 - - [2025-10-20 02:18:56] "GET /obj-perms HTTP/1.1" 200 5020 0.003402 10.0.0.38 - - [2025-10-20 02:18:59] "GET /obj-perms HTTP/1.1" 200 5020 0.003422 10.0.0.38 - - [2025-10-20 02:19:02] "GET /obj-perms HTTP/1.1" 200 5020 0.003211 10.0.0.38 - - [2025-10-20 02:19:05] "GET /obj-perms HTTP/1.1" 200 5020 0.003597 10.0.0.38 - - [2025-10-20 02:19:06] "DELETE /project/58f50859d1e74888822afd35fb97206b HTTP/1.1" 404 173 0.003707 10.0.0.38 - - [2025-10-20 02:19:06] "DELETE /project/fdd3048d2ad4478ba34613ced8273d58 HTTP/1.1" 404 173 0.003187 10.0.0.38 - - [2025-10-20 02:19:08] "GET /obj-perms HTTP/1.1" 200 5020 0.003212 10.0.0.38 - - [2025-10-20 02:19:11] "GET /obj-perms HTTP/1.1" 200 5020 0.003354 10.0.0.38 - - [2025-10-20 02:19:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003702 10.0.0.38 - - [2025-10-20 02:19:16] "GET /obj-perms HTTP/1.1" 200 5056 0.043163 10.0.0.38 - - [2025-10-20 02:19:16] "GET /obj-perms HTTP/1.1" 200 5056 0.049451 10.0.0.38 - - [2025-10-20 02:19:17] "GET /obj-perms HTTP/1.1" 200 5020 0.003307 10.0.0.38 - - [2025-10-20 02:19:20] "GET /obj-perms HTTP/1.1" 200 5020 0.003626 10.0.0.38 - - [2025-10-20 02:19:23] "GET /obj-perms HTTP/1.1" 200 5020 0.003523 10.0.0.38 - - [2025-10-20 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.38 - - [2025-10-20 02:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003268 10.0.0.38 - - [2025-10-20 02:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002056 10.0.0.38 - - [2025-10-20 02:19:23] "DELETE /virtual-network/89483e21-8dca-4543-9d9f-34ee23e27f34 HTTP/1.1" 200 115 0.077206 10.0.0.38 - - [2025-10-20 02:19:23] "DELETE /route-target/65a548f1-de8e-4e45-867a-103049de308c HTTP/1.1" 200 115 0.022081 10.0.0.38 - - [2025-10-20 02:19:23] "DELETE /api-access-list/3e623660-ee1f-4426-a92f-074d6bfe3516 HTTP/1.1" 200 115 0.021664 10.0.0.38 - - [2025-10-20 02:19:23] "GET /api-access-list/3e623660-ee1f-4426-a92f-074d6bfe3516 HTTP/1.1" 404 171 0.005171 10.0.0.38 - - [2025-10-20 02:19:23] "GET /projects?obj_uuids=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001112 10.0.0.38 - - [2025-10-20 02:19:23] "GET /project/58f50859-d1e7-4888-822a-fd35fb97206b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.024288 10.0.0.38 - - [2025-10-20 02:19:23] "GET /projects?obj_uuids=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000974 10.0.0.38 - - [2025-10-20 02:19:23] "GET /project/58f50859-d1e7-4888-822a-fd35fb97206b?fields=virtual_networks HTTP/1.1" 200 1021 0.065769 10.0.0.38 - - [2025-10-20 02:19:23] "GET /projects?obj_uuids=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.38 - - [2025-10-20 02:19:23] "GET /project/58f50859-d1e7-4888-822a-fd35fb97206b?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.022520 10.0.0.38 - - [2025-10-20 02:19:23] "GET /projects?obj_uuids=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.38 - - [2025-10-20 02:19:23] "GET /project/58f50859-d1e7-4888-822a-fd35fb97206b?fields=security_groups HTTP/1.1" 200 1242 0.024781 10.0.0.38 - - [2025-10-20 02:19:24] "GET /projects?obj_uuids=fdd3048d-2ad4-478b-a346-13ced8273d58&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.38 - - [2025-10-20 02:19:24] "GET /project/fdd3048d-2ad4-478b-a346-13ced8273d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.023536 10.0.0.38 - - [2025-10-20 02:19:24] "GET /projects?obj_uuids=fdd3048d-2ad4-478b-a346-13ced8273d58&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000987 10.0.0.38 - - [2025-10-20 02:19:24] "GET /project/fdd3048d-2ad4-478b-a346-13ced8273d58?fields=virtual_networks HTTP/1.1" 200 1023 0.065964 10.0.0.38 - - [2025-10-20 02:19:24] "GET /projects?obj_uuids=fdd3048d-2ad4-478b-a346-13ced8273d58&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002186 10.0.0.38 - - [2025-10-20 02:19:24] "GET /project/fdd3048d-2ad4-478b-a346-13ced8273d58?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023295 10.0.0.38 - - [2025-10-20 02:19:24] "GET /projects?obj_uuids=fdd3048d-2ad4-478b-a346-13ced8273d58&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.38 - - [2025-10-20 02:19:24] "GET /project/fdd3048d-2ad4-478b-a346-13ced8273d58?fields=security_groups HTTP/1.1" 200 1244 0.021415 10.0.0.38 - - [2025-10-20 02:19:25] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004055 10.0.0.38 - - [2025-10-20 02:19:25] "PUT /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68 HTTP/1.1" 200 264 0.007280 10.0.0.38 - - [2025-10-20 02:19:25] "GET /projects?obj_uuids=22bec6fa-cb90-4302-a15b-ea3a318011ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001324 10.0.0.38 - - [2025-10-20 02:19:25] "GET /project/22bec6fa-cb90-4302-a15b-ea3a318011ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.030043 10.0.0.38 - - [2025-10-20 02:19:25] "GET /projects?obj_uuids=22bec6fa-cb90-4302-a15b-ea3a318011ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001048 10.0.0.38 - - [2025-10-20 02:19:25] "GET /project/22bec6fa-cb90-4302-a15b-ea3a318011ef?fields=virtual_networks HTTP/1.1" 200 1022 0.065979 10.0.0.38 - - [2025-10-20 02:19:25] "GET /projects?obj_uuids=22bec6fa-cb90-4302-a15b-ea3a318011ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.38 - - [2025-10-20 02:19:25] "GET /project/22bec6fa-cb90-4302-a15b-ea3a318011ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022612 10.0.0.38 - - [2025-10-20 02:19:26] "GET /projects?obj_uuids=22bec6fa-cb90-4302-a15b-ea3a318011ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001290 10.0.0.38 - - [2025-10-20 02:19:26] "GET /project/22bec6fa-cb90-4302-a15b-ea3a318011ef?fields=security_groups HTTP/1.1" 200 1243 0.019966 10.0.0.38 - - [2025-10-20 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.022778 10.0.0.38 - - [2025-10-20 02:19:26] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002384 10.0.0.38 - - [2025-10-20 02:19:26] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001285 10.0.0.38 - - [2025-10-20 02:19:26] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006703 10.0.0.38 - - [2025-10-20 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.001291 10.0.0.38 - - [2025-10-20 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.002287 10.0.0.38 - - [2025-10-20 02:19:27] "POST /security-groups HTTP/1.1" 200 591 0.060000 10.0.0.38 - - [2025-10-20 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002898 10.0.0.38 - - [2025-10-20 02:19:27] "POST /projects HTTP/1.1" 200 585 0.201219 10.0.0.38 - - [2025-10-20 02:19:27] "POST /access-control-lists HTTP/1.1" 200 596 0.056486 10.0.0.38 - - [2025-10-20 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.267736 10.0.0.38 - - [2025-10-20 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.002784 10.0.0.38 - - [2025-10-20 02:19:27] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.385761 10.0.0.38 - - [2025-10-20 02:19:27] "POST /access-control-lists HTTP/1.1" 200 594 0.060388 10.0.0.38 - - [2025-10-20 02:19:28] "GET / HTTP/1.1" 200 35931 0.002146 10.0.0.38 - - [2025-10-20 02:19:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.38 - - [2025-10-20 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.024314 10.0.0.38 - - [2025-10-20 02:19:30] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002590 10.0.0.38 - - [2025-10-20 02:19:31] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003014 10.0.0.38 - - [2025-10-20 02:19:31] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003443 10.0.0.38 - - [2025-10-20 02:19:31] "PUT /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68 HTTP/1.1" 200 264 0.008458 10.0.0.38 - - [2025-10-20 02:19:31] "GET /aaa-mode HTTP/1.1" 200 128 0.001158 10.0.0.38 - - [2025-10-20 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.021520 10.0.0.38 - - [2025-10-20 02:19:31] "GET /projects?obj_uuids=d637aa96-d6d5-4c5a-8b01-6df99b4794d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002322 10.0.0.38 - - [2025-10-20 02:19:31] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.38 - - [2025-10-20 02:19:31] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006377 10.0.0.38 - - [2025-10-20 02:19:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.001143 10.0.0.38 - - [2025-10-20 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.002538 10.0.0.38 - - [2025-10-20 02:19:31] "POST /security-groups HTTP/1.1" 200 591 0.063736 10.0.0.38 - - [2025-10-20 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 234 0.002281 10.0.0.38 - - [2025-10-20 02:19:32] "POST /projects HTTP/1.1" 200 585 0.205614 10.0.0.38 - - [2025-10-20 02:19:32] "POST /access-control-lists HTTP/1.1" 200 596 0.054660 10.0.0.38 - - [2025-10-20 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.273563 10.0.0.38 - - [2025-10-20 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 233 0.002412 10.0.0.38 - - [2025-10-20 02:19:32] "GET /project/d637aa96-d6d5-4c5a-8b01-6df99b4794d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.388857 10.0.0.38 - - [2025-10-20 02:19:32] "POST /access-control-lists HTTP/1.1" 200 594 0.060694 10.0.0.38 - - [2025-10-20 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.020722 10.0.0.38 - - [2025-10-20 02:19:32] "GET /projects?obj_uuids=13ee2808-624e-4e0d-a426-15419ab7e023&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002747 10.0.0.38 - - [2025-10-20 02:19:32] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.38 - - [2025-10-20 02:19:32] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006884 10.0.0.38 - - [2025-10-20 02:19:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.001156 10.0.0.38 - - [2025-10-20 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.002246 10.0.0.38 - - [2025-10-20 02:19:32] "POST /security-groups HTTP/1.1" 200 591 0.060020 10.0.0.38 - - [2025-10-20 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.002589 10.0.0.38 - - [2025-10-20 02:19:32] "POST /projects HTTP/1.1" 200 585 0.206443 10.0.0.38 - - [2025-10-20 02:19:32] "POST /access-control-lists HTTP/1.1" 200 596 0.058412 10.0.0.38 - - [2025-10-20 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.276817 10.0.0.38 - - [2025-10-20 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 233 0.002737 10.0.0.38 - - [2025-10-20 02:19:32] "GET /project/13ee2808-624e-4e0d-a426-15419ab7e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.394967 10.0.0.38 - - [2025-10-20 02:19:33] "POST /access-control-lists HTTP/1.1" 200 594 0.056473 10.0.0.38 - - [2025-10-20 02:19:33] "GET / HTTP/1.1" 200 35931 0.001980 10.0.0.38 - - [2025-10-20 02:19:34] "GET / HTTP/1.1" 200 35931 0.002404 10.0.0.38 - - [2025-10-20 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.003457 10.0.0.38 - - [2025-10-20 02:19:34] "POST /api-access-lists HTTP/1.1" 200 521 0.015501 10.0.0.38 - - [2025-10-20 02:19:34] "GET /api-access-list/e7ab1dc7-b30d-4dc1-9832-56b70ee6db41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005150 10.0.0.38 - - [2025-10-20 02:19:34] "GET /api-access-list/e7ab1dc7-b30d-4dc1-9832-56b70ee6db41 HTTP/1.1" 401 292 0.000580 10.0.0.38 - - [2025-10-20 02:19:35] "GET /api-access-list/e7ab1dc7-b30d-4dc1-9832-56b70ee6db41 HTTP/1.1" 200 1290 0.056591 10.0.0.38 - - [2025-10-20 02:19:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.38 - - [2025-10-20 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.034455 10.0.0.38 - - [2025-10-20 02:19:35] "GET /projects?obj_uuids=d637aa96-d6d5-4c5a-8b01-6df99b4794d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.38 - - [2025-10-20 02:19:35] "GET /project/d637aa96-d6d5-4c5a-8b01-6df99b4794d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.028165 10.0.0.38 - - [2025-10-20 02:19:35] "GET /virtual-networks?parent_id=d637aa96-d6d5-4c5a-8b01-6df99b4794d7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012155 10.0.0.38 - - [2025-10-20 02:19:35] "POST /virtual-networks HTTP/1.1" 200 583 0.043440 10.0.0.38 - - [2025-10-20 02:19:35] "POST /route-targets HTTP/1.1" 200 327 0.010354 10.0.0.38 - - [2025-10-20 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.010934 10.0.0.38 - - [2025-10-20 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010894 10.0.0.38 - - [2025-10-20 02:19:35] "GET /network-ipam/c72006c7-9a4f-43f4-8759-77b7bfac842e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.009314 10.0.0.38 - - [2025-10-20 02:19:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.38 - - [2025-10-20 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.046888 10.0.0.38 - - [2025-10-20 02:19:36] "POST /neutron/network HTTP/1.1" 200 846 0.038735 10.0.0.38 - - [2025-10-20 02:19:36] "POST /neutron/network HTTP/1.1" 200 846 0.017447 10.0.0.38 - - [2025-10-20 02:19:36] "GET /virtual-network/b75bbda4-4e70-4046-96b2-45b502902a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.011103 10.0.0.38 - - [2025-10-20 02:19:36] "POST /neutron/network HTTP/1.1" 200 846 0.015533 10.0.0.38 - - [2025-10-20 02:19:36] "POST /neutron/subnet HTTP/1.1" 200 669 0.021078 10.0.0.38 - - [2025-10-20 02:19:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.38 - - [2025-10-20 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.034848 10.0.0.38 - - [2025-10-20 02:19:36] "GET /projects?obj_uuids=13ee2808-624e-4e0d-a426-15419ab7e023&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001285 10.0.0.38 - - [2025-10-20 02:19:36] "GET /project/13ee2808-624e-4e0d-a426-15419ab7e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033561 10.0.0.38 - - [2025-10-20 02:19:36] "GET /virtual-networks?parent_id=13ee2808-624e-4e0d-a426-15419ab7e023&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010891 10.0.0.38 - - [2025-10-20 02:19:36] "POST /virtual-networks HTTP/1.1" 200 583 0.043570 10.0.0.38 - - [2025-10-20 02:19:36] "POST /route-targets HTTP/1.1" 200 327 0.012144 10.0.0.38 - - [2025-10-20 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.009344 10.0.0.38 - - [2025-10-20 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010381 10.0.0.38 - - [2025-10-20 02:19:36] "GET /network-ipam/c72006c7-9a4f-43f4-8759-77b7bfac842e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.010619 10.0.0.38 - - [2025-10-20 02:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003602 10.0.0.38 - - [2025-10-20 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.044268 10.0.0.38 - - [2025-10-20 02:19:37] "POST /neutron/network HTTP/1.1" 200 847 0.037365 10.0.0.38 - - [2025-10-20 02:19:37] "POST /neutron/network HTTP/1.1" 200 847 0.017683 10.0.0.38 - - [2025-10-20 02:19:37] "GET /virtual-network/6144ffab-3f38-4dbc-91a0-77308c33cf03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.010572 10.0.0.38 - - [2025-10-20 02:19:37] "POST /neutron/network HTTP/1.1" 200 847 0.015461 10.0.0.38 - - [2025-10-20 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 674 0.023443 10.0.0.38 - - [2025-10-20 02:19:37] "GET /virtual-network/b75bbda4-4e70-4046-96b2-45b502902a7a HTTP/1.1" 401 292 0.000385 10.0.0.38 - - [2025-10-20 02:19:37] "GET /virtual-network/b75bbda4-4e70-4046-96b2-45b502902a7a HTTP/1.1" 200 2308 0.036293 10.0.0.38 - - [2025-10-20 02:19:37] "GET /virtual-network/b75bbda4-4e70-4046-96b2-45b502902a7a HTTP/1.1" 401 292 0.000370 10.0.0.38 - - [2025-10-20 02:19:37] "GET /virtual-network/b75bbda4-4e70-4046-96b2-45b502902a7a HTTP/1.1" 403 376 0.032884 10.0.0.38 - - [2025-10-20 02:19:37] "GET /virtual-network/b75bbda4-4e70-4046-96b2-45b502902a7a HTTP/1.1" 200 2308 0.004143 10.0.0.38 - - [2025-10-20 02:19:37] "GET /virtual-networks HTTP/1.1" 200 371 0.016858 10.0.0.38 - - [2025-10-20 02:19:37] "GET /virtual-networks HTTP/1.1" 200 371 0.014411 10.0.0.38 - - [2025-10-20 02:19:38] "PUT /virtual-network/b75bbda4-4e70-4046-96b2-45b502902a7a HTTP/1.1" 200 264 0.025476 10.0.0.38 - - [2025-10-20 02:19:38] "GET /virtual-networks HTTP/1.1" 200 132 0.018484 10.0.0.38 - - [2025-10-20 02:19:38] "GET /virtual-networks HTTP/1.1" 200 611 0.014132 10.0.0.38 - - [2025-10-20 02:19:38] "GET /virtual-networks HTTP/1.1" 200 1429 0.001966 10.0.0.38 - - [2025-10-20 02:19:38] "PUT /virtual-network/b75bbda4-4e70-4046-96b2-45b502902a7a HTTP/1.1" 200 264 0.026053 10.0.0.38 - - [2025-10-20 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2025-10-20 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001662 10.0.0.38 - - [2025-10-20 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002398 10.0.0.38 - - [2025-10-20 02:19:38] "DELETE /virtual-network/6144ffab-3f38-4dbc-91a0-77308c33cf03 HTTP/1.1" 200 115 0.063891 10.0.0.38 - - [2025-10-20 02:19:38] "DELETE /route-target/4e951b57-5f6e-43c6-ba98-111558fea26a HTTP/1.1" 200 115 0.016721 10.0.0.38 - - [2025-10-20 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.38 - - [2025-10-20 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003224 10.0.0.38 - - [2025-10-20 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001735 10.0.0.38 - - [2025-10-20 02:19:38] "DELETE /virtual-network/b75bbda4-4e70-4046-96b2-45b502902a7a HTTP/1.1" 200 115 0.069505 10.0.0.38 - - [2025-10-20 02:19:38] "DELETE /route-target/c2979375-b3f7-4291-8048-2814e6cfef84 HTTP/1.1" 200 115 0.020011 10.0.0.38 - - [2025-10-20 02:19:38] "DELETE /api-access-list/e7ab1dc7-b30d-4dc1-9832-56b70ee6db41 HTTP/1.1" 200 115 0.022449 10.0.0.38 - - [2025-10-20 02:19:38] "GET /api-access-list/e7ab1dc7-b30d-4dc1-9832-56b70ee6db41 HTTP/1.1" 404 171 0.002376 10.0.0.38 - - [2025-10-20 02:19:38] "GET /projects?obj_uuids=13ee2808-624e-4e0d-a426-15419ab7e023&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.38 - - [2025-10-20 02:19:38] "GET /project/13ee2808-624e-4e0d-a426-15419ab7e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.026053 10.0.0.38 - - [2025-10-20 02:19:38] "GET /projects?obj_uuids=13ee2808-624e-4e0d-a426-15419ab7e023&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.38 - - [2025-10-20 02:19:38] "GET /project/13ee2808-624e-4e0d-a426-15419ab7e023?fields=virtual_networks HTTP/1.1" 200 1032 0.075734 10.0.0.38 - - [2025-10-20 02:19:38] "GET /projects?obj_uuids=13ee2808-624e-4e0d-a426-15419ab7e023&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.38 - - [2025-10-20 02:19:38] "GET /project/13ee2808-624e-4e0d-a426-15419ab7e023?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.024230 10.0.0.38 - - [2025-10-20 02:19:38] "GET /projects?obj_uuids=13ee2808-624e-4e0d-a426-15419ab7e023&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.38 - - [2025-10-20 02:19:38] "GET /project/13ee2808-624e-4e0d-a426-15419ab7e023?fields=security_groups HTTP/1.1" 200 1258 0.022003 10.0.0.38 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=d637aa96-d6d5-4c5a-8b01-6df99b4794d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001398 10.0.0.38 - - [2025-10-20 02:19:39] "GET /project/d637aa96-d6d5-4c5a-8b01-6df99b4794d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.027311 10.0.0.38 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=d637aa96-d6d5-4c5a-8b01-6df99b4794d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001395 10.0.0.38 - - [2025-10-20 02:19:39] "GET /project/d637aa96-d6d5-4c5a-8b01-6df99b4794d7?fields=virtual_networks HTTP/1.1" 200 1033 0.069841 10.0.0.38 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=d637aa96-d6d5-4c5a-8b01-6df99b4794d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.38 - - [2025-10-20 02:19:39] "GET /project/d637aa96-d6d5-4c5a-8b01-6df99b4794d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021908 10.0.0.38 - - [2025-10-20 02:19:39] "GET /projects?obj_uuids=d637aa96-d6d5-4c5a-8b01-6df99b4794d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.38 - - [2025-10-20 02:19:39] "GET /project/d637aa96-d6d5-4c5a-8b01-6df99b4794d7?fields=security_groups HTTP/1.1" 200 1259 0.022819 10.0.0.38 - - [2025-10-20 02:19:40] "GET /aaa-mode HTTP/1.1" 200 128 0.001189 10.0.0.38 - - [2025-10-20 02:19:40] "GET / HTTP/1.1" 200 35931 0.001595 10.0.0.38 - - [2025-10-20 02:19:41] "GET / HTTP/1.1" 200 35931 0.001747 10.0.0.38 - - [2025-10-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.38 - - [2025-10-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.066932 10.0.0.38 - - [2025-10-20 02:19:42] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.38 - - [2025-10-20 02:19:42] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031218 10.0.0.38 - - [2025-10-20 02:19:42] "GET /virtual-networks?parent_id=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008128 10.0.0.38 - - [2025-10-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.007896 10.0.0.38 - - [2025-10-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009303 10.0.0.38 - - [2025-10-20 02:19:42] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001398 10.0.0.38 - - [2025-10-20 02:19:42] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.016341 10.0.0.38 - - [2025-10-20 02:19:42] "POST /service-templates HTTP/1.1" 403 264 0.006981 10.0.0.38 - - [2025-10-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 215 0.002785 10.0.0.38 - - [2025-10-20 02:19:42] "POST /api-access-lists HTTP/1.1" 200 555 0.013655 10.0.0.38 - - [2025-10-20 02:19:42] "GET /api-access-list/65c26052-0f68-48eb-a48a-051a70b2e5b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004017 10.0.0.38 - - [2025-10-20 02:19:42] "GET /api-access-list/65c26052-0f68-48eb-a48a-051a70b2e5b9 HTTP/1.1" 200 1323 0.003455 10.0.0.38 - - [2025-10-20 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010355 10.0.0.38 - - [2025-10-20 02:19:42] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.38 - - [2025-10-20 02:19:42] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030139 10.0.0.38 - - [2025-10-20 02:19:43] "GET /virtual-networks?parent_id=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010456 10.0.0.38 - - [2025-10-20 02:19:43] "POST /virtual-networks HTTP/1.1" 200 583 0.053315 10.0.0.38 - - [2025-10-20 02:19:43] "POST /route-targets HTTP/1.1" 200 327 0.008984 10.0.0.38 - - [2025-10-20 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.015257 10.0.0.38 - - [2025-10-20 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.018983 10.0.0.38 - - [2025-10-20 02:19:43] "GET /network-ipam/c72006c7-9a4f-43f4-8759-77b7bfac842e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.010041 10.0.0.38 - - [2025-10-20 02:19:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003699 10.0.0.38 - - [2025-10-20 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.039685 10.0.0.38 - - [2025-10-20 02:19:43] "POST /neutron/network HTTP/1.1" 200 848 0.046323 10.0.0.38 - - [2025-10-20 02:19:43] "POST /neutron/network HTTP/1.1" 200 848 0.024145 10.0.0.38 - - [2025-10-20 02:19:43] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.016588 10.0.0.38 - - [2025-10-20 02:19:43] "POST /neutron/network HTTP/1.1" 200 848 0.017689 10.0.0.38 - - [2025-10-20 02:19:43] "POST /neutron/subnet HTTP/1.1" 200 679 0.024141 10.0.0.38 - - [2025-10-20 02:19:43] "POST /neutron/network HTTP/1.1" 200 848 0.057587 10.0.0.38 - - [2025-10-20 02:19:43] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004446 10.0.0.38 - - [2025-10-20 02:19:43] "GET /network-ipam/c72006c7-9a4f-43f4-8759-77b7bfac842e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.002675 10.0.0.38 - - [2025-10-20 02:19:43] "GET /domains HTTP/1.1" 200 280 0.002913 10.0.0.38 - - [2025-10-20 02:19:43] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.38 - - [2025-10-20 02:19:43] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 3488 0.007593 10.0.0.38 - - [2025-10-20 02:19:43] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.38 - - [2025-10-20 02:19:43] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f HTTP/1.1" 200 2352 0.071589 10.0.0.38 - - [2025-10-20 02:19:43] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 200 2314 0.007511 10.0.0.38 - - [2025-10-20 02:19:43] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 200 2314 0.006060 10.0.0.38 - - [2025-10-20 02:19:43] "GET /routing-instance/b2d40287-d855-44ff-980b-63c2bd703c8d HTTP/1.1" 200 1556 0.003991 10.0.0.38 - - [2025-10-20 02:19:43] "GET /routing-instance/b2d40287-d855-44ff-980b-63c2bd703c8d HTTP/1.1" 200 1556 0.003507 10.0.0.38 - - [2025-10-20 02:19:43] "GET /route-target/b445b76b-c42a-4a91-967f-13051d4028b7 HTTP/1.1" 200 1245 0.003018 10.0.0.38 - - [2025-10-20 02:19:43] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 200 2314 0.005236 10.0.0.38 - - [2025-10-20 02:19:43] "GET /routing-instance/b2d40287-d855-44ff-980b-63c2bd703c8d HTTP/1.1" 200 1556 0.003404 10.0.0.38 - - [2025-10-20 02:19:43] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005432 10.0.0.38 - - [2025-10-20 02:19:43] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 200 2314 0.004751 10.0.0.38 - - [2025-10-20 02:19:43] "GET /routing-instance/b2d40287-d855-44ff-980b-63c2bd703c8d HTTP/1.1" 200 1556 0.002712 10.0.0.38 - - [2025-10-20 02:19:43] "GET /routing-instance/b2d40287-d855-44ff-980b-63c2bd703c8d HTTP/1.1" 200 1556 0.002756 10.0.0.38 - - [2025-10-20 02:19:43] "GET /route-target/b445b76b-c42a-4a91-967f-13051d4028b7 HTTP/1.1" 200 1245 0.002199 10.0.0.38 - - [2025-10-20 02:19:43] "GET /domains HTTP/1.1" 200 280 0.002282 10.0.0.38 - - [2025-10-20 02:19:43] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.38 - - [2025-10-20 02:19:43] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55 HTTP/1.1" 200 3488 0.006513 10.0.0.38 - - [2025-10-20 02:19:43] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000823 10.0.0.38 - - [2025-10-20 02:19:43] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f HTTP/1.1" 200 2352 0.061835 10.0.0.38 - - [2025-10-20 02:19:43] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 200 2314 0.004370 10.0.0.38 - - [2025-10-20 02:19:44] "GET /obj-perms HTTP/1.1" 200 5030 0.044872 10.0.0.38 - - [2025-10-20 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.008153 10.0.0.38 - - [2025-10-20 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007925 10.0.0.38 - - [2025-10-20 02:19:44] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001777 10.0.0.38 - - [2025-10-20 02:19:44] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.016578 10.0.0.38 - - [2025-10-20 02:19:44] "POST /service-templates HTTP/1.1" 403 264 0.009758 10.0.0.38 - - [2025-10-20 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.002879 10.0.0.38 - - [2025-10-20 02:19:44] "POST /api-access-lists HTTP/1.1" 200 521 0.012802 10.0.0.38 - - [2025-10-20 02:19:44] "GET /api-access-list/99277fd9-9195-4fda-99d3-71aa9776b8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004536 10.0.0.38 - - [2025-10-20 02:19:44] "GET /api-access-list/99277fd9-9195-4fda-99d3-71aa9776b8af HTTP/1.1" 200 1291 0.003408 10.0.0.38 - - [2025-10-20 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.010269 10.0.0.38 - - [2025-10-20 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009482 10.0.0.38 - - [2025-10-20 02:19:44] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.38 - - [2025-10-20 02:19:44] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015411 10.0.0.38 - - [2025-10-20 02:19:44] "POST /service-templates HTTP/1.1" 200 551 0.026527 10.0.0.38 - - [2025-10-20 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011761 10.0.0.38 - - [2025-10-20 02:19:44] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.010572 10.0.0.38 - - [2025-10-20 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.010248 10.0.0.38 - - [2025-10-20 02:19:45] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.010594 10.0.0.38 - - [2025-10-20 02:19:45] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 401 292 0.000425 10.0.0.38 - - [2025-10-20 02:19:45] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 403 263 0.030585 10.0.0.38 - - [2025-10-20 02:19:45] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 403 264 0.007326 10.0.0.38 - - [2025-10-20 02:19:45] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 403 264 0.028816 10.0.0.38 - - [2025-10-20 02:19:45] "GET /api-access-list/65c26052-0f68-48eb-a48a-051a70b2e5b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.002398 10.0.0.38 - - [2025-10-20 02:19:45] "PUT /api-access-list/65c26052-0f68-48eb-a48a-051a70b2e5b9 HTTP/1.1" 200 264 0.007064 10.0.0.38 - - [2025-10-20 02:19:45] "GET /api-access-list/65c26052-0f68-48eb-a48a-051a70b2e5b9 HTTP/1.1" 200 1460 0.003560 10.0.0.38 - - [2025-10-20 02:19:45] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 200 2314 0.013711 10.0.0.38 - - [2025-10-20 02:19:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000380 10.0.0.38 - - [2025-10-20 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.034266 10.0.0.38 - - [2025-10-20 02:19:46] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.38 - - [2025-10-20 02:19:46] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030961 10.0.0.38 - - [2025-10-20 02:19:46] "GET /virtual-networks?parent_id=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013606 10.0.0.38 - - [2025-10-20 02:19:46] "POST /virtual-networks HTTP/1.1" 403 263 0.008815 10.0.0.38 - - [2025-10-20 02:19:46] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 403 264 0.008411 10.0.0.38 - - [2025-10-20 02:19:46] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 403 264 0.029115 10.0.0.38 - - [2025-10-20 02:19:46] "GET /api-access-list/99277fd9-9195-4fda-99d3-71aa9776b8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.002534 10.0.0.38 - - [2025-10-20 02:19:46] "PUT /api-access-list/99277fd9-9195-4fda-99d3-71aa9776b8af HTTP/1.1" 200 264 0.006766 10.0.0.38 - - [2025-10-20 02:19:46] "GET /api-access-list/99277fd9-9195-4fda-99d3-71aa9776b8af HTTP/1.1" 200 1429 0.003851 10.0.0.38 - - [2025-10-20 02:19:46] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 200 1854 0.014043 10.0.0.38 - - [2025-10-20 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.009244 10.0.0.38 - - [2025-10-20 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008517 10.0.0.38 - - [2025-10-20 02:19:46] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.38 - - [2025-10-20 02:19:46] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015451 10.0.0.38 - - [2025-10-20 02:19:47] "POST /service-templates HTTP/1.1" 403 264 0.008267 10.0.0.38 - - [2025-10-20 02:19:47] "GET /api-access-list/65c26052-0f68-48eb-a48a-051a70b2e5b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003314 10.0.0.38 - - [2025-10-20 02:19:47] "PUT /api-access-list/65c26052-0f68-48eb-a48a-051a70b2e5b9 HTTP/1.1" 200 264 0.008113 10.0.0.38 - - [2025-10-20 02:19:47] "GET /api-access-list/65c26052-0f68-48eb-a48a-051a70b2e5b9 HTTP/1.1" 200 1323 0.003310 10.0.0.38 - - [2025-10-20 02:19:47] "GET /api-access-list/99277fd9-9195-4fda-99d3-71aa9776b8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003321 10.0.0.38 - - [2025-10-20 02:19:47] "PUT /api-access-list/99277fd9-9195-4fda-99d3-71aa9776b8af HTTP/1.1" 200 264 0.008859 10.0.0.38 - - [2025-10-20 02:19:47] "GET /api-access-list/99277fd9-9195-4fda-99d3-71aa9776b8af HTTP/1.1" 200 1291 0.003461 10.0.0.38 - - [2025-10-20 02:19:47] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 403 263 0.007155 10.0.0.38 - - [2025-10-20 02:19:47] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 403 263 0.033337 10.0.0.38 - - [2025-10-20 02:19:47] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 403 264 0.007451 10.0.0.38 - - [2025-10-20 02:19:48] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 403 264 0.029355 10.0.0.38 - - [2025-10-20 02:19:48] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.002734 10.0.0.38 - - [2025-10-20 02:19:48] "PUT /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68 HTTP/1.1" 200 264 0.007221 10.0.0.38 - - [2025-10-20 02:19:48] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 200 1854 0.011281 10.0.0.38 - - [2025-10-20 02:19:48] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 200 2314 0.013334 10.0.0.38 - - [2025-10-20 02:19:48] "DELETE /api-access-list/65c26052-0f68-48eb-a48a-051a70b2e5b9 HTTP/1.1" 200 115 0.019561 10.0.0.38 - - [2025-10-20 02:19:48] "GET /api-access-list/65c26052-0f68-48eb-a48a-051a70b2e5b9 HTTP/1.1" 404 171 0.002159 10.0.0.38 - - [2025-10-20 02:19:48] "DELETE /api-access-list/99277fd9-9195-4fda-99d3-71aa9776b8af HTTP/1.1" 200 115 0.015375 10.0.0.38 - - [2025-10-20 02:19:48] "GET /api-access-list/99277fd9-9195-4fda-99d3-71aa9776b8af HTTP/1.1" 404 171 0.002575 10.0.0.38 - - [2025-10-20 02:19:48] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 401 292 0.000479 10.0.0.38 - - [2025-10-20 02:19:48] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 403 263 0.033639 10.0.0.38 - - [2025-10-20 02:19:48] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 403 264 0.006115 10.0.0.38 - - [2025-10-20 02:19:48] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 403 264 0.030988 10.0.0.38 - - [2025-10-20 02:19:48] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003634 10.0.0.38 - - [2025-10-20 02:19:48] "PUT /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68 HTTP/1.1" 200 264 0.009094 10.0.0.38 - - [2025-10-20 02:19:48] "GET /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 200 2314 0.012872 10.0.0.38 - - [2025-10-20 02:19:48] "GET /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 200 1854 0.008316 10.0.0.38 - - [2025-10-20 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007145 10.0.0.38 - - [2025-10-20 02:19:49] "DELETE /service-template/9d72f3e1-80df-4a47-9ddf-fa09b4c4e7ae HTTP/1.1" 200 115 0.022813 10.0.0.38 - - [2025-10-20 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.007587 10.0.0.38 - - [2025-10-20 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.38 - - [2025-10-20 02:19:49] "DELETE /route-target/b445b76b-c42a-4a91-967f-13051d4028b7 HTTP/1.1" 200 115 0.017887 10.0.0.38 - - [2025-10-20 02:19:49] "POST /useragent-kv HTTP/1.1" 200 115 0.034014 10.0.0.38 - - [2025-10-20 02:19:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001793 10.0.0.38 - - [2025-10-20 02:19:49] "DELETE /virtual-network/c48ac06c-f604-4684-9d0d-6d83d9369f12 HTTP/1.1" 200 115 0.101986 10.0.0.38 - - [2025-10-20 02:19:49] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003519 10.0.0.38 - - [2025-10-20 02:19:49] "PUT /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68 HTTP/1.1" 200 264 0.007661 10.0.0.38 - - [2025-10-20 02:19:49] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003930 10.0.0.38 - - [2025-10-20 02:19:49] "PUT /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68 HTTP/1.1" 200 264 0.009817 10.0.0.38 - - [2025-10-20 02:19:50] "GET /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003601 10.0.0.38 - - [2025-10-20 02:19:50] "PUT /api-access-list/29a52776-9a8d-4ff9-a501-1c7a1755af68 HTTP/1.1" 200 264 0.007181 10.0.0.38 - - [2025-10-20 02:19:50] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.38 - - [2025-10-20 02:19:50] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.023625 10.0.0.38 - - [2025-10-20 02:19:50] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.38 - - [2025-10-20 02:19:50] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?fields=virtual_networks HTTP/1.1" 200 1032 0.064886 10.0.0.38 - - [2025-10-20 02:19:50] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.38 - - [2025-10-20 02:19:50] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.024590 10.0.0.38 - - [2025-10-20 02:19:50] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.38 - - [2025-10-20 02:19:50] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?fields=security_groups HTTP/1.1" 200 1258 0.025630 10.0.0.38 - - [2025-10-20 02:19:51] "GET /projects?obj_uuids=982abf32-d6ca-4912-9837-8f504fc673eb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000982 10.0.0.38 - - [2025-10-20 02:19:51] "GET /project/982abf32-d6ca-4912-9837-8f504fc673eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.022677 [Introspect:8084]10.0.0.38 - - [2025-10-20 02:19:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001243 10.0.0.38 - - [2025-10-20 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.021007 10.0.0.38 - - [2025-10-20 02:19:51] "GET /projects?obj_uuids=800f0ad8-cf37-4d20-b23c-83e76f93273a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002318 10.0.0.38 - - [2025-10-20 02:19:51] "GET /domains?obj_uuids=312264c3-a2f3-4ed3-ae26-6820a78f0c55&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.38 - - [2025-10-20 02:19:51] "GET /domain/312264c3-a2f3-4ed3-ae26-6820a78f0c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006459 10.0.0.38 - - [2025-10-20 02:19:51] "POST /id-to-fqname HTTP/1.1" 200 186 0.001866 10.0.0.38 - - [2025-10-20 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 195 0.002066 10.0.0.38 - - [2025-10-20 02:19:52] "POST /security-groups HTTP/1.1" 200 587 0.060326 10.0.0.38 - - [2025-10-20 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 230 0.002774 10.0.0.38 - - [2025-10-20 02:19:52] "POST /projects HTTP/1.1" 200 577 0.200371 10.0.0.38 - - [2025-10-20 02:19:52] "POST /access-control-lists HTTP/1.1" 200 592 0.056264 10.0.0.38 - - [2025-10-20 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.269729 10.0.0.38 - - [2025-10-20 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.002633 10.0.0.38 - - [2025-10-20 02:19:52] "GET /project/800f0ad8-cf37-4d20-b23c-83e76f93273a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.380236 10.0.0.38 - - [2025-10-20 02:19:52] "POST /access-control-lists HTTP/1.1" 200 590 0.056435 10.0.0.38 - - [2025-10-20 02:19:53] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.38 - - [2025-10-20 02:19:53] "GET /projects?obj_uuids=800f0ad8-cf37-4d20-b23c-83e76f93273a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001101 10.0.0.38 - - [2025-10-20 02:19:53] "GET /project/800f0ad8-cf37-4d20-b23c-83e76f93273a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.022004 10.0.0.38 - - [2025-10-20 02:19:53] "GET /projects?obj_uuids=800f0ad8-cf37-4d20-b23c-83e76f93273a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000975 10.0.0.38 - - [2025-10-20 02:19:53] "GET /project/800f0ad8-cf37-4d20-b23c-83e76f93273a?fields=virtual_networks HTTP/1.1" 200 1024 0.074319 10.0.0.38 - - [2025-10-20 02:19:53] "GET /projects?obj_uuids=800f0ad8-cf37-4d20-b23c-83e76f93273a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001023 10.0.0.38 - - [2025-10-20 02:19:53] "GET /project/800f0ad8-cf37-4d20-b23c-83e76f93273a?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.024216 10.0.0.38 - - [2025-10-20 02:19:54] "GET /projects?obj_uuids=800f0ad8-cf37-4d20-b23c-83e76f93273a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001086 10.0.0.38 - - [2025-10-20 02:19:54] "GET /project/800f0ad8-cf37-4d20-b23c-83e76f93273a?fields=security_groups HTTP/1.1" 200 1246 0.021114 10.0.0.38 - - [2025-10-20 02:20:06] "DELETE /project/6c60ebd0c5e742199710540e0799232f HTTP/1.1" 404 173 0.030918 10.0.0.38 - - [2025-10-20 02:20:06] "DELETE /project/13ee2808624e4e0da42615419ab7e023 HTTP/1.1" 404 173 0.027501 10.0.0.38 - - [2025-10-20 02:20:06] "DELETE /project/800f0ad8cf374d20b23c83e76f93273a HTTP/1.1" 404 173 0.013604 10.0.0.38 - - [2025-10-20 02:20:06] "DELETE /project/d637aa96d6d54c5a8b016df99b4794d7 HTTP/1.1" 404 173 0.012596 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=22bec6fa-cb90-4302-a15b-ea3a318011ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001288 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=fdd3048d-2ad4-478b-a346-13ced8273d58&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000833 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=800f0ad8-cf37-4d20-b23c-83e76f93273a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000830 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=13ee2808-624e-4e0d-a426-15419ab7e023&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=d637aa96-d6d5-4c5a-8b01-6df99b4794d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001279 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/800f0ad8-cf37-4d20-b23c-83e76f93273a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.073437 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/fdd3048d-2ad4-478b-a346-13ced8273d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.079772 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/22bec6fa-cb90-4302-a15b-ea3a318011ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.087742 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/58f50859-d1e7-4888-822a-fd35fb97206b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.094749 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/13ee2808-624e-4e0d-a426-15419ab7e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.084820 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/d637aa96-d6d5-4c5a-8b01-6df99b4794d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.087064 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=d637aa96-d6d5-4c5a-8b01-6df99b4794d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=13ee2808-624e-4e0d-a426-15419ab7e023&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000840 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000777 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=22bec6fa-cb90-4302-a15b-ea3a318011ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000777 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=fdd3048d-2ad4-478b-a346-13ced8273d58&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=800f0ad8-cf37-4d20-b23c-83e76f93273a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000846 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.144176 10.0.0.38 - - [2025-10-20 02:20:06] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/fdd3048d-2ad4-478b-a346-13ced8273d58?fields=security_groups HTTP/1.1" 200 1349 0.088245 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/58f50859-d1e7-4888-822a-fd35fb97206b?fields=security_groups HTTP/1.1" 200 1347 0.090323 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/22bec6fa-cb90-4302-a15b-ea3a318011ef?fields=security_groups HTTP/1.1" 200 1348 0.098083 10.0.0.38 - - [2025-10-20 02:20:06] "GET /project/13ee2808-624e-4e0d-a426-15419ab7e023?fields=security_groups HTTP/1.1" 200 1363 0.098677 10.0.0.38 - - [2025-10-20 02:20:07] "GET /project/d637aa96-d6d5-4c5a-8b01-6df99b4794d7?fields=security_groups HTTP/1.1" 200 1364 0.101396 10.0.0.38 - - [2025-10-20 02:20:07] "GET /project/800f0ad8-cf37-4d20-b23c-83e76f93273a?fields=security_groups HTTP/1.1" 200 1351 0.136274 10.0.0.38 - - [2025-10-20 02:20:07] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?fields=security_groups HTTP/1.1" 200 1363 0.090948 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /security-group/afc5131a-2998-4d0c-8905-a1a5918e5778 HTTP/1.1" 200 115 0.131963 10.0.0.38 - - [2025-10-20 02:20:07] "GET /projects?obj_uuids=fdd3048d-2ad4-478b-a346-13ced8273d58&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001117 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /security-group/2afa0772-1438-4625-901c-285761784757 HTTP/1.1" 200 115 0.138887 10.0.0.38 - - [2025-10-20 02:20:07] "GET /projects?obj_uuids=58f50859-d1e7-4888-822a-fd35fb97206b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000940 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/97411bc4-b88e-4cb7-be05-4aa2f4f5bbfe HTTP/1.1" 200 115 0.085481 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /security-group/15b7c180-bcec-4785-b781-a959d2c5739e HTTP/1.1" 200 115 0.135513 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /security-group/1b274af6-0352-4499-bef1-1c802057521f HTTP/1.1" 200 115 0.132217 10.0.0.38 - - [2025-10-20 02:20:07] "GET /projects?obj_uuids=22bec6fa-cb90-4302-a15b-ea3a318011ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000991 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /security-group/62ba45ba-78ab-4329-9d2a-c529febfac9a HTTP/1.1" 200 115 0.140028 10.0.0.38 - - [2025-10-20 02:20:07] "GET /project/fdd3048d-2ad4-478b-a346-13ced8273d58?fields=application_policy_sets HTTP/1.1" 200 1388 0.046992 10.0.0.38 - - [2025-10-20 02:20:07] "GET /projects?obj_uuids=13ee2808-624e-4e0d-a426-15419ab7e023&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.38 - - [2025-10-20 02:20:07] "GET /projects?obj_uuids=d637aa96-d6d5-4c5a-8b01-6df99b4794d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /security-group/21ef1703-6ee5-4574-9546-6005d6b10828 HTTP/1.1" 200 115 0.161072 10.0.0.38 - - [2025-10-20 02:20:07] "GET /project/22bec6fa-cb90-4302-a15b-ea3a318011ef?fields=application_policy_sets HTTP/1.1" 200 1387 0.056881 10.0.0.38 - - [2025-10-20 02:20:07] "GET /projects?obj_uuids=800f0ad8-cf37-4d20-b23c-83e76f93273a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001020 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/2784d9ed-d894-48fa-8978-88a506e804e3 HTTP/1.1" 200 115 0.078974 10.0.0.38 - - [2025-10-20 02:20:07] "GET /project/d637aa96-d6d5-4c5a-8b01-6df99b4794d7?fields=application_policy_sets HTTP/1.1" 200 1403 0.057775 10.0.0.38 - - [2025-10-20 02:20:07] "GET /project/58f50859-d1e7-4888-822a-fd35fb97206b?fields=application_policy_sets HTTP/1.1" 200 1386 0.105605 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /security-group/301f4197-ee8f-4cc8-a3f1-40bfadcfaf0e HTTP/1.1" 200 115 0.186122 10.0.0.38 - - [2025-10-20 02:20:07] "GET /projects?obj_uuids=6c60ebd0-c5e7-4219-9710-540e0799232f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.38 - - [2025-10-20 02:20:07] "GET /project/13ee2808-624e-4e0d-a426-15419ab7e023?fields=application_policy_sets HTTP/1.1" 200 1402 0.116087 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/ee7c47b5-fbe6-4d93-9090-0cb8b7c790e7 HTTP/1.1" 200 115 0.076705 10.0.0.38 - - [2025-10-20 02:20:07] "GET /project/800f0ad8-cf37-4d20-b23c-83e76f93273a?fields=application_policy_sets HTTP/1.1" 200 1390 0.128472 10.0.0.38 - - [2025-10-20 02:20:07] "GET /project/6c60ebd0-c5e7-4219-9710-540e0799232f?fields=application_policy_sets HTTP/1.1" 200 1402 0.131774 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/c2344c52-afbc-4926-a627-2b1ceb10f6bc HTTP/1.1" 200 115 0.126391 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/6ae95747-4c16-40c2-b1de-1dc120bb97d0 HTTP/1.1" 200 115 0.061859 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /project/fdd3048d-2ad4-478b-a346-13ced8273d58 HTTP/1.1" 200 115 0.844203 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /project/22bec6fa-cb90-4302-a15b-ea3a318011ef HTTP/1.1" 200 115 0.856742 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /project/58f50859-d1e7-4888-822a-fd35fb97206b HTTP/1.1" 200 115 0.870103 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/51e9459d-3eb3-4aba-b624-9c7a80713298 HTTP/1.1" 200 115 0.060682 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /project/d637aa96-d6d5-4c5a-8b01-6df99b4794d7 HTTP/1.1" 200 115 0.871757 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /project/13ee2808-624e-4e0d-a426-15419ab7e023 HTTP/1.1" 200 115 0.880333 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /project/800f0ad8-cf37-4d20-b23c-83e76f93273a HTTP/1.1" 200 115 0.898882 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /project/6c60ebd0-c5e7-4219-9710-540e0799232f HTTP/1.1" 200 115 0.859156 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/2c184135-d596-479a-8e3e-2b4fc70c3d76 HTTP/1.1" 200 115 0.022718 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/19f8a3c0-61a9-4611-8574-163cbebe4655 HTTP/1.1" 200 115 0.020581 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/96867306-134e-46af-9af2-20d9c3980261 HTTP/1.1" 200 115 0.020610 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/dc900dcc-1bd5-4bed-b62a-1db6b4aca62b HTTP/1.1" 200 115 0.021376 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/f6b8a300-74d4-476c-aa3c-217943475588 HTTP/1.1" 200 115 0.021331 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/c2d82309-a4d1-4014-8637-01d94fe12a15 HTTP/1.1" 200 115 0.031440 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/4e6933f1-749d-4f2e-972e-ab297942f1a8 HTTP/1.1" 200 115 0.030761 10.0.0.38 - - [2025-10-20 02:20:07] "DELETE /access-control-list/24f057a9-2c00-4e0c-a8c8-0c73e1a983df HTTP/1.1" 200 115 0.024116 10.0.0.38 - - [2025-10-20 02:20:16] "GET /obj-perms HTTP/1.1" 200 5056 0.045588 10.0.0.38 - - [2025-10-20 02:20:17] "GET /obj-perms HTTP/1.1" 200 5056 0.042959 [Introspect:8084]10.0.0.38 - - [2025-10-20 02:20:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000967 [Introspect:8084]10.0.0.38 - - [2025-10-20 02:20:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000901