+++ date ++ echo 'INFO: =================== Thu Oct 2 01:47:55 AM UTC 2025 ===================' INFO: =================== Thu Oct 2 01:47:55 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.131:8081 ' ']' +++ echo 10.0.0.131:8081 ++ ANALYTICS_SERVERS=10.0.0.131: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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.131:9042 ' ']' +++ echo 10.0.0.131:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.131:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.131:8086 ' ']' +++ echo 10.0.0.131:8086 ++ COLLECTOR_SERVERS=10.0.0.131: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.131 ++ CONFIGDB_NODES=10.0.0.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.131:8082 ' ']' +++ echo 10.0.0.131:8082 ++ CONFIG_SERVERS=10.0.0.131: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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.131:9161 ' ']' +++ echo 10.0.0.131:9161 ++ CONFIGDB_SERVERS=10.0.0.131: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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.131:9041 ' ']' +++ echo 10.0.0.131:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.131:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.131:2181, ']' +++ echo 10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.131: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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.131:2181 ' ']' +++ echo 10.0.0.131:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.131:2181 ++ RABBITMQ_NODES=10.0.0.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.131:5673, ']' +++ echo 10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.131: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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.131:6379 ' ']' +++ echo 10.0.0.131:6379 ++ REDIS_SERVERS=10.0.0.131: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.131 ++ 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.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.131:9092 ' ']' +++ echo 10.0.0.131:9092 ++ KAFKA_SERVERS=10.0.0.131: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.131 ++ 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.131 ++ 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.131 ++ 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.131 ++ cut -d , -f 1 + local cassandra=10.0.0.131 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.131 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.131 +++ local servers=10.0.0.131 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.131,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 1 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.131:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/02/2025 01:48:03.666 7f112941d5c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/02/2025 01:48:03.793 7f112941d5c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/02/2025 01:48:03.804 7f112941d5c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/02/2025 01:48:03.804 7f112941d5c0 [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.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2025-10-02 01:48:07] "GET / HTTP/1.1" 503 181 0.000736 10.0.0.131 - - [2025-10-02 01:48:07] "GET / HTTP/1.1" 503 181 0.000136 10.0.0.131 - - [2025-10-02 01:48:08] "GET / HTTP/1.1" 200 45871 0.001362 10.0.0.131 - - [2025-10-02 01:48:08] "GET / HTTP/1.1" 200 45871 0.001036 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.131 - - [2025-10-02 01:48:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000457 10.0.0.131 - - [2025-10-02 01:48:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000231 10.0.0.131 - - [2025-10-02 01:48:08] "GET / HTTP/1.1" 200 36215 0.001503 10.0.0.131 - - [2025-10-02 01:48:09] "GET / HTTP/1.1" 200 36215 0.001345 10.0.0.131 - - [2025-10-02 01:48:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000387 10.0.0.131 - - [2025-10-02 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.905063 10.0.0.131 - - [2025-10-02 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.131 - - [2025-10-02 01:48:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000336 10.0.0.131 - - [2025-10-02 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.352932 10.0.0.131 - - [2025-10-02 01:48:10] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005806 10.0.0.131 - - [2025-10-02 01:48:10] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.652596 10.0.0.131 - - [2025-10-02 01:48:10] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.001951 10.0.0.131 - - [2025-10-02 01:48:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.002847 10.0.0.131 - - [2025-10-02 01:48:10] "GET / HTTP/1.1" 200 36215 0.001670 10.0.0.131 - - [2025-10-02 01:48:10] "POST /config-nodes HTTP/1.1" 200 601 0.034971 10.0.0.131 - - [2025-10-02 01:48:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.131 - - [2025-10-02 01:48:10] "GET / HTTP/1.1" 200 36215 0.002032 10.0.0.131 - - [2025-10-02 01:48:10] "GET / HTTP/1.1" 200 36215 0.001650 10.0.0.131 - - [2025-10-02 01:48:10] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000371 10.0.0.131 - - [2025-10-02 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.591403 10.0.0.131 - - [2025-10-02 01:48:10] "GET /network-ipam/8cf6b041-0120-4eb2-991f-add26d58fb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.006152 10.0.0.131 - - [2025-10-02 01:48:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.608473 /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.131 - - [2025-10-02 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.131 - - [2025-10-02 01:48:11] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.049038 10.0.0.131 - - [2025-10-02 01:48:11] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009791 10.0.0.131 - - [2025-10-02 01:48:11] "POST /service-appliance-sets HTTP/1.1" 200 555 0.021522 10.0.0.131 - - [2025-10-02 01:48:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.004071 10.0.0.131 - - [2025-10-02 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.131 - - [2025-10-02 01:48:11] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.012820 10.0.0.131 - - [2025-10-02 01:48:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.094671 10.0.0.131 - - [2025-10-02 01:48:11] "POST /service-appliance-sets HTTP/1.1" 200 543 0.069762 10.0.0.131 - - [2025-10-02 01:48:11] "POST /access-control-lists HTTP/1.1" 200 589 0.019773 10.0.0.131 - - [2025-10-02 01:48:11] "POST /fqname-to-id HTTP/1.1" 404 224 0.003510 10.0.0.131 - - [2025-10-02 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002020 10.0.0.131 - - [2025-10-02 01:48:11] "GET /network-ipam/8cf6b041-0120-4eb2-991f-add26d58fb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003311 10.0.0.131 - - [2025-10-02 01:48:11] "POST /access-control-lists HTTP/1.1" 200 587 0.018497 10.0.0.131 - - [2025-10-02 01:48:11] "POST /route-targets HTTP/1.1" 200 328 0.010316 10.0.0.131 - - [2025-10-02 01:48:11] "POST /ref-update HTTP/1.1" 200 156 0.010039 10.0.0.131 - - [2025-10-02 01:48:11] "POST /service-templates HTTP/1.1" 200 513 0.031883 10.0.0.131 - - [2025-10-02 01:48:11] "POST /service-templates HTTP/1.1" 200 503 0.025749 10.0.0.131 - - [2025-10-02 01:48:11] "POST /route-targets HTTP/1.1" 200 328 0.014359 10.0.0.131 - - [2025-10-02 01:48:12] "POST /ref-update HTTP/1.1" 200 156 0.013453 10.0.0.131 - - [2025-10-02 01:48:12] "POST /service-templates HTTP/1.1" 200 517 0.019979 10.0.0.131 - - [2025-10-02 01:48:12] "POST /route-targets HTTP/1.1" 200 328 0.010695 10.0.0.131 - - [2025-10-02 01:48:12] "POST /service-templates HTTP/1.1" 200 537 0.016868 10.0.0.131 - - [2025-10-02 01:48:12] "POST /ref-update HTTP/1.1" 200 156 0.009561 10.0.0.131 - - [2025-10-02 01:48:12] "POST /service-templates HTTP/1.1" 200 509 0.015456 10.0.0.131 - - [2025-10-02 01:48:12] "POST /route-targets HTTP/1.1" 200 328 0.011532 10.0.0.131 - - [2025-10-02 01:48:12] "POST /ref-update HTTP/1.1" 200 156 0.010660 10.0.0.131 - - [2025-10-02 01:48:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.002649 10.0.0.131 - - [2025-10-02 01:48:12] "POST /access-control-lists HTTP/1.1" 200 553 0.062079 10.0.0.131 - - [2025-10-02 01:48:12] "PUT /access-control-list/bcfbade8-3887-4966-8faf-18faea3d24d6 HTTP/1.1" 200 273 0.013631 10.0.0.131 - - [2025-10-02 01:48:12] "PUT /access-control-list/84459ae8-fd73-490c-a14c-558aee09bdfd HTTP/1.1" 200 273 0.011179 10.0.0.131 - - [2025-10-02 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.131 - - [2025-10-02 01:48:16] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.004019 10.0.0.131 - - [2025-10-02 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.131 - - [2025-10-02 01:48:16] "PUT /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354 HTTP/1.1" 200 277 0.009415 10.0.0.131 - - [2025-10-02 01:48:16] "GET / HTTP/1.1" 200 36215 0.001379 10.0.0.131 - - [2025-10-02 01:48:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.131 - - [2025-10-02 01:48:16] "GET / HTTP/1.1" 200 36215 0.001356 10.0.0.131 - - [2025-10-02 01:48:16] "POST /alarms HTTP/1.1" 401 293 0.000359 10.0.0.131 - - [2025-10-02 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.303257 10.0.0.131 - - [2025-10-02 01:48:17] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005186 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 583 0.050482 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 577 0.015815 10.0.0.131 - - [2025-10-02 01:48:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.001941 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 577 0.026560 10.0.0.131 - - [2025-10-02 01:48:17] "POST /config-database-nodes HTTP/1.1" 200 619 0.025822 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 561 0.079921 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 557 0.015991 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 559 0.015887 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 567 0.017436 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 551 0.016748 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 559 0.015774 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 569 0.019353 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 557 0.017227 10.0.0.131 - - [2025-10-02 01:48:17] "POST /alarms HTTP/1.1" 200 569 0.015952 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 577 0.069665 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 571 0.016872 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 563 0.017039 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 563 0.017478 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 563 0.016994 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 549 0.016466 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 597 0.020758 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 577 0.015850 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 573 0.022343 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 585 0.019164 10.0.0.131 - - [2025-10-02 01:48:18] "POST /alarms HTTP/1.1" 200 611 0.022299 10.0.0.131 - - [2025-10-02 01:48:18] "GET / HTTP/1.1" 200 36215 0.001542 10.0.0.131 - - [2025-10-02 01:48:18] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000363 10.0.0.131 - - [2025-10-02 01:48:19] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021008 10.0.0.131 - - [2025-10-02 01:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.131 - - [2025-10-02 01:48:19] "PUT /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354 HTTP/1.1" 200 277 0.008570 10.0.0.131 - - [2025-10-02 01:48:19] "GET / HTTP/1.1" 200 36215 0.001533 10.0.0.131 - - [2025-10-02 01:48:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000372 10.0.0.131 - - [2025-10-02 01:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.021686 10.0.0.131 - - [2025-10-02 01:48:20] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003380 10.0.0.131 - - [2025-10-02 01:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.131 - - [2025-10-02 01:48:20] "PUT /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354 HTTP/1.1" 200 277 0.008434 10.0.0.131 - - [2025-10-02 01:48:20] "GET / HTTP/1.1" 200 36215 0.001555 10.0.0.131 - - [2025-10-02 01:48:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000375 10.0.0.131 - - [2025-10-02 01:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.022922 10.0.0.131 - - [2025-10-02 01:48:20] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005246 10.0.0.131 - - [2025-10-02 01:48:20] "PUT /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8 HTTP/1.1" 200 275 0.021057 10.0.0.131 - - [2025-10-02 01:48:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.131 - - [2025-10-02 01:48:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.131 - - [2025-10-02 01:48:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000594 10.0.0.131 - - [2025-10-02 01:48:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.131 - - [2025-10-02 01:49:01] "GET / HTTP/1.1" 200 36215 0.001941 10.0.0.131 - - [2025-10-02 01:49:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000504 10.0.0.131 - - [2025-10-02 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.024574 10.0.0.131 - - [2025-10-02 01:49:01] "GET /routing-instance/4a7fc10c-371b-4ae6-bc58-4806ef739f1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004129 10.0.0.131 - - [2025-10-02 01:49:01] "POST /bgp-routers HTTP/1.1" 200 622 0.024656 10.0.0.131 - - [2025-10-02 01:49:01] "GET /bgp-router/77d54779-ce15-4b4f-87d2-5eec1143b6f5?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005600 10.0.0.131 - - [2025-10-02 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.131 - - [2025-10-02 01:49:01] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006260 10.0.0.131 - - [2025-10-02 01:49:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003877 10.0.0.131 - - [2025-10-02 01:49:01] "POST /ref-update HTTP/1.1" 200 156 0.008544 10.0.0.131 - - [2025-10-02 01:49:25] "GET / HTTP/1.1" 200 36215 0.001680 10.0.0.131 - - [2025-10-02 01:49:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000378 10.0.0.131 - - [2025-10-02 01:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.022665 10.0.0.131 - - [2025-10-02 01:49:26] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.012803 10.0.0.131 - - [2025-10-02 01:49:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.003497 10.0.0.131 - - [2025-10-02 01:49:26] "POST /database-nodes HTTP/1.1" 200 605 0.017544 10.0.0.131 - - [2025-10-02 01:49:53] "GET / HTTP/1.1" 200 36215 0.001456 10.0.0.131 - - [2025-10-02 01:49:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000371 10.0.0.131 - - [2025-10-02 01:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.021349 10.0.0.131 - - [2025-10-02 01:49:53] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.004683 10.0.0.131 - - [2025-10-02 01:49:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.002597 10.0.0.131 - - [2025-10-02 01:49:53] "POST /analytics-nodes HTTP/1.1" 200 607 0.014994 10.0.0.131 - - [2025-10-02 01:49:59] "GET / HTTP/1.1" 200 36215 0.001551 10.0.0.131 - - [2025-10-02 01:50:08] "GET / HTTP/1.1" 200 36215 0.001323 10.0.0.131 - - [2025-10-02 01:50:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000375 10.0.0.131 - - [2025-10-02 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.023574 10.0.0.131 - - [2025-10-02 01:50:08] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005126 10.0.0.131 - - [2025-10-02 01:50:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.003509 10.0.0.131 - - [2025-10-02 01:50:08] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.022075 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.131 - - [2025-10-02 01:50:13] "GET /obj-perms HTTP/1.1" 200 5075 0.349481 10.0.0.131 - - [2025-10-02 01:50:13] "GET /obj-perms HTTP/1.1" 200 5075 0.038973 10.0.0.131 - - [2025-10-02 01:50:20] "GET / HTTP/1.1" 200 36215 0.001432 10.0.0.131 - - [2025-10-02 01:50:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000355 10.0.0.131 - - [2025-10-02 01:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.021951 10.0.0.131 - - [2025-10-02 01:50:20] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005081 10.0.0.131 - - [2025-10-02 01:50:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.002767 10.0.0.131 - - [2025-10-02 01:50:20] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.017383 10.0.0.131 - - [2025-10-02 01:51:14] "GET /obj-perms HTTP/1.1" 200 5075 0.039397 10.0.0.131 - - [2025-10-02 01:51:14] "GET /obj-perms HTTP/1.1" 200 5075 0.039668 10.0.0.131 - - [2025-10-02 01:51:54] "GET / HTTP/1.1" 200 36215 0.001494 10.0.0.131 - - [2025-10-02 01:51:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000410 10.0.0.131 - - [2025-10-02 01:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.023062 10.0.0.131 - - [2025-10-02 01:51:54] "GET /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006330 10.0.0.131 - - [2025-10-02 01:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.131 - - [2025-10-02 01:51:54] "GET /routing-instance/4a7fc10c-371b-4ae6-bc58-4806ef739f1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003946 10.0.0.131 - - [2025-10-02 01:51:54] "PUT /global-system-config/15655d62-54e8-4128-a29c-1ed390edf4a8 HTTP/1.1" 200 275 0.017002 10.0.0.131 - - [2025-10-02 01:51:54] "POST /fqname-to-id HTTP/1.1" 404 218 0.002902 10.0.0.131 - - [2025-10-02 01:51:55] "POST /virtual-routers HTTP/1.1" 200 605 0.103007 10.0.0.131 - - [2025-10-02 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.131 - - [2025-10-02 01:51:55] "GET /virtual-router/f2895298-c592-4fdc-96eb-183c0b686369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.080338 10.0.0.131 - - [2025-10-02 01:51:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.002902 10.0.0.131 - - [2025-10-02 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.131 - - [2025-10-02 01:51:55] "GET /virtual-network/121c6f40-a14c-41ed-9c8d-617f02be4eb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.006101 10.0.0.131 - - [2025-10-02 01:51:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.100856 10.0.0.131 - - [2025-10-02 01:51:56] "PUT /access-control-list/79758bfe-f57d-4c9b-97a2-4ba134eacf95 HTTP/1.1" 200 273 0.011693 [Introspect:8084]10.0.0.131 - - [2025-10-02 01:51:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001332 [Introspect:8084]10.0.0.131 - - [2025-10-02 01:51:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001165 [Introspect:8084]10.0.0.131 - - [2025-10-02 01:52:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000933 [Introspect:8084]10.0.0.131 - - [2025-10-02 01:52:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000850 [Introspect:8084]10.0.0.131 - - [2025-10-02 01:52:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000850 [Introspect:8084]10.0.0.131 - - [2025-10-02 01:52:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000866 10.0.0.131 - - [2025-10-02 01:52:14] "GET /obj-perms HTTP/1.1" 200 5075 0.045711 10.0.0.131 - - [2025-10-02 01:52:15] "GET /obj-perms HTTP/1.1" 200 5075 0.047321 10.0.0.131 - - [2025-10-02 01:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.131 - - [2025-10-02 01:52:15] "GET /virtual-router/f2895298-c592-4fdc-96eb-183c0b686369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.003527 10.0.0.131 - - [2025-10-02 01:53:08] "GET / HTTP/1.1" 200 36215 0.001334 10.0.0.131 - - [2025-10-02 01:53:09] "GET /project/19da9dc0-0eab-449e-8c21-98e30d67ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000473 10.0.0.131 - - [2025-10-02 01:53:09] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002520 10.0.0.131 - - [2025-10-02 01:53:09] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.131 - - [2025-10-02 01:53:09] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048310 10.0.0.131 - - [2025-10-02 01:53:10] "POST /id-to-fqname HTTP/1.1" 200 167 0.027363 10.0.0.131 - - [2025-10-02 01:53:10] "POST /fqname-to-id HTTP/1.1" 404 176 0.002611 10.0.0.131 - - [2025-10-02 01:53:10] "POST /security-groups HTTP/1.1" 200 568 0.060890 10.0.0.131 - - [2025-10-02 01:53:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.021954 10.0.0.131 - - [2025-10-02 01:53:10] "POST /projects HTTP/1.1" 200 539 0.252453 10.0.0.131 - - [2025-10-02 01:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.320284 10.0.0.131 - - [2025-10-02 01:53:10] "POST /access-control-lists HTTP/1.1" 200 575 0.058447 10.0.0.131 - - [2025-10-02 01:53:10] "GET /project/19da9dc0-0eab-449e-8c21-98e30d67ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.466619 10.0.0.131 - - [2025-10-02 01:53:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.002723 10.0.0.131 - - [2025-10-02 01:53:10] "POST /access-control-lists HTTP/1.1" 200 573 0.061410 [Introspect:8084]10.0.0.131 - - [2025-10-02 01:53:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001089 10.0.0.131 - - [2025-10-02 01:53:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.021829 10.0.0.131 - - [2025-10-02 01:53:11] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002584 10.0.0.131 - - [2025-10-02 01:53:11] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.131 - - [2025-10-02 01:53:11] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.025085 10.0.0.131 - - [2025-10-02 01:53:11] "POST /id-to-fqname HTTP/1.1" 200 201 0.002873 10.0.0.131 - - [2025-10-02 01:53:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.001961 10.0.0.131 - - [2025-10-02 01:53:11] "POST /security-groups HTTP/1.1" 200 602 0.064592 10.0.0.131 - - [2025-10-02 01:53:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.002265 10.0.0.131 - - [2025-10-02 01:53:11] "POST /projects HTTP/1.1" 200 607 0.213065 10.0.0.131 - - [2025-10-02 01:53:11] "POST /access-control-lists HTTP/1.1" 200 609 0.063171 10.0.0.131 - - [2025-10-02 01:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.280444 10.0.0.131 - - [2025-10-02 01:53:11] "POST /fqname-to-id HTTP/1.1" 404 244 0.003406 10.0.0.131 - - [2025-10-02 01:53:11] "DELETE /project/19da9dc00eab449e8c2198e30d67ade0 HTTP/1.1" 404 173 0.003275 10.0.0.131 - - [2025-10-02 01:53:11] "DELETE /project/b4374214c08b45e4880b5764faea1880 HTTP/1.1" 404 173 0.002885 10.0.0.131 - - [2025-10-02 01:53:11] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.421650 10.0.0.131 - - [2025-10-02 01:53:11] "POST /access-control-lists HTTP/1.1" 200 607 0.061073 10.0.0.131 - - [2025-10-02 01:53:12] "GET / HTTP/1.1" 200 36215 0.001384 10.0.0.131 - - [2025-10-02 01:53:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000485 10.0.0.131 - - [2025-10-02 01:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.049994 10.0.0.131 - - [2025-10-02 01:53:13] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000845 10.0.0.131 - - [2025-10-02 01:53:13] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.036533 10.0.0.131 - - [2025-10-02 01:53:13] "POST /neutron/network HTTP/1.1" 200 117 0.041726 10.0.0.131 - - [2025-10-02 01:53:13] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000913 10.0.0.131 - - [2025-10-02 01:53:13] "POST /neutron/network HTTP/1.1" 200 620 0.141239 10.0.0.131 - - [2025-10-02 01:53:13] "POST /route-targets HTTP/1.1" 200 328 0.014245 10.0.0.131 - - [2025-10-02 01:53:13] "POST /ref-update HTTP/1.1" 200 156 0.016258 10.0.0.131 - - [2025-10-02 01:53:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.131 - - [2025-10-02 01:53:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.147311 10.0.0.131 - - [2025-10-02 01:53:14] "POST /neutron/network HTTP/1.1" 200 839 0.005059 10.0.0.131 - - [2025-10-02 01:53:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001217 10.0.0.131 - - [2025-10-02 01:53:14] "GET /virtual-network/918255f0-f62a-4acc-b66e-5cd7ff6960ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004318 10.0.0.131 - - [2025-10-02 01:53:14] "POST /neutron/network HTTP/1.1" 200 839 0.005260 10.0.0.131 - - [2025-10-02 01:53:14] "GET /virtual-network/918255f0-f62a-4acc-b66e-5cd7ff6960ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003900 10.0.0.131 - - [2025-10-02 01:53:14] "POST /neutron/network HTTP/1.1" 200 839 0.005421 10.0.0.131 - - [2025-10-02 01:53:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.006397 10.0.0.131 - - [2025-10-02 01:53:14] "GET /domains HTTP/1.1" 401 293 0.000330 10.0.0.131 - - [2025-10-02 01:53:14] "GET /domains HTTP/1.1" 200 281 0.023130 10.0.0.131 - - [2025-10-02 01:53:14] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.131 - - [2025-10-02 01:53:14] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2594 0.012379 10.0.0.131 - - [2025-10-02 01:53:14] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001169 10.0.0.131 - - [2025-10-02 01:53:14] "GET /project/b4374214-c08b-45e4-880b-5764faea1880 HTTP/1.1" 200 2174 0.070476 10.0.0.131 - - [2025-10-02 01:53:14] "GET /virtual-network/918255f0-f62a-4acc-b66e-5cd7ff6960ca HTTP/1.1" 200 2346 0.007218 10.0.0.131 - - [2025-10-02 01:53:14] "GET /virtual-network/918255f0-f62a-4acc-b66e-5cd7ff6960ca HTTP/1.1" 200 2346 0.004225 10.0.0.131 - - [2025-10-02 01:53:14] "GET /routing-instance/979df730-f098-47c0-babf-18131fd7c32e HTTP/1.1" 200 1498 0.003543 10.0.0.131 - - [2025-10-02 01:53:14] "GET /routing-instance/979df730-f098-47c0-babf-18131fd7c32e HTTP/1.1" 200 1498 0.003983 10.0.0.131 - - [2025-10-02 01:53:14] "GET /route-target/bca461f6-e24a-4b67-b2a7-78496c8d698b HTTP/1.1" 200 1222 0.002669 10.0.0.131 - - [2025-10-02 01:53:14] "GET /virtual-network/918255f0-f62a-4acc-b66e-5cd7ff6960ca HTTP/1.1" 200 2346 0.003847 10.0.0.131 - - [2025-10-02 01:53:14] "GET /routing-instance/979df730-f098-47c0-babf-18131fd7c32e HTTP/1.1" 200 1498 0.007628 10.0.0.131 - - [2025-10-02 01:53:14] "GET /virtual-network/918255f0-f62a-4acc-b66e-5cd7ff6960ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005373 10.0.0.131 - - [2025-10-02 01:53:14] "GET /virtual-network/918255f0-f62a-4acc-b66e-5cd7ff6960ca HTTP/1.1" 200 2346 0.005238 10.0.0.131 - - [2025-10-02 01:53:14] "GET /routing-instance/979df730-f098-47c0-babf-18131fd7c32e HTTP/1.1" 200 1498 0.002815 10.0.0.131 - - [2025-10-02 01:53:14] "GET /routing-instance/979df730-f098-47c0-babf-18131fd7c32e HTTP/1.1" 200 1498 0.003228 10.0.0.131 - - [2025-10-02 01:53:14] "GET /route-target/bca461f6-e24a-4b67-b2a7-78496c8d698b HTTP/1.1" 200 1222 0.002922 10.0.0.131 - - [2025-10-02 01:53:14] "GET /domains HTTP/1.1" 200 281 0.002405 10.0.0.131 - - [2025-10-02 01:53:14] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000774 10.0.0.131 - - [2025-10-02 01:53:14] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2594 0.005846 10.0.0.131 - - [2025-10-02 01:53:14] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000704 10.0.0.131 - - [2025-10-02 01:53:14] "GET /project/b4374214-c08b-45e4-880b-5764faea1880 HTTP/1.1" 200 2174 0.066746 10.0.0.131 - - [2025-10-02 01:53:14] "GET /virtual-network/918255f0-f62a-4acc-b66e-5cd7ff6960ca HTTP/1.1" 200 2346 0.004321 10.0.0.131 - - [2025-10-02 01:53:15] "GET /obj-perms HTTP/1.1" 200 5071 0.044338 10.0.0.131 - - [2025-10-02 01:53:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001279 10.0.0.131 - - [2025-10-02 01:53:15] "GET /obj-perms HTTP/1.1" 200 5075 0.040431 10.0.0.131 - - [2025-10-02 01:53:15] "GET /obj-perms HTTP/1.1" 200 5075 0.044055 10.0.0.131 - - [2025-10-02 01:53:16] "POST /neutron/network HTTP/1.1" 200 849 0.005738 10.0.0.131 - - [2025-10-02 01:53:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000383 10.0.0.131 - - [2025-10-02 01:53:16] "GET / HTTP/1.1" 200 36215 0.001552 10.0.0.131 - - [2025-10-02 01:53:16] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000442 10.0.0.131 - - [2025-10-02 01:53:17] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000970 10.0.0.131 - - [2025-10-02 01:53:17] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043558 10.0.0.131 - - [2025-10-02 01:53:18] "POST /neutron/network HTTP/1.1" 200 839 0.025800 10.0.0.131 - - [2025-10-02 01:53:18] "POST /neutron/port HTTP/1.1" 200 117 0.005053 10.0.0.131 - - [2025-10-02 01:53:18] "POST /neutron/port HTTP/1.1" 200 117 0.006196 10.0.0.131 - - [2025-10-02 01:53:18] "POST /neutron/port HTTP/1.1" 200 117 0.005286 10.0.0.131 - - [2025-10-02 01:53:19] "POST /neutron/network HTTP/1.1" 200 849 0.006914 10.0.0.131 - - [2025-10-02 01:53:19] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000988 10.0.0.131 - - [2025-10-02 01:53:19] "POST /neutron/port HTTP/1.1" 200 1071 0.215249 10.0.0.131 - - [2025-10-02 01:53:19] "POST /neutron/port HTTP/1.1" 200 1071 0.029105 10.0.0.131 - - [2025-10-02 01:53:19] "POST /neutron/port HTTP/1.1" 200 1071 0.006944 10.0.0.131 - - [2025-10-02 01:53:19] "POST /neutron/port HTTP/1.1" 200 1125 0.064176 10.0.0.131 - - [2025-10-02 01:53:19] "POST /neutron/port HTTP/1.1" 200 1099 0.011116 10.0.0.131 - - [2025-10-02 01:53:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002733 10.0.0.131 - - [2025-10-02 01:53:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.006158 10.0.0.131 - - [2025-10-02 01:53:19] "POST /neutron/port HTTP/1.1" 200 117 0.000928 10.0.0.131 - - [2025-10-02 01:53:19] "POST /neutron/network HTTP/1.1" 200 839 0.004773 10.0.0.131 - - [2025-10-02 01:53:23] "POST /neutron/port HTTP/1.1" 200 1099 0.010907 10.0.0.131 - - [2025-10-02 01:53:23] "POST /neutron/security_group HTTP/1.1" 200 2069 0.017220 10.0.0.131 - - [2025-10-02 01:53:23] "GET /obj-perms HTTP/1.1" 200 5071 0.003332 10.0.0.131 - - [2025-10-02 01:53:24] "GET /obj-perms HTTP/1.1" 200 5071 0.003418 10.0.0.131 - - [2025-10-02 01:53:25] "GET /obj-perms HTTP/1.1" 200 5071 0.003635 10.0.0.131 - - [2025-10-02 01:53:26] "GET /obj-perms HTTP/1.1" 200 5071 0.003369 10.0.0.131 - - [2025-10-02 01:53:27] "GET /obj-perms HTTP/1.1" 200 5071 0.003534 10.0.0.131 - - [2025-10-02 01:53:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000547 10.0.0.131 - - [2025-10-02 01:53:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.131 - - [2025-10-02 01:53:28] "POST /neutron/port HTTP/1.1" 200 1099 0.032380 10.0.0.131 - - [2025-10-02 01:53:28] "POST /neutron/port HTTP/1.1" 200 1099 0.019094 10.0.0.131 - - [2025-10-02 01:53:28] "POST /neutron/network HTTP/1.1" 200 849 0.005974 10.0.0.131 - - [2025-10-02 01:53:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003698 10.0.0.131 - - [2025-10-02 01:53:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.006380 10.0.0.131 - - [2025-10-02 01:53:28] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.131 - - [2025-10-02 01:53:28] "POST /neutron/network HTTP/1.1" 200 839 0.005569 10.0.0.131 - - [2025-10-02 01:53:28] "POST /neutron/network HTTP/1.1" 200 839 0.005063 10.0.0.131 - - [2025-10-02 01:53:28] "POST /neutron/network HTTP/1.1" 400 204 0.019778 10.0.0.131 - - [2025-10-02 01:53:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.131 - - [2025-10-02 01:53:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.131 - - [2025-10-02 01:53:29] "POST /neutron/port HTTP/1.1" 200 1099 0.014946 10.0.0.131 - - [2025-10-02 01:53:29] "POST /neutron/port HTTP/1.1" 200 1125 0.008656 10.0.0.131 - - [2025-10-02 01:53:29] "POST /neutron/port HTTP/1.1" 200 151 0.129089 10.0.0.131 - - [2025-10-02 01:53:30] "POST /neutron/network HTTP/1.1" 200 839 0.006330 10.0.0.131 - - [2025-10-02 01:53:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003243 10.0.0.131 - - [2025-10-02 01:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.131 - - [2025-10-02 01:53:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002754 10.0.0.131 - - [2025-10-02 01:53:30] "POST /neutron/network HTTP/1.1" 200 151 0.074464 10.0.0.131 - - [2025-10-02 01:53:30] "GET /routing-instance/979df730-f098-47c0-babf-18131fd7c32e HTTP/1.1" 404 171 0.001971 10.0.0.131 - - [2025-10-02 01:53:30] "GET /domains HTTP/1.1" 200 281 0.002064 10.0.0.131 - - [2025-10-02 01:53:30] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001615 10.0.0.131 - - [2025-10-02 01:53:30] "DELETE /route-target/bca461f6-e24a-4b67-b2a7-78496c8d698b HTTP/1.1" 200 115 0.027937 10.0.0.131 - - [2025-10-02 01:53:30] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2594 0.050092 10.0.0.131 - - [2025-10-02 01:53:30] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000856 10.0.0.131 - - [2025-10-02 01:53:30] "GET /project/b4374214-c08b-45e4-880b-5764faea1880 HTTP/1.1" 200 1923 0.067885 10.0.0.131 - - [2025-10-02 01:53:31] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000891 10.0.0.131 - - [2025-10-02 01:53:31] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.024968 10.0.0.131 - - [2025-10-02 01:53:31] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001015 10.0.0.131 - - [2025-10-02 01:53:31] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?fields=virtual_networks HTTP/1.1" 200 1056 0.065481 10.0.0.131 - - [2025-10-02 01:53:31] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001167 10.0.0.131 - - [2025-10-02 01:53:31] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.023813 10.0.0.131 - - [2025-10-02 01:53:31] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000948 10.0.0.131 - - [2025-10-02 01:53:31] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?fields=security_groups HTTP/1.1" 200 1294 0.024207 10.0.0.131 - - [2025-10-02 01:53:31] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000921 10.0.0.131 - - [2025-10-02 01:53:31] "GET /project/19da9dc0-0eab-449e-8c21-98e30d67ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.022933 10.0.0.131 - - [2025-10-02 01:53:35] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001248 10.0.0.131 - - [2025-10-02 01:53:35] "GET /project/19da9dc0-0eab-449e-8c21-98e30d67ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.024542 10.0.0.131 - - [2025-10-02 01:53:35] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003557 10.0.0.131 - - [2025-10-02 01:53:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.020935 10.0.0.131 - - [2025-10-02 01:53:36] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002286 10.0.0.131 - - [2025-10-02 01:53:36] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.131 - - [2025-10-02 01:53:36] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007828 10.0.0.131 - - [2025-10-02 01:53:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.001032 10.0.0.131 - - [2025-10-02 01:53:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003419 10.0.0.131 - - [2025-10-02 01:53:36] "POST /security-groups HTTP/1.1" 200 603 0.066647 10.0.0.131 - - [2025-10-02 01:53:36] "POST /fqname-to-id HTTP/1.1" 404 246 0.002614 10.0.0.131 - - [2025-10-02 01:53:36] "POST /projects HTTP/1.1" 200 609 0.206299 10.0.0.131 - - [2025-10-02 01:53:36] "POST /access-control-lists HTTP/1.1" 200 610 0.059616 10.0.0.131 - - [2025-10-02 01:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.270582 10.0.0.131 - - [2025-10-02 01:53:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.002906 10.0.0.131 - - [2025-10-02 01:53:36] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.383768 10.0.0.131 - - [2025-10-02 01:53:36] "POST /access-control-lists HTTP/1.1" 200 608 0.060695 10.0.0.131 - - [2025-10-02 01:53:37] "GET / HTTP/1.1" 200 36215 0.001803 10.0.0.131 - - [2025-10-02 01:53:37] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000935 10.0.0.131 - - [2025-10-02 01:53:37] "GET /project/19da9dc0-0eab-449e-8c21-98e30d67ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.026998 10.0.0.131 - - [2025-10-02 01:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.131 - - [2025-10-02 01:53:38] "GET /security-group/24e0721f-e2a3-47e9-8013-61665973f6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004019 10.0.0.131 - - [2025-10-02 01:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.131 - - [2025-10-02 01:53:38] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001236 10.0.0.131 - - [2025-10-02 01:53:38] "GET /project/19da9dc0-0eab-449e-8c21-98e30d67ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.022558 10.0.0.131 - - [2025-10-02 01:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.131 - - [2025-10-02 01:53:38] "GET /security-group/24e0721f-e2a3-47e9-8013-61665973f6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003912 10.0.0.131 - - [2025-10-02 01:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.131 - - [2025-10-02 01:53:38] "PUT /security-group/24e0721f-e2a3-47e9-8013-61665973f6cc HTTP/1.1" 200 263 0.014927 10.0.0.131 - - [2025-10-02 01:53:38] "PUT /access-control-list/bc5854b4-8708-437a-942c-33d13cd18f78 HTTP/1.1" 200 273 0.009355 10.0.0.131 - - [2025-10-02 01:53:39] "PUT /access-control-list/b7bebfe8-5510-4630-b9b9-78cc15fe80fe HTTP/1.1" 200 273 0.011659 10.0.0.131 - - [2025-10-02 01:53:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.131 - - [2025-10-02 01:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.046302 10.0.0.131 - - [2025-10-02 01:53:39] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.131 - - [2025-10-02 01:53:39] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.022787 10.0.0.131 - - [2025-10-02 01:53:39] "POST /neutron/network HTTP/1.1" 200 117 0.025546 10.0.0.131 - - [2025-10-02 01:53:39] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000846 10.0.0.131 - - [2025-10-02 01:53:39] "POST /neutron/network HTTP/1.1" 200 619 0.056532 10.0.0.131 - - [2025-10-02 01:53:39] "POST /route-targets HTTP/1.1" 200 328 0.008647 10.0.0.131 - - [2025-10-02 01:53:39] "POST /ref-update HTTP/1.1" 200 156 0.013340 10.0.0.131 - - [2025-10-02 01:53:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003862 10.0.0.131 - - [2025-10-02 01:53:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.177972 10.0.0.131 - - [2025-10-02 01:53:39] "POST /neutron/network HTTP/1.1" 200 837 0.004667 10.0.0.131 - - [2025-10-02 01:53:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001011 10.0.0.131 - - [2025-10-02 01:53:39] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004820 10.0.0.131 - - [2025-10-02 01:53:39] "POST /neutron/network HTTP/1.1" 200 837 0.005495 10.0.0.131 - - [2025-10-02 01:53:39] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004533 10.0.0.131 - - [2025-10-02 01:53:40] "POST /neutron/network HTTP/1.1" 200 837 0.005905 10.0.0.131 - - [2025-10-02 01:53:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.007956 10.0.0.131 - - [2025-10-02 01:53:40] "GET /domains HTTP/1.1" 401 293 0.000363 10.0.0.131 - - [2025-10-02 01:53:40] "GET /domains HTTP/1.1" 200 281 0.027828 10.0.0.131 - - [2025-10-02 01:53:40] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.131 - - [2025-10-02 01:53:40] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2793 0.008761 10.0.0.131 - - [2025-10-02 01:53:40] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.131 - - [2025-10-02 01:53:40] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565 HTTP/1.1" 200 2181 0.074500 10.0.0.131 - - [2025-10-02 01:53:40] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab HTTP/1.1" 200 2340 0.005337 10.0.0.131 - - [2025-10-02 01:53:40] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab HTTP/1.1" 200 2340 0.004983 10.0.0.131 - - [2025-10-02 01:53:40] "GET /routing-instance/60a8ab1a-ab1a-4b4e-9590-65dfdb6c2c0e HTTP/1.1" 200 1494 0.002932 10.0.0.131 - - [2025-10-02 01:53:40] "GET /routing-instance/60a8ab1a-ab1a-4b4e-9590-65dfdb6c2c0e HTTP/1.1" 200 1494 0.002910 10.0.0.131 - - [2025-10-02 01:53:40] "GET /route-target/b30b5a53-bf26-4699-bc36-b510fb1b0142 HTTP/1.1" 200 1221 0.002961 10.0.0.131 - - [2025-10-02 01:53:40] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab HTTP/1.1" 200 2340 0.004055 10.0.0.131 - - [2025-10-02 01:53:40] "GET /routing-instance/60a8ab1a-ab1a-4b4e-9590-65dfdb6c2c0e HTTP/1.1" 200 1494 0.003168 10.0.0.131 - - [2025-10-02 01:53:40] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006356 10.0.0.131 - - [2025-10-02 01:53:40] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab HTTP/1.1" 200 2340 0.004384 10.0.0.131 - - [2025-10-02 01:53:40] "GET /routing-instance/60a8ab1a-ab1a-4b4e-9590-65dfdb6c2c0e HTTP/1.1" 200 1494 0.002828 10.0.0.131 - - [2025-10-02 01:53:40] "GET /routing-instance/60a8ab1a-ab1a-4b4e-9590-65dfdb6c2c0e HTTP/1.1" 200 1494 0.002520 10.0.0.131 - - [2025-10-02 01:53:40] "GET /route-target/b30b5a53-bf26-4699-bc36-b510fb1b0142 HTTP/1.1" 200 1221 0.002342 10.0.0.131 - - [2025-10-02 01:53:40] "GET /domains HTTP/1.1" 200 281 0.003521 10.0.0.131 - - [2025-10-02 01:53:40] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000733 10.0.0.131 - - [2025-10-02 01:53:40] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2793 0.005159 10.0.0.131 - - [2025-10-02 01:53:40] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000693 10.0.0.131 - - [2025-10-02 01:53:40] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565 HTTP/1.1" 200 2181 0.067407 10.0.0.131 - - [2025-10-02 01:53:40] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab HTTP/1.1" 200 2340 0.004194 10.0.0.131 - - [2025-10-02 01:53:41] "GET /obj-perms HTTP/1.1" 200 5073 0.049615 10.0.0.131 - - [2025-10-02 01:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.131 - - [2025-10-02 01:53:41] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000828 10.0.0.131 - - [2025-10-02 01:53:41] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041729 10.0.0.131 - - [2025-10-02 01:53:41] "POST /neutron/network HTTP/1.1" 200 117 0.008168 10.0.0.131 - - [2025-10-02 01:53:41] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001389 10.0.0.131 - - [2025-10-02 01:53:41] "POST /neutron/network HTTP/1.1" 200 619 0.071903 10.0.0.131 - - [2025-10-02 01:53:41] "POST /route-targets HTTP/1.1" 200 328 0.008947 10.0.0.131 - - [2025-10-02 01:53:41] "POST /ref-update HTTP/1.1" 200 156 0.018331 10.0.0.131 - - [2025-10-02 01:53:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004047 10.0.0.131 - - [2025-10-02 01:53:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.129574 10.0.0.131 - - [2025-10-02 01:53:41] "POST /neutron/network HTTP/1.1" 200 837 0.006212 10.0.0.131 - - [2025-10-02 01:53:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001107 10.0.0.131 - - [2025-10-02 01:53:41] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004603 10.0.0.131 - - [2025-10-02 01:53:41] "POST /neutron/network HTTP/1.1" 200 837 0.005319 10.0.0.131 - - [2025-10-02 01:53:41] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004086 10.0.0.131 - - [2025-10-02 01:53:41] "POST /neutron/network HTTP/1.1" 200 837 0.005516 10.0.0.131 - - [2025-10-02 01:53:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.006538 10.0.0.131 - - [2025-10-02 01:53:41] "GET /domains HTTP/1.1" 200 281 0.001878 10.0.0.131 - - [2025-10-02 01:53:41] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.131 - - [2025-10-02 01:53:41] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2793 0.005777 10.0.0.131 - - [2025-10-02 01:53:41] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000761 10.0.0.131 - - [2025-10-02 01:53:41] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565 HTTP/1.1" 200 2410 0.068584 10.0.0.131 - - [2025-10-02 01:53:41] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d HTTP/1.1" 200 2340 0.005238 10.0.0.131 - - [2025-10-02 01:53:41] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d HTTP/1.1" 200 2340 0.004268 10.0.0.131 - - [2025-10-02 01:53:41] "GET /routing-instance/4be42654-9b29-4cc5-83f2-a3de30698ebb HTTP/1.1" 200 1493 0.002809 10.0.0.131 - - [2025-10-02 01:53:41] "GET /routing-instance/4be42654-9b29-4cc5-83f2-a3de30698ebb HTTP/1.1" 200 1493 0.002890 10.0.0.131 - - [2025-10-02 01:53:41] "GET /route-target/88f97dd3-e953-4c67-8c4a-bba8e67df73f HTTP/1.1" 200 1220 0.002263 10.0.0.131 - - [2025-10-02 01:53:41] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d HTTP/1.1" 200 2340 0.005337 10.0.0.131 - - [2025-10-02 01:53:41] "GET /routing-instance/4be42654-9b29-4cc5-83f2-a3de30698ebb HTTP/1.1" 200 1493 0.002534 10.0.0.131 - - [2025-10-02 01:53:41] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004668 10.0.0.131 - - [2025-10-02 01:53:41] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d HTTP/1.1" 200 2340 0.004797 10.0.0.131 - - [2025-10-02 01:53:41] "GET /routing-instance/4be42654-9b29-4cc5-83f2-a3de30698ebb HTTP/1.1" 200 1493 0.003726 10.0.0.131 - - [2025-10-02 01:53:41] "GET /routing-instance/4be42654-9b29-4cc5-83f2-a3de30698ebb HTTP/1.1" 200 1493 0.002687 10.0.0.131 - - [2025-10-02 01:53:41] "GET /route-target/88f97dd3-e953-4c67-8c4a-bba8e67df73f HTTP/1.1" 200 1220 0.002056 10.0.0.131 - - [2025-10-02 01:53:41] "GET /domains HTTP/1.1" 200 281 0.002237 10.0.0.131 - - [2025-10-02 01:53:41] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000755 10.0.0.131 - - [2025-10-02 01:53:41] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2793 0.006709 10.0.0.131 - - [2025-10-02 01:53:41] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.131 - - [2025-10-02 01:53:41] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565 HTTP/1.1" 200 2410 0.064601 10.0.0.131 - - [2025-10-02 01:53:41] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d HTTP/1.1" 200 2340 0.004032 10.0.0.131 - - [2025-10-02 01:53:41] "GET /obj-perms HTTP/1.1" 200 5073 0.002426 10.0.0.131 - - [2025-10-02 01:53:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.000981 10.0.0.131 - - [2025-10-02 01:53:41] "POST /neutron/network HTTP/1.1" 200 847 0.005825 10.0.0.131 - - [2025-10-02 01:53:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000423 10.0.0.131 - - [2025-10-02 01:53:42] "GET / HTTP/1.1" 200 36215 0.001675 10.0.0.131 - - [2025-10-02 01:53:42] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000345 10.0.0.131 - - [2025-10-02 01:53:42] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.131 - - [2025-10-02 01:53:42] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.045241 10.0.0.131 - - [2025-10-02 01:53:42] "POST /neutron/network HTTP/1.1" 200 837 0.005256 10.0.0.131 - - [2025-10-02 01:53:42] "POST /neutron/port HTTP/1.1" 200 117 0.005597 10.0.0.131 - - [2025-10-02 01:53:42] "POST /neutron/port HTTP/1.1" 200 117 0.004642 10.0.0.131 - - [2025-10-02 01:53:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001164 10.0.0.131 - - [2025-10-02 01:53:42] "POST /neutron/port HTTP/1.1" 200 117 0.005708 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/network HTTP/1.1" 200 847 0.012829 10.0.0.131 - - [2025-10-02 01:53:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000412 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/network HTTP/1.1" 200 847 0.005662 10.0.0.131 - - [2025-10-02 01:53:43] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.131 - - [2025-10-02 01:53:43] "GET / HTTP/1.1" 200 36215 0.002614 10.0.0.131 - - [2025-10-02 01:53:43] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000448 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/port HTTP/1.1" 200 1071 0.242885 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/port HTTP/1.1" 200 1071 0.016034 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/port HTTP/1.1" 200 1071 0.007461 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/port HTTP/1.1" 200 1125 0.064018 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/port HTTP/1.1" 200 1099 0.009797 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002998 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.007807 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/port HTTP/1.1" 200 117 0.005409 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/network HTTP/1.1" 200 837 0.007814 10.0.0.131 - - [2025-10-02 01:53:43] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.131 - - [2025-10-02 01:53:43] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.046695 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/network HTTP/1.1" 200 837 0.007673 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/port HTTP/1.1" 200 1099 0.012280 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008095 10.0.0.131 - - [2025-10-02 01:53:43] "POST /neutron/port HTTP/1.1" 200 117 0.005417 10.0.0.131 - - [2025-10-02 01:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.131 - - [2025-10-02 01:53:44] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.131 - - [2025-10-02 01:53:44] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.028149 10.0.0.131 - - [2025-10-02 01:53:44] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005151 10.0.0.131 - - [2025-10-02 01:53:44] "GET /floating-ip-pools?parent_id=755319d0-9754-46d7-8c3b-8099ff8d51ab&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002949 10.0.0.131 - - [2025-10-02 01:53:44] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005023 10.0.0.131 - - [2025-10-02 01:53:44] "POST /floating-ip-pools HTTP/1.1" 200 611 0.024743 10.0.0.131 - - [2025-10-02 01:53:44] "POST /ref-update HTTP/1.1" 200 156 0.009791 10.0.0.131 - - [2025-10-02 01:53:44] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005382 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/network HTTP/1.1" 200 847 0.012450 10.0.0.131 - - [2025-10-02 01:53:44] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001292 10.0.0.131 - - [2025-10-02 01:53:44] "GET /domains HTTP/1.1" 200 281 0.007709 10.0.0.131 - - [2025-10-02 01:53:44] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001906 10.0.0.131 - - [2025-10-02 01:53:44] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2793 0.020989 10.0.0.131 - - [2025-10-02 01:53:44] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001631 10.0.0.131 - - [2025-10-02 01:53:44] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565 HTTP/1.1" 200 3255 0.148849 10.0.0.131 - - [2025-10-02 01:53:44] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab HTTP/1.1" 200 2933 0.030507 10.0.0.131 - - [2025-10-02 01:53:44] "GET /floating-ip-pool/8f93f26b-275f-40d8-b528-cfed80fa9c09 HTTP/1.1" 200 1444 0.005494 10.0.0.131 - - [2025-10-02 01:53:44] "GET /domains HTTP/1.1" 200 281 0.005086 10.0.0.131 - - [2025-10-02 01:53:44] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.131 - - [2025-10-02 01:53:44] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2793 0.008778 10.0.0.131 - - [2025-10-02 01:53:44] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000793 10.0.0.131 - - [2025-10-02 01:53:44] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565 HTTP/1.1" 200 3255 0.089161 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/port HTTP/1.1" 200 1071 0.371649 10.0.0.131 - - [2025-10-02 01:53:44] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab HTTP/1.1" 200 3155 0.015378 10.0.0.131 - - [2025-10-02 01:53:44] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004589 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/port HTTP/1.1" 200 1071 0.012945 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/port HTTP/1.1" 200 1071 0.011180 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/port HTTP/1.1" 200 1099 0.021378 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006013 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/port HTTP/1.1" 200 1125 0.072890 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/port HTTP/1.1" 200 1099 0.010073 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003307 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.008108 10.0.0.131 - - [2025-10-02 01:53:44] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.131 - - [2025-10-02 01:53:45] "POST /neutron/network HTTP/1.1" 200 837 0.005507 10.0.0.131 - - [2025-10-02 01:53:49] "POST /neutron/port HTTP/1.1" 200 1099 0.012499 10.0.0.131 - - [2025-10-02 01:53:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005801 10.0.0.131 - - [2025-10-02 01:53:49] "POST /neutron/port HTTP/1.1" 200 1099 0.015448 10.0.0.131 - - [2025-10-02 01:53:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005833 10.0.0.131 - - [2025-10-02 01:53:50] "POST /neutron/port HTTP/1.1" 200 1099 0.011339 10.0.0.131 - - [2025-10-02 01:53:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005269 10.0.0.131 - - [2025-10-02 01:53:50] "GET /virtual-machine/a11bfab4-0305-4312-8039-8633060541eb HTTP/1.1" 200 1306 0.005621 10.0.0.131 - - [2025-10-02 01:53:50] "GET /virtual-machine-interface/ea4e4123-7ebd-4290-9c74-ed6c618cdb67 HTTP/1.1" 200 3011 0.006078 10.0.0.131 - - [2025-10-02 01:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.131 - - [2025-10-02 01:53:50] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003041 10.0.0.131 - - [2025-10-02 01:53:50] "GET /virtual-networks?parent_id=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003712 10.0.0.131 - - [2025-10-02 01:53:50] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005048 10.0.0.131 - - [2025-10-02 01:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.131 - - [2025-10-02 01:53:53] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005513 10.0.0.131 - - [2025-10-02 01:53:55] "POST /neutron/port HTTP/1.1" 200 1099 0.038007 10.0.0.131 - - [2025-10-02 01:53:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007077 10.0.0.131 - - [2025-10-02 01:53:55] "POST /neutron/port HTTP/1.1" 200 1099 0.013876 10.0.0.131 - - [2025-10-02 01:53:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005843 10.0.0.131 - - [2025-10-02 01:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.131 - - [2025-10-02 01:53:55] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003130 10.0.0.131 - - [2025-10-02 01:53:55] "GET /virtual-networks?parent_id=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003694 10.0.0.131 - - [2025-10-02 01:53:55] "GET /virtual-network/c6395d8e-6a2d-4233-862f-4b6f914b360d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005689 10.0.0.131 - - [2025-10-02 01:53:55] "POST /neutron/port HTTP/1.1" 200 1099 0.012580 10.0.0.131 - - [2025-10-02 01:53:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005801 10.0.0.131 - - [2025-10-02 01:54:00] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.131 - - [2025-10-02 01:54:00] "POST /neutron/floatingip HTTP/1.1" 200 529 0.060905 10.0.0.131 - - [2025-10-02 01:54:00] "POST /neutron/port HTTP/1.1" 200 1099 0.010005 10.0.0.131 - - [2025-10-02 01:54:00] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004659 10.0.0.131 - - [2025-10-02 01:54:00] "POST /neutron/floatingip HTTP/1.1" 200 575 0.028902 10.0.0.131 - - [2025-10-02 01:54:00] "POST /neutron/port HTTP/1.1" 200 1099 0.011264 10.0.0.131 - - [2025-10-02 01:54:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005047 10.0.0.131 - - [2025-10-02 01:54:00] "POST /neutron/port HTTP/1.1" 200 1099 0.011699 10.0.0.131 - - [2025-10-02 01:54:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006493 10.0.0.131 - - [2025-10-02 01:54:01] "POST /neutron/port HTTP/1.1" 200 1099 0.011324 10.0.0.131 - - [2025-10-02 01:54:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005910 10.0.0.131 - - [2025-10-02 01:54:01] "GET /virtual-machine/611b06d5-d00e-45eb-b7d0-b6572db8f705 HTTP/1.1" 200 1306 0.004569 10.0.0.131 - - [2025-10-02 01:54:01] "GET /virtual-machine-interface/60658d98-02da-442d-b641-8b09fe429332 HTTP/1.1" 200 3010 0.004863 10.0.0.131 - - [2025-10-02 01:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.131 - - [2025-10-02 01:54:01] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004562 10.0.0.131 - - [2025-10-02 01:54:01] "GET /virtual-networks?parent_id=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.005101 10.0.0.131 - - [2025-10-02 01:54:01] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005284 10.0.0.131 - - [2025-10-02 01:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.131 - - [2025-10-02 01:54:02] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003287 10.0.0.131 - - [2025-10-02 01:54:02] "GET /virtual-networks?parent_id=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.006149 10.0.0.131 - - [2025-10-02 01:54:02] "GET /virtual-network/755319d0-9754-46d7-8c3b-8099ff8d51ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005251 10.0.0.131 - - [2025-10-02 01:54:02] "POST /neutron/floatingip HTTP/1.1" 200 575 0.009563 10.0.0.131 - - [2025-10-02 01:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.131 - - [2025-10-02 01:54:02] "GET /routing-instance/60a8ab1a-ab1a-4b4e-9590-65dfdb6c2c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004197 10.0.0.131 - - [2025-10-02 01:54:02] "GET /route-target/b30b5a53-bf26-4699-bc36-b510fb1b0142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003744 10.0.0.131 - - [2025-10-02 01:54:02] "GET /floating-ip/e4ddc932-c50a-43b5-831f-e6dd55d2a15a HTTP/1.1" 200 1890 0.005686 10.0.0.131 - - [2025-10-02 01:54:05] "POST /neutron/floatingip HTTP/1.1" 200 575 0.008865 10.0.0.131 - - [2025-10-02 01:54:05] "POST /neutron/floatingip HTTP/1.1" 200 529 0.017052 10.0.0.131 - - [2025-10-02 01:54:05] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005576 10.0.0.131 - - [2025-10-02 01:54:05] "POST /neutron/floatingip HTTP/1.1" 200 115 0.039654 10.0.0.131 - - [2025-10-02 01:54:05] "GET /floating-ip-pool/8f93f26b-275f-40d8-b528-cfed80fa9c09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003489 10.0.0.131 - - [2025-10-02 01:54:05] "POST /ref-update HTTP/1.1" 200 156 0.008290 10.0.0.131 - - [2025-10-02 01:54:05] "DELETE /floating-ip-pool/8f93f26b-275f-40d8-b528-cfed80fa9c09 HTTP/1.1" 200 115 0.046983 10.0.0.131 - - [2025-10-02 01:54:05] "POST /neutron/network HTTP/1.1" 200 837 0.009101 10.0.0.131 - - [2025-10-02 01:54:06] "POST /neutron/network HTTP/1.1" 400 204 0.019499 10.0.0.131 - - [2025-10-02 01:54:06] "POST /neutron/port HTTP/1.1" 200 1099 0.010352 10.0.0.131 - - [2025-10-02 01:54:06] "POST /neutron/port HTTP/1.1" 200 1125 0.010512 10.0.0.131 - - [2025-10-02 01:54:06] "POST /neutron/port HTTP/1.1" 200 1099 0.013039 10.0.0.131 - - [2025-10-02 01:54:06] "POST /neutron/port HTTP/1.1" 200 1125 0.015116 10.0.0.131 - - [2025-10-02 01:54:06] "POST /neutron/port HTTP/1.1" 200 151 0.112153 10.0.0.131 - - [2025-10-02 01:54:06] "POST /neutron/port HTTP/1.1" 200 151 0.131754 10.0.0.131 - - [2025-10-02 01:54:08] "POST /neutron/network HTTP/1.1" 200 837 0.006485 10.0.0.131 - - [2025-10-02 01:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003763 10.0.0.131 - - [2025-10-02 01:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.131 - - [2025-10-02 01:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001621 10.0.0.131 - - [2025-10-02 01:54:08] "POST /neutron/network HTTP/1.1" 200 151 0.071037 10.0.0.131 - - [2025-10-02 01:54:08] "GET /routing-instance/4be42654-9b29-4cc5-83f2-a3de30698ebb HTTP/1.1" 404 171 0.002285 10.0.0.131 - - [2025-10-02 01:54:08] "DELETE /route-target/88f97dd3-e953-4c67-8c4a-bba8e67df73f HTTP/1.1" 200 115 0.016690 10.0.0.131 - - [2025-10-02 01:54:08] "GET /domains HTTP/1.1" 200 281 0.002536 10.0.0.131 - - [2025-10-02 01:54:08] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.131 - - [2025-10-02 01:54:08] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2793 0.050640 10.0.0.131 - - [2025-10-02 01:54:08] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000879 10.0.0.131 - - [2025-10-02 01:54:08] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565 HTTP/1.1" 200 2181 0.063027 10.0.0.131 - - [2025-10-02 01:54:08] "POST /neutron/network HTTP/1.1" 200 837 0.005565 10.0.0.131 - - [2025-10-02 01:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.131 - - [2025-10-02 01:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004307 10.0.0.131 - - [2025-10-02 01:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001534 10.0.0.131 - - [2025-10-02 01:54:08] "POST /neutron/network HTTP/1.1" 200 151 0.074311 10.0.0.131 - - [2025-10-02 01:54:08] "DELETE /route-target/b30b5a53-bf26-4699-bc36-b510fb1b0142 HTTP/1.1" 200 115 0.016511 10.0.0.131 - - [2025-10-02 01:54:08] "GET /routing-instance/60a8ab1a-ab1a-4b4e-9590-65dfdb6c2c0e HTTP/1.1" 404 171 0.001876 10.0.0.131 - - [2025-10-02 01:54:08] "GET /domains HTTP/1.1" 200 281 0.001845 10.0.0.131 - - [2025-10-02 01:54:08] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.131 - - [2025-10-02 01:54:08] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2793 0.047671 10.0.0.131 - - [2025-10-02 01:54:08] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001554 10.0.0.131 - - [2025-10-02 01:54:08] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565 HTTP/1.1" 200 1930 0.068843 10.0.0.131 - - [2025-10-02 01:54:08] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.131 - - [2025-10-02 01:54:08] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.020491 10.0.0.131 - - [2025-10-02 01:54:08] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000853 10.0.0.131 - - [2025-10-02 01:54:08] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?fields=virtual_networks HTTP/1.1" 200 1059 0.066581 10.0.0.131 - - [2025-10-02 01:54:08] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001355 10.0.0.131 - - [2025-10-02 01:54:08] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.025105 10.0.0.131 - - [2025-10-02 01:54:08] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001271 10.0.0.131 - - [2025-10-02 01:54:08] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?fields=security_groups HTTP/1.1" 200 1298 0.034685 10.0.0.131 - - [2025-10-02 01:54:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.021340 10.0.0.131 - - [2025-10-02 01:54:09] "GET /projects?obj_uuids=bd2952ee-4a53-4676-908d-56bb3a736b2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003051 10.0.0.131 - - [2025-10-02 01:54:09] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002172 10.0.0.131 - - [2025-10-02 01:54:09] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007634 10.0.0.131 - - [2025-10-02 01:54:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.001117 10.0.0.131 - - [2025-10-02 01:54:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.002145 10.0.0.131 - - [2025-10-02 01:54:10] "POST /security-groups HTTP/1.1" 200 586 0.064277 10.0.0.131 - - [2025-10-02 01:54:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.004803 10.0.0.131 - - [2025-10-02 01:54:10] "POST /projects HTTP/1.1" 200 575 0.214352 10.0.0.131 - - [2025-10-02 01:54:10] "POST /access-control-lists HTTP/1.1" 200 593 0.058340 10.0.0.131 - - [2025-10-02 01:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.284615 10.0.0.131 - - [2025-10-02 01:54:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.002941 10.0.0.131 - - [2025-10-02 01:54:10] "GET /project/bd2952ee-4a53-4676-908d-56bb3a736b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.401649 10.0.0.131 - - [2025-10-02 01:54:10] "POST /access-control-lists HTTP/1.1" 200 591 0.064998 10.0.0.131 - - [2025-10-02 01:54:11] "GET / HTTP/1.1" 200 36215 0.001784 10.0.0.131 - - [2025-10-02 01:54:11] "DELETE /project/bd2952ee4a534676908d56bb3a736b2a HTTP/1.1" 404 173 0.010762 10.0.0.131 - - [2025-10-02 01:54:11] "DELETE /project/fccc651003a84e15a7f09de04d68e565 HTTP/1.1" 404 173 0.009897 10.0.0.131 - - [2025-10-02 01:54:11] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000997 10.0.0.131 - - [2025-10-02 01:54:11] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000733 10.0.0.131 - - [2025-10-02 01:54:11] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.027578 10.0.0.131 - - [2025-10-02 01:54:11] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.034442 10.0.0.131 - - [2025-10-02 01:54:11] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001224 10.0.0.131 - - [2025-10-02 01:54:11] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000826 10.0.0.131 - - [2025-10-02 01:54:11] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?fields=security_groups HTTP/1.1" 200 1396 0.034327 10.0.0.131 - - [2025-10-02 01:54:11] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?fields=security_groups HTTP/1.1" 200 1400 0.036398 10.0.0.131 - - [2025-10-02 01:54:11] "DELETE /security-group/6119a61c-6e03-458b-94d4-10a6927a6df9 HTTP/1.1" 200 115 0.047939 10.0.0.131 - - [2025-10-02 01:54:11] "GET /projects?obj_uuids=b4374214-c08b-45e4-880b-5764faea1880&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000868 10.0.0.131 - - [2025-10-02 01:54:11] "DELETE /access-control-list/fc1b03e9-3f15-4305-82be-0535e3529eab HTTP/1.1" 200 115 0.028824 10.0.0.131 - - [2025-10-02 01:54:11] "DELETE /security-group/908eeee0-1da4-4ef0-9e3a-c3ace66809ea HTTP/1.1" 200 115 0.058298 10.0.0.131 - - [2025-10-02 01:54:11] "GET /projects?obj_uuids=fccc6510-03a8-4e15-a7f0-9de04d68e565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000764 10.0.0.131 - - [2025-10-02 01:54:11] "GET /project/b4374214-c08b-45e4-880b-5764faea1880?fields=application_policy_sets HTTP/1.1" 200 1435 0.039085 10.0.0.131 - - [2025-10-02 01:54:11] "DELETE /access-control-list/03309c39-d1cb-4917-8fcd-60baeb098707 HTTP/1.1" 200 115 0.041903 10.0.0.131 - - [2025-10-02 01:54:11] "GET /project/fccc6510-03a8-4e15-a7f0-9de04d68e565?fields=application_policy_sets HTTP/1.1" 200 1439 0.083436 10.0.0.131 - - [2025-10-02 01:54:11] "DELETE /access-control-list/e40135ad-8e6c-45f4-936e-abddc4758cbc HTTP/1.1" 200 115 0.043876 10.0.0.131 - - [2025-10-02 01:54:11] "DELETE /access-control-list/6f944c2d-fcdd-4bc7-b3d6-907f2dcfe148 HTTP/1.1" 200 115 0.028770 10.0.0.131 - - [2025-10-02 01:54:11] "DELETE /project/b4374214-c08b-45e4-880b-5764faea1880 HTTP/1.1" 200 115 0.370721 10.0.0.131 - - [2025-10-02 01:54:12] "DELETE /project/fccc6510-03a8-4e15-a7f0-9de04d68e565 HTTP/1.1" 200 115 0.402560 10.0.0.131 - - [2025-10-02 01:54:12] "GET /projects?obj_uuids=bd2952ee-4a53-4676-908d-56bb3a736b2a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001627 10.0.0.131 - - [2025-10-02 01:54:12] "GET /project/bd2952ee-4a53-4676-908d-56bb3a736b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.027043 10.0.0.131 - - [2025-10-02 01:54:12] "GET /projects?obj_uuids=bd2952ee-4a53-4676-908d-56bb3a736b2a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.131 - - [2025-10-02 01:54:12] "GET /project/bd2952ee-4a53-4676-908d-56bb3a736b2a?fields=virtual_networks HTTP/1.1" 200 1025 0.067138 10.0.0.131 - - [2025-10-02 01:54:12] "GET /projects?obj_uuids=bd2952ee-4a53-4676-908d-56bb3a736b2a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001353 10.0.0.131 - - [2025-10-02 01:54:12] "GET /project/bd2952ee-4a53-4676-908d-56bb3a736b2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.033898 10.0.0.131 - - [2025-10-02 01:54:12] "GET /projects?obj_uuids=bd2952ee-4a53-4676-908d-56bb3a736b2a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001360 10.0.0.131 - - [2025-10-02 01:54:12] "GET /project/bd2952ee-4a53-4676-908d-56bb3a736b2a?fields=security_groups HTTP/1.1" 200 1247 0.024556 10.0.0.131 - - [2025-10-02 01:54:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.025180 10.0.0.131 - - [2025-10-02 01:54:13] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002397 10.0.0.131 - - [2025-10-02 01:54:13] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.131 - - [2025-10-02 01:54:13] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006505 10.0.0.131 - - [2025-10-02 01:54:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.002138 10.0.0.131 - - [2025-10-02 01:54:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.002148 10.0.0.131 - - [2025-10-02 01:54:13] "POST /security-groups HTTP/1.1" 200 586 0.064532 10.0.0.131 - - [2025-10-02 01:54:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002267 10.0.0.131 - - [2025-10-02 01:54:13] "POST /projects HTTP/1.1" 200 575 0.229541 10.0.0.131 - - [2025-10-02 01:54:13] "POST /access-control-lists HTTP/1.1" 200 593 0.054722 10.0.0.131 - - [2025-10-02 01:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.294022 10.0.0.131 - - [2025-10-02 01:54:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.002475 10.0.0.131 - - [2025-10-02 01:54:13] "GET /project/bddea5a1-4ea8-4f3e-b856-2bc541ee95d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.405870 10.0.0.131 - - [2025-10-02 01:54:13] "POST /access-control-lists HTTP/1.1" 200 591 0.069120 10.0.0.131 - - [2025-10-02 01:54:14] "GET / HTTP/1.1" 200 36215 0.001729 10.0.0.131 - - [2025-10-02 01:54:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.002677 10.0.0.131 - - [2025-10-02 01:54:15] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000980 10.0.0.131 - - [2025-10-02 01:54:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.004043 10.0.0.131 - - [2025-10-02 01:54:15] "POST /access-control-lists HTTP/1.1" 200 592 0.013607 10.0.0.131 - - [2025-10-02 01:54:15] "POST /fqname-to-id HTTP/1.1" 404 227 0.002750 10.0.0.131 - - [2025-10-02 01:54:15] "POST /access-control-lists HTTP/1.1" 200 590 0.014807 10.0.0.131 - - [2025-10-02 01:54:15] "PUT /access-control-list/437097e0-d3d3-4040-8578-e1772be182c5 HTTP/1.1" 200 273 0.008466 10.0.0.131 - - [2025-10-02 01:54:15] "PUT /access-control-list/9abf9a7e-b896-4c8f-88d3-3806732ee117 HTTP/1.1" 200 273 0.010715 10.0.0.131 - - [2025-10-02 01:54:15] "POST /neutron/security_group HTTP/1.1" 200 1364 0.328467 10.0.0.131 - - [2025-10-02 01:54:15] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000867 10.0.0.131 - - [2025-10-02 01:54:15] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028896 10.0.0.131 - - [2025-10-02 01:54:15] "PUT /access-control-list/9abf9a7e-b896-4c8f-88d3-3806732ee117 HTTP/1.1" 200 273 0.009866 10.0.0.131 - - [2025-10-02 01:54:15] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007182 10.0.0.131 - - [2025-10-02 01:54:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157791 10.0.0.131 - - [2025-10-02 01:54:15] "PUT /access-control-list/9abf9a7e-b896-4c8f-88d3-3806732ee117 HTTP/1.1" 200 273 0.013455 10.0.0.131 - - [2025-10-02 01:54:15] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009857 10.0.0.131 - - [2025-10-02 01:54:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.097267 10.0.0.131 - - [2025-10-02 01:54:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.002374 10.0.0.131 - - [2025-10-02 01:54:16] "PUT /access-control-list/9abf9a7e-b896-4c8f-88d3-3806732ee117 HTTP/1.1" 200 273 0.011794 10.0.0.131 - - [2025-10-02 01:54:16] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001246 10.0.0.131 - - [2025-10-02 01:54:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.002870 10.0.0.131 - - [2025-10-02 01:54:16] "POST /access-control-lists HTTP/1.1" 200 592 0.026832 10.0.0.131 - - [2025-10-02 01:54:16] "POST /fqname-to-id HTTP/1.1" 404 227 0.002604 10.0.0.131 - - [2025-10-02 01:54:16] "GET /obj-perms HTTP/1.1" 200 5075 0.051418 10.0.0.131 - - [2025-10-02 01:54:16] "POST /access-control-lists HTTP/1.1" 200 590 0.017132 10.0.0.131 - - [2025-10-02 01:54:16] "PUT /access-control-list/17e3f2d1-3bb9-4f23-aaa0-c8a74ad53563 HTTP/1.1" 200 273 0.008747 10.0.0.131 - - [2025-10-02 01:54:16] "PUT /access-control-list/10f600de-4bc8-439b-8af3-bf707b4d08b6 HTTP/1.1" 200 273 0.007209 10.0.0.131 - - [2025-10-02 01:54:16] "POST /neutron/security_group HTTP/1.1" 200 1364 0.322104 10.0.0.131 - - [2025-10-02 01:54:16] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000846 10.0.0.131 - - [2025-10-02 01:54:16] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028795 10.0.0.131 - - [2025-10-02 01:54:16] "PUT /access-control-list/10f600de-4bc8-439b-8af3-bf707b4d08b6 HTTP/1.1" 200 273 0.008200 10.0.0.131 - - [2025-10-02 01:54:16] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006159 10.0.0.131 - - [2025-10-02 01:54:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.128836 10.0.0.131 - - [2025-10-02 01:54:16] "PUT /access-control-list/10f600de-4bc8-439b-8af3-bf707b4d08b6 HTTP/1.1" 200 273 0.011870 10.0.0.131 - - [2025-10-02 01:54:16] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011758 10.0.0.131 - - [2025-10-02 01:54:16] "GET /obj-perms HTTP/1.1" 200 5075 0.056730 10.0.0.131 - - [2025-10-02 01:54:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150222 10.0.0.131 - - [2025-10-02 01:54:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000382 10.0.0.131 - - [2025-10-02 01:54:16] "PUT /access-control-list/10f600de-4bc8-439b-8af3-bf707b4d08b6 HTTP/1.1" 200 273 0.011648 10.0.0.131 - - [2025-10-02 01:54:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.023606 10.0.0.131 - - [2025-10-02 01:54:17] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001069 10.0.0.131 - - [2025-10-02 01:54:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.002643 10.0.0.131 - - [2025-10-02 01:54:17] "POST /access-control-lists HTTP/1.1" 200 609 0.013168 10.0.0.131 - - [2025-10-02 01:54:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.003965 10.0.0.131 - - [2025-10-02 01:54:17] "POST /access-control-lists HTTP/1.1" 200 607 0.016708 10.0.0.131 - - [2025-10-02 01:54:17] "PUT /access-control-list/b2ad9895-39fd-4156-91fb-afec555fcd93 HTTP/1.1" 200 273 0.007657 10.0.0.131 - - [2025-10-02 01:54:17] "PUT /access-control-list/6012a895-85a4-459d-af84-7ccf79adf380 HTTP/1.1" 200 273 0.009063 10.0.0.131 - - [2025-10-02 01:54:17] "POST /neutron/security_group HTTP/1.1" 200 1379 0.341866 10.0.0.131 - - [2025-10-02 01:54:17] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000903 10.0.0.131 - - [2025-10-02 01:54:17] "PUT /access-control-list/6012a895-85a4-459d-af84-7ccf79adf380 HTTP/1.1" 200 273 0.010979 10.0.0.131 - - [2025-10-02 01:54:17] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.027496 10.0.0.131 - - [2025-10-02 01:54:17] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006981 10.0.0.131 - - [2025-10-02 01:54:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.090231 10.0.0.131 - - [2025-10-02 01:54:17] "PUT /access-control-list/6012a895-85a4-459d-af84-7ccf79adf380 HTTP/1.1" 200 273 0.012383 10.0.0.131 - - [2025-10-02 01:54:17] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012945 10.0.0.131 - - [2025-10-02 01:54:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.116283 10.0.0.131 - - [2025-10-02 01:54:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.002004 10.0.0.131 - - [2025-10-02 01:54:17] "PUT /access-control-list/6012a895-85a4-459d-af84-7ccf79adf380 HTTP/1.1" 200 273 0.009885 10.0.0.131 - - [2025-10-02 01:54:17] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001201 10.0.0.131 - - [2025-10-02 01:54:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.002277 10.0.0.131 - - [2025-10-02 01:54:17] "POST /access-control-lists HTTP/1.1" 200 609 0.013299 10.0.0.131 - - [2025-10-02 01:54:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.003327 10.0.0.131 - - [2025-10-02 01:54:17] "POST /access-control-lists HTTP/1.1" 200 607 0.015712 10.0.0.131 - - [2025-10-02 01:54:17] "PUT /access-control-list/fd42f033-eac7-4ea5-a9e8-5ee77c4b792d HTTP/1.1" 200 273 0.008551 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/security_group HTTP/1.1" 200 1379 0.283182 10.0.0.131 - - [2025-10-02 01:54:18] "PUT /access-control-list/c6687d38-703a-4e46-9014-2d17c575dd62 HTTP/1.1" 200 273 0.011701 10.0.0.131 - - [2025-10-02 01:54:18] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000940 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.023072 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006887 10.0.0.131 - - [2025-10-02 01:54:18] "PUT /access-control-list/c6687d38-703a-4e46-9014-2d17c575dd62 HTTP/1.1" 200 273 0.011996 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.096536 10.0.0.131 - - [2025-10-02 01:54:18] "PUT /access-control-list/c6687d38-703a-4e46-9014-2d17c575dd62 HTTP/1.1" 200 273 0.013272 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012717 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.145985 10.0.0.131 - - [2025-10-02 01:54:18] "PUT /access-control-list/c6687d38-703a-4e46-9014-2d17c575dd62 HTTP/1.1" 200 273 0.007516 10.0.0.131 - - [2025-10-02 01:54:18] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001074 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.036999 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.003145 10.0.0.131 - - [2025-10-02 01:54:18] "POST /route-targets HTTP/1.1" 200 328 0.009966 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.004363 10.0.0.131 - - [2025-10-02 01:54:18] "PUT /logical-router/f3f51a37-2dae-4c8a-91f1-86e3076577ad HTTP/1.1" 200 263 0.020451 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.008025 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002805 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002547 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002550 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.004707 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002182 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002274 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.009525 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.003148 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.003376 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.003882 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002967 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.003304 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002935 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002807 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002879 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002674 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002720 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002522 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002653 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002891 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002708 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002873 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.003120 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.003447 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002605 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002739 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.002784 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.003128 10.0.0.131 - - [2025-10-02 01:54:18] "POST /neutron/router HTTP/1.1" 200 541 0.003536 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 541 0.016140 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 541 0.003537 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 541 0.019374 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 541 0.003810 10.0.0.131 - - [2025-10-02 01:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.009050 10.0.0.131 - - [2025-10-02 01:54:19] "GET /logical-router/f3f51a37-2dae-4c8a-91f1-86e3076577ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006331 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 151 0.051959 10.0.0.131 - - [2025-10-02 01:54:19] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001119 10.0.0.131 - - [2025-10-02 01:54:19] "DELETE /route-target/2a859353-e570-4a0b-abb1-b96d76f9c126 HTTP/1.1" 200 115 0.024871 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.050914 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.004461 10.0.0.131 - - [2025-10-02 01:54:19] "POST /route-targets HTTP/1.1" 200 328 0.012023 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.004412 10.0.0.131 - - [2025-10-02 01:54:19] "PUT /logical-router/e466902e-9f0c-46b5-b5b9-9651bdbd0a1f HTTP/1.1" 200 263 0.015913 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.004238 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002965 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002999 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002736 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002798 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002916 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003159 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002715 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002671 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002491 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003411 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002482 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002290 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002275 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002525 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003308 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003396 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003180 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003305 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003196 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003091 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003131 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003944 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002785 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002627 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002919 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002601 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002744 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002629 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002513 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.015918 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.003282 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.013120 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 542 0.002803 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 151 0.038394 10.0.0.131 - - [2025-10-02 01:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.131 - - [2025-10-02 01:54:19] "GET /logical-router/e466902e-9f0c-46b5-b5b9-9651bdbd0a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002871 10.0.0.131 - - [2025-10-02 01:54:19] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000816 10.0.0.131 - - [2025-10-02 01:54:19] "DELETE /route-target/087f0784-30b9-41b2-9843-4e040fd02ba9 HTTP/1.1" 200 115 0.022567 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.053190 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.002693 10.0.0.131 - - [2025-10-02 01:54:19] "POST /route-targets HTTP/1.1" 200 328 0.012144 10.0.0.131 - - [2025-10-02 01:54:19] "PUT /logical-router/f5a16ca5-4c0a-4828-86e4-c4be7f595996 HTTP/1.1" 200 263 0.017334 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.004445 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.002847 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.002643 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.002850 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.002952 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.002834 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.003008 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.003274 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.003901 10.0.0.131 - - [2025-10-02 01:54:19] "POST /neutron/router HTTP/1.1" 200 559 0.003154 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002941 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002595 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002690 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002676 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002839 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002744 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.003176 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.003289 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.003037 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.005715 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.004281 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.003037 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.003097 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002856 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.003295 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002843 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002797 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.003020 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002838 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002580 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.002866 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.015185 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 559 0.003491 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 560 0.016735 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 560 0.003051 10.0.0.131 - - [2025-10-02 01:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.131 - - [2025-10-02 01:54:20] "GET /logical-router/f5a16ca5-4c0a-4828-86e4-c4be7f595996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002608 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/router HTTP/1.1" 200 151 0.038436 10.0.0.131 - - [2025-10-02 01:54:20] "DELETE /route-target/ae6bb8ab-5035-49ce-baec-8f09aba16da3 HTTP/1.1" 200 115 0.012350 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/security_group HTTP/1.1" 200 521 0.004174 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.031210 10.0.0.131 - - [2025-10-02 01:54:20] "DELETE /access-control-list/fd42f033-eac7-4ea5-a9e8-5ee77c4b792d HTTP/1.1" 200 115 0.019522 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/security_group HTTP/1.1" 200 521 0.003468 10.0.0.131 - - [2025-10-02 01:54:20] "DELETE /access-control-list/c6687d38-703a-4e46-9014-2d17c575dd62 HTTP/1.1" 200 115 0.027800 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.046901 10.0.0.131 - - [2025-10-02 01:54:20] "DELETE /access-control-list/b2ad9895-39fd-4156-91fb-afec555fcd93 HTTP/1.1" 200 115 0.022974 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/security_group HTTP/1.1" 200 506 0.002665 10.0.0.131 - - [2025-10-02 01:54:20] "DELETE /access-control-list/6012a895-85a4-459d-af84-7ccf79adf380 HTTP/1.1" 200 115 0.026951 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.035550 10.0.0.131 - - [2025-10-02 01:54:20] "DELETE /access-control-list/17e3f2d1-3bb9-4f23-aaa0-c8a74ad53563 HTTP/1.1" 200 115 0.023473 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/security_group HTTP/1.1" 200 506 0.002517 10.0.0.131 - - [2025-10-02 01:54:20] "DELETE /access-control-list/10f600de-4bc8-439b-8af3-bf707b4d08b6 HTTP/1.1" 200 115 0.023729 10.0.0.131 - - [2025-10-02 01:54:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.038272 10.0.0.131 - - [2025-10-02 01:54:20] "DELETE /access-control-list/437097e0-d3d3-4040-8578-e1772be182c5 HTTP/1.1" 200 115 0.018463 10.0.0.131 - - [2025-10-02 01:54:20] "DELETE /access-control-list/9abf9a7e-b896-4c8f-88d3-3806732ee117 HTTP/1.1" 200 115 0.014873 10.0.0.131 - - [2025-10-02 01:54:20] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000978 10.0.0.131 - - [2025-10-02 01:54:20] "GET /project/bddea5a1-4ea8-4f3e-b856-2bc541ee95d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.021340 10.0.0.131 - - [2025-10-02 01:54:20] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.131 - - [2025-10-02 01:54:20] "GET /project/bddea5a1-4ea8-4f3e-b856-2bc541ee95d8?fields=virtual_networks HTTP/1.1" 200 1025 0.060888 10.0.0.131 - - [2025-10-02 01:54:20] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001420 10.0.0.131 - - [2025-10-02 01:54:21] "GET /project/bddea5a1-4ea8-4f3e-b856-2bc541ee95d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.056468 10.0.0.131 - - [2025-10-02 01:54:21] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001229 10.0.0.131 - - [2025-10-02 01:54:21] "GET /project/bddea5a1-4ea8-4f3e-b856-2bc541ee95d8?fields=security_groups HTTP/1.1" 200 1247 0.032081 10.0.0.131 - - [2025-10-02 01:54:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.020586 10.0.0.131 - - [2025-10-02 01:54:21] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002209 10.0.0.131 - - [2025-10-02 01:54:21] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.131 - - [2025-10-02 01:54:21] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006489 10.0.0.131 - - [2025-10-02 01:54:21] "POST /id-to-fqname HTTP/1.1" 200 186 0.001377 10.0.0.131 - - [2025-10-02 01:54:21] "POST /fqname-to-id HTTP/1.1" 404 195 0.002127 10.0.0.131 - - [2025-10-02 01:54:22] "POST /security-groups HTTP/1.1" 200 587 0.060034 10.0.0.131 - - [2025-10-02 01:54:22] "POST /fqname-to-id HTTP/1.1" 404 230 0.002193 10.0.0.131 - - [2025-10-02 01:54:22] "POST /projects HTTP/1.1" 200 577 0.203313 10.0.0.131 - - [2025-10-02 01:54:22] "POST /access-control-lists HTTP/1.1" 200 594 0.062840 10.0.0.131 - - [2025-10-02 01:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.272876 10.0.0.131 - - [2025-10-02 01:54:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.002685 10.0.0.131 - - [2025-10-02 01:54:22] "GET /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.398182 10.0.0.131 - - [2025-10-02 01:54:22] "POST /access-control-lists HTTP/1.1" 200 592 0.056838 10.0.0.131 - - [2025-10-02 01:54:23] "GET / HTTP/1.1" 200 36215 0.002039 10.0.0.131 - - [2025-10-02 01:54:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.131 - - [2025-10-02 01:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.050706 10.0.0.131 - - [2025-10-02 01:54:24] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000929 10.0.0.131 - - [2025-10-02 01:54:24] "GET /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.024498 10.0.0.131 - - [2025-10-02 01:54:24] "POST /neutron/network HTTP/1.1" 200 117 0.025558 10.0.0.131 - - [2025-10-02 01:54:24] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001144 10.0.0.131 - - [2025-10-02 01:54:24] "POST /neutron/network HTTP/1.1" 200 601 0.051718 10.0.0.131 - - [2025-10-02 01:54:24] "POST /route-targets HTTP/1.1" 200 328 0.010434 10.0.0.131 - - [2025-10-02 01:54:24] "POST /ref-update HTTP/1.1" 200 156 0.015498 10.0.0.131 - - [2025-10-02 01:54:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003452 10.0.0.131 - - [2025-10-02 01:54:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.145626 10.0.0.131 - - [2025-10-02 01:54:24] "POST /neutron/network HTTP/1.1" 200 819 0.005176 10.0.0.131 - - [2025-10-02 01:54:24] "POST /id-to-fqname HTTP/1.1" 200 216 0.001068 10.0.0.131 - - [2025-10-02 01:54:24] "GET /virtual-network/d862ab03-1ecf-40ab-b7f0-2ecf2cf3457e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004425 10.0.0.131 - - [2025-10-02 01:54:24] "POST /neutron/network HTTP/1.1" 200 819 0.005438 10.0.0.131 - - [2025-10-02 01:54:24] "GET /virtual-network/d862ab03-1ecf-40ab-b7f0-2ecf2cf3457e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005773 10.0.0.131 - - [2025-10-02 01:54:24] "POST /neutron/network HTTP/1.1" 200 819 0.004905 10.0.0.131 - - [2025-10-02 01:54:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.005411 10.0.0.131 - - [2025-10-02 01:54:24] "POST /fqname-to-id HTTP/1.1" 404 206 0.001822 10.0.0.131 - - [2025-10-02 01:54:24] "GET /virtual-network/d862ab03-1ecf-40ab-b7f0-2ecf2cf3457e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004764 10.0.0.131 - - [2025-10-02 01:54:24] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000991 10.0.0.131 - - [2025-10-02 01:54:25] "POST /neutron/port HTTP/1.1" 200 1016 0.172072 10.0.0.131 - - [2025-10-02 01:54:25] "GET /virtual-machine-interface/d8621dbf-c5f3-47ca-861a-38e311c3a231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.004566 10.0.0.131 - - [2025-10-02 01:54:25] "GET /virtual-machine-interface/d8621dbf-c5f3-47ca-861a-38e311c3a231?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.003889 10.0.0.131 - - [2025-10-02 01:54:25] "GET /instance-ip/831a6d79-17e7-412e-9fa8-dc3b6e3d8183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.003840 10.0.0.131 - - [2025-10-02 01:54:25] "GET /virtual-machine-interface/d8621dbf-c5f3-47ca-861a-38e311c3a231 HTTP/1.1" 401 293 0.000416 10.0.0.131 - - [2025-10-02 01:54:25] "GET /virtual-machine-interface/d8621dbf-c5f3-47ca-861a-38e311c3a231 HTTP/1.1" 200 2610 0.023778 10.0.0.131 - - [2025-10-02 01:54:25] "POST /neutron/port HTTP/1.1" 200 1016 0.010986 10.0.0.131 - - [2025-10-02 01:54:25] "POST /neutron/port HTTP/1.1" 200 151 0.054772 10.0.0.131 - - [2025-10-02 01:54:25] "POST /neutron/network HTTP/1.1" 200 819 0.004510 10.0.0.131 - - [2025-10-02 01:54:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001819 10.0.0.131 - - [2025-10-02 01:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.131 - - [2025-10-02 01:54:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002720 10.0.0.131 - - [2025-10-02 01:54:25] "POST /neutron/network HTTP/1.1" 200 151 0.083029 10.0.0.131 - - [2025-10-02 01:54:25] "DELETE /route-target/cfd3ad76-16d9-4a65-9474-511886a5b7a4 HTTP/1.1" 200 115 0.013551 10.0.0.131 - - [2025-10-02 01:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.131 - - [2025-10-02 01:54:26] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000828 10.0.0.131 - - [2025-10-02 01:54:26] "GET /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.021949 10.0.0.131 - - [2025-10-02 01:54:26] "POST /neutron/network HTTP/1.1" 200 117 0.007060 10.0.0.131 - - [2025-10-02 01:54:26] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001571 10.0.0.131 - - [2025-10-02 01:54:26] "POST /neutron/network HTTP/1.1" 200 603 0.073049 10.0.0.131 - - [2025-10-02 01:54:26] "POST /route-targets HTTP/1.1" 200 328 0.012410 10.0.0.131 - - [2025-10-02 01:54:26] "POST /ref-update HTTP/1.1" 200 156 0.016371 10.0.0.131 - - [2025-10-02 01:54:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004796 10.0.0.131 - - [2025-10-02 01:54:26] "POST /neutron/subnet HTTP/1.1" 200 719 0.146855 10.0.0.131 - - [2025-10-02 01:54:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004177 10.0.0.131 - - [2025-10-02 01:54:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.165270 10.0.0.131 - - [2025-10-02 01:54:26] "POST /neutron/network HTTP/1.1" 200 979 0.006315 10.0.0.131 - - [2025-10-02 01:54:26] "POST /id-to-fqname HTTP/1.1" 200 217 0.001078 10.0.0.131 - - [2025-10-02 01:54:26] "GET /virtual-network/1f553c68-f6e2-46b0-b744-2f7be1fcde25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.004543 10.0.0.131 - - [2025-10-02 01:54:26] "POST /neutron/network HTTP/1.1" 200 979 0.007379 10.0.0.131 - - [2025-10-02 01:54:26] "GET /virtual-network/1f553c68-f6e2-46b0-b744-2f7be1fcde25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.004138 10.0.0.131 - - [2025-10-02 01:54:26] "POST /neutron/network HTTP/1.1" 200 979 0.007524 10.0.0.131 - - [2025-10-02 01:54:26] "POST /neutron/subnet HTTP/1.1" 200 719 0.007358 10.0.0.131 - - [2025-10-02 01:54:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.007065 10.0.0.131 - - [2025-10-02 01:54:26] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001117 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 1017 0.180922 10.0.0.131 - - [2025-10-02 01:54:27] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 1020 0.158972 10.0.0.131 - - [2025-10-02 01:54:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.001184 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007145 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007091 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/network HTTP/1.1" 200 979 0.005998 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 1017 0.006832 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 117 0.004593 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 117 0.004466 10.0.0.131 - - [2025-10-02 01:54:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.001182 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 117 0.004632 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 1020 0.006808 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 1020 0.007082 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/network HTTP/1.1" 200 979 0.005864 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 1020 0.006427 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 1017 0.008229 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 1020 0.007724 10.0.0.131 - - [2025-10-02 01:54:27] "POST /neutron/port HTTP/1.1" 200 117 0.006186 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 117 0.004662 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 117 0.006464 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1020 0.009221 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1017 0.009655 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/network HTTP/1.1" 200 989 0.008779 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/network HTTP/1.1" 200 989 0.010130 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1020 0.009932 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007360 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1020 0.007692 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1017 0.009299 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1112 0.137733 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1109 0.137970 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1083 0.011106 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005820 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/port HTTP/1.1" 200 1086 0.012873 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006128 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/subnet HTTP/1.1" 200 693 0.014036 10.0.0.131 - - [2025-10-02 01:54:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.007338 10.0.0.131 - - [2025-10-02 01:54:29] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.131 - - [2025-10-02 01:54:29] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.131 - - [2025-10-02 01:54:29] "POST /neutron/network HTTP/1.1" 200 979 0.012780 10.0.0.131 - - [2025-10-02 01:54:29] "POST /neutron/network HTTP/1.1" 200 979 0.013899 10.0.0.131 - - [2025-10-02 01:54:30] "POST /neutron/port HTTP/1.1" 200 1083 0.012910 10.0.0.131 - - [2025-10-02 01:54:30] "POST /neutron/port HTTP/1.1" 200 1083 0.011723 10.0.0.131 - - [2025-10-02 01:54:30] "POST /neutron/network HTTP/1.1" 200 989 0.007437 10.0.0.131 - - [2025-10-02 01:54:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004243 10.0.0.131 - - [2025-10-02 01:54:30] "POST /neutron/subnet HTTP/1.1" 200 693 0.010300 10.0.0.131 - - [2025-10-02 01:54:30] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.131 - - [2025-10-02 01:54:30] "POST /neutron/network HTTP/1.1" 200 979 0.006717 10.0.0.131 - - [2025-10-02 01:54:33] "POST /neutron/port HTTP/1.1" 200 1083 0.011065 10.0.0.131 - - [2025-10-02 01:54:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006906 10.0.0.131 - - [2025-10-02 01:54:33] "POST /neutron/port HTTP/1.1" 200 1083 0.013000 10.0.0.131 - - [2025-10-02 01:54:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007511 10.0.0.131 - - [2025-10-02 01:54:33] "POST /neutron/port HTTP/1.1" 200 1083 0.011119 10.0.0.131 - - [2025-10-02 01:54:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005881 10.0.0.131 - - [2025-10-02 01:54:33] "GET /virtual-machine/94e9066f-037e-485e-8ce8-91a859863a01 HTTP/1.1" 200 1287 0.004649 10.0.0.131 - - [2025-10-02 01:54:33] "GET /virtual-machine-interface/b1f470e3-b44c-4169-a4e5-7a8b9ef8f68d HTTP/1.1" 200 2931 0.004739 10.0.0.131 - - [2025-10-02 01:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.131 - - [2025-10-02 01:54:33] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003307 10.0.0.131 - - [2025-10-02 01:54:33] "GET /virtual-networks?parent_id=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002894 10.0.0.131 - - [2025-10-02 01:54:33] "GET /virtual-network/1f553c68-f6e2-46b0-b744-2f7be1fcde25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005099 10.0.0.131 - - [2025-10-02 01:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.131 - - [2025-10-02 01:54:36] "GET /virtual-network/1f553c68-f6e2-46b0-b744-2f7be1fcde25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.004576 10.0.0.131 - - [2025-10-02 01:54:37] "POST /neutron/port HTTP/1.1" 200 1086 0.010372 10.0.0.131 - - [2025-10-02 01:54:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004961 10.0.0.131 - - [2025-10-02 01:54:37] "POST /neutron/port HTTP/1.1" 200 1083 0.010948 10.0.0.131 - - [2025-10-02 01:54:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004971 10.0.0.131 - - [2025-10-02 01:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.131 - - [2025-10-02 01:54:38] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003021 10.0.0.131 - - [2025-10-02 01:54:38] "GET /virtual-networks?parent_id=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003281 10.0.0.131 - - [2025-10-02 01:54:38] "GET /virtual-network/1f553c68-f6e2-46b0-b744-2f7be1fcde25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005406 10.0.0.131 - - [2025-10-02 01:54:38] "POST /neutron/port HTTP/1.1" 200 1083 0.011096 10.0.0.131 - - [2025-10-02 01:54:38] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006129 10.0.0.131 - - [2025-10-02 01:54:44] "POST /neutron/port HTTP/1.1" 200 1086 0.009948 10.0.0.131 - - [2025-10-02 01:54:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004615 10.0.0.131 - - [2025-10-02 01:54:44] "POST /neutron/port HTTP/1.1" 200 1086 0.010758 10.0.0.131 - - [2025-10-02 01:54:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005506 10.0.0.131 - - [2025-10-02 01:54:44] "POST /neutron/port HTTP/1.1" 200 1086 0.010359 10.0.0.131 - - [2025-10-02 01:54:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004937 10.0.0.131 - - [2025-10-02 01:54:44] "GET /virtual-machine/24156cf0-c659-4354-8d19-cf44b259cd5e HTTP/1.1" 200 1286 0.004944 10.0.0.131 - - [2025-10-02 01:54:44] "GET /virtual-machine-interface/d45cafb1-82ff-47f3-93f3-3ff7faf034e1 HTTP/1.1" 200 2931 0.004240 10.0.0.131 - - [2025-10-02 01:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.131 - - [2025-10-02 01:54:44] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003047 10.0.0.131 - - [2025-10-02 01:54:44] "GET /virtual-networks?parent_id=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003618 10.0.0.131 - - [2025-10-02 01:54:44] "GET /virtual-network/1f553c68-f6e2-46b0-b744-2f7be1fcde25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007128 10.0.0.131 - - [2025-10-02 01:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.131 - - [2025-10-02 01:54:45] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002667 10.0.0.131 - - [2025-10-02 01:54:45] "GET /virtual-networks?parent_id=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003834 10.0.0.131 - - [2025-10-02 01:54:45] "GET /virtual-network/1f553c68-f6e2-46b0-b744-2f7be1fcde25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.004977 10.0.0.131 - - [2025-10-02 01:54:49] "POST /neutron/port HTTP/1.1" 200 1112 0.014736 10.0.0.131 - - [2025-10-02 01:54:49] "POST /neutron/port HTTP/1.1" 200 1112 0.008001 10.0.0.131 - - [2025-10-02 01:54:49] "POST /neutron/port HTTP/1.1" 200 151 0.098145 10.0.0.131 - - [2025-10-02 01:54:49] "POST /neutron/port HTTP/1.1" 200 1109 0.009854 10.0.0.131 - - [2025-10-02 01:54:50] "POST /neutron/port HTTP/1.1" 200 1109 0.009784 10.0.0.131 - - [2025-10-02 01:54:50] "POST /neutron/port HTTP/1.1" 200 151 0.110731 10.0.0.131 - - [2025-10-02 01:54:50] "POST /neutron/network HTTP/1.1" 200 979 0.006855 10.0.0.131 - - [2025-10-02 01:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.131 - - [2025-10-02 01:54:50] "POST /neutron/port HTTP/1.1" 200 117 0.010268 10.0.0.131 - - [2025-10-02 01:54:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003878 10.0.0.131 - - [2025-10-02 01:54:50] "POST /neutron/port HTTP/1.1" 400 205 0.005731 10.0.0.131 - - [2025-10-02 01:54:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004160 10.0.0.131 - - [2025-10-02 01:54:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004726 10.0.0.131 - - [2025-10-02 01:54:50] "DELETE /route-target/c76c12f7-6ac6-42cc-b2af-11d3af18bcf6 HTTP/1.1" 200 115 0.032471 10.0.0.131 - - [2025-10-02 01:54:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002818 10.0.0.131 - - [2025-10-02 01:54:50] "POST /neutron/network HTTP/1.1" 200 151 0.136937 10.0.0.131 - - [2025-10-02 01:54:50] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000942 10.0.0.131 - - [2025-10-02 01:54:50] "GET /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.025454 10.0.0.131 - - [2025-10-02 01:54:50] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.131 - - [2025-10-02 01:54:50] "GET /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a?fields=virtual_networks HTTP/1.1" 200 1026 0.064730 10.0.0.131 - - [2025-10-02 01:54:50] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000916 10.0.0.131 - - [2025-10-02 01:54:50] "GET /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.022959 10.0.0.131 - - [2025-10-02 01:54:50] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000988 10.0.0.131 - - [2025-10-02 01:54:50] "GET /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a?fields=security_groups HTTP/1.1" 200 1249 0.024915 10.0.0.131 - - [2025-10-02 01:54:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.021955 10.0.0.131 - - [2025-10-02 01:54:51] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002154 10.0.0.131 - - [2025-10-02 01:54:51] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.131 - - [2025-10-02 01:54:51] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006090 10.0.0.131 - - [2025-10-02 01:54:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.001100 10.0.0.131 - - [2025-10-02 01:54:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.003709 10.0.0.131 - - [2025-10-02 01:54:51] "POST /security-groups HTTP/1.1" 200 589 0.069856 10.0.0.131 - - [2025-10-02 01:54:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.002778 10.0.0.131 - - [2025-10-02 01:54:51] "POST /projects HTTP/1.1" 200 581 0.226152 10.0.0.131 - - [2025-10-02 01:54:52] "POST /access-control-lists HTTP/1.1" 200 596 0.058205 10.0.0.131 - - [2025-10-02 01:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.300631 10.0.0.131 - - [2025-10-02 01:54:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.002829 10.0.0.131 - - [2025-10-02 01:54:52] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.414485 10.0.0.131 - - [2025-10-02 01:54:52] "POST /access-control-lists HTTP/1.1" 200 594 0.059586 10.0.0.131 - - [2025-10-02 01:54:53] "GET / HTTP/1.1" 200 36215 0.002485 10.0.0.131 - - [2025-10-02 01:54:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.131 - - [2025-10-02 01:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.050699 10.0.0.131 - - [2025-10-02 01:54:54] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.131 - - [2025-10-02 01:54:54] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022977 10.0.0.131 - - [2025-10-02 01:54:54] "POST /neutron/network HTTP/1.1" 200 117 0.025939 10.0.0.131 - - [2025-10-02 01:54:54] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.131 - - [2025-10-02 01:54:54] "POST /neutron/network HTTP/1.1" 200 605 0.069522 10.0.0.131 - - [2025-10-02 01:54:54] "POST /route-targets HTTP/1.1" 200 328 0.011243 10.0.0.131 - - [2025-10-02 01:54:54] "POST /ref-update HTTP/1.1" 200 156 0.010846 10.0.0.131 - - [2025-10-02 01:54:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002610 10.0.0.131 - - [2025-10-02 01:54:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.182380 10.0.0.131 - - [2025-10-02 01:54:54] "POST /neutron/network HTTP/1.1" 200 825 0.004797 10.0.0.131 - - [2025-10-02 01:54:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.000998 10.0.0.131 - - [2025-10-02 01:54:54] "GET /virtual-network/c7d8ede1-681f-438a-8f5b-9dcd328ace2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004340 10.0.0.131 - - [2025-10-02 01:54:54] "POST /neutron/network HTTP/1.1" 200 825 0.006839 10.0.0.131 - - [2025-10-02 01:54:54] "GET /virtual-network/c7d8ede1-681f-438a-8f5b-9dcd328ace2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005021 10.0.0.131 - - [2025-10-02 01:54:54] "POST /neutron/network HTTP/1.1" 200 825 0.005356 10.0.0.131 - - [2025-10-02 01:54:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.006361 10.0.0.131 - - [2025-10-02 01:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.131 - - [2025-10-02 01:54:54] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.131 - - [2025-10-02 01:54:54] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022804 10.0.0.131 - - [2025-10-02 01:54:54] "POST /neutron/network HTTP/1.1" 200 117 0.008454 10.0.0.131 - - [2025-10-02 01:54:54] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.131 - - [2025-10-02 01:54:54] "POST /neutron/network HTTP/1.1" 200 605 0.084157 10.0.0.131 - - [2025-10-02 01:54:54] "POST /route-targets HTTP/1.1" 200 328 0.011557 10.0.0.131 - - [2025-10-02 01:54:54] "POST /ref-update HTTP/1.1" 200 156 0.010264 10.0.0.131 - - [2025-10-02 01:54:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003212 10.0.0.131 - - [2025-10-02 01:54:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.206680 10.0.0.131 - - [2025-10-02 01:54:55] "POST /neutron/network HTTP/1.1" 200 822 0.004742 10.0.0.131 - - [2025-10-02 01:54:55] "POST /neutron/port HTTP/1.1" 200 117 0.004104 10.0.0.131 - - [2025-10-02 01:54:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.000956 10.0.0.131 - - [2025-10-02 01:54:55] "GET /virtual-network/74b9e217-14ef-400f-a17a-13529ba8e4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.003926 10.0.0.131 - - [2025-10-02 01:54:55] "POST /neutron/port HTTP/1.1" 400 205 0.002739 10.0.0.131 - - [2025-10-02 01:54:55] "POST /neutron/network HTTP/1.1" 200 822 0.005542 10.0.0.131 - - [2025-10-02 01:54:55] "GET /virtual-network/74b9e217-14ef-400f-a17a-13529ba8e4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004746 10.0.0.131 - - [2025-10-02 01:54:55] "POST /neutron/network HTTP/1.1" 200 822 0.005060 10.0.0.131 - - [2025-10-02 01:54:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.007336 10.0.0.131 - - [2025-10-02 01:54:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.000966 10.0.0.131 - - [2025-10-02 01:54:55] "POST /neutron/network HTTP/1.1" 200 835 0.005661 10.0.0.131 - - [2025-10-02 01:54:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000574 10.0.0.131 - - [2025-10-02 01:54:55] "GET / HTTP/1.1" 200 36215 0.002331 10.0.0.131 - - [2025-10-02 01:54:55] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000357 10.0.0.131 - - [2025-10-02 01:54:56] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.131 - - [2025-10-02 01:54:56] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.049969 10.0.0.131 - - [2025-10-02 01:54:56] "POST /neutron/network HTTP/1.1" 200 825 0.005345 10.0.0.131 - - [2025-10-02 01:54:56] "POST /neutron/port HTTP/1.1" 200 117 0.005164 10.0.0.131 - - [2025-10-02 01:54:56] "POST /neutron/port HTTP/1.1" 200 117 0.005134 10.0.0.131 - - [2025-10-02 01:54:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001272 10.0.0.131 - - [2025-10-02 01:54:56] "POST /neutron/port HTTP/1.1" 200 117 0.004433 10.0.0.131 - - [2025-10-02 01:54:56] "POST /neutron/network HTTP/1.1" 200 832 0.005099 10.0.0.131 - - [2025-10-02 01:54:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000400 10.0.0.131 - - [2025-10-02 01:54:56] "POST /neutron/network HTTP/1.1" 200 835 0.005169 10.0.0.131 - - [2025-10-02 01:54:56] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.131 - - [2025-10-02 01:54:56] "GET / HTTP/1.1" 200 36215 0.001800 10.0.0.131 - - [2025-10-02 01:54:56] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000438 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/port HTTP/1.1" 200 1059 0.215346 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/port HTTP/1.1" 200 1059 0.009812 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/port HTTP/1.1" 200 1059 0.007816 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/port HTTP/1.1" 200 1113 0.082543 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/port HTTP/1.1" 200 1087 0.009196 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002961 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.008034 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.131 - - [2025-10-02 01:54:57] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000844 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/network HTTP/1.1" 200 825 0.004798 10.0.0.131 - - [2025-10-02 01:54:57] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.052412 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/network HTTP/1.1" 200 822 0.005621 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/port HTTP/1.1" 200 1087 0.012020 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007741 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/port HTTP/1.1" 200 117 0.007247 10.0.0.131 - - [2025-10-02 01:54:57] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001235 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/router HTTP/1.1" 200 580 0.059880 10.0.0.131 - - [2025-10-02 01:54:57] "POST /route-targets HTTP/1.1" 200 328 0.010594 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/router HTTP/1.1" 200 580 0.004322 10.0.0.131 - - [2025-10-02 01:54:57] "PUT /logical-router/9bfb7a98-016e-4f23-8f1a-0fd97b16b9ba HTTP/1.1" 200 263 0.017959 10.0.0.131 - - [2025-10-02 01:54:57] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/router HTTP/1.1" 200 344 0.216549 10.0.0.131 - - [2025-10-02 01:54:57] "POST /ref-update HTTP/1.1" 200 156 0.011831 10.0.0.131 - - [2025-10-02 01:54:57] "POST /neutron/network HTTP/1.1" 200 832 0.022004 10.0.0.131 - - [2025-10-02 01:54:58] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/port HTTP/1.1" 200 1087 0.018195 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006670 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/port HTTP/1.1" 200 1056 0.227299 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/port HTTP/1.1" 200 1056 0.014781 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/port HTTP/1.1" 200 1056 0.008530 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/port HTTP/1.1" 200 1110 0.061551 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/port HTTP/1.1" 200 1084 0.009919 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004027 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/subnet HTTP/1.1" 200 689 0.006957 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.131 - - [2025-10-02 01:54:58] "POST /neutron/network HTTP/1.1" 200 822 0.004792 10.0.0.131 - - [2025-10-02 01:55:03] "POST /neutron/port HTTP/1.1" 200 1087 0.011699 10.0.0.131 - - [2025-10-02 01:55:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005801 10.0.0.131 - - [2025-10-02 01:55:03] "POST /neutron/port HTTP/1.1" 200 1087 0.015671 10.0.0.131 - - [2025-10-02 01:55:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005244 10.0.0.131 - - [2025-10-02 01:55:03] "POST /neutron/port HTTP/1.1" 200 1087 0.010488 10.0.0.131 - - [2025-10-02 01:55:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005887 10.0.0.131 - - [2025-10-02 01:55:03] "GET /virtual-machine/7467c0e8-3d24-4156-8791-3021f5a69936 HTTP/1.1" 401 293 0.000578 10.0.0.131 - - [2025-10-02 01:55:03] "GET /virtual-machine/7467c0e8-3d24-4156-8791-3021f5a69936 HTTP/1.1" 200 1291 0.026288 10.0.0.131 - - [2025-10-02 01:55:03] "GET /virtual-machine-interface/1a4fbfec-aa06-46a9-9292-42248847d667 HTTP/1.1" 200 2940 0.004415 10.0.0.131 - - [2025-10-02 01:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.131 - - [2025-10-02 01:55:03] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003017 10.0.0.131 - - [2025-10-02 01:55:03] "GET /virtual-networks?parent_id=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002825 10.0.0.131 - - [2025-10-02 01:55:03] "GET /virtual-network/c7d8ede1-681f-438a-8f5b-9dcd328ace2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004887 10.0.0.131 - - [2025-10-02 01:55:05] "POST /neutron/port HTTP/1.1" 200 1087 0.010115 10.0.0.131 - - [2025-10-02 01:55:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005638 10.0.0.131 - - [2025-10-02 01:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007946 10.0.0.131 - - [2025-10-02 01:55:06] "GET /virtual-network/c7d8ede1-681f-438a-8f5b-9dcd328ace2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004102 10.0.0.131 - - [2025-10-02 01:55:06] "POST /neutron/port HTTP/1.1" 200 1084 0.015610 10.0.0.131 - - [2025-10-02 01:55:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004427 10.0.0.131 - - [2025-10-02 01:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.131 - - [2025-10-02 01:55:09] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002950 10.0.0.131 - - [2025-10-02 01:55:09] "GET /virtual-networks?parent_id=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004137 10.0.0.131 - - [2025-10-02 01:55:09] "GET /virtual-network/c7d8ede1-681f-438a-8f5b-9dcd328ace2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005003 10.0.0.131 - - [2025-10-02 01:55:09] "POST /neutron/port HTTP/1.1" 200 1084 0.010178 10.0.0.131 - - [2025-10-02 01:55:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005310 10.0.0.131 - - [2025-10-02 01:55:09] "POST /neutron/port HTTP/1.1" 200 1084 0.011359 10.0.0.131 - - [2025-10-02 01:55:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005022 10.0.0.131 - - [2025-10-02 01:55:09] "POST /neutron/port HTTP/1.1" 200 1084 0.009684 10.0.0.131 - - [2025-10-02 01:55:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004793 10.0.0.131 - - [2025-10-02 01:55:09] "GET /virtual-machine/e1549e74-26af-4362-a218-fd60feb3e94d HTTP/1.1" 200 1293 0.003565 10.0.0.131 - - [2025-10-02 01:55:09] "GET /virtual-machine-interface/8dc019c9-5c33-4808-9d06-c33e3eba005b HTTP/1.1" 200 2941 0.003901 10.0.0.131 - - [2025-10-02 01:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.131 - - [2025-10-02 01:55:09] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002610 10.0.0.131 - - [2025-10-02 01:55:09] "GET /virtual-networks?parent_id=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002773 10.0.0.131 - - [2025-10-02 01:55:09] "GET /virtual-network/74b9e217-14ef-400f-a17a-13529ba8e4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005320 10.0.0.131 - - [2025-10-02 01:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.131 - - [2025-10-02 01:55:10] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002543 10.0.0.131 - - [2025-10-02 01:55:10] "GET /virtual-networks?parent_id=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002953 10.0.0.131 - - [2025-10-02 01:55:10] "GET /virtual-network/74b9e217-14ef-400f-a17a-13529ba8e4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004881 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /project/19d19d6d0bb5497ea45e985a4b57fb8a HTTP/1.1" 404 173 0.009832 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /project/bddea5a14ea84f3eb8562bc541ee95d8 HTTP/1.1" 404 173 0.007644 10.0.0.131 - - [2025-10-02 01:55:12] "GET /projects?obj_uuids=bd2952ee-4a53-4676-908d-56bb3a736b2a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000790 10.0.0.131 - - [2025-10-02 01:55:12] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000961 10.0.0.131 - - [2025-10-02 01:55:12] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000729 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /project/f99db57d251f47c298c8ff2c4680db6a HTTP/1.1" 404 173 0.005907 10.0.0.131 - - [2025-10-02 01:55:12] "GET /project/bd2952ee-4a53-4676-908d-56bb3a736b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.035900 10.0.0.131 - - [2025-10-02 01:55:12] "GET /project/bddea5a1-4ea8-4f3e-b856-2bc541ee95d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.034905 10.0.0.131 - - [2025-10-02 01:55:12] "GET /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.042089 10.0.0.131 - - [2025-10-02 01:55:12] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000828 10.0.0.131 - - [2025-10-02 01:55:12] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000685 10.0.0.131 - - [2025-10-02 01:55:12] "GET /projects?obj_uuids=bd2952ee-4a53-4676-908d-56bb3a736b2a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000662 10.0.0.131 - - [2025-10-02 01:55:12] "GET /project/bd2952ee-4a53-4676-908d-56bb3a736b2a?fields=security_groups HTTP/1.1" 200 1349 0.045101 10.0.0.131 - - [2025-10-02 01:55:12] "GET /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a?fields=security_groups HTTP/1.1" 200 1351 0.045975 10.0.0.131 - - [2025-10-02 01:55:12] "GET /project/bddea5a1-4ea8-4f3e-b856-2bc541ee95d8?fields=security_groups HTTP/1.1" 200 1349 0.052237 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /security-group/ab8ae634-5070-46b1-8e14-225e2e044f5f HTTP/1.1" 200 115 0.061518 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /access-control-list/1fb786ae-33fe-4b8f-9299-bc27e70177c6 HTTP/1.1" 200 115 0.038486 10.0.0.131 - - [2025-10-02 01:55:12] "GET /projects?obj_uuids=19d19d6d-0bb5-497e-a45e-985a4b57fb8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000803 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /security-group/62fe615b-59ec-4e16-9da4-924d2d6d64e3 HTTP/1.1" 200 115 0.077552 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /security-group/cf1b3cff-c418-4d9e-96bf-f9bab28062db HTTP/1.1" 200 115 0.073633 10.0.0.131 - - [2025-10-02 01:55:12] "GET /projects?obj_uuids=bd2952ee-4a53-4676-908d-56bb3a736b2a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002399 10.0.0.131 - - [2025-10-02 01:55:12] "GET /projects?obj_uuids=bddea5a1-4ea8-4f3e-b856-2bc541ee95d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000874 10.0.0.131 - - [2025-10-02 01:55:12] "GET /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a?fields=application_policy_sets HTTP/1.1" 200 1390 0.054160 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /access-control-list/56091385-2d27-42a0-ae48-f7a5f56fdd8a HTTP/1.1" 200 115 0.060086 10.0.0.131 - - [2025-10-02 01:55:12] "GET /project/bddea5a1-4ea8-4f3e-b856-2bc541ee95d8?fields=application_policy_sets HTTP/1.1" 200 1388 0.044929 10.0.0.131 - - [2025-10-02 01:55:12] "GET /project/bd2952ee-4a53-4676-908d-56bb3a736b2a?fields=application_policy_sets HTTP/1.1" 200 1388 0.079219 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /access-control-list/4263a1c5-3a95-4714-bfe5-9367cda299fe HTTP/1.1" 200 115 0.028751 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /access-control-list/8d854255-8393-47d2-886f-8c61bfedf60f HTTP/1.1" 200 115 0.025596 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /access-control-list/5952eaeb-2607-4cc1-aaab-b9a9cbb50caf HTTP/1.1" 200 115 0.068557 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /project/19d19d6d-0bb5-497e-a45e-985a4b57fb8a HTTP/1.1" 200 115 0.449620 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /access-control-list/4a555fa1-b8a2-4a05-a0ae-38878843f4fe HTTP/1.1" 200 115 0.035183 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /project/bddea5a1-4ea8-4f3e-b856-2bc541ee95d8 HTTP/1.1" 200 115 0.452277 10.0.0.131 - - [2025-10-02 01:55:12] "DELETE /project/bd2952ee-4a53-4676-908d-56bb3a736b2a HTTP/1.1" 200 115 0.465849 10.0.0.131 - - [2025-10-02 01:55:16] "POST /neutron/router HTTP/1.1" 200 580 0.004963 10.0.0.131 - - [2025-10-02 01:55:16] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002706 10.0.0.131 - - [2025-10-02 01:55:16] "POST /neutron/router HTTP/1.1" 200 344 0.183406 10.0.0.131 - - [2025-10-02 01:55:16] "POST /neutron/port HTTP/1.1" 200 1883 0.013980 10.0.0.131 - - [2025-10-02 01:55:16] "POST /ref-update HTTP/1.1" 200 156 0.009290 10.0.0.131 - - [2025-10-02 01:55:16] "GET /obj-perms HTTP/1.1" 200 5075 0.044909 10.0.0.131 - - [2025-10-02 01:55:17] "GET /obj-perms HTTP/1.1" 200 5075 0.046490 10.0.0.131 - - [2025-10-02 01:55:22] "POST /neutron/router HTTP/1.1" 200 580 0.003424 10.0.0.131 - - [2025-10-02 01:55:22] "POST /ref-update HTTP/1.1" 200 156 0.013947 10.0.0.131 - - [2025-10-02 01:55:22] "POST /neutron/router HTTP/1.1" 200 344 0.125062 10.0.0.131 - - [2025-10-02 01:55:26] "POST /neutron/router HTTP/1.1" 200 580 0.004498 10.0.0.131 - - [2025-10-02 01:55:26] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.131 - - [2025-10-02 01:55:26] "POST /neutron/router HTTP/1.1" 200 344 0.186506 10.0.0.131 - - [2025-10-02 01:55:26] "POST /ref-update HTTP/1.1" 200 156 0.007842 10.0.0.131 - - [2025-10-02 01:55:28] "POST /neutron/router HTTP/1.1" 200 580 0.005043 10.0.0.131 - - [2025-10-02 01:55:28] "POST /ref-update HTTP/1.1" 200 156 0.008993 10.0.0.131 - - [2025-10-02 01:55:28] "POST /neutron/router HTTP/1.1" 200 344 0.090714 10.0.0.131 - - [2025-10-02 01:55:28] "POST /neutron/router HTTP/1.1" 200 580 0.004606 10.0.0.131 - - [2025-10-02 01:55:28] "POST /ref-update HTTP/1.1" 200 156 0.014342 10.0.0.131 - - [2025-10-02 01:55:28] "POST /neutron/router HTTP/1.1" 200 344 0.100598 10.0.0.131 - - [2025-10-02 01:55:28] "POST /neutron/router HTTP/1.1" 200 580 0.004528 10.0.0.131 - - [2025-10-02 01:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009869 10.0.0.131 - - [2025-10-02 01:55:28] "GET /logical-router/9bfb7a98-016e-4f23-8f1a-0fd97b16b9ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009371 10.0.0.131 - - [2025-10-02 01:55:28] "POST /neutron/router HTTP/1.1" 200 151 0.066086 10.0.0.131 - - [2025-10-02 01:55:28] "DELETE /route-target/16a5e63c-3513-4ffd-9aba-d5b5fca51fd0 HTTP/1.1" 200 115 0.015994 10.0.0.131 - - [2025-10-02 01:55:29] "POST /neutron/network HTTP/1.1" 200 822 0.005439 10.0.0.131 - - [2025-10-02 01:55:29] "POST /neutron/network HTTP/1.1" 400 204 0.009520 10.0.0.131 - - [2025-10-02 01:55:29] "POST /neutron/port HTTP/1.1" 200 1084 0.010822 10.0.0.131 - - [2025-10-02 01:55:29] "POST /neutron/port HTTP/1.1" 200 1110 0.007762 10.0.0.131 - - [2025-10-02 01:55:29] "POST /neutron/port HTTP/1.1" 200 1087 0.011034 10.0.0.131 - - [2025-10-02 01:55:29] "POST /neutron/port HTTP/1.1" 200 1113 0.008270 10.0.0.131 - - [2025-10-02 01:55:29] "POST /neutron/port HTTP/1.1" 200 151 0.114132 10.0.0.131 - - [2025-10-02 01:55:29] "POST /neutron/port HTTP/1.1" 200 151 0.111372 10.0.0.131 - - [2025-10-02 01:55:31] "POST /neutron/network HTTP/1.1" 200 822 0.006115 10.0.0.131 - - [2025-10-02 01:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.131 - - [2025-10-02 01:55:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001789 10.0.0.131 - - [2025-10-02 01:55:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002565 10.0.0.131 - - [2025-10-02 01:55:31] "POST /neutron/network HTTP/1.1" 200 151 0.083499 10.0.0.131 - - [2025-10-02 01:55:31] "DELETE /route-target/2840e3e0-5fe3-49e8-a939-ccf5576f2e43 HTTP/1.1" 200 115 0.013229 10.0.0.131 - - [2025-10-02 01:55:31] "POST /neutron/network HTTP/1.1" 200 825 0.004240 10.0.0.131 - - [2025-10-02 01:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.131 - - [2025-10-02 01:55:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001879 10.0.0.131 - - [2025-10-02 01:55:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002340 10.0.0.131 - - [2025-10-02 01:55:31] "POST /neutron/network HTTP/1.1" 200 151 0.069519 10.0.0.131 - - [2025-10-02 01:55:31] "DELETE /route-target/0cb6f83f-dbda-4624-a389-0b09d3552236 HTTP/1.1" 200 115 0.012638 10.0.0.131 - - [2025-10-02 01:55:31] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.131 - - [2025-10-02 01:55:31] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.023944 10.0.0.131 - - [2025-10-02 01:55:31] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.131 - - [2025-10-02 01:55:31] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?fields=virtual_networks HTTP/1.1" 200 1031 0.066685 10.0.0.131 - - [2025-10-02 01:55:31] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.131 - - [2025-10-02 01:55:31] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.023999 10.0.0.131 - - [2025-10-02 01:55:31] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.131 - - [2025-10-02 01:55:31] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?fields=security_groups HTTP/1.1" 200 1256 0.022941 10.0.0.131 - - [2025-10-02 01:55:32] "POST /fqname-to-id HTTP/1.1" 404 191 0.023095 10.0.0.131 - - [2025-10-02 01:55:32] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002856 10.0.0.131 - - [2025-10-02 01:55:32] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.131 - - [2025-10-02 01:55:32] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006452 10.0.0.131 - - [2025-10-02 01:55:32] "POST /id-to-fqname HTTP/1.1" 200 193 0.001148 10.0.0.131 - - [2025-10-02 01:55:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.002629 10.0.0.131 - - [2025-10-02 01:55:32] "POST /security-groups HTTP/1.1" 200 594 0.065305 10.0.0.131 - - [2025-10-02 01:55:32] "POST /fqname-to-id HTTP/1.1" 404 237 0.003000 10.0.0.131 - - [2025-10-02 01:55:32] "POST /projects HTTP/1.1" 200 591 0.214706 10.0.0.131 - - [2025-10-02 01:55:32] "POST /access-control-lists HTTP/1.1" 200 601 0.057982 10.0.0.131 - - [2025-10-02 01:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.286459 10.0.0.131 - - [2025-10-02 01:55:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.003688 10.0.0.131 - - [2025-10-02 01:55:32] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.405535 10.0.0.131 - - [2025-10-02 01:55:33] "POST /access-control-lists HTTP/1.1" 200 599 0.064644 10.0.0.131 - - [2025-10-02 01:55:33] "GET / HTTP/1.1" 200 36215 0.001841 10.0.0.131 - - [2025-10-02 01:55:34] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000484 10.0.0.131 - - [2025-10-02 01:55:35] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002287 10.0.0.131 - - [2025-10-02 01:55:35] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.054996 10.0.0.131 - - [2025-10-02 01:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002127 10.0.0.131 - - [2025-10-02 01:55:35] "GET /security-group/1626f3fc-b065-4d81-a328-24ff2d2f7691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004585 10.0.0.131 - - [2025-10-02 01:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.131 - - [2025-10-02 01:55:35] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001211 10.0.0.131 - - [2025-10-02 01:55:35] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.021598 10.0.0.131 - - [2025-10-02 01:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.131 - - [2025-10-02 01:55:35] "GET /security-group/1626f3fc-b065-4d81-a328-24ff2d2f7691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.003480 10.0.0.131 - - [2025-10-02 01:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.131 - - [2025-10-02 01:55:35] "PUT /security-group/1626f3fc-b065-4d81-a328-24ff2d2f7691 HTTP/1.1" 200 263 0.011292 10.0.0.131 - - [2025-10-02 01:55:35] "PUT /access-control-list/da748a74-0fc6-4747-83bc-f83622987bb7 HTTP/1.1" 200 273 0.009062 10.0.0.131 - - [2025-10-02 01:55:35] "PUT /access-control-list/df175d89-6f58-4937-874f-5fcbf210c0ff HTTP/1.1" 200 273 0.013137 10.0.0.131 - - [2025-10-02 01:55:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.002218 10.0.0.131 - - [2025-10-02 01:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.131 - - [2025-10-02 01:55:35] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001267 10.0.0.131 - - [2025-10-02 01:55:35] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.023445 10.0.0.131 - - [2025-10-02 01:55:35] "POST /neutron/network HTTP/1.1" 200 117 0.025960 10.0.0.131 - - [2025-10-02 01:55:35] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000926 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/network HTTP/1.1" 200 608 0.060316 10.0.0.131 - - [2025-10-02 01:55:36] "POST /route-targets HTTP/1.1" 200 328 0.014835 10.0.0.131 - - [2025-10-02 01:55:36] "POST /ref-update HTTP/1.1" 200 156 0.015002 10.0.0.131 - - [2025-10-02 01:55:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004237 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.207463 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/network HTTP/1.1" 200 827 0.004892 10.0.0.131 - - [2025-10-02 01:55:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.000974 10.0.0.131 - - [2025-10-02 01:55:36] "GET /virtual-network/a207bb20-2fe2-4c6f-bf2a-5bb24e2f6fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003861 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/network HTTP/1.1" 200 827 0.005009 10.0.0.131 - - [2025-10-02 01:55:36] "GET /virtual-network/a207bb20-2fe2-4c6f-bf2a-5bb24e2f6fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004058 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/network HTTP/1.1" 200 827 0.005457 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.006328 10.0.0.131 - - [2025-10-02 01:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002078 10.0.0.131 - - [2025-10-02 01:55:36] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000923 10.0.0.131 - - [2025-10-02 01:55:36] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.027702 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/network HTTP/1.1" 200 117 0.008641 10.0.0.131 - - [2025-10-02 01:55:36] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000896 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/network HTTP/1.1" 200 615 0.080438 10.0.0.131 - - [2025-10-02 01:55:36] "POST /route-targets HTTP/1.1" 200 328 0.010945 10.0.0.131 - - [2025-10-02 01:55:36] "POST /ref-update HTTP/1.1" 200 156 0.013508 10.0.0.131 - - [2025-10-02 01:55:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002700 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.140358 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/network HTTP/1.1" 200 836 0.004392 10.0.0.131 - - [2025-10-02 01:55:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.000948 10.0.0.131 - - [2025-10-02 01:55:36] "GET /virtual-network/5bd3d6bd-83da-4401-b0cc-790feb72d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003795 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/network HTTP/1.1" 200 836 0.005054 10.0.0.131 - - [2025-10-02 01:55:36] "GET /virtual-network/5bd3d6bd-83da-4401-b0cc-790feb72d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004445 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/network HTTP/1.1" 200 836 0.005209 10.0.0.131 - - [2025-10-02 01:55:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.007937 10.0.0.131 - - [2025-10-02 01:55:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001469 10.0.0.131 - - [2025-10-02 01:55:37] "POST /neutron/network HTTP/1.1" 200 837 0.006266 10.0.0.131 - - [2025-10-02 01:55:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000376 10.0.0.131 - - [2025-10-02 01:55:37] "GET / HTTP/1.1" 200 36215 0.001726 10.0.0.131 - - [2025-10-02 01:55:37] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000355 10.0.0.131 - - [2025-10-02 01:55:37] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000986 10.0.0.131 - - [2025-10-02 01:55:37] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.040667 10.0.0.131 - - [2025-10-02 01:55:37] "POST /neutron/network HTTP/1.1" 200 827 0.005919 10.0.0.131 - - [2025-10-02 01:55:37] "POST /neutron/port HTTP/1.1" 200 117 0.004694 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/port HTTP/1.1" 200 117 0.005169 10.0.0.131 - - [2025-10-02 01:55:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001579 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/port HTTP/1.1" 200 117 0.005366 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/network HTTP/1.1" 200 846 0.005481 10.0.0.131 - - [2025-10-02 01:55:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000471 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/network HTTP/1.1" 200 837 0.005394 10.0.0.131 - - [2025-10-02 01:55:38] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001722 10.0.0.131 - - [2025-10-02 01:55:38] "GET / HTTP/1.1" 200 36215 0.001448 10.0.0.131 - - [2025-10-02 01:55:38] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000475 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/port HTTP/1.1" 200 1063 0.184817 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/port HTTP/1.1" 200 1063 0.007035 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/port HTTP/1.1" 200 1063 0.008371 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/port HTTP/1.1" 200 1117 0.054361 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/port HTTP/1.1" 200 1091 0.012221 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003513 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.006197 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/port HTTP/1.1" 200 117 0.000949 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/network HTTP/1.1" 200 827 0.004834 10.0.0.131 - - [2025-10-02 01:55:38] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001286 10.0.0.131 - - [2025-10-02 01:55:38] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045708 10.0.0.131 - - [2025-10-02 01:55:38] "POST /neutron/network HTTP/1.1" 200 836 0.005473 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/port HTTP/1.1" 200 1091 0.017500 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008542 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/port HTTP/1.1" 200 117 0.006138 10.0.0.131 - - [2025-10-02 01:55:39] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000978 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/router HTTP/1.1" 200 585 0.054211 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/router HTTP/1.1" 200 585 0.003694 10.0.0.131 - - [2025-10-02 01:55:39] "POST /route-targets HTTP/1.1" 200 328 0.012518 10.0.0.131 - - [2025-10-02 01:55:39] "PUT /logical-router/2f92dbde-6701-43f5-9041-faaea29f8b3f HTTP/1.1" 200 263 0.020562 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/router HTTP/1.1" 200 656 0.028536 10.0.0.131 - - [2025-10-02 01:55:39] "GET /logical-router/2f92dbde-6701-43f5-9041-faaea29f8b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004550 10.0.0.131 - - [2025-10-02 01:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/router HTTP/1.1" 200 656 0.002789 10.0.0.131 - - [2025-10-02 01:55:39] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000991 10.0.0.131 - - [2025-10-02 01:55:39] "GET /service-template/0cca943d-b76b-456d-8e94-4a74e5a151d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.002790 10.0.0.131 - - [2025-10-02 01:55:39] "POST /fqname-to-id HTTP/1.1" 404 215 0.002395 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/network HTTP/1.1" 200 846 0.012513 10.0.0.131 - - [2025-10-02 01:55:39] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001501 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/router HTTP/1.1" 200 344 0.296942 10.0.0.131 - - [2025-10-02 01:55:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008461 10.0.0.131 - - [2025-10-02 01:55:39] "POST /virtual-networks HTTP/1.1" 200 696 0.159916 10.0.0.131 - - [2025-10-02 01:55:39] "POST /route-targets HTTP/1.1" 200 328 0.012995 10.0.0.131 - - [2025-10-02 01:55:39] "POST /ref-update HTTP/1.1" 200 156 0.010405 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/port HTTP/1.1" 200 1091 0.074469 10.0.0.131 - - [2025-10-02 01:55:39] "POST /ref-update HTTP/1.1" 200 156 0.048818 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014353 10.0.0.131 - - [2025-10-02 01:55:39] "POST /service-instances HTTP/1.1" 200 672 0.191793 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/port HTTP/1.1" 200 1065 0.393097 10.0.0.131 - - [2025-10-02 01:55:39] "POST /route-tables HTTP/1.1" 200 584 0.033350 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/port HTTP/1.1" 200 1065 0.019597 10.0.0.131 - - [2025-10-02 01:55:39] "POST /neutron/port HTTP/1.1" 200 1065 0.009296 10.0.0.131 - - [2025-10-02 01:55:40] "PUT /logical-router/2f92dbde-6701-43f5-9041-faaea29f8b3f HTTP/1.1" 200 263 0.026487 10.0.0.131 - - [2025-10-02 01:55:40] "POST /neutron/port HTTP/1.1" 200 1119 0.082935 10.0.0.131 - - [2025-10-02 01:55:40] "POST /ref-update HTTP/1.1" 200 156 0.024845 10.0.0.131 - - [2025-10-02 01:55:40] "POST /neutron/port HTTP/1.1" 200 1093 0.009501 10.0.0.131 - - [2025-10-02 01:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.131 - - [2025-10-02 01:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.131 - - [2025-10-02 01:55:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003258 10.0.0.131 - - [2025-10-02 01:55:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.007134 10.0.0.131 - - [2025-10-02 01:55:40] "POST /neutron/port HTTP/1.1" 200 117 0.000910 10.0.0.131 - - [2025-10-02 01:55:40] "POST /virtual-machines HTTP/1.1" 200 554 0.013405 10.0.0.131 - - [2025-10-02 01:55:40] "POST /neutron/network HTTP/1.1" 200 836 0.004574 10.0.0.131 - - [2025-10-02 01:55:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.082488 10.0.0.131 - - [2025-10-02 01:55:40] "POST /chown HTTP/1.1" 200 109 0.006520 10.0.0.131 - - [2025-10-02 01:55:40] "POST /instance-ips HTTP/1.1" 200 552 0.026189 10.0.0.131 - - [2025-10-02 01:55:40] "POST /instance-ips HTTP/1.1" 400 246 0.017077 10.0.0.131 - - [2025-10-02 01:55:40] "POST /chown HTTP/1.1" 200 109 0.008831 10.0.0.131 - - [2025-10-02 01:55:40] "PUT /virtual-machine-interface/bc7d2411-0c4d-412f-b2e3-2bfb6f2ac08f HTTP/1.1" 200 285 0.010337 10.0.0.131 - - [2025-10-02 01:55:40] "PUT /instance-ip/50c8f660-4ef6-4877-af45-da57d23b2212 HTTP/1.1" 200 257 0.010399 10.0.0.131 - - [2025-10-02 01:55:40] "POST /ref-update HTTP/1.1" 200 156 0.011232 10.0.0.131 - - [2025-10-02 01:55:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.087164 10.0.0.131 - - [2025-10-02 01:55:41] "POST /chown HTTP/1.1" 200 109 0.008816 10.0.0.131 - - [2025-10-02 01:55:41] "POST /instance-ips HTTP/1.1" 200 550 0.032813 10.0.0.131 - - [2025-10-02 01:55:41] "POST /instance-ips HTTP/1.1" 400 316 0.015346 10.0.0.131 - - [2025-10-02 01:55:41] "POST /chown HTTP/1.1" 200 109 0.016332 10.0.0.131 - - [2025-10-02 01:55:41] "PUT /virtual-machine-interface/9e151171-1933-4cdc-b3f2-66a3163081df HTTP/1.1" 200 285 0.009117 10.0.0.131 - - [2025-10-02 01:55:41] "PUT /instance-ip/784c1d04-5a43-47c1-bec6-b926f528b552 HTTP/1.1" 200 257 0.011436 10.0.0.131 - - [2025-10-02 01:55:41] "POST /ref-update HTTP/1.1" 200 156 0.012029 10.0.0.131 - - [2025-10-02 01:55:41] "POST /ref-update HTTP/1.1" 200 156 0.010406 10.0.0.131 - - [2025-10-02 01:55:41] "PUT /routing-instance/acf36e4e-f720-4e8e-89a1-a3a980ee782c HTTP/1.1" 200 267 0.014312 10.0.0.131 - - [2025-10-02 01:55:41] "POST /ref-update HTTP/1.1" 200 156 0.012935 10.0.0.131 - - [2025-10-02 01:55:41] "POST /virtual-machines HTTP/1.1" 200 554 0.012305 10.0.0.131 - - [2025-10-02 01:55:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.093167 10.0.0.131 - - [2025-10-02 01:55:41] "POST /chown HTTP/1.1" 200 109 0.006342 10.0.0.131 - - [2025-10-02 01:55:41] "POST /instance-ips HTTP/1.1" 400 246 0.016346 10.0.0.131 - - [2025-10-02 01:55:41] "POST /chown HTTP/1.1" 200 109 0.007216 10.0.0.131 - - [2025-10-02 01:55:41] "PUT /virtual-machine-interface/d88bf75b-4817-483f-934e-eb9f886f55b3 HTTP/1.1" 200 285 0.022143 10.0.0.131 - - [2025-10-02 01:55:41] "PUT /instance-ip/50c8f660-4ef6-4877-af45-da57d23b2212 HTTP/1.1" 200 257 0.012993 10.0.0.131 - - [2025-10-02 01:55:41] "POST /ref-update HTTP/1.1" 200 156 0.012784 10.0.0.131 - - [2025-10-02 01:55:42] "POST /ref-update HTTP/1.1" 200 156 0.010441 10.0.0.131 - - [2025-10-02 01:55:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.079116 10.0.0.131 - - [2025-10-02 01:55:42] "POST /chown HTTP/1.1" 200 109 0.016555 10.0.0.131 - - [2025-10-02 01:55:42] "POST /instance-ips HTTP/1.1" 400 316 0.022065 10.0.0.131 - - [2025-10-02 01:55:42] "POST /chown HTTP/1.1" 200 109 0.006781 10.0.0.131 - - [2025-10-02 01:55:42] "PUT /virtual-machine-interface/0ac03365-1931-488e-96f3-c3edd500b507 HTTP/1.1" 200 285 0.012455 10.0.0.131 - - [2025-10-02 01:55:42] "PUT /instance-ip/784c1d04-5a43-47c1-bec6-b926f528b552 HTTP/1.1" 200 257 0.013919 10.0.0.131 - - [2025-10-02 01:55:42] "POST /ref-update HTTP/1.1" 200 156 0.011813 10.0.0.131 - - [2025-10-02 01:55:42] "POST /ref-update HTTP/1.1" 200 156 0.009491 10.0.0.131 - - [2025-10-02 01:55:44] "POST /neutron/port HTTP/1.1" 200 1091 0.009592 10.0.0.131 - - [2025-10-02 01:55:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005017 10.0.0.131 - - [2025-10-02 01:55:44] "POST /neutron/port HTTP/1.1" 200 1091 0.012005 10.0.0.131 - - [2025-10-02 01:55:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005711 10.0.0.131 - - [2025-10-02 01:55:45] "POST /neutron/port HTTP/1.1" 200 1091 0.013142 10.0.0.131 - - [2025-10-02 01:55:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005882 10.0.0.131 - - [2025-10-02 01:55:45] "GET /virtual-machine/247247c9-7764-4ff5-b632-2de7d1a301f1 HTTP/1.1" 401 293 0.000395 10.0.0.131 - - [2025-10-02 01:55:45] "GET /virtual-machine/247247c9-7764-4ff5-b632-2de7d1a301f1 HTTP/1.1" 200 1297 0.023904 10.0.0.131 - - [2025-10-02 01:55:45] "GET /virtual-machine-interface/8ef7a1d7-c834-4418-a6df-44ead6a8cf62 HTTP/1.1" 200 2963 0.004099 10.0.0.131 - - [2025-10-02 01:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.131 - - [2025-10-02 01:55:45] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003148 10.0.0.131 - - [2025-10-02 01:55:45] "GET /virtual-networks?parent_id=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002918 10.0.0.131 - - [2025-10-02 01:55:45] "GET /virtual-network/a207bb20-2fe2-4c6f-bf2a-5bb24e2f6fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004774 10.0.0.131 - - [2025-10-02 01:55:47] "POST /neutron/port HTTP/1.1" 200 1091 0.010176 10.0.0.131 - - [2025-10-02 01:55:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004339 10.0.0.131 - - [2025-10-02 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.131 - - [2025-10-02 01:55:48] "GET /virtual-network/a207bb20-2fe2-4c6f-bf2a-5bb24e2f6fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004536 10.0.0.131 - - [2025-10-02 01:55:48] "POST /neutron/port HTTP/1.1" 200 1093 0.010982 10.0.0.131 - - [2025-10-02 01:55:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005800 10.0.0.131 - - [2025-10-02 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.131 - - [2025-10-02 01:55:50] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002419 10.0.0.131 - - [2025-10-02 01:55:50] "GET /virtual-networks?parent_id=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.001973 10.0.0.131 - - [2025-10-02 01:55:50] "GET /virtual-network/a207bb20-2fe2-4c6f-bf2a-5bb24e2f6fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004845 10.0.0.131 - - [2025-10-02 01:55:51] "POST /neutron/port HTTP/1.1" 200 1093 0.010582 10.0.0.131 - - [2025-10-02 01:55:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004751 10.0.0.131 - - [2025-10-02 01:55:51] "POST /neutron/port HTTP/1.1" 200 1093 0.009892 10.0.0.131 - - [2025-10-02 01:55:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005849 10.0.0.131 - - [2025-10-02 01:55:51] "POST /neutron/port HTTP/1.1" 200 1093 0.011705 10.0.0.131 - - [2025-10-02 01:55:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007123 10.0.0.131 - - [2025-10-02 01:55:51] "GET /virtual-machine/db7fdc54-5c20-4564-a016-f22ce3c27c56 HTTP/1.1" 200 1298 0.009277 10.0.0.131 - - [2025-10-02 01:55:51] "GET /virtual-machine-interface/290aed6d-3424-4cc2-bcb3-1da9967b0cfd HTTP/1.1" 200 2974 0.004822 10.0.0.131 - - [2025-10-02 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.131 - - [2025-10-02 01:55:51] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003545 10.0.0.131 - - [2025-10-02 01:55:51] "GET /virtual-networks?parent_id=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002926 10.0.0.131 - - [2025-10-02 01:55:51] "GET /virtual-network/5bd3d6bd-83da-4401-b0cc-790feb72d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005160 10.0.0.131 - - [2025-10-02 01:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.131 - - [2025-10-02 01:55:52] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002539 10.0.0.131 - - [2025-10-02 01:55:52] "GET /virtual-networks?parent_id=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003305 10.0.0.131 - - [2025-10-02 01:55:52] "GET /virtual-network/5bd3d6bd-83da-4401-b0cc-790feb72d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005493 10.0.0.131 - - [2025-10-02 01:55:56] "POST /neutron/router HTTP/1.1" 200 656 0.004749 10.0.0.131 - - [2025-10-02 01:55:56] "POST /ref-update HTTP/1.1" 200 156 0.010292 10.0.0.131 - - [2025-10-02 01:55:56] "POST /neutron/router HTTP/1.1" 200 344 0.092025 10.0.0.131 - - [2025-10-02 01:55:56] "POST /neutron/router HTTP/1.1" 200 656 0.005095 10.0.0.131 - - [2025-10-02 01:55:56] "GET /logical-router/2f92dbde-6701-43f5-9041-faaea29f8b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.004156 10.0.0.131 - - [2025-10-02 01:55:56] "GET /service-instance/c8bdef2f-972c-46e8-bc14-da9374e4fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2319 0.003149 10.0.0.131 - - [2025-10-02 01:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.131 - - [2025-10-02 01:55:56] "POST /neutron/router HTTP/1.1" 200 151 0.051038 10.0.0.131 - - [2025-10-02 01:55:56] "DELETE /route-target/78b93f57-4b61-4d7e-8d92-b0e6bb9aa266 HTTP/1.1" 409 240 0.004977 10.0.0.131 - - [2025-10-02 01:55:56] "PUT /logical-router/2f92dbde-6701-43f5-9041-faaea29f8b3f HTTP/1.1" 404 171 0.002723 10.0.0.131 - - [2025-10-02 01:55:56] "POST /ref-update HTTP/1.1" 200 156 0.009747 10.0.0.131 - - [2025-10-02 01:55:56] "DELETE /route-table/43cbbab5-699f-4a79-89a4-19410681e6ff HTTP/1.1" 200 115 0.027528 10.0.0.131 - - [2025-10-02 01:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.131 - - [2025-10-02 01:55:56] "PUT /routing-instance/acf36e4e-f720-4e8e-89a1-a3a980ee782c HTTP/1.1" 200 267 0.010553 10.0.0.131 - - [2025-10-02 01:55:56] "GET /virtual-network/e943f255-4f04-4b0f-8273-61ca1f67bc33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006751 10.0.0.131 - - [2025-10-02 01:55:56] "POST /neutron/network HTTP/1.1" 200 836 0.015189 10.0.0.131 - - [2025-10-02 01:55:56] "POST /neutron/network HTTP/1.1" 400 204 0.033713 10.0.0.131 - - [2025-10-02 01:55:56] "POST /ref-update HTTP/1.1" 200 156 0.008949 10.0.0.131 - - [2025-10-02 01:55:56] "POST /ref-update HTTP/1.1" 200 156 0.009460 10.0.0.131 - - [2025-10-02 01:55:56] "DELETE /instance-ip/784c1d04-5a43-47c1-bec6-b926f528b552 HTTP/1.1" 200 115 0.050008 10.0.0.131 - - [2025-10-02 01:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.131 - - [2025-10-02 01:55:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004511 10.0.0.131 - - [2025-10-02 01:55:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002570 10.0.0.131 - - [2025-10-02 01:55:57] "DELETE /virtual-network/e943f255-4f04-4b0f-8273-61ca1f67bc33 HTTP/1.1" 200 115 0.140674 10.0.0.131 - - [2025-10-02 01:55:57] "DELETE /route-target/9fc22806-9616-49cf-b636-353dfba1081f HTTP/1.1" 200 115 0.026095 10.0.0.131 - - [2025-10-02 01:55:57] "DELETE /service-instance/c8bdef2f-972c-46e8-bc14-da9374e4fe64 HTTP/1.1" 200 115 0.034406 10.0.0.131 - - [2025-10-02 01:55:57] "GET /logical-router/2f92dbde-6701-43f5-9041-faaea29f8b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005157 10.0.0.131 - - [2025-10-02 01:55:57] "GET /service-instance/c8bdef2f-972c-46e8-bc14-da9374e4fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002522 10.0.0.131 - - [2025-10-02 01:55:57] "POST /neutron/port HTTP/1.1" 200 1093 0.021069 10.0.0.131 - - [2025-10-02 01:55:57] "GET /virtual-machine-interface/d88bf75b-4817-483f-934e-eb9f886f55b3?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1657 0.004885 10.0.0.131 - - [2025-10-02 01:55:57] "POST /neutron/port HTTP/1.1" 200 1119 0.010478 10.0.0.131 - - [2025-10-02 01:55:57] "POST /neutron/port HTTP/1.1" 200 1091 0.020342 10.0.0.131 - - [2025-10-02 01:55:57] "POST /neutron/port HTTP/1.1" 200 1117 0.008085 10.0.0.131 - - [2025-10-02 01:55:57] "POST /ref-update HTTP/1.1" 200 156 0.024987 10.0.0.131 - - [2025-10-02 01:55:57] "GET /instance-ip/50c8f660-4ef6-4877-af45-da57d23b2212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007865 10.0.0.131 - - [2025-10-02 01:55:57] "POST /neutron/port HTTP/1.1" 200 151 0.167111 10.0.0.131 - - [2025-10-02 01:55:57] "POST /neutron/port HTTP/1.1" 200 151 0.169892 10.0.0.131 - - [2025-10-02 01:55:57] "DELETE /virtual-machine-interface/d88bf75b-4817-483f-934e-eb9f886f55b3 HTTP/1.1" 200 115 0.053924 10.0.0.131 - - [2025-10-02 01:55:57] "GET /virtual-machine-interface/0ac03365-1931-488e-96f3-c3edd500b507?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.004881 10.0.0.131 - - [2025-10-02 01:55:57] "DELETE /virtual-machine-interface/0ac03365-1931-488e-96f3-c3edd500b507 HTTP/1.1" 200 115 0.028838 10.0.0.131 - - [2025-10-02 01:55:57] "DELETE /virtual-machine/7f48bdc6-0214-477d-a798-d826e79a03a7 HTTP/1.1" 200 115 0.017430 10.0.0.131 - - [2025-10-02 01:55:57] "GET /virtual-machine-interface/bc7d2411-0c4d-412f-b2e3-2bfb6f2ac08f?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1657 0.007048 10.0.0.131 - - [2025-10-02 01:55:57] "POST /ref-update HTTP/1.1" 200 156 0.011250 10.0.0.131 - - [2025-10-02 01:55:57] "GET /instance-ip/50c8f660-4ef6-4877-af45-da57d23b2212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.005009 10.0.0.131 - - [2025-10-02 01:55:57] "DELETE /instance-ip/50c8f660-4ef6-4877-af45-da57d23b2212 HTTP/1.1" 200 115 0.024592 10.0.0.131 - - [2025-10-02 01:55:57] "DELETE /virtual-machine-interface/bc7d2411-0c4d-412f-b2e3-2bfb6f2ac08f HTTP/1.1" 200 115 0.030781 10.0.0.131 - - [2025-10-02 01:55:57] "GET /virtual-machine-interface/9e151171-1933-4cdc-b3f2-66a3163081df?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1336 0.004882 10.0.0.131 - - [2025-10-02 01:55:57] "DELETE /virtual-machine-interface/9e151171-1933-4cdc-b3f2-66a3163081df HTTP/1.1" 200 115 0.025288 10.0.0.131 - - [2025-10-02 01:55:57] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.131 - - [2025-10-02 01:55:57] "DELETE /virtual-machine/086a2004-2212-40d9-9493-78d4794377e3 HTTP/1.1" 200 115 0.019374 10.0.0.131 - - [2025-10-02 01:55:58] "POST /neutron/network HTTP/1.1" 200 836 0.005347 10.0.0.131 - - [2025-10-02 01:55:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001980 10.0.0.131 - - [2025-10-02 01:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.131 - - [2025-10-02 01:55:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001648 10.0.0.131 - - [2025-10-02 01:55:58] "POST /neutron/network HTTP/1.1" 200 151 0.066733 10.0.0.131 - - [2025-10-02 01:55:58] "DELETE /route-target/d28a635e-a675-4fdf-ba9a-33c6de0dc140 HTTP/1.1" 200 115 0.012857 10.0.0.131 - - [2025-10-02 01:55:58] "POST /neutron/network HTTP/1.1" 200 827 0.005095 10.0.0.131 - - [2025-10-02 01:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.131 - - [2025-10-02 01:55:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002237 10.0.0.131 - - [2025-10-02 01:55:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002865 10.0.0.131 - - [2025-10-02 01:55:59] "POST /neutron/network HTTP/1.1" 200 151 0.075158 10.0.0.131 - - [2025-10-02 01:55:59] "DELETE /route-target/6eb32251-f4d0-45f3-a294-22529f387bb4 HTTP/1.1" 200 115 0.015018 10.0.0.131 - - [2025-10-02 01:55:59] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000960 10.0.0.131 - - [2025-10-02 01:55:59] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.021273 10.0.0.131 - - [2025-10-02 01:55:59] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001906 10.0.0.131 - - [2025-10-02 01:55:59] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?fields=virtual_networks HTTP/1.1" 200 1041 0.066113 10.0.0.131 - - [2025-10-02 01:55:59] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000900 10.0.0.131 - - [2025-10-02 01:55:59] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.024142 10.0.0.131 - - [2025-10-02 01:55:59] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000978 10.0.0.131 - - [2025-10-02 01:55:59] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?fields=security_groups HTTP/1.1" 200 1271 0.021784 10.0.0.131 - - [2025-10-02 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.021742 10.0.0.131 - - [2025-10-02 01:56:00] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002143 10.0.0.131 - - [2025-10-02 01:56:00] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.131 - - [2025-10-02 01:56:00] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006255 10.0.0.131 - - [2025-10-02 01:56:00] "POST /id-to-fqname HTTP/1.1" 200 198 0.001149 10.0.0.131 - - [2025-10-02 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003672 10.0.0.131 - - [2025-10-02 01:56:00] "POST /security-groups HTTP/1.1" 200 599 0.059579 10.0.0.131 - - [2025-10-02 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.002466 10.0.0.131 - - [2025-10-02 01:56:00] "POST /projects HTTP/1.1" 200 601 0.213199 10.0.0.131 - - [2025-10-02 01:56:00] "POST /access-control-lists HTTP/1.1" 200 606 0.057999 10.0.0.131 - - [2025-10-02 01:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.282789 10.0.0.131 - - [2025-10-02 01:56:00] "POST /fqname-to-id HTTP/1.1" 404 241 0.002538 10.0.0.131 - - [2025-10-02 01:56:00] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.392019 10.0.0.131 - - [2025-10-02 01:56:00] "POST /access-control-lists HTTP/1.1" 200 604 0.068578 10.0.0.131 - - [2025-10-02 01:56:01] "GET / HTTP/1.1" 200 36215 0.001888 10.0.0.131 - - [2025-10-02 01:56:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000453 10.0.0.131 - - [2025-10-02 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.051913 10.0.0.131 - - [2025-10-02 01:56:02] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.131 - - [2025-10-02 01:56:02] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.022077 10.0.0.131 - - [2025-10-02 01:56:02] "POST /neutron/network HTTP/1.1" 200 117 0.026312 10.0.0.131 - - [2025-10-02 01:56:02] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.131 - - [2025-10-02 01:56:02] "POST /neutron/network HTTP/1.1" 200 613 0.057033 10.0.0.131 - - [2025-10-02 01:56:02] "POST /route-targets HTTP/1.1" 200 328 0.009684 10.0.0.131 - - [2025-10-02 01:56:02] "POST /ref-update HTTP/1.1" 200 156 0.013901 10.0.0.131 - - [2025-10-02 01:56:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004652 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.142247 10.0.0.131 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000516 10.0.0.131 - - [2025-10-02 01:56:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006831 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.138372 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/network HTTP/1.1" 200 1005 0.007339 10.0.0.131 - - [2025-10-02 01:56:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001223 10.0.0.131 - - [2025-10-02 01:56:03] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004421 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/network HTTP/1.1" 200 1005 0.007003 10.0.0.131 - - [2025-10-02 01:56:03] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004922 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/network HTTP/1.1" 200 1005 0.007426 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.006864 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.006778 10.0.0.131 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.131 - - [2025-10-02 01:56:03] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001308 10.0.0.131 - - [2025-10-02 01:56:03] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.023370 10.0.0.131 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.023414 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/network HTTP/1.1" 200 117 0.007680 10.0.0.131 - - [2025-10-02 01:56:03] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/network HTTP/1.1" 200 613 0.061350 10.0.0.131 - - [2025-10-02 01:56:03] "POST /route-targets HTTP/1.1" 200 328 0.009679 10.0.0.131 - - [2025-10-02 01:56:03] "POST /ref-update HTTP/1.1" 200 156 0.010618 10.0.0.131 - - [2025-10-02 01:56:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003405 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.148365 10.0.0.131 - - [2025-10-02 01:56:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.002864 10.0.0.131 - - [2025-10-02 01:56:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002716 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.191309 10.0.0.131 - - [2025-10-02 01:56:03] "POST /neutron/network HTTP/1.1" 200 1006 0.019197 10.0.0.131 - - [2025-10-02 01:56:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001246 10.0.0.131 - - [2025-10-02 01:56:03] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005095 10.0.0.131 - - [2025-10-02 01:56:04] "POST /neutron/network HTTP/1.1" 200 1006 0.007834 10.0.0.131 - - [2025-10-02 01:56:04] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004959 10.0.0.131 - - [2025-10-02 01:56:04] "POST /neutron/network HTTP/1.1" 200 1006 0.006492 10.0.0.131 - - [2025-10-02 01:56:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.005605 10.0.0.131 - - [2025-10-02 01:56:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.005913 10.0.0.131 - - [2025-10-02 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.001871 10.0.0.131 - - [2025-10-02 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002062 10.0.0.131 - - [2025-10-02 01:56:04] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.131 - - [2025-10-02 01:56:04] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.022542 10.0.0.131 - - [2025-10-02 01:56:04] "POST /network-policys HTTP/1.1" 200 579 0.060270 10.0.0.131 - - [2025-10-02 01:56:04] "GET /network-policy/5b385df4-f141-46d4-ba85-38dc868bd7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005673 10.0.0.131 - - [2025-10-02 01:56:04] "POST /neutron/network HTTP/1.1" 200 1005 0.006664 10.0.0.131 - - [2025-10-02 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.005055 10.0.0.131 - - [2025-10-02 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.005230 10.0.0.131 - - [2025-10-02 01:56:04] "POST /neutron/network HTTP/1.1" 200 1113 0.051893 10.0.0.131 - - [2025-10-02 01:56:04] "POST /access-control-lists HTTP/1.1" 200 598 0.071771 10.0.0.131 - - [2025-10-02 01:56:04] "POST /neutron/network HTTP/1.1" 200 1113 0.039686 10.0.0.131 - - [2025-10-02 01:56:04] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004542 10.0.0.131 - - [2025-10-02 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.131 - - [2025-10-02 01:56:04] "GET /network-policy/5b385df4-f141-46d4-ba85-38dc868bd7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003628 10.0.0.131 - - [2025-10-02 01:56:04] "POST /neutron/network HTTP/1.1" 200 1006 0.006851 10.0.0.131 - - [2025-10-02 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.002249 10.0.0.131 - - [2025-10-02 01:56:04] "PUT /access-control-list/dc3a394e-0d22-4225-958f-1f040d07f0fe HTTP/1.1" 200 273 0.016037 10.0.0.131 - - [2025-10-02 01:56:04] "POST /neutron/network HTTP/1.1" 200 1114 0.044116 10.0.0.131 - - [2025-10-02 01:56:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.002441 10.0.0.131 - - [2025-10-02 01:56:04] "POST /neutron/network HTTP/1.1" 200 1114 0.006643 10.0.0.131 - - [2025-10-02 01:56:04] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004035 10.0.0.131 - - [2025-10-02 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001913 10.0.0.131 - - [2025-10-02 01:56:04] "GET /network-policy/5b385df4-f141-46d4-ba85-38dc868bd7f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.030214 10.0.0.131 - - [2025-10-02 01:56:04] "POST /access-control-lists HTTP/1.1" 200 598 0.058835 10.0.0.131 - - [2025-10-02 01:56:04] "GET /domains HTTP/1.1" 401 293 0.000328 10.0.0.131 - - [2025-10-02 01:56:04] "POST /ref-update HTTP/1.1" 200 156 0.011628 10.0.0.131 - - [2025-10-02 01:56:05] "GET /domains HTTP/1.1" 200 281 0.023108 10.0.0.131 - - [2025-10-02 01:56:05] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.131 - - [2025-10-02 01:56:05] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2966 0.006976 10.0.0.131 - - [2025-10-02 01:56:05] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000791 10.0.0.131 - - [2025-10-02 01:56:05] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00 HTTP/1.1" 200 2634 0.069995 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59 HTTP/1.1" 200 3507 0.005105 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59 HTTP/1.1" 200 3507 0.004057 10.0.0.131 - - [2025-10-02 01:56:05] "GET /routing-instance/1e7694ee-688c-46fb-9516-5a7b910b712f HTTP/1.1" 200 1799 0.002817 10.0.0.131 - - [2025-10-02 01:56:05] "GET /routing-instance/1e7694ee-688c-46fb-9516-5a7b910b712f HTTP/1.1" 200 1799 0.002580 10.0.0.131 - - [2025-10-02 01:56:05] "GET /route-target/1878eefb-4885-432d-b9d2-b0ab877e5cef HTTP/1.1" 200 1214 0.002182 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59 HTTP/1.1" 200 3507 0.003502 10.0.0.131 - - [2025-10-02 01:56:05] "GET /routing-instance/1e7694ee-688c-46fb-9516-5a7b910b712f HTTP/1.1" 200 1799 0.002312 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004213 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59 HTTP/1.1" 200 3507 0.003646 10.0.0.131 - - [2025-10-02 01:56:05] "GET /routing-instance/1e7694ee-688c-46fb-9516-5a7b910b712f HTTP/1.1" 200 1799 0.002733 10.0.0.131 - - [2025-10-02 01:56:05] "GET /routing-instance/1e7694ee-688c-46fb-9516-5a7b910b712f HTTP/1.1" 200 1799 0.002430 10.0.0.131 - - [2025-10-02 01:56:05] "GET /route-target/1878eefb-4885-432d-b9d2-b0ab877e5cef HTTP/1.1" 200 1214 0.002145 10.0.0.131 - - [2025-10-02 01:56:05] "GET /domains HTTP/1.1" 200 281 0.002189 10.0.0.131 - - [2025-10-02 01:56:05] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.131 - - [2025-10-02 01:56:05] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2966 0.005837 10.0.0.131 - - [2025-10-02 01:56:05] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000754 10.0.0.131 - - [2025-10-02 01:56:05] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00 HTTP/1.1" 200 2634 0.065791 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59 HTTP/1.1" 200 3507 0.004087 10.0.0.131 - - [2025-10-02 01:56:05] "GET /obj-perms HTTP/1.1" 200 5065 0.054054 10.0.0.131 - - [2025-10-02 01:56:05] "GET /domains HTTP/1.1" 200 281 0.002641 10.0.0.131 - - [2025-10-02 01:56:05] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.131 - - [2025-10-02 01:56:05] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2966 0.006222 10.0.0.131 - - [2025-10-02 01:56:05] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000792 10.0.0.131 - - [2025-10-02 01:56:05] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00 HTTP/1.1" 200 2634 0.067701 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091 HTTP/1.1" 200 3512 0.005875 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091 HTTP/1.1" 200 3512 0.004355 10.0.0.131 - - [2025-10-02 01:56:05] "GET /routing-instance/a74ce06c-c509-4989-ba56-91af0b56e32d HTTP/1.1" 200 1800 0.003101 10.0.0.131 - - [2025-10-02 01:56:05] "GET /routing-instance/a74ce06c-c509-4989-ba56-91af0b56e32d HTTP/1.1" 200 1800 0.003051 10.0.0.131 - - [2025-10-02 01:56:05] "GET /route-target/595ce025-5169-4dd6-9e6c-686d786ea1bd HTTP/1.1" 200 1214 0.003548 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091 HTTP/1.1" 200 3512 0.003812 10.0.0.131 - - [2025-10-02 01:56:05] "GET /routing-instance/a74ce06c-c509-4989-ba56-91af0b56e32d HTTP/1.1" 200 1800 0.012049 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004807 10.0.0.131 - - [2025-10-02 01:56:05] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091 HTTP/1.1" 200 3512 0.007850 10.0.0.131 - - [2025-10-02 01:56:05] "GET /routing-instance/a74ce06c-c509-4989-ba56-91af0b56e32d HTTP/1.1" 200 1800 0.002944 10.0.0.131 - - [2025-10-02 01:56:06] "GET /routing-instance/a74ce06c-c509-4989-ba56-91af0b56e32d HTTP/1.1" 200 1800 0.002879 10.0.0.131 - - [2025-10-02 01:56:06] "GET /route-target/595ce025-5169-4dd6-9e6c-686d786ea1bd HTTP/1.1" 200 1214 0.002458 10.0.0.131 - - [2025-10-02 01:56:06] "GET /domains HTTP/1.1" 200 281 0.002651 10.0.0.131 - - [2025-10-02 01:56:06] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.131 - - [2025-10-02 01:56:06] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2966 0.006239 10.0.0.131 - - [2025-10-02 01:56:06] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.131 - - [2025-10-02 01:56:06] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00 HTTP/1.1" 200 2634 0.064977 10.0.0.131 - - [2025-10-02 01:56:06] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091 HTTP/1.1" 200 3512 0.012730 10.0.0.131 - - [2025-10-02 01:56:06] "GET /obj-perms HTTP/1.1" 200 5065 0.002789 10.0.0.131 - - [2025-10-02 01:56:06] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005194 10.0.0.131 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 1114 0.007175 10.0.0.131 - - [2025-10-02 01:56:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.006467 10.0.0.131 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 1006 0.049920 10.0.0.131 - - [2025-10-02 01:56:06] "DELETE /access-control-list/600b9c9a-477a-44c0-9ca0-e61ff854010c HTTP/1.1" 200 115 0.032268 10.0.0.131 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 1006 0.012286 10.0.0.131 - - [2025-10-02 01:56:06] "GET /virtual-network/ae6d05b2-ddef-48fa-9593-b5a7c0638091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005827 10.0.0.131 - - [2025-10-02 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.022658 10.0.0.131 - - [2025-10-02 01:56:06] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006932 10.0.0.131 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 1113 0.007161 10.0.0.131 - - [2025-10-02 01:56:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.011101 10.0.0.131 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 1005 0.043873 10.0.0.131 - - [2025-10-02 01:56:06] "DELETE /access-control-list/dc3a394e-0d22-4225-958f-1f040d07f0fe HTTP/1.1" 200 115 0.037049 10.0.0.131 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 1005 0.008186 10.0.0.131 - - [2025-10-02 01:56:06] "GET /virtual-network/19e69df4-5fee-4319-8219-9a16588b2a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004194 10.0.0.131 - - [2025-10-02 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.014608 10.0.0.131 - - [2025-10-02 01:56:06] "DELETE /network-policy/5b385df4-f141-46d4-ba85-38dc868bd7f0 HTTP/1.1" 200 115 0.029530 10.0.0.131 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 1006 0.006019 10.0.0.131 - - [2025-10-02 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.131 - - [2025-10-02 01:56:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002401 10.0.0.131 - - [2025-10-02 01:56:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001529 10.0.0.131 - - [2025-10-02 01:56:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002083 10.0.0.131 - - [2025-10-02 01:56:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001355 10.0.0.131 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 151 0.076846 10.0.0.131 - - [2025-10-02 01:56:06] "DELETE /route-target/595ce025-5169-4dd6-9e6c-686d786ea1bd HTTP/1.1" 200 115 0.021310 10.0.0.131 - - [2025-10-02 01:56:06] "GET /routing-instance/a74ce06c-c509-4989-ba56-91af0b56e32d HTTP/1.1" 404 171 0.002252 10.0.0.131 - - [2025-10-02 01:56:06] "GET /domains HTTP/1.1" 200 281 0.001937 10.0.0.131 - - [2025-10-02 01:56:06] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.131 - - [2025-10-02 01:56:06] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2966 0.049857 10.0.0.131 - - [2025-10-02 01:56:06] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001442 10.0.0.131 - - [2025-10-02 01:56:06] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00 HTTP/1.1" 200 2152 0.070079 10.0.0.131 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 1005 0.006645 10.0.0.131 - - [2025-10-02 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.131 - - [2025-10-02 01:56:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002584 10.0.0.131 - - [2025-10-02 01:56:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002347 10.0.0.131 - - [2025-10-02 01:56:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001844 10.0.0.131 - - [2025-10-02 01:56:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001908 10.0.0.131 - - [2025-10-02 01:56:06] "POST /neutron/network HTTP/1.1" 200 151 0.090808 10.0.0.131 - - [2025-10-02 01:56:06] "DELETE /route-target/1878eefb-4885-432d-b9d2-b0ab877e5cef HTTP/1.1" 200 115 0.021770 10.0.0.131 - - [2025-10-02 01:56:06] "GET /routing-instance/1e7694ee-688c-46fb-9516-5a7b910b712f HTTP/1.1" 404 171 0.001852 10.0.0.131 - - [2025-10-02 01:56:06] "GET /domains HTTP/1.1" 200 281 0.001642 10.0.0.131 - - [2025-10-02 01:56:06] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.131 - - [2025-10-02 01:56:06] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2966 0.053517 10.0.0.131 - - [2025-10-02 01:56:06] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001334 10.0.0.131 - - [2025-10-02 01:56:06] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00 HTTP/1.1" 200 1906 0.064492 10.0.0.131 - - [2025-10-02 01:56:07] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.131 - - [2025-10-02 01:56:07] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.023287 10.0.0.131 - - [2025-10-02 01:56:07] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.131 - - [2025-10-02 01:56:07] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?fields=virtual_networks HTTP/1.1" 200 1051 0.067575 10.0.0.131 - - [2025-10-02 01:56:07] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.131 - - [2025-10-02 01:56:07] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.022229 10.0.0.131 - - [2025-10-02 01:56:07] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.131 - - [2025-10-02 01:56:07] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?fields=security_groups HTTP/1.1" 200 1286 0.022521 10.0.0.131 - - [2025-10-02 01:56:08] "POST /fqname-to-id HTTP/1.1" 404 204 0.029827 10.0.0.131 - - [2025-10-02 01:56:08] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002222 10.0.0.131 - - [2025-10-02 01:56:08] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.131 - - [2025-10-02 01:56:08] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007035 10.0.0.131 - - [2025-10-02 01:56:08] "POST /id-to-fqname HTTP/1.1" 200 206 0.002676 10.0.0.131 - - [2025-10-02 01:56:08] "POST /fqname-to-id HTTP/1.1" 404 215 0.003602 10.0.0.131 - - [2025-10-02 01:56:08] "POST /security-groups HTTP/1.1" 200 607 0.064422 10.0.0.131 - - [2025-10-02 01:56:08] "POST /fqname-to-id HTTP/1.1" 404 250 0.002708 10.0.0.131 - - [2025-10-02 01:56:08] "POST /projects HTTP/1.1" 200 617 0.213070 10.0.0.131 - - [2025-10-02 01:56:08] "POST /access-control-lists HTTP/1.1" 200 614 0.057582 10.0.0.131 - - [2025-10-02 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.283492 10.0.0.131 - - [2025-10-02 01:56:08] "POST /fqname-to-id HTTP/1.1" 404 249 0.002519 10.0.0.131 - - [2025-10-02 01:56:08] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.399655 10.0.0.131 - - [2025-10-02 01:56:08] "POST /access-control-lists HTTP/1.1" 200 612 0.057879 10.0.0.131 - - [2025-10-02 01:56:09] "GET / HTTP/1.1" 200 36215 0.001859 10.0.0.131 - - [2025-10-02 01:56:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.131 - - [2025-10-02 01:56:10] "POST /fqname-to-id HTTP/1.1" 404 233 0.047284 10.0.0.131 - - [2025-10-02 01:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002040 10.0.0.131 - - [2025-10-02 01:56:10] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000942 10.0.0.131 - - [2025-10-02 01:56:10] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.019560 10.0.0.131 - - [2025-10-02 01:56:11] "POST /network-policys HTTP/1.1" 200 569 0.060478 10.0.0.131 - - [2025-10-02 01:56:11] "GET /network-policy/3a2b27a1-63ed-41eb-aab3-30089ce5f1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005165 10.0.0.131 - - [2025-10-02 01:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.131 - - [2025-10-02 01:56:11] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000946 10.0.0.131 - - [2025-10-02 01:56:11] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.022393 10.0.0.131 - - [2025-10-02 01:56:11] "POST /neutron/network HTTP/1.1" 200 117 0.027384 10.0.0.131 - - [2025-10-02 01:56:11] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001253 10.0.0.131 - - [2025-10-02 01:56:11] "POST /neutron/network HTTP/1.1" 200 623 0.057073 10.0.0.131 - - [2025-10-02 01:56:11] "POST /route-targets HTTP/1.1" 200 328 0.012662 10.0.0.131 - - [2025-10-02 01:56:11] "POST /ref-update HTTP/1.1" 200 156 0.014353 10.0.0.131 - - [2025-10-02 01:56:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002099 10.0.0.131 - - [2025-10-02 01:56:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.187061 10.0.0.131 - - [2025-10-02 01:56:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.005238 10.0.0.131 - - [2025-10-02 01:56:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004252 10.0.0.131 - - [2025-10-02 01:56:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.186711 10.0.0.131 - - [2025-10-02 01:56:11] "POST /neutron/network HTTP/1.1" 200 1015 0.006316 10.0.0.131 - - [2025-10-02 01:56:11] "POST /id-to-fqname HTTP/1.1" 200 237 0.000970 10.0.0.131 - - [2025-10-02 01:56:11] "GET /virtual-network/d1e3bcda-d5e1-40f7-b05d-0d3a74e13c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.004169 10.0.0.131 - - [2025-10-02 01:56:11] "POST /neutron/network HTTP/1.1" 200 1015 0.006190 10.0.0.131 - - [2025-10-02 01:56:11] "GET /virtual-network/d1e3bcda-d5e1-40f7-b05d-0d3a74e13c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.004107 10.0.0.131 - - [2025-10-02 01:56:11] "POST /neutron/network HTTP/1.1" 200 1015 0.008102 10.0.0.131 - - [2025-10-02 01:56:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.006776 10.0.0.131 - - [2025-10-02 01:56:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.010354 10.0.0.131 - - [2025-10-02 01:56:12] "POST /neutron/network HTTP/1.1" 200 1015 0.007272 10.0.0.131 - - [2025-10-02 01:56:12] "POST /fqname-to-id HTTP/1.1" 404 252 0.004366 10.0.0.131 - - [2025-10-02 01:56:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.002161 10.0.0.131 - - [2025-10-02 01:56:12] "POST /neutron/network HTTP/1.1" 200 1122 0.039710 10.0.0.131 - - [2025-10-02 01:56:12] "POST /access-control-lists HTTP/1.1" 200 609 0.063689 10.0.0.131 - - [2025-10-02 01:56:12] "POST /neutron/network HTTP/1.1" 200 1122 0.046773 10.0.0.131 - - [2025-10-02 01:56:12] "GET /virtual-network/d1e3bcda-d5e1-40f7-b05d-0d3a74e13c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.004727 10.0.0.131 - - [2025-10-02 01:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002157 10.0.0.131 - - [2025-10-02 01:56:12] "GET /network-policy/3a2b27a1-63ed-41eb-aab3-30089ce5f1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003477 10.0.0.131 - - [2025-10-02 01:56:12] "GET /domains HTTP/1.1" 401 293 0.000473 10.0.0.131 - - [2025-10-02 01:56:12] "GET /domains HTTP/1.1" 200 281 0.024042 10.0.0.131 - - [2025-10-02 01:56:12] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002387 10.0.0.131 - - [2025-10-02 01:56:12] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 3169 0.009111 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000914 10.0.0.131 - - [2025-10-02 01:56:12] "DELETE /project/cb9ce8dcda1640cb924dba3274e46d00 HTTP/1.1" 404 173 0.015999 10.0.0.131 - - [2025-10-02 01:56:12] "DELETE /project/ab99350470194a91ad08f64f99ce4a21 HTTP/1.1" 404 173 0.015333 10.0.0.131 - - [2025-10-02 01:56:12] "DELETE /project/fcb3a2b398914593be4326b1f07da523 HTTP/1.1" 404 173 0.007915 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000916 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000794 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000787 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.041160 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.049779 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21 HTTP/1.1" 200 2466 0.089072 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.060923 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000842 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000777 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000730 10.0.0.131 - - [2025-10-02 01:56:12] "GET /virtual-network/d1e3bcda-d5e1-40f7-b05d-0d3a74e13c50 HTTP/1.1" 200 3547 0.019135 10.0.0.131 - - [2025-10-02 01:56:12] "GET /virtual-network/d1e3bcda-d5e1-40f7-b05d-0d3a74e13c50 HTTP/1.1" 200 3547 0.005392 10.0.0.131 - - [2025-10-02 01:56:12] "GET /routing-instance/f27a8f52-b976-45fd-bfd0-e14b7f07d45a HTTP/1.1" 200 1499 0.003034 10.0.0.131 - - [2025-10-02 01:56:12] "GET /routing-instance/f27a8f52-b976-45fd-bfd0-e14b7f07d45a HTTP/1.1" 200 1499 0.005465 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?fields=security_groups HTTP/1.1" 200 1388 0.061299 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?fields=security_groups HTTP/1.1" 200 1373 0.063094 10.0.0.131 - - [2025-10-02 01:56:12] "GET /route-target/64190bf7-0482-4544-b112-22ec59b66303 HTTP/1.1" 200 1224 0.005257 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?fields=security_groups HTTP/1.1" 200 1358 0.070273 10.0.0.131 - - [2025-10-02 01:56:12] "GET /virtual-network/d1e3bcda-d5e1-40f7-b05d-0d3a74e13c50 HTTP/1.1" 200 3547 0.004687 10.0.0.131 - - [2025-10-02 01:56:12] "GET /routing-instance/f27a8f52-b976-45fd-bfd0-e14b7f07d45a HTTP/1.1" 200 1499 0.002462 10.0.0.131 - - [2025-10-02 01:56:12] "GET /virtual-network/d1e3bcda-d5e1-40f7-b05d-0d3a74e13c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.003754 10.0.0.131 - - [2025-10-02 01:56:12] "GET /virtual-network/d1e3bcda-d5e1-40f7-b05d-0d3a74e13c50 HTTP/1.1" 200 3547 0.003907 10.0.0.131 - - [2025-10-02 01:56:12] "GET /routing-instance/f27a8f52-b976-45fd-bfd0-e14b7f07d45a HTTP/1.1" 200 1499 0.002301 10.0.0.131 - - [2025-10-02 01:56:12] "GET /routing-instance/f27a8f52-b976-45fd-bfd0-e14b7f07d45a HTTP/1.1" 200 1499 0.003182 10.0.0.131 - - [2025-10-02 01:56:12] "GET /route-target/64190bf7-0482-4544-b112-22ec59b66303 HTTP/1.1" 200 1224 0.002319 10.0.0.131 - - [2025-10-02 01:56:12] "GET /domains HTTP/1.1" 200 281 0.003977 10.0.0.131 - - [2025-10-02 01:56:12] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000804 10.0.0.131 - - [2025-10-02 01:56:12] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 3169 0.012982 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001040 10.0.0.131 - - [2025-10-02 01:56:12] "DELETE /security-group/7ce9c3fe-4df5-4a79-9993-d3e68405119c HTTP/1.1" 200 115 0.066983 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=cb9ce8dc-da16-40cb-924d-ba3274e46d00&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.131 - - [2025-10-02 01:56:12] "DELETE /access-control-list/bc0942f5-8efe-461a-b5f5-bea42b514f69 HTTP/1.1" 200 115 0.042089 10.0.0.131 - - [2025-10-02 01:56:12] "DELETE /security-group/1626f3fc-b065-4d81-a328-24ff2d2f7691 HTTP/1.1" 200 115 0.072148 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=fcb3a2b3-9891-4593-be43-26b1f07da523&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000793 10.0.0.131 - - [2025-10-02 01:56:12] "DELETE /security-group/9609769d-c7d6-41dc-bf59-bc134804a1d8 HTTP/1.1" 200 115 0.072373 10.0.0.131 - - [2025-10-02 01:56:12] "GET /projects?obj_uuids=f99db57d-251f-47c2-98c8-ff2c4680db6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000782 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00?fields=application_policy_sets HTTP/1.1" 200 1427 0.036207 10.0.0.131 - - [2025-10-02 01:56:12] "DELETE /access-control-list/739b30df-6415-4c61-b635-96dbc28f4e85 HTTP/1.1" 200 115 0.037812 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/f99db57d-251f-47c2-98c8-ff2c4680db6a?fields=application_policy_sets HTTP/1.1" 200 1397 0.032890 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21 HTTP/1.1" 200 2466 0.079176 10.0.0.131 - - [2025-10-02 01:56:12] "GET /virtual-network/d1e3bcda-d5e1-40f7-b05d-0d3a74e13c50 HTTP/1.1" 200 3547 0.005772 10.0.0.131 - - [2025-10-02 01:56:12] "GET /project/fcb3a2b3-9891-4593-be43-26b1f07da523?fields=application_policy_sets HTTP/1.1" 200 1412 0.084366 10.0.0.131 - - [2025-10-02 01:56:12] "DELETE /access-control-list/da748a74-0fc6-4747-83bc-f83622987bb7 HTTP/1.1" 200 115 0.043851 10.0.0.131 - - [2025-10-02 01:56:12] "DELETE /access-control-list/df175d89-6f58-4937-874f-5fcbf210c0ff HTTP/1.1" 200 115 0.031507 10.0.0.131 - - [2025-10-02 01:56:13] "DELETE /access-control-list/040f2a26-96ad-4ee4-9132-cfe939b71e92 HTTP/1.1" 200 115 0.037738 10.0.0.131 - - [2025-10-02 01:56:13] "DELETE /project/cb9ce8dc-da16-40cb-924d-ba3274e46d00 HTTP/1.1" 200 115 0.448879 10.0.0.131 - - [2025-10-02 01:56:13] "DELETE /access-control-list/5c8a003d-b87d-4c33-80b3-b7daf27c1fed HTTP/1.1" 200 115 0.031710 10.0.0.131 - - [2025-10-02 01:56:13] "DELETE /project/f99db57d-251f-47c2-98c8-ff2c4680db6a HTTP/1.1" 200 115 0.474617 10.0.0.131 - - [2025-10-02 01:56:13] "DELETE /project/fcb3a2b3-9891-4593-be43-26b1f07da523 HTTP/1.1" 200 115 0.485840 10.0.0.131 - - [2025-10-02 01:56:13] "GET /obj-perms HTTP/1.1" 200 5081 0.046139 10.0.0.131 - - [2025-10-02 01:56:13] "GET /domains HTTP/1.1" 200 281 0.002408 10.0.0.131 - - [2025-10-02 01:56:13] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.131 - - [2025-10-02 01:56:13] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2599 0.007481 10.0.0.131 - - [2025-10-02 01:56:13] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002883 10.0.0.131 - - [2025-10-02 01:56:13] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21 HTTP/1.1" 200 2466 0.065422 10.0.0.131 - - [2025-10-02 01:56:13] "GET /network-policy/3a2b27a1-63ed-41eb-aab3-30089ce5f1a9 HTTP/1.1" 200 3481 0.003601 10.0.0.131 - - [2025-10-02 01:56:13] "DELETE /network-policy/3a2b27a1-63ed-41eb-aab3-30089ce5f1a9 HTTP/1.1" 409 239 0.004395 10.0.0.131 - - [2025-10-02 01:56:13] "POST /neutron/network HTTP/1.1" 200 1122 0.005445 10.0.0.131 - - [2025-10-02 01:56:13] "DELETE /access-control-list/fd6323ce-52d0-4160-9cbd-7ebce481fd1f HTTP/1.1" 200 115 0.020509 10.0.0.131 - - [2025-10-02 01:56:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004472 10.0.0.131 - - [2025-10-02 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.131 - - [2025-10-02 01:56:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001418 10.0.0.131 - - [2025-10-02 01:56:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001365 10.0.0.131 - - [2025-10-02 01:56:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001415 10.0.0.131 - - [2025-10-02 01:56:13] "POST /neutron/network HTTP/1.1" 200 151 0.139474 10.0.0.131 - - [2025-10-02 01:56:13] "GET /routing-instance/f27a8f52-b976-45fd-bfd0-e14b7f07d45a HTTP/1.1" 404 171 0.002079 10.0.0.131 - - [2025-10-02 01:56:13] "GET /domains HTTP/1.1" 200 281 0.002117 10.0.0.131 - - [2025-10-02 01:56:13] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000760 10.0.0.131 - - [2025-10-02 01:56:13] "DELETE /route-target/64190bf7-0482-4544-b112-22ec59b66303 HTTP/1.1" 200 115 0.013825 10.0.0.131 - - [2025-10-02 01:56:13] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2599 0.053160 10.0.0.131 - - [2025-10-02 01:56:13] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000872 10.0.0.131 - - [2025-10-02 01:56:13] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21 HTTP/1.1" 200 2211 0.062883 10.0.0.131 - - [2025-10-02 01:56:13] "DELETE /network-policy/3a2b27a1-63ed-41eb-aab3-30089ce5f1a9 HTTP/1.1" 200 115 0.019608 10.0.0.131 - - [2025-10-02 01:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002038 10.0.0.131 - - [2025-10-02 01:56:13] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000897 10.0.0.131 - - [2025-10-02 01:56:13] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.022967 10.0.0.131 - - [2025-10-02 01:56:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-82876917&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003657 10.0.0.131 - - [2025-10-02 01:56:14] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001074 10.0.0.131 - - [2025-10-02 01:56:14] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.024085 10.0.0.131 - - [2025-10-02 01:56:14] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001272 10.0.0.131 - - [2025-10-02 01:56:14] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?fields=virtual_networks HTTP/1.1" 200 1067 0.064395 10.0.0.131 - - [2025-10-02 01:56:14] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000963 10.0.0.131 - - [2025-10-02 01:56:14] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.021280 10.0.0.131 - - [2025-10-02 01:56:14] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001278 10.0.0.131 - - [2025-10-02 01:56:14] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?fields=security_groups HTTP/1.1" 200 1310 0.021486 10.0.0.131 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.021368 10.0.0.131 - - [2025-10-02 01:56:15] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002223 10.0.0.131 - - [2025-10-02 01:56:15] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.131 - - [2025-10-02 01:56:15] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006256 10.0.0.131 - - [2025-10-02 01:56:15] "POST /id-to-fqname HTTP/1.1" 200 192 0.001778 10.0.0.131 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.001670 10.0.0.131 - - [2025-10-02 01:56:15] "POST /security-groups HTTP/1.1" 200 593 0.060293 10.0.0.131 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.002104 10.0.0.131 - - [2025-10-02 01:56:15] "POST /projects HTTP/1.1" 200 589 0.206024 10.0.0.131 - - [2025-10-02 01:56:15] "POST /access-control-lists HTTP/1.1" 200 600 0.054775 10.0.0.131 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.280792 10.0.0.131 - - [2025-10-02 01:56:15] "POST /fqname-to-id HTTP/1.1" 404 235 0.002574 10.0.0.131 - - [2025-10-02 01:56:15] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.398245 10.0.0.131 - - [2025-10-02 01:56:15] "POST /access-control-lists HTTP/1.1" 200 598 0.070244 10.0.0.131 - - [2025-10-02 01:56:16] "GET / HTTP/1.1" 200 36215 0.001728 10.0.0.131 - - [2025-10-02 01:56:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429 10.0.0.131 - - [2025-10-02 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.035459 10.0.0.131 - - [2025-10-02 01:56:17] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000912 10.0.0.131 - - [2025-10-02 01:56:17] "GET /obj-perms HTTP/1.1" 200 5075 0.345903 10.0.0.131 - - [2025-10-02 01:56:17] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027144 10.0.0.131 - - [2025-10-02 01:56:18] "POST /neutron/network HTTP/1.1" 200 117 0.249884 10.0.0.131 - - [2025-10-02 01:56:18] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001228 10.0.0.131 - - [2025-10-02 01:56:18] "GET /obj-perms HTTP/1.1" 200 5075 0.051379 10.0.0.131 - - [2025-10-02 01:56:18] "POST /neutron/network HTTP/1.1" 200 607 0.056306 10.0.0.131 - - [2025-10-02 01:56:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003718 10.0.0.131 - - [2025-10-02 01:56:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.165208 10.0.0.131 - - [2025-10-02 01:56:18] "POST /neutron/network HTTP/1.1" 200 825 0.006420 10.0.0.131 - - [2025-10-02 01:56:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001112 10.0.0.131 - - [2025-10-02 01:56:18] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004433 10.0.0.131 - - [2025-10-02 01:56:18] "POST /neutron/network HTTP/1.1" 200 825 0.005265 10.0.0.131 - - [2025-10-02 01:56:18] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004695 10.0.0.131 - - [2025-10-02 01:56:18] "POST /neutron/network HTTP/1.1" 200 825 0.005430 10.0.0.131 - - [2025-10-02 01:56:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.008162 10.0.0.131 - - [2025-10-02 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.131 - - [2025-10-02 01:56:18] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000865 10.0.0.131 - - [2025-10-02 01:56:18] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024064 10.0.0.131 - - [2025-10-02 01:56:18] "POST /neutron/network HTTP/1.1" 200 117 0.008715 10.0.0.131 - - [2025-10-02 01:56:18] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000862 10.0.0.131 - - [2025-10-02 01:56:18] "POST /route-targets HTTP/1.1" 200 328 0.010915 10.0.0.131 - - [2025-10-02 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.015035 10.0.0.131 - - [2025-10-02 01:56:18] "POST /neutron/network HTTP/1.1" 200 607 0.067444 10.0.0.131 - - [2025-10-02 01:56:18] "POST /route-targets HTTP/1.1" 200 328 0.009338 10.0.0.131 - - [2025-10-02 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.010143 10.0.0.131 - - [2025-10-02 01:56:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003403 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/subnet HTTP/1.1" 200 734 0.195924 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/network HTTP/1.1" 200 828 0.004981 10.0.0.131 - - [2025-10-02 01:56:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001076 10.0.0.131 - - [2025-10-02 01:56:19] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004765 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/network HTTP/1.1" 200 828 0.005039 10.0.0.131 - - [2025-10-02 01:56:19] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006204 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/network HTTP/1.1" 200 828 0.004838 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/subnet HTTP/1.1" 200 734 0.005331 10.0.0.131 - - [2025-10-02 01:56:19] "POST /fqname-to-id HTTP/1.1" 404 228 0.001893 10.0.0.131 - - [2025-10-02 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.131 - - [2025-10-02 01:56:19] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000948 10.0.0.131 - - [2025-10-02 01:56:19] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023680 10.0.0.131 - - [2025-10-02 01:56:19] "POST /network-policys HTTP/1.1" 200 573 0.015888 10.0.0.131 - - [2025-10-02 01:56:19] "GET /network-policy/4a249507-cd4c-4256-bbc6-4b036d74e311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004512 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/network HTTP/1.1" 200 825 0.004922 10.0.0.131 - - [2025-10-02 01:56:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.003643 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/network HTTP/1.1" 200 927 0.037315 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/network HTTP/1.1" 200 927 0.039645 10.0.0.131 - - [2025-10-02 01:56:19] "POST /access-control-lists HTTP/1.1" 200 592 0.062873 10.0.0.131 - - [2025-10-02 01:56:19] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004215 10.0.0.131 - - [2025-10-02 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001823 10.0.0.131 - - [2025-10-02 01:56:19] "GET /network-policy/4a249507-cd4c-4256-bbc6-4b036d74e311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003629 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/network HTTP/1.1" 200 828 0.004916 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/network HTTP/1.1" 200 930 0.033935 10.0.0.131 - - [2025-10-02 01:56:19] "POST /neutron/network HTTP/1.1" 200 930 0.031294 10.0.0.131 - - [2025-10-02 01:56:19] "PUT /access-control-list/ec29f38a-acfa-4994-88bd-465cb23cb39d HTTP/1.1" 200 273 0.054164 10.0.0.131 - - [2025-10-02 01:56:19] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005122 10.0.0.131 - - [2025-10-02 01:56:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.004446 10.0.0.131 - - [2025-10-02 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001948 10.0.0.131 - - [2025-10-02 01:56:19] "GET /network-policy/4a249507-cd4c-4256-bbc6-4b036d74e311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.002466 10.0.0.131 - - [2025-10-02 01:56:19] "GET /domains HTTP/1.1" 401 293 0.000436 10.0.0.131 - - [2025-10-02 01:56:19] "POST /access-control-lists HTTP/1.1" 200 592 0.061332 10.0.0.131 - - [2025-10-02 01:56:19] "POST /ref-update HTTP/1.1" 200 156 0.010407 10.0.0.131 - - [2025-10-02 01:56:20] "GET /domains HTTP/1.1" 200 281 0.020793 10.0.0.131 - - [2025-10-02 01:56:20] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.131 - - [2025-10-02 01:56:20] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2788 0.006608 10.0.0.131 - - [2025-10-02 01:56:20] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000738 10.0.0.131 - - [2025-10-02 01:56:20] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585 HTTP/1.1" 200 2580 0.065951 10.0.0.131 - - [2025-10-02 01:56:20] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0 HTTP/1.1" 200 2894 0.005092 10.0.0.131 - - [2025-10-02 01:56:20] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0 HTTP/1.1" 200 2894 0.003796 10.0.0.131 - - [2025-10-02 01:56:20] "GET /routing-instance/8bd511fb-7b6d-4f03-9cba-ea97076207dd HTTP/1.1" 200 1788 0.003238 10.0.0.131 - - [2025-10-02 01:56:20] "GET /routing-instance/8bd511fb-7b6d-4f03-9cba-ea97076207dd HTTP/1.1" 200 1788 0.002436 10.0.0.131 - - [2025-10-02 01:56:20] "GET /route-target/3b2fa414-ec82-461a-969f-acb3946e2566 HTTP/1.1" 200 1208 0.002255 10.0.0.131 - - [2025-10-02 01:56:20] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0 HTTP/1.1" 200 2894 0.003654 10.0.0.131 - - [2025-10-02 01:56:20] "GET /routing-instance/8bd511fb-7b6d-4f03-9cba-ea97076207dd HTTP/1.1" 200 1788 0.003436 10.0.0.131 - - [2025-10-02 01:56:20] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003374 10.0.0.131 - - [2025-10-02 01:56:20] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0 HTTP/1.1" 200 2894 0.003460 10.0.0.131 - - [2025-10-02 01:56:20] "GET /routing-instance/8bd511fb-7b6d-4f03-9cba-ea97076207dd HTTP/1.1" 200 1788 0.002220 10.0.0.131 - - [2025-10-02 01:56:20] "GET /routing-instance/8bd511fb-7b6d-4f03-9cba-ea97076207dd HTTP/1.1" 200 1788 0.002354 10.0.0.131 - - [2025-10-02 01:56:20] "GET /route-target/3b2fa414-ec82-461a-969f-acb3946e2566 HTTP/1.1" 200 1208 0.002473 10.0.0.131 - - [2025-10-02 01:56:20] "GET /domains HTTP/1.1" 200 281 0.002188 10.0.0.131 - - [2025-10-02 01:56:20] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.131 - - [2025-10-02 01:56:20] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2788 0.005646 10.0.0.131 - - [2025-10-02 01:56:20] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000774 10.0.0.131 - - [2025-10-02 01:56:20] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585 HTTP/1.1" 200 2580 0.066015 10.0.0.131 - - [2025-10-02 01:56:20] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0 HTTP/1.1" 200 2894 0.004177 10.0.0.131 - - [2025-10-02 01:56:20] "GET /obj-perms HTTP/1.1" 200 5053 0.042017 10.0.0.131 - - [2025-10-02 01:56:20] "GET /domains HTTP/1.1" 200 281 0.002428 10.0.0.131 - - [2025-10-02 01:56:20] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.131 - - [2025-10-02 01:56:20] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2788 0.006024 10.0.0.131 - - [2025-10-02 01:56:20] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000751 10.0.0.131 - - [2025-10-02 01:56:20] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585 HTTP/1.1" 200 2580 0.083611 10.0.0.131 - - [2025-10-02 01:56:20] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d HTTP/1.1" 200 2903 0.018580 10.0.0.131 - - [2025-10-02 01:56:21] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d HTTP/1.1" 200 2903 0.006234 10.0.0.131 - - [2025-10-02 01:56:21] "GET /routing-instance/905a03f5-46bb-4bb8-a52b-f6d1a2fbdef6 HTTP/1.1" 200 1788 0.004592 10.0.0.131 - - [2025-10-02 01:56:21] "GET /routing-instance/905a03f5-46bb-4bb8-a52b-f6d1a2fbdef6 HTTP/1.1" 200 1788 0.003511 10.0.0.131 - - [2025-10-02 01:56:21] "GET /route-target/8e7d762d-b7f9-4778-a2ea-c6803ce15f8d HTTP/1.1" 200 1209 0.003113 10.0.0.131 - - [2025-10-02 01:56:21] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d HTTP/1.1" 200 2903 0.004008 10.0.0.131 - - [2025-10-02 01:56:21] "GET /routing-instance/905a03f5-46bb-4bb8-a52b-f6d1a2fbdef6 HTTP/1.1" 200 1788 0.003027 10.0.0.131 - - [2025-10-02 01:56:21] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004116 10.0.0.131 - - [2025-10-02 01:56:21] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d HTTP/1.1" 200 2903 0.003926 10.0.0.131 - - [2025-10-02 01:56:21] "GET /routing-instance/905a03f5-46bb-4bb8-a52b-f6d1a2fbdef6 HTTP/1.1" 200 1788 0.003515 10.0.0.131 - - [2025-10-02 01:56:21] "GET /routing-instance/905a03f5-46bb-4bb8-a52b-f6d1a2fbdef6 HTTP/1.1" 200 1788 0.004347 10.0.0.131 - - [2025-10-02 01:56:21] "GET /route-target/8e7d762d-b7f9-4778-a2ea-c6803ce15f8d HTTP/1.1" 200 1209 0.002956 10.0.0.131 - - [2025-10-02 01:56:21] "GET /domains HTTP/1.1" 200 281 0.002788 10.0.0.131 - - [2025-10-02 01:56:21] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.131 - - [2025-10-02 01:56:21] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2788 0.005798 10.0.0.131 - - [2025-10-02 01:56:21] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000792 10.0.0.131 - - [2025-10-02 01:56:21] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585 HTTP/1.1" 200 2580 0.060480 10.0.0.131 - - [2025-10-02 01:56:21] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d HTTP/1.1" 200 2903 0.003940 10.0.0.131 - - [2025-10-02 01:56:21] "GET /obj-perms HTTP/1.1" 200 5053 0.002293 10.0.0.131 - - [2025-10-02 01:56:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001489 10.0.0.131 - - [2025-10-02 01:56:21] "POST /neutron/network HTTP/1.1" 200 937 0.005838 10.0.0.131 - - [2025-10-02 01:56:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000444 10.0.0.131 - - [2025-10-02 01:56:21] "GET / HTTP/1.1" 200 36215 0.001431 10.0.0.131 - - [2025-10-02 01:56:21] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000352 10.0.0.131 - - [2025-10-02 01:56:22] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001350 10.0.0.131 - - [2025-10-02 01:56:22] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.061153 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/network HTTP/1.1" 200 927 0.004509 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.004858 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.004604 10.0.0.131 - - [2025-10-02 01:56:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001143 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.004597 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/network HTTP/1.1" 200 940 0.005300 10.0.0.131 - - [2025-10-02 01:56:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000398 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/network HTTP/1.1" 200 937 0.005155 10.0.0.131 - - [2025-10-02 01:56:22] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002011 10.0.0.131 - - [2025-10-02 01:56:22] "GET / HTTP/1.1" 200 36215 0.001685 10.0.0.131 - - [2025-10-02 01:56:22] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000345 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/port HTTP/1.1" 200 1061 0.186552 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/port HTTP/1.1" 200 1061 0.010158 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/port HTTP/1.1" 200 1061 0.009135 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/port HTTP/1.1" 200 1115 0.055445 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/port HTTP/1.1" 200 1089 0.011916 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002992 10.0.0.131 - - [2025-10-02 01:56:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.006832 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/network HTTP/1.1" 200 927 0.005141 10.0.0.131 - - [2025-10-02 01:56:23] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001383 10.0.0.131 - - [2025-10-02 01:56:23] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.049969 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/network HTTP/1.1" 200 930 0.006102 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/port HTTP/1.1" 200 1089 0.011846 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005864 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/port HTTP/1.1" 200 117 0.006713 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/port HTTP/1.1" 200 1089 0.010465 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005213 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/network HTTP/1.1" 200 940 0.007518 10.0.0.131 - - [2025-10-02 01:56:23] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.131 - - [2025-10-02 01:56:23] "PUT /access-control-list/75a46cf7-d1bb-4922-bdf3-a84d51befd9a HTTP/1.1" 200 273 0.054283 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/port HTTP/1.1" 200 1064 0.281477 10.0.0.131 - - [2025-10-02 01:56:23] "POST /neutron/port HTTP/1.1" 200 1064 0.018119 10.0.0.131 - - [2025-10-02 01:56:24] "POST /neutron/port HTTP/1.1" 200 1064 0.017740 10.0.0.131 - - [2025-10-02 01:56:24] "POST /neutron/port HTTP/1.1" 200 1118 0.081332 10.0.0.131 - - [2025-10-02 01:56:24] "POST /neutron/port HTTP/1.1" 200 1092 0.009917 10.0.0.131 - - [2025-10-02 01:56:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002711 10.0.0.131 - - [2025-10-02 01:56:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.010454 10.0.0.131 - - [2025-10-02 01:56:24] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.131 - - [2025-10-02 01:56:24] "POST /neutron/network HTTP/1.1" 200 930 0.005437 10.0.0.131 - - [2025-10-02 01:56:28] "POST /neutron/port HTTP/1.1" 200 1089 0.010318 10.0.0.131 - - [2025-10-02 01:56:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005443 10.0.0.131 - - [2025-10-02 01:56:28] "POST /neutron/port HTTP/1.1" 200 1089 0.009753 10.0.0.131 - - [2025-10-02 01:56:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005099 10.0.0.131 - - [2025-10-02 01:56:28] "POST /neutron/port HTTP/1.1" 200 1089 0.010734 10.0.0.131 - - [2025-10-02 01:56:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005298 10.0.0.131 - - [2025-10-02 01:56:28] "GET /virtual-machine/3fcaca6a-0072-4307-86a1-e897847f1c22 HTTP/1.1" 200 1295 0.003491 10.0.0.131 - - [2025-10-02 01:56:28] "GET /virtual-machine-interface/e60619ab-b6c5-41df-a731-0337d5ca64b2 HTTP/1.1" 200 2958 0.004759 10.0.0.131 - - [2025-10-02 01:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.131 - - [2025-10-02 01:56:28] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002909 10.0.0.131 - - [2025-10-02 01:56:28] "GET /virtual-networks?parent_id=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002201 10.0.0.131 - - [2025-10-02 01:56:28] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004932 10.0.0.131 - - [2025-10-02 01:56:31] "POST /neutron/port HTTP/1.1" 200 1089 0.010341 10.0.0.131 - - [2025-10-02 01:56:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004320 10.0.0.131 - - [2025-10-02 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.131 - - [2025-10-02 01:56:31] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004227 10.0.0.131 - - [2025-10-02 01:56:32] "POST /neutron/port HTTP/1.1" 200 1092 0.010533 10.0.0.131 - - [2025-10-02 01:56:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004330 10.0.0.131 - - [2025-10-02 01:56:33] "POST /neutron/port HTTP/1.1" 200 1089 0.011616 10.0.0.131 - - [2025-10-02 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.131 - - [2025-10-02 01:56:34] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002674 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/port HTTP/1.1" 200 1089 0.009001 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/network HTTP/1.1" 200 937 0.004726 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002583 10.0.0.131 - - [2025-10-02 01:56:34] "GET /virtual-networks?parent_id=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004667 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.005769 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/network HTTP/1.1" 200 927 0.006033 10.0.0.131 - - [2025-10-02 01:56:34] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006005 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/port HTTP/1.1" 200 1092 0.011563 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005234 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/port HTTP/1.1" 200 1092 0.009391 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005328 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/port HTTP/1.1" 200 1092 0.011656 10.0.0.131 - - [2025-10-02 01:56:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005438 10.0.0.131 - - [2025-10-02 01:56:34] "GET /virtual-machine/765ad976-a5d9-43e9-afa9-b824e1024c97 HTTP/1.1" 200 1296 0.003588 10.0.0.131 - - [2025-10-02 01:56:34] "GET /virtual-machine-interface/33614c36-8e85-4a63-89ce-5b2a7d26248c HTTP/1.1" 200 2956 0.003863 10.0.0.131 - - [2025-10-02 01:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002253 10.0.0.131 - - [2025-10-02 01:56:34] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003031 10.0.0.131 - - [2025-10-02 01:56:34] "GET /virtual-networks?parent_id=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003222 10.0.0.131 - - [2025-10-02 01:56:34] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004804 10.0.0.131 - - [2025-10-02 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.131 - - [2025-10-02 01:56:35] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004831 10.0.0.131 - - [2025-10-02 01:56:35] "GET /virtual-networks?parent_id=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003443 10.0.0.131 - - [2025-10-02 01:56:35] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004686 10.0.0.131 - - [2025-10-02 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.131 - - [2025-10-02 01:56:40] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000849 10.0.0.131 - - [2025-10-02 01:56:40] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.019820 10.0.0.131 - - [2025-10-02 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.131 - - [2025-10-02 01:56:40] "PUT /network-policy/4a249507-cd4c-4256-bbc6-4b036d74e311 HTTP/1.1" 200 263 0.009318 10.0.0.131 - - [2025-10-02 01:56:40] "PUT /access-control-list/ec29f38a-acfa-4994-88bd-465cb23cb39d HTTP/1.1" 200 273 0.050308 10.0.0.131 - - [2025-10-02 01:56:40] "POST /ref-update HTTP/1.1" 200 156 0.009749 10.0.0.131 - - [2025-10-02 01:56:40] "PUT /access-control-list/75a46cf7-d1bb-4922-bdf3-a84d51befd9a HTTP/1.1" 200 273 0.050159 10.0.0.131 - - [2025-10-02 01:56:40] "POST /ref-update HTTP/1.1" 200 156 0.026468 10.0.0.131 - - [2025-10-02 01:56:43] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005746 10.0.0.131 - - [2025-10-02 01:56:43] "POST /neutron/network HTTP/1.1" 200 930 0.005887 10.0.0.131 - - [2025-10-02 01:56:43] "POST /neutron/network HTTP/1.1" 200 828 0.036956 10.0.0.131 - - [2025-10-02 01:56:43] "DELETE /access-control-list/75a46cf7-d1bb-4922-bdf3-a84d51befd9a HTTP/1.1" 200 115 0.020497 10.0.0.131 - - [2025-10-02 01:56:43] "POST /neutron/network HTTP/1.1" 200 828 0.004915 10.0.0.131 - - [2025-10-02 01:56:43] "GET /virtual-network/61c52c41-a07f-447c-ba0c-b994cb6c789d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004306 10.0.0.131 - - [2025-10-02 01:56:43] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004171 10.0.0.131 - - [2025-10-02 01:56:43] "POST /neutron/network HTTP/1.1" 200 927 0.005661 10.0.0.131 - - [2025-10-02 01:56:43] "POST /neutron/network HTTP/1.1" 200 825 0.039881 10.0.0.131 - - [2025-10-02 01:56:43] "DELETE /access-control-list/ec29f38a-acfa-4994-88bd-465cb23cb39d HTTP/1.1" 200 115 0.031345 10.0.0.131 - - [2025-10-02 01:56:43] "POST /neutron/network HTTP/1.1" 200 825 0.013883 10.0.0.131 - - [2025-10-02 01:56:43] "GET /virtual-network/4f09c13f-da67-46c6-a597-e2a553ff0dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004620 10.0.0.131 - - [2025-10-02 01:56:43] "DELETE /network-policy/4a249507-cd4c-4256-bbc6-4b036d74e311 HTTP/1.1" 200 115 0.029853 10.0.0.131 - - [2025-10-02 01:56:43] "POST /neutron/network HTTP/1.1" 200 828 0.005961 10.0.0.131 - - [2025-10-02 01:56:43] "POST /neutron/network HTTP/1.1" 400 204 0.012212 10.0.0.131 - - [2025-10-02 01:56:44] "POST /neutron/port HTTP/1.1" 200 1092 0.010223 10.0.0.131 - - [2025-10-02 01:56:44] "POST /neutron/port HTTP/1.1" 200 1118 0.008143 10.0.0.131 - - [2025-10-02 01:56:44] "POST /neutron/port HTTP/1.1" 200 1089 0.009316 10.0.0.131 - - [2025-10-02 01:56:44] "POST /neutron/port HTTP/1.1" 200 1115 0.007329 10.0.0.131 - - [2025-10-02 01:56:44] "POST /neutron/port HTTP/1.1" 200 151 0.106277 10.0.0.131 - - [2025-10-02 01:56:44] "POST /neutron/port HTTP/1.1" 200 151 0.115963 10.0.0.131 - - [2025-10-02 01:56:45] "POST /neutron/network HTTP/1.1" 200 828 0.005273 10.0.0.131 - - [2025-10-02 01:56:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003450 10.0.0.131 - - [2025-10-02 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.131 - - [2025-10-02 01:56:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.131 - - [2025-10-02 01:56:46] "POST /neutron/network HTTP/1.1" 200 151 0.075569 10.0.0.131 - - [2025-10-02 01:56:46] "GET /routing-instance/905a03f5-46bb-4bb8-a52b-f6d1a2fbdef6 HTTP/1.1" 404 171 0.002613 10.0.0.131 - - [2025-10-02 01:56:46] "DELETE /route-target/8e7d762d-b7f9-4778-a2ea-c6803ce15f8d HTTP/1.1" 200 115 0.020474 10.0.0.131 - - [2025-10-02 01:56:46] "GET /domains HTTP/1.1" 200 281 0.002767 10.0.0.131 - - [2025-10-02 01:56:46] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001090 10.0.0.131 - - [2025-10-02 01:56:46] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2788 0.049376 10.0.0.131 - - [2025-10-02 01:56:46] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000820 10.0.0.131 - - [2025-10-02 01:56:46] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585 HTTP/1.1" 200 2110 0.069109 10.0.0.131 - - [2025-10-02 01:56:46] "POST /neutron/network HTTP/1.1" 200 825 0.006300 10.0.0.131 - - [2025-10-02 01:56:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002880 10.0.0.131 - - [2025-10-02 01:56:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002680 10.0.0.131 - - [2025-10-02 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.131 - - [2025-10-02 01:56:46] "POST /neutron/network HTTP/1.1" 200 151 0.069602 10.0.0.131 - - [2025-10-02 01:56:46] "GET /routing-instance/8bd511fb-7b6d-4f03-9cba-ea97076207dd HTTP/1.1" 404 171 0.002029 10.0.0.131 - - [2025-10-02 01:56:46] "GET /domains HTTP/1.1" 200 281 0.001484 10.0.0.131 - - [2025-10-02 01:56:46] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.131 - - [2025-10-02 01:56:46] "DELETE /route-target/3b2fa414-ec82-461a-969f-acb3946e2566 HTTP/1.1" 200 115 0.018655 10.0.0.131 - - [2025-10-02 01:56:46] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2788 0.046294 10.0.0.131 - - [2025-10-02 01:56:46] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000821 10.0.0.131 - - [2025-10-02 01:56:46] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585 HTTP/1.1" 200 1870 0.065462 10.0.0.131 - - [2025-10-02 01:56:46] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.131 - - [2025-10-02 01:56:46] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.034546 10.0.0.131 - - [2025-10-02 01:56:46] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.131 - - [2025-10-02 01:56:46] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?fields=virtual_networks HTTP/1.1" 200 1039 0.064257 10.0.0.131 - - [2025-10-02 01:56:46] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.131 - - [2025-10-02 01:56:46] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.023391 10.0.0.131 - - [2025-10-02 01:56:46] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.131 - - [2025-10-02 01:56:46] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?fields=security_groups HTTP/1.1" 200 1268 0.022822 10.0.0.131 - - [2025-10-02 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 181 0.022063 10.0.0.131 - - [2025-10-02 01:56:47] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002150 10.0.0.131 - - [2025-10-02 01:56:47] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.131 - - [2025-10-02 01:56:47] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006027 10.0.0.131 - - [2025-10-02 01:56:47] "POST /id-to-fqname HTTP/1.1" 200 183 0.001837 10.0.0.131 - - [2025-10-02 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.002020 10.0.0.131 - - [2025-10-02 01:56:47] "POST /security-groups HTTP/1.1" 200 584 0.060102 10.0.0.131 - - [2025-10-02 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 227 0.002301 10.0.0.131 - - [2025-10-02 01:56:47] "POST /projects HTTP/1.1" 200 571 0.201638 10.0.0.131 - - [2025-10-02 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.265730 10.0.0.131 - - [2025-10-02 01:56:48] "POST /access-control-lists HTTP/1.1" 200 591 0.067516 10.0.0.131 - - [2025-10-02 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 226 0.002496 10.0.0.131 - - [2025-10-02 01:56:48] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.376891 10.0.0.131 - - [2025-10-02 01:56:48] "POST /access-control-lists HTTP/1.1" 200 589 0.056610 10.0.0.131 - - [2025-10-02 01:56:49] "GET / HTTP/1.1" 200 36215 0.001694 10.0.0.131 - - [2025-10-02 01:56:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.131 - - [2025-10-02 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.048779 10.0.0.131 - - [2025-10-02 01:56:50] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000875 10.0.0.131 - - [2025-10-02 01:56:50] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.022166 10.0.0.131 - - [2025-10-02 01:56:50] "POST /neutron/network HTTP/1.1" 200 117 0.026760 10.0.0.131 - - [2025-10-02 01:56:50] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000926 10.0.0.131 - - [2025-10-02 01:56:50] "POST /neutron/network HTTP/1.1" 200 612 0.053857 10.0.0.131 - - [2025-10-02 01:56:50] "POST /route-targets HTTP/1.1" 200 328 0.017227 10.0.0.131 - - [2025-10-02 01:56:50] "POST /ref-update HTTP/1.1" 200 156 0.011608 10.0.0.131 - - [2025-10-02 01:56:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002972 10.0.0.131 - - [2025-10-02 01:56:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.148818 10.0.0.131 - - [2025-10-02 01:56:50] "POST /neutron/network HTTP/1.1" 200 829 0.004323 10.0.0.131 - - [2025-10-02 01:56:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.000921 10.0.0.131 - - [2025-10-02 01:56:50] "GET /virtual-network/ff04c64d-3b04-48eb-9d32-02c502b68d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003973 10.0.0.131 - - [2025-10-02 01:56:50] "POST /neutron/network HTTP/1.1" 200 829 0.005225 10.0.0.131 - - [2025-10-02 01:56:50] "GET /virtual-network/ff04c64d-3b04-48eb-9d32-02c502b68d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004225 10.0.0.131 - - [2025-10-02 01:56:50] "POST /neutron/network HTTP/1.1" 200 829 0.005245 10.0.0.131 - - [2025-10-02 01:56:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.008668 10.0.0.131 - - [2025-10-02 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.131 - - [2025-10-02 01:56:50] "GET /virtual-network/ff04c64d-3b04-48eb-9d32-02c502b68d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004847 10.0.0.131 - - [2025-10-02 01:56:50] "PUT /virtual-network/ff04c64d-3b04-48eb-9d32-02c502b68d17 HTTP/1.1" 200 265 0.030244 10.0.0.131 - - [2025-10-02 01:56:50] "POST /route-targets HTTP/1.1" 200 324 0.014449 10.0.0.131 - - [2025-10-02 01:56:50] "POST /ref-update HTTP/1.1" 200 156 0.008133 10.0.0.131 - - [2025-10-02 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.131 - - [2025-10-02 01:56:50] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000953 10.0.0.131 - - [2025-10-02 01:56:50] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.024127 10.0.0.131 - - [2025-10-02 01:56:50] "POST /neutron/network HTTP/1.1" 200 117 0.008772 10.0.0.131 - - [2025-10-02 01:56:50] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000976 10.0.0.131 - - [2025-10-02 01:56:51] "POST /neutron/network HTTP/1.1" 200 612 0.059630 10.0.0.131 - - [2025-10-02 01:56:51] "POST /route-targets HTTP/1.1" 200 328 0.010674 10.0.0.131 - - [2025-10-02 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.009891 10.0.0.131 - - [2025-10-02 01:56:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003047 10.0.0.131 - - [2025-10-02 01:56:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.195302 10.0.0.131 - - [2025-10-02 01:56:51] "POST /neutron/network HTTP/1.1" 200 829 0.005172 10.0.0.131 - - [2025-10-02 01:56:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001145 10.0.0.131 - - [2025-10-02 01:56:51] "GET /virtual-network/866bd83f-359a-4037-8ba0-21d39f3680b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004397 10.0.0.131 - - [2025-10-02 01:56:51] "POST /neutron/network HTTP/1.1" 200 829 0.004999 10.0.0.131 - - [2025-10-02 01:56:51] "GET /virtual-network/866bd83f-359a-4037-8ba0-21d39f3680b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005342 10.0.0.131 - - [2025-10-02 01:56:51] "POST /neutron/network HTTP/1.1" 200 829 0.006047 10.0.0.131 - - [2025-10-02 01:56:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.006482 10.0.0.131 - - [2025-10-02 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.131 - - [2025-10-02 01:56:51] "GET /virtual-network/866bd83f-359a-4037-8ba0-21d39f3680b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004817 10.0.0.131 - - [2025-10-02 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.012575 10.0.0.131 - - [2025-10-02 01:56:51] "PUT /virtual-network/866bd83f-359a-4037-8ba0-21d39f3680b3 HTTP/1.1" 200 265 0.039168 10.0.0.131 - - [2025-10-02 01:56:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001333 10.0.0.131 - - [2025-10-02 01:56:51] "POST /neutron/network HTTP/1.1" 200 839 0.005523 10.0.0.131 - - [2025-10-02 01:56:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000336 10.0.0.131 - - [2025-10-02 01:56:52] "GET / HTTP/1.1" 200 36215 0.001939 10.0.0.131 - - [2025-10-02 01:56:52] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000360 10.0.0.131 - - [2025-10-02 01:56:52] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000971 10.0.0.131 - - [2025-10-02 01:56:52] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.044668 10.0.0.131 - - [2025-10-02 01:56:52] "POST /neutron/network HTTP/1.1" 200 829 0.004921 10.0.0.131 - - [2025-10-02 01:56:52] "POST /neutron/port HTTP/1.1" 200 117 0.004482 10.0.0.131 - - [2025-10-02 01:56:52] "POST /neutron/port HTTP/1.1" 200 117 0.005066 10.0.0.131 - - [2025-10-02 01:56:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001214 10.0.0.131 - - [2025-10-02 01:56:52] "POST /neutron/port HTTP/1.1" 200 117 0.004966 10.0.0.131 - - [2025-10-02 01:56:52] "POST /neutron/network HTTP/1.1" 200 839 0.005100 10.0.0.131 - - [2025-10-02 01:56:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000351 10.0.0.131 - - [2025-10-02 01:56:52] "POST /neutron/network HTTP/1.1" 200 839 0.005390 10.0.0.131 - - [2025-10-02 01:56:52] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001082 10.0.0.131 - - [2025-10-02 01:56:53] "GET / HTTP/1.1" 200 36215 0.001584 10.0.0.131 - - [2025-10-02 01:56:53] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000376 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/port HTTP/1.1" 200 1051 0.192575 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/port HTTP/1.1" 200 1051 0.008359 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/port HTTP/1.1" 200 1051 0.006500 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/port HTTP/1.1" 200 1105 0.056060 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/port HTTP/1.1" 200 1079 0.009253 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002835 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/subnet HTTP/1.1" 200 689 0.007082 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/network HTTP/1.1" 200 829 0.005496 10.0.0.131 - - [2025-10-02 01:56:53] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000946 10.0.0.131 - - [2025-10-02 01:56:53] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.050737 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/network HTTP/1.1" 200 829 0.005011 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/port HTTP/1.1" 200 1079 0.019047 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006163 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/port HTTP/1.1" 200 117 0.004699 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/port HTTP/1.1" 200 1079 0.010985 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011150 10.0.0.131 - - [2025-10-02 01:56:53] "POST /neutron/network HTTP/1.1" 200 839 0.006277 10.0.0.131 - - [2025-10-02 01:56:53] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000970 10.0.0.131 - - [2025-10-02 01:56:54] "POST /neutron/port HTTP/1.1" 200 1051 0.223417 10.0.0.131 - - [2025-10-02 01:56:54] "POST /neutron/port HTTP/1.1" 200 1051 0.009995 10.0.0.131 - - [2025-10-02 01:56:54] "POST /neutron/port HTTP/1.1" 200 1051 0.008409 10.0.0.131 - - [2025-10-02 01:56:54] "POST /neutron/port HTTP/1.1" 200 1105 0.078733 10.0.0.131 - - [2025-10-02 01:56:54] "POST /neutron/port HTTP/1.1" 200 1079 0.010669 10.0.0.131 - - [2025-10-02 01:56:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003053 10.0.0.131 - - [2025-10-02 01:56:54] "POST /neutron/subnet HTTP/1.1" 200 689 0.007584 10.0.0.131 - - [2025-10-02 01:56:54] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.131 - - [2025-10-02 01:56:54] "POST /neutron/network HTTP/1.1" 200 829 0.006094 10.0.0.131 - - [2025-10-02 01:56:58] "POST /neutron/port HTTP/1.1" 200 1079 0.011554 10.0.0.131 - - [2025-10-02 01:56:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006758 10.0.0.131 - - [2025-10-02 01:56:58] "POST /neutron/port HTTP/1.1" 200 1079 0.010070 10.0.0.131 - - [2025-10-02 01:56:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005828 10.0.0.131 - - [2025-10-02 01:56:58] "POST /neutron/port HTTP/1.1" 200 1079 0.011187 10.0.0.131 - - [2025-10-02 01:56:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007517 10.0.0.131 - - [2025-10-02 01:56:59] "GET /virtual-machine/c368bd22-622e-44a6-aa8e-33b150b68fd3 HTTP/1.1" 401 293 0.000525 10.0.0.131 - - [2025-10-02 01:56:59] "GET /virtual-machine/c368bd22-622e-44a6-aa8e-33b150b68fd3 HTTP/1.1" 200 1288 0.029693 10.0.0.131 - - [2025-10-02 01:56:59] "GET /virtual-machine-interface/2e1d2080-8cd3-4ef3-ae89-09eeb1ce2fe2 HTTP/1.1" 200 2933 0.004332 10.0.0.131 - - [2025-10-02 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.131 - - [2025-10-02 01:56:59] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003185 10.0.0.131 - - [2025-10-02 01:56:59] "GET /virtual-networks?parent_id=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002763 10.0.0.131 - - [2025-10-02 01:56:59] "GET /virtual-network/ff04c64d-3b04-48eb-9d32-02c502b68d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004802 10.0.0.131 - - [2025-10-02 01:57:01] "POST /neutron/port HTTP/1.1" 200 1079 0.010683 10.0.0.131 - - [2025-10-02 01:57:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005340 10.0.0.131 - - [2025-10-02 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.131 - - [2025-10-02 01:57:02] "GET /virtual-network/ff04c64d-3b04-48eb-9d32-02c502b68d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004448 10.0.0.131 - - [2025-10-02 01:57:02] "POST /neutron/port HTTP/1.1" 200 1079 0.010893 10.0.0.131 - - [2025-10-02 01:57:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005288 10.0.0.131 - - [2025-10-02 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.131 - - [2025-10-02 01:57:04] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003159 10.0.0.131 - - [2025-10-02 01:57:04] "GET /virtual-networks?parent_id=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003325 10.0.0.131 - - [2025-10-02 01:57:04] "GET /virtual-network/ff04c64d-3b04-48eb-9d32-02c502b68d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005143 10.0.0.131 - - [2025-10-02 01:57:05] "POST /neutron/port HTTP/1.1" 200 1079 0.010142 10.0.0.131 - - [2025-10-02 01:57:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004885 10.0.0.131 - - [2025-10-02 01:57:05] "POST /neutron/port HTTP/1.1" 200 1079 0.010217 10.0.0.131 - - [2025-10-02 01:57:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004846 10.0.0.131 - - [2025-10-02 01:57:05] "POST /neutron/port HTTP/1.1" 200 1079 0.009738 10.0.0.131 - - [2025-10-02 01:57:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004853 10.0.0.131 - - [2025-10-02 01:57:05] "GET /virtual-machine/5a6c6db2-1cf4-4acf-b679-6c8812b55540 HTTP/1.1" 200 1287 0.003805 10.0.0.131 - - [2025-10-02 01:57:05] "GET /virtual-machine-interface/c43ef0da-f277-47ae-8a94-e34d397adf29 HTTP/1.1" 200 2933 0.003773 10.0.0.131 - - [2025-10-02 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001992 10.0.0.131 - - [2025-10-02 01:57:05] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002264 10.0.0.131 - - [2025-10-02 01:57:05] "GET /virtual-networks?parent_id=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003462 10.0.0.131 - - [2025-10-02 01:57:05] "GET /virtual-network/866bd83f-359a-4037-8ba0-21d39f3680b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005289 10.0.0.131 - - [2025-10-02 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.131 - - [2025-10-02 01:57:06] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002572 10.0.0.131 - - [2025-10-02 01:57:06] "GET /virtual-networks?parent_id=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003000 10.0.0.131 - - [2025-10-02 01:57:06] "GET /virtual-network/866bd83f-359a-4037-8ba0-21d39f3680b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005165 10.0.0.131 - - [2025-10-02 01:57:06] "POST /routing-policys HTTP/1.1" 200 536 0.016551 10.0.0.131 - - [2025-10-02 01:57:06] "GET /virtual-network/ff04c64d-3b04-48eb-9d32-02c502b68d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.007889 10.0.0.131 - - [2025-10-02 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.018293 10.0.0.131 - - [2025-10-02 01:57:06] "PUT /virtual-network/ff04c64d-3b04-48eb-9d32-02c502b68d17 HTTP/1.1" 200 265 0.038710 10.0.0.131 - - [2025-10-02 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.031465 10.0.0.131 - - [2025-10-02 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.010734 10.0.0.131 - - [2025-10-02 01:57:10] "DELETE /routing-policy/28d224f4-97a5-45bc-85e0-7f1a877aae0c HTTP/1.1" 200 115 0.019550 10.0.0.131 - - [2025-10-02 01:57:10] "POST /neutron/network HTTP/1.1" 200 829 0.005983 10.0.0.131 - - [2025-10-02 01:57:10] "POST /neutron/network HTTP/1.1" 400 204 0.011981 10.0.0.131 - - [2025-10-02 01:57:11] "POST /neutron/port HTTP/1.1" 200 1079 0.010286 10.0.0.131 - - [2025-10-02 01:57:11] "POST /neutron/port HTTP/1.1" 200 1105 0.008446 10.0.0.131 - - [2025-10-02 01:57:11] "POST /neutron/port HTTP/1.1" 200 1079 0.010602 10.0.0.131 - - [2025-10-02 01:57:11] "POST /neutron/port HTTP/1.1" 200 1105 0.007439 10.0.0.131 - - [2025-10-02 01:57:11] "POST /neutron/port HTTP/1.1" 200 151 0.114299 10.0.0.131 - - [2025-10-02 01:57:11] "POST /neutron/port HTTP/1.1" 200 151 0.112413 10.0.0.131 - - [2025-10-02 01:57:12] "POST /neutron/network HTTP/1.1" 200 829 0.005198 10.0.0.131 - - [2025-10-02 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.131 - - [2025-10-02 01:57:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002642 10.0.0.131 - - [2025-10-02 01:57:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001877 10.0.0.131 - - [2025-10-02 01:57:12] "POST /neutron/network HTTP/1.1" 200 151 0.092640 10.0.0.131 - - [2025-10-02 01:57:12] "DELETE /route-target/b625028d-5da5-4588-b254-e0e0c64323a8 HTTP/1.1" 200 115 0.017722 10.0.0.131 - - [2025-10-02 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006021 10.0.0.131 - - [2025-10-02 01:57:12] "POST /neutron/network HTTP/1.1" 200 829 0.006459 10.0.0.131 - - [2025-10-02 01:57:12] "DELETE /route-target/6ef2d995-8104-4783-a8ba-c5f1c45da4a3 HTTP/1.1" 409 240 0.004682 10.0.0.131 - - [2025-10-02 01:57:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002085 10.0.0.131 - - [2025-10-02 01:57:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001728 10.0.0.131 - - [2025-10-02 01:57:13] "POST /neutron/network HTTP/1.1" 200 151 0.070551 10.0.0.131 - - [2025-10-02 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /route-target/237c9b1c-4632-4c13-8e67-5ce61678c09c HTTP/1.1" 200 115 0.018383 10.0.0.131 - - [2025-10-02 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /project/c85df8a471684e9ebc2a4563e0f84865 HTTP/1.1" 404 173 0.008157 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /project/ad305ebe3c2a4542b8e41abea3ffa585 HTTP/1.1" 404 173 0.005752 10.0.0.131 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000837 10.0.0.131 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000734 10.0.0.131 - - [2025-10-02 01:57:13] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.034061 10.0.0.131 - - [2025-10-02 01:57:13] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.038707 10.0.0.131 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000877 10.0.0.131 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000888 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /route-target/6ef2d995-8104-4783-a8ba-c5f1c45da4a3 HTTP/1.1" 200 115 0.050582 10.0.0.131 - - [2025-10-02 01:57:13] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?fields=security_groups HTTP/1.1" 200 1370 0.039390 10.0.0.131 - - [2025-10-02 01:57:13] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?fields=security_groups HTTP/1.1" 200 1412 0.042257 10.0.0.131 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001305 10.0.0.131 - - [2025-10-02 01:57:13] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.031842 10.0.0.131 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002596 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /security-group/f31fdf77-7f56-4afd-85b6-93c132641743 HTTP/1.1" 200 115 0.074930 10.0.0.131 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=ad305ebe-3c2a-4542-b8e4-1abea3ffa585&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000946 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /security-group/8ebe9586-8b5b-4445-8b65-dcd5698de453 HTTP/1.1" 200 115 0.072511 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /access-control-list/f1d5f862-ecdd-40f4-912f-b6b988bc6b19 HTTP/1.1" 200 115 0.046919 10.0.0.131 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=ab993504-7019-4a91-ad08-f64f99ce4a21&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000833 10.0.0.131 - - [2025-10-02 01:57:13] "GET /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585?fields=application_policy_sets HTTP/1.1" 200 1409 0.057353 10.0.0.131 - - [2025-10-02 01:57:13] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?fields=virtual_networks HTTP/1.1" 200 1021 0.108580 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /access-control-list/5d4ecd8b-f875-4dde-a21a-f41a5779d849 HTTP/1.1" 200 115 0.064147 10.0.0.131 - - [2025-10-02 01:57:13] "GET /project/ab993504-7019-4a91-ad08-f64f99ce4a21?fields=application_policy_sets HTTP/1.1" 200 1451 0.099605 10.0.0.131 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000906 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /access-control-list/a9e9f0eb-d926-455d-b4f0-822e53738b2a HTTP/1.1" 200 115 0.038316 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /access-control-list/0e0253dd-94ea-4e89-bf0c-02f61fde7385 HTTP/1.1" 200 115 0.028658 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /project/ad305ebe-3c2a-4542-b8e4-1abea3ffa585 HTTP/1.1" 200 115 0.402893 10.0.0.131 - - [2025-10-02 01:57:13] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.078759 10.0.0.131 - - [2025-10-02 01:57:13] "DELETE /project/ab993504-7019-4a91-ad08-f64f99ce4a21 HTTP/1.1" 200 115 0.438239 10.0.0.131 - - [2025-10-02 01:57:13] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000924 10.0.0.131 - - [2025-10-02 01:57:13] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?fields=security_groups HTTP/1.1" 200 1241 0.018698 10.0.0.131 - - [2025-10-02 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.020515 10.0.0.131 - - [2025-10-02 01:57:14] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002062 10.0.0.131 - - [2025-10-02 01:57:14] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.131 - - [2025-10-02 01:57:14] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006625 10.0.0.131 - - [2025-10-02 01:57:14] "POST /id-to-fqname HTTP/1.1" 200 188 0.001775 10.0.0.131 - - [2025-10-02 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.002916 10.0.0.131 - - [2025-10-02 01:57:14] "POST /security-groups HTTP/1.1" 200 589 0.060197 10.0.0.131 - - [2025-10-02 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 232 0.002368 10.0.0.131 - - [2025-10-02 01:57:14] "POST /projects HTTP/1.1" 200 581 0.241069 10.0.0.131 - - [2025-10-02 01:57:14] "POST /access-control-lists HTTP/1.1" 200 596 0.056418 10.0.0.131 - - [2025-10-02 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.315208 10.0.0.131 - - [2025-10-02 01:57:14] "POST /fqname-to-id HTTP/1.1" 404 231 0.002648 10.0.0.131 - - [2025-10-02 01:57:14] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.432935 10.0.0.131 - - [2025-10-02 01:57:14] "POST /access-control-lists HTTP/1.1" 200 594 0.058956 10.0.0.131 - - [2025-10-02 01:57:15] "GET / HTTP/1.1" 200 36215 0.001942 10.0.0.131 - - [2025-10-02 01:57:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000471 10.0.0.131 - - [2025-10-02 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.056591 10.0.0.131 - - [2025-10-02 01:57:16] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.131 - - [2025-10-02 01:57:16] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021613 10.0.0.131 - - [2025-10-02 01:57:16] "POST /neutron/network HTTP/1.1" 200 117 0.028731 10.0.0.131 - - [2025-10-02 01:57:16] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.131 - - [2025-10-02 01:57:17] "POST /neutron/network HTTP/1.1" 200 613 0.066180 10.0.0.131 - - [2025-10-02 01:57:17] "POST /route-targets HTTP/1.1" 200 328 0.010516 10.0.0.131 - - [2025-10-02 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.013023 10.0.0.131 - - [2025-10-02 01:57:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002696 10.0.0.131 - - [2025-10-02 01:57:17] "POST /neutron/subnet HTTP/1.1" 200 730 0.187096 10.0.0.131 - - [2025-10-02 01:57:17] "POST /neutron/network HTTP/1.1" 200 833 0.005159 10.0.0.131 - - [2025-10-02 01:57:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.000934 10.0.0.131 - - [2025-10-02 01:57:17] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003827 10.0.0.131 - - [2025-10-02 01:57:17] "POST /neutron/network HTTP/1.1" 200 833 0.005302 10.0.0.131 - - [2025-10-02 01:57:17] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004235 10.0.0.131 - - [2025-10-02 01:57:17] "POST /neutron/network HTTP/1.1" 200 833 0.005406 10.0.0.131 - - [2025-10-02 01:57:17] "POST /neutron/subnet HTTP/1.1" 200 730 0.005459 10.0.0.131 - - [2025-10-02 01:57:17] "GET /domains HTTP/1.1" 401 293 0.000349 10.0.0.131 - - [2025-10-02 01:57:17] "GET /domains HTTP/1.1" 200 281 0.023711 10.0.0.131 - - [2025-10-02 01:57:17] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.131 - - [2025-10-02 01:57:17] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2761 0.008357 10.0.0.131 - - [2025-10-02 01:57:17] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000847 10.0.0.131 - - [2025-10-02 01:57:17] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 2087 0.066204 10.0.0.131 - - [2025-10-02 01:57:17] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54 HTTP/1.1" 200 2325 0.005183 10.0.0.131 - - [2025-10-02 01:57:17] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54 HTTP/1.1" 200 2325 0.003850 10.0.0.131 - - [2025-10-02 01:57:17] "GET /routing-instance/99faaf22-5302-4600-85a6-eeb631f56f63 HTTP/1.1" 200 1496 0.002681 10.0.0.131 - - [2025-10-02 01:57:17] "GET /routing-instance/99faaf22-5302-4600-85a6-eeb631f56f63 HTTP/1.1" 200 1496 0.002375 10.0.0.131 - - [2025-10-02 01:57:17] "GET /route-target/fce8f032-c8d1-474b-a038-894b6dc5c2ea HTTP/1.1" 200 1215 0.002837 10.0.0.131 - - [2025-10-02 01:57:17] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54 HTTP/1.1" 200 2325 0.003945 10.0.0.131 - - [2025-10-02 01:57:17] "GET /routing-instance/99faaf22-5302-4600-85a6-eeb631f56f63 HTTP/1.1" 200 1496 0.002517 10.0.0.131 - - [2025-10-02 01:57:17] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003755 10.0.0.131 - - [2025-10-02 01:57:17] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54 HTTP/1.1" 200 2325 0.003766 10.0.0.131 - - [2025-10-02 01:57:17] "GET /routing-instance/99faaf22-5302-4600-85a6-eeb631f56f63 HTTP/1.1" 200 1496 0.002664 10.0.0.131 - - [2025-10-02 01:57:17] "GET /routing-instance/99faaf22-5302-4600-85a6-eeb631f56f63 HTTP/1.1" 200 1496 0.002234 10.0.0.131 - - [2025-10-02 01:57:17] "GET /route-target/fce8f032-c8d1-474b-a038-894b6dc5c2ea HTTP/1.1" 200 1215 0.001975 10.0.0.131 - - [2025-10-02 01:57:17] "GET /domains HTTP/1.1" 200 281 0.003684 10.0.0.131 - - [2025-10-02 01:57:17] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000784 10.0.0.131 - - [2025-10-02 01:57:17] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2761 0.005624 10.0.0.131 - - [2025-10-02 01:57:17] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000783 10.0.0.131 - - [2025-10-02 01:57:17] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 2087 0.065034 10.0.0.131 - - [2025-10-02 01:57:17] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54 HTTP/1.1" 200 2325 0.004586 10.0.0.131 - - [2025-10-02 01:57:18] "GET /obj-perms HTTP/1.1" 200 5045 0.041744 10.0.0.131 - - [2025-10-02 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.131 - - [2025-10-02 01:57:18] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000837 10.0.0.131 - - [2025-10-02 01:57:18] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020654 10.0.0.131 - - [2025-10-02 01:57:18] "POST /neutron/network HTTP/1.1" 200 117 0.017081 10.0.0.131 - - [2025-10-02 01:57:18] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.131 - - [2025-10-02 01:57:18] "POST /neutron/network HTTP/1.1" 200 613 0.058954 10.0.0.131 - - [2025-10-02 01:57:18] "POST /route-targets HTTP/1.1" 200 328 0.009519 10.0.0.131 - - [2025-10-02 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.011348 10.0.0.131 - - [2025-10-02 01:57:18] "GET /obj-perms HTTP/1.1" 200 5075 0.044298 10.0.0.131 - - [2025-10-02 01:57:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004511 10.0.0.131 - - [2025-10-02 01:57:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.175334 10.0.0.131 - - [2025-10-02 01:57:18] "POST /neutron/network HTTP/1.1" 200 830 0.004299 10.0.0.131 - - [2025-10-02 01:57:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.000940 10.0.0.131 - - [2025-10-02 01:57:18] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003758 10.0.0.131 - - [2025-10-02 01:57:18] "POST /neutron/network HTTP/1.1" 200 830 0.004929 10.0.0.131 - - [2025-10-02 01:57:18] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004290 10.0.0.131 - - [2025-10-02 01:57:18] "POST /neutron/network HTTP/1.1" 200 830 0.004819 10.0.0.131 - - [2025-10-02 01:57:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.005502 10.0.0.131 - - [2025-10-02 01:57:18] "GET /domains HTTP/1.1" 200 281 0.004791 10.0.0.131 - - [2025-10-02 01:57:18] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.131 - - [2025-10-02 01:57:18] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2761 0.005231 10.0.0.131 - - [2025-10-02 01:57:18] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000776 10.0.0.131 - - [2025-10-02 01:57:18] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 2306 0.067775 10.0.0.131 - - [2025-10-02 01:57:18] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b HTTP/1.1" 200 2316 0.007028 10.0.0.131 - - [2025-10-02 01:57:18] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b HTTP/1.1" 200 2316 0.004740 10.0.0.131 - - [2025-10-02 01:57:18] "GET /routing-instance/862d70fc-9b90-45c0-9b26-18ed6f206f42 HTTP/1.1" 200 1496 0.005552 10.0.0.131 - - [2025-10-02 01:57:18] "GET /routing-instance/862d70fc-9b90-45c0-9b26-18ed6f206f42 HTTP/1.1" 200 1496 0.002729 10.0.0.131 - - [2025-10-02 01:57:18] "GET /route-target/2d3f939e-e7c8-450f-94c1-a3ae608c0d2f HTTP/1.1" 200 1214 0.002676 10.0.0.131 - - [2025-10-02 01:57:18] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b HTTP/1.1" 200 2316 0.005044 10.0.0.131 - - [2025-10-02 01:57:18] "GET /obj-perms HTTP/1.1" 200 5075 0.049104 10.0.0.131 - - [2025-10-02 01:57:18] "GET /routing-instance/862d70fc-9b90-45c0-9b26-18ed6f206f42 HTTP/1.1" 200 1496 0.002853 10.0.0.131 - - [2025-10-02 01:57:18] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003936 10.0.0.131 - - [2025-10-02 01:57:18] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b HTTP/1.1" 200 2316 0.004538 10.0.0.131 - - [2025-10-02 01:57:19] "GET /routing-instance/862d70fc-9b90-45c0-9b26-18ed6f206f42 HTTP/1.1" 200 1496 0.003183 10.0.0.131 - - [2025-10-02 01:57:19] "GET /routing-instance/862d70fc-9b90-45c0-9b26-18ed6f206f42 HTTP/1.1" 200 1496 0.003176 10.0.0.131 - - [2025-10-02 01:57:19] "GET /route-target/2d3f939e-e7c8-450f-94c1-a3ae608c0d2f HTTP/1.1" 200 1214 0.002636 10.0.0.131 - - [2025-10-02 01:57:19] "GET /domains HTTP/1.1" 200 281 0.002298 10.0.0.131 - - [2025-10-02 01:57:19] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.131 - - [2025-10-02 01:57:19] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2761 0.006203 10.0.0.131 - - [2025-10-02 01:57:19] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000865 10.0.0.131 - - [2025-10-02 01:57:19] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 2306 0.064784 10.0.0.131 - - [2025-10-02 01:57:19] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b HTTP/1.1" 200 2316 0.004674 10.0.0.131 - - [2025-10-02 01:57:19] "GET /obj-perms HTTP/1.1" 200 5045 0.002857 10.0.0.131 - - [2025-10-02 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.131 - - [2025-10-02 01:57:19] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000927 10.0.0.131 - - [2025-10-02 01:57:19] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.023444 10.0.0.131 - - [2025-10-02 01:57:19] "POST /neutron/network HTTP/1.1" 200 117 0.009756 10.0.0.131 - - [2025-10-02 01:57:19] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.131 - - [2025-10-02 01:57:19] "POST /neutron/network HTTP/1.1" 200 615 0.063004 10.0.0.131 - - [2025-10-02 01:57:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005022 10.0.0.131 - - [2025-10-02 01:57:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.127244 10.0.0.131 - - [2025-10-02 01:57:19] "POST /neutron/network HTTP/1.1" 200 834 0.005593 10.0.0.131 - - [2025-10-02 01:57:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001331 10.0.0.131 - - [2025-10-02 01:57:19] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005578 10.0.0.131 - - [2025-10-02 01:57:19] "POST /neutron/network HTTP/1.1" 200 834 0.006393 10.0.0.131 - - [2025-10-02 01:57:19] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004596 10.0.0.131 - - [2025-10-02 01:57:19] "POST /neutron/network HTTP/1.1" 200 834 0.005246 10.0.0.131 - - [2025-10-02 01:57:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.006244 10.0.0.131 - - [2025-10-02 01:57:19] "GET /domains HTTP/1.1" 200 281 0.002099 10.0.0.131 - - [2025-10-02 01:57:19] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.131 - - [2025-10-02 01:57:19] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2761 0.009542 10.0.0.131 - - [2025-10-02 01:57:19] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.131 - - [2025-10-02 01:57:19] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 2526 0.068756 10.0.0.131 - - [2025-10-02 01:57:19] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6 HTTP/1.1" 200 2327 0.004930 10.0.0.131 - - [2025-10-02 01:57:19] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6 HTTP/1.1" 200 2327 0.004354 10.0.0.131 - - [2025-10-02 01:57:19] "GET /routing-instance/4f22da8a-442d-4a5c-a2ad-aa06eb82b331 HTTP/1.1" 200 1278 0.003858 10.0.0.131 - - [2025-10-02 01:57:19] "GET /routing-instance/4f22da8a-442d-4a5c-a2ad-aa06eb82b331 HTTP/1.1" 200 1278 0.002947 10.0.0.131 - - [2025-10-02 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.008109 10.0.0.131 - - [2025-10-02 01:57:24] "GET /domains HTTP/1.1" 200 281 0.002688 10.0.0.131 - - [2025-10-02 01:57:24] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.131 - - [2025-10-02 01:57:24] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2761 0.010583 10.0.0.131 - - [2025-10-02 01:57:24] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000769 10.0.0.131 - - [2025-10-02 01:57:24] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 2526 0.065930 10.0.0.131 - - [2025-10-02 01:57:24] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6 HTTP/1.1" 200 2327 0.005997 10.0.0.131 - - [2025-10-02 01:57:24] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6 HTTP/1.1" 200 2327 0.004343 10.0.0.131 - - [2025-10-02 01:57:24] "GET /routing-instance/4f22da8a-442d-4a5c-a2ad-aa06eb82b331 HTTP/1.1" 200 1500 0.003797 10.0.0.131 - - [2025-10-02 01:57:24] "GET /routing-instance/4f22da8a-442d-4a5c-a2ad-aa06eb82b331 HTTP/1.1" 200 1500 0.002860 10.0.0.131 - - [2025-10-02 01:57:24] "GET /route-target/78b93f57-4b61-4d7e-8d92-b0e6bb9aa266 HTTP/1.1" 200 1216 0.002921 10.0.0.131 - - [2025-10-02 01:57:24] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6 HTTP/1.1" 200 2327 0.004087 10.0.0.131 - - [2025-10-02 01:57:24] "GET /routing-instance/4f22da8a-442d-4a5c-a2ad-aa06eb82b331 HTTP/1.1" 200 1500 0.002645 10.0.0.131 - - [2025-10-02 01:57:24] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003948 10.0.0.131 - - [2025-10-02 01:57:24] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6 HTTP/1.1" 200 2327 0.003924 10.0.0.131 - - [2025-10-02 01:57:24] "GET /routing-instance/4f22da8a-442d-4a5c-a2ad-aa06eb82b331 HTTP/1.1" 200 1500 0.002739 10.0.0.131 - - [2025-10-02 01:57:24] "GET /routing-instance/4f22da8a-442d-4a5c-a2ad-aa06eb82b331 HTTP/1.1" 200 1500 0.002544 10.0.0.131 - - [2025-10-02 01:57:24] "GET /route-target/78b93f57-4b61-4d7e-8d92-b0e6bb9aa266 HTTP/1.1" 200 1216 0.002147 10.0.0.131 - - [2025-10-02 01:57:24] "GET /domains HTTP/1.1" 200 281 0.003183 10.0.0.131 - - [2025-10-02 01:57:24] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.131 - - [2025-10-02 01:57:24] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2761 0.006011 10.0.0.131 - - [2025-10-02 01:57:24] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000843 10.0.0.131 - - [2025-10-02 01:57:25] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 2526 0.070155 10.0.0.131 - - [2025-10-02 01:57:25] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6 HTTP/1.1" 200 2327 0.004642 10.0.0.131 - - [2025-10-02 01:57:25] "GET /obj-perms HTTP/1.1" 200 5045 0.002818 10.0.0.131 - - [2025-10-02 01:57:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001711 10.0.0.131 - - [2025-10-02 01:57:25] "POST /neutron/network HTTP/1.1" 200 840 0.005433 10.0.0.131 - - [2025-10-02 01:57:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000394 10.0.0.131 - - [2025-10-02 01:57:25] "GET / HTTP/1.1" 200 36215 0.001462 10.0.0.131 - - [2025-10-02 01:57:25] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000343 10.0.0.131 - - [2025-10-02 01:57:25] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.131 - - [2025-10-02 01:57:25] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.051085 10.0.0.131 - - [2025-10-02 01:57:25] "POST /neutron/network HTTP/1.1" 200 830 0.004951 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/port HTTP/1.1" 200 117 0.005893 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/port HTTP/1.1" 200 117 0.020742 10.0.0.131 - - [2025-10-02 01:57:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001330 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/port HTTP/1.1" 200 117 0.004701 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/network HTTP/1.1" 200 844 0.005610 10.0.0.131 - - [2025-10-02 01:57:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000383 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/network HTTP/1.1" 200 840 0.005093 10.0.0.131 - - [2025-10-02 01:57:26] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.131 - - [2025-10-02 01:57:26] "GET / HTTP/1.1" 200 36215 0.005201 10.0.0.131 - - [2025-10-02 01:57:26] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000362 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/port HTTP/1.1" 200 1056 0.196333 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/port HTTP/1.1" 200 1056 0.007569 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/port HTTP/1.1" 200 1056 0.008228 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/port HTTP/1.1" 200 1110 0.062954 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/port HTTP/1.1" 200 1084 0.010261 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003210 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/subnet HTTP/1.1" 200 689 0.008504 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.131 - - [2025-10-02 01:57:26] "POST /neutron/network HTTP/1.1" 200 830 0.004679 10.0.0.131 - - [2025-10-02 01:57:27] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001457 10.0.0.131 - - [2025-10-02 01:57:27] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.052151 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/network HTTP/1.1" 200 834 0.005177 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/port HTTP/1.1" 200 1084 0.014665 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010856 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/port HTTP/1.1" 200 117 0.004439 10.0.0.131 - - [2025-10-02 01:57:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.004001 10.0.0.131 - - [2025-10-02 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.131 - - [2025-10-02 01:57:27] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002326 10.0.0.131 - - [2025-10-02 01:57:27] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009214 10.0.0.131 - - [2025-10-02 01:57:27] "POST /service-templates HTTP/1.1" 200 545 0.019795 10.0.0.131 - - [2025-10-02 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.131 - - [2025-10-02 01:57:27] "GET /service-template/1bb02173-745b-4158-b33b-61af89bccc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004344 10.0.0.131 - - [2025-10-02 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007256 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/network HTTP/1.1" 200 844 0.008287 10.0.0.131 - - [2025-10-02 01:57:27] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.131 - - [2025-10-02 01:57:27] "GET /service-template/1bb02173-745b-4158-b33b-61af89bccc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.002317 10.0.0.131 - - [2025-10-02 01:57:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.003082 10.0.0.131 - - [2025-10-02 01:57:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001517 10.0.0.131 - - [2025-10-02 01:57:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001205 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/port HTTP/1.1" 200 1058 0.224033 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/port HTTP/1.1" 200 1058 0.011936 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/port HTTP/1.1" 200 1058 0.013523 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/port HTTP/1.1" 200 2000 0.025817 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010085 10.0.0.131 - - [2025-10-02 01:57:27] "POST /neutron/port HTTP/1.1" 200 1112 0.092107 10.0.0.131 - - [2025-10-02 01:57:28] "POST /neutron/port HTTP/1.1" 200 1086 0.010833 10.0.0.131 - - [2025-10-02 01:57:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003486 10.0.0.131 - - [2025-10-02 01:57:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.007017 10.0.0.131 - - [2025-10-02 01:57:28] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.131 - - [2025-10-02 01:57:28] "POST /neutron/network HTTP/1.1" 200 834 0.009451 10.0.0.131 - - [2025-10-02 01:57:28] "POST /neutron/network HTTP/1.1" 200 2222 0.010742 10.0.0.131 - - [2025-10-02 01:57:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000360 10.0.0.131 - - [2025-10-02 01:57:28] "GET / HTTP/1.1" 200 36215 0.001656 10.0.0.131 - - [2025-10-02 01:57:28] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000333 10.0.0.131 - - [2025-10-02 01:57:29] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.131 - - [2025-10-02 01:57:29] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.045858 10.0.0.131 - - [2025-10-02 01:57:29] "POST /neutron/network HTTP/1.1" 200 833 0.004435 10.0.0.131 - - [2025-10-02 01:57:29] "POST /neutron/network HTTP/1.1" 200 830 0.004023 10.0.0.131 - - [2025-10-02 01:57:29] "POST /neutron/network HTTP/1.1" 200 834 0.003908 10.0.0.131 - - [2025-10-02 01:57:29] "POST /neutron/port HTTP/1.1" 200 2054 0.016497 10.0.0.131 - - [2025-10-02 01:57:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005238 10.0.0.131 - - [2025-10-02 01:57:29] "POST /neutron/port HTTP/1.1" 200 117 0.004879 10.0.0.131 - - [2025-10-02 01:57:29] "POST /neutron/port HTTP/1.1" 200 117 0.004685 10.0.0.131 - - [2025-10-02 01:57:29] "POST /neutron/network HTTP/1.1" 200 2222 0.012574 10.0.0.131 - - [2025-10-02 01:57:29] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1059 0.239522 10.0.0.131 - - [2025-10-02 01:57:30] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1056 0.175573 10.0.0.131 - - [2025-10-02 01:57:30] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1058 0.183397 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1059 0.008091 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1059 0.007306 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1113 0.075222 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1056 0.009897 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1056 0.006052 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1110 0.056092 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1058 0.009712 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1058 0.008970 10.0.0.131 - - [2025-10-02 01:57:30] "POST /neutron/port HTTP/1.1" 200 1112 0.063358 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/port HTTP/1.1" 200 3024 0.013471 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003243 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/subnet HTTP/1.1" 200 704 0.006301 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/network HTTP/1.1" 200 833 0.005577 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003064 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/subnet HTTP/1.1" 200 689 0.006399 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/network HTTP/1.1" 200 830 0.004902 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002949 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.006158 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.131 - - [2025-10-02 01:57:31] "POST /neutron/network HTTP/1.1" 200 834 0.006591 10.0.0.131 - - [2025-10-02 01:57:34] "POST /neutron/port HTTP/1.1" 200 3024 0.017027 10.0.0.131 - - [2025-10-02 01:57:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005322 10.0.0.131 - - [2025-10-02 01:57:34] "POST /neutron/port HTTP/1.1" 200 3024 0.013878 10.0.0.131 - - [2025-10-02 01:57:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006697 10.0.0.131 - - [2025-10-02 01:57:34] "POST /neutron/port HTTP/1.1" 200 3024 0.015006 10.0.0.131 - - [2025-10-02 01:57:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004716 10.0.0.131 - - [2025-10-02 01:57:34] "POST /neutron/port HTTP/1.1" 200 3024 0.012983 10.0.0.131 - - [2025-10-02 01:57:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007234 10.0.0.131 - - [2025-10-02 01:57:35] "POST /neutron/port HTTP/1.1" 200 3024 0.015896 10.0.0.131 - - [2025-10-02 01:57:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005713 10.0.0.131 - - [2025-10-02 01:57:35] "GET /virtual-machine/4ee1421a-c7a2-4b81-8808-677fa161a978 HTTP/1.1" 200 1805 0.005335 10.0.0.131 - - [2025-10-02 01:57:35] "GET /virtual-machine-interface/46b19e19-b1a2-4d3d-a86b-bf8d7d0e6725 HTTP/1.1" 200 2952 0.006351 10.0.0.131 - - [2025-10-02 01:57:35] "GET /virtual-machine-interface/878e37fc-ca69-4f8f-9962-1a41b1a3c0b4 HTTP/1.1" 200 2952 0.004806 10.0.0.131 - - [2025-10-02 01:57:35] "GET /virtual-machine-interface/e58eb50a-98e0-4a2a-9e2c-b0c8ea50e14e HTTP/1.1" 200 2956 0.004631 10.0.0.131 - - [2025-10-02 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.131 - - [2025-10-02 01:57:35] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002837 10.0.0.131 - - [2025-10-02 01:57:35] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003525 10.0.0.131 - - [2025-10-02 01:57:35] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005014 10.0.0.131 - - [2025-10-02 01:57:35] "POST /neutron/port HTTP/1.1" 200 1084 0.009746 10.0.0.131 - - [2025-10-02 01:57:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004294 10.0.0.131 - - [2025-10-02 01:57:36] "POST /neutron/port HTTP/1.1" 200 1086 0.013037 10.0.0.131 - - [2025-10-02 01:57:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004350 10.0.0.131 - - [2025-10-02 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.131 - - [2025-10-02 01:57:38] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004699 10.0.0.131 - - [2025-10-02 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.131 - - [2025-10-02 01:57:42] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005903 10.0.0.131 - - [2025-10-02 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.131 - - [2025-10-02 01:57:46] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004688 10.0.0.131 - - [2025-10-02 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.131 - - [2025-10-02 01:57:48] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002986 10.0.0.131 - - [2025-10-02 01:57:48] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003144 10.0.0.131 - - [2025-10-02 01:57:48] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005369 10.0.0.131 - - [2025-10-02 01:57:48] "POST /neutron/port HTTP/1.1" 200 3024 0.013287 10.0.0.131 - - [2025-10-02 01:57:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005506 10.0.0.131 - - [2025-10-02 01:57:54] "POST /neutron/port HTTP/1.1" 200 3024 0.014376 10.0.0.131 - - [2025-10-02 01:57:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004652 10.0.0.131 - - [2025-10-02 01:57:59] "POST /neutron/port HTTP/1.1" 200 3024 0.015912 10.0.0.131 - - [2025-10-02 01:57:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005074 10.0.0.131 - - [2025-10-02 01:57:59] "POST /neutron/port HTTP/1.1" 200 3024 0.013062 10.0.0.131 - - [2025-10-02 01:57:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004925 10.0.0.131 - - [2025-10-02 01:58:04] "POST /neutron/port HTTP/1.1" 200 3024 0.018410 10.0.0.131 - - [2025-10-02 01:58:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005675 10.0.0.131 - - [2025-10-02 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.131 - - [2025-10-02 01:58:09] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002707 10.0.0.131 - - [2025-10-02 01:58:09] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002954 10.0.0.131 - - [2025-10-02 01:58:09] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005249 10.0.0.131 - - [2025-10-02 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.131 - - [2025-10-02 01:58:09] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002936 10.0.0.131 - - [2025-10-02 01:58:09] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002761 10.0.0.131 - - [2025-10-02 01:58:09] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005085 10.0.0.131 - - [2025-10-02 01:58:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.002831 10.0.0.131 - - [2025-10-02 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.131 - - [2025-10-02 01:58:10] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.060284 10.0.0.131 - - [2025-10-02 01:58:10] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.085701 10.0.0.131 - - [2025-10-02 01:58:10] "POST /service-instances HTTP/1.1" 200 545 0.060337 10.0.0.131 - - [2025-10-02 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.131 - - [2025-10-02 01:58:10] "GET /service-instance/ed89a56d-7075-4e52-8f85-2466e9cf6152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005110 10.0.0.131 - - [2025-10-02 01:58:10] "POST /port-tuples HTTP/1.1" 200 588 0.021655 10.0.0.131 - - [2025-10-02 01:58:10] "GET /virtual-machine-interface/46b19e19-b1a2-4d3d-a86b-bf8d7d0e6725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.004708 10.0.0.131 - - [2025-10-02 01:58:10] "PUT /virtual-machine-interface/46b19e19-b1a2-4d3d-a86b-bf8d7d0e6725 HTTP/1.1" 200 285 0.008989 10.0.0.131 - - [2025-10-02 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.010215 10.0.0.131 - - [2025-10-02 01:58:10] "POST /instance-ips HTTP/1.1" 200 386 0.021880 10.0.0.131 - - [2025-10-02 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.010071 10.0.0.131 - - [2025-10-02 01:58:10] "GET /virtual-machine-interface/878e37fc-ca69-4f8f-9962-1a41b1a3c0b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.006723 10.0.0.131 - - [2025-10-02 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.013454 10.0.0.131 - - [2025-10-02 01:58:10] "PUT /virtual-machine-interface/878e37fc-ca69-4f8f-9962-1a41b1a3c0b4 HTTP/1.1" 200 285 0.015115 10.0.0.131 - - [2025-10-02 01:58:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002660 10.0.0.131 - - [2025-10-02 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.010232 10.0.0.131 - - [2025-10-02 01:58:10] "GET /virtual-machine-interface/e58eb50a-98e0-4a2a-9e2c-b0c8ea50e14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005937 10.0.0.131 - - [2025-10-02 01:58:10] "POST /instance-ips HTTP/1.1" 200 386 0.027928 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.011244 10.0.0.131 - - [2025-10-02 01:58:11] "PUT /virtual-machine-interface/e58eb50a-98e0-4a2a-9e2c-b0c8ea50e14e HTTP/1.1" 200 285 0.018981 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.009824 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.009221 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002945 10.0.0.131 - - [2025-10-02 01:58:11] "POST /neutron/port HTTP/1.1" 200 1084 0.010451 10.0.0.131 - - [2025-10-02 01:58:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005960 10.0.0.131 - - [2025-10-02 01:58:11] "POST /instance-ips HTTP/1.1" 200 374 0.019897 10.0.0.131 - - [2025-10-02 01:58:11] "POST /neutron/port HTTP/1.1" 200 1084 0.009907 10.0.0.131 - - [2025-10-02 01:58:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006179 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.011260 10.0.0.131 - - [2025-10-02 01:58:11] "POST /neutron/port HTTP/1.1" 200 1084 0.013001 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.008134 10.0.0.131 - - [2025-10-02 01:58:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005078 10.0.0.131 - - [2025-10-02 01:58:11] "GET /virtual-machine/31390505-8c5b-4d68-939a-a5ad10793896 HTTP/1.1" 200 1292 0.003794 10.0.0.131 - - [2025-10-02 01:58:11] "GET /virtual-machine-interface/0dd29427-9292-4665-9d83-89b6bc637b9b HTTP/1.1" 200 2951 0.004098 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003308 10.0.0.131 - - [2025-10-02 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.131 - - [2025-10-02 01:58:11] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002824 10.0.0.131 - - [2025-10-02 01:58:11] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002513 10.0.0.131 - - [2025-10-02 01:58:11] "POST /instance-ips HTTP/1.1" 200 374 0.016081 10.0.0.131 - - [2025-10-02 01:58:11] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005367 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.009092 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.007716 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003134 10.0.0.131 - - [2025-10-02 01:58:11] "POST /instance-ips HTTP/1.1" 200 376 0.015449 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.009212 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.007424 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002632 10.0.0.131 - - [2025-10-02 01:58:11] "POST /instance-ips HTTP/1.1" 200 376 0.016275 10.0.0.131 - - [2025-10-02 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.008303 10.0.0.131 - - [2025-10-02 01:58:12] "POST /ref-update HTTP/1.1" 200 156 0.007535 10.0.0.131 - - [2025-10-02 01:58:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003054 10.0.0.131 - - [2025-10-02 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.131 - - [2025-10-02 01:58:12] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002819 10.0.0.131 - - [2025-10-02 01:58:12] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002688 10.0.0.131 - - [2025-10-02 01:58:12] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005102 10.0.0.131 - - [2025-10-02 01:58:12] "POST /neutron/port HTTP/1.1" 200 1086 0.012309 10.0.0.131 - - [2025-10-02 01:58:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007418 10.0.0.131 - - [2025-10-02 01:58:13] "POST /neutron/port HTTP/1.1" 200 1086 0.010647 10.0.0.131 - - [2025-10-02 01:58:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006361 10.0.0.131 - - [2025-10-02 01:58:13] "POST /neutron/port HTTP/1.1" 200 1086 0.011963 10.0.0.131 - - [2025-10-02 01:58:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005725 10.0.0.131 - - [2025-10-02 01:58:13] "GET /virtual-machine/a5adde46-787d-4228-a5f0-a9e2e114e95c HTTP/1.1" 200 1293 0.004389 10.0.0.131 - - [2025-10-02 01:58:13] "GET /virtual-machine-interface/64f93ff9-d8a0-437e-93bd-c3eda050dc53 HTTP/1.1" 200 2955 0.004436 10.0.0.131 - - [2025-10-02 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.131 - - [2025-10-02 01:58:13] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002583 10.0.0.131 - - [2025-10-02 01:58:13] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002884 10.0.0.131 - - [2025-10-02 01:58:13] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005613 10.0.0.131 - - [2025-10-02 01:58:13] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000880 10.0.0.131 - - [2025-10-02 01:58:13] "DELETE /project/ad1cadc088454000a45d115a1726ab1f HTTP/1.1" 404 173 0.037255 10.0.0.131 - - [2025-10-02 01:58:13] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.025403 10.0.0.131 - - [2025-10-02 01:58:13] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001909 10.0.0.131 - - [2025-10-02 01:58:13] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?fields=security_groups HTTP/1.1" 200 1343 0.065573 10.0.0.131 - - [2025-10-02 01:58:13] "DELETE /security-group/2fa07dc4-8194-409c-9ba3-5d0d5521a997 HTTP/1.1" 200 115 0.037785 10.0.0.131 - - [2025-10-02 01:58:13] "GET /projects?obj_uuids=c85df8a4-7168-4e9e-bc2a-4563e0f84865&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000890 10.0.0.131 - - [2025-10-02 01:58:13] "GET /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865?fields=application_policy_sets HTTP/1.1" 200 1382 0.024714 10.0.0.131 - - [2025-10-02 01:58:13] "DELETE /access-control-list/000bd5e1-7fef-40b0-9ed4-148efd443709 HTTP/1.1" 200 115 0.052771 10.0.0.131 - - [2025-10-02 01:58:13] "DELETE /access-control-list/b1ebb4b8-df9e-4b5b-8d92-92b044e2bea9 HTTP/1.1" 200 115 0.013963 10.0.0.131 - - [2025-10-02 01:58:13] "DELETE /project/c85df8a4-7168-4e9e-bc2a-4563e0f84865 HTTP/1.1" 200 115 0.315057 10.0.0.131 - - [2025-10-02 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.131 - - [2025-10-02 01:58:14] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002930 10.0.0.131 - - [2025-10-02 01:58:14] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002949 10.0.0.131 - - [2025-10-02 01:58:14] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004999 10.0.0.131 - - [2025-10-02 01:58:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.002926 10.0.0.131 - - [2025-10-02 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002232 10.0.0.131 - - [2025-10-02 01:58:14] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.131 - - [2025-10-02 01:58:14] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.028884 10.0.0.131 - - [2025-10-02 01:58:14] "POST /network-policys HTTP/1.1" 200 549 0.014445 10.0.0.131 - - [2025-10-02 01:58:14] "GET /network-policy/2ec5b976-5aa0-42d2-96fd-47e71ea5d3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004113 10.0.0.131 - - [2025-10-02 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.131 - - [2025-10-02 01:58:14] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005041 10.0.0.131 - - [2025-10-02 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.131 - - [2025-10-02 01:58:15] "GET /network-policy/2ec5b976-5aa0-42d2-96fd-47e71ea5d3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003513 10.0.0.131 - - [2025-10-02 01:58:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.002118 10.0.0.131 - - [2025-10-02 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.026052 10.0.0.131 - - [2025-10-02 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.131 - - [2025-10-02 01:58:15] "POST /access-control-lists HTTP/1.1" 200 603 0.057491 10.0.0.131 - - [2025-10-02 01:58:15] "GET /network-policy/2ec5b976-5aa0-42d2-96fd-47e71ea5d3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003479 10.0.0.131 - - [2025-10-02 01:58:15] "POST /neutron/network HTTP/1.1" 200 918 0.007113 10.0.0.131 - - [2025-10-02 01:58:15] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004565 10.0.0.131 - - [2025-10-02 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.131 - - [2025-10-02 01:58:15] "GET /network-policy/2ec5b976-5aa0-42d2-96fd-47e71ea5d3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003508 10.0.0.131 - - [2025-10-02 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.131 - - [2025-10-02 01:58:15] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005328 10.0.0.131 - - [2025-10-02 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.131 - - [2025-10-02 01:58:15] "GET /network-policy/2ec5b976-5aa0-42d2-96fd-47e71ea5d3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003459 10.0.0.131 - - [2025-10-02 01:58:15] "POST /fqname-to-id HTTP/1.1" 404 244 0.002743 10.0.0.131 - - [2025-10-02 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.027986 10.0.0.131 - - [2025-10-02 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.131 - - [2025-10-02 01:58:15] "POST /access-control-lists HTTP/1.1" 200 606 0.058717 10.0.0.131 - - [2025-10-02 01:58:15] "GET /network-policy/2ec5b976-5aa0-42d2-96fd-47e71ea5d3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.006795 10.0.0.131 - - [2025-10-02 01:58:15] "POST /routing-instances HTTP/1.1" 200 761 0.014667 10.0.0.131 - - [2025-10-02 01:58:15] "POST /neutron/network HTTP/1.1" 200 922 0.008949 10.0.0.131 - - [2025-10-02 01:58:15] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006284 10.0.0.131 - - [2025-10-02 01:58:15] "POST /route-targets HTTP/1.1" 200 328 0.011092 10.0.0.131 - - [2025-10-02 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.131 - - [2025-10-02 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.008974 10.0.0.131 - - [2025-10-02 01:58:15] "GET /network-policy/2ec5b976-5aa0-42d2-96fd-47e71ea5d3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003510 10.0.0.131 - - [2025-10-02 01:58:15] "GET /routing-instance/f68fd016-9eca-49bb-905a-3119eb587e79?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003438 10.0.0.131 - - [2025-10-02 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.131 - - [2025-10-02 01:58:16] "GET /routing-instance/f68fd016-9eca-49bb-905a-3119eb587e79?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.005246 10.0.0.131 - - [2025-10-02 01:58:16] "GET /service-template/1bb02173-745b-4158-b33b-61af89bccc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003532 10.0.0.131 - - [2025-10-02 01:58:16] "POST /ref-update HTTP/1.1" 200 156 0.009218 10.0.0.131 - - [2025-10-02 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.131 - - [2025-10-02 01:58:16] "POST /routing-instances HTTP/1.1" 200 762 0.013787 10.0.0.131 - - [2025-10-02 01:58:16] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.131 - - [2025-10-02 01:58:16] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022339 10.0.0.131 - - [2025-10-02 01:58:16] "POST /route-targets HTTP/1.1" 200 328 0.008677 10.0.0.131 - - [2025-10-02 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.131 - - [2025-10-02 01:58:16] "POST /ref-update HTTP/1.1" 200 156 0.008887 10.0.0.131 - - [2025-10-02 01:58:16] "GET /service-instance/ed89a56d-7075-4e52-8f85-2466e9cf6152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004680 10.0.0.131 - - [2025-10-02 01:58:16] "GET /routing-instance/4d205902-1fa8-4cc9-ab2b-3846b495b3a7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003585 10.0.0.131 - - [2025-10-02 01:58:16] "GET /domains HTTP/1.1" 200 281 0.002398 10.0.0.131 - - [2025-10-02 01:58:16] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000835 10.0.0.131 - - [2025-10-02 01:58:16] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2782 0.006433 10.0.0.131 - - [2025-10-02 01:58:16] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000753 10.0.0.131 - - [2025-10-02 01:58:16] "GET /routing-instance/4d205902-1fa8-4cc9-ab2b-3846b495b3a7?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.002835 10.0.0.131 - - [2025-10-02 01:58:16] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 4249 0.069263 10.0.0.131 - - [2025-10-02 01:58:16] "PUT /routing-instance/f68fd016-9eca-49bb-905a-3119eb587e79 HTTP/1.1" 200 267 0.017211 10.0.0.131 - - [2025-10-02 01:58:16] "GET /service-instance/ed89a56d-7075-4e52-8f85-2466e9cf6152 HTTP/1.1" 200 3793 0.006200 10.0.0.131 - - [2025-10-02 01:58:16] "GET /domains HTTP/1.1" 200 281 0.002491 10.0.0.131 - - [2025-10-02 01:58:16] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.131 - - [2025-10-02 01:58:16] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2782 0.005811 10.0.0.131 - - [2025-10-02 01:58:16] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000814 10.0.0.131 - - [2025-10-02 01:58:16] "PUT /routing-instance/4d205902-1fa8-4cc9-ab2b-3846b495b3a7 HTTP/1.1" 200 267 0.009933 10.0.0.131 - - [2025-10-02 01:58:16] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 4249 0.065077 10.0.0.131 - - [2025-10-02 01:58:16] "GET /service-instance/ed89a56d-7075-4e52-8f85-2466e9cf6152 HTTP/1.1" 200 3793 0.003187 10.0.0.131 - - [2025-10-02 01:58:16] "GET /port-tuple/37040364-d4bc-4f97-8960-de1ba44d8a8f HTTP/1.1" 200 1982 0.002614 10.0.0.131 - - [2025-10-02 01:58:16] "POST /ref-update HTTP/1.1" 200 156 0.010313 10.0.0.131 - - [2025-10-02 01:58:16] "GET /virtual-machine-interface/46b19e19-b1a2-4d3d-a86b-bf8d7d0e6725 HTTP/1.1" 200 3825 0.006733 10.0.0.131 - - [2025-10-02 01:58:16] "GET /virtual-machine-interface/878e37fc-ca69-4f8f-9962-1a41b1a3c0b4 HTTP/1.1" 200 3807 0.005363 10.0.0.131 - - [2025-10-02 01:58:16] "GET /virtual-machine-interface/e58eb50a-98e0-4a2a-9e2c-b0c8ea50e14e HTTP/1.1" 200 3814 0.004522 10.0.0.131 - - [2025-10-02 01:58:16] "PUT /access-control-list/96c34c8b-466c-43d9-b6ad-5414f3920c02 HTTP/1.1" 200 273 0.012257 10.0.0.131 - - [2025-10-02 01:58:16] "PUT /access-control-list/4853fa37-0c9c-42d9-ad32-156e53e98e06 HTTP/1.1" 200 273 0.011562 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/port HTTP/1.1" 200 3831 0.041269 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005710 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/port HTTP/1.1" 200 3831 0.021554 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005498 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/port HTTP/1.1" 200 3831 0.023405 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004575 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/port HTTP/1.1" 200 3831 0.022879 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005354 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/network HTTP/1.1" 200 892 0.010695 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/network HTTP/1.1" 200 918 0.005329 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/network HTTP/1.1" 200 807 0.012755 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/network HTTP/1.1" 200 833 0.004849 10.0.0.131 - - [2025-10-02 01:58:16] "POST /neutron/network HTTP/1.1" 200 896 0.011239 10.0.0.131 - - [2025-10-02 01:58:17] "POST /neutron/network HTTP/1.1" 200 922 0.005172 10.0.0.131 - - [2025-10-02 01:58:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001338 10.0.0.131 - - [2025-10-02 01:58:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.000947 10.0.0.131 - - [2025-10-02 01:58:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001966 10.0.0.131 - - [2025-10-02 01:58:17] "GET /virtual-machine/4ee1421a-c7a2-4b81-8808-677fa161a978 HTTP/1.1" 200 1805 0.003937 10.0.0.131 - - [2025-10-02 01:58:17] "GET /virtual-machine-interface/46b19e19-b1a2-4d3d-a86b-bf8d7d0e6725 HTTP/1.1" 200 3825 0.006063 10.0.0.131 - - [2025-10-02 01:58:17] "GET /virtual-machine-interface/878e37fc-ca69-4f8f-9962-1a41b1a3c0b4 HTTP/1.1" 200 3807 0.004568 10.0.0.131 - - [2025-10-02 01:58:17] "GET /virtual-machine-interface/e58eb50a-98e0-4a2a-9e2c-b0c8ea50e14e HTTP/1.1" 200 3814 0.006408 10.0.0.131 - - [2025-10-02 01:58:17] "GET /instance-ip/44ad9b69-a5de-4033-bb7a-b43d9ebb8900 HTTP/1.1" 200 1984 0.004137 10.0.0.131 - - [2025-10-02 01:58:17] "GET /instance-ip/50237b06-ecc9-4fd3-9b6d-23018353b635 HTTP/1.1" 200 1625 0.004611 10.0.0.131 - - [2025-10-02 01:58:17] "GET /instance-ip/8d463ca4-a619-41d1-97ce-3931939b8f04 HTTP/1.1" 200 1983 0.002939 10.0.0.131 - - [2025-10-02 01:58:17] "GET /instance-ip/24f7dde5-f7fc-4525-a99e-b99318324a06 HTTP/1.1" 200 1622 0.005331 10.0.0.131 - - [2025-10-02 01:58:17] "GET /instance-ip/7e64b448-8255-4472-9328-aad4001d5d97 HTTP/1.1" 200 1960 0.003500 10.0.0.131 - - [2025-10-02 01:58:17] "GET /instance-ip/cbb7d77b-3bd9-4e82-8528-1dfbc552c30a HTTP/1.1" 200 1958 0.003083 10.0.0.131 - - [2025-10-02 01:58:17] "GET /instance-ip/0df12d13-a31e-40c4-acbd-eb996640613a HTTP/1.1" 200 1625 0.004901 10.0.0.131 - - [2025-10-02 01:58:17] "GET /instance-ip/2b66b0b8-f1a0-47e0-a6f5-2323d31c11aa HTTP/1.1" 200 1962 0.003822 10.0.0.131 - - [2025-10-02 01:58:17] "GET /instance-ip/d42f6750-4deb-4648-93af-7dd61e6e87b2 HTTP/1.1" 200 1965 0.003993 10.0.0.131 - - [2025-10-02 01:58:17] "POST /neutron/port HTTP/1.1" 200 3831 0.025417 10.0.0.131 - - [2025-10-02 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004960 10.0.0.131 - - [2025-10-02 01:58:17] "POST /neutron/port HTTP/1.1" 200 3831 0.025491 10.0.0.131 - - [2025-10-02 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005039 10.0.0.131 - - [2025-10-02 01:58:17] "POST /neutron/port HTTP/1.1" 200 3831 0.025112 10.0.0.131 - - [2025-10-02 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005190 10.0.0.131 - - [2025-10-02 01:58:17] "POST /neutron/port HTTP/1.1" 200 3831 0.023765 10.0.0.131 - - [2025-10-02 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004659 10.0.0.131 - - [2025-10-02 01:58:17] "GET /virtual-machine/4ee1421a-c7a2-4b81-8808-677fa161a978 HTTP/1.1" 200 1805 0.003556 10.0.0.131 - - [2025-10-02 01:58:17] "GET /virtual-machine-interface/46b19e19-b1a2-4d3d-a86b-bf8d7d0e6725 HTTP/1.1" 200 3825 0.004038 10.0.0.131 - - [2025-10-02 01:58:17] "GET /virtual-machine-interface/878e37fc-ca69-4f8f-9962-1a41b1a3c0b4 HTTP/1.1" 200 3807 0.004317 10.0.0.131 - - [2025-10-02 01:58:17] "GET /virtual-machine-interface/e58eb50a-98e0-4a2a-9e2c-b0c8ea50e14e HTTP/1.1" 200 3814 0.003911 10.0.0.131 - - [2025-10-02 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002309 10.0.0.131 - - [2025-10-02 01:58:17] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002651 10.0.0.131 - - [2025-10-02 01:58:17] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.005263 10.0.0.131 - - [2025-10-02 01:58:17] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005158 10.0.0.131 - - [2025-10-02 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.131 - - [2025-10-02 01:58:18] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003265 10.0.0.131 - - [2025-10-02 01:58:18] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003550 10.0.0.131 - - [2025-10-02 01:58:18] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004920 10.0.0.131 - - [2025-10-02 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.131 - - [2025-10-02 01:58:19] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003744 10.0.0.131 - - [2025-10-02 01:58:19] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002843 10.0.0.131 - - [2025-10-02 01:58:19] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004969 10.0.0.131 - - [2025-10-02 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.131 - - [2025-10-02 01:58:19] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003425 10.0.0.131 - - [2025-10-02 01:58:19] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003882 10.0.0.131 - - [2025-10-02 01:58:19] "GET /obj-perms HTTP/1.1" 200 5075 0.047639 10.0.0.131 - - [2025-10-02 01:58:19] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005253 10.0.0.131 - - [2025-10-02 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.131 - - [2025-10-02 01:58:19] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003363 10.0.0.131 - - [2025-10-02 01:58:19] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002950 10.0.0.131 - - [2025-10-02 01:58:19] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005348 10.0.0.131 - - [2025-10-02 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.131 - - [2025-10-02 01:58:19] "GET /obj-perms HTTP/1.1" 200 5075 0.040519 10.0.0.131 - - [2025-10-02 01:58:19] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003360 10.0.0.131 - - [2025-10-02 01:58:19] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002735 10.0.0.131 - - [2025-10-02 01:58:19] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004833 10.0.0.131 - - [2025-10-02 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.131 - - [2025-10-02 01:58:19] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003201 10.0.0.131 - - [2025-10-02 01:58:19] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003024 10.0.0.131 - - [2025-10-02 01:58:20] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005260 10.0.0.131 - - [2025-10-02 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.131 - - [2025-10-02 01:58:20] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003216 10.0.0.131 - - [2025-10-02 01:58:20] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002760 10.0.0.131 - - [2025-10-02 01:58:20] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004892 10.0.0.131 - - [2025-10-02 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.131 - - [2025-10-02 01:58:20] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003458 10.0.0.131 - - [2025-10-02 01:58:20] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002771 10.0.0.131 - - [2025-10-02 01:58:20] "GET /virtual-network/2485d62a-8af2-492a-bf8e-83908f046f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005535 10.0.0.131 - - [2025-10-02 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.131 - - [2025-10-02 01:58:20] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003498 10.0.0.131 - - [2025-10-02 01:58:20] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002879 10.0.0.131 - - [2025-10-02 01:58:20] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005153 10.0.0.131 - - [2025-10-02 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.131 - - [2025-10-02 01:58:20] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003273 10.0.0.131 - - [2025-10-02 01:58:20] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002855 10.0.0.131 - - [2025-10-02 01:58:20] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005183 10.0.0.131 - - [2025-10-02 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.131 - - [2025-10-02 01:58:20] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004237 10.0.0.131 - - [2025-10-02 01:58:21] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003843 10.0.0.131 - - [2025-10-02 01:58:21] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006472 10.0.0.131 - - [2025-10-02 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.131 - - [2025-10-02 01:58:21] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003505 10.0.0.131 - - [2025-10-02 01:58:21] "GET /virtual-networks?parent_id=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002887 10.0.0.131 - - [2025-10-02 01:58:21] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004991 10.0.0.131 - - [2025-10-02 01:58:21] "GET /virtual-machine/4ee1421a-c7a2-4b81-8808-677fa161a978 HTTP/1.1" 200 1805 0.003392 10.0.0.131 - - [2025-10-02 01:58:21] "GET /domains HTTP/1.1" 200 281 0.002297 10.0.0.131 - - [2025-10-02 01:58:21] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.131 - - [2025-10-02 01:58:21] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2782 0.005573 10.0.0.131 - - [2025-10-02 01:58:21] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000815 10.0.0.131 - - [2025-10-02 01:58:21] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 4249 0.067177 10.0.0.131 - - [2025-10-02 01:58:21] "GET /service-instance/ed89a56d-7075-4e52-8f85-2466e9cf6152 HTTP/1.1" 200 3793 0.004166 10.0.0.131 - - [2025-10-02 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.131 - - [2025-10-02 01:58:21] "GET /routing-instance/862d70fc-9b90-45c0-9b26-18ed6f206f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.005912 10.0.0.131 - - [2025-10-02 01:58:21] "GET /routing-instance/862d70fc-9b90-45c0-9b26-18ed6f206f42?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.006383 10.0.0.131 - - [2025-10-02 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.131 - - [2025-10-02 01:58:21] "GET /routing-instance/4f22da8a-442d-4a5c-a2ad-aa06eb82b331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.003718 10.0.0.131 - - [2025-10-02 01:58:21] "GET /routing-instance/4f22da8a-442d-4a5c-a2ad-aa06eb82b331?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.004607 10.0.0.131 - - [2025-10-02 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.131 - - [2025-10-02 01:58:21] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005336 10.0.0.131 - - [2025-10-02 01:58:21] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?fields=routing_instances HTTP/1.1" 200 1686 0.006208 10.0.0.131 - - [2025-10-02 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.131 - - [2025-10-02 01:58:21] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004737 10.0.0.131 - - [2025-10-02 01:58:21] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?fields=routing_instances HTTP/1.1" 200 1691 0.006872 10.0.0.131 - - [2025-10-02 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.031013 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /access-control-list/4853fa37-0c9c-42d9-ad32-156e53e98e06 HTTP/1.1" 200 115 0.022059 10.0.0.131 - - [2025-10-02 01:58:26] "POST /neutron/network HTTP/1.1" 200 834 0.006081 10.0.0.131 - - [2025-10-02 01:58:26] "GET /virtual-network/1c36cc79-4f3c-4bd5-8d72-3c25990976d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005950 10.0.0.131 - - [2025-10-02 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001959 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /routing-instance/f68fd016-9eca-49bb-905a-3119eb587e79 HTTP/1.1" 200 115 0.026490 10.0.0.131 - - [2025-10-02 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.131 - - [2025-10-02 01:58:26] "GET /network-policy/2ec5b976-5aa0-42d2-96fd-47e71ea5d3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003302 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /route-target/cfb93440-b1ed-4eea-b86c-424d426c5bf8 HTTP/1.1" 200 115 0.015307 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /routing-instance/4d205902-1fa8-4cc9-ab2b-3846b495b3a7 HTTP/1.1" 200 115 0.038517 10.0.0.131 - - [2025-10-02 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.031600 10.0.0.131 - - [2025-10-02 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002138 10.0.0.131 - - [2025-10-02 01:58:26] "POST /neutron/network HTTP/1.1" 200 830 0.004795 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /route-target/36897a41-3b01-4a75-ad7c-2eae2dc48c1b HTTP/1.1" 200 115 0.021654 10.0.0.131 - - [2025-10-02 01:58:26] "GET /virtual-network/de701bfc-c2fd-4b78-890c-643a1944506b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008062 10.0.0.131 - - [2025-10-02 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.131 - - [2025-10-02 01:58:26] "GET /network-policy/2ec5b976-5aa0-42d2-96fd-47e71ea5d3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003416 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /network-policy/2ec5b976-5aa0-42d2-96fd-47e71ea5d3de HTTP/1.1" 200 115 0.020506 10.0.0.131 - - [2025-10-02 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002113 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /service-instance/ed89a56d-7075-4e52-8f85-2466e9cf6152 HTTP/1.1" 200 115 0.030519 10.0.0.131 - - [2025-10-02 01:58:26] "GET /domains HTTP/1.1" 200 281 0.003128 10.0.0.131 - - [2025-10-02 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.010729 10.0.0.131 - - [2025-10-02 01:58:26] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.131 - - [2025-10-02 01:58:26] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2782 0.010452 10.0.0.131 - - [2025-10-02 01:58:26] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /instance-ip/44ad9b69-a5de-4033-bb7a-b43d9ebb8900 HTTP/1.1" 200 115 0.023634 10.0.0.131 - - [2025-10-02 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.009128 10.0.0.131 - - [2025-10-02 01:58:26] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 3773 0.060997 10.0.0.131 - - [2025-10-02 01:58:26] "GET /virtual-machine/4ee1421a-c7a2-4b81-8808-677fa161a978 HTTP/1.1" 200 1805 0.003742 10.0.0.131 - - [2025-10-02 01:58:26] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002135 10.0.0.131 - - [2025-10-02 01:58:26] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001844 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /instance-ip/7e64b448-8255-4472-9328-aad4001d5d97 HTTP/1.1" 200 115 0.021445 10.0.0.131 - - [2025-10-02 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.008708 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /instance-ip/2b66b0b8-f1a0-47e0-a6f5-2323d31c11aa HTTP/1.1" 200 115 0.021323 10.0.0.131 - - [2025-10-02 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.014241 10.0.0.131 - - [2025-10-02 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /service-template/1bb02173-745b-4158-b33b-61af89bccc72 HTTP/1.1" 200 115 0.034145 10.0.0.131 - - [2025-10-02 01:58:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.004600 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /access-control-list/96c34c8b-466c-43d9-b6ad-5414f3920c02 HTTP/1.1" 200 115 0.028993 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /instance-ip/cbb7d77b-3bd9-4e82-8528-1dfbc552c30a HTTP/1.1" 200 115 0.045221 10.0.0.131 - - [2025-10-02 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.014688 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /instance-ip/d42f6750-4deb-4648-93af-7dd61e6e87b2 HTTP/1.1" 200 115 0.018498 10.0.0.131 - - [2025-10-02 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.010363 10.0.0.131 - - [2025-10-02 01:58:26] "DELETE /instance-ip/8d463ca4-a619-41d1-97ce-3931939b8f04 HTTP/1.1" 200 115 0.029214 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/network HTTP/1.1" 200 834 0.005860 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/network HTTP/1.1" 400 204 0.012548 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 1086 0.014939 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 1112 0.012812 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 1084 0.017707 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 1110 0.008569 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 151 0.142594 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 151 0.105526 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 3024 0.014977 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 1113 0.010907 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 151 0.083241 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 1112 0.007843 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 151 0.085743 10.0.0.131 - - [2025-10-02 01:58:27] "POST /neutron/port HTTP/1.1" 200 1110 0.007555 10.0.0.131 - - [2025-10-02 01:58:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.131 - - [2025-10-02 01:58:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.131 - - [2025-10-02 01:58:28] "POST /neutron/port HTTP/1.1" 200 151 0.107395 10.0.0.131 - - [2025-10-02 01:58:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.131 - - [2025-10-02 01:58:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.131 - - [2025-10-02 01:58:29] "POST /neutron/network HTTP/1.1" 200 834 0.006017 10.0.0.131 - - [2025-10-02 01:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.131 - - [2025-10-02 01:58:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001862 10.0.0.131 - - [2025-10-02 01:58:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007009 10.0.0.131 - - [2025-10-02 01:58:29] "POST /neutron/network HTTP/1.1" 200 151 0.073827 10.0.0.131 - - [2025-10-02 01:58:29] "DELETE /route-target/78b93f57-4b61-4d7e-8d92-b0e6bb9aa266 HTTP/1.1" 200 115 0.021122 10.0.0.131 - - [2025-10-02 01:58:29] "GET /routing-instance/4f22da8a-442d-4a5c-a2ad-aa06eb82b331 HTTP/1.1" 404 171 0.002702 10.0.0.131 - - [2025-10-02 01:58:29] "GET /domains HTTP/1.1" 200 281 0.004243 10.0.0.131 - - [2025-10-02 01:58:29] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.131 - - [2025-10-02 01:58:29] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2581 0.049487 10.0.0.131 - - [2025-10-02 01:58:29] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.131 - - [2025-10-02 01:58:29] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 2306 0.070616 10.0.0.131 - - [2025-10-02 01:58:29] "POST /neutron/network HTTP/1.1" 200 830 0.004929 10.0.0.131 - - [2025-10-02 01:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.131 - - [2025-10-02 01:58:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002742 10.0.0.131 - - [2025-10-02 01:58:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001532 10.0.0.131 - - [2025-10-02 01:58:29] "POST /neutron/network HTTP/1.1" 200 151 0.066400 10.0.0.131 - - [2025-10-02 01:58:29] "DELETE /route-target/2d3f939e-e7c8-450f-94c1-a3ae608c0d2f HTTP/1.1" 200 115 0.013004 10.0.0.131 - - [2025-10-02 01:58:29] "GET /routing-instance/862d70fc-9b90-45c0-9b26-18ed6f206f42 HTTP/1.1" 404 171 0.001968 10.0.0.131 - - [2025-10-02 01:58:29] "GET /domains HTTP/1.1" 200 281 0.001894 10.0.0.131 - - [2025-10-02 01:58:29] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.131 - - [2025-10-02 01:58:29] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2581 0.047308 10.0.0.131 - - [2025-10-02 01:58:29] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001590 10.0.0.131 - - [2025-10-02 01:58:29] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 2087 0.065582 10.0.0.131 - - [2025-10-02 01:58:29] "POST /neutron/network HTTP/1.1" 200 833 0.004695 10.0.0.131 - - [2025-10-02 01:58:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002927 10.0.0.131 - - [2025-10-02 01:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.131 - - [2025-10-02 01:58:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001642 10.0.0.131 - - [2025-10-02 01:58:29] "POST /neutron/network HTTP/1.1" 200 151 0.068538 10.0.0.131 - - [2025-10-02 01:58:29] "GET /routing-instance/99faaf22-5302-4600-85a6-eeb631f56f63 HTTP/1.1" 404 171 0.001508 10.0.0.131 - - [2025-10-02 01:58:29] "DELETE /route-target/fce8f032-c8d1-474b-a038-894b6dc5c2ea HTTP/1.1" 200 115 0.012460 10.0.0.131 - - [2025-10-02 01:58:29] "GET /domains HTTP/1.1" 200 281 0.002086 10.0.0.131 - - [2025-10-02 01:58:29] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000775 10.0.0.131 - - [2025-10-02 01:58:29] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2581 0.049496 10.0.0.131 - - [2025-10-02 01:58:29] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001325 10.0.0.131 - - [2025-10-02 01:58:29] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 1846 0.063284 10.0.0.131 - - [2025-10-02 01:58:30] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.131 - - [2025-10-02 01:58:30] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.050443 10.0.0.131 - - [2025-10-02 01:58:30] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.131 - - [2025-10-02 01:58:30] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?fields=virtual_networks HTTP/1.1" 200 1031 0.064895 10.0.0.131 - - [2025-10-02 01:58:30] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.131 - - [2025-10-02 01:58:30] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.021391 10.0.0.131 - - [2025-10-02 01:58:30] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.131 - - [2025-10-02 01:58:30] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?fields=security_groups HTTP/1.1" 200 1256 0.019828 10.0.0.131 - - [2025-10-02 01:58:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.024341 10.0.0.131 - - [2025-10-02 01:58:31] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002110 10.0.0.131 - - [2025-10-02 01:58:31] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.131 - - [2025-10-02 01:58:31] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006203 10.0.0.131 - - [2025-10-02 01:58:31] "POST /id-to-fqname HTTP/1.1" 200 191 0.002237 10.0.0.131 - - [2025-10-02 01:58:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.002908 10.0.0.131 - - [2025-10-02 01:58:31] "POST /security-groups HTTP/1.1" 200 592 0.076179 10.0.0.131 - - [2025-10-02 01:58:31] "POST /fqname-to-id HTTP/1.1" 404 235 0.002753 10.0.0.131 - - [2025-10-02 01:58:31] "POST /projects HTTP/1.1" 200 587 0.216026 10.0.0.131 - - [2025-10-02 01:58:31] "POST /access-control-lists HTTP/1.1" 200 599 0.058021 10.0.0.131 - - [2025-10-02 01:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.281538 10.0.0.131 - - [2025-10-02 01:58:31] "POST /fqname-to-id HTTP/1.1" 404 234 0.002493 10.0.0.131 - - [2025-10-02 01:58:31] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.392670 10.0.0.131 - - [2025-10-02 01:58:31] "POST /access-control-lists HTTP/1.1" 200 597 0.060244 10.0.0.131 - - [2025-10-02 01:58:32] "GET / HTTP/1.1" 200 36215 0.001833 10.0.0.131 - - [2025-10-02 01:58:33] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000459 10.0.0.131 - - [2025-10-02 01:58:33] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.131 - - [2025-10-02 01:58:33] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.042249 10.0.0.131 - - [2025-10-02 01:58:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.002541 10.0.0.131 - - [2025-10-02 01:58:33] "POST /virtual-DNSs HTTP/1.1" 200 509 0.016365 10.0.0.131 - - [2025-10-02 01:58:33] "GET /virtual-DNS/da4eb9c1-23bb-4b22-852e-f0a984f50aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004875 10.0.0.131 - - [2025-10-02 01:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.131 - - [2025-10-02 01:58:34] "GET /virtual-DNS/da4eb9c1-23bb-4b22-852e-f0a984f50aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003506 10.0.0.131 - - [2025-10-02 01:58:34] "GET /domains HTTP/1.1" 401 293 0.000427 10.0.0.131 - - [2025-10-02 01:58:34] "GET /domains HTTP/1.1" 200 281 0.022841 10.0.0.131 - - [2025-10-02 01:58:34] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.131 - - [2025-10-02 01:58:34] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2970 0.008030 10.0.0.131 - - [2025-10-02 01:58:34] "GET /virtual-DNS/da4eb9c1-23bb-4b22-852e-f0a984f50aae HTTP/1.1" 200 1439 0.004041 10.0.0.131 - - [2025-10-02 01:58:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001952 10.0.0.131 - - [2025-10-02 01:58:34] "POST /network-ipams HTTP/1.1" 200 516 0.015609 10.0.0.131 - - [2025-10-02 01:58:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003106 10.0.0.131 - - [2025-10-02 01:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.131 - - [2025-10-02 01:58:34] "GET /network-ipam/a4e55694-2751-4cf1-abe6-5471ca33452f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.004635 10.0.0.131 - - [2025-10-02 01:58:34] "PUT /network-ipam/a4e55694-2751-4cf1-abe6-5471ca33452f HTTP/1.1" 200 259 0.009727 10.0.0.131 - - [2025-10-02 01:58:34] "POST /ref-update HTTP/1.1" 200 156 0.007623 10.0.0.131 - - [2025-10-02 01:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.131 - - [2025-10-02 01:58:34] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.131 - - [2025-10-02 01:58:34] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.021659 10.0.0.131 - - [2025-10-02 01:58:34] "POST /neutron/network HTTP/1.1" 200 117 0.028434 10.0.0.131 - - [2025-10-02 01:58:34] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.131 - - [2025-10-02 01:58:34] "POST /neutron/network HTTP/1.1" 200 618 0.052817 10.0.0.131 - - [2025-10-02 01:58:34] "POST /route-targets HTTP/1.1" 200 328 0.010505 10.0.0.131 - - [2025-10-02 01:58:34] "POST /ref-update HTTP/1.1" 200 156 0.009849 10.0.0.131 - - [2025-10-02 01:58:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003753 10.0.0.131 - - [2025-10-02 01:58:35] "POST /neutron/subnet HTTP/1.1" 200 711 0.149208 10.0.0.131 - - [2025-10-02 01:58:35] "POST /neutron/network HTTP/1.1" 200 833 0.004829 10.0.0.131 - - [2025-10-02 01:58:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001029 10.0.0.131 - - [2025-10-02 01:58:35] "GET /virtual-network/fa98c9b7-ba0d-4ea7-8a15-58de5b861b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003922 10.0.0.131 - - [2025-10-02 01:58:35] "POST /neutron/network HTTP/1.1" 200 833 0.005120 10.0.0.131 - - [2025-10-02 01:58:35] "GET /virtual-network/fa98c9b7-ba0d-4ea7-8a15-58de5b861b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004025 10.0.0.131 - - [2025-10-02 01:58:35] "POST /neutron/network HTTP/1.1" 200 833 0.005918 10.0.0.131 - - [2025-10-02 01:58:35] "POST /neutron/subnet HTTP/1.1" 200 711 0.006254 10.0.0.131 - - [2025-10-02 01:58:35] "POST /neutron/network HTTP/1.1" 200 807 0.007764 10.0.0.131 - - [2025-10-02 01:58:35] "POST /neutron/network HTTP/1.1" 200 833 0.004407 10.0.0.131 - - [2025-10-02 01:58:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.000961 10.0.0.131 - - [2025-10-02 01:58:35] "POST /neutron/network HTTP/1.1" 200 843 0.005763 10.0.0.131 - - [2025-10-02 01:58:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000398 10.0.0.131 - - [2025-10-02 01:58:35] "GET / HTTP/1.1" 200 36215 0.001654 10.0.0.131 - - [2025-10-02 01:58:35] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000385 10.0.0.131 - - [2025-10-02 01:58:36] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.131 - - [2025-10-02 01:58:36] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.044486 10.0.0.131 - - [2025-10-02 01:58:36] "POST /neutron/network HTTP/1.1" 200 833 0.026274 10.0.0.131 - - [2025-10-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 117 0.004703 10.0.0.131 - - [2025-10-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 117 0.004863 10.0.0.131 - - [2025-10-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 117 0.004708 10.0.0.131 - - [2025-10-02 01:58:36] "POST /neutron/network HTTP/1.1" 200 843 0.005293 10.0.0.131 - - [2025-10-02 01:58:36] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000887 10.0.0.131 - - [2025-10-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1058 0.173409 10.0.0.131 - - [2025-10-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1058 0.027482 10.0.0.131 - - [2025-10-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1058 0.007621 10.0.0.131 - - [2025-10-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1112 0.050603 10.0.0.131 - - [2025-10-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1086 0.010998 10.0.0.131 - - [2025-10-02 01:58:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002562 10.0.0.131 - - [2025-10-02 01:58:37] "POST /neutron/subnet HTTP/1.1" 200 685 0.005972 10.0.0.131 - - [2025-10-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.131 - - [2025-10-02 01:58:37] "POST /neutron/network HTTP/1.1" 200 833 0.005089 10.0.0.131 - - [2025-10-02 01:58:41] "POST /neutron/port HTTP/1.1" 200 1086 0.009547 10.0.0.131 - - [2025-10-02 01:58:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005419 10.0.0.131 - - [2025-10-02 01:58:41] "POST /neutron/port HTTP/1.1" 200 1086 0.009984 10.0.0.131 - - [2025-10-02 01:58:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005114 10.0.0.131 - - [2025-10-02 01:58:41] "POST /neutron/port HTTP/1.1" 200 1086 0.009312 10.0.0.131 - - [2025-10-02 01:58:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004471 10.0.0.131 - - [2025-10-02 01:58:41] "GET /virtual-machine/c1ae3697-d85a-4d59-a46e-ac52f55e0d26 HTTP/1.1" 200 1296 0.003261 10.0.0.131 - - [2025-10-02 01:58:41] "GET /virtual-machine-interface/f4bdf645-e6d5-4cd5-8713-38d15efd17c2 HTTP/1.1" 200 2970 0.004139 10.0.0.131 - - [2025-10-02 01:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002161 10.0.0.131 - - [2025-10-02 01:58:41] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002809 10.0.0.131 - - [2025-10-02 01:58:41] "GET /virtual-networks?parent_id=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002653 10.0.0.131 - - [2025-10-02 01:58:41] "GET /virtual-network/fa98c9b7-ba0d-4ea7-8a15-58de5b861b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004787 10.0.0.131 - - [2025-10-02 01:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.131 - - [2025-10-02 01:58:44] "GET /virtual-network/fa98c9b7-ba0d-4ea7-8a15-58de5b861b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004529 10.0.0.131 - - [2025-10-02 01:58:45] "POST /neutron/port HTTP/1.1" 200 1086 0.010442 10.0.0.131 - - [2025-10-02 01:58:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004194 10.0.0.131 - - [2025-10-02 01:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.131 - - [2025-10-02 01:58:47] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002636 10.0.0.131 - - [2025-10-02 01:58:47] "GET /virtual-networks?parent_id=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002768 10.0.0.131 - - [2025-10-02 01:58:47] "GET /virtual-network/fa98c9b7-ba0d-4ea7-8a15-58de5b861b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004878 10.0.0.131 - - [2025-10-02 01:58:51] "POST /neutron/network HTTP/1.1" 200 807 0.010314 10.0.0.131 - - [2025-10-02 01:58:51] "POST /neutron/network HTTP/1.1" 200 833 0.004663 10.0.0.131 - - [2025-10-02 01:58:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.000987 10.0.0.131 - - [2025-10-02 01:58:51] "POST /neutron/port HTTP/1.1" 200 1086 0.009391 10.0.0.131 - - [2025-10-02 01:58:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004735 10.0.0.131 - - [2025-10-02 01:58:51] "POST /neutron/network HTTP/1.1" 200 843 0.005545 10.0.0.131 - - [2025-10-02 01:58:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000365 10.0.0.131 - - [2025-10-02 01:58:52] "GET / HTTP/1.1" 200 36215 0.001653 10.0.0.131 - - [2025-10-02 01:58:52] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000361 10.0.0.131 - - [2025-10-02 01:58:52] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.131 - - [2025-10-02 01:58:52] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.055087 10.0.0.131 - - [2025-10-02 01:58:52] "POST /neutron/network HTTP/1.1" 200 833 0.006573 10.0.0.131 - - [2025-10-02 01:58:52] "POST /neutron/port HTTP/1.1" 200 1086 0.012220 10.0.0.131 - - [2025-10-02 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005341 10.0.0.131 - - [2025-10-02 01:58:52] "POST /neutron/port HTTP/1.1" 200 117 0.004691 10.0.0.131 - - [2025-10-02 01:58:52] "POST /neutron/port HTTP/1.1" 200 117 0.004632 10.0.0.131 - - [2025-10-02 01:58:52] "POST /neutron/network HTTP/1.1" 200 843 0.005310 10.0.0.131 - - [2025-10-02 01:58:52] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001374 10.0.0.131 - - [2025-10-02 01:58:53] "POST /neutron/port HTTP/1.1" 200 1058 0.184052 10.0.0.131 - - [2025-10-02 01:58:53] "POST /neutron/port HTTP/1.1" 200 1058 0.008835 10.0.0.131 - - [2025-10-02 01:58:53] "POST /neutron/port HTTP/1.1" 200 1058 0.008039 10.0.0.131 - - [2025-10-02 01:58:53] "POST /neutron/port HTTP/1.1" 200 1112 0.046734 10.0.0.131 - - [2025-10-02 01:58:53] "POST /neutron/port HTTP/1.1" 200 1086 0.009666 10.0.0.131 - - [2025-10-02 01:58:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003489 10.0.0.131 - - [2025-10-02 01:58:53] "POST /neutron/subnet HTTP/1.1" 200 685 0.005951 10.0.0.131 - - [2025-10-02 01:58:53] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.131 - - [2025-10-02 01:58:53] "POST /neutron/network HTTP/1.1" 200 833 0.004891 10.0.0.131 - - [2025-10-02 01:58:57] "POST /neutron/port HTTP/1.1" 200 1086 0.011222 10.0.0.131 - - [2025-10-02 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005212 10.0.0.131 - - [2025-10-02 01:58:57] "POST /neutron/port HTTP/1.1" 200 1086 0.009607 10.0.0.131 - - [2025-10-02 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004884 10.0.0.131 - - [2025-10-02 01:58:57] "POST /neutron/port HTTP/1.1" 200 1086 0.010282 10.0.0.131 - - [2025-10-02 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006157 10.0.0.131 - - [2025-10-02 01:58:57] "GET /virtual-machine/2e585d59-b0cf-4c49-bb02-abdbd87ba5ee HTTP/1.1" 200 1295 0.003847 10.0.0.131 - - [2025-10-02 01:58:57] "GET /virtual-machine-interface/77ce8df6-8b77-40ec-aa92-6b264acb8955 HTTP/1.1" 200 2970 0.003753 10.0.0.131 - - [2025-10-02 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.131 - - [2025-10-02 01:58:57] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002568 10.0.0.131 - - [2025-10-02 01:58:57] "GET /virtual-networks?parent_id=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003165 10.0.0.131 - - [2025-10-02 01:58:58] "GET /virtual-network/fa98c9b7-ba0d-4ea7-8a15-58de5b861b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005050 10.0.0.131 - - [2025-10-02 01:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.131 - - [2025-10-02 01:59:01] "GET /virtual-network/fa98c9b7-ba0d-4ea7-8a15-58de5b861b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005756 10.0.0.131 - - [2025-10-02 01:59:01] "POST /neutron/port HTTP/1.1" 200 1086 0.029086 10.0.0.131 - - [2025-10-02 01:59:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004188 10.0.0.131 - - [2025-10-02 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.131 - - [2025-10-02 01:59:03] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003335 10.0.0.131 - - [2025-10-02 01:59:03] "GET /virtual-networks?parent_id=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003038 10.0.0.131 - - [2025-10-02 01:59:03] "GET /virtual-network/fa98c9b7-ba0d-4ea7-8a15-58de5b861b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007589 10.0.0.131 - - [2025-10-02 01:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.131 - - [2025-10-02 01:59:09] "DELETE /virtual-DNS/da4eb9c1-23bb-4b22-852e-f0a984f50aae HTTP/1.1" 409 236 0.005275 10.0.0.131 - - [2025-10-02 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.003183 10.0.0.131 - - [2025-10-02 01:59:09] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.015167 10.0.0.131 - - [2025-10-02 01:59:09] "GET /virtual-DNS-record/c610801e-292a-499a-84fc-099342183092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004197 10.0.0.131 - - [2025-10-02 01:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.131 - - [2025-10-02 01:59:09] "GET /virtual-DNS-record/c610801e-292a-499a-84fc-099342183092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003270 10.0.0.131 - - [2025-10-02 01:59:09] "GET /domains HTTP/1.1" 200 281 0.002769 10.0.0.131 - - [2025-10-02 01:59:09] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.131 - - [2025-10-02 01:59:09] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2970 0.006433 10.0.0.131 - - [2025-10-02 01:59:09] "GET /virtual-DNS/da4eb9c1-23bb-4b22-852e-f0a984f50aae HTTP/1.1" 200 1910 0.003188 10.0.0.131 - - [2025-10-02 01:59:09] "GET /virtual-DNS-record/c610801e-292a-499a-84fc-099342183092 HTTP/1.1" 200 1337 0.002025 10.0.0.131 - - [2025-10-02 01:59:13] "DELETE /project/03bfa37ca23e4342baca96c380231b7a HTTP/1.1" 404 173 0.003733 10.0.0.131 - - [2025-10-02 01:59:13] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000790 10.0.0.131 - - [2025-10-02 01:59:13] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.022798 10.0.0.131 - - [2025-10-02 01:59:14] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.131 - - [2025-10-02 01:59:14] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?fields=security_groups HTTP/1.1" 200 1358 0.066506 10.0.0.131 - - [2025-10-02 01:59:14] "DELETE /security-group/5c2c3821-6259-4563-ae17-2b126d474a62 HTTP/1.1" 200 115 0.037783 10.0.0.131 - - [2025-10-02 01:59:14] "GET /projects?obj_uuids=ad1cadc0-8845-4000-a45d-115a1726ab1f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.131 - - [2025-10-02 01:59:14] "DELETE /access-control-list/09b95a30-bfea-4dc5-9351-4011deab4a87 HTTP/1.1" 200 115 0.024821 10.0.0.131 - - [2025-10-02 01:59:14] "GET /project/ad1cadc0-8845-4000-a45d-115a1726ab1f?fields=application_policy_sets HTTP/1.1" 200 1397 0.032466 10.0.0.131 - - [2025-10-02 01:59:14] "DELETE /access-control-list/d53b4837-93ec-446c-a022-7ddb301dfe65 HTTP/1.1" 200 115 0.027924 10.0.0.131 - - [2025-10-02 01:59:14] "DELETE /project/ad1cadc0-8845-4000-a45d-115a1726ab1f HTTP/1.1" 200 115 0.298839 10.0.0.131 - - [2025-10-02 01:59:14] "DELETE /virtual-DNS-record/c610801e-292a-499a-84fc-099342183092 HTTP/1.1" 200 115 0.016037 10.0.0.131 - - [2025-10-02 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.002115 10.0.0.131 - - [2025-10-02 01:59:15] "POST /neutron/network HTTP/1.1" 200 833 0.010412 10.0.0.131 - - [2025-10-02 01:59:15] "POST /neutron/network HTTP/1.1" 400 204 0.010462 10.0.0.131 - - [2025-10-02 01:59:15] "POST /neutron/port HTTP/1.1" 200 1086 0.010111 10.0.0.131 - - [2025-10-02 01:59:15] "POST /neutron/port HTTP/1.1" 200 1112 0.007329 10.0.0.131 - - [2025-10-02 01:59:15] "POST /neutron/port HTTP/1.1" 200 1086 0.016416 10.0.0.131 - - [2025-10-02 01:59:15] "POST /neutron/port HTTP/1.1" 200 1112 0.014937 10.0.0.131 - - [2025-10-02 01:59:15] "POST /neutron/port HTTP/1.1" 200 151 0.125298 10.0.0.131 - - [2025-10-02 01:59:15] "POST /neutron/port HTTP/1.1" 200 151 0.106967 10.0.0.131 - - [2025-10-02 01:59:17] "POST /neutron/network HTTP/1.1" 200 833 0.005652 10.0.0.131 - - [2025-10-02 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.131 - - [2025-10-02 01:59:17] "DELETE /route-target/156fd8ca-232b-4b23-90b4-565b13106c2e HTTP/1.1" 200 115 0.045325 10.0.0.131 - - [2025-10-02 01:59:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002375 10.0.0.131 - - [2025-10-02 01:59:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001581 10.0.0.131 - - [2025-10-02 01:59:17] "POST /neutron/network HTTP/1.1" 200 151 0.179631 10.0.0.131 - - [2025-10-02 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001993 10.0.0.131 - - [2025-10-02 01:59:17] "DELETE /network-ipam/a4e55694-2751-4cf1-abe6-5471ca33452f HTTP/1.1" 200 115 0.020725 10.0.0.131 - - [2025-10-02 01:59:17] "DELETE /virtual-DNS/da4eb9c1-23bb-4b22-852e-f0a984f50aae HTTP/1.1" 200 115 0.021158 10.0.0.131 - - [2025-10-02 01:59:17] "POST /fqname-to-id HTTP/1.1" 404 180 0.002266 10.0.0.131 - - [2025-10-02 01:59:17] "GET /domains HTTP/1.1" 200 281 0.002866 10.0.0.131 - - [2025-10-02 01:59:17] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.131 - - [2025-10-02 01:59:17] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2584 0.007537 10.0.0.131 - - [2025-10-02 01:59:17] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.131 - - [2025-10-02 01:59:17] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.019805 10.0.0.131 - - [2025-10-02 01:59:17] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.131 - - [2025-10-02 01:59:17] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?fields=virtual_networks HTTP/1.1" 200 1035 0.078423 10.0.0.131 - - [2025-10-02 01:59:17] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000949 10.0.0.131 - - [2025-10-02 01:59:17] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.025038 10.0.0.131 - - [2025-10-02 01:59:17] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.131 - - [2025-10-02 01:59:17] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?fields=security_groups HTTP/1.1" 200 1263 0.021258 10.0.0.131 - - [2025-10-02 01:59:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.020290 10.0.0.131 - - [2025-10-02 01:59:18] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002123 10.0.0.131 - - [2025-10-02 01:59:18] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.131 - - [2025-10-02 01:59:18] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005939 10.0.0.131 - - [2025-10-02 01:59:18] "POST /id-to-fqname HTTP/1.1" 200 191 0.001626 10.0.0.131 - - [2025-10-02 01:59:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.001869 10.0.0.131 - - [2025-10-02 01:59:18] "POST /security-groups HTTP/1.1" 200 592 0.059698 10.0.0.131 - - [2025-10-02 01:59:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.002496 10.0.0.131 - - [2025-10-02 01:59:19] "POST /projects HTTP/1.1" 200 587 0.199412 10.0.0.131 - - [2025-10-02 01:59:19] "POST /access-control-lists HTTP/1.1" 200 599 0.057103 10.0.0.131 - - [2025-10-02 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.264501 10.0.0.131 - - [2025-10-02 01:59:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.003758 10.0.0.131 - - [2025-10-02 01:59:19] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.382650 10.0.0.131 - - [2025-10-02 01:59:19] "POST /access-control-lists HTTP/1.1" 200 597 0.057351 10.0.0.131 - - [2025-10-02 01:59:20] "GET /obj-perms HTTP/1.1" 200 5075 0.097948 10.0.0.131 - - [2025-10-02 01:59:20] "GET / HTTP/1.1" 200 36215 0.001948 10.0.0.131 - - [2025-10-02 01:59:20] "GET /obj-perms HTTP/1.1" 200 5075 0.040262 10.0.0.131 - - [2025-10-02 01:59:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000471 10.0.0.131 - - [2025-10-02 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.023439 10.0.0.131 - - [2025-10-02 01:59:21] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000855 10.0.0.131 - - [2025-10-02 01:59:21] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022693 10.0.0.131 - - [2025-10-02 01:59:21] "POST /neutron/network HTTP/1.1" 200 117 0.025645 10.0.0.131 - - [2025-10-02 01:59:21] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.131 - - [2025-10-02 01:59:21] "POST /neutron/network HTTP/1.1" 200 606 0.049903 10.0.0.131 - - [2025-10-02 01:59:21] "POST /route-targets HTTP/1.1" 200 328 0.010707 10.0.0.131 - - [2025-10-02 01:59:21] "POST /ref-update HTTP/1.1" 200 156 0.011216 10.0.0.131 - - [2025-10-02 01:59:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003530 10.0.0.131 - - [2025-10-02 01:59:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.158225 10.0.0.131 - - [2025-10-02 01:59:22] "POST /neutron/network HTTP/1.1" 200 824 0.004734 10.0.0.131 - - [2025-10-02 01:59:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.000979 10.0.0.131 - - [2025-10-02 01:59:22] "GET /virtual-network/1b0b9a78-4a25-44f9-a9c5-a930dba85d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004103 10.0.0.131 - - [2025-10-02 01:59:22] "POST /neutron/network HTTP/1.1" 200 824 0.004811 10.0.0.131 - - [2025-10-02 01:59:22] "GET /virtual-network/1b0b9a78-4a25-44f9-a9c5-a930dba85d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004240 10.0.0.131 - - [2025-10-02 01:59:22] "POST /neutron/network HTTP/1.1" 200 824 0.006062 10.0.0.131 - - [2025-10-02 01:59:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.006080 10.0.0.131 - - [2025-10-02 01:59:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001072 10.0.0.131 - - [2025-10-02 01:59:22] "POST /neutron/network HTTP/1.1" 200 834 0.005193 10.0.0.131 - - [2025-10-02 01:59:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000429 10.0.0.131 - - [2025-10-02 01:59:22] "GET / HTTP/1.1" 200 36215 0.001554 10.0.0.131 - - [2025-10-02 01:59:22] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000413 10.0.0.131 - - [2025-10-02 01:59:23] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000969 10.0.0.131 - - [2025-10-02 01:59:23] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044298 10.0.0.131 - - [2025-10-02 01:59:23] "POST /neutron/network HTTP/1.1" 200 824 0.006095 10.0.0.131 - - [2025-10-02 01:59:23] "POST /neutron/port HTTP/1.1" 200 117 0.004360 10.0.0.131 - - [2025-10-02 01:59:23] "POST /neutron/port HTTP/1.1" 200 117 0.004374 10.0.0.131 - - [2025-10-02 01:59:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001103 10.0.0.131 - - [2025-10-02 01:59:23] "POST /neutron/port HTTP/1.1" 200 117 0.004872 10.0.0.131 - - [2025-10-02 01:59:23] "POST /neutron/network HTTP/1.1" 200 834 0.009203 10.0.0.131 - - [2025-10-02 01:59:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000370 10.0.0.131 - - [2025-10-02 01:59:23] "POST /neutron/network HTTP/1.1" 200 834 0.005085 10.0.0.131 - - [2025-10-02 01:59:23] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956 10.0.0.131 - - [2025-10-02 01:59:23] "GET / HTTP/1.1" 200 36215 0.002364 10.0.0.131 - - [2025-10-02 01:59:23] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000345 10.0.0.131 - - [2025-10-02 01:59:23] "POST /neutron/port HTTP/1.1" 200 1060 0.197934 10.0.0.131 - - [2025-10-02 01:59:23] "POST /neutron/port HTTP/1.1" 200 1060 0.008766 10.0.0.131 - - [2025-10-02 01:59:23] "POST /neutron/port HTTP/1.1" 200 1060 0.008431 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/port HTTP/1.1" 200 1114 0.065268 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/port HTTP/1.1" 200 1088 0.010037 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003350 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.006502 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/network HTTP/1.1" 200 824 0.005599 10.0.0.131 - - [2025-10-02 01:59:24] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.131 - - [2025-10-02 01:59:24] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049467 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/network HTTP/1.1" 200 824 0.006600 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/port HTTP/1.1" 200 1088 0.020778 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006567 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/port HTTP/1.1" 200 117 0.005011 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/port HTTP/1.1" 200 1088 0.012730 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006462 10.0.0.131 - - [2025-10-02 01:59:24] "POST /neutron/network HTTP/1.1" 200 834 0.005637 10.0.0.131 - - [2025-10-02 01:59:24] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000916 10.0.0.131 - - [2025-10-02 01:59:25] "POST /neutron/port HTTP/1.1" 200 1060 0.191027 10.0.0.131 - - [2025-10-02 01:59:25] "POST /neutron/port HTTP/1.1" 200 1060 0.010058 10.0.0.131 - - [2025-10-02 01:59:25] "POST /neutron/port HTTP/1.1" 200 1060 0.008887 10.0.0.131 - - [2025-10-02 01:59:25] "POST /neutron/port HTTP/1.1" 200 1114 0.065808 10.0.0.131 - - [2025-10-02 01:59:25] "POST /neutron/port HTTP/1.1" 200 1088 0.010435 10.0.0.131 - - [2025-10-02 01:59:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003537 10.0.0.131 - - [2025-10-02 01:59:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.005958 10.0.0.131 - - [2025-10-02 01:59:25] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.131 - - [2025-10-02 01:59:25] "POST /neutron/network HTTP/1.1" 200 824 0.005338 10.0.0.131 - - [2025-10-02 01:59:29] "POST /neutron/port HTTP/1.1" 200 1088 0.010563 10.0.0.131 - - [2025-10-02 01:59:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006897 10.0.0.131 - - [2025-10-02 01:59:29] "POST /neutron/port HTTP/1.1" 200 1088 0.009956 10.0.0.131 - - [2025-10-02 01:59:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005381 10.0.0.131 - - [2025-10-02 01:59:29] "POST /neutron/port HTTP/1.1" 200 1088 0.012353 10.0.0.131 - - [2025-10-02 01:59:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005442 10.0.0.131 - - [2025-10-02 01:59:29] "GET /virtual-machine/84c555a8-2123-4d87-b3d9-363c58c2be9a HTTP/1.1" 401 293 0.000441 10.0.0.131 - - [2025-10-02 01:59:30] "GET /virtual-machine/84c555a8-2123-4d87-b3d9-363c58c2be9a HTTP/1.1" 200 1295 0.024938 10.0.0.131 - - [2025-10-02 01:59:30] "GET /virtual-machine-interface/04409073-0dfb-4aa0-b056-70aaac2615e1 HTTP/1.1" 200 2951 0.004559 10.0.0.131 - - [2025-10-02 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.131 - - [2025-10-02 01:59:30] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002596 10.0.0.131 - - [2025-10-02 01:59:30] "GET /virtual-networks?parent_id=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002650 10.0.0.131 - - [2025-10-02 01:59:30] "GET /virtual-network/1b0b9a78-4a25-44f9-a9c5-a930dba85d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004935 10.0.0.131 - - [2025-10-02 01:59:32] "POST /neutron/port HTTP/1.1" 200 1088 0.010938 10.0.0.131 - - [2025-10-02 01:59:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004729 10.0.0.131 - - [2025-10-02 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.131 - - [2025-10-02 01:59:33] "GET /virtual-network/1b0b9a78-4a25-44f9-a9c5-a930dba85d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005943 10.0.0.131 - - [2025-10-02 01:59:33] "POST /neutron/port HTTP/1.1" 200 1088 0.010193 10.0.0.131 - - [2025-10-02 01:59:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004672 10.0.0.131 - - [2025-10-02 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.131 - - [2025-10-02 01:59:35] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002733 10.0.0.131 - - [2025-10-02 01:59:35] "GET /virtual-networks?parent_id=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003343 10.0.0.131 - - [2025-10-02 01:59:35] "GET /virtual-network/1b0b9a78-4a25-44f9-a9c5-a930dba85d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005918 10.0.0.131 - - [2025-10-02 01:59:35] "POST /neutron/port HTTP/1.1" 200 1088 0.010568 10.0.0.131 - - [2025-10-02 01:59:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005786 10.0.0.131 - - [2025-10-02 01:59:35] "POST /neutron/port HTTP/1.1" 200 1088 0.010317 10.0.0.131 - - [2025-10-02 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008615 10.0.0.131 - - [2025-10-02 01:59:36] "POST /neutron/port HTTP/1.1" 200 1088 0.013137 10.0.0.131 - - [2025-10-02 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007524 10.0.0.131 - - [2025-10-02 01:59:36] "GET /virtual-machine/aabcd60e-c3c7-4ed9-b643-96eaeec88b46 HTTP/1.1" 200 1296 0.004826 10.0.0.131 - - [2025-10-02 01:59:36] "GET /virtual-machine-interface/99981b85-c4e0-4544-83ca-4993f39e192b HTTP/1.1" 200 2952 0.004970 10.0.0.131 - - [2025-10-02 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.131 - - [2025-10-02 01:59:36] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002594 10.0.0.131 - - [2025-10-02 01:59:36] "GET /virtual-networks?parent_id=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003031 10.0.0.131 - - [2025-10-02 01:59:36] "GET /virtual-network/1b0b9a78-4a25-44f9-a9c5-a930dba85d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006315 10.0.0.131 - - [2025-10-02 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.131 - - [2025-10-02 01:59:37] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003824 10.0.0.131 - - [2025-10-02 01:59:37] "GET /virtual-networks?parent_id=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003279 10.0.0.131 - - [2025-10-02 01:59:37] "POST /neutron/port HTTP/1.1" 200 1088 0.011014 10.0.0.131 - - [2025-10-02 01:59:37] "GET /virtual-network/1b0b9a78-4a25-44f9-a9c5-a930dba85d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005037 10.0.0.131 - - [2025-10-02 01:59:37] "POST /neutron/port HTTP/1.1" 200 1088 0.014232 10.0.0.131 - - [2025-10-02 01:59:37] "POST /neutron/network HTTP/1.1" 200 834 0.005104 10.0.0.131 - - [2025-10-02 01:59:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002650 10.0.0.131 - - [2025-10-02 01:59:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.005898 10.0.0.131 - - [2025-10-02 01:59:37] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.131 - - [2025-10-02 01:59:37] "POST /neutron/network HTTP/1.1" 200 824 0.005109 10.0.0.131 - - [2025-10-02 01:59:42] "POST /neutron/network HTTP/1.1" 200 824 0.005909 10.0.0.131 - - [2025-10-02 01:59:42] "POST /neutron/network HTTP/1.1" 400 204 0.009615 10.0.0.131 - - [2025-10-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 1088 0.009824 10.0.0.131 - - [2025-10-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 1114 0.007287 10.0.0.131 - - [2025-10-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 1088 0.010059 10.0.0.131 - - [2025-10-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 1114 0.007190 10.0.0.131 - - [2025-10-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 151 0.101117 10.0.0.131 - - [2025-10-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 151 0.095849 10.0.0.131 - - [2025-10-02 01:59:44] "POST /neutron/network HTTP/1.1" 200 824 0.005117 10.0.0.131 - - [2025-10-02 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.131 - - [2025-10-02 01:59:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002681 10.0.0.131 - - [2025-10-02 01:59:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001625 10.0.0.131 - - [2025-10-02 01:59:44] "POST /neutron/network HTTP/1.1" 200 151 0.076542 10.0.0.131 - - [2025-10-02 01:59:44] "DELETE /route-target/92c895dd-eafe-4b82-be8e-30c780d64e8b HTTP/1.1" 200 115 0.015275 10.0.0.131 - - [2025-10-02 01:59:44] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.131 - - [2025-10-02 01:59:44] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.020269 10.0.0.131 - - [2025-10-02 01:59:44] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001270 10.0.0.131 - - [2025-10-02 01:59:44] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?fields=virtual_networks HTTP/1.1" 200 1036 0.061129 10.0.0.131 - - [2025-10-02 01:59:44] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.131 - - [2025-10-02 01:59:44] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.022477 10.0.0.131 - - [2025-10-02 01:59:44] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.131 - - [2025-10-02 01:59:44] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?fields=security_groups HTTP/1.1" 200 1264 0.029449 10.0.0.131 - - [2025-10-02 01:59:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.021089 10.0.0.131 - - [2025-10-02 01:59:45] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002454 10.0.0.131 - - [2025-10-02 01:59:45] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.131 - - [2025-10-02 01:59:45] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006594 10.0.0.131 - - [2025-10-02 01:59:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.001908 10.0.0.131 - - [2025-10-02 01:59:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.002250 10.0.0.131 - - [2025-10-02 01:59:45] "POST /security-groups HTTP/1.1" 200 591 0.060165 10.0.0.131 - - [2025-10-02 01:59:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.002307 10.0.0.131 - - [2025-10-02 01:59:46] "POST /projects HTTP/1.1" 200 585 0.203593 10.0.0.131 - - [2025-10-02 01:59:46] "POST /access-control-lists HTTP/1.1" 200 598 0.057909 10.0.0.131 - - [2025-10-02 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.273371 10.0.0.131 - - [2025-10-02 01:59:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.002873 10.0.0.131 - - [2025-10-02 01:59:46] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.389445 10.0.0.131 - - [2025-10-02 01:59:46] "POST /access-control-lists HTTP/1.1" 200 596 0.060568 10.0.0.131 - - [2025-10-02 01:59:47] "GET / HTTP/1.1" 200 36215 0.002370 10.0.0.131 - - [2025-10-02 01:59:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.131 - - [2025-10-02 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.060095 10.0.0.131 - - [2025-10-02 01:59:48] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.131 - - [2025-10-02 01:59:48] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026468 10.0.0.131 - - [2025-10-02 01:59:48] "POST /neutron/network HTTP/1.1" 200 117 0.027544 10.0.0.131 - - [2025-10-02 01:59:48] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002146 10.0.0.131 - - [2025-10-02 01:59:48] "POST /neutron/network HTTP/1.1" 200 625 0.053449 10.0.0.131 - - [2025-10-02 01:59:48] "POST /route-targets HTTP/1.1" 200 328 0.011228 10.0.0.131 - - [2025-10-02 01:59:48] "POST /ref-update HTTP/1.1" 200 156 0.013007 10.0.0.131 - - [2025-10-02 01:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003478 10.0.0.131 - - [2025-10-02 01:59:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.171582 10.0.0.131 - - [2025-10-02 01:59:48] "POST /neutron/network HTTP/1.1" 200 839 0.005054 10.0.0.131 - - [2025-10-02 01:59:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.000982 10.0.0.131 - - [2025-10-02 01:59:48] "GET /virtual-network/1eddcf02-9d11-4306-a263-49937a601af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004354 10.0.0.131 - - [2025-10-02 01:59:48] "POST /neutron/network HTTP/1.1" 200 839 0.005401 10.0.0.131 - - [2025-10-02 01:59:48] "GET /virtual-network/1eddcf02-9d11-4306-a263-49937a601af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006330 10.0.0.131 - - [2025-10-02 01:59:48] "POST /neutron/network HTTP/1.1" 200 839 0.005362 10.0.0.131 - - [2025-10-02 01:59:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.006000 10.0.0.131 - - [2025-10-02 01:59:48] "POST /neutron/network HTTP/1.1" 200 839 0.004102 10.0.0.131 - - [2025-10-02 01:59:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.001025 10.0.0.131 - - [2025-10-02 01:59:48] "POST /neutron/network HTTP/1.1" 200 849 0.005229 10.0.0.131 - - [2025-10-02 01:59:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000335 10.0.0.131 - - [2025-10-02 01:59:49] "GET / HTTP/1.1" 200 36215 0.001653 10.0.0.131 - - [2025-10-02 01:59:49] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000345 10.0.0.131 - - [2025-10-02 01:59:49] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.131 - - [2025-10-02 01:59:49] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044990 10.0.0.131 - - [2025-10-02 01:59:49] "POST /neutron/network HTTP/1.1" 200 839 0.004765 10.0.0.131 - - [2025-10-02 01:59:49] "POST /neutron/port HTTP/1.1" 200 117 0.004895 10.0.0.131 - - [2025-10-02 01:59:49] "POST /neutron/port HTTP/1.1" 200 117 0.006314 10.0.0.131 - - [2025-10-02 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.131 - - [2025-10-02 01:59:49] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003199 10.0.0.131 - - [2025-10-02 01:59:49] "PUT /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354 HTTP/1.1" 200 277 0.009326 10.0.0.131 - - [2025-10-02 01:59:49] "POST /neutron/port HTTP/1.1" 200 117 0.005386 10.0.0.131 - - [2025-10-02 01:59:50] "POST /neutron/network HTTP/1.1" 200 849 0.005384 10.0.0.131 - - [2025-10-02 01:59:50] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.131 - - [2025-10-02 01:59:50] "POST /neutron/port HTTP/1.1" 200 1055 0.183042 10.0.0.131 - - [2025-10-02 01:59:50] "POST /neutron/port HTTP/1.1" 200 1055 0.008610 10.0.0.131 - - [2025-10-02 01:59:50] "POST /neutron/port HTTP/1.1" 200 1055 0.007502 10.0.0.131 - - [2025-10-02 01:59:50] "POST /neutron/port HTTP/1.1" 200 1109 0.049965 10.0.0.131 - - [2025-10-02 01:59:50] "POST /neutron/port HTTP/1.1" 200 1083 0.009921 10.0.0.131 - - [2025-10-02 01:59:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003335 10.0.0.131 - - [2025-10-02 01:59:50] "POST /neutron/subnet HTTP/1.1" 200 675 0.006850 10.0.0.131 - - [2025-10-02 01:59:50] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.131 - - [2025-10-02 01:59:50] "POST /neutron/network HTTP/1.1" 200 839 0.005163 10.0.0.131 - - [2025-10-02 01:59:55] "POST /neutron/port HTTP/1.1" 200 1083 0.011723 10.0.0.131 - - [2025-10-02 01:59:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005231 10.0.0.131 - - [2025-10-02 01:59:55] "POST /neutron/port HTTP/1.1" 200 1083 0.010792 10.0.0.131 - - [2025-10-02 01:59:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005244 10.0.0.131 - - [2025-10-02 01:59:55] "POST /neutron/port HTTP/1.1" 200 1083 0.009999 10.0.0.131 - - [2025-10-02 01:59:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005352 10.0.0.131 - - [2025-10-02 01:59:55] "GET /virtual-machine/266ca888-b621-48c5-9422-0a3c62428590 HTTP/1.1" 401 293 0.000386 10.0.0.131 - - [2025-10-02 01:59:55] "GET /virtual-machine/266ca888-b621-48c5-9422-0a3c62428590 HTTP/1.1" 200 1294 0.023460 10.0.0.131 - - [2025-10-02 01:59:55] "GET /virtual-machine-interface/7827e1ec-30a1-4191-8369-d40e8d8ecf45 HTTP/1.1" 200 2976 0.003957 10.0.0.131 - - [2025-10-02 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.131 - - [2025-10-02 01:59:55] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002510 10.0.0.131 - - [2025-10-02 01:59:55] "GET /virtual-networks?parent_id=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002831 10.0.0.131 - - [2025-10-02 01:59:55] "GET /virtual-network/1eddcf02-9d11-4306-a263-49937a601af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005080 10.0.0.131 - - [2025-10-02 01:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.131 - - [2025-10-02 01:59:58] "GET /virtual-network/1eddcf02-9d11-4306-a263-49937a601af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004836 10.0.0.131 - - [2025-10-02 01:59:58] "POST /neutron/port HTTP/1.1" 200 1083 0.010272 10.0.0.131 - - [2025-10-02 01:59:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005270 10.0.0.131 - - [2025-10-02 02:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.131 - - [2025-10-02 02:00:01] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003348 10.0.0.131 - - [2025-10-02 02:00:01] "GET /virtual-networks?parent_id=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002772 10.0.0.131 - - [2025-10-02 02:00:01] "GET /virtual-network/1eddcf02-9d11-4306-a263-49937a601af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005263 10.0.0.131 - - [2025-10-02 02:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.131 - - [2025-10-02 02:00:03] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003184 10.0.0.131 - - [2025-10-02 02:00:03] "PUT /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354 HTTP/1.1" 200 277 0.007889 10.0.0.131 - - [2025-10-02 02:00:03] "POST /neutron/network HTTP/1.1" 200 839 0.005537 10.0.0.131 - - [2025-10-02 02:00:03] "POST /neutron/network HTTP/1.1" 400 204 0.015617 10.0.0.131 - - [2025-10-02 02:00:03] "POST /neutron/port HTTP/1.1" 200 1083 0.015729 10.0.0.131 - - [2025-10-02 02:00:03] "POST /neutron/port HTTP/1.1" 200 1109 0.010046 10.0.0.131 - - [2025-10-02 02:00:03] "POST /neutron/port HTTP/1.1" 200 151 0.094693 10.0.0.131 - - [2025-10-02 02:00:05] "POST /neutron/network HTTP/1.1" 200 839 0.005367 10.0.0.131 - - [2025-10-02 02:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.131 - - [2025-10-02 02:00:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002844 10.0.0.131 - - [2025-10-02 02:00:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001731 10.0.0.131 - - [2025-10-02 02:00:05] "POST /neutron/network HTTP/1.1" 200 151 0.073806 10.0.0.131 - - [2025-10-02 02:00:05] "DELETE /route-target/309f7405-1c0b-48e0-a811-24c2ef055811 HTTP/1.1" 200 115 0.014433 10.0.0.131 - - [2025-10-02 02:00:05] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002775 10.0.0.131 - - [2025-10-02 02:00:05] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354 HTTP/1.1" 200 1885 0.002891 10.0.0.131 - - [2025-10-02 02:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002032 10.0.0.131 - - [2025-10-02 02:00:05] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239 10.0.0.131 - - [2025-10-02 02:00:05] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022903 10.0.0.131 - - [2025-10-02 02:00:06] "POST /neutron/network HTTP/1.1" 200 117 0.006082 10.0.0.131 - - [2025-10-02 02:00:06] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.131 - - [2025-10-02 02:00:06] "POST /neutron/network HTTP/1.1" 200 605 0.055258 10.0.0.131 - - [2025-10-02 02:00:06] "POST /route-targets HTTP/1.1" 200 328 0.010790 10.0.0.131 - - [2025-10-02 02:00:06] "POST /ref-update HTTP/1.1" 200 156 0.011290 10.0.0.131 - - [2025-10-02 02:00:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002538 10.0.0.131 - - [2025-10-02 02:00:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.163338 10.0.0.131 - - [2025-10-02 02:00:06] "POST /neutron/network HTTP/1.1" 200 823 0.004523 10.0.0.131 - - [2025-10-02 02:00:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001018 10.0.0.131 - - [2025-10-02 02:00:06] "GET /virtual-network/f927fc8f-6f74-4156-b0d5-7f289b0802a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004056 10.0.0.131 - - [2025-10-02 02:00:06] "POST /neutron/network HTTP/1.1" 200 823 0.005071 10.0.0.131 - - [2025-10-02 02:00:06] "GET /virtual-network/f927fc8f-6f74-4156-b0d5-7f289b0802a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005265 10.0.0.131 - - [2025-10-02 02:00:06] "POST /neutron/network HTTP/1.1" 200 823 0.005547 10.0.0.131 - - [2025-10-02 02:00:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.006407 10.0.0.131 - - [2025-10-02 02:00:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001015 10.0.0.131 - - [2025-10-02 02:00:06] "POST /neutron/network HTTP/1.1" 200 833 0.005244 10.0.0.131 - - [2025-10-02 02:00:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000408 10.0.0.131 - - [2025-10-02 02:00:06] "GET / HTTP/1.1" 200 36215 0.001693 10.0.0.131 - - [2025-10-02 02:00:06] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000387 10.0.0.131 - - [2025-10-02 02:00:07] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.131 - - [2025-10-02 02:00:07] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043112 10.0.0.131 - - [2025-10-02 02:00:07] "POST /neutron/network HTTP/1.1" 200 823 0.004806 10.0.0.131 - - [2025-10-02 02:00:07] "POST /neutron/port HTTP/1.1" 200 117 0.005065 10.0.0.131 - - [2025-10-02 02:00:07] "POST /neutron/port HTTP/1.1" 200 117 0.005235 10.0.0.131 - - [2025-10-02 02:00:07] "POST /neutron/port HTTP/1.1" 200 117 0.012913 10.0.0.131 - - [2025-10-02 02:00:07] "POST /neutron/network HTTP/1.1" 200 833 0.004795 10.0.0.131 - - [2025-10-02 02:00:07] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.131 - - [2025-10-02 02:00:08] "POST /neutron/port HTTP/1.1" 200 1059 0.176218 10.0.0.131 - - [2025-10-02 02:00:08] "POST /neutron/port HTTP/1.1" 200 1059 0.007730 10.0.0.131 - - [2025-10-02 02:00:08] "POST /neutron/port HTTP/1.1" 200 1059 0.006509 10.0.0.131 - - [2025-10-02 02:00:08] "POST /neutron/port HTTP/1.1" 200 1113 0.072144 10.0.0.131 - - [2025-10-02 02:00:08] "POST /neutron/port HTTP/1.1" 200 1087 0.012415 10.0.0.131 - - [2025-10-02 02:00:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003163 10.0.0.131 - - [2025-10-02 02:00:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.005764 10.0.0.131 - - [2025-10-02 02:00:08] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.131 - - [2025-10-02 02:00:08] "POST /neutron/network HTTP/1.1" 200 823 0.004605 10.0.0.131 - - [2025-10-02 02:00:12] "POST /neutron/port HTTP/1.1" 200 1087 0.010045 10.0.0.131 - - [2025-10-02 02:00:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006684 10.0.0.131 - - [2025-10-02 02:00:12] "POST /neutron/port HTTP/1.1" 200 1087 0.009895 10.0.0.131 - - [2025-10-02 02:00:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005274 10.0.0.131 - - [2025-10-02 02:00:12] "POST /neutron/port HTTP/1.1" 200 1087 0.009682 10.0.0.131 - - [2025-10-02 02:00:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005325 10.0.0.131 - - [2025-10-02 02:00:12] "GET /virtual-machine/8ee4a634-d349-47d1-8daf-0f410423edc1 HTTP/1.1" 200 1295 0.003547 10.0.0.131 - - [2025-10-02 02:00:12] "GET /virtual-machine-interface/40bd33cd-5932-49c1-8e69-696b3fb4ebd5 HTTP/1.1" 200 2947 0.004804 10.0.0.131 - - [2025-10-02 02:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.131 - - [2025-10-02 02:00:12] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002535 10.0.0.131 - - [2025-10-02 02:00:12] "GET /virtual-networks?parent_id=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002868 10.0.0.131 - - [2025-10-02 02:00:12] "GET /virtual-network/f927fc8f-6f74-4156-b0d5-7f289b0802a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005173 10.0.0.131 - - [2025-10-02 02:00:14] "DELETE /project/39520d0ba3424f41b31b46060e5f22d4 HTTP/1.1" 404 173 0.010580 10.0.0.131 - - [2025-10-02 02:00:14] "DELETE /project/83a6b1e5e4ee4cdaa13a6f39df55a990 HTTP/1.1" 404 173 0.009558 10.0.0.131 - - [2025-10-02 02:00:14] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000812 10.0.0.131 - - [2025-10-02 02:00:14] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000757 10.0.0.131 - - [2025-10-02 02:00:14] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.028067 10.0.0.131 - - [2025-10-02 02:00:14] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.031097 10.0.0.131 - - [2025-10-02 02:00:14] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000833 10.0.0.131 - - [2025-10-02 02:00:14] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001114 10.0.0.131 - - [2025-10-02 02:00:14] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?fields=security_groups HTTP/1.1" 200 1366 0.071967 10.0.0.131 - - [2025-10-02 02:00:14] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?fields=security_groups HTTP/1.1" 200 1365 0.085494 10.0.0.131 - - [2025-10-02 02:00:14] "DELETE /security-group/0da46a66-f97d-418e-afa7-16cb7a54b9b5 HTTP/1.1" 200 115 0.045794 10.0.0.131 - - [2025-10-02 02:00:14] "GET /projects?obj_uuids=83a6b1e5-e4ee-4cda-a13a-6f39df55a990&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.131 - - [2025-10-02 02:00:14] "DELETE /access-control-list/c9c1c3b2-9ff0-4fbf-bf3e-1a03ab83ed26 HTTP/1.1" 200 115 0.038560 10.0.0.131 - - [2025-10-02 02:00:14] "DELETE /security-group/f74ab46c-c688-480a-9100-83bea4046e84 HTTP/1.1" 200 115 0.066365 10.0.0.131 - - [2025-10-02 02:00:14] "GET /projects?obj_uuids=03bfa37c-a23e-4342-baca-96c380231b7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002181 10.0.0.131 - - [2025-10-02 02:00:14] "GET /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990?fields=application_policy_sets HTTP/1.1" 200 1405 0.046541 10.0.0.131 - - [2025-10-02 02:00:14] "DELETE /access-control-list/1cc3d3ea-27e0-44be-9964-8fe42222d447 HTTP/1.1" 200 115 0.036209 10.0.0.131 - - [2025-10-02 02:00:14] "DELETE /access-control-list/b477ea67-aef0-446c-abd9-274e2fffcdf6 HTTP/1.1" 200 115 0.018887 10.0.0.131 - - [2025-10-02 02:00:14] "GET /project/03bfa37c-a23e-4342-baca-96c380231b7a?fields=application_policy_sets HTTP/1.1" 200 1404 0.079406 10.0.0.131 - - [2025-10-02 02:00:14] "DELETE /access-control-list/1e6bc51e-32bf-43ad-a183-be54f357fddc HTTP/1.1" 200 115 0.031955 10.0.0.131 - - [2025-10-02 02:00:14] "DELETE /project/83a6b1e5-e4ee-4cda-a13a-6f39df55a990 HTTP/1.1" 200 115 0.383302 10.0.0.131 - - [2025-10-02 02:00:14] "DELETE /project/03bfa37c-a23e-4342-baca-96c380231b7a HTTP/1.1" 200 115 0.442585 10.0.0.131 - - [2025-10-02 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.131 - - [2025-10-02 02:00:16] "GET /virtual-network/f927fc8f-6f74-4156-b0d5-7f289b0802a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004346 10.0.0.131 - - [2025-10-02 02:00:16] "POST /neutron/port HTTP/1.1" 200 1087 0.009476 10.0.0.131 - - [2025-10-02 02:00:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004547 10.0.0.131 - - [2025-10-02 02:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.131 - - [2025-10-02 02:00:18] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002555 10.0.0.131 - - [2025-10-02 02:00:18] "GET /virtual-networks?parent_id=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003448 10.0.0.131 - - [2025-10-02 02:00:18] "GET /virtual-network/f927fc8f-6f74-4156-b0d5-7f289b0802a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004927 10.0.0.131 - - [2025-10-02 02:00:20] "POST /neutron/network HTTP/1.1" 200 823 0.006805 10.0.0.131 - - [2025-10-02 02:00:20] "POST /neutron/network HTTP/1.1" 400 204 0.012548 10.0.0.131 - - [2025-10-02 02:00:20] "POST /neutron/port HTTP/1.1" 200 1087 0.010838 10.0.0.131 - - [2025-10-02 02:00:20] "POST /neutron/port HTTP/1.1" 200 1113 0.007458 10.0.0.131 - - [2025-10-02 02:00:20] "POST /neutron/port HTTP/1.1" 200 151 0.088013 10.0.0.131 - - [2025-10-02 02:00:21] "GET /obj-perms HTTP/1.1" 200 5075 0.041673 10.0.0.131 - - [2025-10-02 02:00:21] "GET /obj-perms HTTP/1.1" 200 5075 0.043399 10.0.0.131 - - [2025-10-02 02:00:22] "POST /neutron/network HTTP/1.1" 200 823 0.005772 10.0.0.131 - - [2025-10-02 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.131 - - [2025-10-02 02:00:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001793 10.0.0.131 - - [2025-10-02 02:00:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001533 10.0.0.131 - - [2025-10-02 02:00:22] "POST /neutron/network HTTP/1.1" 200 151 0.072596 10.0.0.131 - - [2025-10-02 02:00:22] "DELETE /route-target/18b09889-f459-4985-8678-d7c5ef3cffef HTTP/1.1" 200 115 0.016673 10.0.0.131 - - [2025-10-02 02:00:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002865 10.0.0.131 - - [2025-10-02 02:00:22] "POST /network-ipams HTTP/1.1" 200 543 0.015744 10.0.0.131 - - [2025-10-02 02:00:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002618 10.0.0.131 - - [2025-10-02 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.131 - - [2025-10-02 02:00:22] "GET /network-ipam/fadc946d-84c4-4616-a3bf-f28b75c5a130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.004272 10.0.0.131 - - [2025-10-02 02:00:23] "PUT /network-ipam/fadc946d-84c4-4616-a3bf-f28b75c5a130 HTTP/1.1" 200 259 0.010500 10.0.0.131 - - [2025-10-02 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.131 - - [2025-10-02 02:00:23] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.131 - - [2025-10-02 02:00:23] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022188 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/network HTTP/1.1" 200 117 0.006565 10.0.0.131 - - [2025-10-02 02:00:23] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000935 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/network HTTP/1.1" 200 605 0.076014 10.0.0.131 - - [2025-10-02 02:00:23] "POST /route-targets HTTP/1.1" 200 328 0.013425 10.0.0.131 - - [2025-10-02 02:00:23] "POST /ref-update HTTP/1.1" 200 156 0.011769 10.0.0.131 - - [2025-10-02 02:00:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002585 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.167625 10.0.0.131 - - [2025-10-02 02:00:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004788 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.138705 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/network HTTP/1.1" 200 994 0.005663 10.0.0.131 - - [2025-10-02 02:00:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.000967 10.0.0.131 - - [2025-10-02 02:00:23] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.003884 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/network HTTP/1.1" 200 994 0.006109 10.0.0.131 - - [2025-10-02 02:00:23] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005392 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/network HTTP/1.1" 200 994 0.006484 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.006155 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.005830 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/network HTTP/1.1" 200 994 0.007447 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.005569 10.0.0.131 - - [2025-10-02 02:00:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.005742 10.0.0.131 - - [2025-10-02 02:00:23] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.160401 10.0.0.131 - - [2025-10-02 02:00:24] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.170662 10.0.0.131 - - [2025-10-02 02:00:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001156 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.006995 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.006653 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/network HTTP/1.1" 200 994 0.006292 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.006448 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 117 0.004725 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.006386 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 117 0.004446 10.0.0.131 - - [2025-10-02 02:00:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001547 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 117 0.004943 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.008006 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.005822 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/network HTTP/1.1" 200 994 0.006811 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.005703 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.011156 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 117 0.005922 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 117 0.006141 10.0.0.131 - - [2025-10-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1017 0.007335 10.0.0.131 - - [2025-10-02 02:00:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001045 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/network HTTP/1.1" 200 1004 0.005422 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 1017 0.007396 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 1017 0.006773 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 117 0.008228 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 1109 0.075605 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 1083 0.013875 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/network HTTP/1.1" 200 1004 0.006085 10.0.0.131 - - [2025-10-02 02:00:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000432 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003114 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.007252 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/network HTTP/1.1" 200 994 0.006476 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 1017 0.006658 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/network HTTP/1.1" 200 1004 0.007101 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 1017 0.005726 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 1017 0.005587 10.0.0.131 - - [2025-10-02 02:00:25] "GET / HTTP/1.1" 200 36215 0.001977 10.0.0.131 - - [2025-10-02 02:00:25] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000348 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 1109 0.063330 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 1083 0.010761 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003916 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.011548 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/port HTTP/1.1" 200 117 0.001560 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/network HTTP/1.1" 200 994 0.008617 10.0.0.131 - - [2025-10-02 02:00:25] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.131 - - [2025-10-02 02:00:25] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058467 10.0.0.131 - - [2025-10-02 02:00:25] "POST /neutron/network HTTP/1.1" 200 994 0.008042 10.0.0.131 - - [2025-10-02 02:00:26] "POST /neutron/port HTTP/1.1" 200 2050 0.017871 10.0.0.131 - - [2025-10-02 02:00:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007459 10.0.0.131 - - [2025-10-02 02:00:26] "POST /neutron/port HTTP/1.1" 200 117 0.007081 10.0.0.131 - - [2025-10-02 02:00:26] "GET /domains HTTP/1.1" 200 281 0.003013 10.0.0.131 - - [2025-10-02 02:00:26] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.131 - - [2025-10-02 02:00:26] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2583 0.007990 10.0.0.131 - - [2025-10-02 02:00:26] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.131 - - [2025-10-02 02:00:26] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4 HTTP/1.1" 200 2851 0.076372 10.0.0.131 - - [2025-10-02 02:00:26] "GET /network-ipam/fadc946d-84c4-4616-a3bf-f28b75c5a130 HTTP/1.1" 200 2604 0.003677 10.0.0.131 - - [2025-10-02 02:00:26] "GET /domains HTTP/1.1" 200 281 0.003646 10.0.0.131 - - [2025-10-02 02:00:26] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.131 - - [2025-10-02 02:00:26] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2583 0.005773 10.0.0.131 - - [2025-10-02 02:00:26] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000754 10.0.0.131 - - [2025-10-02 02:00:26] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4 HTTP/1.1" 200 2851 0.076579 10.0.0.131 - - [2025-10-02 02:00:26] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3 HTTP/1.1" 200 3788 0.006917 10.0.0.131 - - [2025-10-02 02:00:26] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3 HTTP/1.1" 200 3788 0.013265 10.0.0.131 - - [2025-10-02 02:00:26] "GET /routing-instance/fd3dd84f-c0ff-4556-af85-efdc4aa8000d HTTP/1.1" 200 2386 0.008653 10.0.0.131 - - [2025-10-02 02:00:26] "GET /routing-instance/fd3dd84f-c0ff-4556-af85-efdc4aa8000d HTTP/1.1" 200 2386 0.008082 10.0.0.131 - - [2025-10-02 02:00:26] "GET /route-target/76978fa0-6bb9-4d31-8089-ae1d443f745a HTTP/1.1" 200 1205 0.008184 10.0.0.131 - - [2025-10-02 02:00:26] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3 HTTP/1.1" 200 3788 0.011107 10.0.0.131 - - [2025-10-02 02:00:26] "GET /routing-instance/fd3dd84f-c0ff-4556-af85-efdc4aa8000d HTTP/1.1" 200 2386 0.009709 10.0.0.131 - - [2025-10-02 02:00:26] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.009264 10.0.0.131 - - [2025-10-02 02:00:26] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3 HTTP/1.1" 200 3788 0.010702 10.0.0.131 - - [2025-10-02 02:00:26] "GET /routing-instance/fd3dd84f-c0ff-4556-af85-efdc4aa8000d HTTP/1.1" 200 2386 0.007537 10.0.0.131 - - [2025-10-02 02:00:26] "GET /routing-instance/fd3dd84f-c0ff-4556-af85-efdc4aa8000d HTTP/1.1" 200 2386 0.006799 10.0.0.131 - - [2025-10-02 02:00:26] "GET /route-target/76978fa0-6bb9-4d31-8089-ae1d443f745a HTTP/1.1" 200 1205 0.006007 10.0.0.131 - - [2025-10-02 02:00:26] "GET /domains HTTP/1.1" 200 281 0.002841 10.0.0.131 - - [2025-10-02 02:00:26] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.131 - - [2025-10-02 02:00:26] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2583 0.009166 10.0.0.131 - - [2025-10-02 02:00:26] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000824 10.0.0.131 - - [2025-10-02 02:00:26] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4 HTTP/1.1" 200 2851 0.069595 10.0.0.131 - - [2025-10-02 02:00:26] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3 HTTP/1.1" 200 3788 0.005921 10.0.0.131 - - [2025-10-02 02:00:26] "POST /neutron/network HTTP/1.1" 200 1004 0.007924 10.0.0.131 - - [2025-10-02 02:00:26] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001439 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/port HTTP/1.1" 200 1055 0.265491 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/port HTTP/1.1" 200 1055 0.014081 10.0.0.131 - - [2025-10-02 02:00:27] "GET /obj-perms HTTP/1.1" 200 5049 0.055599 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/port HTTP/1.1" 200 1055 0.017510 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/port HTTP/1.1" 200 1083 0.019438 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008156 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/port HTTP/1.1" 200 1109 0.089082 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/port HTTP/1.1" 200 1083 0.013526 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011090 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/port HTTP/1.1" 200 1083 0.041869 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004084 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.017360 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/port HTTP/1.1" 200 1083 0.026245 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005626 10.0.0.131 - - [2025-10-02 02:00:27] "GET /virtual-machine/84c24ab4-3bf0-42dd-bcfb-7bf23d1e147b HTTP/1.1" 200 1290 0.006731 10.0.0.131 - - [2025-10-02 02:00:27] "POST /neutron/network HTTP/1.1" 200 994 0.012666 10.0.0.131 - - [2025-10-02 02:00:27] "GET /virtual-machine-interface/270c2073-0773-4fbe-9444-fc745bf30eff HTTP/1.1" 200 2947 0.007223 10.0.0.131 - - [2025-10-02 02:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.131 - - [2025-10-02 02:00:27] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003250 10.0.0.131 - - [2025-10-02 02:00:27] "GET /virtual-networks?parent_id=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003110 10.0.0.131 - - [2025-10-02 02:00:27] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004942 10.0.0.131 - - [2025-10-02 02:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.131 - - [2025-10-02 02:00:30] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004763 10.0.0.131 - - [2025-10-02 02:00:34] "POST /neutron/port HTTP/1.1" 200 1083 0.010795 10.0.0.131 - - [2025-10-02 02:00:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005814 10.0.0.131 - - [2025-10-02 02:00:34] "POST /neutron/port HTTP/1.1" 200 1083 0.011142 10.0.0.131 - - [2025-10-02 02:00:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008960 10.0.0.131 - - [2025-10-02 02:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.131 - - [2025-10-02 02:00:34] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004728 10.0.0.131 - - [2025-10-02 02:00:35] "POST /neutron/port HTTP/1.1" 200 1083 0.012315 10.0.0.131 - - [2025-10-02 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005003 10.0.0.131 - - [2025-10-02 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.131 - - [2025-10-02 02:00:36] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002908 10.0.0.131 - - [2025-10-02 02:00:37] "GET /virtual-networks?parent_id=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003050 10.0.0.131 - - [2025-10-02 02:00:37] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005263 10.0.0.131 - - [2025-10-02 02:00:37] "POST /neutron/port HTTP/1.1" 200 1083 0.009845 10.0.0.131 - - [2025-10-02 02:00:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004765 10.0.0.131 - - [2025-10-02 02:00:37] "POST /neutron/port HTTP/1.1" 200 1083 0.009537 10.0.0.131 - - [2025-10-02 02:00:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005737 10.0.0.131 - - [2025-10-02 02:00:37] "POST /neutron/port HTTP/1.1" 200 1083 0.010628 10.0.0.131 - - [2025-10-02 02:00:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005397 10.0.0.131 - - [2025-10-02 02:00:37] "GET /virtual-machine/a0f95d0a-fe70-4db9-9ef6-806f0347e1e3 HTTP/1.1" 200 1291 0.003668 10.0.0.131 - - [2025-10-02 02:00:37] "GET /virtual-machine-interface/e84125d9-e742-4291-8983-f0c931693268 HTTP/1.1" 200 2947 0.004434 10.0.0.131 - - [2025-10-02 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.131 - - [2025-10-02 02:00:37] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003225 10.0.0.131 - - [2025-10-02 02:00:37] "GET /virtual-networks?parent_id=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002816 10.0.0.131 - - [2025-10-02 02:00:37] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004882 10.0.0.131 - - [2025-10-02 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.131 - - [2025-10-02 02:00:38] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003446 10.0.0.131 - - [2025-10-02 02:00:38] "GET /virtual-networks?parent_id=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003304 10.0.0.131 - - [2025-10-02 02:00:38] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004960 10.0.0.131 - - [2025-10-02 02:00:39] "POST /neutron/port HTTP/1.1" 200 1083 0.011029 10.0.0.131 - - [2025-10-02 02:00:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006309 10.0.0.131 - - [2025-10-02 02:00:39] "POST /neutron/port HTTP/1.1" 200 1083 0.011318 10.0.0.131 - - [2025-10-02 02:00:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006417 10.0.0.131 - - [2025-10-02 02:00:39] "POST /neutron/port HTTP/1.1" 200 1083 0.010550 10.0.0.131 - - [2025-10-02 02:00:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005719 10.0.0.131 - - [2025-10-02 02:00:39] "GET /virtual-machine/cb96d6b1-be8c-4130-b3cb-43d7e6a6148c HTTP/1.1" 200 1295 0.005319 10.0.0.131 - - [2025-10-02 02:00:39] "GET /virtual-machine-interface/11d4e9d3-5007-45f1-b9ba-454cce247547 HTTP/1.1" 200 2947 0.004886 10.0.0.131 - - [2025-10-02 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.131 - - [2025-10-02 02:00:39] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002906 10.0.0.131 - - [2025-10-02 02:00:39] "GET /virtual-networks?parent_id=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003177 10.0.0.131 - - [2025-10-02 02:00:39] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005938 10.0.0.131 - - [2025-10-02 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.131 - - [2025-10-02 02:00:40] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003203 10.0.0.131 - - [2025-10-02 02:00:40] "GET /virtual-networks?parent_id=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002939 10.0.0.131 - - [2025-10-02 02:00:40] "GET /virtual-network/b1a329b8-7a72-4fd1-97cb-ccc6eba128b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004984 10.0.0.131 - - [2025-10-02 02:00:56] "POST /neutron/port HTTP/1.1" 200 1109 0.012951 10.0.0.131 - - [2025-10-02 02:00:56] "POST /neutron/port HTTP/1.1" 200 1109 0.008021 10.0.0.131 - - [2025-10-02 02:00:56] "POST /neutron/port HTTP/1.1" 200 151 0.100879 10.0.0.131 - - [2025-10-02 02:00:56] "POST /neutron/port HTTP/1.1" 200 1109 0.009476 10.0.0.131 - - [2025-10-02 02:00:56] "POST /neutron/port HTTP/1.1" 200 1109 0.008986 10.0.0.131 - - [2025-10-02 02:00:56] "POST /neutron/port HTTP/1.1" 200 151 0.114137 10.0.0.131 - - [2025-10-02 02:00:56] "POST /neutron/network HTTP/1.1" 200 994 0.007903 10.0.0.131 - - [2025-10-02 02:00:56] "POST /neutron/network HTTP/1.1" 400 204 0.011814 10.0.0.131 - - [2025-10-02 02:00:56] "POST /neutron/port HTTP/1.1" 200 1083 0.017442 10.0.0.131 - - [2025-10-02 02:00:56] "POST /neutron/port HTTP/1.1" 200 1109 0.008054 10.0.0.131 - - [2025-10-02 02:00:57] "POST /neutron/port HTTP/1.1" 200 151 0.117816 10.0.0.131 - - [2025-10-02 02:00:58] "POST /neutron/network HTTP/1.1" 200 994 0.006525 10.0.0.131 - - [2025-10-02 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.131 - - [2025-10-02 02:00:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005255 10.0.0.131 - - [2025-10-02 02:00:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002497 10.0.0.131 - - [2025-10-02 02:00:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001985 10.0.0.131 - - [2025-10-02 02:00:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001560 10.0.0.131 - - [2025-10-02 02:00:59] "POST /neutron/network HTTP/1.1" 200 151 0.105458 10.0.0.131 - - [2025-10-02 02:00:59] "DELETE /route-target/76978fa0-6bb9-4d31-8089-ae1d443f745a HTTP/1.1" 200 115 0.029095 10.0.0.131 - - [2025-10-02 02:00:59] "GET /routing-instance/fd3dd84f-c0ff-4556-af85-efdc4aa8000d HTTP/1.1" 404 171 0.002564 10.0.0.131 - - [2025-10-02 02:00:59] "GET /domains HTTP/1.1" 200 281 0.002198 10.0.0.131 - - [2025-10-02 02:00:59] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.131 - - [2025-10-02 02:00:59] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 2583 0.047850 10.0.0.131 - - [2025-10-02 02:00:59] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001466 10.0.0.131 - - [2025-10-02 02:00:59] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4 HTTP/1.1" 200 2091 0.077498 10.0.0.131 - - [2025-10-02 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.131 - - [2025-10-02 02:00:59] "DELETE /network-ipam/fadc946d-84c4-4616-a3bf-f28b75c5a130 HTTP/1.1" 200 115 0.021020 10.0.0.131 - - [2025-10-02 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.002445 10.0.0.131 - - [2025-10-02 02:00:59] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.131 - - [2025-10-02 02:00:59] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024510 10.0.0.131 - - [2025-10-02 02:00:59] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.131 - - [2025-10-02 02:00:59] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?fields=virtual_networks HTTP/1.1" 200 1034 0.067238 10.0.0.131 - - [2025-10-02 02:00:59] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.131 - - [2025-10-02 02:00:59] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024588 10.0.0.131 - - [2025-10-02 02:00:59] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.131 - - [2025-10-02 02:00:59] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?fields=security_groups HTTP/1.1" 200 1261 0.024127 10.0.0.131 - - [2025-10-02 02:01:01] "POST /neutron/port HTTP/1.1" 200 117 0.005103 10.0.0.131 - - [2025-10-02 02:01:01] "POST /neutron/port HTTP/1.1" 400 205 0.003258 10.0.0.131 - - [2025-10-02 02:01:01] "POST /neutron/port HTTP/1.1" 200 117 0.004805 10.0.0.131 - - [2025-10-02 02:01:01] "POST /neutron/port HTTP/1.1" 400 205 0.003455 10.0.0.131 - - [2025-10-02 02:01:06] "GET / HTTP/1.1" 200 36215 0.001929 10.0.0.131 - - [2025-10-02 02:01:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000482 10.0.0.131 - - [2025-10-02 02:01:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.042568 10.0.0.131 - - [2025-10-02 02:01:07] "GET /projects?obj_uuids=adf43269-c864-4c34-aa85-5e6947e35def&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002193 10.0.0.131 - - [2025-10-02 02:01:07] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.131 - - [2025-10-02 02:01:07] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006757 10.0.0.131 - - [2025-10-02 02:01:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.004404 10.0.0.131 - - [2025-10-02 02:01:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.002237 10.0.0.131 - - [2025-10-02 02:01:08] "POST /security-groups HTTP/1.1" 200 586 0.060174 10.0.0.131 - - [2025-10-02 02:01:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.002507 10.0.0.131 - - [2025-10-02 02:01:08] "POST /projects HTTP/1.1" 200 575 0.218858 10.0.0.131 - - [2025-10-02 02:01:08] "POST /access-control-lists HTTP/1.1" 200 593 0.057281 10.0.0.131 - - [2025-10-02 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.286376 10.0.0.131 - - [2025-10-02 02:01:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.002679 10.0.0.131 - - [2025-10-02 02:01:08] "GET /project/adf43269-c864-4c34-aa85-5e6947e35def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.406420 10.0.0.131 - - [2025-10-02 02:01:08] "POST /access-control-lists HTTP/1.1" 200 591 0.065470 10.0.0.131 - - [2025-10-02 02:01:09] "GET / HTTP/1.1" 200 36215 0.001877 10.0.0.131 - - [2025-10-02 02:01:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.131 - - [2025-10-02 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.023112 10.0.0.131 - - [2025-10-02 02:01:11] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003580 10.0.0.131 - - [2025-10-02 02:01:11] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003235 10.0.0.131 - - [2025-10-02 02:01:11] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003158 10.0.0.131 - - [2025-10-02 02:01:11] "PUT /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1 HTTP/1.1" 200 265 0.008139 10.0.0.131 - - [2025-10-02 02:01:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000432 10.0.0.131 - - [2025-10-02 02:01:12] "GET /aaa-mode HTTP/1.1" 200 128 0.021631 10.0.0.131 - - [2025-10-02 02:01:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.022070 10.0.0.131 - - [2025-10-02 02:01:12] "GET /projects?obj_uuids=389b1526-2592-47df-9f80-7b1ee3fce981&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002261 10.0.0.131 - - [2025-10-02 02:01:12] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.131 - - [2025-10-02 02:01:12] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006356 10.0.0.131 - - [2025-10-02 02:01:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.001367 10.0.0.131 - - [2025-10-02 02:01:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.003292 10.0.0.131 - - [2025-10-02 02:01:12] "POST /security-groups HTTP/1.1" 200 586 0.064104 10.0.0.131 - - [2025-10-02 02:01:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.002160 10.0.0.131 - - [2025-10-02 02:01:12] "POST /projects HTTP/1.1" 200 575 0.205135 10.0.0.131 - - [2025-10-02 02:01:12] "POST /access-control-lists HTTP/1.1" 200 593 0.056447 10.0.0.131 - - [2025-10-02 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.276659 10.0.0.131 - - [2025-10-02 02:01:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.002815 10.0.0.131 - - [2025-10-02 02:01:12] "GET /project/389b1526-2592-47df-9f80-7b1ee3fce981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.392912 10.0.0.131 - - [2025-10-02 02:01:12] "POST /access-control-lists HTTP/1.1" 200 591 0.056449 10.0.0.131 - - [2025-10-02 02:01:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.020597 10.0.0.131 - - [2025-10-02 02:01:13] "GET /projects?obj_uuids=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003263 10.0.0.131 - - [2025-10-02 02:01:13] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.131 - - [2025-10-02 02:01:13] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006410 10.0.0.131 - - [2025-10-02 02:01:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.001500 10.0.0.131 - - [2025-10-02 02:01:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.002260 10.0.0.131 - - [2025-10-02 02:01:13] "POST /security-groups HTTP/1.1" 200 586 0.060372 10.0.0.131 - - [2025-10-02 02:01:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002240 10.0.0.131 - - [2025-10-02 02:01:13] "POST /projects HTTP/1.1" 200 575 0.202943 10.0.0.131 - - [2025-10-02 02:01:13] "POST /access-control-lists HTTP/1.1" 200 593 0.059635 10.0.0.131 - - [2025-10-02 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.273817 10.0.0.131 - - [2025-10-02 02:01:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.002750 10.0.0.131 - - [2025-10-02 02:01:13] "GET /project/b81458f7-fdb7-46f3-a902-1de888f9013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.388319 10.0.0.131 - - [2025-10-02 02:01:13] "POST /access-control-lists HTTP/1.1" 200 591 0.056427 10.0.0.131 - - [2025-10-02 02:01:14] "GET / HTTP/1.1" 200 36215 0.001899 10.0.0.131 - - [2025-10-02 02:01:14] "GET / HTTP/1.1" 200 36215 0.001353 10.0.0.131 - - [2025-10-02 02:01:15] "DELETE /project/b81458f7fdb746f3a9021de888f9013b HTTP/1.1" 404 173 0.007605 10.0.0.131 - - [2025-10-02 02:01:15] "DELETE /project/389b1526259247df9f807b1ee3fce981 HTTP/1.1" 404 173 0.003766 10.0.0.131 - - [2025-10-02 02:01:15] "DELETE /project/adf43269c8644c34aa855e6947e35def HTTP/1.1" 404 173 0.005018 10.0.0.131 - - [2025-10-02 02:01:15] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000780 10.0.0.131 - - [2025-10-02 02:01:15] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.022860 10.0.0.131 - - [2025-10-02 02:01:15] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.131 - - [2025-10-02 02:01:15] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?fields=security_groups HTTP/1.1" 200 1363 0.067478 10.0.0.131 - - [2025-10-02 02:01:15] "DELETE /security-group/82578d17-3143-4adb-99f4-7ff22c78f316 HTTP/1.1" 200 115 0.034735 10.0.0.131 - - [2025-10-02 02:01:15] "GET /projects?obj_uuids=39520d0b-a342-4f41-b31b-46060e5f22d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001193 10.0.0.131 - - [2025-10-02 02:01:15] "DELETE /access-control-list/c418c368-fcaa-42fb-bdf6-0967bec1d2f0 HTTP/1.1" 200 115 0.028241 10.0.0.131 - - [2025-10-02 02:01:15] "GET /project/39520d0b-a342-4f41-b31b-46060e5f22d4?fields=application_policy_sets HTTP/1.1" 200 1402 0.032105 10.0.0.131 - - [2025-10-02 02:01:15] "DELETE /access-control-list/6f06916b-aaa8-4e01-8ba8-5d310dd36036 HTTP/1.1" 200 115 0.028038 10.0.0.131 - - [2025-10-02 02:01:15] "DELETE /project/39520d0b-a342-4f41-b31b-46060e5f22d4 HTTP/1.1" 200 115 0.310359 10.0.0.131 - - [2025-10-02 02:01:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.002759 10.0.0.131 - - [2025-10-02 02:01:15] "POST /api-access-lists HTTP/1.1" 200 523 0.014616 10.0.0.131 - - [2025-10-02 02:01:15] "GET /api-access-list/fa86871a-eafa-426c-920e-0f837386c27c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.004058 10.0.0.131 - - [2025-10-02 02:01:15] "GET /api-access-list/fa86871a-eafa-426c-920e-0f837386c27c HTTP/1.1" 401 293 0.000419 10.0.0.131 - - [2025-10-02 02:01:15] "GET /api-access-list/fa86871a-eafa-426c-920e-0f837386c27c HTTP/1.1" 200 1267 0.026229 10.0.0.131 - - [2025-10-02 02:01:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000360 10.0.0.131 - - [2025-10-02 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.063800 10.0.0.131 - - [2025-10-02 02:01:16] "GET /projects?obj_uuids=389b1526-2592-47df-9f80-7b1ee3fce981&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001282 10.0.0.131 - - [2025-10-02 02:01:16] "GET /project/389b1526-2592-47df-9f80-7b1ee3fce981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.037537 10.0.0.131 - - [2025-10-02 02:01:16] "GET /virtual-networks?parent_id=389b1526-2592-47df-9f80-7b1ee3fce981&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011610 10.0.0.131 - - [2025-10-02 02:01:16] "POST /virtual-networks HTTP/1.1" 200 570 0.045081 10.0.0.131 - - [2025-10-02 02:01:16] "POST /route-targets HTTP/1.1" 200 328 0.008719 10.0.0.131 - - [2025-10-02 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.087175 10.0.0.131 - - [2025-10-02 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.019425 10.0.0.131 - - [2025-10-02 02:01:16] "GET /network-ipam/0e9023e6-cc72-466d-bc7f-fd41eaed8478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.011365 10.0.0.131 - - [2025-10-02 02:01:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003813 10.0.0.131 - - [2025-10-02 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.047688 10.0.0.131 - - [2025-10-02 02:01:16] "POST /neutron/network HTTP/1.1" 200 831 0.038005 10.0.0.131 - - [2025-10-02 02:01:16] "POST /neutron/network HTTP/1.1" 200 831 0.018560 10.0.0.131 - - [2025-10-02 02:01:16] "GET /virtual-network/5fb8490b-e6e9-4c6f-aeae-7c1652711aad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.010582 10.0.0.131 - - [2025-10-02 02:01:16] "POST /neutron/network HTTP/1.1" 200 831 0.015282 10.0.0.131 - - [2025-10-02 02:01:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.024207 10.0.0.131 - - [2025-10-02 02:01:16] "GET /virtual-network/5fb8490b-e6e9-4c6f-aeae-7c1652711aad HTTP/1.1" 401 293 0.000452 10.0.0.131 - - [2025-10-02 02:01:17] "GET /virtual-network/5fb8490b-e6e9-4c6f-aeae-7c1652711aad HTTP/1.1" 200 2268 0.038664 10.0.0.131 - - [2025-10-02 02:01:17] "GET /virtual-network/5fb8490b-e6e9-4c6f-aeae-7c1652711aad HTTP/1.1" 401 293 0.000470 10.0.0.131 - - [2025-10-02 02:01:17] "GET /virtual-network/5fb8490b-e6e9-4c6f-aeae-7c1652711aad HTTP/1.1" 200 2007 0.043704 10.0.0.131 - - [2025-10-02 02:01:17] "POST /id-to-fqname HTTP/1.1" 401 293 0.000477 10.0.0.131 - - [2025-10-02 02:01:17] "POST /id-to-fqname HTTP/1.1" 200 230 0.029047 10.0.0.131 - - [2025-10-02 02:01:18] "POST /neutron/network HTTP/1.1" 200 841 0.041527 10.0.0.131 - - [2025-10-02 02:01:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000355 10.0.0.131 - - [2025-10-02 02:01:18] "GET / HTTP/1.1" 200 36215 0.002137 10.0.0.131 - - [2025-10-02 02:01:18] "GET /project/b81458f7-fdb7-46f3-a902-1de888f9013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000364 10.0.0.131 - - [2025-10-02 02:01:19] "GET /projects?obj_uuids=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001135 10.0.0.131 - - [2025-10-02 02:01:19] "GET /project/b81458f7-fdb7-46f3-a902-1de888f9013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.051809 10.0.0.131 - - [2025-10-02 02:01:19] "POST /neutron/network HTTP/1.1" 200 831 0.005419 10.0.0.131 - - [2025-10-02 02:01:19] "POST /neutron/port HTTP/1.1" 200 117 0.028440 10.0.0.131 - - [2025-10-02 02:01:19] "POST /neutron/port HTTP/1.1" 200 117 0.005299 10.0.0.131 - - [2025-10-02 02:01:19] "POST /neutron/port HTTP/1.1" 200 117 0.004990 10.0.0.131 - - [2025-10-02 02:01:19] "POST /neutron/network HTTP/1.1" 200 841 0.019116 10.0.0.131 - - [2025-10-02 02:01:19] "POST /neutron/network HTTP/1.1" 200 831 0.018260 10.0.0.131 - - [2025-10-02 02:01:19] "GET /projects?obj_uuids=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.131 - - [2025-10-02 02:01:20] "POST /neutron/port HTTP/1.1" 200 1055 0.325866 10.0.0.131 - - [2025-10-02 02:01:20] "POST /neutron/port HTTP/1.1" 200 1055 0.009976 10.0.0.131 - - [2025-10-02 02:01:20] "POST /neutron/port HTTP/1.1" 200 1055 0.006680 10.0.0.131 - - [2025-10-02 02:01:20] "POST /neutron/port HTTP/1.1" 200 1109 0.049342 10.0.0.131 - - [2025-10-02 02:01:20] "POST /neutron/port HTTP/1.1" 200 1083 0.010392 10.0.0.131 - - [2025-10-02 02:01:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007438 10.0.0.131 - - [2025-10-02 02:01:20] "POST /neutron/subnet HTTP/1.1" 200 647 0.006614 10.0.0.131 - - [2025-10-02 02:01:20] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.131 - - [2025-10-02 02:01:20] "POST /neutron/network HTTP/1.1" 200 831 0.004970 10.0.0.131 - - [2025-10-02 02:01:21] "GET /obj-perms HTTP/1.1" 200 5075 0.045043 10.0.0.131 - - [2025-10-02 02:01:22] "GET /obj-perms HTTP/1.1" 200 5075 0.043371 10.0.0.131 - - [2025-10-02 02:01:24] "POST /neutron/port HTTP/1.1" 200 1083 0.009990 10.0.0.131 - - [2025-10-02 02:01:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005296 10.0.0.131 - - [2025-10-02 02:01:24] "POST /neutron/port HTTP/1.1" 200 1083 0.009398 10.0.0.131 - - [2025-10-02 02:01:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006494 10.0.0.131 - - [2025-10-02 02:01:24] "POST /neutron/port HTTP/1.1" 200 1083 0.010352 10.0.0.131 - - [2025-10-02 02:01:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006426 10.0.0.131 - - [2025-10-02 02:01:24] "POST /neutron/port HTTP/1.1" 200 1083 0.011201 10.0.0.131 - - [2025-10-02 02:01:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006932 10.0.0.131 - - [2025-10-02 02:01:24] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773 HTTP/1.1" 200 1290 0.011144 10.0.0.131 - - [2025-10-02 02:01:24] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773 HTTP/1.1" 200 1290 0.008952 10.0.0.131 - - [2025-10-02 02:01:24] "GET /virtual-machine-interface/2661bc0a-1202-4853-840f-d7abad7745fa HTTP/1.1" 200 2535 0.012920 10.0.0.131 - - [2025-10-02 02:01:24] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773 HTTP/1.1" 200 1290 0.010671 10.0.0.131 - - [2025-10-02 02:01:24] "GET /virtual-machine-interface/2661bc0a-1202-4853-840f-d7abad7745fa HTTP/1.1" 200 2535 0.017376 10.0.0.131 - - [2025-10-02 02:01:24] "GET /instance-ip/ad543104-8cb7-4f9f-bd62-f847f4240564 HTTP/1.1" 200 1629 0.011864 10.0.0.131 - - [2025-10-02 02:01:24] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773 HTTP/1.1" 200 1290 0.012497 10.0.0.131 - - [2025-10-02 02:01:24] "GET /virtual-machine-interface/2661bc0a-1202-4853-840f-d7abad7745fa HTTP/1.1" 200 2535 0.012435 10.0.0.131 - - [2025-10-02 02:01:24] "GET /instance-ip/ad543104-8cb7-4f9f-bd62-f847f4240564 HTTP/1.1" 200 1629 0.011783 10.0.0.131 - - [2025-10-02 02:01:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.009022 10.0.0.131 - - [2025-10-02 02:01:24] "GET / HTTP/1.1" 200 36215 0.001614 10.0.0.131 - - [2025-10-02 02:01:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000463 10.0.0.131 - - [2025-10-02 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.026514 10.0.0.131 - - [2025-10-02 02:01:25] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002904 10.0.0.131 - - [2025-10-02 02:01:25] "GET /virtual-networks?parent_id=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009656 10.0.0.131 - - [2025-10-02 02:01:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.010606 10.0.0.131 - - [2025-10-02 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.131 - - [2025-10-02 02:01:25] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003026 10.0.0.131 - - [2025-10-02 02:01:25] "GET /virtual-networks?parent_id=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010929 10.0.0.131 - - [2025-10-02 02:01:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.008712 10.0.0.131 - - [2025-10-02 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.131 - - [2025-10-02 02:01:25] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002918 10.0.0.131 - - [2025-10-02 02:01:25] "GET /virtual-networks?parent_id=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010197 10.0.0.131 - - [2025-10-02 02:01:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009004 10.0.0.131 - - [2025-10-02 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.131 - - [2025-10-02 02:01:25] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002882 10.0.0.131 - - [2025-10-02 02:01:25] "GET /virtual-networks?parent_id=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010168 10.0.0.131 - - [2025-10-02 02:01:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.009454 10.0.0.131 - - [2025-10-02 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.131 - - [2025-10-02 02:01:26] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003930 10.0.0.131 - - [2025-10-02 02:01:26] "GET /virtual-networks?parent_id=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011218 10.0.0.131 - - [2025-10-02 02:01:28] "POST /neutron/port HTTP/1.1" 200 1083 0.010425 10.0.0.131 - - [2025-10-02 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005529 10.0.0.131 - - [2025-10-02 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.014750 10.0.0.131 - - [2025-10-02 02:01:29] "GET /virtual-network/5fb8490b-e6e9-4c6f-aeae-7c1652711aad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.014390 10.0.0.131 - - [2025-10-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.012428 10.0.0.131 - - [2025-10-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002020 10.0.0.131 - - [2025-10-02 02:01:31] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002332 10.0.0.131 - - [2025-10-02 02:01:31] "GET /virtual-networks?parent_id=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008960 10.0.0.131 - - [2025-10-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.009545 10.0.0.131 - - [2025-10-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002475 10.0.0.131 - - [2025-10-02 02:01:31] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002875 10.0.0.131 - - [2025-10-02 02:01:31] "GET /virtual-networks?parent_id=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025145 10.0.0.131 - - [2025-10-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.009223 10.0.0.131 - - [2025-10-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.131 - - [2025-10-02 02:01:31] "GET /routing-instance/0534459a-5b46-43ab-b0a2-44af484ea442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003481 10.0.0.131 - - [2025-10-02 02:01:31] "GET /route-target/4f3b3ff7-4d8f-4fa9-845b-1cdb9ea720a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010291 10.0.0.131 - - [2025-10-02 02:01:31] "GET /route-target/4f3b3ff7-4d8f-4fa9-845b-1cdb9ea720a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002699 10.0.0.131 - - [2025-10-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.009777 10.0.0.131 - - [2025-10-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002412 10.0.0.131 - - [2025-10-02 02:01:31] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003997 10.0.0.131 - - [2025-10-02 02:01:31] "GET /virtual-networks?parent_id=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009419 10.0.0.131 - - [2025-10-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.008339 10.0.0.131 - - [2025-10-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.131 - - [2025-10-02 02:01:31] "GET /routing-instance/0534459a-5b46-43ab-b0a2-44af484ea442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003004 10.0.0.131 - - [2025-10-02 02:01:31] "GET /route-target/4f3b3ff7-4d8f-4fa9-845b-1cdb9ea720a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009511 10.0.0.131 - - [2025-10-02 02:01:31] "GET /route-target/4f3b3ff7-4d8f-4fa9-845b-1cdb9ea720a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002481 10.0.0.131 - - [2025-10-02 02:01:32] "GET /obj-perms HTTP/1.1" 200 4934 0.054367 10.0.0.131 - - [2025-10-02 02:01:32] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009908 10.0.0.131 - - [2025-10-02 02:01:32] "GET /obj-perms HTTP/1.1" 200 4934 0.009277 10.0.0.131 - - [2025-10-02 02:01:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.131 - - [2025-10-02 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.021402 10.0.0.131 - - [2025-10-02 02:01:32] "GET /virtual-machine-interface/2661bc0a-1202-4853-840f-d7abad7745fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.014461 10.0.0.131 - - [2025-10-02 02:01:32] "GET /obj-perms HTTP/1.1" 200 4934 0.010392 10.0.0.131 - - [2025-10-02 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.131 - - [2025-10-02 02:01:32] "GET /virtual-machine-interface/2661bc0a-1202-4853-840f-d7abad7745fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.017603 10.0.0.131 - - [2025-10-02 02:01:33] "GET /obj-perms HTTP/1.1" 200 4934 0.009342 10.0.0.131 - - [2025-10-02 02:01:33] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010859 10.0.0.131 - - [2025-10-02 02:01:33] "GET /obj-perms HTTP/1.1" 200 4934 0.009833 10.0.0.131 - - [2025-10-02 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.131 - - [2025-10-02 02:01:33] "GET /virtual-machine-interface/2661bc0a-1202-4853-840f-d7abad7745fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.017506 10.0.0.131 - - [2025-10-02 02:01:33] "GET /obj-perms HTTP/1.1" 200 4934 0.010767 10.0.0.131 - - [2025-10-02 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.131 - - [2025-10-02 02:01:33] "GET /virtual-network/5fb8490b-e6e9-4c6f-aeae-7c1652711aad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.013842 10.0.0.131 - - [2025-10-02 02:01:33] "GET /obj-perms HTTP/1.1" 200 4934 0.009350 10.0.0.131 - - [2025-10-02 02:01:33] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.011972 10.0.0.131 - - [2025-10-02 02:01:33] "GET /obj-perms HTTP/1.1" 200 4934 0.008923 10.0.0.131 - - [2025-10-02 02:01:33] "GET /obj-perms HTTP/1.1" 200 4934 0.010573 10.0.0.131 - - [2025-10-02 02:01:34] "GET /obj-perms HTTP/1.1" 200 4934 0.052776 10.0.0.131 - - [2025-10-02 02:01:34] "GET /obj-perms HTTP/1.1" 200 4934 0.010854 10.0.0.131 - - [2025-10-02 02:01:34] "GET /obj-perms HTTP/1.1" 200 5039 0.052541 10.0.0.131 - - [2025-10-02 02:01:34] "GET /obj-perms HTTP/1.1" 200 5039 0.004039 10.0.0.131 - - [2025-10-02 02:01:34] "GET /obj-perms HTTP/1.1" 200 4934 0.009783 10.0.0.131 - - [2025-10-02 02:01:34] "GET /obj-perms HTTP/1.1" 200 4934 0.010611 10.0.0.131 - - [2025-10-02 02:01:35] "GET /obj-perms HTTP/1.1" 200 4934 0.057627 10.0.0.131 - - [2025-10-02 02:01:35] "GET /obj-perms HTTP/1.1" 200 4934 0.008739 10.0.0.131 - - [2025-10-02 02:01:35] "GET /obj-perms HTTP/1.1" 200 5039 0.004548 10.0.0.131 - - [2025-10-02 02:01:35] "GET /obj-perms HTTP/1.1" 200 5039 0.002957 10.0.0.131 - - [2025-10-02 02:01:35] "GET /obj-perms HTTP/1.1" 200 4934 0.010004 10.0.0.131 - - [2025-10-02 02:01:35] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.010458 10.0.0.131 - - [2025-10-02 02:01:35] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773 HTTP/1.1" 200 1290 0.012885 10.0.0.131 - - [2025-10-02 02:01:35] "POST /neutron/port HTTP/1.1" 200 1083 0.010580 10.0.0.131 - - [2025-10-02 02:01:35] "POST /neutron/port HTTP/1.1" 200 1109 0.010261 10.0.0.131 - - [2025-10-02 02:01:35] "POST /neutron/port HTTP/1.1" 200 151 0.085093 10.0.0.131 - - [2025-10-02 02:01:37] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773 HTTP/1.1" 404 171 0.009502 10.0.0.131 - - [2025-10-02 02:01:37] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773 HTTP/1.1" 404 171 0.008095 10.0.0.131 - - [2025-10-02 02:01:37] "GET /virtual-machine/923879e5-bf2c-4526-956c-9cafd2ad2773 HTTP/1.1" 404 171 0.007617 10.0.0.131 - - [2025-10-02 02:01:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.009241 10.0.0.131 - - [2025-10-02 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001853 10.0.0.131 - - [2025-10-02 02:01:37] "GET /global-vrouter-config/a24c3e54-a893-44bb-a940-3f77c9936354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002170 10.0.0.131 - - [2025-10-02 02:01:37] "GET /virtual-networks?parent_id=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009044 10.0.0.131 - - [2025-10-02 02:01:37] "POST /fqname-to-id HTTP/1.1" 403 361 0.008781 10.0.0.131 - - [2025-10-02 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006428 10.0.0.131 - - [2025-10-02 02:01:37] "GET /routing-instance/0534459a-5b46-43ab-b0a2-44af484ea442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.004655 10.0.0.131 - - [2025-10-02 02:01:37] "GET /route-target/4f3b3ff7-4d8f-4fa9-845b-1cdb9ea720a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008486 10.0.0.131 - - [2025-10-02 02:01:37] "GET /route-target/4f3b3ff7-4d8f-4fa9-845b-1cdb9ea720a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002263 10.0.0.131 - - [2025-10-02 02:01:37] "GET /obj-perms HTTP/1.1" 200 4934 0.008476 10.0.0.131 - - [2025-10-02 02:01:37] "GET /obj-perms HTTP/1.1" 200 4934 0.006994 10.0.0.131 - - [2025-10-02 02:01:38] "GET /obj-perms HTTP/1.1" 200 4934 0.052987 10.0.0.131 - - [2025-10-02 02:01:38] "GET /obj-perms HTTP/1.1" 200 4934 0.008861 10.0.0.131 - - [2025-10-02 02:01:38] "GET /obj-perms HTTP/1.1" 200 5039 0.003024 10.0.0.131 - - [2025-10-02 02:01:41] "GET /obj-perms HTTP/1.1" 200 5039 0.002990 10.0.0.131 - - [2025-10-02 02:01:44] "GET /obj-perms HTTP/1.1" 200 5039 0.003044 10.0.0.131 - - [2025-10-02 02:01:47] "GET /obj-perms HTTP/1.1" 200 5039 0.003184 10.0.0.131 - - [2025-10-02 02:01:50] "GET /obj-perms HTTP/1.1" 200 5039 0.003788 10.0.0.131 - - [2025-10-02 02:01:53] "GET /obj-perms HTTP/1.1" 200 5039 0.003442 10.0.0.131 - - [2025-10-02 02:01:56] "GET /obj-perms HTTP/1.1" 200 5039 0.003126 10.0.0.131 - - [2025-10-02 02:01:59] "GET /obj-perms HTTP/1.1" 200 5039 0.003186 10.0.0.131 - - [2025-10-02 02:02:02] "GET /obj-perms HTTP/1.1" 200 5039 0.003448 10.0.0.131 - - [2025-10-02 02:02:05] "GET /obj-perms HTTP/1.1" 200 5039 0.004223 10.0.0.131 - - [2025-10-02 02:02:08] "GET /obj-perms HTTP/1.1" 200 5039 0.003329 10.0.0.131 - - [2025-10-02 02:02:11] "GET /obj-perms HTTP/1.1" 200 5039 0.003463 10.0.0.131 - - [2025-10-02 02:02:14] "GET /obj-perms HTTP/1.1" 200 5039 0.007352 10.0.0.131 - - [2025-10-02 02:02:17] "GET /obj-perms HTTP/1.1" 200 5039 0.003616 10.0.0.131 - - [2025-10-02 02:02:20] "GET /obj-perms HTTP/1.1" 200 5039 0.003266 10.0.0.131 - - [2025-10-02 02:02:22] "GET /obj-perms HTTP/1.1" 200 5075 0.041799 10.0.0.131 - - [2025-10-02 02:02:22] "GET /obj-perms HTTP/1.1" 200 5075 0.043687 10.0.0.131 - - [2025-10-02 02:02:23] "GET /obj-perms HTTP/1.1" 200 5039 0.002915 10.0.0.131 - - [2025-10-02 02:02:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003869 10.0.0.131 - - [2025-10-02 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.131 - - [2025-10-02 02:02:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002542 10.0.0.131 - - [2025-10-02 02:02:23] "DELETE /virtual-network/5fb8490b-e6e9-4c6f-aeae-7c1652711aad HTTP/1.1" 200 115 0.070467 10.0.0.131 - - [2025-10-02 02:02:23] "DELETE /route-target/4f3b3ff7-4d8f-4fa9-845b-1cdb9ea720a8 HTTP/1.1" 200 115 0.021900 10.0.0.131 - - [2025-10-02 02:02:23] "DELETE /api-access-list/fa86871a-eafa-426c-920e-0f837386c27c HTTP/1.1" 200 115 0.021913 10.0.0.131 - - [2025-10-02 02:02:23] "GET /api-access-list/fa86871a-eafa-426c-920e-0f837386c27c HTTP/1.1" 404 171 0.001955 10.0.0.131 - - [2025-10-02 02:02:23] "GET /projects?obj_uuids=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.131 - - [2025-10-02 02:02:23] "GET /project/b81458f7-fdb7-46f3-a902-1de888f9013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.024534 10.0.0.131 - - [2025-10-02 02:02:23] "GET /projects?obj_uuids=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001896 10.0.0.131 - - [2025-10-02 02:02:23] "GET /project/b81458f7-fdb7-46f3-a902-1de888f9013b?fields=virtual_networks HTTP/1.1" 200 1025 0.067625 10.0.0.131 - - [2025-10-02 02:02:23] "GET /projects?obj_uuids=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000933 10.0.0.131 - - [2025-10-02 02:02:23] "GET /project/b81458f7-fdb7-46f3-a902-1de888f9013b?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.025347 10.0.0.131 - - [2025-10-02 02:02:23] "GET /projects?obj_uuids=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000954 10.0.0.131 - - [2025-10-02 02:02:23] "GET /project/b81458f7-fdb7-46f3-a902-1de888f9013b?fields=security_groups HTTP/1.1" 200 1247 0.025175 10.0.0.131 - - [2025-10-02 02:02:24] "GET /projects?obj_uuids=389b1526-2592-47df-9f80-7b1ee3fce981&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001908 10.0.0.131 - - [2025-10-02 02:02:24] "GET /project/389b1526-2592-47df-9f80-7b1ee3fce981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.038506 10.0.0.131 - - [2025-10-02 02:02:24] "GET /projects?obj_uuids=389b1526-2592-47df-9f80-7b1ee3fce981&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.131 - - [2025-10-02 02:02:24] "GET /project/389b1526-2592-47df-9f80-7b1ee3fce981?fields=virtual_networks HTTP/1.1" 200 1024 0.022747 10.0.0.131 - - [2025-10-02 02:02:24] "GET /projects?obj_uuids=389b1526-2592-47df-9f80-7b1ee3fce981&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.131 - - [2025-10-02 02:02:24] "GET /project/389b1526-2592-47df-9f80-7b1ee3fce981?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.032828 10.0.0.131 - - [2025-10-02 02:02:24] "GET /projects?obj_uuids=389b1526-2592-47df-9f80-7b1ee3fce981&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001628 10.0.0.131 - - [2025-10-02 02:02:24] "GET /project/389b1526-2592-47df-9f80-7b1ee3fce981?fields=security_groups HTTP/1.1" 200 1246 0.024442 10.0.0.131 - - [2025-10-02 02:02:25] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003268 10.0.0.131 - - [2025-10-02 02:02:25] "PUT /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1 HTTP/1.1" 200 265 0.008353 10.0.0.131 - - [2025-10-02 02:02:25] "GET /projects?obj_uuids=adf43269-c864-4c34-aa85-5e6947e35def&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001097 10.0.0.131 - - [2025-10-02 02:02:25] "GET /project/adf43269-c864-4c34-aa85-5e6947e35def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.020509 10.0.0.131 - - [2025-10-02 02:02:25] "GET /projects?obj_uuids=adf43269-c864-4c34-aa85-5e6947e35def&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001226 10.0.0.131 - - [2025-10-02 02:02:25] "GET /project/adf43269-c864-4c34-aa85-5e6947e35def?fields=virtual_networks HTTP/1.1" 200 1025 0.069981 10.0.0.131 - - [2025-10-02 02:02:26] "GET /projects?obj_uuids=adf43269-c864-4c34-aa85-5e6947e35def&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001089 10.0.0.131 - - [2025-10-02 02:02:26] "GET /project/adf43269-c864-4c34-aa85-5e6947e35def?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.022442 10.0.0.131 - - [2025-10-02 02:02:26] "GET /projects?obj_uuids=adf43269-c864-4c34-aa85-5e6947e35def&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001007 10.0.0.131 - - [2025-10-02 02:02:26] "GET /project/adf43269-c864-4c34-aa85-5e6947e35def?fields=security_groups HTTP/1.1" 200 1247 0.025155 10.0.0.131 - - [2025-10-02 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.023828 10.0.0.131 - - [2025-10-02 02:02:26] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002159 10.0.0.131 - - [2025-10-02 02:02:26] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.131 - - [2025-10-02 02:02:26] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005831 10.0.0.131 - - [2025-10-02 02:02:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.001681 10.0.0.131 - - [2025-10-02 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.003741 10.0.0.131 - - [2025-10-02 02:02:27] "POST /security-groups HTTP/1.1" 200 591 0.060385 10.0.0.131 - - [2025-10-02 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.004454 10.0.0.131 - - [2025-10-02 02:02:27] "POST /projects HTTP/1.1" 200 585 0.201879 10.0.0.131 - - [2025-10-02 02:02:27] "POST /access-control-lists HTTP/1.1" 200 598 0.057682 10.0.0.131 - - [2025-10-02 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.274658 10.0.0.131 - - [2025-10-02 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.002874 10.0.0.131 - - [2025-10-02 02:02:27] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.385353 10.0.0.131 - - [2025-10-02 02:02:27] "POST /access-control-lists HTTP/1.1" 200 596 0.056244 10.0.0.131 - - [2025-10-02 02:02:28] "GET / HTTP/1.1" 200 36215 0.001760 10.0.0.131 - - [2025-10-02 02:02:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000457 10.0.0.131 - - [2025-10-02 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.023885 10.0.0.131 - - [2025-10-02 02:02:30] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002829 10.0.0.131 - - [2025-10-02 02:02:30] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003188 10.0.0.131 - - [2025-10-02 02:02:30] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003146 10.0.0.131 - - [2025-10-02 02:02:30] "PUT /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1 HTTP/1.1" 200 265 0.008919 10.0.0.131 - - [2025-10-02 02:02:30] "GET /aaa-mode HTTP/1.1" 200 128 0.001028 10.0.0.131 - - [2025-10-02 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.022549 10.0.0.131 - - [2025-10-02 02:02:31] "GET /projects?obj_uuids=e50c56fc-888d-4ee2-beb8-7622528fbac5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002658 10.0.0.131 - - [2025-10-02 02:02:31] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001327 10.0.0.131 - - [2025-10-02 02:02:31] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007662 10.0.0.131 - - [2025-10-02 02:02:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.002218 10.0.0.131 - - [2025-10-02 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.005589 10.0.0.131 - - [2025-10-02 02:02:31] "POST /security-groups HTTP/1.1" 200 591 0.058939 10.0.0.131 - - [2025-10-02 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 234 0.004566 10.0.0.131 - - [2025-10-02 02:02:31] "POST /projects HTTP/1.1" 200 585 0.206241 10.0.0.131 - - [2025-10-02 02:02:31] "POST /access-control-lists HTTP/1.1" 200 598 0.058105 10.0.0.131 - - [2025-10-02 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.277184 10.0.0.131 - - [2025-10-02 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 233 0.002469 10.0.0.131 - - [2025-10-02 02:02:31] "GET /project/e50c56fc-888d-4ee2-beb8-7622528fbac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.400280 10.0.0.131 - - [2025-10-02 02:02:31] "POST /access-control-lists HTTP/1.1" 200 596 0.072685 10.0.0.131 - - [2025-10-02 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.018904 10.0.0.131 - - [2025-10-02 02:02:32] "GET /projects?obj_uuids=0a381c3d-5815-4331-8600-53603750400a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002999 10.0.0.131 - - [2025-10-02 02:02:32] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.131 - - [2025-10-02 02:02:32] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006355 10.0.0.131 - - [2025-10-02 02:02:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.001381 10.0.0.131 - - [2025-10-02 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.004385 10.0.0.131 - - [2025-10-02 02:02:32] "POST /security-groups HTTP/1.1" 200 591 0.061134 10.0.0.131 - - [2025-10-02 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.002466 10.0.0.131 - - [2025-10-02 02:02:32] "POST /projects HTTP/1.1" 200 585 0.206220 10.0.0.131 - - [2025-10-02 02:02:32] "POST /access-control-lists HTTP/1.1" 200 598 0.057176 10.0.0.131 - - [2025-10-02 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.272456 10.0.0.131 - - [2025-10-02 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 233 0.002753 10.0.0.131 - - [2025-10-02 02:02:32] "GET /project/0a381c3d-5815-4331-8600-53603750400a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.392057 10.0.0.131 - - [2025-10-02 02:02:32] "POST /access-control-lists HTTP/1.1" 200 596 0.056337 10.0.0.131 - - [2025-10-02 02:02:32] "GET / HTTP/1.1" 200 36215 0.001972 10.0.0.131 - - [2025-10-02 02:02:33] "GET / HTTP/1.1" 200 36215 0.001462 10.0.0.131 - - [2025-10-02 02:02:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.003078 10.0.0.131 - - [2025-10-02 02:02:34] "POST /api-access-lists HTTP/1.1" 200 523 0.015123 10.0.0.131 - - [2025-10-02 02:02:34] "GET /api-access-list/e753dae0-b117-467e-95f5-c4fd8b2703e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004175 10.0.0.131 - - [2025-10-02 02:02:34] "GET /api-access-list/e753dae0-b117-467e-95f5-c4fd8b2703e7 HTTP/1.1" 401 293 0.000472 10.0.0.131 - - [2025-10-02 02:02:34] "GET /api-access-list/e753dae0-b117-467e-95f5-c4fd8b2703e7 HTTP/1.1" 200 1291 0.067894 10.0.0.131 - - [2025-10-02 02:02:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000549 10.0.0.131 - - [2025-10-02 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.035366 10.0.0.131 - - [2025-10-02 02:02:34] "GET /projects?obj_uuids=e50c56fc-888d-4ee2-beb8-7622528fbac5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.131 - - [2025-10-02 02:02:34] "GET /project/e50c56fc-888d-4ee2-beb8-7622528fbac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.037059 10.0.0.131 - - [2025-10-02 02:02:35] "GET /virtual-networks?parent_id=e50c56fc-888d-4ee2-beb8-7622528fbac5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011261 10.0.0.131 - - [2025-10-02 02:02:35] "POST /virtual-networks HTTP/1.1" 200 585 0.090089 10.0.0.131 - - [2025-10-02 02:02:35] "POST /route-targets HTTP/1.1" 200 328 0.019006 10.0.0.131 - - [2025-10-02 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.018886 10.0.0.131 - - [2025-10-02 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.023125 10.0.0.131 - - [2025-10-02 02:02:35] "GET /network-ipam/0e9023e6-cc72-466d-bc7f-fd41eaed8478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.011303 10.0.0.131 - - [2025-10-02 02:02:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003822 10.0.0.131 - - [2025-10-02 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.046078 10.0.0.131 - - [2025-10-02 02:02:35] "POST /neutron/network HTTP/1.1" 200 848 0.039251 10.0.0.131 - - [2025-10-02 02:02:35] "POST /neutron/network HTTP/1.1" 200 848 0.017755 10.0.0.131 - - [2025-10-02 02:02:35] "GET /virtual-network/df0089a1-bb93-4638-8e66-a16058fa9049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.011866 10.0.0.131 - - [2025-10-02 02:02:35] "POST /neutron/network HTTP/1.1" 200 848 0.018186 10.0.0.131 - - [2025-10-02 02:02:35] "POST /neutron/subnet HTTP/1.1" 200 676 0.023518 10.0.0.131 - - [2025-10-02 02:02:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000358 10.0.0.131 - - [2025-10-02 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.034619 10.0.0.131 - - [2025-10-02 02:02:35] "GET /projects?obj_uuids=0a381c3d-5815-4331-8600-53603750400a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001046 10.0.0.131 - - [2025-10-02 02:02:35] "GET /project/0a381c3d-5815-4331-8600-53603750400a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.031090 10.0.0.131 - - [2025-10-02 02:02:35] "GET /virtual-networks?parent_id=0a381c3d-5815-4331-8600-53603750400a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010576 10.0.0.131 - - [2025-10-02 02:02:36] "POST /virtual-networks HTTP/1.1" 200 585 0.044213 10.0.0.131 - - [2025-10-02 02:02:36] "POST /route-targets HTTP/1.1" 200 328 0.009304 10.0.0.131 - - [2025-10-02 02:02:36] "POST /ref-update HTTP/1.1" 200 156 0.009092 10.0.0.131 - - [2025-10-02 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010158 10.0.0.131 - - [2025-10-02 02:02:36] "GET /network-ipam/0e9023e6-cc72-466d-bc7f-fd41eaed8478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.009867 10.0.0.131 - - [2025-10-02 02:02:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002384 10.0.0.131 - - [2025-10-02 02:02:36] "POST /ref-update HTTP/1.1" 200 156 0.041115 10.0.0.131 - - [2025-10-02 02:02:36] "POST /neutron/network HTTP/1.1" 200 849 0.036014 10.0.0.131 - - [2025-10-02 02:02:36] "POST /neutron/network HTTP/1.1" 200 849 0.017395 10.0.0.131 - - [2025-10-02 02:02:36] "GET /virtual-network/572f145f-dcdb-4e8f-8928-0c2c5f7c658c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.010833 10.0.0.131 - - [2025-10-02 02:02:36] "POST /neutron/network HTTP/1.1" 200 849 0.021870 10.0.0.131 - - [2025-10-02 02:02:36] "POST /neutron/subnet HTTP/1.1" 200 681 0.023781 10.0.0.131 - - [2025-10-02 02:02:36] "GET /virtual-network/df0089a1-bb93-4638-8e66-a16058fa9049 HTTP/1.1" 401 293 0.000377 10.0.0.131 - - [2025-10-02 02:02:36] "GET /virtual-network/df0089a1-bb93-4638-8e66-a16058fa9049 HTTP/1.1" 200 2316 0.034401 10.0.0.131 - - [2025-10-02 02:02:36] "GET /virtual-network/df0089a1-bb93-4638-8e66-a16058fa9049 HTTP/1.1" 401 293 0.000332 10.0.0.131 - - [2025-10-02 02:02:37] "GET /virtual-network/df0089a1-bb93-4638-8e66-a16058fa9049 HTTP/1.1" 403 376 0.029955 10.0.0.131 - - [2025-10-02 02:02:37] "GET /virtual-network/df0089a1-bb93-4638-8e66-a16058fa9049 HTTP/1.1" 200 2316 0.004178 10.0.0.131 - - [2025-10-02 02:02:37] "GET /virtual-networks HTTP/1.1" 200 372 0.015846 10.0.0.131 - - [2025-10-02 02:02:37] "GET /virtual-networks HTTP/1.1" 200 372 0.015192 10.0.0.131 - - [2025-10-02 02:02:37] "PUT /virtual-network/df0089a1-bb93-4638-8e66-a16058fa9049 HTTP/1.1" 200 265 0.022643 10.0.0.131 - - [2025-10-02 02:02:37] "GET /virtual-networks HTTP/1.1" 200 132 0.017612 10.0.0.131 - - [2025-10-02 02:02:37] "GET /virtual-networks HTTP/1.1" 200 613 0.015190 10.0.0.131 - - [2025-10-02 02:02:37] "GET /virtual-networks HTTP/1.1" 200 1435 0.002066 10.0.0.131 - - [2025-10-02 02:02:37] "PUT /virtual-network/df0089a1-bb93-4638-8e66-a16058fa9049 HTTP/1.1" 200 265 0.021132 10.0.0.131 - - [2025-10-02 02:02:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002703 10.0.0.131 - - [2025-10-02 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.131 - - [2025-10-02 02:02:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002449 10.0.0.131 - - [2025-10-02 02:02:37] "DELETE /virtual-network/572f145f-dcdb-4e8f-8928-0c2c5f7c658c HTTP/1.1" 200 115 0.065749 10.0.0.131 - - [2025-10-02 02:02:37] "DELETE /route-target/4b52bbc5-e88a-4570-8ea2-a0ddef2f50c1 HTTP/1.1" 200 115 0.016608 10.0.0.131 - - [2025-10-02 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.131 - - [2025-10-02 02:02:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001812 10.0.0.131 - - [2025-10-02 02:02:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002016 10.0.0.131 - - [2025-10-02 02:02:37] "DELETE /virtual-network/df0089a1-bb93-4638-8e66-a16058fa9049 HTTP/1.1" 200 115 0.066170 10.0.0.131 - - [2025-10-02 02:02:37] "DELETE /api-access-list/e753dae0-b117-467e-95f5-c4fd8b2703e7 HTTP/1.1" 200 115 0.015414 10.0.0.131 - - [2025-10-02 02:02:37] "GET /api-access-list/e753dae0-b117-467e-95f5-c4fd8b2703e7 HTTP/1.1" 404 171 0.002069 10.0.0.131 - - [2025-10-02 02:02:37] "DELETE /route-target/e2c12f4d-8252-4fde-93b5-2bdf002695c3 HTTP/1.1" 200 115 0.019482 10.0.0.131 - - [2025-10-02 02:02:37] "GET /projects?obj_uuids=0a381c3d-5815-4331-8600-53603750400a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.131 - - [2025-10-02 02:02:37] "GET /project/0a381c3d-5815-4331-8600-53603750400a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022607 10.0.0.131 - - [2025-10-02 02:02:37] "GET /projects?obj_uuids=0a381c3d-5815-4331-8600-53603750400a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.131 - - [2025-10-02 02:02:37] "GET /project/0a381c3d-5815-4331-8600-53603750400a?fields=virtual_networks HTTP/1.1" 200 1032 0.064128 10.0.0.131 - - [2025-10-02 02:02:37] "GET /projects?obj_uuids=0a381c3d-5815-4331-8600-53603750400a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.131 - - [2025-10-02 02:02:37] "GET /project/0a381c3d-5815-4331-8600-53603750400a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.024333 10.0.0.131 - - [2025-10-02 02:02:37] "GET /projects?obj_uuids=0a381c3d-5815-4331-8600-53603750400a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001159 10.0.0.131 - - [2025-10-02 02:02:37] "GET /project/0a381c3d-5815-4331-8600-53603750400a?fields=security_groups HTTP/1.1" 200 1259 0.022742 10.0.0.131 - - [2025-10-02 02:02:38] "GET /projects?obj_uuids=e50c56fc-888d-4ee2-beb8-7622528fbac5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000972 10.0.0.131 - - [2025-10-02 02:02:38] "GET /project/e50c56fc-888d-4ee2-beb8-7622528fbac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021534 10.0.0.131 - - [2025-10-02 02:02:38] "GET /projects?obj_uuids=e50c56fc-888d-4ee2-beb8-7622528fbac5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.131 - - [2025-10-02 02:02:38] "GET /project/e50c56fc-888d-4ee2-beb8-7622528fbac5?fields=virtual_networks HTTP/1.1" 200 1035 0.068530 10.0.0.131 - - [2025-10-02 02:02:38] "GET /projects?obj_uuids=e50c56fc-888d-4ee2-beb8-7622528fbac5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.131 - - [2025-10-02 02:02:38] "GET /project/e50c56fc-888d-4ee2-beb8-7622528fbac5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.067375 10.0.0.131 - - [2025-10-02 02:02:38] "GET /projects?obj_uuids=e50c56fc-888d-4ee2-beb8-7622528fbac5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.131 - - [2025-10-02 02:02:38] "GET /project/e50c56fc-888d-4ee2-beb8-7622528fbac5?fields=security_groups HTTP/1.1" 200 1262 0.021661 10.0.0.131 - - [2025-10-02 02:02:39] "GET /aaa-mode HTTP/1.1" 200 128 0.001348 10.0.0.131 - - [2025-10-02 02:02:39] "GET / HTTP/1.1" 200 36215 0.002020 10.0.0.131 - - [2025-10-02 02:02:40] "GET / HTTP/1.1" 200 36215 0.001364 10.0.0.131 - - [2025-10-02 02:02:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000490 10.0.0.131 - - [2025-10-02 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.057888 10.0.0.131 - - [2025-10-02 02:02:41] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.131 - - [2025-10-02 02:02:41] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028662 10.0.0.131 - - [2025-10-02 02:02:41] "GET /virtual-networks?parent_id=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008289 10.0.0.131 - - [2025-10-02 02:02:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.009068 10.0.0.131 - - [2025-10-02 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008988 10.0.0.131 - - [2025-10-02 02:02:41] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.131 - - [2025-10-02 02:02:41] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012103 10.0.0.131 - - [2025-10-02 02:02:41] "POST /service-templates HTTP/1.1" 403 264 0.006415 10.0.0.131 - - [2025-10-02 02:02:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.002449 10.0.0.131 - - [2025-10-02 02:02:41] "POST /api-access-lists HTTP/1.1" 200 557 0.014325 10.0.0.131 - - [2025-10-02 02:02:41] "GET /api-access-list/43decb41-5776-4dbb-8188-594f255f3f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004441 10.0.0.131 - - [2025-10-02 02:02:41] "GET /api-access-list/43decb41-5776-4dbb-8188-594f255f3f8f HTTP/1.1" 200 1323 0.003334 10.0.0.131 - - [2025-10-02 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.013667 10.0.0.131 - - [2025-10-02 02:02:41] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001303 10.0.0.131 - - [2025-10-02 02:02:41] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.035313 10.0.0.131 - - [2025-10-02 02:02:41] "GET /virtual-networks?parent_id=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009880 10.0.0.131 - - [2025-10-02 02:02:41] "POST /virtual-networks HTTP/1.1" 200 585 0.047614 10.0.0.131 - - [2025-10-02 02:02:41] "POST /route-targets HTTP/1.1" 200 328 0.007989 10.0.0.131 - - [2025-10-02 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.009446 10.0.0.131 - - [2025-10-02 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010547 10.0.0.131 - - [2025-10-02 02:02:42] "GET /network-ipam/0e9023e6-cc72-466d-bc7f-fd41eaed8478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.010078 10.0.0.131 - - [2025-10-02 02:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005301 10.0.0.131 - - [2025-10-02 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.045555 10.0.0.131 - - [2025-10-02 02:02:42] "POST /neutron/network HTTP/1.1" 200 848 0.036480 10.0.0.131 - - [2025-10-02 02:02:42] "POST /neutron/network HTTP/1.1" 200 848 0.017148 10.0.0.131 - - [2025-10-02 02:02:42] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.012237 10.0.0.131 - - [2025-10-02 02:02:42] "POST /neutron/network HTTP/1.1" 200 848 0.015945 10.0.0.131 - - [2025-10-02 02:02:42] "POST /neutron/subnet HTTP/1.1" 200 679 0.022979 10.0.0.131 - - [2025-10-02 02:02:42] "POST /neutron/network HTTP/1.1" 200 848 0.050759 10.0.0.131 - - [2025-10-02 02:02:42] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.005094 10.0.0.131 - - [2025-10-02 02:02:42] "GET /network-ipam/0e9023e6-cc72-466d-bc7f-fd41eaed8478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.002456 10.0.0.131 - - [2025-10-02 02:02:42] "GET /domains HTTP/1.1" 200 281 0.003536 10.0.0.131 - - [2025-10-02 02:02:42] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.131 - - [2025-10-02 02:02:42] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 3503 0.006200 10.0.0.131 - - [2025-10-02 02:02:42] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.131 - - [2025-10-02 02:02:42] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32 HTTP/1.1" 200 2359 0.065394 10.0.0.131 - - [2025-10-02 02:02:42] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 200 2318 0.005296 10.0.0.131 - - [2025-10-02 02:02:42] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 200 2318 0.004111 10.0.0.131 - - [2025-10-02 02:02:42] "GET /routing-instance/20c25065-c3eb-4f22-8a23-1da1e7da1ac1 HTTP/1.1" 200 1557 0.002850 10.0.0.131 - - [2025-10-02 02:02:42] "GET /routing-instance/20c25065-c3eb-4f22-8a23-1da1e7da1ac1 HTTP/1.1" 200 1557 0.003350 10.0.0.131 - - [2025-10-02 02:02:42] "GET /route-target/cdfc6dd1-35fc-4324-abf8-5e1cf511b771 HTTP/1.1" 200 1247 0.002255 10.0.0.131 - - [2025-10-02 02:02:42] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 200 2318 0.004077 10.0.0.131 - - [2025-10-02 02:02:42] "GET /routing-instance/20c25065-c3eb-4f22-8a23-1da1e7da1ac1 HTTP/1.1" 200 1557 0.002726 10.0.0.131 - - [2025-10-02 02:02:42] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004145 10.0.0.131 - - [2025-10-02 02:02:42] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 200 2318 0.003892 10.0.0.131 - - [2025-10-02 02:02:42] "GET /routing-instance/20c25065-c3eb-4f22-8a23-1da1e7da1ac1 HTTP/1.1" 200 1557 0.002663 10.0.0.131 - - [2025-10-02 02:02:42] "GET /routing-instance/20c25065-c3eb-4f22-8a23-1da1e7da1ac1 HTTP/1.1" 200 1557 0.002587 10.0.0.131 - - [2025-10-02 02:02:42] "GET /route-target/cdfc6dd1-35fc-4324-abf8-5e1cf511b771 HTTP/1.1" 200 1247 0.002352 10.0.0.131 - - [2025-10-02 02:02:42] "GET /domains HTTP/1.1" 200 281 0.002466 10.0.0.131 - - [2025-10-02 02:02:42] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.131 - - [2025-10-02 02:02:42] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b HTTP/1.1" 200 3503 0.006326 10.0.0.131 - - [2025-10-02 02:02:42] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.131 - - [2025-10-02 02:02:42] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32 HTTP/1.1" 200 2359 0.063943 10.0.0.131 - - [2025-10-02 02:02:42] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 200 2318 0.003963 10.0.0.131 - - [2025-10-02 02:02:43] "GET /obj-perms HTTP/1.1" 200 5049 0.048691 10.0.0.131 - - [2025-10-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.010682 10.0.0.131 - - [2025-10-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009290 10.0.0.131 - - [2025-10-02 02:02:43] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.131 - - [2025-10-02 02:02:43] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014592 10.0.0.131 - - [2025-10-02 02:02:43] "POST /service-templates HTTP/1.1" 403 264 0.007419 10.0.0.131 - - [2025-10-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.003287 10.0.0.131 - - [2025-10-02 02:02:43] "POST /api-access-lists HTTP/1.1" 200 523 0.013169 10.0.0.131 - - [2025-10-02 02:02:43] "GET /api-access-list/9c989333-0c00-4889-b00e-d1fc698d7441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004047 10.0.0.131 - - [2025-10-02 02:02:43] "GET /api-access-list/9c989333-0c00-4889-b00e-d1fc698d7441 HTTP/1.1" 200 1292 0.003569 10.0.0.131 - - [2025-10-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.010067 10.0.0.131 - - [2025-10-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009428 10.0.0.131 - - [2025-10-02 02:02:43] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.131 - - [2025-10-02 02:02:43] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013801 10.0.0.131 - - [2025-10-02 02:02:43] "POST /service-templates HTTP/1.1" 200 553 0.022732 10.0.0.131 - - [2025-10-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.011863 10.0.0.131 - - [2025-10-02 02:02:43] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011508 10.0.0.131 - - [2025-10-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012311 10.0.0.131 - - [2025-10-02 02:02:43] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.010830 10.0.0.131 - - [2025-10-02 02:02:43] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 401 293 0.000420 10.0.0.131 - - [2025-10-02 02:02:44] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 403 263 0.027779 10.0.0.131 - - [2025-10-02 02:02:44] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 403 264 0.007584 10.0.0.131 - - [2025-10-02 02:02:44] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 403 264 0.035483 10.0.0.131 - - [2025-10-02 02:02:44] "GET /api-access-list/43decb41-5776-4dbb-8188-594f255f3f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.002307 10.0.0.131 - - [2025-10-02 02:02:44] "PUT /api-access-list/43decb41-5776-4dbb-8188-594f255f3f8f HTTP/1.1" 200 265 0.006852 10.0.0.131 - - [2025-10-02 02:02:44] "GET /api-access-list/43decb41-5776-4dbb-8188-594f255f3f8f HTTP/1.1" 200 1460 0.003548 10.0.0.131 - - [2025-10-02 02:02:44] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 200 2318 0.013978 10.0.0.131 - - [2025-10-02 02:02:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000411 10.0.0.131 - - [2025-10-02 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.030390 10.0.0.131 - - [2025-10-02 02:02:44] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001322 10.0.0.131 - - [2025-10-02 02:02:44] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.031980 10.0.0.131 - - [2025-10-02 02:02:44] "GET /virtual-networks?parent_id=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012639 10.0.0.131 - - [2025-10-02 02:02:45] "POST /virtual-networks HTTP/1.1" 403 263 0.008134 10.0.0.131 - - [2025-10-02 02:02:45] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 403 264 0.008301 10.0.0.131 - - [2025-10-02 02:02:45] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 403 264 0.029742 10.0.0.131 - - [2025-10-02 02:02:45] "GET /api-access-list/9c989333-0c00-4889-b00e-d1fc698d7441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.002343 10.0.0.131 - - [2025-10-02 02:02:45] "PUT /api-access-list/9c989333-0c00-4889-b00e-d1fc698d7441 HTTP/1.1" 200 265 0.008300 10.0.0.131 - - [2025-10-02 02:02:45] "GET /api-access-list/9c989333-0c00-4889-b00e-d1fc698d7441 HTTP/1.1" 200 1430 0.003531 10.0.0.131 - - [2025-10-02 02:02:45] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 200 1855 0.012141 10.0.0.131 - - [2025-10-02 02:02:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.008804 10.0.0.131 - - [2025-10-02 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.010126 10.0.0.131 - - [2025-10-02 02:02:45] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.131 - - [2025-10-02 02:02:45] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013845 10.0.0.131 - - [2025-10-02 02:02:45] "POST /service-templates HTTP/1.1" 403 264 0.008580 10.0.0.131 - - [2025-10-02 02:02:45] "GET /api-access-list/43decb41-5776-4dbb-8188-594f255f3f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003013 10.0.0.131 - - [2025-10-02 02:02:45] "PUT /api-access-list/43decb41-5776-4dbb-8188-594f255f3f8f HTTP/1.1" 200 265 0.006996 10.0.0.131 - - [2025-10-02 02:02:45] "GET /api-access-list/43decb41-5776-4dbb-8188-594f255f3f8f HTTP/1.1" 200 1323 0.003128 10.0.0.131 - - [2025-10-02 02:02:45] "GET /api-access-list/9c989333-0c00-4889-b00e-d1fc698d7441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002265 10.0.0.131 - - [2025-10-02 02:02:45] "PUT /api-access-list/9c989333-0c00-4889-b00e-d1fc698d7441 HTTP/1.1" 200 265 0.007751 10.0.0.131 - - [2025-10-02 02:02:45] "GET /api-access-list/9c989333-0c00-4889-b00e-d1fc698d7441 HTTP/1.1" 200 1292 0.003125 10.0.0.131 - - [2025-10-02 02:02:45] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 403 263 0.009203 10.0.0.131 - - [2025-10-02 02:02:46] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 403 263 0.029249 10.0.0.131 - - [2025-10-02 02:02:46] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 403 264 0.007117 10.0.0.131 - - [2025-10-02 02:02:46] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 403 264 0.028072 10.0.0.131 - - [2025-10-02 02:02:46] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.002492 10.0.0.131 - - [2025-10-02 02:02:46] "PUT /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1 HTTP/1.1" 200 265 0.007399 10.0.0.131 - - [2025-10-02 02:02:46] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 200 1855 0.014014 10.0.0.131 - - [2025-10-02 02:02:46] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 200 2318 0.012700 10.0.0.131 - - [2025-10-02 02:02:46] "DELETE /api-access-list/43decb41-5776-4dbb-8188-594f255f3f8f HTTP/1.1" 200 115 0.016632 10.0.0.131 - - [2025-10-02 02:02:46] "GET /api-access-list/43decb41-5776-4dbb-8188-594f255f3f8f HTTP/1.1" 404 171 0.002177 10.0.0.131 - - [2025-10-02 02:02:46] "DELETE /api-access-list/9c989333-0c00-4889-b00e-d1fc698d7441 HTTP/1.1" 200 115 0.019638 10.0.0.131 - - [2025-10-02 02:02:46] "GET /api-access-list/9c989333-0c00-4889-b00e-d1fc698d7441 HTTP/1.1" 404 171 0.002431 10.0.0.131 - - [2025-10-02 02:02:46] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 401 293 0.000367 10.0.0.131 - - [2025-10-02 02:02:46] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 403 263 0.034066 10.0.0.131 - - [2025-10-02 02:02:46] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 403 264 0.006262 10.0.0.131 - - [2025-10-02 02:02:47] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 403 264 0.030097 10.0.0.131 - - [2025-10-02 02:02:47] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.004189 10.0.0.131 - - [2025-10-02 02:02:47] "PUT /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1 HTTP/1.1" 200 265 0.009063 10.0.0.131 - - [2025-10-02 02:02:47] "GET /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 200 2318 0.010934 10.0.0.131 - - [2025-10-02 02:02:47] "GET /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 200 1855 0.008132 10.0.0.131 - - [2025-10-02 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007348 10.0.0.131 - - [2025-10-02 02:02:47] "DELETE /service-template/4deecaa0-ba01-4d12-8cb1-a5629719b48d HTTP/1.1" 200 115 0.021031 10.0.0.131 - - [2025-10-02 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.008450 10.0.0.131 - - [2025-10-02 02:02:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003137 10.0.0.131 - - [2025-10-02 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.131 - - [2025-10-02 02:02:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002948 10.0.0.131 - - [2025-10-02 02:02:47] "DELETE /virtual-network/c5de1216-26a8-465b-b500-66c084db1dfe HTTP/1.1" 200 115 0.070916 10.0.0.131 - - [2025-10-02 02:02:47] "DELETE /route-target/cdfc6dd1-35fc-4324-abf8-5e1cf511b771 HTTP/1.1" 200 115 0.014304 10.0.0.131 - - [2025-10-02 02:02:47] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003285 10.0.0.131 - - [2025-10-02 02:02:47] "PUT /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1 HTTP/1.1" 200 265 0.007017 10.0.0.131 - - [2025-10-02 02:02:47] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003961 10.0.0.131 - - [2025-10-02 02:02:47] "PUT /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1 HTTP/1.1" 200 265 0.009406 10.0.0.131 - - [2025-10-02 02:02:48] "GET /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003357 10.0.0.131 - - [2025-10-02 02:02:48] "PUT /api-access-list/8ea99212-88a3-4092-902c-c6fe2e237aa1 HTTP/1.1" 200 265 0.007185 10.0.0.131 - - [2025-10-02 02:02:48] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.131 - - [2025-10-02 02:02:48] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023043 10.0.0.131 - - [2025-10-02 02:02:48] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.131 - - [2025-10-02 02:02:48] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?fields=virtual_networks HTTP/1.1" 200 1034 0.066551 10.0.0.131 - - [2025-10-02 02:02:48] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.131 - - [2025-10-02 02:02:48] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.020014 10.0.0.131 - - [2025-10-02 02:02:48] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.131 - - [2025-10-02 02:02:48] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?fields=security_groups HTTP/1.1" 200 1261 0.021929 10.0.0.131 - - [2025-10-02 02:02:49] "GET /projects?obj_uuids=19da9dc0-0eab-449e-8c21-98e30d67ade0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001295 10.0.0.131 - - [2025-10-02 02:02:49] "GET /project/19da9dc0-0eab-449e-8c21-98e30d67ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.022158 [Introspect:8084]10.0.0.131 - - [2025-10-02 02:02:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001106 10.0.0.131 - - [2025-10-02 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.020080 10.0.0.131 - - [2025-10-02 02:02:50] "GET /projects?obj_uuids=0b5ae521-0e7c-49e8-86ec-1f07d81c691d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002200 10.0.0.131 - - [2025-10-02 02:02:50] "GET /domains?obj_uuids=beb5e39c-6386-493b-8558-63a22034139b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.131 - - [2025-10-02 02:02:50] "GET /domain/beb5e39c-6386-493b-8558-63a22034139b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005879 10.0.0.131 - - [2025-10-02 02:02:50] "POST /id-to-fqname HTTP/1.1" 200 186 0.001173 10.0.0.131 - - [2025-10-02 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.003581 10.0.0.131 - - [2025-10-02 02:02:50] "POST /security-groups HTTP/1.1" 200 587 0.064314 10.0.0.131 - - [2025-10-02 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 230 0.002464 10.0.0.131 - - [2025-10-02 02:02:50] "POST /projects HTTP/1.1" 200 577 0.203211 10.0.0.131 - - [2025-10-02 02:02:50] "POST /access-control-lists HTTP/1.1" 200 594 0.060610 10.0.0.131 - - [2025-10-02 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.273480 10.0.0.131 - - [2025-10-02 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.002695 10.0.0.131 - - [2025-10-02 02:02:50] "GET /project/0b5ae521-0e7c-49e8-86ec-1f07d81c691d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.384661 10.0.0.131 - - [2025-10-02 02:02:50] "POST /access-control-lists HTTP/1.1" 200 592 0.059595 10.0.0.131 - - [2025-10-02 02:02:51] "GET / HTTP/1.1" 200 36215 0.002004 10.0.0.131 - - [2025-10-02 02:02:51] "GET /projects?obj_uuids=0b5ae521-0e7c-49e8-86ec-1f07d81c691d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000948 10.0.0.131 - - [2025-10-02 02:02:51] "GET /project/0b5ae521-0e7c-49e8-86ec-1f07d81c691d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.020250 10.0.0.131 - - [2025-10-02 02:02:51] "GET /projects?obj_uuids=0b5ae521-0e7c-49e8-86ec-1f07d81c691d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000882 10.0.0.131 - - [2025-10-02 02:02:51] "GET /project/0b5ae521-0e7c-49e8-86ec-1f07d81c691d?fields=virtual_networks HTTP/1.1" 200 1024 0.065959 10.0.0.131 - - [2025-10-02 02:02:52] "GET /projects?obj_uuids=0b5ae521-0e7c-49e8-86ec-1f07d81c691d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.131 - - [2025-10-02 02:02:52] "GET /project/0b5ae521-0e7c-49e8-86ec-1f07d81c691d?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.024587 10.0.0.131 - - [2025-10-02 02:02:52] "GET /projects?obj_uuids=0b5ae521-0e7c-49e8-86ec-1f07d81c691d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.131 - - [2025-10-02 02:02:52] "GET /project/0b5ae521-0e7c-49e8-86ec-1f07d81c691d?fields=security_groups HTTP/1.1" 200 1247 0.019888 10.0.0.131 - - [2025-10-02 02:03:15] "DELETE /project/e50c56fc888d4ee2beb87622528fbac5 HTTP/1.1" 404 173 0.059104 10.0.0.131 - - [2025-10-02 02:03:15] "DELETE /project/0a381c3d58154331860053603750400a HTTP/1.1" 404 173 0.075440 10.0.0.131 - - [2025-10-02 02:03:15] "DELETE /project/0b5ae5210e7c49e886ec1f07d81c691d HTTP/1.1" 404 173 0.079974 10.0.0.131 - - [2025-10-02 02:03:15] "DELETE /project/5d7b28a9bcf54f19b4d3e8ace86b6f32 HTTP/1.1" 404 173 0.113205 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=e50c56fc-888d-4ee2-beb8-7622528fbac5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=389b1526-2592-47df-9f80-7b1ee3fce981&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001102 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/e50c56fc-888d-4ee2-beb8-7622528fbac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.177630 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=e50c56fc-888d-4ee2-beb8-7622528fbac5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000790 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=adf43269-c864-4c34-aa85-5e6947e35def&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000785 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/e50c56fc-888d-4ee2-beb8-7622528fbac5?fields=security_groups HTTP/1.1" 200 1364 0.021985 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000927 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/b81458f7-fdb7-46f3-a902-1de888f9013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.160866 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=0a381c3d-5815-4331-8600-53603750400a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002158 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001144 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/389b1526-2592-47df-9f80-7b1ee3fce981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.248026 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000806 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=0b5ae521-0e7c-49e8-86ec-1f07d81c691d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001093 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=389b1526-2592-47df-9f80-7b1ee3fce981&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000820 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/adf43269-c864-4c34-aa85-5e6947e35def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.258281 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/0b5ae521-0e7c-49e8-86ec-1f07d81c691d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.184994 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.204365 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=adf43269-c864-4c34-aa85-5e6947e35def&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/389b1526-2592-47df-9f80-7b1ee3fce981?fields=security_groups HTTP/1.1" 200 1348 0.084502 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003283 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=0b5ae521-0e7c-49e8-86ec-1f07d81c691d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000848 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/0a381c3d-5815-4331-8600-53603750400a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.278261 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/b81458f7-fdb7-46f3-a902-1de888f9013b?fields=security_groups HTTP/1.1" 200 1349 0.149891 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=0a381c3d-5815-4331-8600-53603750400a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/adf43269-c864-4c34-aa85-5e6947e35def?fields=security_groups HTTP/1.1" 200 1349 0.119461 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/0b5ae521-0e7c-49e8-86ec-1f07d81c691d?fields=security_groups HTTP/1.1" 200 1349 0.065731 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?fields=security_groups HTTP/1.1" 200 1363 0.068109 10.0.0.131 - - [2025-10-02 02:03:15] "DELETE /access-control-list/f9b7c6ea-0759-46e1-8b6d-c0e5d1c1f306 HTTP/1.1" 200 115 0.081410 10.0.0.131 - - [2025-10-02 02:03:15] "DELETE /security-group/8101e242-7ddb-48f5-8539-1053e03fe62a HTTP/1.1" 200 115 0.179135 10.0.0.131 - - [2025-10-02 02:03:15] "GET /projects?obj_uuids=e50c56fc-888d-4ee2-beb8-7622528fbac5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/0a381c3d-5815-4331-8600-53603750400a?fields=security_groups HTTP/1.1" 200 1361 0.107795 10.0.0.131 - - [2025-10-02 02:03:15] "GET /project/e50c56fc-888d-4ee2-beb8-7622528fbac5?fields=application_policy_sets HTTP/1.1" 200 1403 0.062000 10.0.0.131 - - [2025-10-02 02:03:15] "DELETE /access-control-list/66a5c765-69c4-4e73-98d5-dff87fbdaaf9 HTTP/1.1" 200 115 0.075073 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /security-group/a48377e3-6802-474d-b091-6b3680aa2919 HTTP/1.1" 200 115 0.137631 10.0.0.131 - - [2025-10-02 02:03:16] "GET /projects?obj_uuids=389b1526-2592-47df-9f80-7b1ee3fce981&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001290 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /security-group/22a8eaac-dfce-47f3-aafe-5e88a12cd757 HTTP/1.1" 200 115 0.127253 10.0.0.131 - - [2025-10-02 02:03:16] "GET /projects?obj_uuids=b81458f7-fdb7-46f3-a902-1de888f9013b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000819 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/437af6e2-ec02-40e2-b53c-459ea0fa835f HTTP/1.1" 200 115 0.053261 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /security-group/46b117e8-b75f-4b23-b844-ea3744be6062 HTTP/1.1" 200 115 0.111102 10.0.0.131 - - [2025-10-02 02:03:16] "GET /projects?obj_uuids=0b5ae521-0e7c-49e8-86ec-1f07d81c691d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000826 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /security-group/f2761fca-d392-4849-a498-733a51a649fb HTTP/1.1" 200 115 0.120225 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /security-group/3d0f373e-2dda-476c-a89d-b018c7eb6405 HTTP/1.1" 200 115 0.126637 10.0.0.131 - - [2025-10-02 02:03:16] "GET /projects?obj_uuids=5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000787 10.0.0.131 - - [2025-10-02 02:03:16] "GET /project/b81458f7-fdb7-46f3-a902-1de888f9013b?fields=application_policy_sets HTTP/1.1" 200 1388 0.059881 10.0.0.131 - - [2025-10-02 02:03:16] "GET /projects?obj_uuids=adf43269-c864-4c34-aa85-5e6947e35def&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000862 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/fcbb9cf0-6399-4f39-a3ba-ec8c1c9df532 HTTP/1.1" 200 115 0.059761 10.0.0.131 - - [2025-10-02 02:03:16] "GET /project/389b1526-2592-47df-9f80-7b1ee3fce981?fields=application_policy_sets HTTP/1.1" 200 1387 0.096927 10.0.0.131 - - [2025-10-02 02:03:16] "GET /project/adf43269-c864-4c34-aa85-5e6947e35def?fields=application_policy_sets HTTP/1.1" 200 1388 0.057299 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /security-group/bb0738a0-3052-4d24-8ea6-c55e39582dad HTTP/1.1" 200 115 0.127262 10.0.0.131 - - [2025-10-02 02:03:16] "GET /projects?obj_uuids=0a381c3d-5815-4331-8600-53603750400a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/177f1b77-dfe1-4a50-b066-541d1314da79 HTTP/1.1" 200 115 0.050390 10.0.0.131 - - [2025-10-02 02:03:16] "GET /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32?fields=application_policy_sets HTTP/1.1" 200 1402 0.103728 10.0.0.131 - - [2025-10-02 02:03:16] "GET /project/0b5ae521-0e7c-49e8-86ec-1f07d81c691d?fields=application_policy_sets HTTP/1.1" 200 1388 0.118629 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /project/e50c56fc-888d-4ee2-beb8-7622528fbac5 HTTP/1.1" 200 115 0.800351 10.0.0.131 - - [2025-10-02 02:03:16] "GET /project/0a381c3d-5815-4331-8600-53603750400a?fields=application_policy_sets HTTP/1.1" 200 1400 0.095777 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/dca05488-3e58-4c85-85fb-43871ce6251c HTTP/1.1" 200 115 0.069673 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /project/b81458f7-fdb7-46f3-a902-1de888f9013b HTTP/1.1" 200 115 0.894505 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/a5dba416-6388-48c6-a64a-c8d60ea6478d HTTP/1.1" 200 115 0.079419 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /project/389b1526-2592-47df-9f80-7b1ee3fce981 HTTP/1.1" 200 115 0.930032 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /project/adf43269-c864-4c34-aa85-5e6947e35def HTTP/1.1" 200 115 0.882134 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/071ecf23-3131-40ee-b7cb-9de964f8c92b HTTP/1.1" 200 115 0.036109 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /project/5d7b28a9-bcf5-4f19-b4d3-e8ace86b6f32 HTTP/1.1" 200 115 0.964225 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /project/0b5ae521-0e7c-49e8-86ec-1f07d81c691d HTTP/1.1" 200 115 0.948413 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/27a67641-5b09-469a-b259-83cf94e44ee1 HTTP/1.1" 200 115 0.024591 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /project/0a381c3d-5815-4331-8600-53603750400a HTTP/1.1" 200 115 0.986577 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/ddea084e-6b66-4f25-924f-5ddeba1d0e29 HTTP/1.1" 200 115 0.014189 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/b41de583-66f1-4010-95fc-6f3966979a48 HTTP/1.1" 200 115 0.020623 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/e313a8fb-1dbf-44f6-9dca-e0c1fc498674 HTTP/1.1" 200 115 0.028433 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/4cd35149-e4b5-47c2-8396-0bf4b8e81d57 HTTP/1.1" 200 115 0.035362 10.0.0.131 - - [2025-10-02 02:03:16] "DELETE /access-control-list/90f343a1-3d94-4bf7-b7e4-f6a97901888d HTTP/1.1" 200 115 0.020686 10.0.0.131 - - [2025-10-02 02:03:23] "GET /obj-perms HTTP/1.1" 200 5075 0.044604 10.0.0.131 - - [2025-10-02 02:03:23] "GET /obj-perms HTTP/1.1" 200 5075 0.042056 10.0.0.131 - - [2025-10-02 02:03:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.131 - - [2025-10-02 02:03:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.131 - - [2025-10-02 02:03:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.131 - - [2025-10-02 02:03:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 [Introspect:8084]10.0.0.131 - - [2025-10-02 02:03:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001089 [Introspect:8084]10.0.0.131 - - [2025-10-02 02:03:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000898