++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Aug 18 02:02:33 UTC 2025 ===================' INFO: =================== Mon Aug 18 02:02:33 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ ip addr show dev ens3 ++ 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 +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.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.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ 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 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.131 +++ 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 ++++ uniq ++++ sort +++ local local_ips=,10.0.0.131,10.20.0.14,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.14,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 08/18/2025 02:02:41.529 7f7f7f94ae08 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/18/2025 02:02:41.665 7f7f7f94ae08 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/18/2025 02:02:41.679 7f7f7f94ae08 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/18/2025 02:02:41.679 7f7f7f94ae08 [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-08-18 02:02:44] "GET / HTTP/1.1" 503 181 0.000299 10.0.0.131 - - [2025-08-18 02:02:44] "GET / HTTP/1.1" 503 181 0.000164 10.0.0.131 - - [2025-08-18 02:02:44] "GET / HTTP/1.1" 200 36215 0.061212 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-08-18 02:02:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000737 10.0.0.131 - - [2025-08-18 02:02:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.321824 10.0.0.131 - - [2025-08-18 02:02:45] "POST /job-templates HTTP/1.1" 200 557 0.060586 10.0.0.131 - - [2025-08-18 02:02:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.002681 10.0.0.131 - - [2025-08-18 02:02:45] "GET / HTTP/1.1" 200 45871 0.001439 10.0.0.131 - - [2025-08-18 02:02:45] "GET / HTTP/1.1" 200 45871 0.001083 10.0.0.131 - - [2025-08-18 02:02:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000352 10.0.0.131 - - [2025-08-18 02:02:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000278 10.0.0.131 - - [2025-08-18 02:02:45] "POST /job-templates HTTP/1.1" 200 565 0.057640 10.0.0.131 - - [2025-08-18 02:02:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.003249 10.0.0.131 - - [2025-08-18 02:02:45] "POST /job-templates HTTP/1.1" 200 547 0.061444 10.0.0.131 - - [2025-08-18 02:02:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003003 10.0.0.131 - - [2025-08-18 02:02:45] "POST /job-templates HTTP/1.1" 200 579 0.070362 10.0.0.131 - - [2025-08-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 404 208 0.003772 10.0.0.131 - - [2025-08-18 02:02:46] "POST /job-templates HTTP/1.1" 200 581 0.061360 10.0.0.131 - - [2025-08-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 404 210 0.003699 10.0.0.131 - - [2025-08-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.296343 10.0.0.131 - - [2025-08-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.131 - - [2025-08-18 02:02:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.027116 10.0.0.131 - - [2025-08-18 02:02:46] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002813 10.0.0.131 - - [2025-08-18 02:02:46] "POST /job-templates HTTP/1.1" 200 585 0.066096 10.0.0.131 - - [2025-08-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.003543 10.0.0.131 - - [2025-08-18 02:02:46] "GET / HTTP/1.1" 200 36215 0.002371 10.0.0.131 - - [2025-08-18 02:02:46] "POST /job-templates HTTP/1.1" 200 561 0.069442 10.0.0.131 - - [2025-08-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.003001 /usr/local/lib/python3.6/site-packages/keystoneauth1/adapter.py:244: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn('Using keystoneclient sessions has been deprecated. ' 10.0.0.131 - - [2025-08-18 02:02:46] "POST /job-templates HTTP/1.1" 200 571 0.068333 10.0.0.131 - - [2025-08-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.002820 10.0.0.131 - - [2025-08-18 02:02:46] "POST /job-templates HTTP/1.1" 200 557 0.077975 10.0.0.131 - - [2025-08-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.003461 10.0.0.131 - - [2025-08-18 02:02:46] "POST /job-templates HTTP/1.1" 200 557 0.063996 10.0.0.131 - - [2025-08-18 02:02:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.002785 10.0.0.131 - - [2025-08-18 02:02:47] "POST /job-templates HTTP/1.1" 200 557 0.066478 10.0.0.131 - - [2025-08-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.002891 10.0.0.131 - - [2025-08-18 02:02:47] "POST /job-templates HTTP/1.1" 200 537 0.070752 10.0.0.131 - - [2025-08-18 02:02:47] "GET / HTTP/1.1" 200 36215 0.002852 10.0.0.131 - - [2025-08-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.003653 10.0.0.131 - - [2025-08-18 02:02:47] "GET / HTTP/1.1" 200 36215 0.001349 10.0.0.131 - - [2025-08-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000542 10.0.0.131 - - [2025-08-18 02:02:47] "POST /job-templates HTTP/1.1" 200 561 0.066889 10.0.0.131 - - [2025-08-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000638 10.0.0.131 - - [2025-08-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.004570 10.0.0.131 - - [2025-08-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000500 10.0.0.131 - - [2025-08-18 02:02:47] "POST /job-templates HTTP/1.1" 200 561 0.069330 10.0.0.131 - - [2025-08-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.003315 10.0.0.131 - - [2025-08-18 02:02:47] "POST /job-templates HTTP/1.1" 200 561 0.060623 10.0.0.131 - - [2025-08-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 201 0.003238 10.0.0.131 - - [2025-08-18 02:02:47] "POST /job-templates HTTP/1.1" 200 567 0.061058 10.0.0.131 - - [2025-08-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.002752 10.0.0.131 - - [2025-08-18 02:02:48] "POST /job-templates HTTP/1.1" 200 559 0.062703 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.003595 10.0.0.131 - - [2025-08-18 02:02:48] "POST /job-templates HTTP/1.1" 200 557 0.061471 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.599640 10.0.0.131 - - [2025-08-18 02:02:48] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008761 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.004587 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.332277 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.058065 10.0.0.131 - - [2025-08-18 02:02:48] "GET /network-ipam/49ed3a32-aa6d-418f-b940-0343b5e8da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003634 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.002623 10.0.0.131 - - [2025-08-18 02:02:48] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005862 10.0.0.131 - - [2025-08-18 02:02:48] "POST /job-templates HTTP/1.1" 200 575 0.066304 10.0.0.131 - - [2025-08-18 02:02:48] "POST /service-appliance-sets HTTP/1.1" 200 555 0.024714 10.0.0.131 - - [2025-08-18 02:02:48] "POST /config-nodes HTTP/1.1" 200 601 0.041957 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.003985 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 180 0.002244 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.131 - - [2025-08-18 02:02:48] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.010254 10.0.0.131 - - [2025-08-18 02:02:48] "POST /job-templates HTTP/1.1" 200 553 0.059702 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 208 0.003230 10.0.0.131 - - [2025-08-18 02:02:48] "POST /service-appliance-sets HTTP/1.1" 200 543 0.015298 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.131 - - [2025-08-18 02:02:48] "GET / HTTP/1.1" 200 36215 0.001997 10.0.0.131 - - [2025-08-18 02:02:48] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000445 10.0.0.131 - - [2025-08-18 02:02:48] "POST /job-templates HTTP/1.1" 200 581 0.061366 10.0.0.131 - - [2025-08-18 02:02:48] "GET /network-ipam/49ed3a32-aa6d-418f-b940-0343b5e8da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004017 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.003394 10.0.0.131 - - [2025-08-18 02:02:48] "POST /job-templates HTTP/1.1" 200 557 0.064940 10.0.0.131 - - [2025-08-18 02:02:48] "POST /service-templates HTTP/1.1" 200 513 0.054312 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.003538 10.0.0.131 - - [2025-08-18 02:02:48] "POST /access-control-lists HTTP/1.1" 200 589 0.016663 10.0.0.131 - - [2025-08-18 02:02:48] "POST /service-templates HTTP/1.1" 200 503 0.015593 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.002329 10.0.0.131 - - [2025-08-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 224 0.002286 10.0.0.131 - - [2025-08-18 02:02:48] "POST /service-templates HTTP/1.1" 200 517 0.013052 10.0.0.131 - - [2025-08-18 02:02:49] "POST /job-templates HTTP/1.1" 200 561 0.062116 10.0.0.131 - - [2025-08-18 02:02:49] "POST /service-templates HTTP/1.1" 200 537 0.027520 10.0.0.131 - - [2025-08-18 02:02:49] "POST /access-control-lists HTTP/1.1" 200 587 0.047634 10.0.0.131 - - [2025-08-18 02:02:49] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021721 10.0.0.131 - - [2025-08-18 02:02:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.002183 10.0.0.131 - - [2025-08-18 02:02:49] "POST /service-templates HTTP/1.1" 200 509 0.018861 10.0.0.131 - - [2025-08-18 02:02:49] "POST /route-targets HTTP/1.1" 200 328 0.013111 10.0.0.131 - - [2025-08-18 02:02:49] "POST /job-templates HTTP/1.1" 200 577 0.062217 10.0.0.131 - - [2025-08-18 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.013250 10.0.0.131 - - [2025-08-18 02:02:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.003737 10.0.0.131 - - [2025-08-18 02:02:49] "POST /route-targets HTTP/1.1" 200 328 0.009753 10.0.0.131 - - [2025-08-18 02:02:49] "POST /job-templates HTTP/1.1" 200 559 0.063674 10.0.0.131 - - [2025-08-18 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.042140 10.0.0.131 - - [2025-08-18 02:02:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.002898 10.0.0.131 - - [2025-08-18 02:02:49] "POST /route-targets HTTP/1.1" 200 328 0.008520 10.0.0.131 - - [2025-08-18 02:02:49] "POST /job-templates HTTP/1.1" 200 561 0.057729 10.0.0.131 - - [2025-08-18 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.042753 10.0.0.131 - - [2025-08-18 02:02:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.002681 10.0.0.131 - - [2025-08-18 02:02:49] "POST /route-targets HTTP/1.1" 200 328 0.008727 10.0.0.131 - - [2025-08-18 02:02:49] "POST /job-templates HTTP/1.1" 200 557 0.059134 10.0.0.131 - - [2025-08-18 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.044511 10.0.0.131 - - [2025-08-18 02:02:49] "POST /fqname-to-id HTTP/1.1" 404 195 0.003288 10.0.0.131 - - [2025-08-18 02:02:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.002923 10.0.0.131 - - [2025-08-18 02:02:49] "POST /job-templates HTTP/1.1" 200 555 0.066643 10.0.0.131 - - [2025-08-18 02:02:49] "POST /fqname-to-id HTTP/1.1" 404 195 0.003370 10.0.0.131 - - [2025-08-18 02:02:49] "POST /access-control-lists HTTP/1.1" 200 553 0.107232 10.0.0.131 - - [2025-08-18 02:02:49] "POST /job-templates HTTP/1.1" 200 555 0.069428 10.0.0.131 - - [2025-08-18 02:02:49] "PUT /access-control-list/72125c16-6a95-416e-8fc1-3f2ad83925a9 HTTP/1.1" 200 273 0.051077 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.006364 10.0.0.131 - - [2025-08-18 02:02:50] "PUT /access-control-list/1f5c5776-01b4-46e1-ab61-1c8377014bf3 HTTP/1.1" 200 273 0.012581 10.0.0.131 - - [2025-08-18 02:02:50] "POST /job-templates HTTP/1.1" 200 555 0.064948 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.002965 10.0.0.131 - - [2025-08-18 02:02:50] "POST /job-templates HTTP/1.1" 200 565 0.060962 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.003170 10.0.0.131 - - [2025-08-18 02:02:50] "POST /job-templates HTTP/1.1" 200 567 0.062204 10.0.0.131 - - [2025-08-18 02:02:50] "GET / HTTP/1.1" 200 36215 0.002011 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000553 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.003648 10.0.0.131 - - [2025-08-18 02:02:50] "POST /config-propertiess HTTP/1.1" 200 553 0.017617 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 168 0.003057 10.0.0.131 - - [2025-08-18 02:02:50] "POST /tags HTTP/1.1" 200 322 0.030440 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 166 0.002946 10.0.0.131 - - [2025-08-18 02:02:50] "POST /tags HTTP/1.1" 200 318 0.020549 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.023269 10.0.0.131 - - [2025-08-18 02:02:50] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005485 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 174 0.002429 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.002704 10.0.0.131 - - [2025-08-18 02:02:50] "POST /tags HTTP/1.1" 200 334 0.019129 10.0.0.131 - - [2025-08-18 02:02:50] "POST /config-database-nodes HTTP/1.1" 200 619 0.017381 10.0.0.131 - - [2025-08-18 02:02:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.007309 10.0.0.131 - - [2025-08-18 02:02:51] "POST /tags HTTP/1.1" 200 310 0.023332 10.0.0.131 - - [2025-08-18 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 174 0.002902 10.0.0.131 - - [2025-08-18 02:02:51] "POST /tags HTTP/1.1" 200 334 0.027006 10.0.0.131 - - [2025-08-18 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.002863 10.0.0.131 - - [2025-08-18 02:02:51] "POST /tags HTTP/1.1" 200 314 0.019263 10.0.0.131 - - [2025-08-18 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 169 0.003453 10.0.0.131 - - [2025-08-18 02:02:51] "POST /tags HTTP/1.1" 200 324 0.020874 10.0.0.131 - - [2025-08-18 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.131 - - [2025-08-18 02:02:51] "PUT /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a HTTP/1.1" 200 275 0.010169 10.0.0.131 - - [2025-08-18 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 166 0.002634 10.0.0.131 - - [2025-08-18 02:02:51] "POST /hardwares HTTP/1.1" 200 328 0.012883 10.0.0.131 - - [2025-08-18 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 166 0.003478 10.0.0.131 - - [2025-08-18 02:02:51] "POST /hardwares HTTP/1.1" 200 328 0.011077 10.0.0.131 - - [2025-08-18 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 166 0.002896 10.0.0.131 - - [2025-08-18 02:02:51] "POST /hardwares HTTP/1.1" 200 328 0.011616 10.0.0.131 - - [2025-08-18 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 166 0.003786 10.0.0.131 - - [2025-08-18 02:02:51] "POST /hardwares HTTP/1.1" 200 328 0.011811 10.0.0.131 - - [2025-08-18 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.002995 10.0.0.131 - - [2025-08-18 02:02:52] "POST /hardwares HTTP/1.1" 200 324 0.010536 10.0.0.131 - - [2025-08-18 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 164 0.002775 10.0.0.131 - - [2025-08-18 02:02:52] "POST /hardwares HTTP/1.1" 200 324 0.010836 10.0.0.131 - - [2025-08-18 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 161 0.002781 10.0.0.131 - - [2025-08-18 02:02:52] "POST /hardwares HTTP/1.1" 200 318 0.010671 10.0.0.131 - - [2025-08-18 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 164 0.002948 10.0.0.131 - - [2025-08-18 02:02:52] "POST /hardwares HTTP/1.1" 200 324 0.011726 10.0.0.131 - - [2025-08-18 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 164 0.003663 10.0.0.131 - - [2025-08-18 02:02:52] "POST /hardwares HTTP/1.1" 200 324 0.013187 10.0.0.131 - - [2025-08-18 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 164 0.002928 10.0.0.131 - - [2025-08-18 02:02:52] "POST /hardwares HTTP/1.1" 200 324 0.010613 10.0.0.131 - - [2025-08-18 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 165 0.003973 10.0.0.131 - - [2025-08-18 02:02:52] "POST /hardwares HTTP/1.1" 200 326 0.011289 10.0.0.131 - - [2025-08-18 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 165 0.003469 10.0.0.131 - - [2025-08-18 02:02:52] "POST /hardwares HTTP/1.1" 200 326 0.010480 10.0.0.131 - - [2025-08-18 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 165 0.003486 10.0.0.131 - - [2025-08-18 02:02:52] "POST /hardwares HTTP/1.1" 200 326 0.012679 10.0.0.131 - - [2025-08-18 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 165 0.003053 10.0.0.131 - - [2025-08-18 02:02:52] "POST /hardwares HTTP/1.1" 200 326 0.011407 10.0.0.131 - - [2025-08-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.004359 10.0.0.131 - - [2025-08-18 02:02:53] "POST /hardwares HTTP/1.1" 200 324 0.014542 10.0.0.131 - - [2025-08-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 161 0.003778 10.0.0.131 - - [2025-08-18 02:02:53] "POST /hardwares HTTP/1.1" 200 318 0.012025 10.0.0.131 - - [2025-08-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.003387 10.0.0.131 - - [2025-08-18 02:02:53] "POST /hardwares HTTP/1.1" 200 324 0.012385 10.0.0.131 - - [2025-08-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 161 0.003931 10.0.0.131 - - [2025-08-18 02:02:53] "POST /hardwares HTTP/1.1" 200 318 0.011551 10.0.0.131 - - [2025-08-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.003597 10.0.0.131 - - [2025-08-18 02:02:53] "POST /hardwares HTTP/1.1" 200 324 0.015030 10.0.0.131 - - [2025-08-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 162 0.003640 10.0.0.131 - - [2025-08-18 02:02:53] "POST /hardwares HTTP/1.1" 200 320 0.011960 10.0.0.131 - - [2025-08-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 162 0.003370 10.0.0.131 - - [2025-08-18 02:02:53] "POST /hardwares HTTP/1.1" 200 320 0.013701 10.0.0.131 - - [2025-08-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 165 0.003156 10.0.0.131 - - [2025-08-18 02:02:53] "POST /hardwares HTTP/1.1" 200 326 0.013048 10.0.0.131 - - [2025-08-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 161 0.003826 10.0.0.131 - - [2025-08-18 02:02:53] "POST /hardwares HTTP/1.1" 200 318 0.011368 10.0.0.131 - - [2025-08-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 161 0.002947 10.0.0.131 - - [2025-08-18 02:02:54] "POST /hardwares HTTP/1.1" 200 318 0.010201 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.004140 10.0.0.131 - - [2025-08-18 02:02:54] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.004135 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.131 - - [2025-08-18 02:02:54] "POST /hardwares HTTP/1.1" 200 320 0.015710 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.002093 10.0.0.131 - - [2025-08-18 02:02:54] "PUT /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc HTTP/1.1" 200 277 0.010478 10.0.0.131 - - [2025-08-18 02:02:54] "POST /hardwares HTTP/1.1" 200 320 0.011462 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.002697 10.0.0.131 - - [2025-08-18 02:02:54] "POST /hardwares HTTP/1.1" 200 320 0.010970 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 158 0.003343 10.0.0.131 - - [2025-08-18 02:02:54] "POST /hardwares HTTP/1.1" 200 312 0.012336 10.0.0.131 - - [2025-08-18 02:02:54] "GET / HTTP/1.1" 200 36215 0.001577 10.0.0.131 - - [2025-08-18 02:02:54] "POST /alarms HTTP/1.1" 401 293 0.000482 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 158 0.002905 10.0.0.131 - - [2025-08-18 02:02:54] "POST /hardwares HTTP/1.1" 200 312 0.012794 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 160 0.003419 10.0.0.131 - - [2025-08-18 02:02:54] "POST /hardwares HTTP/1.1" 200 316 0.012180 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 154 0.003742 10.0.0.131 - - [2025-08-18 02:02:54] "POST /hardwares HTTP/1.1" 200 304 0.011265 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 158 0.003561 10.0.0.131 - - [2025-08-18 02:02:54] "POST /alarms HTTP/1.1" 200 583 0.042586 10.0.0.131 - - [2025-08-18 02:02:54] "POST /hardwares HTTP/1.1" 200 312 0.017936 10.0.0.131 - - [2025-08-18 02:02:54] "POST /alarms HTTP/1.1" 200 577 0.017100 10.0.0.131 - - [2025-08-18 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 155 0.002768 10.0.0.131 - - [2025-08-18 02:02:54] "POST /alarms HTTP/1.1" 200 577 0.015849 10.0.0.131 - - [2025-08-18 02:02:54] "POST /hardwares HTTP/1.1" 200 306 0.011165 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 561 0.017742 10.0.0.131 - - [2025-08-18 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 155 0.003282 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 557 0.023184 10.0.0.131 - - [2025-08-18 02:02:55] "POST /hardwares HTTP/1.1" 200 306 0.012706 10.0.0.131 - - [2025-08-18 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 155 0.002904 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 559 0.025571 10.0.0.131 - - [2025-08-18 02:02:55] "POST /hardwares HTTP/1.1" 200 306 0.013623 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 567 0.019007 10.0.0.131 - - [2025-08-18 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 155 0.003217 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 551 0.015958 10.0.0.131 - - [2025-08-18 02:02:55] "POST /hardwares HTTP/1.1" 200 306 0.009794 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 559 0.014563 10.0.0.131 - - [2025-08-18 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 156 0.003256 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 569 0.016302 10.0.0.131 - - [2025-08-18 02:02:55] "POST /hardwares HTTP/1.1" 200 308 0.010717 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 557 0.015821 10.0.0.131 - - [2025-08-18 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 156 0.002587 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 569 0.017037 10.0.0.131 - - [2025-08-18 02:02:55] "POST /hardwares HTTP/1.1" 200 308 0.010078 10.0.0.131 - - [2025-08-18 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 156 0.002079 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 577 0.060484 10.0.0.131 - - [2025-08-18 02:02:55] "POST /hardwares HTTP/1.1" 200 308 0.009117 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 571 0.014292 10.0.0.131 - - [2025-08-18 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 157 0.002091 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 563 0.017416 10.0.0.131 - - [2025-08-18 02:02:55] "POST /hardwares HTTP/1.1" 200 310 0.012143 10.0.0.131 - - [2025-08-18 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 158 0.002517 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 563 0.017733 10.0.0.131 - - [2025-08-18 02:02:55] "POST /hardwares HTTP/1.1" 200 312 0.013512 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 563 0.016132 10.0.0.131 - - [2025-08-18 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 158 0.003239 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 549 0.015874 10.0.0.131 - - [2025-08-18 02:02:55] "POST /hardwares HTTP/1.1" 200 312 0.012332 10.0.0.131 - - [2025-08-18 02:02:55] "POST /alarms HTTP/1.1" 200 597 0.018790 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 153 0.003153 10.0.0.131 - - [2025-08-18 02:02:56] "POST /alarms HTTP/1.1" 200 577 0.018493 10.0.0.131 - - [2025-08-18 02:02:56] "POST /hardwares HTTP/1.1" 200 302 0.011915 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.002412 10.0.0.131 - - [2025-08-18 02:02:56] "POST /alarms HTTP/1.1" 200 573 0.017598 10.0.0.131 - - [2025-08-18 02:02:56] "POST /hardwares HTTP/1.1" 200 310 0.010963 10.0.0.131 - - [2025-08-18 02:02:56] "POST /alarms HTTP/1.1" 200 585 0.014531 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.002816 10.0.0.131 - - [2025-08-18 02:02:56] "POST /alarms HTTP/1.1" 200 611 0.014223 10.0.0.131 - - [2025-08-18 02:02:56] "POST /hardwares HTTP/1.1" 200 310 0.009668 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.003920 10.0.0.131 - - [2025-08-18 02:02:56] "POST /hardwares HTTP/1.1" 200 310 0.011664 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.003430 10.0.0.131 - - [2025-08-18 02:02:56] "POST /hardwares HTTP/1.1" 200 310 0.011324 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.003274 10.0.0.131 - - [2025-08-18 02:02:56] "GET / HTTP/1.1" 200 36215 0.001645 10.0.0.131 - - [2025-08-18 02:02:56] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000376 10.0.0.131 - - [2025-08-18 02:02:56] "POST /hardwares HTTP/1.1" 200 310 0.011666 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 161 0.003210 10.0.0.131 - - [2025-08-18 02:02:56] "POST /hardwares HTTP/1.1" 200 318 0.009343 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.003517 10.0.0.131 - - [2025-08-18 02:02:56] "POST /hardwares HTTP/1.1" 200 310 0.009629 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.002681 10.0.0.131 - - [2025-08-18 02:02:56] "POST /hardwares HTTP/1.1" 200 310 0.010173 10.0.0.131 - - [2025-08-18 02:02:56] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023443 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.131 - - [2025-08-18 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 154 0.003720 10.0.0.131 - - [2025-08-18 02:02:56] "PUT /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc HTTP/1.1" 200 277 0.007499 10.0.0.131 - - [2025-08-18 02:02:57] "POST /hardwares HTTP/1.1" 200 304 0.015768 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.002672 10.0.0.131 - - [2025-08-18 02:02:57] "POST /features HTTP/1.1" 200 535 0.020731 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 185 0.003024 10.0.0.131 - - [2025-08-18 02:02:57] "POST /features HTTP/1.1" 200 525 0.014556 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.002786 10.0.0.131 - - [2025-08-18 02:02:57] "GET / HTTP/1.1" 200 36215 0.001524 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000361 10.0.0.131 - - [2025-08-18 02:02:57] "POST /features HTTP/1.1" 200 523 0.014340 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.002962 10.0.0.131 - - [2025-08-18 02:02:57] "POST /features HTTP/1.1" 200 523 0.014639 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.002738 10.0.0.131 - - [2025-08-18 02:02:57] "POST /features HTTP/1.1" 200 533 0.014799 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.002901 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.019515 10.0.0.131 - - [2025-08-18 02:02:57] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003229 10.0.0.131 - - [2025-08-18 02:02:57] "POST /features HTTP/1.1" 200 523 0.013587 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.002470 10.0.0.131 - - [2025-08-18 02:02:57] "PUT /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc HTTP/1.1" 200 277 0.006959 10.0.0.131 - - [2025-08-18 02:02:57] "POST /features HTTP/1.1" 200 541 0.019383 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 186 0.002644 10.0.0.131 - - [2025-08-18 02:02:57] "POST /features HTTP/1.1" 200 527 0.025434 10.0.0.131 - - [2025-08-18 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.003298 10.0.0.131 - - [2025-08-18 02:02:58] "POST /features HTTP/1.1" 200 521 0.134828 10.0.0.131 - - [2025-08-18 02:02:58] "GET / HTTP/1.1" 200 36215 0.002530 10.0.0.131 - - [2025-08-18 02:02:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.131 - - [2025-08-18 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.002631 10.0.0.131 - - [2025-08-18 02:02:58] "POST /features HTTP/1.1" 200 519 0.021575 10.0.0.131 - - [2025-08-18 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.004066 10.0.0.131 - - [2025-08-18 02:02:58] "POST /features HTTP/1.1" 200 535 0.022406 10.0.0.131 - - [2025-08-18 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.004047 10.0.0.131 - - [2025-08-18 02:02:58] "POST /features HTTP/1.1" 200 543 0.030573 10.0.0.131 - - [2025-08-18 02:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.026025 10.0.0.131 - - [2025-08-18 02:02:58] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006445 10.0.0.131 - - [2025-08-18 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 178 0.002440 10.0.0.131 - - [2025-08-18 02:02:58] "PUT /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a HTTP/1.1" 200 275 0.016426 10.0.0.131 - - [2025-08-18 02:02:58] "POST /physical-roles HTTP/1.1" 200 523 0.049500 10.0.0.131 - - [2025-08-18 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 179 0.003593 10.0.0.131 - - [2025-08-18 02:02:58] "POST /physical-roles HTTP/1.1" 200 525 0.140464 10.0.0.131 - - [2025-08-18 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.003315 10.0.0.131 - - [2025-08-18 02:02:58] "POST /physical-roles HTTP/1.1" 200 535 0.017628 10.0.0.131 - - [2025-08-18 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 177 0.003345 10.0.0.131 - - [2025-08-18 02:02:59] "POST /physical-roles HTTP/1.1" 200 521 0.015116 10.0.0.131 - - [2025-08-18 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.002831 10.0.0.131 - - [2025-08-18 02:02:59] "POST /overlay-roles HTTP/1.1" 200 547 0.029337 10.0.0.131 - - [2025-08-18 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.003325 10.0.0.131 - - [2025-08-18 02:02:59] "POST /overlay-roles HTTP/1.1" 200 533 0.018210 10.0.0.131 - - [2025-08-18 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.002752 10.0.0.131 - - [2025-08-18 02:02:59] "POST /overlay-roles HTTP/1.1" 200 547 0.019190 10.0.0.131 - - [2025-08-18 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 185 0.002559 10.0.0.131 - - [2025-08-18 02:02:59] "POST /overlay-roles HTTP/1.1" 200 535 0.020976 10.0.0.131 - - [2025-08-18 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.003547 10.0.0.131 - - [2025-08-18 02:02:59] "POST /overlay-roles HTTP/1.1" 200 543 0.014472 10.0.0.131 - - [2025-08-18 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.131 - - [2025-08-18 02:02:59] "PUT /overlay-role/53ba45b6-35b6-4a30-acf5-9a1f0e57f345 HTTP/1.1" 200 259 0.011584 10.0.0.131 - - [2025-08-18 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.003139 10.0.0.131 - - [2025-08-18 02:02:59] "POST /overlay-roles HTTP/1.1" 200 533 0.016432 10.0.0.131 - - [2025-08-18 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 185 0.002602 10.0.0.131 - - [2025-08-18 02:02:59] "POST /overlay-roles HTTP/1.1" 200 535 0.020113 10.0.0.131 - - [2025-08-18 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.003157 10.0.0.131 - - [2025-08-18 02:03:00] "POST /overlay-roles HTTP/1.1" 200 531 0.019660 10.0.0.131 - - [2025-08-18 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 187 0.002629 10.0.0.131 - - [2025-08-18 02:03:00] "POST /overlay-roles HTTP/1.1" 200 539 0.018547 10.0.0.131 - - [2025-08-18 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.003697 10.0.0.131 - - [2025-08-18 02:03:00] "POST /overlay-roles HTTP/1.1" 200 543 0.025076 10.0.0.131 - - [2025-08-18 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 178 0.002926 10.0.0.131 - - [2025-08-18 02:03:00] "POST /overlay-roles HTTP/1.1" 200 521 0.017782 10.0.0.131 - - [2025-08-18 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 190 0.002725 10.0.0.131 - - [2025-08-18 02:03:00] "POST /overlay-roles HTTP/1.1" 200 545 0.017682 10.0.0.131 - - [2025-08-18 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 182 0.003678 10.0.0.131 - - [2025-08-18 02:03:00] "POST /role-definitions HTTP/1.1" 200 535 0.015396 10.0.0.131 - - [2025-08-18 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.002656 10.0.0.131 - - [2025-08-18 02:03:00] "POST /role-definitions HTTP/1.1" 200 549 0.017749 10.0.0.131 - - [2025-08-18 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 190 0.030593 10.0.0.131 - - [2025-08-18 02:03:00] "POST /role-definitions HTTP/1.1" 200 551 0.018366 10.0.0.131 - - [2025-08-18 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 191 0.003376 10.0.0.131 - - [2025-08-18 02:03:01] "POST /role-definitions HTTP/1.1" 200 553 0.015040 10.0.0.131 - - [2025-08-18 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.003302 10.0.0.131 - - [2025-08-18 02:03:01] "POST /role-definitions HTTP/1.1" 200 565 0.019278 10.0.0.131 - - [2025-08-18 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.004032 10.0.0.131 - - [2025-08-18 02:03:01] "POST /role-definitions HTTP/1.1" 200 549 0.017154 10.0.0.131 - - [2025-08-18 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.003560 10.0.0.131 - - [2025-08-18 02:03:01] "POST /role-definitions HTTP/1.1" 200 551 0.016115 10.0.0.131 - - [2025-08-18 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 191 0.004598 10.0.0.131 - - [2025-08-18 02:03:01] "POST /role-definitions HTTP/1.1" 200 553 0.016600 10.0.0.131 - - [2025-08-18 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.003294 10.0.0.131 - - [2025-08-18 02:03:01] "POST /role-definitions HTTP/1.1" 200 551 0.014961 10.0.0.131 - - [2025-08-18 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.003330 10.0.0.131 - - [2025-08-18 02:03:01] "POST /role-definitions HTTP/1.1" 200 563 0.018836 10.0.0.131 - - [2025-08-18 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.003527 10.0.0.131 - - [2025-08-18 02:03:01] "POST /role-definitions HTTP/1.1" 200 549 0.018421 10.0.0.131 - - [2025-08-18 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.004259 10.0.0.131 - - [2025-08-18 02:03:01] "POST /role-definitions HTTP/1.1" 200 551 0.020817 10.0.0.131 - - [2025-08-18 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.004464 10.0.0.131 - - [2025-08-18 02:03:02] "POST /role-definitions HTTP/1.1" 200 547 0.017718 10.0.0.131 - - [2025-08-18 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.003458 10.0.0.131 - - [2025-08-18 02:03:02] "POST /role-definitions HTTP/1.1" 200 549 0.018696 10.0.0.131 - - [2025-08-18 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.003593 10.0.0.131 - - [2025-08-18 02:03:02] "POST /role-definitions HTTP/1.1" 200 555 0.015160 10.0.0.131 - - [2025-08-18 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.002698 10.0.0.131 - - [2025-08-18 02:03:02] "POST /role-definitions HTTP/1.1" 200 557 0.017879 10.0.0.131 - - [2025-08-18 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 182 0.004247 10.0.0.131 - - [2025-08-18 02:03:02] "POST /role-definitions HTTP/1.1" 200 535 0.028038 10.0.0.131 - - [2025-08-18 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 187 0.003206 10.0.0.131 - - [2025-08-18 02:03:02] "POST /role-definitions HTTP/1.1" 200 545 0.016624 10.0.0.131 - - [2025-08-18 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 181 0.003517 10.0.0.131 - - [2025-08-18 02:03:02] "POST /role-definitions HTTP/1.1" 200 533 0.029449 10.0.0.131 - - [2025-08-18 02:03:02] "GET /global-system-configs HTTP/1.1" 200 323 0.027593 10.0.0.131 - - [2025-08-18 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.003447 10.0.0.131 - - [2025-08-18 02:03:02] "POST /role-definitions HTTP/1.1" 200 539 0.017615 10.0.0.131 - - [2025-08-18 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.003439 10.0.0.131 - - [2025-08-18 02:03:02] "POST /role-definitions HTTP/1.1" 200 549 0.017209 10.0.0.131 - - [2025-08-18 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.003680 10.0.0.131 - - [2025-08-18 02:03:03] "POST /role-definitions HTTP/1.1" 200 559 0.016963 10.0.0.131 - - [2025-08-18 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.003608 10.0.0.131 - - [2025-08-18 02:03:03] "POST /role-definitions HTTP/1.1" 200 563 0.017126 10.0.0.131 - - [2025-08-18 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 195 0.003371 10.0.0.131 - - [2025-08-18 02:03:03] "POST /role-definitions HTTP/1.1" 200 561 0.016205 10.0.0.131 - - [2025-08-18 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.003389 10.0.0.131 - - [2025-08-18 02:03:03] "POST /feature-configs HTTP/1.1" 200 539 0.017964 10.0.0.131 - - [2025-08-18 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 212 0.004027 10.0.0.131 - - [2025-08-18 02:03:03] "POST /feature-configs HTTP/1.1" 200 564 0.027424 10.0.0.131 - - [2025-08-18 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.003563 10.0.0.131 - - [2025-08-18 02:03:03] "POST /feature-configs HTTP/1.1" 200 563 0.017673 10.0.0.131 - - [2025-08-18 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.003502 10.0.0.131 - - [2025-08-18 02:03:03] "POST /node-profiles HTTP/1.1" 200 549 0.018350 10.0.0.131 - - [2025-08-18 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 187 0.003486 10.0.0.131 - - [2025-08-18 02:03:03] "POST /node-profiles HTTP/1.1" 200 539 0.018594 10.0.0.131 - - [2025-08-18 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.003423 10.0.0.131 - - [2025-08-18 02:03:04] "POST /node-profiles HTTP/1.1" 200 551 0.018544 10.0.0.131 - - [2025-08-18 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.003494 10.0.0.131 - - [2025-08-18 02:03:04] "POST /node-profiles HTTP/1.1" 200 543 0.018048 10.0.0.131 - - [2025-08-18 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.002703 10.0.0.131 - - [2025-08-18 02:03:04] "POST /node-profiles HTTP/1.1" 200 543 0.016441 10.0.0.131 - - [2025-08-18 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.003861 10.0.0.131 - - [2025-08-18 02:03:04] "POST /node-profiles HTTP/1.1" 200 541 0.017205 10.0.0.131 - - [2025-08-18 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.003351 10.0.0.131 - - [2025-08-18 02:03:04] "POST /node-profiles HTTP/1.1" 200 533 0.016360 10.0.0.131 - - [2025-08-18 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 185 0.003359 10.0.0.131 - - [2025-08-18 02:03:04] "POST /node-profiles HTTP/1.1" 200 535 0.018409 10.0.0.131 - - [2025-08-18 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.003322 10.0.0.131 - - [2025-08-18 02:03:04] "POST /node-profiles HTTP/1.1" 200 559 0.018056 10.0.0.131 - - [2025-08-18 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.002940 10.0.0.131 - - [2025-08-18 02:03:04] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016713 10.0.0.131 - - [2025-08-18 02:03:04] "GET /global-system-configs HTTP/1.1" 200 323 0.024624 10.0.0.131 - - [2025-08-18 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.003329 10.0.0.131 - - [2025-08-18 02:03:04] "POST /telemetry-profiles HTTP/1.1" 200 556 0.041340 10.0.0.131 - - [2025-08-18 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.003671 10.0.0.131 - - [2025-08-18 02:03:05] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017426 10.0.0.131 - - [2025-08-18 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003528 10.0.0.131 - - [2025-08-18 02:03:05] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017189 10.0.0.131 - - [2025-08-18 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003500 10.0.0.131 - - [2025-08-18 02:03:05] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017432 10.0.0.131 - - [2025-08-18 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003722 10.0.0.131 - - [2025-08-18 02:03:05] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016144 10.0.0.131 - - [2025-08-18 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.003477 10.0.0.131 - - [2025-08-18 02:03:05] "POST /sflow-profiles HTTP/1.1" 200 534 0.017462 10.0.0.131 - - [2025-08-18 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.003429 10.0.0.131 - - [2025-08-18 02:03:05] "POST /sflow-profiles HTTP/1.1" 200 540 0.018736 10.0.0.131 - - [2025-08-18 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.003190 10.0.0.131 - - [2025-08-18 02:03:05] "POST /sflow-profiles HTTP/1.1" 200 540 0.016024 10.0.0.131 - - [2025-08-18 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.003522 10.0.0.131 - - [2025-08-18 02:03:05] "POST /grpc-profiles HTTP/1.1" 200 532 0.017951 10.0.0.131 - - [2025-08-18 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.003374 10.0.0.131 - - [2025-08-18 02:03:05] "POST /snmp-profiles HTTP/1.1" 200 532 0.018152 10.0.0.131 - - [2025-08-18 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.003430 10.0.0.131 - - [2025-08-18 02:03:06] "POST /netconf-profiles HTTP/1.1" 200 544 0.021446 10.0.0.131 - - [2025-08-18 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003279 10.0.0.131 - - [2025-08-18 02:03:06] "POST /device-functional-groups HTTP/1.1" 200 542 0.017312 10.0.0.131 - - [2025-08-18 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003396 10.0.0.131 - - [2025-08-18 02:03:06] "POST /device-functional-groups HTTP/1.1" 200 542 0.016761 10.0.0.131 - - [2025-08-18 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.003653 10.0.0.131 - - [2025-08-18 02:03:06] "POST /device-functional-groups HTTP/1.1" 200 546 0.017139 10.0.0.131 - - [2025-08-18 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.003604 10.0.0.131 - - [2025-08-18 02:03:06] "POST /device-functional-groups HTTP/1.1" 200 544 0.016216 10.0.0.131 - - [2025-08-18 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 218 0.003467 10.0.0.131 - - [2025-08-18 02:03:06] "POST /device-functional-groups HTTP/1.1" 200 592 0.017272 10.0.0.131 - - [2025-08-18 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 208 0.002955 10.0.0.131 - - [2025-08-18 02:03:06] "POST /device-functional-groups HTTP/1.1" 200 572 0.017418 10.0.0.131 - - [2025-08-18 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.003493 10.0.0.131 - - [2025-08-18 02:03:06] "POST /device-functional-groups HTTP/1.1" 200 622 0.017742 10.0.0.131 - - [2025-08-18 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.003497 10.0.0.131 - - [2025-08-18 02:03:06] "POST /device-functional-groups HTTP/1.1" 200 568 0.037465 10.0.0.131 - - [2025-08-18 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 205 0.003617 10.0.0.131 - - [2025-08-18 02:03:07] "POST /device-functional-groups HTTP/1.1" 200 566 0.016604 10.0.0.131 - - [2025-08-18 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.004114 10.0.0.131 - - [2025-08-18 02:03:07] "POST /device-functional-groups HTTP/1.1" 200 576 0.017616 10.0.0.131 - - [2025-08-18 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.003405 10.0.0.131 - - [2025-08-18 02:03:07] "POST /role-configs HTTP/1.1" 200 527 0.017454 10.0.0.131 - - [2025-08-18 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.003430 10.0.0.131 - - [2025-08-18 02:03:07] "POST /role-configs HTTP/1.1" 200 522 0.017738 10.0.0.131 - - [2025-08-18 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.003421 10.0.0.131 - - [2025-08-18 02:03:07] "POST /role-configs HTTP/1.1" 200 524 0.018095 10.0.0.131 - - [2025-08-18 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.004277 10.0.0.131 - - [2025-08-18 02:03:07] "POST /role-configs HTTP/1.1" 200 524 0.018586 10.0.0.131 - - [2025-08-18 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 202 0.003459 10.0.0.131 - - [2025-08-18 02:03:07] "POST /role-configs HTTP/1.1" 200 528 0.015706 10.0.0.131 - - [2025-08-18 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.003472 10.0.0.131 - - [2025-08-18 02:03:07] "POST /role-configs HTTP/1.1" 200 523 0.016770 10.0.0.131 - - [2025-08-18 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.004174 10.0.0.131 - - [2025-08-18 02:03:07] "POST /role-configs HTTP/1.1" 200 519 0.016853 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.003371 10.0.0.131 - - [2025-08-18 02:03:08] "POST /role-configs HTTP/1.1" 200 520 0.018301 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.131 - - [2025-08-18 02:03:08] "POST /ref-update HTTP/1.1" 200 156 0.010326 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.131 - - [2025-08-18 02:03:08] "POST /ref-update HTTP/1.1" 200 156 0.008855 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.131 - - [2025-08-18 02:03:08] "POST /ref-update HTTP/1.1" 200 156 0.008478 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.131 - - [2025-08-18 02:03:08] "POST /ref-update HTTP/1.1" 200 156 0.009096 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.131 - - [2025-08-18 02:03:08] "POST /ref-update HTTP/1.1" 200 156 0.010103 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.131 - - [2025-08-18 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.131 - - [2025-08-18 02:03:08] "POST /ref-update HTTP/1.1" 200 156 0.009320 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005253 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.131 - - [2025-08-18 02:03:09] "POST /ref-update HTTP/1.1" 200 156 0.010596 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.131 - - [2025-08-18 02:03:09] "POST /ref-update HTTP/1.1" 200 156 0.009404 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.131 - - [2025-08-18 02:03:09] "POST /ref-update HTTP/1.1" 200 156 0.009004 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.131 - - [2025-08-18 02:03:09] "POST /ref-update HTTP/1.1" 200 156 0.010574 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007294 10.0.0.131 - - [2025-08-18 02:03:09] "POST /ref-update HTTP/1.1" 200 156 0.010739 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.131 - - [2025-08-18 02:03:09] "POST /ref-update HTTP/1.1" 200 156 0.006869 10.0.0.131 - - [2025-08-18 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.131 - - [2025-08-18 02:03:10] "POST /ref-update HTTP/1.1" 200 156 0.006791 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.131 - - [2025-08-18 02:03:10] "POST /ref-update HTTP/1.1" 200 156 0.006858 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.131 - - [2025-08-18 02:03:10] "POST /ref-update HTTP/1.1" 200 156 0.006583 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.131 - - [2025-08-18 02:03:10] "POST /ref-update HTTP/1.1" 200 156 0.007942 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.131 - - [2025-08-18 02:03:10] "POST /ref-update HTTP/1.1" 200 156 0.006795 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.131 - - [2025-08-18 02:03:10] "POST /ref-update HTTP/1.1" 200 156 0.007478 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.131 - - [2025-08-18 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.131 - - [2025-08-18 02:03:10] "POST /ref-update HTTP/1.1" 200 156 0.008845 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.131 - - [2025-08-18 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.009444 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.131 - - [2025-08-18 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.008632 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.131 - - [2025-08-18 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.007883 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.131 - - [2025-08-18 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.007447 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.131 - - [2025-08-18 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.008198 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.131 - - [2025-08-18 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.008687 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.131 - - [2025-08-18 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.131 - - [2025-08-18 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.008815 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.131 - - [2025-08-18 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.008935 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.131 - - [2025-08-18 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.131 - - [2025-08-18 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.008090 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.131 - - [2025-08-18 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.008665 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.131 - - [2025-08-18 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.009246 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.131 - - [2025-08-18 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.008048 10.0.0.131 - - [2025-08-18 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.131 - - [2025-08-18 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.009778 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.131 - - [2025-08-18 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.008011 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.131 - - [2025-08-18 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.009782 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.131 - - [2025-08-18 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.007883 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.131 - - [2025-08-18 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.007784 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.131 - - [2025-08-18 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.008225 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.131 - - [2025-08-18 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.131 - - [2025-08-18 02:03:14] "POST /ref-update HTTP/1.1" 200 156 0.011668 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.131 - - [2025-08-18 02:03:14] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.131 - - [2025-08-18 02:03:14] "POST /ref-update HTTP/1.1" 200 156 0.009532 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.131 - - [2025-08-18 02:03:14] "POST /ref-update HTTP/1.1" 200 156 0.007648 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.131 - - [2025-08-18 02:03:14] "POST /ref-update HTTP/1.1" 200 156 0.008023 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.131 - - [2025-08-18 02:03:14] "POST /ref-update HTTP/1.1" 200 156 0.007288 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.131 - - [2025-08-18 02:03:14] "POST /ref-update HTTP/1.1" 200 156 0.007120 10.0.0.131 - - [2025-08-18 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.131 - - [2025-08-18 02:03:15] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.131 - - [2025-08-18 02:03:15] "POST /ref-update HTTP/1.1" 200 156 0.007596 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.131 - - [2025-08-18 02:03:15] "POST /ref-update HTTP/1.1" 200 156 0.006160 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.131 - - [2025-08-18 02:03:15] "POST /ref-update HTTP/1.1" 200 156 0.006358 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.131 - - [2025-08-18 02:03:15] "POST /ref-update HTTP/1.1" 200 156 0.007976 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.131 - - [2025-08-18 02:03:15] "POST /ref-update HTTP/1.1" 200 156 0.006478 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.131 - - [2025-08-18 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.131 - - [2025-08-18 02:03:15] "POST /ref-update HTTP/1.1" 200 156 0.006647 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.131 - - [2025-08-18 02:03:16] "POST /ref-update HTTP/1.1" 200 156 0.006304 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.131 - - [2025-08-18 02:03:16] "POST /ref-update HTTP/1.1" 200 156 0.006451 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002307 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.131 - - [2025-08-18 02:03:16] "POST /ref-update HTTP/1.1" 200 156 0.006472 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.131 - - [2025-08-18 02:03:16] "POST /ref-update HTTP/1.1" 200 156 0.006396 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.131 - - [2025-08-18 02:03:16] "POST /ref-update HTTP/1.1" 200 156 0.007569 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.131 - - [2025-08-18 02:03:16] "POST /ref-update HTTP/1.1" 200 156 0.006862 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.131 - - [2025-08-18 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.131 - - [2025-08-18 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.006347 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.131 - - [2025-08-18 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.006228 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.131 - - [2025-08-18 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.007593 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.131 - - [2025-08-18 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.006238 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.131 - - [2025-08-18 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.006510 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.131 - - [2025-08-18 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.007203 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.131 - - [2025-08-18 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.006425 10.0.0.131 - - [2025-08-18 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.131 - - [2025-08-18 02:03:18] "POST /ref-update HTTP/1.1" 200 156 0.007739 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.131 - - [2025-08-18 02:03:18] "POST /ref-update HTTP/1.1" 200 156 0.007166 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.131 - - [2025-08-18 02:03:18] "POST /ref-update HTTP/1.1" 200 156 0.006190 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.131 - - [2025-08-18 02:03:18] "POST /ref-update HTTP/1.1" 200 156 0.007113 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.131 - - [2025-08-18 02:03:18] "POST /ref-update HTTP/1.1" 200 156 0.006519 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.131 - - [2025-08-18 02:03:18] "POST /ref-update HTTP/1.1" 200 156 0.007045 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.131 - - [2025-08-18 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.131 - - [2025-08-18 02:03:18] "POST /ref-update HTTP/1.1" 200 156 0.006758 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.131 - - [2025-08-18 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.006340 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.131 - - [2025-08-18 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.008912 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.131 - - [2025-08-18 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.005987 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.131 - - [2025-08-18 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.006136 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.131 - - [2025-08-18 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.006594 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.131 - - [2025-08-18 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.006881 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.131 - - [2025-08-18 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.131 - - [2025-08-18 02:03:20] "POST /ref-update HTTP/1.1" 200 156 0.006500 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.131 - - [2025-08-18 02:03:20] "POST /ref-update HTTP/1.1" 200 156 0.007116 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.131 - - [2025-08-18 02:03:20] "POST /ref-update HTTP/1.1" 200 156 0.006142 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.131 - - [2025-08-18 02:03:20] "POST /ref-update HTTP/1.1" 200 156 0.006516 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.131 - - [2025-08-18 02:03:20] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.131 - - [2025-08-18 02:03:20] "POST /ref-update HTTP/1.1" 200 156 0.007273 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.131 - - [2025-08-18 02:03:20] "POST /ref-update HTTP/1.1" 200 156 0.006472 10.0.0.131 - - [2025-08-18 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.131 - - [2025-08-18 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.006371 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.131 - - [2025-08-18 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.006664 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.131 - - [2025-08-18 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.006225 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.131 - - [2025-08-18 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.006104 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.131 - - [2025-08-18 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.007588 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.131 - - [2025-08-18 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.007511 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.131 - - [2025-08-18 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.131 - - [2025-08-18 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.008162 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.131 - - [2025-08-18 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.006476 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.131 - - [2025-08-18 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.007516 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.131 - - [2025-08-18 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.006133 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.131 - - [2025-08-18 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.006774 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.131 - - [2025-08-18 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.006979 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.131 - - [2025-08-18 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.006676 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.131 - - [2025-08-18 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.131 - - [2025-08-18 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.007475 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.131 - - [2025-08-18 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.007434 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.131 - - [2025-08-18 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.006510 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.131 - - [2025-08-18 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.131 - - [2025-08-18 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.006512 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.131 - - [2025-08-18 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.006332 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.131 - - [2025-08-18 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.131 - - [2025-08-18 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.131 - - [2025-08-18 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.006754 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.131 - - [2025-08-18 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.006734 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.131 - - [2025-08-18 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.008427 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.131 - - [2025-08-18 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.006829 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.131 - - [2025-08-18 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.008473 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.131 - - [2025-08-18 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.006547 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.131 - - [2025-08-18 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.131 - - [2025-08-18 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.006895 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.131 - - [2025-08-18 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.008267 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.131 - - [2025-08-18 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.006448 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.131 - - [2025-08-18 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.006406 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.131 - - [2025-08-18 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.006477 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.131 - - [2025-08-18 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.008135 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.131 - - [2025-08-18 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.009369 10.0.0.131 - - [2025-08-18 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.131 - - [2025-08-18 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.007180 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.131 - - [2025-08-18 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.007294 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.131 - - [2025-08-18 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.008435 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.131 - - [2025-08-18 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.006366 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.131 - - [2025-08-18 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.007421 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.131 - - [2025-08-18 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.006454 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.131 - - [2025-08-18 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.131 - - [2025-08-18 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.007444 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.131 - - [2025-08-18 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.006599 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.131 - - [2025-08-18 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.011336 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.131 - - [2025-08-18 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.006165 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.131 - - [2025-08-18 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.006490 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.131 - - [2025-08-18 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.006425 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.131 - - [2025-08-18 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.006633 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.131 - - [2025-08-18 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.131 - - [2025-08-18 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.006348 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.131 - - [2025-08-18 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.006436 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.131 - - [2025-08-18 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.007023 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.131 - - [2025-08-18 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.007167 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.131 - - [2025-08-18 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.016651 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.131 - - [2025-08-18 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.131 - - [2025-08-18 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.131 - - [2025-08-18 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.009880 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.131 - - [2025-08-18 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.006910 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.131 - - [2025-08-18 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.007268 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.131 - - [2025-08-18 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.006906 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.131 - - [2025-08-18 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.010092 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.131 - - [2025-08-18 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.017316 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.131 - - [2025-08-18 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.007495 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.131 - - [2025-08-18 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010029 10.0.0.131 - - [2025-08-18 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.007238 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.131 - - [2025-08-18 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.006789 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.131 - - [2025-08-18 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.012617 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.131 - - [2025-08-18 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.007421 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.131 - - [2025-08-18 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.006890 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.131 - - [2025-08-18 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.011563 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.131 - - [2025-08-18 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.131 - - [2025-08-18 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.006860 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.131 - - [2025-08-18 02:03:31] "GET / HTTP/1.1" 200 36215 0.001474 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.131 - - [2025-08-18 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.007384 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.131 - - [2025-08-18 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.006598 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.019564 10.0.0.131 - - [2025-08-18 02:03:31] "GET /routing-instance/b4c33217-c6a2-4ade-a276-801d4decf4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003147 10.0.0.131 - - [2025-08-18 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.005708 10.0.0.131 - - [2025-08-18 02:03:31] "POST /bgp-routers HTTP/1.1" 200 622 0.014335 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001925 10.0.0.131 - - [2025-08-18 02:03:31] "GET /bgp-router/9b6a515e-991f-4375-9a71-2a025609dcfe?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.004879 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001937 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.131 - - [2025-08-18 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.005501 10.0.0.131 - - [2025-08-18 02:03:31] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005856 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.131 - - [2025-08-18 02:03:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003226 10.0.0.131 - - [2025-08-18 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.008734 10.0.0.131 - - [2025-08-18 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.007700 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.019673 10.0.0.131 - - [2025-08-18 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.007772 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.131 - - [2025-08-18 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.131 - - [2025-08-18 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.131 - - [2025-08-18 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.007113 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.131 - - [2025-08-18 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.008970 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.131 - - [2025-08-18 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.008206 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.131 - - [2025-08-18 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.006822 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.131 - - [2025-08-18 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.007378 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.131 - - [2025-08-18 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.007669 10.0.0.131 - - [2025-08-18 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.131 - - [2025-08-18 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.007311 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.131 - - [2025-08-18 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.006785 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.131 - - [2025-08-18 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.007248 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.131 - - [2025-08-18 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.007232 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.131 - - [2025-08-18 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.006608 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.131 - - [2025-08-18 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.007265 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.131 - - [2025-08-18 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.131 - - [2025-08-18 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.007675 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.131 - - [2025-08-18 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.012744 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006665 10.0.0.131 - - [2025-08-18 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.008973 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.131 - - [2025-08-18 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.011562 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.131 - - [2025-08-18 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.008385 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.131 - - [2025-08-18 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.011826 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.131 - - [2025-08-18 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.008083 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.131 - - [2025-08-18 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.131 - - [2025-08-18 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.009263 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.131 - - [2025-08-18 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.008893 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.131 - - [2025-08-18 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.009564 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.131 - - [2025-08-18 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.007359 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.131 - - [2025-08-18 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.006608 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.131 - - [2025-08-18 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.009180 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.131 - - [2025-08-18 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.131 - - [2025-08-18 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.008907 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.131 - - [2025-08-18 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.008568 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.131 - - [2025-08-18 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.010192 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.131 - - [2025-08-18 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.008998 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.131 - - [2025-08-18 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.008841 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.131 - - [2025-08-18 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.010860 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.131 - - [2025-08-18 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.011304 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.131 - - [2025-08-18 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.131 - - [2025-08-18 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.010998 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.131 - - [2025-08-18 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.008873 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.131 - - [2025-08-18 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.008021 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.131 - - [2025-08-18 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.007889 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.131 - - [2025-08-18 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.007890 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.131 - - [2025-08-18 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.009276 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.131 - - [2025-08-18 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.011638 10.0.0.131 - - [2025-08-18 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.131 - - [2025-08-18 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.011109 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.131 - - [2025-08-18 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.011703 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.131 - - [2025-08-18 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.131 - - [2025-08-18 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.009000 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.131 - - [2025-08-18 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.010565 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.131 - - [2025-08-18 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.009731 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.131 - - [2025-08-18 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.131 - - [2025-08-18 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.010152 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.131 - - [2025-08-18 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.010694 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.131 - - [2025-08-18 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.010715 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.131 - - [2025-08-18 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.009203 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.131 - - [2025-08-18 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.009191 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.131 - - [2025-08-18 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.010077 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.131 - - [2025-08-18 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.012179 10.0.0.131 - - [2025-08-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.131 - - [2025-08-18 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.010545 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.131 - - [2025-08-18 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.008106 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.131 - - [2025-08-18 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.009838 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.131 - - [2025-08-18 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007009 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.131 - - [2025-08-18 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.009067 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.131 - - [2025-08-18 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.009523 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.131 - - [2025-08-18 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.131 - - [2025-08-18 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.008039 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.131 - - [2025-08-18 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.008270 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.131 - - [2025-08-18 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.010385 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.131 - - [2025-08-18 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.009383 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.131 - - [2025-08-18 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.008142 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.131 - - [2025-08-18 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.009487 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.131 - - [2025-08-18 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.011640 10.0.0.131 - - [2025-08-18 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.131 - - [2025-08-18 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.008186 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.131 - - [2025-08-18 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.010598 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.131 - - [2025-08-18 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.008398 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.131 - - [2025-08-18 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.010269 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.131 - - [2025-08-18 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.012591 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.131 - - [2025-08-18 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.012981 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.131 - - [2025-08-18 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.131 - - [2025-08-18 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.012762 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.131 - - [2025-08-18 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.008211 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.131 - - [2025-08-18 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.008645 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.131 - - [2025-08-18 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.009291 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.131 - - [2025-08-18 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.009859 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.131 - - [2025-08-18 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.008246 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.131 - - [2025-08-18 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.006755 10.0.0.131 - - [2025-08-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.131 - - [2025-08-18 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.006691 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.131 - - [2025-08-18 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.010428 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.131 - - [2025-08-18 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.006321 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.131 - - [2025-08-18 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.006878 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.131 - - [2025-08-18 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007143 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.131 - - [2025-08-18 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007356 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.131 - - [2025-08-18 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.131 - - [2025-08-18 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007034 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.131 - - [2025-08-18 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.008198 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.131 - - [2025-08-18 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.007872 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.131 - - [2025-08-18 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.009262 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.131 - - [2025-08-18 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.011384 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.131 - - [2025-08-18 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.010535 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.131 - - [2025-08-18 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.010707 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.131 - - [2025-08-18 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.131 - - [2025-08-18 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.010413 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.131 - - [2025-08-18 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.011852 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.131 - - [2025-08-18 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.007494 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.131 - - [2025-08-18 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.007699 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.131 - - [2025-08-18 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.007082 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.131 - - [2025-08-18 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.007527 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.131 - - [2025-08-18 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.131 - - [2025-08-18 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.007435 10.0.0.131 - - [2025-08-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.131 - - [2025-08-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.131 - - [2025-08-18 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.007514 10.0.0.131 - - [2025-08-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.131 - - [2025-08-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.131 - - [2025-08-18 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.006989 10.0.0.131 - - [2025-08-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.131 - - [2025-08-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.131 - - [2025-08-18 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.006907 10.0.0.131 - - [2025-08-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.131 - - [2025-08-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.131 - - [2025-08-18 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.007137 10.0.0.131 - - [2025-08-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.131 - - [2025-08-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.131 - - [2025-08-18 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.007025 10.0.0.131 - - [2025-08-18 02:03:47] "POST /network-ipams HTTP/1.1" 200 552 0.015897 10.0.0.131 - - [2025-08-18 02:03:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002034 10.0.0.131 - - [2025-08-18 02:03:47] "POST /virtual-networks HTTP/1.1" 200 554 0.086723 10.0.0.131 - - [2025-08-18 02:03:47] "POST /route-targets HTTP/1.1" 200 328 0.007329 10.0.0.131 - - [2025-08-18 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.008392 10.0.0.131 - - [2025-08-18 02:03:47] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002291 10.0.0.131 - - [2025-08-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.002430 10.0.0.131 - - [2025-08-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 178 0.002503 10.0.0.131 - - [2025-08-18 02:03:48] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002517 10.0.0.131 - - [2025-08-18 02:03:48] "GET /fabric/819384fa-726d-461c-ab7c-60854121a8da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.003796 10.0.0.131 - - [2025-08-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.002538 10.0.0.131 - - [2025-08-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.002583 10.0.0.131 - - [2025-08-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.002917 10.0.0.131 - - [2025-08-18 02:04:01] "GET / HTTP/1.1" 200 36215 0.001879 10.0.0.131 - - [2025-08-18 02:04:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.131 - - [2025-08-18 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.021950 10.0.0.131 - - [2025-08-18 02:04:01] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008670 10.0.0.131 - - [2025-08-18 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.002718 10.0.0.131 - - [2025-08-18 02:04:01] "POST /database-nodes HTTP/1.1" 200 605 0.015595 10.0.0.131 - - [2025-08-18 02:04:32] "GET / HTTP/1.1" 200 36215 0.001671 10.0.0.131 - - [2025-08-18 02:04:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.131 - - [2025-08-18 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.020679 10.0.0.131 - - [2025-08-18 02:04:33] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005243 10.0.0.131 - - [2025-08-18 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.002709 10.0.0.131 - - [2025-08-18 02:04:33] "POST /analytics-nodes HTTP/1.1" 200 607 0.014142 10.0.0.131 - - [2025-08-18 02:04:39] "GET / HTTP/1.1" 200 36215 0.003100 10.0.0.131 - - [2025-08-18 02:04:45] "GET / HTTP/1.1" 200 36215 0.001483 10.0.0.131 - - [2025-08-18 02:04:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.131 - - [2025-08-18 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.021428 10.0.0.131 - - [2025-08-18 02:04:46] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005557 10.0.0.131 - - [2025-08-18 02:04:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.002853 10.0.0.131 - - [2025-08-18 02:04:46] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.021431 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-08-18 02:04:50] "GET /obj-perms HTTP/1.1" 200 5075 0.341664 10.0.0.131 - - [2025-08-18 02:04:50] "GET /obj-perms HTTP/1.1" 200 5075 0.038305 10.0.0.131 - - [2025-08-18 02:04:53] "GET / HTTP/1.1" 200 36215 0.002114 10.0.0.131 - - [2025-08-18 02:04:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000403 10.0.0.131 - - [2025-08-18 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.021412 10.0.0.131 - - [2025-08-18 02:04:54] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005270 10.0.0.131 - - [2025-08-18 02:04:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.002577 10.0.0.131 - - [2025-08-18 02:04:54] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.014253 10.0.0.131 - - [2025-08-18 02:05:51] "GET /obj-perms HTTP/1.1" 200 5075 0.040378 10.0.0.131 - - [2025-08-18 02:05:51] "GET /obj-perms HTTP/1.1" 200 5075 0.038163 10.0.0.131 - - [2025-08-18 02:06:22] "GET / HTTP/1.1" 200 36215 0.001596 10.0.0.131 - - [2025-08-18 02:06:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000384 10.0.0.131 - - [2025-08-18 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.023273 10.0.0.131 - - [2025-08-18 02:06:22] "GET /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005180 10.0.0.131 - - [2025-08-18 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.131 - - [2025-08-18 02:06:22] "GET /routing-instance/b4c33217-c6a2-4ade-a276-801d4decf4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004898 10.0.0.131 - - [2025-08-18 02:06:22] "PUT /global-system-config/92d20ec9-5bbf-4c91-a4fd-c946cda56c2a HTTP/1.1" 200 275 0.009633 10.0.0.131 - - [2025-08-18 02:06:22] "POST /fqname-to-id HTTP/1.1" 404 218 0.002937 10.0.0.131 - - [2025-08-18 02:06:22] "POST /virtual-routers HTTP/1.1" 200 605 0.014697 10.0.0.131 - - [2025-08-18 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.131 - - [2025-08-18 02:06:23] "GET /virtual-router/04c4d359-7c08-4313-931d-edf1a213bbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.004721 10.0.0.131 - - [2025-08-18 02:06:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.002690 10.0.0.131 - - [2025-08-18 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.131 - - [2025-08-18 02:06:23] "GET /virtual-network/5d37990a-76bf-4e71-b5f2-21a98c862ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005071 10.0.0.131 - - [2025-08-18 02:06:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.036638 10.0.0.131 - - [2025-08-18 02:06:23] "PUT /access-control-list/6bb2678d-5625-4433-a03a-360dcb4479a4 HTTP/1.1" 200 273 0.009983 [Introspect:8084]10.0.0.131 - - [2025-08-18 02:06:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000828 [Introspect:8084]10.0.0.131 - - [2025-08-18 02:06:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000823 [Introspect:8084]10.0.0.131 - - [2025-08-18 02:06:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000842 [Introspect:8084]10.0.0.131 - - [2025-08-18 02:06:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001274 10.0.0.131 - - [2025-08-18 02:06:51] "GET /obj-perms HTTP/1.1" 200 5075 0.037623 10.0.0.131 - - [2025-08-18 02:06:52] "GET /obj-perms HTTP/1.1" 200 5075 0.041727 10.0.0.131 - - [2025-08-18 02:07:19] "GET / HTTP/1.1" 200 36215 0.001781 10.0.0.131 - - [2025-08-18 02:07:20] "GET /project/20b71f18-626e-455f-9274-78d62afd670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000472 10.0.0.131 - - [2025-08-18 02:07:20] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002464 10.0.0.131 - - [2025-08-18 02:07:20] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.131 - - [2025-08-18 02:07:20] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048565 10.0.0.131 - - [2025-08-18 02:07:21] "POST /id-to-fqname HTTP/1.1" 200 167 0.001698 10.0.0.131 - - [2025-08-18 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 176 0.002710 10.0.0.131 - - [2025-08-18 02:07:21] "POST /security-groups HTTP/1.1" 200 568 0.064062 10.0.0.131 - - [2025-08-18 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.002395 10.0.0.131 - - [2025-08-18 02:07:21] "POST /projects HTTP/1.1" 200 539 0.217984 10.0.0.131 - - [2025-08-18 02:07:21] "POST /access-control-lists HTTP/1.1" 200 575 0.055215 10.0.0.131 - - [2025-08-18 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.284058 10.0.0.131 - - [2025-08-18 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.002760 10.0.0.131 - - [2025-08-18 02:07:21] "GET /project/20b71f18-626e-455f-9274-78d62afd670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.432572 10.0.0.131 - - [2025-08-18 02:07:21] "POST /access-control-lists HTTP/1.1" 200 573 0.063524 [Introspect:8084]10.0.0.131 - - [2025-08-18 02:07:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001001 10.0.0.131 - - [2025-08-18 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.018839 10.0.0.131 - - [2025-08-18 02:07:22] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003147 10.0.0.131 - - [2025-08-18 02:07:22] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.131 - - [2025-08-18 02:07:22] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006935 10.0.0.131 - - [2025-08-18 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 201 0.001187 10.0.0.131 - - [2025-08-18 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.003142 10.0.0.131 - - [2025-08-18 02:07:22] "POST /security-groups HTTP/1.1" 200 602 0.059928 10.0.0.131 - - [2025-08-18 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.002460 10.0.0.131 - - [2025-08-18 02:07:22] "POST /projects HTTP/1.1" 200 607 0.210258 10.0.0.131 - - [2025-08-18 02:07:22] "POST /access-control-lists HTTP/1.1" 200 609 0.059627 10.0.0.131 - - [2025-08-18 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.274817 10.0.0.131 - - [2025-08-18 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 244 0.002587 10.0.0.131 - - [2025-08-18 02:07:22] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.389619 10.0.0.131 - - [2025-08-18 02:07:22] "POST /access-control-lists HTTP/1.1" 200 607 0.056035 10.0.0.131 - - [2025-08-18 02:07:23] "GET / HTTP/1.1" 200 36215 0.001878 10.0.0.131 - - [2025-08-18 02:07:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000444 10.0.0.131 - - [2025-08-18 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.045791 10.0.0.131 - - [2025-08-18 02:07:24] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001007 10.0.0.131 - - [2025-08-18 02:07:24] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.025737 10.0.0.131 - - [2025-08-18 02:07:24] "POST /neutron/network HTTP/1.1" 200 117 0.033458 10.0.0.131 - - [2025-08-18 02:07:24] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001040 10.0.0.131 - - [2025-08-18 02:07:24] "POST /neutron/network HTTP/1.1" 200 620 0.067520 10.0.0.131 - - [2025-08-18 02:07:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002088 10.0.0.131 - - [2025-08-18 02:07:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.165417 10.0.0.131 - - [2025-08-18 02:07:24] "POST /neutron/network HTTP/1.1" 200 841 0.005491 10.0.0.131 - - [2025-08-18 02:07:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001087 10.0.0.131 - - [2025-08-18 02:07:24] "GET /virtual-network/19716690-cdc8-4d2a-a287-65070019b60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004178 10.0.0.131 - - [2025-08-18 02:07:24] "POST /neutron/network HTTP/1.1" 200 841 0.005244 10.0.0.131 - - [2025-08-18 02:07:24] "GET /virtual-network/19716690-cdc8-4d2a-a287-65070019b60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006588 10.0.0.131 - - [2025-08-18 02:07:25] "POST /neutron/network HTTP/1.1" 200 841 0.007985 10.0.0.131 - - [2025-08-18 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.008220 10.0.0.131 - - [2025-08-18 02:07:25] "GET /domains HTTP/1.1" 401 293 0.000476 10.0.0.131 - - [2025-08-18 02:07:25] "POST /route-targets HTTP/1.1" 200 328 0.011016 10.0.0.131 - - [2025-08-18 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.010525 10.0.0.131 - - [2025-08-18 02:07:25] "GET /domains HTTP/1.1" 200 281 0.022811 10.0.0.131 - - [2025-08-18 02:07:25] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.131 - - [2025-08-18 02:07:25] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2595 0.011075 10.0.0.131 - - [2025-08-18 02:07:25] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001266 10.0.0.131 - - [2025-08-18 02:07:25] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa HTTP/1.1" 200 2185 0.064978 10.0.0.131 - - [2025-08-18 02:07:25] "GET /virtual-network/19716690-cdc8-4d2a-a287-65070019b60f HTTP/1.1" 200 2352 0.005125 10.0.0.131 - - [2025-08-18 02:07:25] "GET /virtual-network/19716690-cdc8-4d2a-a287-65070019b60f HTTP/1.1" 200 2352 0.004186 10.0.0.131 - - [2025-08-18 02:07:25] "GET /routing-instance/98fa0f5e-40a3-4e07-8f61-4a2dabcccd8f HTTP/1.1" 200 1498 0.002890 10.0.0.131 - - [2025-08-18 02:07:25] "GET /routing-instance/98fa0f5e-40a3-4e07-8f61-4a2dabcccd8f HTTP/1.1" 200 1498 0.002660 10.0.0.131 - - [2025-08-18 02:07:25] "GET /route-target/78aa4224-155e-4aa8-941c-e33a8dd441bc HTTP/1.1" 200 1221 0.002388 10.0.0.131 - - [2025-08-18 02:07:25] "GET /virtual-network/19716690-cdc8-4d2a-a287-65070019b60f HTTP/1.1" 200 2352 0.003977 10.0.0.131 - - [2025-08-18 02:07:25] "GET /routing-instance/98fa0f5e-40a3-4e07-8f61-4a2dabcccd8f HTTP/1.1" 200 1498 0.002549 10.0.0.131 - - [2025-08-18 02:07:25] "GET /virtual-network/19716690-cdc8-4d2a-a287-65070019b60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.003937 10.0.0.131 - - [2025-08-18 02:07:25] "GET /virtual-network/19716690-cdc8-4d2a-a287-65070019b60f HTTP/1.1" 200 2352 0.004271 10.0.0.131 - - [2025-08-18 02:07:25] "GET /routing-instance/98fa0f5e-40a3-4e07-8f61-4a2dabcccd8f HTTP/1.1" 200 1498 0.002523 10.0.0.131 - - [2025-08-18 02:07:25] "GET /routing-instance/98fa0f5e-40a3-4e07-8f61-4a2dabcccd8f HTTP/1.1" 200 1498 0.002592 10.0.0.131 - - [2025-08-18 02:07:25] "GET /route-target/78aa4224-155e-4aa8-941c-e33a8dd441bc HTTP/1.1" 200 1221 0.002217 10.0.0.131 - - [2025-08-18 02:07:25] "GET /domains HTTP/1.1" 200 281 0.001889 10.0.0.131 - - [2025-08-18 02:07:25] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.131 - - [2025-08-18 02:07:25] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2595 0.006097 10.0.0.131 - - [2025-08-18 02:07:25] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001168 10.0.0.131 - - [2025-08-18 02:07:25] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa HTTP/1.1" 200 2185 0.066038 10.0.0.131 - - [2025-08-18 02:07:25] "GET /virtual-network/19716690-cdc8-4d2a-a287-65070019b60f HTTP/1.1" 200 2352 0.004245 10.0.0.131 - - [2025-08-18 02:07:26] "GET /obj-perms HTTP/1.1" 200 5071 0.038606 10.0.0.131 - - [2025-08-18 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001306 10.0.0.131 - - [2025-08-18 02:07:27] "POST /neutron/network HTTP/1.1" 200 851 0.005285 10.0.0.131 - - [2025-08-18 02:07:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000393 10.0.0.131 - - [2025-08-18 02:07:27] "GET / HTTP/1.1" 200 36215 0.001752 10.0.0.131 - - [2025-08-18 02:07:27] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000392 10.0.0.131 - - [2025-08-18 02:07:28] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001192 10.0.0.131 - - [2025-08-18 02:07:28] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043708 10.0.0.131 - - [2025-08-18 02:07:28] "POST /neutron/network HTTP/1.1" 200 841 0.025773 10.0.0.131 - - [2025-08-18 02:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.004966 10.0.0.131 - - [2025-08-18 02:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.004546 10.0.0.131 - - [2025-08-18 02:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.005852 10.0.0.131 - - [2025-08-18 02:07:29] "POST /neutron/network HTTP/1.1" 200 851 0.005049 10.0.0.131 - - [2025-08-18 02:07:29] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.131 - - [2025-08-18 02:07:30] "POST /neutron/port HTTP/1.1" 200 1073 0.181143 10.0.0.131 - - [2025-08-18 02:07:30] "POST /neutron/port HTTP/1.1" 200 1073 0.029058 10.0.0.131 - - [2025-08-18 02:07:30] "POST /neutron/port HTTP/1.1" 200 1073 0.007070 10.0.0.131 - - [2025-08-18 02:07:30] "POST /neutron/port HTTP/1.1" 200 1127 0.053011 10.0.0.131 - - [2025-08-18 02:07:30] "POST /neutron/port HTTP/1.1" 200 1101 0.009773 10.0.0.131 - - [2025-08-18 02:07:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002828 10.0.0.131 - - [2025-08-18 02:07:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.006042 10.0.0.131 - - [2025-08-18 02:07:30] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.131 - - [2025-08-18 02:07:30] "POST /neutron/network HTTP/1.1" 200 841 0.004992 10.0.0.131 - - [2025-08-18 02:07:34] "POST /neutron/port HTTP/1.1" 200 1101 0.010687 10.0.0.131 - - [2025-08-18 02:07:34] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006961 10.0.0.131 - - [2025-08-18 02:07:34] "GET /obj-perms HTTP/1.1" 200 5071 0.003070 10.0.0.131 - - [2025-08-18 02:07:35] "GET /obj-perms HTTP/1.1" 200 5071 0.003327 10.0.0.131 - - [2025-08-18 02:07:36] "GET /obj-perms HTTP/1.1" 200 5071 0.003190 10.0.0.131 - - [2025-08-18 02:07:37] "GET /obj-perms HTTP/1.1" 200 5071 0.003313 10.0.0.131 - - [2025-08-18 02:07:38] "GET /obj-perms HTTP/1.1" 200 5071 0.003218 10.0.0.131 - - [2025-08-18 02:07:39] "POST /neutron/network HTTP/1.1" 200 841 0.006285 10.0.0.131 - - [2025-08-18 02:07:39] "POST /neutron/network HTTP/1.1" 400 204 0.009170 10.0.0.131 - - [2025-08-18 02:07:39] "POST /neutron/port HTTP/1.1" 200 1101 0.010855 10.0.0.131 - - [2025-08-18 02:07:39] "POST /neutron/port HTTP/1.1" 200 1127 0.009049 10.0.0.131 - - [2025-08-18 02:07:39] "POST /neutron/port HTTP/1.1" 200 151 0.095916 10.0.0.131 - - [2025-08-18 02:07:41] "POST /neutron/network HTTP/1.1" 200 841 0.006647 10.0.0.131 - - [2025-08-18 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.131 - - [2025-08-18 02:07:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.131 - - [2025-08-18 02:07:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001839 10.0.0.131 - - [2025-08-18 02:07:41] "POST /neutron/network HTTP/1.1" 200 151 0.097726 10.0.0.131 - - [2025-08-18 02:07:41] "DELETE /route-target/78aa4224-155e-4aa8-941c-e33a8dd441bc HTTP/1.1" 200 115 0.018183 10.0.0.131 - - [2025-08-18 02:07:41] "GET /routing-instance/98fa0f5e-40a3-4e07-8f61-4a2dabcccd8f HTTP/1.1" 404 171 0.003112 10.0.0.131 - - [2025-08-18 02:07:41] "GET /domains HTTP/1.1" 200 281 0.002340 10.0.0.131 - - [2025-08-18 02:07:41] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.131 - - [2025-08-18 02:07:41] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2595 0.049930 10.0.0.131 - - [2025-08-18 02:07:41] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000958 10.0.0.131 - - [2025-08-18 02:07:41] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa HTTP/1.1" 200 1934 0.063656 10.0.0.131 - - [2025-08-18 02:07:41] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000992 10.0.0.131 - - [2025-08-18 02:07:41] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.023693 10.0.0.131 - - [2025-08-18 02:07:41] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001000 10.0.0.131 - - [2025-08-18 02:07:41] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?fields=virtual_networks HTTP/1.1" 200 1067 0.064201 10.0.0.131 - - [2025-08-18 02:07:41] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001037 10.0.0.131 - - [2025-08-18 02:07:41] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.027035 10.0.0.131 - - [2025-08-18 02:07:41] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001004 10.0.0.131 - - [2025-08-18 02:07:42] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?fields=security_groups HTTP/1.1" 200 1305 0.025777 10.0.0.131 - - [2025-08-18 02:07:42] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001155 10.0.0.131 - - [2025-08-18 02:07:42] "GET /project/20b71f18-626e-455f-9274-78d62afd670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.026100 10.0.0.131 - - [2025-08-18 02:07:46] "DELETE /project/cec36afe7c4b47689a7483d6548a96fa HTTP/1.1" 404 173 0.025300 10.0.0.131 - - [2025-08-18 02:07:46] "DELETE /project/20b71f18626e455f927478d62afd670a HTTP/1.1" 404 173 0.053797 10.0.0.131 - - [2025-08-18 02:07:46] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001413 10.0.0.131 - - [2025-08-18 02:07:46] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.056643 10.0.0.131 - - [2025-08-18 02:07:46] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000950 10.0.0.131 - - [2025-08-18 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.019472 10.0.0.131 - - [2025-08-18 02:07:46] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?fields=security_groups HTTP/1.1" 200 1407 0.072674 10.0.0.131 - - [2025-08-18 02:07:47] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002510 10.0.0.131 - - [2025-08-18 02:07:47] "DELETE /security-group/bfc762b1-0d2c-4abd-846d-13c6c9bbae3f HTTP/1.1" 200 115 0.031417 10.0.0.131 - - [2025-08-18 02:07:47] "GET /projects?obj_uuids=cec36afe-7c4b-4768-9a74-83d6548a96fa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001275 10.0.0.131 - - [2025-08-18 02:07:47] "DELETE /access-control-list/a3647be0-ad23-47e6-9c1e-01ddd19a63b5 HTTP/1.1" 200 115 0.033403 10.0.0.131 - - [2025-08-18 02:07:47] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.131 - - [2025-08-18 02:07:47] "GET /project/cec36afe-7c4b-4768-9a74-83d6548a96fa?fields=application_policy_sets HTTP/1.1" 200 1446 0.048350 10.0.0.131 - - [2025-08-18 02:07:47] "DELETE /access-control-list/5e8a31af-90f6-4411-b78a-d63e2556b72f HTTP/1.1" 200 115 0.036510 10.0.0.131 - - [2025-08-18 02:07:47] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051964 10.0.0.131 - - [2025-08-18 02:07:47] "POST /id-to-fqname HTTP/1.1" 200 202 0.001363 10.0.0.131 - - [2025-08-18 02:07:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003194 10.0.0.131 - - [2025-08-18 02:07:47] "DELETE /project/cec36afe-7c4b-4768-9a74-83d6548a96fa HTTP/1.1" 200 115 0.454420 10.0.0.131 - - [2025-08-18 02:07:47] "POST /security-groups HTTP/1.1" 200 603 0.063107 10.0.0.131 - - [2025-08-18 02:07:47] "POST /fqname-to-id HTTP/1.1" 404 246 0.003160 10.0.0.131 - - [2025-08-18 02:07:47] "POST /projects HTTP/1.1" 200 609 0.238827 10.0.0.131 - - [2025-08-18 02:07:47] "POST /access-control-lists HTTP/1.1" 200 610 0.059440 10.0.0.131 - - [2025-08-18 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.309806 10.0.0.131 - - [2025-08-18 02:07:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.002544 10.0.0.131 - - [2025-08-18 02:07:47] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.493703 10.0.0.131 - - [2025-08-18 02:07:47] "POST /access-control-lists HTTP/1.1" 200 608 0.056038 10.0.0.131 - - [2025-08-18 02:07:48] "GET / HTTP/1.1" 200 36215 0.001780 10.0.0.131 - - [2025-08-18 02:07:48] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001001 10.0.0.131 - - [2025-08-18 02:07:48] "GET /project/20b71f18-626e-455f-9274-78d62afd670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.023124 10.0.0.131 - - [2025-08-18 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.131 - - [2025-08-18 02:07:49] "GET /security-group/f189ea75-33f4-4dea-af34-227c9b67f8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.004923 10.0.0.131 - - [2025-08-18 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.131 - - [2025-08-18 02:07:49] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000980 10.0.0.131 - - [2025-08-18 02:07:49] "GET /project/20b71f18-626e-455f-9274-78d62afd670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.026816 10.0.0.131 - - [2025-08-18 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.131 - - [2025-08-18 02:07:49] "GET /security-group/f189ea75-33f4-4dea-af34-227c9b67f8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.003608 10.0.0.131 - - [2025-08-18 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.131 - - [2025-08-18 02:07:49] "PUT /security-group/f189ea75-33f4-4dea-af34-227c9b67f8af HTTP/1.1" 200 263 0.012067 10.0.0.131 - - [2025-08-18 02:07:49] "PUT /access-control-list/dabe9083-de71-4247-9214-dd73e9e27372 HTTP/1.1" 200 273 0.055106 10.0.0.131 - - [2025-08-18 02:07:49] "PUT /access-control-list/75d8f8fc-34a7-44d4-a579-a3678f5aa20d HTTP/1.1" 200 273 0.009372 10.0.0.131 - - [2025-08-18 02:07:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000447 10.0.0.131 - - [2025-08-18 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.020321 10.0.0.131 - - [2025-08-18 02:07:50] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.131 - - [2025-08-18 02:07:50] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.024023 10.0.0.131 - - [2025-08-18 02:07:50] "POST /neutron/network HTTP/1.1" 200 117 0.024796 10.0.0.131 - - [2025-08-18 02:07:50] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.131 - - [2025-08-18 02:07:50] "POST /neutron/network HTTP/1.1" 200 619 0.055857 10.0.0.131 - - [2025-08-18 02:07:50] "POST /route-targets HTTP/1.1" 200 328 0.009469 10.0.0.131 - - [2025-08-18 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.012474 10.0.0.131 - - [2025-08-18 02:07:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004053 10.0.0.131 - - [2025-08-18 02:07:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.147650 10.0.0.131 - - [2025-08-18 02:07:50] "POST /neutron/network HTTP/1.1" 200 838 0.005341 10.0.0.131 - - [2025-08-18 02:07:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001424 10.0.0.131 - - [2025-08-18 02:07:50] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006015 10.0.0.131 - - [2025-08-18 02:07:50] "POST /neutron/network HTTP/1.1" 200 838 0.005137 10.0.0.131 - - [2025-08-18 02:07:50] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004394 10.0.0.131 - - [2025-08-18 02:07:50] "POST /neutron/network HTTP/1.1" 200 838 0.005414 10.0.0.131 - - [2025-08-18 02:07:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.006519 10.0.0.131 - - [2025-08-18 02:07:50] "GET /domains HTTP/1.1" 401 293 0.000355 10.0.0.131 - - [2025-08-18 02:07:51] "GET /domains HTTP/1.1" 200 281 0.022638 10.0.0.131 - - [2025-08-18 02:07:51] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.131 - - [2025-08-18 02:07:51] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2596 0.007670 10.0.0.131 - - [2025-08-18 02:07:51] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.131 - - [2025-08-18 02:07:51] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44 HTTP/1.1" 200 2181 0.065369 10.0.0.131 - - [2025-08-18 02:07:51] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d HTTP/1.1" 200 2345 0.005256 10.0.0.131 - - [2025-08-18 02:07:51] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d HTTP/1.1" 200 2345 0.004228 10.0.0.131 - - [2025-08-18 02:07:51] "GET /routing-instance/c2ba4d7a-bcfa-406c-aa80-14a282ceea25 HTTP/1.1" 200 1495 0.002970 10.0.0.131 - - [2025-08-18 02:07:51] "GET /routing-instance/c2ba4d7a-bcfa-406c-aa80-14a282ceea25 HTTP/1.1" 200 1495 0.002683 10.0.0.131 - - [2025-08-18 02:07:51] "GET /route-target/58d7c383-a11b-481d-b9a3-3593436a1b60 HTTP/1.1" 200 1220 0.002465 10.0.0.131 - - [2025-08-18 02:07:51] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d HTTP/1.1" 200 2345 0.005434 10.0.0.131 - - [2025-08-18 02:07:51] "GET /routing-instance/c2ba4d7a-bcfa-406c-aa80-14a282ceea25 HTTP/1.1" 200 1495 0.003200 10.0.0.131 - - [2025-08-18 02:07:51] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006351 10.0.0.131 - - [2025-08-18 02:07:51] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d HTTP/1.1" 200 2345 0.004464 10.0.0.131 - - [2025-08-18 02:07:51] "GET /routing-instance/c2ba4d7a-bcfa-406c-aa80-14a282ceea25 HTTP/1.1" 200 1495 0.002630 10.0.0.131 - - [2025-08-18 02:07:51] "GET /routing-instance/c2ba4d7a-bcfa-406c-aa80-14a282ceea25 HTTP/1.1" 200 1495 0.002569 10.0.0.131 - - [2025-08-18 02:07:51] "GET /route-target/58d7c383-a11b-481d-b9a3-3593436a1b60 HTTP/1.1" 200 1220 0.002285 10.0.0.131 - - [2025-08-18 02:07:51] "GET /domains HTTP/1.1" 200 281 0.002056 10.0.0.131 - - [2025-08-18 02:07:51] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.131 - - [2025-08-18 02:07:51] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2596 0.005818 10.0.0.131 - - [2025-08-18 02:07:51] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.131 - - [2025-08-18 02:07:51] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44 HTTP/1.1" 200 2181 0.065421 10.0.0.131 - - [2025-08-18 02:07:51] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d HTTP/1.1" 200 2345 0.004165 10.0.0.131 - - [2025-08-18 02:07:51] "GET /obj-perms HTTP/1.1" 200 5073 0.042134 10.0.0.131 - - [2025-08-18 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.131 - - [2025-08-18 02:07:51] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001389 10.0.0.131 - - [2025-08-18 02:07:51] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.031517 10.0.0.131 - - [2025-08-18 02:07:51] "POST /neutron/network HTTP/1.1" 200 117 0.014622 10.0.0.131 - - [2025-08-18 02:07:52] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001474 10.0.0.131 - - [2025-08-18 02:07:52] "POST /neutron/network HTTP/1.1" 200 619 0.075646 10.0.0.131 - - [2025-08-18 02:07:52] "POST /route-targets HTTP/1.1" 200 328 0.010236 10.0.0.131 - - [2025-08-18 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.018016 10.0.0.131 - - [2025-08-18 02:07:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002528 10.0.0.131 - - [2025-08-18 02:07:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.155264 10.0.0.131 - - [2025-08-18 02:07:52] "POST /neutron/network HTTP/1.1" 200 838 0.011379 10.0.0.131 - - [2025-08-18 02:07:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001189 10.0.0.131 - - [2025-08-18 02:07:52] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005502 10.0.0.131 - - [2025-08-18 02:07:52] "POST /neutron/network HTTP/1.1" 200 838 0.010985 10.0.0.131 - - [2025-08-18 02:07:52] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005257 10.0.0.131 - - [2025-08-18 02:07:52] "GET /obj-perms HTTP/1.1" 200 5075 0.039452 10.0.0.131 - - [2025-08-18 02:07:52] "POST /neutron/network HTTP/1.1" 200 838 0.005526 10.0.0.131 - - [2025-08-18 02:07:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.005845 10.0.0.131 - - [2025-08-18 02:07:52] "GET /domains HTTP/1.1" 200 281 0.002012 10.0.0.131 - - [2025-08-18 02:07:52] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.131 - - [2025-08-18 02:07:52] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2596 0.006232 10.0.0.131 - - [2025-08-18 02:07:52] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000918 10.0.0.131 - - [2025-08-18 02:07:52] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44 HTTP/1.1" 200 2410 0.068749 10.0.0.131 - - [2025-08-18 02:07:52] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef HTTP/1.1" 200 2344 0.006020 10.0.0.131 - - [2025-08-18 02:07:52] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef HTTP/1.1" 200 2344 0.004473 10.0.0.131 - - [2025-08-18 02:07:52] "GET /routing-instance/93ddd40c-3f34-4742-9ad7-ada987a0b120 HTTP/1.1" 200 1495 0.003018 10.0.0.131 - - [2025-08-18 02:07:52] "GET /routing-instance/93ddd40c-3f34-4742-9ad7-ada987a0b120 HTTP/1.1" 200 1495 0.003068 10.0.0.131 - - [2025-08-18 02:07:52] "GET /route-target/326493a6-ae16-4e2f-8f7e-0707f216d5b2 HTTP/1.1" 200 1220 0.002418 10.0.0.131 - - [2025-08-18 02:07:52] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef HTTP/1.1" 200 2344 0.004126 10.0.0.131 - - [2025-08-18 02:07:52] "GET /routing-instance/93ddd40c-3f34-4742-9ad7-ada987a0b120 HTTP/1.1" 200 1495 0.002607 10.0.0.131 - - [2025-08-18 02:07:52] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004223 10.0.0.131 - - [2025-08-18 02:07:52] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef HTTP/1.1" 200 2344 0.004643 10.0.0.131 - - [2025-08-18 02:07:52] "GET /routing-instance/93ddd40c-3f34-4742-9ad7-ada987a0b120 HTTP/1.1" 200 1495 0.002922 10.0.0.131 - - [2025-08-18 02:07:52] "GET /routing-instance/93ddd40c-3f34-4742-9ad7-ada987a0b120 HTTP/1.1" 200 1495 0.002724 10.0.0.131 - - [2025-08-18 02:07:52] "GET /route-target/326493a6-ae16-4e2f-8f7e-0707f216d5b2 HTTP/1.1" 200 1220 0.002456 10.0.0.131 - - [2025-08-18 02:07:52] "GET /domains HTTP/1.1" 200 281 0.002400 10.0.0.131 - - [2025-08-18 02:07:52] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.131 - - [2025-08-18 02:07:52] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2596 0.006561 10.0.0.131 - - [2025-08-18 02:07:52] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001220 10.0.0.131 - - [2025-08-18 02:07:52] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44 HTTP/1.1" 200 2410 0.075563 10.0.0.131 - - [2025-08-18 02:07:52] "GET /obj-perms HTTP/1.1" 200 5075 0.044554 10.0.0.131 - - [2025-08-18 02:07:52] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef HTTP/1.1" 200 2344 0.004155 10.0.0.131 - - [2025-08-18 02:07:52] "GET /obj-perms HTTP/1.1" 200 5073 0.002414 10.0.0.131 - - [2025-08-18 02:07:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001801 10.0.0.131 - - [2025-08-18 02:07:52] "POST /neutron/network HTTP/1.1" 200 848 0.007707 10.0.0.131 - - [2025-08-18 02:07:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000383 10.0.0.131 - - [2025-08-18 02:07:53] "GET / HTTP/1.1" 200 36215 0.003144 10.0.0.131 - - [2025-08-18 02:07:53] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000484 10.0.0.131 - - [2025-08-18 02:07:53] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.131 - - [2025-08-18 02:07:53] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.050781 10.0.0.131 - - [2025-08-18 02:07:53] "POST /neutron/network HTTP/1.1" 200 838 0.005320 10.0.0.131 - - [2025-08-18 02:07:53] "POST /neutron/port HTTP/1.1" 200 117 0.005188 10.0.0.131 - - [2025-08-18 02:07:53] "POST /neutron/port HTTP/1.1" 200 117 0.004859 10.0.0.131 - - [2025-08-18 02:07:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001215 10.0.0.131 - - [2025-08-18 02:07:53] "POST /neutron/port HTTP/1.1" 200 117 0.004952 10.0.0.131 - - [2025-08-18 02:07:53] "POST /neutron/network HTTP/1.1" 200 848 0.005244 10.0.0.131 - - [2025-08-18 02:07:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000403 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/network HTTP/1.1" 200 848 0.005641 10.0.0.131 - - [2025-08-18 02:07:54] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001327 10.0.0.131 - - [2025-08-18 02:07:54] "GET / HTTP/1.1" 200 36215 0.001655 10.0.0.131 - - [2025-08-18 02:07:54] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/port HTTP/1.1" 200 1072 0.237025 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/port HTTP/1.1" 200 1072 0.007648 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/port HTTP/1.1" 200 1072 0.011424 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/port HTTP/1.1" 200 1126 0.053185 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/port HTTP/1.1" 200 1100 0.009811 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002580 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/subnet HTTP/1.1" 200 698 0.005818 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/port HTTP/1.1" 200 117 0.000980 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/network HTTP/1.1" 200 838 0.004265 10.0.0.131 - - [2025-08-18 02:07:54] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.131 - - [2025-08-18 02:07:54] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040906 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/network HTTP/1.1" 200 838 0.005034 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/port HTTP/1.1" 200 1100 0.020128 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006115 10.0.0.131 - - [2025-08-18 02:07:54] "POST /neutron/port HTTP/1.1" 200 117 0.004687 10.0.0.131 - - [2025-08-18 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.131 - - [2025-08-18 02:07:54] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.131 - - [2025-08-18 02:07:54] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.034280 10.0.0.131 - - [2025-08-18 02:07:55] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004932 10.0.0.131 - - [2025-08-18 02:07:55] "GET /floating-ip-pools?parent_id=aea822ba-158a-4c17-a00c-d6bea24d0c9d&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002799 10.0.0.131 - - [2025-08-18 02:07:55] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005077 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/network HTTP/1.1" 200 848 0.006207 10.0.0.131 - - [2025-08-18 02:07:55] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.131 - - [2025-08-18 02:07:55] "POST /floating-ip-pools HTTP/1.1" 200 611 0.025901 10.0.0.131 - - [2025-08-18 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.021514 10.0.0.131 - - [2025-08-18 02:07:55] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.030991 10.0.0.131 - - [2025-08-18 02:07:55] "GET /domains HTTP/1.1" 200 281 0.006690 10.0.0.131 - - [2025-08-18 02:07:55] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.131 - - [2025-08-18 02:07:55] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2596 0.007219 10.0.0.131 - - [2025-08-18 02:07:55] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.131 - - [2025-08-18 02:07:55] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44 HTTP/1.1" 200 3255 0.113313 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/port HTTP/1.1" 200 1072 0.344659 10.0.0.131 - - [2025-08-18 02:07:55] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d HTTP/1.1" 200 3160 0.014416 10.0.0.131 - - [2025-08-18 02:07:55] "GET /floating-ip-pool/9b96d0d1-da72-4b78-a494-7b2ea8bf0bc8 HTTP/1.1" 200 1445 0.005423 10.0.0.131 - - [2025-08-18 02:07:55] "GET /domains HTTP/1.1" 200 281 0.003430 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/port HTTP/1.1" 200 1072 0.016895 10.0.0.131 - - [2025-08-18 02:07:55] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.131 - - [2025-08-18 02:07:55] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2596 0.008804 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/port HTTP/1.1" 200 1072 0.013606 10.0.0.131 - - [2025-08-18 02:07:55] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000857 10.0.0.131 - - [2025-08-18 02:07:55] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44 HTTP/1.1" 200 3255 0.079946 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/port HTTP/1.1" 200 1126 0.074800 10.0.0.131 - - [2025-08-18 02:07:55] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d HTTP/1.1" 200 3160 0.003962 10.0.0.131 - - [2025-08-18 02:07:55] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004414 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/port HTTP/1.1" 200 1100 0.012962 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002386 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/port HTTP/1.1" 200 1100 0.011805 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.007004 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004354 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/port HTTP/1.1" 200 117 0.000843 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/network HTTP/1.1" 200 838 0.004162 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/port HTTP/1.1" 200 1100 0.009964 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005037 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/port HTTP/1.1" 200 1100 0.010833 10.0.0.131 - - [2025-08-18 02:07:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005529 10.0.0.131 - - [2025-08-18 02:07:55] "GET /virtual-machine/de43e418-d618-4115-bcf9-67704d934d5d HTTP/1.1" 200 1307 0.004185 10.0.0.131 - - [2025-08-18 02:07:55] "GET /virtual-machine-interface/39820c4a-dfa0-4e23-ae03-aeb186de6528 HTTP/1.1" 200 3011 0.004580 10.0.0.131 - - [2025-08-18 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.131 - - [2025-08-18 02:07:55] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002845 10.0.0.131 - - [2025-08-18 02:07:55] "GET /virtual-networks?parent_id=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003760 10.0.0.131 - - [2025-08-18 02:07:56] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005019 10.0.0.131 - - [2025-08-18 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.131 - - [2025-08-18 02:07:59] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004936 10.0.0.131 - - [2025-08-18 02:08:01] "GET /global-system-configs HTTP/1.1" 200 323 0.007381 10.0.0.131 - - [2025-08-18 02:08:01] "GET /obj-perms HTTP/1.1" 200 5075 0.025838 10.0.0.131 - - [2025-08-18 02:08:03] "GET /global-system-configs HTTP/1.1" 200 323 0.006122 10.0.0.131 - - [2025-08-18 02:08:03] "GET /obj-perms HTTP/1.1" 200 5075 0.029410 10.0.0.131 - - [2025-08-18 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.131 - - [2025-08-18 02:08:03] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004655 10.0.0.131 - - [2025-08-18 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.131 - - [2025-08-18 02:08:05] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003318 10.0.0.131 - - [2025-08-18 02:08:05] "GET /virtual-networks?parent_id=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002841 10.0.0.131 - - [2025-08-18 02:08:05] "GET /virtual-network/36ea345f-807b-439f-8dfd-93418270d0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004790 10.0.0.131 - - [2025-08-18 02:08:05] "POST /neutron/port HTTP/1.1" 200 1100 0.010351 10.0.0.131 - - [2025-08-18 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004894 10.0.0.131 - - [2025-08-18 02:08:05] "POST /neutron/port HTTP/1.1" 200 1100 0.030267 10.0.0.131 - - [2025-08-18 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004530 10.0.0.131 - - [2025-08-18 02:08:05] "POST /neutron/port HTTP/1.1" 200 1100 0.009985 10.0.0.131 - - [2025-08-18 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004890 10.0.0.131 - - [2025-08-18 02:08:10] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001548 10.0.0.131 - - [2025-08-18 02:08:10] "POST /neutron/floatingip HTTP/1.1" 200 530 0.061898 10.0.0.131 - - [2025-08-18 02:08:10] "POST /neutron/port HTTP/1.1" 200 1100 0.009588 10.0.0.131 - - [2025-08-18 02:08:10] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004148 10.0.0.131 - - [2025-08-18 02:08:10] "POST /neutron/floatingip HTTP/1.1" 200 577 0.026839 10.0.0.131 - - [2025-08-18 02:08:10] "POST /neutron/port HTTP/1.1" 200 1100 0.011012 10.0.0.131 - - [2025-08-18 02:08:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005339 10.0.0.131 - - [2025-08-18 02:08:10] "POST /neutron/port HTTP/1.1" 200 1100 0.011646 10.0.0.131 - - [2025-08-18 02:08:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008407 10.0.0.131 - - [2025-08-18 02:08:10] "POST /neutron/port HTTP/1.1" 200 1100 0.013528 10.0.0.131 - - [2025-08-18 02:08:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007100 10.0.0.131 - - [2025-08-18 02:08:10] "GET /virtual-machine/f2b9eec7-700a-4bd4-ab59-00ee20864b12 HTTP/1.1" 200 1307 0.006067 10.0.0.131 - - [2025-08-18 02:08:10] "GET /virtual-machine-interface/e428fc22-4956-4d82-8cc9-20113068d8ae HTTP/1.1" 200 3012 0.005292 10.0.0.131 - - [2025-08-18 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.131 - - [2025-08-18 02:08:10] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002688 10.0.0.131 - - [2025-08-18 02:08:11] "GET /virtual-networks?parent_id=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002835 10.0.0.131 - - [2025-08-18 02:08:11] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004903 10.0.0.131 - - [2025-08-18 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.131 - - [2025-08-18 02:08:12] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002690 10.0.0.131 - - [2025-08-18 02:08:12] "GET /virtual-networks?parent_id=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002666 10.0.0.131 - - [2025-08-18 02:08:12] "GET /virtual-network/aea822ba-158a-4c17-a00c-d6bea24d0c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004952 10.0.0.131 - - [2025-08-18 02:08:12] "POST /neutron/floatingip HTTP/1.1" 200 577 0.008773 10.0.0.131 - - [2025-08-18 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001930 10.0.0.131 - - [2025-08-18 02:08:12] "GET /routing-instance/c2ba4d7a-bcfa-406c-aa80-14a282ceea25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.003572 10.0.0.131 - - [2025-08-18 02:08:12] "GET /route-target/58d7c383-a11b-481d-b9a3-3593436a1b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004179 10.0.0.131 - - [2025-08-18 02:08:12] "GET /floating-ip/fffc232f-9ccc-4d16-9aa2-949ca463b80e HTTP/1.1" 200 1894 0.005675 10.0.0.131 - - [2025-08-18 02:08:12] "POST /neutron/port HTTP/1.1" 200 1100 0.010514 10.0.0.131 - - [2025-08-18 02:08:12] "POST /neutron/port HTTP/1.1" 200 1100 0.010403 10.0.0.131 - - [2025-08-18 02:08:12] "POST /neutron/network HTTP/1.1" 200 848 0.005054 10.0.0.131 - - [2025-08-18 02:08:12] "POST /neutron/floatingip HTTP/1.1" 200 551 0.010116 10.0.0.131 - - [2025-08-18 02:08:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.006030 10.0.0.131 - - [2025-08-18 02:08:13] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.131 - - [2025-08-18 02:08:13] "POST /neutron/network HTTP/1.1" 200 838 0.006732 10.0.0.131 - - [2025-08-18 02:08:15] "POST /neutron/floatingip HTTP/1.1" 200 577 0.008903 10.0.0.131 - - [2025-08-18 02:08:15] "POST /neutron/floatingip HTTP/1.1" 200 530 0.013669 10.0.0.131 - - [2025-08-18 02:08:15] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005149 10.0.0.131 - - [2025-08-18 02:08:15] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031749 10.0.0.131 - - [2025-08-18 02:08:15] "GET /floating-ip-pool/9b96d0d1-da72-4b78-a494-7b2ea8bf0bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.002788 10.0.0.131 - - [2025-08-18 02:08:15] "POST /ref-update HTTP/1.1" 200 156 0.007111 10.0.0.131 - - [2025-08-18 02:08:15] "DELETE /floating-ip-pool/9b96d0d1-da72-4b78-a494-7b2ea8bf0bc8 HTTP/1.1" 200 115 0.024391 10.0.0.131 - - [2025-08-18 02:08:15] "POST /neutron/network HTTP/1.1" 200 838 0.010599 10.0.0.131 - - [2025-08-18 02:08:15] "POST /neutron/network HTTP/1.1" 400 204 0.009494 10.0.0.131 - - [2025-08-18 02:08:16] "POST /neutron/port HTTP/1.1" 200 1100 0.010622 10.0.0.131 - - [2025-08-18 02:08:16] "POST /neutron/port HTTP/1.1" 200 1126 0.008316 10.0.0.131 - - [2025-08-18 02:08:16] "POST /neutron/port HTTP/1.1" 200 1100 0.011053 10.0.0.131 - - [2025-08-18 02:08:16] "POST /neutron/port HTTP/1.1" 200 1126 0.010394 10.0.0.131 - - [2025-08-18 02:08:16] "POST /neutron/port HTTP/1.1" 200 151 0.132889 10.0.0.131 - - [2025-08-18 02:08:16] "POST /neutron/port HTTP/1.1" 200 151 0.112801 10.0.0.131 - - [2025-08-18 02:08:17] "POST /neutron/network HTTP/1.1" 200 838 0.005072 10.0.0.131 - - [2025-08-18 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.131 - - [2025-08-18 02:08:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001596 10.0.0.131 - - [2025-08-18 02:08:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001777 10.0.0.131 - - [2025-08-18 02:08:17] "POST /neutron/network HTTP/1.1" 200 151 0.067217 10.0.0.131 - - [2025-08-18 02:08:17] "DELETE /route-target/326493a6-ae16-4e2f-8f7e-0707f216d5b2 HTTP/1.1" 200 115 0.013882 10.0.0.131 - - [2025-08-18 02:08:17] "GET /routing-instance/93ddd40c-3f34-4742-9ad7-ada987a0b120 HTTP/1.1" 404 171 0.001915 10.0.0.131 - - [2025-08-18 02:08:17] "GET /domains HTTP/1.1" 200 281 0.002295 10.0.0.131 - - [2025-08-18 02:08:17] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.131 - - [2025-08-18 02:08:17] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2596 0.046617 10.0.0.131 - - [2025-08-18 02:08:17] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.131 - - [2025-08-18 02:08:17] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44 HTTP/1.1" 200 2181 0.064207 10.0.0.131 - - [2025-08-18 02:08:17] "POST /neutron/network HTTP/1.1" 200 838 0.005148 10.0.0.131 - - [2025-08-18 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.131 - - [2025-08-18 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.131 - - [2025-08-18 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003970 10.0.0.131 - - [2025-08-18 02:08:18] "POST /neutron/network HTTP/1.1" 200 151 0.080213 10.0.0.131 - - [2025-08-18 02:08:18] "DELETE /route-target/58d7c383-a11b-481d-b9a3-3593436a1b60 HTTP/1.1" 200 115 0.021927 10.0.0.131 - - [2025-08-18 02:08:18] "GET /routing-instance/c2ba4d7a-bcfa-406c-aa80-14a282ceea25 HTTP/1.1" 404 171 0.003209 10.0.0.131 - - [2025-08-18 02:08:18] "GET /domains HTTP/1.1" 200 281 0.002298 10.0.0.131 - - [2025-08-18 02:08:18] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.131 - - [2025-08-18 02:08:18] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2596 0.047915 10.0.0.131 - - [2025-08-18 02:08:18] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.131 - - [2025-08-18 02:08:18] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44 HTTP/1.1" 200 1930 0.071889 10.0.0.131 - - [2025-08-18 02:08:18] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001088 10.0.0.131 - - [2025-08-18 02:08:18] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.023344 10.0.0.131 - - [2025-08-18 02:08:18] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.131 - - [2025-08-18 02:08:18] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?fields=virtual_networks HTTP/1.1" 200 1059 0.063941 10.0.0.131 - - [2025-08-18 02:08:18] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.131 - - [2025-08-18 02:08:18] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.027212 10.0.0.131 - - [2025-08-18 02:08:18] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.131 - - [2025-08-18 02:08:18] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?fields=security_groups HTTP/1.1" 200 1298 0.026285 10.0.0.131 - - [2025-08-18 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.028267 10.0.0.131 - - [2025-08-18 02:08:19] "GET /projects?obj_uuids=4b5efda5-8f0a-4431-ac36-7c0d21aa8a63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002111 10.0.0.131 - - [2025-08-18 02:08:19] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.131 - - [2025-08-18 02:08:19] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007589 10.0.0.131 - - [2025-08-18 02:08:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.001130 10.0.0.131 - - [2025-08-18 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.002038 10.0.0.131 - - [2025-08-18 02:08:19] "POST /security-groups HTTP/1.1" 200 586 0.063737 10.0.0.131 - - [2025-08-18 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.002174 10.0.0.131 - - [2025-08-18 02:08:19] "POST /projects HTTP/1.1" 200 575 0.206619 10.0.0.131 - - [2025-08-18 02:08:19] "POST /access-control-lists HTTP/1.1" 200 593 0.055012 10.0.0.131 - - [2025-08-18 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.273594 10.0.0.131 - - [2025-08-18 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 228 0.002767 10.0.0.131 - - [2025-08-18 02:08:19] "GET /project/4b5efda5-8f0a-4431-ac36-7c0d21aa8a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.384515 10.0.0.131 - - [2025-08-18 02:08:19] "POST /access-control-lists HTTP/1.1" 200 591 0.056234 10.0.0.131 - - [2025-08-18 02:08:20] "GET / HTTP/1.1" 200 36215 0.001899 10.0.0.131 - - [2025-08-18 02:08:21] "GET /projects?obj_uuids=4b5efda5-8f0a-4431-ac36-7c0d21aa8a63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001056 10.0.0.131 - - [2025-08-18 02:08:21] "GET /project/4b5efda5-8f0a-4431-ac36-7c0d21aa8a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.025207 10.0.0.131 - - [2025-08-18 02:08:22] "GET /projects?obj_uuids=4b5efda5-8f0a-4431-ac36-7c0d21aa8a63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.131 - - [2025-08-18 02:08:22] "GET /project/4b5efda5-8f0a-4431-ac36-7c0d21aa8a63?fields=virtual_networks HTTP/1.1" 200 1024 0.066440 10.0.0.131 - - [2025-08-18 02:08:22] "GET /projects?obj_uuids=4b5efda5-8f0a-4431-ac36-7c0d21aa8a63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001126 10.0.0.131 - - [2025-08-18 02:08:22] "GET /project/4b5efda5-8f0a-4431-ac36-7c0d21aa8a63?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.025332 10.0.0.131 - - [2025-08-18 02:08:22] "GET /projects?obj_uuids=4b5efda5-8f0a-4431-ac36-7c0d21aa8a63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039 10.0.0.131 - - [2025-08-18 02:08:22] "GET /project/4b5efda5-8f0a-4431-ac36-7c0d21aa8a63?fields=security_groups HTTP/1.1" 200 1246 0.024946 10.0.0.131 - - [2025-08-18 02:08:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.024964 10.0.0.131 - - [2025-08-18 02:08:22] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002274 10.0.0.131 - - [2025-08-18 02:08:23] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.131 - - [2025-08-18 02:08:23] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006898 10.0.0.131 - - [2025-08-18 02:08:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.001100 10.0.0.131 - - [2025-08-18 02:08:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.002036 10.0.0.131 - - [2025-08-18 02:08:23] "POST /security-groups HTTP/1.1" 200 586 0.063211 10.0.0.131 - - [2025-08-18 02:08:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.002136 10.0.0.131 - - [2025-08-18 02:08:23] "POST /projects HTTP/1.1" 200 575 0.201993 10.0.0.131 - - [2025-08-18 02:08:23] "POST /access-control-lists HTTP/1.1" 200 593 0.056355 10.0.0.131 - - [2025-08-18 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.266574 10.0.0.131 - - [2025-08-18 02:08:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.002384 10.0.0.131 - - [2025-08-18 02:08:23] "GET /project/0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.383299 10.0.0.131 - - [2025-08-18 02:08:23] "POST /access-control-lists HTTP/1.1" 200 591 0.055745 10.0.0.131 - - [2025-08-18 02:08:24] "GET / HTTP/1.1" 200 36215 0.001862 10.0.0.131 - - [2025-08-18 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.002696 10.0.0.131 - - [2025-08-18 02:08:24] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001112 10.0.0.131 - - [2025-08-18 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.002590 10.0.0.131 - - [2025-08-18 02:08:24] "POST /access-control-lists HTTP/1.1" 200 592 0.012660 10.0.0.131 - - [2025-08-18 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 227 0.002726 10.0.0.131 - - [2025-08-18 02:08:25] "POST /access-control-lists HTTP/1.1" 200 590 0.015238 10.0.0.131 - - [2025-08-18 02:08:25] "PUT /access-control-list/aa37a94c-8742-4dd1-a376-05d08b00197f HTTP/1.1" 200 273 0.008425 10.0.0.131 - - [2025-08-18 02:08:25] "PUT /access-control-list/de524ddd-3fbf-421e-9d94-209a617ece15 HTTP/1.1" 200 273 0.008242 10.0.0.131 - - [2025-08-18 02:08:25] "POST /neutron/security_group HTTP/1.1" 200 1364 0.359353 10.0.0.131 - - [2025-08-18 02:08:25] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000988 10.0.0.131 - - [2025-08-18 02:08:25] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.026269 10.0.0.131 - - [2025-08-18 02:08:25] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008182 10.0.0.131 - - [2025-08-18 02:08:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.121718 10.0.0.131 - - [2025-08-18 02:08:25] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008551 10.0.0.131 - - [2025-08-18 02:08:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.095501 10.0.0.131 - - [2025-08-18 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.002192 10.0.0.131 - - [2025-08-18 02:08:25] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000970 10.0.0.131 - - [2025-08-18 02:08:25] "PUT /access-control-list/de524ddd-3fbf-421e-9d94-209a617ece15 HTTP/1.1" 200 273 0.007488 10.0.0.131 - - [2025-08-18 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.002282 10.0.0.131 - - [2025-08-18 02:08:25] "POST /access-control-lists HTTP/1.1" 200 592 0.014192 10.0.0.131 - - [2025-08-18 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 227 0.002568 10.0.0.131 - - [2025-08-18 02:08:25] "POST /neutron/security_group HTTP/1.1" 200 1364 0.339135 10.0.0.131 - - [2025-08-18 02:08:25] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001012 10.0.0.131 - - [2025-08-18 02:08:25] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.040482 10.0.0.131 - - [2025-08-18 02:08:25] "POST /access-control-lists HTTP/1.1" 200 590 0.024187 10.0.0.131 - - [2025-08-18 02:08:25] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012197 10.0.0.131 - - [2025-08-18 02:08:25] "PUT /access-control-list/1c05082c-0a24-458a-b080-8b5bed41cea6 HTTP/1.1" 200 273 0.007677 10.0.0.131 - - [2025-08-18 02:08:25] "PUT /access-control-list/5e5682f3-0e89-4712-99db-bdea73bea509 HTTP/1.1" 200 273 0.009191 10.0.0.131 - - [2025-08-18 02:08:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.161056 10.0.0.131 - - [2025-08-18 02:08:26] "PUT /access-control-list/5e5682f3-0e89-4712-99db-bdea73bea509 HTTP/1.1" 200 273 0.008193 10.0.0.131 - - [2025-08-18 02:08:26] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008045 10.0.0.131 - - [2025-08-18 02:08:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158670 10.0.0.131 - - [2025-08-18 02:08:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000351 10.0.0.131 - - [2025-08-18 02:08:26] "PUT /access-control-list/5e5682f3-0e89-4712-99db-bdea73bea509 HTTP/1.1" 200 273 0.007519 10.0.0.131 - - [2025-08-18 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 210 0.022965 10.0.0.131 - - [2025-08-18 02:08:26] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001021 10.0.0.131 - - [2025-08-18 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.002012 10.0.0.131 - - [2025-08-18 02:08:26] "POST /access-control-lists HTTP/1.1" 200 609 0.012867 10.0.0.131 - - [2025-08-18 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 244 0.002522 10.0.0.131 - - [2025-08-18 02:08:26] "POST /access-control-lists HTTP/1.1" 200 607 0.018604 10.0.0.131 - - [2025-08-18 02:08:26] "PUT /access-control-list/f4655651-d81e-46ad-b7f8-2cc37dc780d2 HTTP/1.1" 200 273 0.007450 10.0.0.131 - - [2025-08-18 02:08:26] "PUT /access-control-list/a05b0cad-7c7d-4de1-bccc-ce9a0d748119 HTTP/1.1" 200 273 0.008669 10.0.0.131 - - [2025-08-18 02:08:26] "POST /neutron/security_group HTTP/1.1" 200 1379 0.356186 10.0.0.131 - - [2025-08-18 02:08:26] "PUT /access-control-list/a05b0cad-7c7d-4de1-bccc-ce9a0d748119 HTTP/1.1" 200 273 0.012737 10.0.0.131 - - [2025-08-18 02:08:26] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001425 10.0.0.131 - - [2025-08-18 02:08:26] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.027222 10.0.0.131 - - [2025-08-18 02:08:26] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009305 10.0.0.131 - - [2025-08-18 02:08:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.111643 10.0.0.131 - - [2025-08-18 02:08:27] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017655 10.0.0.131 - - [2025-08-18 02:08:27] "PUT /access-control-list/a05b0cad-7c7d-4de1-bccc-ce9a0d748119 HTTP/1.1" 200 273 0.024767 10.0.0.131 - - [2025-08-18 02:08:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.094060 10.0.0.131 - - [2025-08-18 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 210 0.002134 10.0.0.131 - - [2025-08-18 02:08:27] "PUT /access-control-list/a05b0cad-7c7d-4de1-bccc-ce9a0d748119 HTTP/1.1" 200 273 0.008379 10.0.0.131 - - [2025-08-18 02:08:27] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.131 - - [2025-08-18 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.003185 10.0.0.131 - - [2025-08-18 02:08:27] "POST /access-control-lists HTTP/1.1" 200 609 0.013153 10.0.0.131 - - [2025-08-18 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 244 0.002515 10.0.0.131 - - [2025-08-18 02:08:27] "POST /access-control-lists HTTP/1.1" 200 607 0.018673 10.0.0.131 - - [2025-08-18 02:08:27] "PUT /access-control-list/030e2a24-cd08-4018-b769-0c296c5b299f HTTP/1.1" 200 273 0.006991 10.0.0.131 - - [2025-08-18 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 1379 0.317370 10.0.0.131 - - [2025-08-18 02:08:27] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006 10.0.0.131 - - [2025-08-18 02:08:27] "PUT /access-control-list/85419f42-e5dc-4697-bacd-1b2fd6ea278f HTTP/1.1" 200 273 0.012894 10.0.0.131 - - [2025-08-18 02:08:27] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.027428 10.0.0.131 - - [2025-08-18 02:08:27] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007813 10.0.0.131 - - [2025-08-18 02:08:27] "PUT /access-control-list/85419f42-e5dc-4697-bacd-1b2fd6ea278f HTTP/1.1" 200 273 0.006778 10.0.0.131 - - [2025-08-18 02:08:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.147419 10.0.0.131 - - [2025-08-18 02:08:27] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016439 10.0.0.131 - - [2025-08-18 02:08:27] "PUT /access-control-list/85419f42-e5dc-4697-bacd-1b2fd6ea278f HTTP/1.1" 200 273 0.016603 10.0.0.131 - - [2025-08-18 02:08:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.099491 10.0.0.131 - - [2025-08-18 02:08:27] "PUT /access-control-list/85419f42-e5dc-4697-bacd-1b2fd6ea278f HTTP/1.1" 200 273 0.007945 10.0.0.131 - - [2025-08-18 02:08:28] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000998 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.038800 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002959 10.0.0.131 - - [2025-08-18 02:08:28] "POST /route-targets HTTP/1.1" 200 328 0.010120 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003805 10.0.0.131 - - [2025-08-18 02:08:28] "PUT /logical-router/f03228ad-8a17-46b5-ae17-dbafe1299a67 HTTP/1.1" 200 263 0.017851 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003644 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002675 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002693 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002687 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003546 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002782 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002711 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002743 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002505 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002416 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002504 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002592 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002901 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002723 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002686 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002749 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003036 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003849 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003822 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003055 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003108 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002764 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002597 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002603 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002603 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002561 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002690 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002867 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003010 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002808 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.013156 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003081 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.016146 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003576 10.0.0.131 - - [2025-08-18 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006229 10.0.0.131 - - [2025-08-18 02:08:28] "GET /logical-router/f03228ad-8a17-46b5-ae17-dbafe1299a67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004523 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 151 0.045364 10.0.0.131 - - [2025-08-18 02:08:28] "DELETE /route-target/d8ed0f3b-df11-4824-a896-f98c51be0951 HTTP/1.1" 200 115 0.015404 10.0.0.131 - - [2025-08-18 02:08:28] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001285 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.040756 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.005087 10.0.0.131 - - [2025-08-18 02:08:28] "POST /route-targets HTTP/1.1" 200 328 0.031944 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003945 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003343 10.0.0.131 - - [2025-08-18 02:08:28] "PUT /logical-router/90903f35-6222-47ea-a057-f9b022760329 HTTP/1.1" 200 263 0.024173 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.005997 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003432 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.004282 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003038 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003048 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002972 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002954 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003320 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003974 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.002934 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003558 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003162 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003091 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003237 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003298 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003903 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003038 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003361 10.0.0.131 - - [2025-08-18 02:08:28] "POST /neutron/router HTTP/1.1" 200 541 0.003163 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.003128 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.003269 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.004236 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.003312 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.004031 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.003422 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.003098 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.003062 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.003116 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.003155 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.018441 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 541 0.004779 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 542 0.017802 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 542 0.003196 10.0.0.131 - - [2025-08-18 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.131 - - [2025-08-18 02:08:29] "GET /logical-router/90903f35-6222-47ea-a057-f9b022760329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002957 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 151 0.038883 10.0.0.131 - - [2025-08-18 02:08:29] "DELETE /route-target/ad17ea4a-8ac3-4804-8104-b32f6d7cd100 HTTP/1.1" 200 115 0.012296 10.0.0.131 - - [2025-08-18 02:08:29] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.042864 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003856 10.0.0.131 - - [2025-08-18 02:08:29] "POST /route-targets HTTP/1.1" 200 328 0.014830 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003323 10.0.0.131 - - [2025-08-18 02:08:29] "PUT /logical-router/02102f0d-c770-4be0-b58f-b06649a8716f HTTP/1.1" 200 263 0.020195 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.004825 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003081 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003175 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002835 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003114 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002761 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002700 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002658 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002700 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002756 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002671 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002615 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002829 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002604 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002691 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002835 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002900 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002955 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002841 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002882 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003164 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002794 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002864 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002917 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002897 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002868 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003051 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.002944 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003298 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003250 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.015261 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003344 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.022547 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 559 0.003876 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/router HTTP/1.1" 200 151 0.045878 10.0.0.131 - - [2025-08-18 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.131 - - [2025-08-18 02:08:29] "GET /logical-router/02102f0d-c770-4be0-b58f-b06649a8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002887 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 521 0.002996 10.0.0.131 - - [2025-08-18 02:08:29] "DELETE /route-target/e5734ff9-3b7f-4850-b403-c106ec372f98 HTTP/1.1" 200 115 0.021080 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 151 0.040852 10.0.0.131 - - [2025-08-18 02:08:29] "DELETE /access-control-list/030e2a24-cd08-4018-b769-0c296c5b299f HTTP/1.1" 200 115 0.016101 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 521 0.002862 10.0.0.131 - - [2025-08-18 02:08:29] "DELETE /access-control-list/85419f42-e5dc-4697-bacd-1b2fd6ea278f HTTP/1.1" 200 115 0.019384 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 151 0.030935 10.0.0.131 - - [2025-08-18 02:08:29] "DELETE /access-control-list/f4655651-d81e-46ad-b7f8-2cc37dc780d2 HTTP/1.1" 200 115 0.017886 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 506 0.003783 10.0.0.131 - - [2025-08-18 02:08:29] "DELETE /access-control-list/a05b0cad-7c7d-4de1-bccc-ce9a0d748119 HTTP/1.1" 200 115 0.025668 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 151 0.038350 10.0.0.131 - - [2025-08-18 02:08:29] "DELETE /access-control-list/1c05082c-0a24-458a-b080-8b5bed41cea6 HTTP/1.1" 200 115 0.020452 10.0.0.131 - - [2025-08-18 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 506 0.002782 10.0.0.131 - - [2025-08-18 02:08:29] "DELETE /access-control-list/5e5682f3-0e89-4712-99db-bdea73bea509 HTTP/1.1" 200 115 0.020458 10.0.0.131 - - [2025-08-18 02:08:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.040699 10.0.0.131 - - [2025-08-18 02:08:30] "DELETE /access-control-list/aa37a94c-8742-4dd1-a376-05d08b00197f HTTP/1.1" 200 115 0.019724 10.0.0.131 - - [2025-08-18 02:08:30] "DELETE /access-control-list/de524ddd-3fbf-421e-9d94-209a617ece15 HTTP/1.1" 200 115 0.015688 10.0.0.131 - - [2025-08-18 02:08:30] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001065 10.0.0.131 - - [2025-08-18 02:08:30] "GET /project/0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.029503 10.0.0.131 - - [2025-08-18 02:08:30] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006 10.0.0.131 - - [2025-08-18 02:08:30] "GET /project/0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0?fields=virtual_networks HTTP/1.1" 200 1022 0.065150 10.0.0.131 - - [2025-08-18 02:08:30] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001359 10.0.0.131 - - [2025-08-18 02:08:30] "GET /project/0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.024275 10.0.0.131 - - [2025-08-18 02:08:30] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001392 10.0.0.131 - - [2025-08-18 02:08:30] "GET /project/0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0?fields=security_groups HTTP/1.1" 200 1244 0.029514 10.0.0.131 - - [2025-08-18 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.021182 10.0.0.131 - - [2025-08-18 02:08:31] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002363 10.0.0.131 - - [2025-08-18 02:08:31] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.131 - - [2025-08-18 02:08:31] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007688 10.0.0.131 - - [2025-08-18 02:08:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.001262 10.0.0.131 - - [2025-08-18 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.002219 10.0.0.131 - - [2025-08-18 02:08:31] "POST /security-groups HTTP/1.1" 200 587 0.059615 10.0.0.131 - - [2025-08-18 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 230 0.002316 10.0.0.131 - - [2025-08-18 02:08:31] "POST /projects HTTP/1.1" 200 577 0.211946 10.0.0.131 - - [2025-08-18 02:08:31] "POST /access-control-lists HTTP/1.1" 200 594 0.056425 10.0.0.131 - - [2025-08-18 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.278138 10.0.0.131 - - [2025-08-18 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.002750 10.0.0.131 - - [2025-08-18 02:08:31] "GET /project/89818f96-99be-4c2c-b2b0-c7c090d97db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.390411 10.0.0.131 - - [2025-08-18 02:08:31] "POST /access-control-lists HTTP/1.1" 200 592 0.056044 10.0.0.131 - - [2025-08-18 02:08:32] "GET / HTTP/1.1" 200 36215 0.002353 10.0.0.131 - - [2025-08-18 02:08:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000478 10.0.0.131 - - [2025-08-18 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.047031 10.0.0.131 - - [2025-08-18 02:08:33] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000995 10.0.0.131 - - [2025-08-18 02:08:33] "GET /project/89818f96-99be-4c2c-b2b0-c7c090d97db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.024472 10.0.0.131 - - [2025-08-18 02:08:33] "POST /neutron/network HTTP/1.1" 200 117 0.025334 10.0.0.131 - - [2025-08-18 02:08:33] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001392 10.0.0.131 - - [2025-08-18 02:08:33] "POST /neutron/network HTTP/1.1" 200 601 0.071413 10.0.0.131 - - [2025-08-18 02:08:33] "POST /route-targets HTTP/1.1" 200 328 0.010248 10.0.0.131 - - [2025-08-18 02:08:33] "POST /ref-update HTTP/1.1" 200 156 0.010404 10.0.0.131 - - [2025-08-18 02:08:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002997 10.0.0.131 - - [2025-08-18 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.193615 10.0.0.131 - - [2025-08-18 02:08:34] "POST /neutron/network HTTP/1.1" 200 821 0.006062 10.0.0.131 - - [2025-08-18 02:08:34] "POST /id-to-fqname HTTP/1.1" 200 216 0.001163 10.0.0.131 - - [2025-08-18 02:08:34] "GET /virtual-network/a554d6d0-57fa-4309-bc26-29a60cc124ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004546 10.0.0.131 - - [2025-08-18 02:08:34] "POST /neutron/network HTTP/1.1" 200 821 0.005257 10.0.0.131 - - [2025-08-18 02:08:34] "GET /virtual-network/a554d6d0-57fa-4309-bc26-29a60cc124ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006021 10.0.0.131 - - [2025-08-18 02:08:34] "POST /neutron/network HTTP/1.1" 200 821 0.005956 10.0.0.131 - - [2025-08-18 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.006208 10.0.0.131 - - [2025-08-18 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.002541 10.0.0.131 - - [2025-08-18 02:08:34] "GET /virtual-network/a554d6d0-57fa-4309-bc26-29a60cc124ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004984 10.0.0.131 - - [2025-08-18 02:08:34] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001017 10.0.0.131 - - [2025-08-18 02:08:34] "POST /neutron/port HTTP/1.1" 200 1018 0.156041 10.0.0.131 - - [2025-08-18 02:08:34] "GET /virtual-machine-interface/1c61df69-d530-4ccc-88b8-798433adf8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.004713 10.0.0.131 - - [2025-08-18 02:08:34] "GET /virtual-machine-interface/1c61df69-d530-4ccc-88b8-798433adf8db?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.004688 10.0.0.131 - - [2025-08-18 02:08:34] "GET /instance-ip/7a586feb-65f4-4484-811a-5cba399cc6d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.003533 10.0.0.131 - - [2025-08-18 02:08:34] "GET /virtual-machine-interface/1c61df69-d530-4ccc-88b8-798433adf8db HTTP/1.1" 401 293 0.000417 10.0.0.131 - - [2025-08-18 02:08:34] "GET /virtual-machine-interface/1c61df69-d530-4ccc-88b8-798433adf8db HTTP/1.1" 200 2610 0.024134 10.0.0.131 - - [2025-08-18 02:08:34] "POST /neutron/port HTTP/1.1" 200 1018 0.009482 10.0.0.131 - - [2025-08-18 02:08:35] "POST /neutron/port HTTP/1.1" 200 151 0.055059 10.0.0.131 - - [2025-08-18 02:08:35] "POST /neutron/network HTTP/1.1" 200 821 0.004819 10.0.0.131 - - [2025-08-18 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.131 - - [2025-08-18 02:08:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001819 10.0.0.131 - - [2025-08-18 02:08:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001811 10.0.0.131 - - [2025-08-18 02:08:35] "POST /neutron/network HTTP/1.1" 200 151 0.073735 10.0.0.131 - - [2025-08-18 02:08:35] "DELETE /route-target/0a659bd0-22df-4cd6-8a57-0b51ec92bf5c HTTP/1.1" 200 115 0.015169 10.0.0.131 - - [2025-08-18 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.131 - - [2025-08-18 02:08:35] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000997 10.0.0.131 - - [2025-08-18 02:08:35] "GET /project/89818f96-99be-4c2c-b2b0-c7c090d97db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.027154 10.0.0.131 - - [2025-08-18 02:08:35] "POST /neutron/network HTTP/1.1" 200 117 0.006529 10.0.0.131 - - [2025-08-18 02:08:35] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001411 10.0.0.131 - - [2025-08-18 02:08:35] "POST /neutron/network HTTP/1.1" 200 603 0.082873 10.0.0.131 - - [2025-08-18 02:08:35] "POST /route-targets HTTP/1.1" 200 328 0.009117 10.0.0.131 - - [2025-08-18 02:08:35] "POST /ref-update HTTP/1.1" 200 156 0.009654 10.0.0.131 - - [2025-08-18 02:08:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.139556 10.0.0.131 - - [2025-08-18 02:08:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003729 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.128165 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/network HTTP/1.1" 200 978 0.007656 10.0.0.131 - - [2025-08-18 02:08:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001194 10.0.0.131 - - [2025-08-18 02:08:36] "GET /virtual-network/f4bfeb42-e509-4c2d-99b0-77d88ff39e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006255 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/network HTTP/1.1" 200 978 0.006983 10.0.0.131 - - [2025-08-18 02:08:36] "GET /virtual-network/f4bfeb42-e509-4c2d-99b0-77d88ff39e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.004478 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/network HTTP/1.1" 200 978 0.006609 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.006398 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.006457 10.0.0.131 - - [2025-08-18 02:08:36] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001323 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/port HTTP/1.1" 200 1018 0.150684 10.0.0.131 - - [2025-08-18 02:08:36] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001025 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/port HTTP/1.1" 200 1018 0.145885 10.0.0.131 - - [2025-08-18 02:08:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001234 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/port HTTP/1.1" 200 1018 0.006698 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/port HTTP/1.1" 200 1018 0.006906 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/network HTTP/1.1" 200 978 0.007079 10.0.0.131 - - [2025-08-18 02:08:36] "POST /neutron/port HTTP/1.1" 200 1018 0.008279 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.004923 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.004453 10.0.0.131 - - [2025-08-18 02:08:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.001231 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.004556 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.007369 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.006747 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/network HTTP/1.1" 200 978 0.006177 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.006163 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.008315 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.006719 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.004327 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.004443 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.004657 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.006881 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/network HTTP/1.1" 200 988 0.006878 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.010089 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.007023 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.008198 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/network HTTP/1.1" 200 988 0.007743 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.008344 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1018 0.009600 10.0.0.131 - - [2025-08-18 02:08:37] "POST /neutron/port HTTP/1.1" 200 1110 0.088382 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/port HTTP/1.1" 200 1110 0.088341 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/port HTTP/1.1" 200 1084 0.015694 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/port HTTP/1.1" 200 1084 0.014723 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004612 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003392 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.012215 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.011095 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/port HTTP/1.1" 200 117 0.001687 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/port HTTP/1.1" 200 117 0.001498 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/network HTTP/1.1" 200 978 0.008848 10.0.0.131 - - [2025-08-18 02:08:38] "POST /neutron/network HTTP/1.1" 200 978 0.007932 10.0.0.131 - - [2025-08-18 02:08:42] "POST /neutron/port HTTP/1.1" 200 1084 0.010147 10.0.0.131 - - [2025-08-18 02:08:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006163 10.0.0.131 - - [2025-08-18 02:08:42] "POST /neutron/port HTTP/1.1" 200 1084 0.010964 10.0.0.131 - - [2025-08-18 02:08:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005759 10.0.0.131 - - [2025-08-18 02:08:42] "POST /neutron/port HTTP/1.1" 200 1084 0.011951 10.0.0.131 - - [2025-08-18 02:08:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005846 10.0.0.131 - - [2025-08-18 02:08:42] "GET /virtual-machine/d6494f6f-07a5-4c4d-b9a8-257afaa79290 HTTP/1.1" 200 1287 0.004479 10.0.0.131 - - [2025-08-18 02:08:42] "GET /virtual-machine-interface/284e9b42-38f7-43b6-9807-af60c050e709 HTTP/1.1" 200 2931 0.004388 10.0.0.131 - - [2025-08-18 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.131 - - [2025-08-18 02:08:42] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002810 10.0.0.131 - - [2025-08-18 02:08:42] "GET /virtual-networks?parent_id=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002885 10.0.0.131 - - [2025-08-18 02:08:42] "GET /virtual-network/f4bfeb42-e509-4c2d-99b0-77d88ff39e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005465 10.0.0.131 - - [2025-08-18 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.131 - - [2025-08-18 02:08:46] "GET /virtual-network/f4bfeb42-e509-4c2d-99b0-77d88ff39e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.004833 10.0.0.131 - - [2025-08-18 02:08:46] "POST /neutron/port HTTP/1.1" 200 1084 0.010248 10.0.0.131 - - [2025-08-18 02:08:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005335 10.0.0.131 - - [2025-08-18 02:08:46] "POST /neutron/port HTTP/1.1" 200 1084 0.009809 10.0.0.131 - - [2025-08-18 02:08:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004570 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /project/0a9bc3d727dc44ce87b863f3433bb4f0 HTTP/1.1" 404 173 0.018947 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /project/4b5efda58f0a4431ac367c0d21aa8a63 HTTP/1.1" 404 173 0.012270 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /project/a901d53d4fd140e5ac6efeee8b783f44 HTTP/1.1" 404 173 0.011380 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /project/89818f9699be4c2cb2b0c7c090d97db8 HTTP/1.1" 404 173 0.010775 10.0.0.131 - - [2025-08-18 02:08:47] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.131 - - [2025-08-18 02:08:47] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001147 10.0.0.131 - - [2025-08-18 02:08:47] "GET /projects?obj_uuids=4b5efda5-8f0a-4431-ac36-7c0d21aa8a63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.131 - - [2025-08-18 02:08:47] "GET /project/0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.051545 10.0.0.131 - - [2025-08-18 02:08:47] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.063135 10.0.0.131 - - [2025-08-18 02:08:47] "GET /project/4b5efda5-8f0a-4431-ac36-7c0d21aa8a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.077373 10.0.0.131 - - [2025-08-18 02:08:47] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.131 - - [2025-08-18 02:08:47] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000834 10.0.0.131 - - [2025-08-18 02:08:47] "GET /projects?obj_uuids=4b5efda5-8f0a-4431-ac36-7c0d21aa8a63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000841 10.0.0.131 - - [2025-08-18 02:08:47] "GET /project/0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0?fields=security_groups HTTP/1.1" 200 1346 0.052960 10.0.0.131 - - [2025-08-18 02:08:47] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?fields=security_groups HTTP/1.1" 200 1400 0.059823 10.0.0.131 - - [2025-08-18 02:08:47] "GET /project/4b5efda5-8f0a-4431-ac36-7c0d21aa8a63?fields=security_groups HTTP/1.1" 200 1348 0.061390 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /security-group/f207e285-ad02-4aa3-ab4b-5a2a41adcdd5 HTTP/1.1" 200 115 0.122810 10.0.0.131 - - [2025-08-18 02:08:47] "GET /projects?obj_uuids=0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001735 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /access-control-list/39183de4-d8bc-42b8-b2de-0c80c35af084 HTTP/1.1" 200 115 0.049756 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /security-group/ca21b9aa-3440-466d-b1af-0f2fcf25660d HTTP/1.1" 200 115 0.135395 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /security-group/55594a80-92d3-4c51-a45d-a2ba72917143 HTTP/1.1" 200 115 0.087582 10.0.0.131 - - [2025-08-18 02:08:47] "GET /projects?obj_uuids=a901d53d-4fd1-40e5-ac6e-feee8b783f44&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.131 - - [2025-08-18 02:08:47] "GET /projects?obj_uuids=4b5efda5-8f0a-4431-ac36-7c0d21aa8a63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.131 - - [2025-08-18 02:08:47] "GET /project/0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0?fields=application_policy_sets HTTP/1.1" 200 1385 0.055119 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /access-control-list/4f3123ea-97ed-459e-9687-1164429e6eca HTTP/1.1" 200 115 0.050023 10.0.0.131 - - [2025-08-18 02:08:47] "GET /project/4b5efda5-8f0a-4431-ac36-7c0d21aa8a63?fields=application_policy_sets HTTP/1.1" 200 1387 0.045575 10.0.0.131 - - [2025-08-18 02:08:47] "GET /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44?fields=application_policy_sets HTTP/1.1" 200 1439 0.080638 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /access-control-list/3e20275d-5ca9-427e-aca8-73107a07f527 HTTP/1.1" 200 115 0.037780 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /access-control-list/fb8af259-acda-406c-8fdd-fb8ba4be2377 HTTP/1.1" 200 115 0.037167 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /access-control-list/ced241f1-dc1b-450f-a3e7-0cbca08de5b4 HTTP/1.1" 200 115 0.047416 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /project/0a9bc3d7-27dc-44ce-87b8-63f3433bb4f0 HTTP/1.1" 200 115 0.569781 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /access-control-list/d351a970-2614-4da5-88a1-6cb282418b43 HTTP/1.1" 200 115 0.047992 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /project/4b5efda5-8f0a-4431-ac36-7c0d21aa8a63 HTTP/1.1" 200 115 0.595699 10.0.0.131 - - [2025-08-18 02:08:47] "DELETE /project/a901d53d-4fd1-40e5-ac6e-feee8b783f44 HTTP/1.1" 200 115 0.607993 10.0.0.131 - - [2025-08-18 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.131 - - [2025-08-18 02:08:48] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002959 10.0.0.131 - - [2025-08-18 02:08:48] "GET /virtual-networks?parent_id=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002577 10.0.0.131 - - [2025-08-18 02:08:48] "GET /virtual-network/f4bfeb42-e509-4c2d-99b0-77d88ff39e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005156 10.0.0.131 - - [2025-08-18 02:08:48] "POST /neutron/port HTTP/1.1" 200 1084 0.009679 10.0.0.131 - - [2025-08-18 02:08:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004930 10.0.0.131 - - [2025-08-18 02:08:48] "POST /neutron/port HTTP/1.1" 200 1084 0.010401 10.0.0.131 - - [2025-08-18 02:08:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004947 10.0.0.131 - - [2025-08-18 02:08:48] "POST /neutron/port HTTP/1.1" 200 1084 0.010145 10.0.0.131 - - [2025-08-18 02:08:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005197 10.0.0.131 - - [2025-08-18 02:08:48] "GET /virtual-machine/9e5c572e-c696-4292-b82c-d457b623d7a2 HTTP/1.1" 200 1287 0.003866 10.0.0.131 - - [2025-08-18 02:08:48] "GET /virtual-machine-interface/410e35de-c31a-4ab0-b93e-6ac744c261e5 HTTP/1.1" 200 2931 0.004290 10.0.0.131 - - [2025-08-18 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.131 - - [2025-08-18 02:08:48] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002517 10.0.0.131 - - [2025-08-18 02:08:48] "GET /virtual-networks?parent_id=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003037 10.0.0.131 - - [2025-08-18 02:08:48] "GET /virtual-network/f4bfeb42-e509-4c2d-99b0-77d88ff39e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005551 10.0.0.131 - - [2025-08-18 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.131 - - [2025-08-18 02:08:49] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002964 10.0.0.131 - - [2025-08-18 02:08:49] "GET /virtual-networks?parent_id=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002734 10.0.0.131 - - [2025-08-18 02:08:50] "GET /virtual-network/f4bfeb42-e509-4c2d-99b0-77d88ff39e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005201 10.0.0.131 - - [2025-08-18 02:08:53] "POST /neutron/port HTTP/1.1" 200 1110 0.018354 10.0.0.131 - - [2025-08-18 02:08:53] "GET /obj-perms HTTP/1.1" 200 5075 0.059490 10.0.0.131 - - [2025-08-18 02:08:53] "POST /neutron/port HTTP/1.1" 200 1110 0.015176 10.0.0.131 - - [2025-08-18 02:08:53] "POST /neutron/port HTTP/1.1" 200 151 0.105371 10.0.0.131 - - [2025-08-18 02:08:53] "POST /neutron/port HTTP/1.1" 200 1110 0.012369 10.0.0.131 - - [2025-08-18 02:08:53] "POST /neutron/port HTTP/1.1" 200 1110 0.013430 10.0.0.131 - - [2025-08-18 02:08:53] "POST /neutron/port HTTP/1.1" 200 151 0.119778 10.0.0.131 - - [2025-08-18 02:08:53] "POST /neutron/network HTTP/1.1" 200 978 0.008378 10.0.0.131 - - [2025-08-18 02:08:53] "GET /obj-perms HTTP/1.1" 200 5075 0.062671 10.0.0.131 - - [2025-08-18 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.131 - - [2025-08-18 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003850 10.0.0.131 - - [2025-08-18 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005687 10.0.0.131 - - [2025-08-18 02:08:53] "DELETE /route-target/c6785e63-fb77-4b61-adae-79693a3a7abe HTTP/1.1" 200 115 0.037108 10.0.0.131 - - [2025-08-18 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002280 10.0.0.131 - - [2025-08-18 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001854 10.0.0.131 - - [2025-08-18 02:08:53] "POST /neutron/network HTTP/1.1" 200 151 0.154027 10.0.0.131 - - [2025-08-18 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.007219 10.0.0.131 - - [2025-08-18 02:08:53] "POST /neutron/port HTTP/1.1" 400 205 0.003082 10.0.0.131 - - [2025-08-18 02:08:53] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001497 10.0.0.131 - - [2025-08-18 02:08:53] "GET /project/89818f96-99be-4c2c-b2b0-c7c090d97db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.026165 10.0.0.131 - - [2025-08-18 02:08:53] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000972 10.0.0.131 - - [2025-08-18 02:08:53] "GET /project/89818f96-99be-4c2c-b2b0-c7c090d97db8?fields=virtual_networks HTTP/1.1" 200 1026 0.066111 10.0.0.131 - - [2025-08-18 02:08:54] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001032 10.0.0.131 - - [2025-08-18 02:08:54] "GET /project/89818f96-99be-4c2c-b2b0-c7c090d97db8?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.027674 10.0.0.131 - - [2025-08-18 02:08:54] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001461 10.0.0.131 - - [2025-08-18 02:08:54] "GET /project/89818f96-99be-4c2c-b2b0-c7c090d97db8?fields=security_groups HTTP/1.1" 200 1249 0.034661 10.0.0.131 - - [2025-08-18 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.022059 10.0.0.131 - - [2025-08-18 02:08:54] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002308 10.0.0.131 - - [2025-08-18 02:08:54] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.131 - - [2025-08-18 02:08:54] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007223 10.0.0.131 - - [2025-08-18 02:08:55] "POST /id-to-fqname HTTP/1.1" 200 188 0.001314 10.0.0.131 - - [2025-08-18 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.002398 10.0.0.131 - - [2025-08-18 02:08:55] "POST /security-groups HTTP/1.1" 200 589 0.059777 10.0.0.131 - - [2025-08-18 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.004160 10.0.0.131 - - [2025-08-18 02:08:55] "POST /projects HTTP/1.1" 200 581 0.214641 10.0.0.131 - - [2025-08-18 02:08:55] "POST /access-control-lists HTTP/1.1" 200 596 0.060341 10.0.0.131 - - [2025-08-18 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.293948 10.0.0.131 - - [2025-08-18 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.002717 10.0.0.131 - - [2025-08-18 02:08:55] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.415919 10.0.0.131 - - [2025-08-18 02:08:55] "POST /access-control-lists HTTP/1.1" 200 594 0.076137 10.0.0.131 - - [2025-08-18 02:08:56] "GET / HTTP/1.1" 200 36215 0.001874 10.0.0.131 - - [2025-08-18 02:08:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.131 - - [2025-08-18 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.058433 10.0.0.131 - - [2025-08-18 02:08:57] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001352 10.0.0.131 - - [2025-08-18 02:08:57] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.032137 10.0.0.131 - - [2025-08-18 02:08:57] "POST /neutron/network HTTP/1.1" 200 117 0.033080 10.0.0.131 - - [2025-08-18 02:08:57] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001934 10.0.0.131 - - [2025-08-18 02:08:57] "POST /neutron/network HTTP/1.1" 200 605 0.071258 10.0.0.131 - - [2025-08-18 02:08:57] "POST /route-targets HTTP/1.1" 200 328 0.012525 10.0.0.131 - - [2025-08-18 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.021220 10.0.0.131 - - [2025-08-18 02:08:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003961 10.0.0.131 - - [2025-08-18 02:08:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.165884 10.0.0.131 - - [2025-08-18 02:08:57] "POST /neutron/network HTTP/1.1" 200 826 0.004556 10.0.0.131 - - [2025-08-18 02:08:57] "POST /id-to-fqname HTTP/1.1" 200 219 0.001067 10.0.0.131 - - [2025-08-18 02:08:57] "GET /virtual-network/c41259ea-8397-4c24-a5db-6b4819c67513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004038 10.0.0.131 - - [2025-08-18 02:08:57] "POST /neutron/network HTTP/1.1" 200 826 0.005102 10.0.0.131 - - [2025-08-18 02:08:57] "GET /virtual-network/c41259ea-8397-4c24-a5db-6b4819c67513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007538 10.0.0.131 - - [2025-08-18 02:08:57] "POST /neutron/network HTTP/1.1" 200 826 0.004998 10.0.0.131 - - [2025-08-18 02:08:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.006258 10.0.0.131 - - [2025-08-18 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002174 10.0.0.131 - - [2025-08-18 02:08:57] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.131 - - [2025-08-18 02:08:58] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.036584 10.0.0.131 - - [2025-08-18 02:08:58] "POST /neutron/network HTTP/1.1" 200 117 0.009573 10.0.0.131 - - [2025-08-18 02:08:58] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001975 10.0.0.131 - - [2025-08-18 02:08:58] "POST /neutron/network HTTP/1.1" 200 605 0.092599 10.0.0.131 - - [2025-08-18 02:08:58] "POST /route-targets HTTP/1.1" 200 328 0.015593 10.0.0.131 - - [2025-08-18 02:08:58] "POST /ref-update HTTP/1.1" 200 156 0.014908 10.0.0.131 - - [2025-08-18 02:08:58] "POST /neutron/port HTTP/1.1" 200 117 0.004734 10.0.0.131 - - [2025-08-18 02:08:58] "POST /neutron/port HTTP/1.1" 400 205 0.002775 10.0.0.131 - - [2025-08-18 02:08:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002853 10.0.0.131 - - [2025-08-18 02:08:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.167039 10.0.0.131 - - [2025-08-18 02:08:58] "POST /neutron/network HTTP/1.1" 200 824 0.005276 10.0.0.131 - - [2025-08-18 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 219 0.001075 10.0.0.131 - - [2025-08-18 02:08:58] "GET /virtual-network/59960e70-1f80-4a14-b433-c59772fb3b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004737 10.0.0.131 - - [2025-08-18 02:08:58] "POST /neutron/network HTTP/1.1" 200 824 0.007276 10.0.0.131 - - [2025-08-18 02:08:58] "GET /virtual-network/59960e70-1f80-4a14-b433-c59772fb3b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005867 10.0.0.131 - - [2025-08-18 02:08:58] "POST /neutron/network HTTP/1.1" 200 824 0.005366 10.0.0.131 - - [2025-08-18 02:08:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.006224 10.0.0.131 - - [2025-08-18 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 219 0.001534 10.0.0.131 - - [2025-08-18 02:08:58] "POST /neutron/network HTTP/1.1" 200 836 0.005090 10.0.0.131 - - [2025-08-18 02:08:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000436 10.0.0.131 - - [2025-08-18 02:08:59] "GET / HTTP/1.1" 200 36215 0.001683 10.0.0.131 - - [2025-08-18 02:08:59] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000397 10.0.0.131 - - [2025-08-18 02:08:59] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001523 10.0.0.131 - - [2025-08-18 02:08:59] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048779 10.0.0.131 - - [2025-08-18 02:08:59] "POST /neutron/network HTTP/1.1" 200 826 0.004841 10.0.0.131 - - [2025-08-18 02:08:59] "POST /neutron/port HTTP/1.1" 200 117 0.005549 10.0.0.131 - - [2025-08-18 02:08:59] "POST /neutron/port HTTP/1.1" 200 117 0.004566 10.0.0.131 - - [2025-08-18 02:08:59] "POST /id-to-fqname HTTP/1.1" 200 219 0.001217 10.0.0.131 - - [2025-08-18 02:08:59] "POST /neutron/port HTTP/1.1" 200 117 0.005152 10.0.0.131 - - [2025-08-18 02:08:59] "POST /neutron/network HTTP/1.1" 200 834 0.005096 10.0.0.131 - - [2025-08-18 02:08:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000365 10.0.0.131 - - [2025-08-18 02:08:59] "POST /neutron/network HTTP/1.1" 200 836 0.005302 10.0.0.131 - - [2025-08-18 02:08:59] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/port HTTP/1.1" 200 1060 0.199966 10.0.0.131 - - [2025-08-18 02:09:00] "GET / HTTP/1.1" 200 36215 0.002490 10.0.0.131 - - [2025-08-18 02:09:00] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000368 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/port HTTP/1.1" 200 1060 0.012421 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/port HTTP/1.1" 200 1060 0.008393 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/port HTTP/1.1" 200 1114 0.061694 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/port HTTP/1.1" 200 1088 0.010285 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003033 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.007714 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/network HTTP/1.1" 200 826 0.004831 10.0.0.131 - - [2025-08-18 02:09:00] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.131 - - [2025-08-18 02:09:00] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052346 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/network HTTP/1.1" 200 824 0.004975 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/port HTTP/1.1" 200 1088 0.014767 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008426 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.004683 10.0.0.131 - - [2025-08-18 02:09:00] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/router HTTP/1.1" 200 580 0.047217 10.0.0.131 - - [2025-08-18 02:09:00] "POST /neutron/router HTTP/1.1" 200 580 0.003088 10.0.0.131 - - [2025-08-18 02:09:00] "POST /route-targets HTTP/1.1" 200 328 0.018071 10.0.0.131 - - [2025-08-18 02:09:00] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001864 10.0.0.131 - - [2025-08-18 02:09:00] "PUT /logical-router/a39c575e-0cdc-4a35-a049-11e78b83bf35 HTTP/1.1" 200 263 0.023400 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/router HTTP/1.1" 200 344 0.261536 10.0.0.131 - - [2025-08-18 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.014654 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/port HTTP/1.1" 200 1088 0.011851 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/network HTTP/1.1" 200 834 0.005372 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007434 10.0.0.131 - - [2025-08-18 02:09:01] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/port HTTP/1.1" 200 1058 0.259758 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/port HTTP/1.1" 200 1058 0.014159 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/port HTTP/1.1" 200 1058 0.010247 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/port HTTP/1.1" 200 1112 0.056385 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/port HTTP/1.1" 200 1086 0.011665 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002743 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.007397 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/port HTTP/1.1" 200 117 0.001353 10.0.0.131 - - [2025-08-18 02:09:01] "POST /neutron/network HTTP/1.1" 200 824 0.005386 10.0.0.131 - - [2025-08-18 02:09:06] "POST /neutron/port HTTP/1.1" 200 1088 0.013721 10.0.0.131 - - [2025-08-18 02:09:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006164 10.0.0.131 - - [2025-08-18 02:09:06] "POST /neutron/port HTTP/1.1" 200 1088 0.010668 10.0.0.131 - - [2025-08-18 02:09:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005617 10.0.0.131 - - [2025-08-18 02:09:06] "POST /neutron/port HTTP/1.1" 200 1088 0.011581 10.0.0.131 - - [2025-08-18 02:09:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007081 10.0.0.131 - - [2025-08-18 02:09:06] "GET /virtual-machine/750e0ff0-e4eb-4134-b2b6-0d721ac1b477 HTTP/1.1" 401 293 0.000628 10.0.0.131 - - [2025-08-18 02:09:06] "GET /virtual-machine/750e0ff0-e4eb-4134-b2b6-0d721ac1b477 HTTP/1.1" 200 1292 0.030663 10.0.0.131 - - [2025-08-18 02:09:06] "GET /virtual-machine-interface/be92f5a2-ea9e-4c76-94d2-3116e6ce36f2 HTTP/1.1" 200 2942 0.005397 10.0.0.131 - - [2025-08-18 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.131 - - [2025-08-18 02:09:06] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003021 10.0.0.131 - - [2025-08-18 02:09:06] "GET /virtual-networks?parent_id=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002913 10.0.0.131 - - [2025-08-18 02:09:06] "GET /virtual-network/c41259ea-8397-4c24-a5db-6b4819c67513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005065 10.0.0.131 - - [2025-08-18 02:09:08] "POST /neutron/port HTTP/1.1" 200 1088 0.011520 10.0.0.131 - - [2025-08-18 02:09:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005284 10.0.0.131 - - [2025-08-18 02:09:09] "POST /neutron/port HTTP/1.1" 200 1086 0.011038 10.0.0.131 - - [2025-08-18 02:09:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005802 10.0.0.131 - - [2025-08-18 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.131 - - [2025-08-18 02:09:10] "GET /virtual-network/c41259ea-8397-4c24-a5db-6b4819c67513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005682 10.0.0.131 - - [2025-08-18 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.131 - - [2025-08-18 02:09:12] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002712 10.0.0.131 - - [2025-08-18 02:09:12] "GET /virtual-networks?parent_id=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002821 10.0.0.131 - - [2025-08-18 02:09:12] "GET /virtual-network/c41259ea-8397-4c24-a5db-6b4819c67513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005082 10.0.0.131 - - [2025-08-18 02:09:12] "POST /neutron/port HTTP/1.1" 200 1086 0.010552 10.0.0.131 - - [2025-08-18 02:09:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006404 10.0.0.131 - - [2025-08-18 02:09:12] "POST /neutron/port HTTP/1.1" 200 1086 0.011244 10.0.0.131 - - [2025-08-18 02:09:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005498 10.0.0.131 - - [2025-08-18 02:09:12] "POST /neutron/port HTTP/1.1" 200 1086 0.010036 10.0.0.131 - - [2025-08-18 02:09:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007016 10.0.0.131 - - [2025-08-18 02:09:12] "GET /virtual-machine/0a1a47db-1d6b-4630-bc36-4f7ddabf4ea9 HTTP/1.1" 200 1291 0.004935 10.0.0.131 - - [2025-08-18 02:09:12] "GET /virtual-machine-interface/7d31935f-40d5-4816-bd75-e5ca84531ba0 HTTP/1.1" 200 2941 0.005325 10.0.0.131 - - [2025-08-18 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.131 - - [2025-08-18 02:09:12] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003191 10.0.0.131 - - [2025-08-18 02:09:12] "GET /virtual-networks?parent_id=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003371 10.0.0.131 - - [2025-08-18 02:09:12] "GET /virtual-network/59960e70-1f80-4a14-b433-c59772fb3b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005052 10.0.0.131 - - [2025-08-18 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.131 - - [2025-08-18 02:09:13] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003831 10.0.0.131 - - [2025-08-18 02:09:13] "GET /virtual-networks?parent_id=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004344 10.0.0.131 - - [2025-08-18 02:09:14] "GET /virtual-network/59960e70-1f80-4a14-b433-c59772fb3b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007307 10.0.0.131 - - [2025-08-18 02:09:19] "POST /neutron/router HTTP/1.1" 200 580 0.003611 10.0.0.131 - - [2025-08-18 02:09:19] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001375 10.0.0.131 - - [2025-08-18 02:09:19] "POST /neutron/router HTTP/1.1" 200 344 0.207492 10.0.0.131 - - [2025-08-18 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.010255 10.0.0.131 - - [2025-08-18 02:09:19] "POST /neutron/port HTTP/1.1" 200 1886 0.024623 10.0.0.131 - - [2025-08-18 02:09:21] "POST /neutron/router HTTP/1.1" 200 580 0.003596 10.0.0.131 - - [2025-08-18 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.009437 10.0.0.131 - - [2025-08-18 02:09:21] "POST /neutron/router HTTP/1.1" 200 344 0.080821 10.0.0.131 - - [2025-08-18 02:09:24] "POST /neutron/router HTTP/1.1" 200 580 0.004552 10.0.0.131 - - [2025-08-18 02:09:24] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.131 - - [2025-08-18 02:09:25] "POST /neutron/router HTTP/1.1" 200 344 0.175562 10.0.0.131 - - [2025-08-18 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.131 - - [2025-08-18 02:09:27] "POST /neutron/router HTTP/1.1" 200 580 0.005206 10.0.0.131 - - [2025-08-18 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.013320 10.0.0.131 - - [2025-08-18 02:09:27] "POST /neutron/router HTTP/1.1" 200 344 0.092698 10.0.0.131 - - [2025-08-18 02:09:27] "POST /neutron/router HTTP/1.1" 200 580 0.005678 10.0.0.131 - - [2025-08-18 02:09:27] "POST /neutron/router HTTP/1.1" 200 344 0.075896 10.0.0.131 - - [2025-08-18 02:09:27] "POST /neutron/router HTTP/1.1" 200 580 0.004397 10.0.0.131 - - [2025-08-18 02:09:27] "POST /neutron/router HTTP/1.1" 200 151 0.033310 10.0.0.131 - - [2025-08-18 02:09:27] "GET /logical-router/a39c575e-0cdc-4a35-a049-11e78b83bf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003110 10.0.0.131 - - [2025-08-18 02:09:27] "POST /neutron/network HTTP/1.1" 200 824 0.008565 10.0.0.131 - - [2025-08-18 02:09:27] "POST /neutron/network HTTP/1.1" 400 204 0.010096 10.0.0.131 - - [2025-08-18 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.035007 10.0.0.131 - - [2025-08-18 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533 10.0.0.131 - - [2025-08-18 02:09:27] "DELETE /route-target/792283de-906f-4789-a06d-6d8b94a1cbfd HTTP/1.1" 200 115 0.024098 10.0.0.131 - - [2025-08-18 02:09:28] "POST /neutron/port HTTP/1.1" 200 1086 0.011164 10.0.0.131 - - [2025-08-18 02:09:28] "POST /neutron/port HTTP/1.1" 200 1112 0.017122 10.0.0.131 - - [2025-08-18 02:09:28] "POST /neutron/port HTTP/1.1" 200 1088 0.029256 10.0.0.131 - - [2025-08-18 02:09:28] "POST /neutron/port HTTP/1.1" 200 1114 0.008375 10.0.0.131 - - [2025-08-18 02:09:28] "POST /neutron/port HTTP/1.1" 200 151 0.144601 10.0.0.131 - - [2025-08-18 02:09:28] "POST /neutron/port HTTP/1.1" 200 151 0.147906 10.0.0.131 - - [2025-08-18 02:09:29] "POST /neutron/network HTTP/1.1" 200 824 0.005649 10.0.0.131 - - [2025-08-18 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.131 - - [2025-08-18 02:09:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001909 10.0.0.131 - - [2025-08-18 02:09:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002432 10.0.0.131 - - [2025-08-18 02:09:29] "POST /neutron/network HTTP/1.1" 200 151 0.071775 10.0.0.131 - - [2025-08-18 02:09:29] "DELETE /route-target/cad392e2-4c44-4218-b048-a1cd1944abdd HTTP/1.1" 200 115 0.013746 10.0.0.131 - - [2025-08-18 02:09:29] "POST /neutron/network HTTP/1.1" 200 826 0.004172 10.0.0.131 - - [2025-08-18 02:09:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003727 10.0.0.131 - - [2025-08-18 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.131 - - [2025-08-18 02:09:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001677 10.0.0.131 - - [2025-08-18 02:09:29] "POST /neutron/network HTTP/1.1" 200 151 0.072130 10.0.0.131 - - [2025-08-18 02:09:29] "DELETE /route-target/67bec3cd-3215-4f5e-bd03-142310c4335d HTTP/1.1" 200 115 0.014269 10.0.0.131 - - [2025-08-18 02:09:30] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001056 10.0.0.131 - - [2025-08-18 02:09:30] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023150 10.0.0.131 - - [2025-08-18 02:09:30] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.131 - - [2025-08-18 02:09:30] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?fields=virtual_networks HTTP/1.1" 200 1030 0.071257 10.0.0.131 - - [2025-08-18 02:09:30] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001486 10.0.0.131 - - [2025-08-18 02:09:30] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.032286 10.0.0.131 - - [2025-08-18 02:09:30] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.131 - - [2025-08-18 02:09:30] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?fields=security_groups HTTP/1.1" 200 1255 0.029217 10.0.0.131 - - [2025-08-18 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.019340 10.0.0.131 - - [2025-08-18 02:09:31] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002247 10.0.0.131 - - [2025-08-18 02:09:31] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.131 - - [2025-08-18 02:09:31] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007432 10.0.0.131 - - [2025-08-18 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 193 0.001113 10.0.0.131 - - [2025-08-18 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.001980 10.0.0.131 - - [2025-08-18 02:09:31] "POST /security-groups HTTP/1.1" 200 594 0.059896 10.0.0.131 - - [2025-08-18 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 237 0.003037 10.0.0.131 - - [2025-08-18 02:09:31] "POST /projects HTTP/1.1" 200 591 0.209441 10.0.0.131 - - [2025-08-18 02:09:31] "POST /access-control-lists HTTP/1.1" 200 601 0.055186 10.0.0.131 - - [2025-08-18 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.272985 10.0.0.131 - - [2025-08-18 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.002111 10.0.0.131 - - [2025-08-18 02:09:31] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.381485 10.0.0.131 - - [2025-08-18 02:09:31] "POST /access-control-lists HTTP/1.1" 200 599 0.055847 10.0.0.131 - - [2025-08-18 02:09:32] "GET / HTTP/1.1" 200 36215 0.001915 10.0.0.131 - - [2025-08-18 02:09:33] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000454 10.0.0.131 - - [2025-08-18 02:09:33] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001458 10.0.0.131 - - [2025-08-18 02:09:33] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.049350 10.0.0.131 - - [2025-08-18 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002150 10.0.0.131 - - [2025-08-18 02:09:33] "GET /security-group/687dd2de-b7d9-42fa-ad39-206b6ec825e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004265 10.0.0.131 - - [2025-08-18 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.131 - - [2025-08-18 02:09:33] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001351 10.0.0.131 - - [2025-08-18 02:09:33] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.021994 10.0.0.131 - - [2025-08-18 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.131 - - [2025-08-18 02:09:34] "GET /security-group/687dd2de-b7d9-42fa-ad39-206b6ec825e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.003450 10.0.0.131 - - [2025-08-18 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.131 - - [2025-08-18 02:09:34] "PUT /security-group/687dd2de-b7d9-42fa-ad39-206b6ec825e9 HTTP/1.1" 200 263 0.014144 10.0.0.131 - - [2025-08-18 02:09:34] "PUT /access-control-list/7b94f44c-dfdc-4644-a93a-80f5e4637163 HTTP/1.1" 200 273 0.009152 10.0.0.131 - - [2025-08-18 02:09:34] "PUT /access-control-list/514486e0-332a-4aac-84a4-f54944eb8362 HTTP/1.1" 200 273 0.008106 10.0.0.131 - - [2025-08-18 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.002404 10.0.0.131 - - [2025-08-18 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.131 - - [2025-08-18 02:09:34] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001355 10.0.0.131 - - [2025-08-18 02:09:34] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.023783 10.0.0.131 - - [2025-08-18 02:09:34] "POST /neutron/network HTTP/1.1" 200 117 0.031093 10.0.0.131 - - [2025-08-18 02:09:34] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000964 10.0.0.131 - - [2025-08-18 02:09:34] "POST /neutron/network HTTP/1.1" 200 608 0.065311 10.0.0.131 - - [2025-08-18 02:09:34] "POST /route-targets HTTP/1.1" 200 328 0.008308 10.0.0.131 - - [2025-08-18 02:09:34] "POST /ref-update HTTP/1.1" 200 156 0.012600 10.0.0.131 - - [2025-08-18 02:09:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007129 10.0.0.131 - - [2025-08-18 02:09:34] "POST /neutron/subnet HTTP/1.1" 200 719 0.159654 10.0.0.131 - - [2025-08-18 02:09:34] "POST /neutron/network HTTP/1.1" 200 826 0.005290 10.0.0.131 - - [2025-08-18 02:09:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001117 10.0.0.131 - - [2025-08-18 02:09:34] "GET /virtual-network/42b70431-c774-460c-9554-e6e8917c7814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004130 10.0.0.131 - - [2025-08-18 02:09:34] "POST /neutron/network HTTP/1.1" 200 826 0.004932 10.0.0.131 - - [2025-08-18 02:09:34] "GET /virtual-network/42b70431-c774-460c-9554-e6e8917c7814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004243 10.0.0.131 - - [2025-08-18 02:09:34] "POST /neutron/network HTTP/1.1" 200 826 0.005390 10.0.0.131 - - [2025-08-18 02:09:34] "POST /neutron/subnet HTTP/1.1" 200 719 0.006022 10.0.0.131 - - [2025-08-18 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002069 10.0.0.131 - - [2025-08-18 02:09:34] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001017 10.0.0.131 - - [2025-08-18 02:09:34] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.023513 10.0.0.131 - - [2025-08-18 02:09:34] "POST /neutron/network HTTP/1.1" 200 117 0.008393 10.0.0.131 - - [2025-08-18 02:09:34] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001074 10.0.0.131 - - [2025-08-18 02:09:35] "POST /neutron/network HTTP/1.1" 200 615 0.089348 10.0.0.131 - - [2025-08-18 02:09:35] "POST /route-targets HTTP/1.1" 200 328 0.015207 10.0.0.131 - - [2025-08-18 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.012525 10.0.0.131 - - [2025-08-18 02:09:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002985 10.0.0.131 - - [2025-08-18 02:09:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.171644 10.0.0.131 - - [2025-08-18 02:09:35] "POST /neutron/network HTTP/1.1" 200 835 0.004668 10.0.0.131 - - [2025-08-18 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001024 10.0.0.131 - - [2025-08-18 02:09:35] "GET /virtual-network/7d89b860-8ca1-425e-b883-fab005ee86ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004155 10.0.0.131 - - [2025-08-18 02:09:35] "POST /neutron/network HTTP/1.1" 200 835 0.005233 10.0.0.131 - - [2025-08-18 02:09:35] "GET /virtual-network/7d89b860-8ca1-425e-b883-fab005ee86ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010631 10.0.0.131 - - [2025-08-18 02:09:35] "POST /neutron/network HTTP/1.1" 200 835 0.004890 10.0.0.131 - - [2025-08-18 02:09:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.005478 10.0.0.131 - - [2025-08-18 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.000974 10.0.0.131 - - [2025-08-18 02:09:35] "POST /neutron/network HTTP/1.1" 200 836 0.005008 10.0.0.131 - - [2025-08-18 02:09:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000333 10.0.0.131 - - [2025-08-18 02:09:35] "GET / HTTP/1.1" 200 36215 0.001762 10.0.0.131 - - [2025-08-18 02:09:35] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000393 10.0.0.131 - - [2025-08-18 02:09:36] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001116 10.0.0.131 - - [2025-08-18 02:09:36] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.042475 10.0.0.131 - - [2025-08-18 02:09:36] "POST /neutron/network HTTP/1.1" 200 826 0.004563 10.0.0.131 - - [2025-08-18 02:09:36] "POST /neutron/port HTTP/1.1" 200 117 0.004353 10.0.0.131 - - [2025-08-18 02:09:36] "POST /neutron/port HTTP/1.1" 200 117 0.004448 10.0.0.131 - - [2025-08-18 02:09:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001188 10.0.0.131 - - [2025-08-18 02:09:36] "POST /neutron/port HTTP/1.1" 200 117 0.004601 10.0.0.131 - - [2025-08-18 02:09:36] "POST /neutron/network HTTP/1.1" 200 845 0.005232 10.0.0.131 - - [2025-08-18 02:09:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000355 10.0.0.131 - - [2025-08-18 02:09:36] "POST /neutron/network HTTP/1.1" 200 836 0.005103 10.0.0.131 - - [2025-08-18 02:09:36] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000986 10.0.0.131 - - [2025-08-18 02:09:36] "GET / HTTP/1.1" 200 36215 0.001545 10.0.0.131 - - [2025-08-18 02:09:36] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000359 10.0.0.131 - - [2025-08-18 02:09:36] "POST /neutron/port HTTP/1.1" 200 1062 0.188997 10.0.0.131 - - [2025-08-18 02:09:36] "POST /neutron/port HTTP/1.1" 200 1062 0.007922 10.0.0.131 - - [2025-08-18 02:09:36] "POST /neutron/port HTTP/1.1" 200 1062 0.007855 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/port HTTP/1.1" 200 1116 0.063790 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/port HTTP/1.1" 200 1090 0.010202 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002598 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/subnet HTTP/1.1" 200 693 0.007108 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/network HTTP/1.1" 200 826 0.005742 10.0.0.131 - - [2025-08-18 02:09:37] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001054 10.0.0.131 - - [2025-08-18 02:09:37] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.041919 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/network HTTP/1.1" 200 835 0.004642 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/port HTTP/1.1" 200 1090 0.013042 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005455 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/port HTTP/1.1" 200 117 0.004292 10.0.0.131 - - [2025-08-18 02:09:37] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000997 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/router HTTP/1.1" 200 585 0.061640 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/router HTTP/1.1" 200 585 0.003618 10.0.0.131 - - [2025-08-18 02:09:37] "POST /route-targets HTTP/1.1" 200 328 0.019289 10.0.0.131 - - [2025-08-18 02:09:37] "PUT /logical-router/c747ba2d-3112-4971-9e64-a0d844efdbea HTTP/1.1" 200 263 0.032510 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/router HTTP/1.1" 200 656 0.043607 10.0.0.131 - - [2025-08-18 02:09:37] "GET /logical-router/c747ba2d-3112-4971-9e64-a0d844efdbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.007228 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/router HTTP/1.1" 200 656 0.008952 10.0.0.131 - - [2025-08-18 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.131 - - [2025-08-18 02:09:37] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000937 10.0.0.131 - - [2025-08-18 02:09:37] "GET /service-template/a6033bdd-f565-4451-a9f9-3c9702524780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.040291 10.0.0.131 - - [2025-08-18 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.002095 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/network HTTP/1.1" 200 845 0.004992 10.0.0.131 - - [2025-08-18 02:09:37] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001013 10.0.0.131 - - [2025-08-18 02:09:37] "POST /neutron/router HTTP/1.1" 200 344 0.277050 10.0.0.131 - - [2025-08-18 02:09:37] "POST /ref-update HTTP/1.1" 200 156 0.035465 10.0.0.131 - - [2025-08-18 02:09:37] "POST /useragent-kv HTTP/1.1" 200 115 0.016510 10.0.0.131 - - [2025-08-18 02:09:37] "POST /virtual-networks HTTP/1.1" 200 696 0.170711 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/port HTTP/1.1" 200 1090 0.037918 10.0.0.131 - - [2025-08-18 02:09:38] "POST /route-targets HTTP/1.1" 200 328 0.038507 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.026361 10.0.0.131 - - [2025-08-18 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.031273 10.0.0.131 - - [2025-08-18 02:09:38] "POST /service-instances HTTP/1.1" 200 672 0.051005 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/port HTTP/1.1" 200 1064 0.351590 10.0.0.131 - - [2025-08-18 02:09:38] "POST /route-tables HTTP/1.1" 200 584 0.034367 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/port HTTP/1.1" 200 1064 0.011627 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/port HTTP/1.1" 200 1064 0.006817 10.0.0.131 - - [2025-08-18 02:09:38] "PUT /logical-router/c747ba2d-3112-4971-9e64-a0d844efdbea HTTP/1.1" 200 263 0.031141 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/port HTTP/1.1" 200 1118 0.076470 10.0.0.131 - - [2025-08-18 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.019981 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/port HTTP/1.1" 200 1092 0.011805 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004011 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/subnet HTTP/1.1" 200 704 0.005928 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.131 - - [2025-08-18 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.131 - - [2025-08-18 02:09:38] "POST /neutron/network HTTP/1.1" 200 835 0.005827 10.0.0.131 - - [2025-08-18 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.131 - - [2025-08-18 02:09:38] "POST /virtual-machines HTTP/1.1" 200 554 0.011885 10.0.0.131 - - [2025-08-18 02:09:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.086330 10.0.0.131 - - [2025-08-18 02:09:38] "POST /chown HTTP/1.1" 200 109 0.007687 10.0.0.131 - - [2025-08-18 02:09:38] "POST /instance-ips HTTP/1.1" 200 552 0.036613 10.0.0.131 - - [2025-08-18 02:09:38] "POST /instance-ips HTTP/1.1" 400 246 0.012616 10.0.0.131 - - [2025-08-18 02:09:38] "POST /chown HTTP/1.1" 200 109 0.008227 10.0.0.131 - - [2025-08-18 02:09:38] "PUT /virtual-machine-interface/95ac8bd3-67bc-4b17-81a0-66571c99d313 HTTP/1.1" 200 285 0.009591 10.0.0.131 - - [2025-08-18 02:09:39] "PUT /instance-ip/eddad91a-2ea0-41f9-a042-1f11c5be9db4 HTTP/1.1" 200 257 0.013583 10.0.0.131 - - [2025-08-18 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.010494 10.0.0.131 - - [2025-08-18 02:09:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092144 10.0.0.131 - - [2025-08-18 02:09:39] "POST /chown HTTP/1.1" 200 109 0.010706 10.0.0.131 - - [2025-08-18 02:09:39] "POST /instance-ips HTTP/1.1" 200 550 0.033773 10.0.0.131 - - [2025-08-18 02:09:39] "POST /instance-ips HTTP/1.1" 400 316 0.023255 10.0.0.131 - - [2025-08-18 02:09:39] "POST /chown HTTP/1.1" 200 109 0.007916 10.0.0.131 - - [2025-08-18 02:09:39] "PUT /virtual-machine-interface/fbbe9ff8-4a9e-46c2-8377-f2cbcc760546 HTTP/1.1" 200 285 0.009374 10.0.0.131 - - [2025-08-18 02:09:39] "PUT /instance-ip/d355fe92-6a39-4131-a001-fe08764a0065 HTTP/1.1" 200 257 0.011137 10.0.0.131 - - [2025-08-18 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.009591 10.0.0.131 - - [2025-08-18 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.022441 10.0.0.131 - - [2025-08-18 02:09:39] "PUT /routing-instance/f7f95bdd-3c6f-441c-a2ea-01dcbfeec48d HTTP/1.1" 200 267 0.019922 10.0.0.131 - - [2025-08-18 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.010731 10.0.0.131 - - [2025-08-18 02:09:39] "POST /virtual-machines HTTP/1.1" 200 554 0.012666 10.0.0.131 - - [2025-08-18 02:09:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.090445 10.0.0.131 - - [2025-08-18 02:09:39] "POST /chown HTTP/1.1" 200 109 0.006242 10.0.0.131 - - [2025-08-18 02:09:40] "POST /instance-ips HTTP/1.1" 400 246 0.012907 10.0.0.131 - - [2025-08-18 02:09:40] "POST /chown HTTP/1.1" 200 109 0.007956 10.0.0.131 - - [2025-08-18 02:09:40] "PUT /virtual-machine-interface/e7288fcd-8748-4a82-9b4d-dec7a423b761 HTTP/1.1" 200 285 0.010415 10.0.0.131 - - [2025-08-18 02:09:40] "PUT /instance-ip/eddad91a-2ea0-41f9-a042-1f11c5be9db4 HTTP/1.1" 200 257 0.011728 10.0.0.131 - - [2025-08-18 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.131 - - [2025-08-18 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.010535 10.0.0.131 - - [2025-08-18 02:09:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.087607 10.0.0.131 - - [2025-08-18 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.020625 10.0.0.131 - - [2025-08-18 02:09:40] "PUT /routing-instance/f7f95bdd-3c6f-441c-a2ea-01dcbfeec48d HTTP/1.1" 200 267 0.021554 10.0.0.131 - - [2025-08-18 02:09:40] "POST /chown HTTP/1.1" 200 109 0.013259 10.0.0.131 - - [2025-08-18 02:09:40] "POST /instance-ips HTTP/1.1" 400 316 0.013092 10.0.0.131 - - [2025-08-18 02:09:40] "POST /chown HTTP/1.1" 200 109 0.014835 10.0.0.131 - - [2025-08-18 02:09:40] "PUT /virtual-machine-interface/ebdaf634-79c2-4f2b-b780-2d0c4bc50ce4 HTTP/1.1" 200 285 0.012317 10.0.0.131 - - [2025-08-18 02:09:40] "PUT /instance-ip/d355fe92-6a39-4131-a001-fe08764a0065 HTTP/1.1" 200 257 0.013093 10.0.0.131 - - [2025-08-18 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.009377 10.0.0.131 - - [2025-08-18 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.011773 10.0.0.131 - - [2025-08-18 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.014709 10.0.0.131 - - [2025-08-18 02:09:40] "PUT /routing-instance/f7f95bdd-3c6f-441c-a2ea-01dcbfeec48d HTTP/1.1" 200 267 0.025989 10.0.0.131 - - [2025-08-18 02:09:43] "POST /neutron/port HTTP/1.1" 200 1090 0.010322 10.0.0.131 - - [2025-08-18 02:09:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005327 10.0.0.131 - - [2025-08-18 02:09:43] "POST /neutron/port HTTP/1.1" 200 1090 0.010430 10.0.0.131 - - [2025-08-18 02:09:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005765 10.0.0.131 - - [2025-08-18 02:09:43] "POST /neutron/port HTTP/1.1" 200 1090 0.010025 10.0.0.131 - - [2025-08-18 02:09:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005519 10.0.0.131 - - [2025-08-18 02:09:43] "GET /virtual-machine/74846b0f-a013-4f2d-adc4-598f2b281481 HTTP/1.1" 401 293 0.000447 10.0.0.131 - - [2025-08-18 02:09:43] "GET /virtual-machine/74846b0f-a013-4f2d-adc4-598f2b281481 HTTP/1.1" 200 1297 0.024903 10.0.0.131 - - [2025-08-18 02:09:43] "GET /virtual-machine-interface/5caf466a-e00a-4bab-b90c-7b6d81c22891 HTTP/1.1" 200 2963 0.004550 10.0.0.131 - - [2025-08-18 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.131 - - [2025-08-18 02:09:43] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002738 10.0.0.131 - - [2025-08-18 02:09:43] "GET /virtual-networks?parent_id=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002822 10.0.0.131 - - [2025-08-18 02:09:43] "GET /virtual-network/42b70431-c774-460c-9554-e6e8917c7814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005020 10.0.0.131 - - [2025-08-18 02:09:45] "POST /neutron/port HTTP/1.1" 200 1090 0.009881 10.0.0.131 - - [2025-08-18 02:09:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004600 10.0.0.131 - - [2025-08-18 02:09:46] "POST /neutron/port HTTP/1.1" 200 1092 0.010835 10.0.0.131 - - [2025-08-18 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004371 10.0.0.131 - - [2025-08-18 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.131 - - [2025-08-18 02:09:46] "GET /virtual-network/42b70431-c774-460c-9554-e6e8917c7814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004648 10.0.0.131 - - [2025-08-18 02:09:47] "DELETE /project/8c7badafeb364e90afa5e043f4eb83ec HTTP/1.1" 404 173 0.015093 10.0.0.131 - - [2025-08-18 02:09:47] "DELETE /project/ba5ba2a565a64c648138c84242239480 HTTP/1.1" 404 173 0.011107 10.0.0.131 - - [2025-08-18 02:09:47] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.131 - - [2025-08-18 02:09:47] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000860 10.0.0.131 - - [2025-08-18 02:09:48] "GET /project/89818f96-99be-4c2c-b2b0-c7c090d97db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.033212 10.0.0.131 - - [2025-08-18 02:09:48] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.036578 10.0.0.131 - - [2025-08-18 02:09:48] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.131 - - [2025-08-18 02:09:48] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000895 10.0.0.131 - - [2025-08-18 02:09:48] "GET /project/89818f96-99be-4c2c-b2b0-c7c090d97db8?fields=security_groups HTTP/1.1" 200 1351 0.031195 10.0.0.131 - - [2025-08-18 02:09:48] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?fields=security_groups HTTP/1.1" 200 1357 0.033078 10.0.0.131 - - [2025-08-18 02:09:48] "DELETE /security-group/b3cfb3b6-5aa4-4207-bd28-030817248038 HTTP/1.1" 200 115 0.061935 10.0.0.131 - - [2025-08-18 02:09:48] "DELETE /security-group/276f5448-cda2-4877-9804-72739006680a HTTP/1.1" 200 115 0.063643 10.0.0.131 - - [2025-08-18 02:09:48] "GET /projects?obj_uuids=89818f96-99be-4c2c-b2b0-c7c090d97db8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001000 10.0.0.131 - - [2025-08-18 02:09:48] "GET /projects?obj_uuids=ba5ba2a5-65a6-4c64-8138-c84242239480&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.131 - - [2025-08-18 02:09:48] "DELETE /access-control-list/704ae66d-9039-4a5b-8bd1-f43856d9e9d3 HTTP/1.1" 200 115 0.050308 10.0.0.131 - - [2025-08-18 02:09:48] "GET /project/89818f96-99be-4c2c-b2b0-c7c090d97db8?fields=application_policy_sets HTTP/1.1" 200 1390 0.068209 10.0.0.131 - - [2025-08-18 02:09:48] "GET /project/ba5ba2a5-65a6-4c64-8138-c84242239480?fields=application_policy_sets HTTP/1.1" 200 1396 0.068071 10.0.0.131 - - [2025-08-18 02:09:48] "DELETE /access-control-list/d7827355-2565-47f8-81fb-6c93294c5aba HTTP/1.1" 200 115 0.056299 10.0.0.131 - - [2025-08-18 02:09:48] "DELETE /access-control-list/b0828dba-4ff4-4d51-af61-bd2a61484081 HTTP/1.1" 200 115 0.018595 10.0.0.131 - - [2025-08-18 02:09:48] "DELETE /access-control-list/32f4efe3-098a-40e8-8b40-10f863a10c70 HTTP/1.1" 200 115 0.028595 10.0.0.131 - - [2025-08-18 02:09:48] "DELETE /project/ba5ba2a5-65a6-4c64-8138-c84242239480 HTTP/1.1" 200 115 0.396407 10.0.0.131 - - [2025-08-18 02:09:48] "DELETE /project/89818f96-99be-4c2c-b2b0-c7c090d97db8 HTTP/1.1" 200 115 0.393641 10.0.0.131 - - [2025-08-18 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.131 - - [2025-08-18 02:09:48] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003093 10.0.0.131 - - [2025-08-18 02:09:49] "GET /virtual-networks?parent_id=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002795 10.0.0.131 - - [2025-08-18 02:09:49] "GET /virtual-network/42b70431-c774-460c-9554-e6e8917c7814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005033 10.0.0.131 - - [2025-08-18 02:09:49] "POST /neutron/port HTTP/1.1" 200 1092 0.010972 10.0.0.131 - - [2025-08-18 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005606 10.0.0.131 - - [2025-08-18 02:09:49] "POST /neutron/port HTTP/1.1" 200 1092 0.009894 10.0.0.131 - - [2025-08-18 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005518 10.0.0.131 - - [2025-08-18 02:09:49] "POST /neutron/port HTTP/1.1" 200 1092 0.009604 10.0.0.131 - - [2025-08-18 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004848 10.0.0.131 - - [2025-08-18 02:09:49] "GET /virtual-machine/e1a4721a-271d-41c3-a53b-18b6a98525f8 HTTP/1.1" 200 1298 0.004018 10.0.0.131 - - [2025-08-18 02:09:49] "GET /virtual-machine-interface/57cd25fc-a6e0-4d0d-9ab1-cee05bcc50f5 HTTP/1.1" 200 2975 0.004179 10.0.0.131 - - [2025-08-18 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.131 - - [2025-08-18 02:09:49] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002679 10.0.0.131 - - [2025-08-18 02:09:49] "GET /virtual-networks?parent_id=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002729 10.0.0.131 - - [2025-08-18 02:09:49] "GET /virtual-network/7d89b860-8ca1-425e-b883-fab005ee86ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004987 10.0.0.131 - - [2025-08-18 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.131 - - [2025-08-18 02:09:50] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003084 10.0.0.131 - - [2025-08-18 02:09:50] "GET /virtual-networks?parent_id=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003005 10.0.0.131 - - [2025-08-18 02:09:50] "GET /virtual-network/7d89b860-8ca1-425e-b883-fab005ee86ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005289 10.0.0.131 - - [2025-08-18 02:09:53] "GET /obj-perms HTTP/1.1" 200 5075 0.048575 10.0.0.131 - - [2025-08-18 02:09:54] "GET /obj-perms HTTP/1.1" 200 5075 0.040301 10.0.0.131 - - [2025-08-18 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.131 - - [2025-08-18 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002137 10.0.0.131 - - [2025-08-18 02:09:54] "POST /chown HTTP/1.1" 200 109 0.007072 10.0.0.131 - - [2025-08-18 02:09:54] "POST /instance-ips HTTP/1.1" 400 246 0.013089 10.0.0.131 - - [2025-08-18 02:09:54] "POST /chown HTTP/1.1" 200 109 0.006626 10.0.0.131 - - [2025-08-18 02:09:54] "POST /chown HTTP/1.1" 200 109 0.006355 10.0.0.131 - - [2025-08-18 02:09:54] "POST /instance-ips HTTP/1.1" 400 316 0.012057 10.0.0.131 - - [2025-08-18 02:09:54] "POST /chown HTTP/1.1" 200 109 0.006401 10.0.0.131 - - [2025-08-18 02:09:54] "POST /chown HTTP/1.1" 200 109 0.006642 10.0.0.131 - - [2025-08-18 02:09:54] "POST /instance-ips HTTP/1.1" 400 246 0.012859 10.0.0.131 - - [2025-08-18 02:09:54] "POST /neutron/router HTTP/1.1" 200 656 0.003677 10.0.0.131 - - [2025-08-18 02:09:54] "POST /chown HTTP/1.1" 200 109 0.017396 10.0.0.131 - - [2025-08-18 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.017443 10.0.0.131 - - [2025-08-18 02:09:54] "POST /neutron/router HTTP/1.1" 200 344 0.104322 10.0.0.131 - - [2025-08-18 02:09:54] "POST /chown HTTP/1.1" 200 109 0.015610 10.0.0.131 - - [2025-08-18 02:09:54] "POST /neutron/router HTTP/1.1" 200 656 0.005491 10.0.0.131 - - [2025-08-18 02:09:54] "GET /logical-router/c747ba2d-3112-4971-9e64-a0d844efdbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.007522 10.0.0.131 - - [2025-08-18 02:09:54] "GET /service-instance/befa6dab-cff1-47d7-9659-d3d8ccf3db39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2319 0.005424 10.0.0.131 - - [2025-08-18 02:09:54] "POST /instance-ips HTTP/1.1" 400 316 0.017539 10.0.0.131 - - [2025-08-18 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.131 - - [2025-08-18 02:09:54] "POST /neutron/router HTTP/1.1" 200 151 0.063718 10.0.0.131 - - [2025-08-18 02:09:54] "DELETE /route-target/4468d1fa-9fbd-4b0f-b212-ed3afa66f7d2 HTTP/1.1" 409 240 0.010260 10.0.0.131 - - [2025-08-18 02:09:54] "PUT /logical-router/c747ba2d-3112-4971-9e64-a0d844efdbea HTTP/1.1" 404 171 0.002413 10.0.0.131 - - [2025-08-18 02:09:54] "POST /chown HTTP/1.1" 200 109 0.008299 10.0.0.131 - - [2025-08-18 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.015376 10.0.0.131 - - [2025-08-18 02:09:55] "DELETE /route-table/6400fe7a-90b1-44fd-b317-2b0c87088eb3 HTTP/1.1" 200 115 0.042131 10.0.0.131 - - [2025-08-18 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005416 10.0.0.131 - - [2025-08-18 02:09:55] "PUT /routing-instance/f7f95bdd-3c6f-441c-a2ea-01dcbfeec48d HTTP/1.1" 200 267 0.013407 10.0.0.131 - - [2025-08-18 02:09:55] "POST /neutron/network HTTP/1.1" 200 835 0.005286 10.0.0.131 - - [2025-08-18 02:09:55] "GET /virtual-network/575f97db-8289-4790-af43-825cd7ee5e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.004623 10.0.0.131 - - [2025-08-18 02:09:55] "POST /neutron/network HTTP/1.1" 400 204 0.038172 10.0.0.131 - - [2025-08-18 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.010480 10.0.0.131 - - [2025-08-18 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.016263 10.0.0.131 - - [2025-08-18 02:09:55] "DELETE /instance-ip/d355fe92-6a39-4131-a001-fe08764a0065 HTTP/1.1" 200 115 0.042920 10.0.0.131 - - [2025-08-18 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.131 - - [2025-08-18 02:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002004 10.0.0.131 - - [2025-08-18 02:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004871 10.0.0.131 - - [2025-08-18 02:09:55] "DELETE /virtual-network/575f97db-8289-4790-af43-825cd7ee5e62 HTTP/1.1" 200 115 0.142929 10.0.0.131 - - [2025-08-18 02:09:55] "DELETE /route-target/1f75edd6-d689-4cbb-ab38-4e31e22ad6dd HTTP/1.1" 200 115 0.033987 10.0.0.131 - - [2025-08-18 02:09:55] "DELETE /service-instance/befa6dab-cff1-47d7-9659-d3d8ccf3db39 HTTP/1.1" 200 115 0.041030 10.0.0.131 - - [2025-08-18 02:09:55] "GET /logical-router/c747ba2d-3112-4971-9e64-a0d844efdbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006001 10.0.0.131 - - [2025-08-18 02:09:55] "GET /service-instance/befa6dab-cff1-47d7-9659-d3d8ccf3db39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003070 10.0.0.131 - - [2025-08-18 02:09:55] "POST /neutron/port HTTP/1.1" 200 1090 0.012959 10.0.0.131 - - [2025-08-18 02:09:55] "POST /neutron/port HTTP/1.1" 200 1116 0.010000 10.0.0.131 - - [2025-08-18 02:09:55] "POST /neutron/port HTTP/1.1" 200 1092 0.013823 10.0.0.131 - - [2025-08-18 02:09:55] "POST /neutron/port HTTP/1.1" 200 1118 0.010472 10.0.0.131 - - [2025-08-18 02:09:55] "GET /virtual-machine-interface/e7288fcd-8748-4a82-9b4d-dec7a423b761?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1657 0.005501 10.0.0.131 - - [2025-08-18 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.022909 10.0.0.131 - - [2025-08-18 02:09:55] "GET /instance-ip/eddad91a-2ea0-41f9-a042-1f11c5be9db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.003389 10.0.0.131 - - [2025-08-18 02:09:55] "POST /neutron/port HTTP/1.1" 200 151 0.163134 10.0.0.131 - - [2025-08-18 02:09:55] "POST /neutron/port HTTP/1.1" 200 151 0.142453 10.0.0.131 - - [2025-08-18 02:09:55] "DELETE /virtual-machine-interface/e7288fcd-8748-4a82-9b4d-dec7a423b761 HTTP/1.1" 200 115 0.037001 10.0.0.131 - - [2025-08-18 02:09:55] "GET /virtual-machine-interface/ebdaf634-79c2-4f2b-b780-2d0c4bc50ce4?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1336 0.005653 10.0.0.131 - - [2025-08-18 02:09:55] "DELETE /virtual-machine-interface/ebdaf634-79c2-4f2b-b780-2d0c4bc50ce4 HTTP/1.1" 200 115 0.035159 10.0.0.131 - - [2025-08-18 02:09:55] "DELETE /virtual-machine/79f972b3-2f80-4d47-a4e2-e0a18f20c64d HTTP/1.1" 200 115 0.018778 10.0.0.131 - - [2025-08-18 02:09:55] "GET /virtual-machine-interface/95ac8bd3-67bc-4b17-81a0-66571c99d313?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.005748 10.0.0.131 - - [2025-08-18 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.010632 10.0.0.131 - - [2025-08-18 02:09:56] "GET /instance-ip/eddad91a-2ea0-41f9-a042-1f11c5be9db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.007009 10.0.0.131 - - [2025-08-18 02:09:56] "DELETE /instance-ip/eddad91a-2ea0-41f9-a042-1f11c5be9db4 HTTP/1.1" 200 115 0.021039 10.0.0.131 - - [2025-08-18 02:09:56] "DELETE /virtual-machine-interface/95ac8bd3-67bc-4b17-81a0-66571c99d313 HTTP/1.1" 200 115 0.031245 10.0.0.131 - - [2025-08-18 02:09:56] "GET /virtual-machine-interface/fbbe9ff8-4a9e-46c2-8377-f2cbcc760546?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1335 0.005142 10.0.0.131 - - [2025-08-18 02:09:56] "DELETE /virtual-machine-interface/fbbe9ff8-4a9e-46c2-8377-f2cbcc760546 HTTP/1.1" 200 115 0.024981 10.0.0.131 - - [2025-08-18 02:09:56] "POST /ref-update HTTP/1.1" 200 156 0.008321 10.0.0.131 - - [2025-08-18 02:09:56] "DELETE /virtual-machine/7fbdac07-5edc-4002-9849-3059a9d66032 HTTP/1.1" 200 115 0.015630 10.0.0.131 - - [2025-08-18 02:09:57] "POST /neutron/network HTTP/1.1" 200 835 0.005263 10.0.0.131 - - [2025-08-18 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.131 - - [2025-08-18 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002802 10.0.0.131 - - [2025-08-18 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002140 10.0.0.131 - - [2025-08-18 02:09:57] "POST /neutron/network HTTP/1.1" 200 151 0.085200 10.0.0.131 - - [2025-08-18 02:09:57] "DELETE /route-target/c5ca03e0-4190-4646-8fb1-dcf00689a36a HTTP/1.1" 200 115 0.028402 10.0.0.131 - - [2025-08-18 02:09:57] "POST /neutron/network HTTP/1.1" 200 826 0.005339 10.0.0.131 - - [2025-08-18 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004080 10.0.0.131 - - [2025-08-18 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.131 - - [2025-08-18 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003823 10.0.0.131 - - [2025-08-18 02:09:57] "POST /neutron/network HTTP/1.1" 200 151 0.095713 10.0.0.131 - - [2025-08-18 02:09:57] "DELETE /route-target/4207067c-5617-4320-9d43-68540a3bfa7e HTTP/1.1" 200 115 0.014748 10.0.0.131 - - [2025-08-18 02:09:57] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001012 10.0.0.131 - - [2025-08-18 02:09:57] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.030214 10.0.0.131 - - [2025-08-18 02:09:57] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000962 10.0.0.131 - - [2025-08-18 02:09:57] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?fields=virtual_networks HTTP/1.1" 200 1041 0.069106 10.0.0.131 - - [2025-08-18 02:09:57] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001014 10.0.0.131 - - [2025-08-18 02:09:57] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.024822 10.0.0.131 - - [2025-08-18 02:09:57] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001474 10.0.0.131 - - [2025-08-18 02:09:57] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?fields=security_groups HTTP/1.1" 200 1271 0.028200 10.0.0.131 - - [2025-08-18 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.021858 10.0.0.131 - - [2025-08-18 02:09:58] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002192 10.0.0.131 - - [2025-08-18 02:09:58] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001325 10.0.0.131 - - [2025-08-18 02:09:58] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007128 10.0.0.131 - - [2025-08-18 02:09:58] "POST /id-to-fqname HTTP/1.1" 200 198 0.001153 10.0.0.131 - - [2025-08-18 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.002075 10.0.0.131 - - [2025-08-18 02:09:58] "POST /security-groups HTTP/1.1" 200 599 0.059518 10.0.0.131 - - [2025-08-18 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 242 0.002162 10.0.0.131 - - [2025-08-18 02:09:58] "POST /projects HTTP/1.1" 200 601 0.205522 10.0.0.131 - - [2025-08-18 02:09:58] "POST /access-control-lists HTTP/1.1" 200 606 0.056123 10.0.0.131 - - [2025-08-18 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.273781 10.0.0.131 - - [2025-08-18 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 241 0.003421 10.0.0.131 - - [2025-08-18 02:09:58] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.386267 10.0.0.131 - - [2025-08-18 02:09:59] "POST /access-control-lists HTTP/1.1" 200 604 0.059934 10.0.0.131 - - [2025-08-18 02:09:59] "GET / HTTP/1.1" 200 36215 0.001843 10.0.0.131 - - [2025-08-18 02:10:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000522 10.0.0.131 - - [2025-08-18 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.047092 10.0.0.131 - - [2025-08-18 02:10:00] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.131 - - [2025-08-18 02:10:00] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.023759 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/network HTTP/1.1" 200 117 0.025486 10.0.0.131 - - [2025-08-18 02:10:01] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/network HTTP/1.1" 200 613 0.056698 10.0.0.131 - - [2025-08-18 02:10:01] "POST /route-targets HTTP/1.1" 200 328 0.009970 10.0.0.131 - - [2025-08-18 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.009189 10.0.0.131 - - [2025-08-18 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001930 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.179956 10.0.0.131 - - [2025-08-18 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002528 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 823 0.179475 10.0.0.131 - - [2025-08-18 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.040673 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/network HTTP/1.1" 200 1006 0.007400 10.0.0.131 - - [2025-08-18 02:10:01] "GET /virtual-network/049d5e6c-4efb-41ed-8872-306b38c86397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.006413 10.0.0.131 - - [2025-08-18 02:10:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.000949 10.0.0.131 - - [2025-08-18 02:10:01] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004055 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/network HTTP/1.1" 200 1006 0.008232 10.0.0.131 - - [2025-08-18 02:10:01] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005539 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/network HTTP/1.1" 200 1006 0.007086 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.006506 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 823 0.006294 10.0.0.131 - - [2025-08-18 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001992 10.0.0.131 - - [2025-08-18 02:10:01] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.131 - - [2025-08-18 02:10:01] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.020533 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/network HTTP/1.1" 200 117 0.008642 10.0.0.131 - - [2025-08-18 02:10:01] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.131 - - [2025-08-18 02:10:01] "POST /neutron/network HTTP/1.1" 200 613 0.067847 10.0.0.131 - - [2025-08-18 02:10:01] "POST /route-targets HTTP/1.1" 200 328 0.010008 10.0.0.131 - - [2025-08-18 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.011354 10.0.0.131 - - [2025-08-18 02:10:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.208850 10.0.0.131 - - [2025-08-18 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.131 - - [2025-08-18 02:10:02] "GET /virtual-network/049d5e6c-4efb-41ed-8872-306b38c86397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.006526 10.0.0.131 - - [2025-08-18 02:10:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005695 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.143406 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/network HTTP/1.1" 200 1007 0.012724 10.0.0.131 - - [2025-08-18 02:10:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001802 10.0.0.131 - - [2025-08-18 02:10:02] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004507 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/network HTTP/1.1" 200 1007 0.006526 10.0.0.131 - - [2025-08-18 02:10:02] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004807 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/network HTTP/1.1" 200 1007 0.006326 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.005519 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.005761 10.0.0.131 - - [2025-08-18 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.001770 10.0.0.131 - - [2025-08-18 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002121 10.0.0.131 - - [2025-08-18 02:10:02] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.131 - - [2025-08-18 02:10:02] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.025401 10.0.0.131 - - [2025-08-18 02:10:02] "POST /network-policys HTTP/1.1" 200 579 0.059919 10.0.0.131 - - [2025-08-18 02:10:02] "GET /network-policy/d306452e-3eb6-4bee-8451-40989b4e78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004585 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/network HTTP/1.1" 200 1006 0.007454 10.0.0.131 - - [2025-08-18 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.007283 10.0.0.131 - - [2025-08-18 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.131 - - [2025-08-18 02:10:02] "GET /virtual-network/049d5e6c-4efb-41ed-8872-306b38c86397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.004933 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/network HTTP/1.1" 200 1114 0.047062 10.0.0.131 - - [2025-08-18 02:10:02] "POST /access-control-lists HTTP/1.1" 200 598 0.071735 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/network HTTP/1.1" 200 1114 0.048844 10.0.0.131 - - [2025-08-18 02:10:02] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006258 10.0.0.131 - - [2025-08-18 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.131 - - [2025-08-18 02:10:02] "GET /network-policy/d306452e-3eb6-4bee-8451-40989b4e78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003314 10.0.0.131 - - [2025-08-18 02:10:02] "POST /neutron/network HTTP/1.1" 200 1007 0.006774 10.0.0.131 - - [2025-08-18 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002054 10.0.0.131 - - [2025-08-18 02:10:02] "GET /virtual-network/049d5e6c-4efb-41ed-8872-306b38c86397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.008013 10.0.0.131 - - [2025-08-18 02:10:03] "PUT /access-control-list/574822fe-23d3-43f8-85fe-6a11364db973 HTTP/1.1" 200 273 0.059768 10.0.0.131 - - [2025-08-18 02:10:03] "POST /neutron/network HTTP/1.1" 200 1115 0.098479 10.0.0.131 - - [2025-08-18 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.005876 10.0.0.131 - - [2025-08-18 02:10:03] "POST /neutron/network HTTP/1.1" 200 1115 0.007729 10.0.0.131 - - [2025-08-18 02:10:03] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004241 10.0.0.131 - - [2025-08-18 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001994 10.0.0.131 - - [2025-08-18 02:10:03] "GET /network-policy/d306452e-3eb6-4bee-8451-40989b4e78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.028294 10.0.0.131 - - [2025-08-18 02:10:03] "POST /access-control-lists HTTP/1.1" 200 598 0.061491 10.0.0.131 - - [2025-08-18 02:10:03] "GET /domains HTTP/1.1" 401 293 0.000363 10.0.0.131 - - [2025-08-18 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.010921 10.0.0.131 - - [2025-08-18 02:10:03] "GET /domains HTTP/1.1" 200 281 0.020567 10.0.0.131 - - [2025-08-18 02:10:03] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.131 - - [2025-08-18 02:10:03] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2782 0.007056 10.0.0.131 - - [2025-08-18 02:10:03] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.131 - - [2025-08-18 02:10:03] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac HTTP/1.1" 200 2634 0.064159 10.0.0.131 - - [2025-08-18 02:10:03] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2 HTTP/1.1" 200 3512 0.005182 10.0.0.131 - - [2025-08-18 02:10:03] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2 HTTP/1.1" 200 3512 0.004292 10.0.0.131 - - [2025-08-18 02:10:03] "GET /routing-instance/78918b9b-f22d-43c7-acb5-58e207dfc050 HTTP/1.1" 200 1799 0.002621 10.0.0.131 - - [2025-08-18 02:10:03] "GET /routing-instance/78918b9b-f22d-43c7-acb5-58e207dfc050 HTTP/1.1" 200 1799 0.002375 10.0.0.131 - - [2025-08-18 02:10:03] "GET /route-target/a489c513-9016-465f-bf97-de488aa85da9 HTTP/1.1" 200 1215 0.002216 10.0.0.131 - - [2025-08-18 02:10:03] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2 HTTP/1.1" 200 3512 0.004021 10.0.0.131 - - [2025-08-18 02:10:03] "GET /routing-instance/78918b9b-f22d-43c7-acb5-58e207dfc050 HTTP/1.1" 200 1799 0.002477 10.0.0.131 - - [2025-08-18 02:10:03] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003910 10.0.0.131 - - [2025-08-18 02:10:03] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2 HTTP/1.1" 200 3512 0.003852 10.0.0.131 - - [2025-08-18 02:10:03] "GET /routing-instance/78918b9b-f22d-43c7-acb5-58e207dfc050 HTTP/1.1" 200 1799 0.002811 10.0.0.131 - - [2025-08-18 02:10:03] "GET /routing-instance/78918b9b-f22d-43c7-acb5-58e207dfc050 HTTP/1.1" 200 1799 0.002396 10.0.0.131 - - [2025-08-18 02:10:03] "GET /route-target/a489c513-9016-465f-bf97-de488aa85da9 HTTP/1.1" 200 1215 0.002139 10.0.0.131 - - [2025-08-18 02:10:03] "GET /domains HTTP/1.1" 200 281 0.001835 10.0.0.131 - - [2025-08-18 02:10:03] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.131 - - [2025-08-18 02:10:03] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2782 0.005751 10.0.0.131 - - [2025-08-18 02:10:03] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000846 10.0.0.131 - - [2025-08-18 02:10:03] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac HTTP/1.1" 200 2634 0.060289 10.0.0.131 - - [2025-08-18 02:10:03] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2 HTTP/1.1" 200 3512 0.004133 10.0.0.131 - - [2025-08-18 02:10:04] "GET /obj-perms HTTP/1.1" 200 5065 0.040696 10.0.0.131 - - [2025-08-18 02:10:04] "GET /domains HTTP/1.1" 200 281 0.002516 10.0.0.131 - - [2025-08-18 02:10:04] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.131 - - [2025-08-18 02:10:04] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2782 0.006305 10.0.0.131 - - [2025-08-18 02:10:04] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.131 - - [2025-08-18 02:10:04] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac HTTP/1.1" 200 2634 0.065437 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310 HTTP/1.1" 200 3514 0.006593 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310 HTTP/1.1" 200 3514 0.004540 10.0.0.131 - - [2025-08-18 02:10:04] "GET /routing-instance/77ada447-8e61-40f3-bfd2-4877081cc848 HTTP/1.1" 200 1799 0.003018 10.0.0.131 - - [2025-08-18 02:10:04] "GET /routing-instance/77ada447-8e61-40f3-bfd2-4877081cc848 HTTP/1.1" 200 1799 0.002624 10.0.0.131 - - [2025-08-18 02:10:04] "GET /route-target/42cbcf64-8f4b-4bdb-a8bb-1f1122142b66 HTTP/1.1" 200 1214 0.002419 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310 HTTP/1.1" 200 3514 0.003836 10.0.0.131 - - [2025-08-18 02:10:04] "GET /routing-instance/77ada447-8e61-40f3-bfd2-4877081cc848 HTTP/1.1" 200 1799 0.002612 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004142 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310 HTTP/1.1" 200 3514 0.004405 10.0.0.131 - - [2025-08-18 02:10:04] "GET /routing-instance/77ada447-8e61-40f3-bfd2-4877081cc848 HTTP/1.1" 200 1799 0.002492 10.0.0.131 - - [2025-08-18 02:10:04] "GET /routing-instance/77ada447-8e61-40f3-bfd2-4877081cc848 HTTP/1.1" 200 1799 0.002492 10.0.0.131 - - [2025-08-18 02:10:04] "GET /route-target/42cbcf64-8f4b-4bdb-a8bb-1f1122142b66 HTTP/1.1" 200 1214 0.002305 10.0.0.131 - - [2025-08-18 02:10:04] "GET /domains HTTP/1.1" 200 281 0.001747 10.0.0.131 - - [2025-08-18 02:10:04] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.131 - - [2025-08-18 02:10:04] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2782 0.005844 10.0.0.131 - - [2025-08-18 02:10:04] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.131 - - [2025-08-18 02:10:04] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac HTTP/1.1" 200 2634 0.062904 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310 HTTP/1.1" 200 3514 0.003990 10.0.0.131 - - [2025-08-18 02:10:04] "GET /obj-perms HTTP/1.1" 200 5065 0.002232 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004065 10.0.0.131 - - [2025-08-18 02:10:04] "POST /neutron/network HTTP/1.1" 200 1115 0.005526 10.0.0.131 - - [2025-08-18 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/049d5e6c-4efb-41ed-8872-306b38c86397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.004643 10.0.0.131 - - [2025-08-18 02:10:04] "POST /neutron/network HTTP/1.1" 200 1007 0.041606 10.0.0.131 - - [2025-08-18 02:10:04] "DELETE /access-control-list/fad6f737-c1fa-4d37-b952-964b3fa4d5e2 HTTP/1.1" 200 115 0.030915 10.0.0.131 - - [2025-08-18 02:10:04] "POST /neutron/network HTTP/1.1" 200 1007 0.007173 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/76f88f04-68d0-41b6-8597-c31edc666310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004078 10.0.0.131 - - [2025-08-18 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.012275 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007092 10.0.0.131 - - [2025-08-18 02:10:04] "POST /neutron/network HTTP/1.1" 200 1114 0.006281 10.0.0.131 - - [2025-08-18 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/049d5e6c-4efb-41ed-8872-306b38c86397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.004669 10.0.0.131 - - [2025-08-18 02:10:04] "POST /neutron/network HTTP/1.1" 200 1006 0.043059 10.0.0.131 - - [2025-08-18 02:10:04] "DELETE /access-control-list/574822fe-23d3-43f8-85fe-6a11364db973 HTTP/1.1" 200 115 0.028363 10.0.0.131 - - [2025-08-18 02:10:04] "POST /neutron/network HTTP/1.1" 200 1006 0.007352 10.0.0.131 - - [2025-08-18 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.012815 10.0.0.131 - - [2025-08-18 02:10:04] "GET /virtual-network/18d8e5d6-1ac7-44e1-bdd5-b3b5b2ce5ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004741 10.0.0.131 - - [2025-08-18 02:10:04] "DELETE /network-policy/d306452e-3eb6-4bee-8451-40989b4e78c9 HTTP/1.1" 200 115 0.026476 10.0.0.131 - - [2025-08-18 02:10:04] "POST /neutron/network HTTP/1.1" 200 1007 0.007456 10.0.0.131 - - [2025-08-18 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.131 - - [2025-08-18 02:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002840 10.0.0.131 - - [2025-08-18 02:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002472 10.0.0.131 - - [2025-08-18 02:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001766 10.0.0.131 - - [2025-08-18 02:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001573 10.0.0.131 - - [2025-08-18 02:10:04] "POST /neutron/network HTTP/1.1" 200 151 0.072524 10.0.0.131 - - [2025-08-18 02:10:04] "DELETE /route-target/42cbcf64-8f4b-4bdb-a8bb-1f1122142b66 HTTP/1.1" 200 115 0.018980 10.0.0.131 - - [2025-08-18 02:10:04] "GET /routing-instance/77ada447-8e61-40f3-bfd2-4877081cc848 HTTP/1.1" 404 171 0.001888 10.0.0.131 - - [2025-08-18 02:10:04] "GET /domains HTTP/1.1" 200 281 0.002168 10.0.0.131 - - [2025-08-18 02:10:04] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001730 10.0.0.131 - - [2025-08-18 02:10:04] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2782 0.049399 10.0.0.131 - - [2025-08-18 02:10:04] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.131 - - [2025-08-18 02:10:04] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac HTTP/1.1" 200 2152 0.065487 10.0.0.131 - - [2025-08-18 02:10:04] "POST /neutron/network HTTP/1.1" 200 1006 0.006461 10.0.0.131 - - [2025-08-18 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004802 10.0.0.131 - - [2025-08-18 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.131 - - [2025-08-18 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001804 10.0.0.131 - - [2025-08-18 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001731 10.0.0.131 - - [2025-08-18 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001517 10.0.0.131 - - [2025-08-18 02:10:05] "POST /neutron/network HTTP/1.1" 200 151 0.078408 10.0.0.131 - - [2025-08-18 02:10:05] "DELETE /route-target/a489c513-9016-465f-bf97-de488aa85da9 HTTP/1.1" 200 115 0.017226 10.0.0.131 - - [2025-08-18 02:10:05] "GET /routing-instance/78918b9b-f22d-43c7-acb5-58e207dfc050 HTTP/1.1" 404 171 0.001797 10.0.0.131 - - [2025-08-18 02:10:05] "GET /domains HTTP/1.1" 200 281 0.001897 10.0.0.131 - - [2025-08-18 02:10:05] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.131 - - [2025-08-18 02:10:05] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2782 0.046710 10.0.0.131 - - [2025-08-18 02:10:05] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.131 - - [2025-08-18 02:10:05] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac HTTP/1.1" 200 1906 0.063895 10.0.0.131 - - [2025-08-18 02:10:05] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.131 - - [2025-08-18 02:10:05] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.024511 10.0.0.131 - - [2025-08-18 02:10:05] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.131 - - [2025-08-18 02:10:05] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?fields=virtual_networks HTTP/1.1" 200 1051 0.069099 10.0.0.131 - - [2025-08-18 02:10:05] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001063 10.0.0.131 - - [2025-08-18 02:10:05] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.023562 10.0.0.131 - - [2025-08-18 02:10:05] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.131 - - [2025-08-18 02:10:05] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?fields=security_groups HTTP/1.1" 200 1286 0.027275 10.0.0.131 - - [2025-08-18 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 204 0.021087 10.0.0.131 - - [2025-08-18 02:10:06] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002223 10.0.0.131 - - [2025-08-18 02:10:06] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001334 10.0.0.131 - - [2025-08-18 02:10:06] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006903 10.0.0.131 - - [2025-08-18 02:10:06] "POST /id-to-fqname HTTP/1.1" 200 206 0.001180 10.0.0.131 - - [2025-08-18 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.002252 10.0.0.131 - - [2025-08-18 02:10:06] "POST /security-groups HTTP/1.1" 200 607 0.063668 10.0.0.131 - - [2025-08-18 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 250 0.002540 10.0.0.131 - - [2025-08-18 02:10:06] "POST /projects HTTP/1.1" 200 617 0.209471 10.0.0.131 - - [2025-08-18 02:10:06] "POST /access-control-lists HTTP/1.1" 200 614 0.057076 10.0.0.131 - - [2025-08-18 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.278238 10.0.0.131 - - [2025-08-18 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 249 0.002608 10.0.0.131 - - [2025-08-18 02:10:06] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.389626 10.0.0.131 - - [2025-08-18 02:10:06] "POST /access-control-lists HTTP/1.1" 200 612 0.055941 10.0.0.131 - - [2025-08-18 02:10:07] "GET / HTTP/1.1" 200 36215 0.001955 10.0.0.131 - - [2025-08-18 02:10:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000604 10.0.0.131 - - [2025-08-18 02:10:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.045336 10.0.0.131 - - [2025-08-18 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002317 10.0.0.131 - - [2025-08-18 02:10:09] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000977 10.0.0.131 - - [2025-08-18 02:10:09] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.024977 10.0.0.131 - - [2025-08-18 02:10:09] "POST /network-policys HTTP/1.1" 200 569 0.063083 10.0.0.131 - - [2025-08-18 02:10:09] "GET /network-policy/7f606e9e-765b-44f6-9206-51eda286b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004915 10.0.0.131 - - [2025-08-18 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.131 - - [2025-08-18 02:10:09] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001011 10.0.0.131 - - [2025-08-18 02:10:09] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.025285 10.0.0.131 - - [2025-08-18 02:10:09] "POST /neutron/network HTTP/1.1" 200 117 0.025109 10.0.0.131 - - [2025-08-18 02:10:09] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.005755 10.0.0.131 - - [2025-08-18 02:10:09] "POST /neutron/network HTTP/1.1" 200 623 0.084249 10.0.0.131 - - [2025-08-18 02:10:09] "POST /route-targets HTTP/1.1" 200 328 0.010616 10.0.0.131 - - [2025-08-18 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.011066 10.0.0.131 - - [2025-08-18 02:10:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002901 10.0.0.131 - - [2025-08-18 02:10:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.198470 10.0.0.131 - - [2025-08-18 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.131 - - [2025-08-18 02:10:09] "GET /virtual-network/049d5e6c-4efb-41ed-8872-306b38c86397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.004381 10.0.0.131 - - [2025-08-18 02:10:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003355 10.0.0.131 - - [2025-08-18 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.147608 10.0.0.131 - - [2025-08-18 02:10:10] "POST /neutron/network HTTP/1.1" 200 1015 0.005987 10.0.0.131 - - [2025-08-18 02:10:10] "POST /id-to-fqname HTTP/1.1" 200 237 0.000980 10.0.0.131 - - [2025-08-18 02:10:10] "GET /virtual-network/3335d758-71f5-4ebc-8f70-0363123552dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.004247 10.0.0.131 - - [2025-08-18 02:10:10] "POST /neutron/network HTTP/1.1" 200 1015 0.006289 10.0.0.131 - - [2025-08-18 02:10:10] "GET /virtual-network/3335d758-71f5-4ebc-8f70-0363123552dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005911 10.0.0.131 - - [2025-08-18 02:10:10] "POST /neutron/network HTTP/1.1" 200 1015 0.006381 10.0.0.131 - - [2025-08-18 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.005517 10.0.0.131 - - [2025-08-18 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.005479 10.0.0.131 - - [2025-08-18 02:10:10] "POST /neutron/network HTTP/1.1" 200 1015 0.005878 10.0.0.131 - - [2025-08-18 02:10:10] "POST /fqname-to-id HTTP/1.1" 404 252 0.005856 10.0.0.131 - - [2025-08-18 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.131 - - [2025-08-18 02:10:10] "GET /virtual-network/049d5e6c-4efb-41ed-8872-306b38c86397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.005045 10.0.0.131 - - [2025-08-18 02:10:10] "POST /neutron/network HTTP/1.1" 200 1122 0.046982 10.0.0.131 - - [2025-08-18 02:10:10] "POST /access-control-lists HTTP/1.1" 200 609 0.072199 10.0.0.131 - - [2025-08-18 02:10:10] "POST /neutron/network HTTP/1.1" 200 1122 0.046881 10.0.0.131 - - [2025-08-18 02:10:10] "GET /virtual-network/3335d758-71f5-4ebc-8f70-0363123552dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.004368 10.0.0.131 - - [2025-08-18 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.131 - - [2025-08-18 02:10:10] "GET /network-policy/7f606e9e-765b-44f6-9206-51eda286b646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003136 10.0.0.131 - - [2025-08-18 02:10:10] "GET /domains HTTP/1.1" 401 293 0.000393 10.0.0.131 - - [2025-08-18 02:10:10] "GET /domains HTTP/1.1" 200 281 0.020997 10.0.0.131 - - [2025-08-18 02:10:10] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.131 - - [2025-08-18 02:10:10] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2985 0.007431 10.0.0.131 - - [2025-08-18 02:10:10] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000852 10.0.0.131 - - [2025-08-18 02:10:10] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5 HTTP/1.1" 200 2466 0.068720 10.0.0.131 - - [2025-08-18 02:10:10] "GET /virtual-network/3335d758-71f5-4ebc-8f70-0363123552dc HTTP/1.1" 200 3547 0.005896 10.0.0.131 - - [2025-08-18 02:10:10] "GET /virtual-network/3335d758-71f5-4ebc-8f70-0363123552dc HTTP/1.1" 200 3547 0.004244 10.0.0.131 - - [2025-08-18 02:10:10] "GET /routing-instance/53d0a152-3318-4ca8-8636-16f05fcfcf41 HTTP/1.1" 200 1497 0.002935 10.0.0.131 - - [2025-08-18 02:10:10] "GET /routing-instance/53d0a152-3318-4ca8-8636-16f05fcfcf41 HTTP/1.1" 200 1497 0.002575 10.0.0.131 - - [2025-08-18 02:10:10] "GET /route-target/dbf7c66f-4650-4af4-bc44-0440b0920659 HTTP/1.1" 200 1225 0.002301 10.0.0.131 - - [2025-08-18 02:10:10] "GET /virtual-network/3335d758-71f5-4ebc-8f70-0363123552dc HTTP/1.1" 200 3547 0.004113 10.0.0.131 - - [2025-08-18 02:10:10] "GET /routing-instance/53d0a152-3318-4ca8-8636-16f05fcfcf41 HTTP/1.1" 200 1497 0.002731 10.0.0.131 - - [2025-08-18 02:10:10] "GET /virtual-network/3335d758-71f5-4ebc-8f70-0363123552dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.004401 10.0.0.131 - - [2025-08-18 02:10:10] "GET /virtual-network/3335d758-71f5-4ebc-8f70-0363123552dc HTTP/1.1" 200 3547 0.004390 10.0.0.131 - - [2025-08-18 02:10:10] "GET /routing-instance/53d0a152-3318-4ca8-8636-16f05fcfcf41 HTTP/1.1" 200 1497 0.002639 10.0.0.131 - - [2025-08-18 02:10:10] "GET /routing-instance/53d0a152-3318-4ca8-8636-16f05fcfcf41 HTTP/1.1" 200 1497 0.002748 10.0.0.131 - - [2025-08-18 02:10:10] "GET /route-target/dbf7c66f-4650-4af4-bc44-0440b0920659 HTTP/1.1" 200 1225 0.002299 10.0.0.131 - - [2025-08-18 02:10:10] "GET /domains HTTP/1.1" 200 281 0.002393 10.0.0.131 - - [2025-08-18 02:10:10] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.131 - - [2025-08-18 02:10:10] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2985 0.006754 10.0.0.131 - - [2025-08-18 02:10:10] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001149 10.0.0.131 - - [2025-08-18 02:10:11] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5 HTTP/1.1" 200 2466 0.066420 10.0.0.131 - - [2025-08-18 02:10:11] "GET /virtual-network/3335d758-71f5-4ebc-8f70-0363123552dc HTTP/1.1" 200 3547 0.004294 10.0.0.131 - - [2025-08-18 02:10:11] "GET /obj-perms HTTP/1.1" 200 5081 0.039689 10.0.0.131 - - [2025-08-18 02:10:11] "GET /domains HTTP/1.1" 200 281 0.002499 10.0.0.131 - - [2025-08-18 02:10:11] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.131 - - [2025-08-18 02:10:11] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2985 0.006120 10.0.0.131 - - [2025-08-18 02:10:11] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001157 10.0.0.131 - - [2025-08-18 02:10:11] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5 HTTP/1.1" 200 2466 0.063793 10.0.0.131 - - [2025-08-18 02:10:11] "GET /network-policy/7f606e9e-765b-44f6-9206-51eda286b646 HTTP/1.1" 200 3482 0.003623 10.0.0.131 - - [2025-08-18 02:10:11] "DELETE /network-policy/7f606e9e-765b-44f6-9206-51eda286b646 HTTP/1.1" 409 239 0.004757 10.0.0.131 - - [2025-08-18 02:10:11] "POST /neutron/network HTTP/1.1" 200 1122 0.005589 10.0.0.131 - - [2025-08-18 02:10:11] "DELETE /access-control-list/fa67d8fb-a7e8-40ff-b956-bf0162a43e29 HTTP/1.1" 200 115 0.026255 10.0.0.131 - - [2025-08-18 02:10:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001827 10.0.0.131 - - [2025-08-18 02:10:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002997 10.0.0.131 - - [2025-08-18 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.131 - - [2025-08-18 02:10:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001478 10.0.0.131 - - [2025-08-18 02:10:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001682 10.0.0.131 - - [2025-08-18 02:10:11] "POST /neutron/network HTTP/1.1" 200 151 0.084456 10.0.0.131 - - [2025-08-18 02:10:11] "GET /routing-instance/53d0a152-3318-4ca8-8636-16f05fcfcf41 HTTP/1.1" 404 171 0.001680 10.0.0.131 - - [2025-08-18 02:10:11] "GET /domains HTTP/1.1" 200 281 0.001660 10.0.0.131 - - [2025-08-18 02:10:11] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.131 - - [2025-08-18 02:10:11] "DELETE /route-target/dbf7c66f-4650-4af4-bc44-0440b0920659 HTTP/1.1" 200 115 0.010480 10.0.0.131 - - [2025-08-18 02:10:11] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2985 0.048560 10.0.0.131 - - [2025-08-18 02:10:11] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000921 10.0.0.131 - - [2025-08-18 02:10:11] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5 HTTP/1.1" 200 2211 0.068130 10.0.0.131 - - [2025-08-18 02:10:11] "DELETE /network-policy/7f606e9e-765b-44f6-9206-51eda286b646 HTTP/1.1" 200 115 0.018907 10.0.0.131 - - [2025-08-18 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002039 10.0.0.131 - - [2025-08-18 02:10:11] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001086 10.0.0.131 - - [2025-08-18 02:10:11] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.023638 10.0.0.131 - - [2025-08-18 02:10:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-17237807&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003836 10.0.0.131 - - [2025-08-18 02:10:12] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001049 10.0.0.131 - - [2025-08-18 02:10:12] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.021561 10.0.0.131 - - [2025-08-18 02:10:12] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000999 10.0.0.131 - - [2025-08-18 02:10:12] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?fields=virtual_networks HTTP/1.1" 200 1067 0.067627 10.0.0.131 - - [2025-08-18 02:10:12] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001358 10.0.0.131 - - [2025-08-18 02:10:12] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.020680 10.0.0.131 - - [2025-08-18 02:10:12] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001039 10.0.0.131 - - [2025-08-18 02:10:12] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?fields=security_groups HTTP/1.1" 200 1310 0.023905 10.0.0.131 - - [2025-08-18 02:10:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.019727 10.0.0.131 - - [2025-08-18 02:10:13] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002128 10.0.0.131 - - [2025-08-18 02:10:13] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.131 - - [2025-08-18 02:10:13] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006721 10.0.0.131 - - [2025-08-18 02:10:13] "POST /id-to-fqname HTTP/1.1" 200 192 0.002249 10.0.0.131 - - [2025-08-18 02:10:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.002127 10.0.0.131 - - [2025-08-18 02:10:13] "POST /security-groups HTTP/1.1" 200 593 0.059520 10.0.0.131 - - [2025-08-18 02:10:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.002184 10.0.0.131 - - [2025-08-18 02:10:13] "POST /projects HTTP/1.1" 200 589 0.197594 10.0.0.131 - - [2025-08-18 02:10:13] "POST /access-control-lists HTTP/1.1" 200 600 0.056211 10.0.0.131 - - [2025-08-18 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.260909 10.0.0.131 - - [2025-08-18 02:10:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.002791 10.0.0.131 - - [2025-08-18 02:10:13] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.373168 10.0.0.131 - - [2025-08-18 02:10:13] "POST /access-control-lists HTTP/1.1" 200 598 0.060041 10.0.0.131 - - [2025-08-18 02:10:14] "GET / HTTP/1.1" 200 36215 0.002025 10.0.0.131 - - [2025-08-18 02:10:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.131 - - [2025-08-18 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.044583 10.0.0.131 - - [2025-08-18 02:10:15] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.131 - - [2025-08-18 02:10:15] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021890 10.0.0.131 - - [2025-08-18 02:10:15] "POST /neutron/network HTTP/1.1" 200 117 0.025169 10.0.0.131 - - [2025-08-18 02:10:15] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001372 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/network HTTP/1.1" 200 607 0.074006 10.0.0.131 - - [2025-08-18 02:10:16] "POST /route-targets HTTP/1.1" 200 328 0.011306 10.0.0.131 - - [2025-08-18 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.009207 10.0.0.131 - - [2025-08-18 02:10:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003314 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.150123 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/network HTTP/1.1" 200 825 0.005035 10.0.0.131 - - [2025-08-18 02:10:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001239 10.0.0.131 - - [2025-08-18 02:10:16] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004394 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/network HTTP/1.1" 200 825 0.004978 10.0.0.131 - - [2025-08-18 02:10:16] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006011 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/network HTTP/1.1" 200 825 0.004891 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.006134 10.0.0.131 - - [2025-08-18 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002028 10.0.0.131 - - [2025-08-18 02:10:16] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002303 10.0.0.131 - - [2025-08-18 02:10:16] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023581 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/network HTTP/1.1" 200 117 0.007533 10.0.0.131 - - [2025-08-18 02:10:16] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001498 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/network HTTP/1.1" 200 607 0.054847 10.0.0.131 - - [2025-08-18 02:10:16] "POST /route-targets HTTP/1.1" 200 328 0.008490 10.0.0.131 - - [2025-08-18 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.008989 10.0.0.131 - - [2025-08-18 02:10:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002919 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.144521 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/network HTTP/1.1" 200 826 0.004680 10.0.0.131 - - [2025-08-18 02:10:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001075 10.0.0.131 - - [2025-08-18 02:10:16] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004747 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/network HTTP/1.1" 200 826 0.005523 10.0.0.131 - - [2025-08-18 02:10:16] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005099 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/network HTTP/1.1" 200 826 0.005408 10.0.0.131 - - [2025-08-18 02:10:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.005454 10.0.0.131 - - [2025-08-18 02:10:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.001978 10.0.0.131 - - [2025-08-18 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.131 - - [2025-08-18 02:10:16] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001084 10.0.0.131 - - [2025-08-18 02:10:16] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025063 10.0.0.131 - - [2025-08-18 02:10:17] "POST /network-policys HTTP/1.1" 200 573 0.014637 10.0.0.131 - - [2025-08-18 02:10:17] "GET /network-policy/9fcecb9f-cabe-4f47-8392-8153c6baf8f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004344 10.0.0.131 - - [2025-08-18 02:10:17] "POST /neutron/network HTTP/1.1" 200 825 0.005010 10.0.0.131 - - [2025-08-18 02:10:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.004142 10.0.0.131 - - [2025-08-18 02:10:17] "POST /neutron/network HTTP/1.1" 200 927 0.046054 10.0.0.131 - - [2025-08-18 02:10:17] "POST /neutron/network HTTP/1.1" 200 927 0.040783 10.0.0.131 - - [2025-08-18 02:10:17] "POST /access-control-lists HTTP/1.1" 200 592 0.071213 10.0.0.131 - - [2025-08-18 02:10:17] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005866 10.0.0.131 - - [2025-08-18 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002149 10.0.0.131 - - [2025-08-18 02:10:17] "GET /network-policy/9fcecb9f-cabe-4f47-8392-8153c6baf8f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003401 10.0.0.131 - - [2025-08-18 02:10:17] "POST /neutron/network HTTP/1.1" 200 826 0.004956 10.0.0.131 - - [2025-08-18 02:10:17] "PUT /access-control-list/088a841a-5b62-4583-86f3-73f92115dbaa HTTP/1.1" 200 273 0.063763 10.0.0.131 - - [2025-08-18 02:10:17] "POST /neutron/network HTTP/1.1" 200 928 0.090157 10.0.0.131 - - [2025-08-18 02:10:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.002269 10.0.0.131 - - [2025-08-18 02:10:17] "POST /neutron/network HTTP/1.1" 200 928 0.005109 10.0.0.131 - - [2025-08-18 02:10:17] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004351 10.0.0.131 - - [2025-08-18 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002152 10.0.0.131 - - [2025-08-18 02:10:17] "GET /network-policy/9fcecb9f-cabe-4f47-8392-8153c6baf8f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.024504 10.0.0.131 - - [2025-08-18 02:10:17] "POST /access-control-lists HTTP/1.1" 200 592 0.057348 10.0.0.131 - - [2025-08-18 02:10:17] "GET /domains HTTP/1.1" 401 293 0.000409 10.0.0.131 - - [2025-08-18 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.008733 10.0.0.131 - - [2025-08-18 02:10:17] "GET /domains HTTP/1.1" 200 281 0.021454 10.0.0.131 - - [2025-08-18 02:10:17] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.131 - - [2025-08-18 02:10:17] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 3174 0.007766 10.0.0.131 - - [2025-08-18 02:10:17] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001388 10.0.0.131 - - [2025-08-18 02:10:18] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2 HTTP/1.1" 200 2580 0.071225 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab HTTP/1.1" 200 2896 0.007565 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab HTTP/1.1" 200 2896 0.005566 10.0.0.131 - - [2025-08-18 02:10:18] "GET /routing-instance/0d45888a-4d5e-436e-b438-1f303212ec73 HTTP/1.1" 200 1786 0.003977 10.0.0.131 - - [2025-08-18 02:10:18] "GET /routing-instance/0d45888a-4d5e-436e-b438-1f303212ec73 HTTP/1.1" 200 1786 0.003828 10.0.0.131 - - [2025-08-18 02:10:18] "GET /route-target/8c47c189-792b-47d2-9fd5-44164a70c8a9 HTTP/1.1" 200 1209 0.003839 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab HTTP/1.1" 200 2896 0.006046 10.0.0.131 - - [2025-08-18 02:10:18] "GET /routing-instance/0d45888a-4d5e-436e-b438-1f303212ec73 HTTP/1.1" 200 1786 0.004066 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005848 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab HTTP/1.1" 200 2896 0.004826 10.0.0.131 - - [2025-08-18 02:10:18] "GET /routing-instance/0d45888a-4d5e-436e-b438-1f303212ec73 HTTP/1.1" 200 1786 0.002623 10.0.0.131 - - [2025-08-18 02:10:18] "GET /routing-instance/0d45888a-4d5e-436e-b438-1f303212ec73 HTTP/1.1" 200 1786 0.002489 10.0.0.131 - - [2025-08-18 02:10:18] "GET /route-target/8c47c189-792b-47d2-9fd5-44164a70c8a9 HTTP/1.1" 200 1209 0.003005 10.0.0.131 - - [2025-08-18 02:10:18] "GET /domains HTTP/1.1" 200 281 0.002908 10.0.0.131 - - [2025-08-18 02:10:18] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.131 - - [2025-08-18 02:10:18] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 3174 0.008545 10.0.0.131 - - [2025-08-18 02:10:18] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001662 10.0.0.131 - - [2025-08-18 02:10:18] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2 HTTP/1.1" 200 2580 0.071983 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab HTTP/1.1" 200 2896 0.004194 10.0.0.131 - - [2025-08-18 02:10:18] "GET /obj-perms HTTP/1.1" 200 5053 0.040282 10.0.0.131 - - [2025-08-18 02:10:18] "GET /domains HTTP/1.1" 200 281 0.002664 10.0.0.131 - - [2025-08-18 02:10:18] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001276 10.0.0.131 - - [2025-08-18 02:10:18] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 3174 0.007980 10.0.0.131 - - [2025-08-18 02:10:18] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001579 10.0.0.131 - - [2025-08-18 02:10:18] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2 HTTP/1.1" 200 2580 0.069589 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a HTTP/1.1" 200 2898 0.007387 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a HTTP/1.1" 200 2898 0.005089 10.0.0.131 - - [2025-08-18 02:10:18] "GET /routing-instance/843e6186-92bd-40e4-89d6-56f99481d6cc HTTP/1.1" 200 1786 0.002642 10.0.0.131 - - [2025-08-18 02:10:18] "GET /routing-instance/843e6186-92bd-40e4-89d6-56f99481d6cc HTTP/1.1" 200 1786 0.002386 10.0.0.131 - - [2025-08-18 02:10:18] "GET /route-target/6d0ced41-a780-44ed-a99a-4e28f5e5f15b HTTP/1.1" 200 1208 0.002179 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a HTTP/1.1" 200 2898 0.003803 10.0.0.131 - - [2025-08-18 02:10:18] "GET /routing-instance/843e6186-92bd-40e4-89d6-56f99481d6cc HTTP/1.1" 200 1786 0.002399 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003851 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a HTTP/1.1" 200 2898 0.005391 10.0.0.131 - - [2025-08-18 02:10:18] "GET /routing-instance/843e6186-92bd-40e4-89d6-56f99481d6cc HTTP/1.1" 200 1786 0.002422 10.0.0.131 - - [2025-08-18 02:10:18] "GET /routing-instance/843e6186-92bd-40e4-89d6-56f99481d6cc HTTP/1.1" 200 1786 0.002484 10.0.0.131 - - [2025-08-18 02:10:18] "GET /route-target/6d0ced41-a780-44ed-a99a-4e28f5e5f15b HTTP/1.1" 200 1208 0.002265 10.0.0.131 - - [2025-08-18 02:10:18] "GET /domains HTTP/1.1" 200 281 0.002001 10.0.0.131 - - [2025-08-18 02:10:18] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.131 - - [2025-08-18 02:10:18] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 3174 0.005975 10.0.0.131 - - [2025-08-18 02:10:18] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001161 10.0.0.131 - - [2025-08-18 02:10:18] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2 HTTP/1.1" 200 2580 0.066184 10.0.0.131 - - [2025-08-18 02:10:18] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a HTTP/1.1" 200 2898 0.005278 10.0.0.131 - - [2025-08-18 02:10:18] "GET /obj-perms HTTP/1.1" 200 5053 0.003215 10.0.0.131 - - [2025-08-18 02:10:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001497 10.0.0.131 - - [2025-08-18 02:10:19] "POST /neutron/network HTTP/1.1" 200 937 0.005122 10.0.0.131 - - [2025-08-18 02:10:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000376 10.0.0.131 - - [2025-08-18 02:10:19] "GET / HTTP/1.1" 200 36215 0.001744 10.0.0.131 - - [2025-08-18 02:10:19] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000356 10.0.0.131 - - [2025-08-18 02:10:19] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.131 - - [2025-08-18 02:10:19] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042513 10.0.0.131 - - [2025-08-18 02:10:19] "POST /neutron/network HTTP/1.1" 200 927 0.006370 10.0.0.131 - - [2025-08-18 02:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.004457 10.0.0.131 - - [2025-08-18 02:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.004734 10.0.0.131 - - [2025-08-18 02:10:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001304 10.0.0.131 - - [2025-08-18 02:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.004993 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/network HTTP/1.1" 200 938 0.005074 10.0.0.131 - - [2025-08-18 02:10:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000411 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/network HTTP/1.1" 200 937 0.005567 10.0.0.131 - - [2025-08-18 02:10:20] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001163 10.0.0.131 - - [2025-08-18 02:10:20] "GET / HTTP/1.1" 200 36215 0.001732 10.0.0.131 - - [2025-08-18 02:10:20] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000398 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/port HTTP/1.1" 200 1061 0.197529 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/port HTTP/1.1" 200 1061 0.008806 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/port HTTP/1.1" 200 1061 0.009150 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/port HTTP/1.1" 200 1115 0.051528 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/port HTTP/1.1" 200 1089 0.009972 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002558 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.005981 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/network HTTP/1.1" 200 927 0.005745 10.0.0.131 - - [2025-08-18 02:10:20] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.131 - - [2025-08-18 02:10:20] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043731 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/network HTTP/1.1" 200 928 0.005335 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/port HTTP/1.1" 200 1089 0.014012 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009482 10.0.0.131 - - [2025-08-18 02:10:20] "POST /neutron/port HTTP/1.1" 200 117 0.004562 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/port HTTP/1.1" 200 1089 0.014906 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006841 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/network HTTP/1.1" 200 938 0.005242 10.0.0.131 - - [2025-08-18 02:10:21] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.131 - - [2025-08-18 02:10:21] "PUT /access-control-list/983aa52c-3bd9-4b2a-84bc-d4f17e1e9ad6 HTTP/1.1" 200 273 0.055574 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/port HTTP/1.1" 200 1062 0.267978 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/port HTTP/1.1" 200 1062 0.013263 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/port HTTP/1.1" 200 1062 0.011137 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/port HTTP/1.1" 200 1116 0.061450 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/port HTTP/1.1" 200 1090 0.009464 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002708 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.006240 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.131 - - [2025-08-18 02:10:21] "POST /neutron/network HTTP/1.1" 200 928 0.004766 10.0.0.131 - - [2025-08-18 02:10:26] "POST /neutron/port HTTP/1.1" 200 1089 0.010402 10.0.0.131 - - [2025-08-18 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006096 10.0.0.131 - - [2025-08-18 02:10:26] "POST /neutron/port HTTP/1.1" 200 1089 0.011540 10.0.0.131 - - [2025-08-18 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006126 10.0.0.131 - - [2025-08-18 02:10:26] "POST /neutron/port HTTP/1.1" 200 1089 0.010036 10.0.0.131 - - [2025-08-18 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005639 10.0.0.131 - - [2025-08-18 02:10:26] "GET /virtual-machine/a64f3b9d-b82a-440a-8c0d-6c2d4e792931 HTTP/1.1" 200 1297 0.004358 10.0.0.131 - - [2025-08-18 02:10:26] "GET /virtual-machine-interface/d019e1df-0607-4bbe-b4ec-68fc0f6a0d42 HTTP/1.1" 200 2959 0.004346 10.0.0.131 - - [2025-08-18 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.131 - - [2025-08-18 02:10:26] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002599 10.0.0.131 - - [2025-08-18 02:10:26] "GET /virtual-networks?parent_id=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002462 10.0.0.131 - - [2025-08-18 02:10:26] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004791 10.0.0.131 - - [2025-08-18 02:10:28] "POST /neutron/port HTTP/1.1" 200 1089 0.012778 10.0.0.131 - - [2025-08-18 02:10:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004688 10.0.0.131 - - [2025-08-18 02:10:29] "POST /neutron/port HTTP/1.1" 200 1090 0.010024 10.0.0.131 - - [2025-08-18 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004245 10.0.0.131 - - [2025-08-18 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002352 10.0.0.131 - - [2025-08-18 02:10:29] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004389 10.0.0.131 - - [2025-08-18 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.131 - - [2025-08-18 02:10:31] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002753 10.0.0.131 - - [2025-08-18 02:10:31] "GET /virtual-networks?parent_id=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002785 10.0.0.131 - - [2025-08-18 02:10:31] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005630 10.0.0.131 - - [2025-08-18 02:10:32] "POST /neutron/port HTTP/1.1" 200 1090 0.010467 10.0.0.131 - - [2025-08-18 02:10:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005062 10.0.0.131 - - [2025-08-18 02:10:32] "POST /neutron/port HTTP/1.1" 200 1090 0.009908 10.0.0.131 - - [2025-08-18 02:10:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005398 10.0.0.131 - - [2025-08-18 02:10:32] "POST /neutron/port HTTP/1.1" 200 1090 0.011420 10.0.0.131 - - [2025-08-18 02:10:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008026 10.0.0.131 - - [2025-08-18 02:10:32] "GET /virtual-machine/56ee3677-44f1-4a07-9312-d48fe082027e HTTP/1.1" 200 1296 0.005357 10.0.0.131 - - [2025-08-18 02:10:32] "GET /virtual-machine-interface/40d44bed-4f48-4d6e-9296-375b70cc3194 HTTP/1.1" 200 2958 0.006684 10.0.0.131 - - [2025-08-18 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.131 - - [2025-08-18 02:10:32] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004069 10.0.0.131 - - [2025-08-18 02:10:32] "GET /virtual-networks?parent_id=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003583 10.0.0.131 - - [2025-08-18 02:10:32] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005074 10.0.0.131 - - [2025-08-18 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.131 - - [2025-08-18 02:10:33] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002506 10.0.0.131 - - [2025-08-18 02:10:33] "GET /virtual-networks?parent_id=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003084 10.0.0.131 - - [2025-08-18 02:10:33] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004795 10.0.0.131 - - [2025-08-18 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.131 - - [2025-08-18 02:10:37] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001049 10.0.0.131 - - [2025-08-18 02:10:37] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021849 10.0.0.131 - - [2025-08-18 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.131 - - [2025-08-18 02:10:37] "PUT /network-policy/9fcecb9f-cabe-4f47-8392-8153c6baf8f8 HTTP/1.1" 200 263 0.009065 10.0.0.131 - - [2025-08-18 02:10:38] "PUT /access-control-list/088a841a-5b62-4583-86f3-73f92115dbaa HTTP/1.1" 200 273 0.057286 10.0.0.131 - - [2025-08-18 02:10:38] "POST /ref-update HTTP/1.1" 200 156 0.009557 10.0.0.131 - - [2025-08-18 02:10:38] "PUT /access-control-list/983aa52c-3bd9-4b2a-84bc-d4f17e1e9ad6 HTTP/1.1" 200 273 0.049378 10.0.0.131 - - [2025-08-18 02:10:38] "POST /ref-update HTTP/1.1" 200 156 0.009252 10.0.0.131 - - [2025-08-18 02:10:41] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004943 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/network HTTP/1.1" 200 928 0.005636 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/network HTTP/1.1" 200 826 0.040908 10.0.0.131 - - [2025-08-18 02:10:41] "DELETE /access-control-list/983aa52c-3bd9-4b2a-84bc-d4f17e1e9ad6 HTTP/1.1" 200 115 0.029494 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/network HTTP/1.1" 200 826 0.010113 10.0.0.131 - - [2025-08-18 02:10:41] "GET /virtual-network/4ae1d80a-24b8-4358-8d86-822167a2ac7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006098 10.0.0.131 - - [2025-08-18 02:10:41] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005846 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/network HTTP/1.1" 200 927 0.005393 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/network HTTP/1.1" 200 825 0.045638 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/network HTTP/1.1" 200 825 0.005194 10.0.0.131 - - [2025-08-18 02:10:41] "DELETE /access-control-list/088a841a-5b62-4583-86f3-73f92115dbaa HTTP/1.1" 200 115 0.045604 10.0.0.131 - - [2025-08-18 02:10:41] "GET /virtual-network/d17738a2-82fa-45da-bd3a-1955554ebeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008743 10.0.0.131 - - [2025-08-18 02:10:41] "DELETE /network-policy/9fcecb9f-cabe-4f47-8392-8153c6baf8f8 HTTP/1.1" 200 115 0.023212 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/network HTTP/1.1" 200 826 0.005044 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/network HTTP/1.1" 400 204 0.009442 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/port HTTP/1.1" 200 1090 0.009973 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/port HTTP/1.1" 200 1116 0.007290 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/port HTTP/1.1" 200 1089 0.010692 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/port HTTP/1.1" 200 1115 0.010219 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/port HTTP/1.1" 200 151 0.100753 10.0.0.131 - - [2025-08-18 02:10:41] "POST /neutron/port HTTP/1.1" 200 151 0.095934 10.0.0.131 - - [2025-08-18 02:10:43] "POST /neutron/network HTTP/1.1" 200 826 0.005609 10.0.0.131 - - [2025-08-18 02:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003112 10.0.0.131 - - [2025-08-18 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.131 - - [2025-08-18 02:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001500 10.0.0.131 - - [2025-08-18 02:10:43] "POST /neutron/network HTTP/1.1" 200 151 0.067994 10.0.0.131 - - [2025-08-18 02:10:43] "DELETE /route-target/6d0ced41-a780-44ed-a99a-4e28f5e5f15b HTTP/1.1" 200 115 0.012605 10.0.0.131 - - [2025-08-18 02:10:43] "GET /routing-instance/843e6186-92bd-40e4-89d6-56f99481d6cc HTTP/1.1" 404 171 0.002006 10.0.0.131 - - [2025-08-18 02:10:43] "GET /domains HTTP/1.1" 200 281 0.001922 10.0.0.131 - - [2025-08-18 02:10:43] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.131 - - [2025-08-18 02:10:43] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 3174 0.050631 10.0.0.131 - - [2025-08-18 02:10:43] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.131 - - [2025-08-18 02:10:43] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2 HTTP/1.1" 200 2110 0.073977 10.0.0.131 - - [2025-08-18 02:10:43] "POST /neutron/network HTTP/1.1" 200 825 0.005307 10.0.0.131 - - [2025-08-18 02:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002376 10.0.0.131 - - [2025-08-18 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.131 - - [2025-08-18 02:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001957 10.0.0.131 - - [2025-08-18 02:10:43] "POST /neutron/network HTTP/1.1" 200 151 0.069389 10.0.0.131 - - [2025-08-18 02:10:43] "GET /routing-instance/0d45888a-4d5e-436e-b438-1f303212ec73 HTTP/1.1" 404 171 0.002695 10.0.0.131 - - [2025-08-18 02:10:43] "GET /domains HTTP/1.1" 200 281 0.007007 10.0.0.131 - - [2025-08-18 02:10:43] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.131 - - [2025-08-18 02:10:43] "DELETE /route-target/8c47c189-792b-47d2-9fd5-44164a70c8a9 HTTP/1.1" 200 115 0.030083 10.0.0.131 - - [2025-08-18 02:10:43] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 3174 0.050248 10.0.0.131 - - [2025-08-18 02:10:43] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001433 10.0.0.131 - - [2025-08-18 02:10:43] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2 HTTP/1.1" 200 1870 0.061714 10.0.0.131 - - [2025-08-18 02:10:44] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001063 10.0.0.131 - - [2025-08-18 02:10:44] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025515 10.0.0.131 - - [2025-08-18 02:10:44] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001439 10.0.0.131 - - [2025-08-18 02:10:44] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?fields=virtual_networks HTTP/1.1" 200 1039 0.068261 10.0.0.131 - - [2025-08-18 02:10:44] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001080 10.0.0.131 - - [2025-08-18 02:10:44] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.024157 10.0.0.131 - - [2025-08-18 02:10:44] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.131 - - [2025-08-18 02:10:44] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?fields=security_groups HTTP/1.1" 200 1268 0.021724 10.0.0.131 - - [2025-08-18 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 181 0.020877 10.0.0.131 - - [2025-08-18 02:10:45] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002232 10.0.0.131 - - [2025-08-18 02:10:45] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001346 10.0.0.131 - - [2025-08-18 02:10:45] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006842 10.0.0.131 - - [2025-08-18 02:10:45] "POST /id-to-fqname HTTP/1.1" 200 183 0.001278 10.0.0.131 - - [2025-08-18 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.002038 10.0.0.131 - - [2025-08-18 02:10:45] "POST /security-groups HTTP/1.1" 200 584 0.059205 10.0.0.131 - - [2025-08-18 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 227 0.002173 10.0.0.131 - - [2025-08-18 02:10:45] "POST /projects HTTP/1.1" 200 571 0.194918 10.0.0.131 - - [2025-08-18 02:10:45] "POST /access-control-lists HTTP/1.1" 200 591 0.053580 10.0.0.131 - - [2025-08-18 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.258636 10.0.0.131 - - [2025-08-18 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 226 0.002112 10.0.0.131 - - [2025-08-18 02:10:45] "GET /project/a1848059-5424-42eb-af56-6856881880f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.371577 10.0.0.131 - - [2025-08-18 02:10:45] "POST /access-control-lists HTTP/1.1" 200 589 0.055785 10.0.0.131 - - [2025-08-18 02:10:46] "GET / HTTP/1.1" 200 36215 0.002798 10.0.0.131 - - [2025-08-18 02:10:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.131 - - [2025-08-18 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.046138 10.0.0.131 - - [2025-08-18 02:10:47] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000937 10.0.0.131 - - [2025-08-18 02:10:47] "GET /project/a1848059-5424-42eb-af56-6856881880f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.024184 10.0.0.131 - - [2025-08-18 02:10:47] "POST /neutron/network HTTP/1.1" 200 117 0.024643 10.0.0.131 - - [2025-08-18 02:10:47] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002750 10.0.0.131 - - [2025-08-18 02:10:47] "POST /neutron/network HTTP/1.1" 200 612 0.065792 10.0.0.131 - - [2025-08-18 02:10:47] "POST /route-targets HTTP/1.1" 200 328 0.010652 10.0.0.131 - - [2025-08-18 02:10:47] "POST /ref-update HTTP/1.1" 200 156 0.010447 10.0.0.131 - - [2025-08-18 02:10:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004433 10.0.0.131 - - [2025-08-18 02:10:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.189660 10.0.0.131 - - [2025-08-18 02:10:47] "POST /neutron/network HTTP/1.1" 200 831 0.004414 10.0.0.131 - - [2025-08-18 02:10:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001024 10.0.0.131 - - [2025-08-18 02:10:47] "GET /virtual-network/0439f453-408c-4ac5-8df1-89de821fed6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004191 10.0.0.131 - - [2025-08-18 02:10:47] "POST /neutron/network HTTP/1.1" 200 831 0.005495 10.0.0.131 - - [2025-08-18 02:10:48] "GET /virtual-network/0439f453-408c-4ac5-8df1-89de821fed6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004716 10.0.0.131 - - [2025-08-18 02:10:48] "POST /neutron/network HTTP/1.1" 200 831 0.004880 10.0.0.131 - - [2025-08-18 02:10:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.005296 10.0.0.131 - - [2025-08-18 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001884 10.0.0.131 - - [2025-08-18 02:10:48] "GET /virtual-network/0439f453-408c-4ac5-8df1-89de821fed6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004882 10.0.0.131 - - [2025-08-18 02:10:48] "POST /route-targets HTTP/1.1" 200 324 0.013028 10.0.0.131 - - [2025-08-18 02:10:48] "PUT /virtual-network/0439f453-408c-4ac5-8df1-89de821fed6c HTTP/1.1" 200 265 0.035748 10.0.0.131 - - [2025-08-18 02:10:48] "POST /ref-update HTTP/1.1" 200 156 0.010201 10.0.0.131 - - [2025-08-18 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001098 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/a1848059-5424-42eb-af56-6856881880f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.025583 10.0.0.131 - - [2025-08-18 02:10:48] "POST /neutron/network HTTP/1.1" 200 117 0.008294 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /project/f00a455128c74798a3bd46c1db3000ac HTTP/1.1" 404 173 0.015598 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /project/c90cdc3dc1ff4cefa0471b0c033965b5 HTTP/1.1" 404 173 0.007210 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /project/a1848059542442ebaf566856881880f9 HTTP/1.1" 404 173 0.010992 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /project/9091c9af71754111a31bda176ddd5cb2 HTTP/1.1" 404 173 0.007017 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000977 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000833 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000893 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000875 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.070510 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.077552 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.079002 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.080016 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001389 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000821 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001199 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?fields=security_groups HTTP/1.1" 200 1373 0.050164 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?fields=security_groups HTTP/1.1" 200 1388 0.054429 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?fields=security_groups HTTP/1.1" 200 1412 0.056884 10.0.0.131 - - [2025-08-18 02:10:48] "POST /neutron/network HTTP/1.1" 200 612 0.227954 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?fields=security_groups HTTP/1.1" 200 1370 0.091677 10.0.0.131 - - [2025-08-18 02:10:48] "POST /route-targets HTTP/1.1" 200 328 0.056787 10.0.0.131 - - [2025-08-18 02:10:48] "POST /ref-update HTTP/1.1" 200 156 0.018155 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /security-group/687dd2de-b7d9-42fa-ad39-206b6ec825e9 HTTP/1.1" 200 115 0.096287 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=8c7badaf-eb36-4e90-afa5-e043f4eb83ec&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000994 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /security-group/bf158829-b7b8-4ac7-ab5a-7aa7fb6e324b HTTP/1.1" 200 115 0.109523 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /security-group/a53e6f3e-eb54-49ed-8f38-bbde865ff5cc HTTP/1.1" 200 115 0.110665 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=f00a4551-28c7-4798-a3bd-46c1db3000ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=c90cdc3d-c1ff-4cef-a047-1b0c033965b5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000922 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec?fields=application_policy_sets HTTP/1.1" 200 1412 0.041231 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5?fields=application_policy_sets HTTP/1.1" 200 1451 0.040785 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /security-group/e8e8fd71-a444-413e-8d41-37b703f2d621 HTTP/1.1" 200 115 0.087743 10.0.0.131 - - [2025-08-18 02:10:48] "GET /projects?obj_uuids=9091c9af-7175-4111-a31b-da176ddd5cb2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /access-control-list/7b94f44c-dfdc-4644-a93a-80f5e4637163 HTTP/1.1" 200 115 0.037873 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/f00a4551-28c7-4798-a3bd-46c1db3000ac?fields=application_policy_sets HTTP/1.1" 200 1427 0.095704 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /access-control-list/514486e0-332a-4aac-84a4-f54944eb8362 HTTP/1.1" 200 115 0.068126 10.0.0.131 - - [2025-08-18 02:10:48] "GET /project/9091c9af-7175-4111-a31b-da176ddd5cb2?fields=application_policy_sets HTTP/1.1" 200 1409 0.106979 10.0.0.131 - - [2025-08-18 02:10:48] "DELETE /access-control-list/7869af52-33b7-439f-b815-0e9b9ccc9d03 HTTP/1.1" 200 115 0.063278 10.0.0.131 - - [2025-08-18 02:10:48] "POST /useragent-kv HTTP/1.1" 200 115 0.017579 10.0.0.131 - - [2025-08-18 02:10:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.356231 10.0.0.131 - - [2025-08-18 02:10:49] "POST /neutron/network HTTP/1.1" 200 829 0.009775 10.0.0.131 - - [2025-08-18 02:10:49] "DELETE /access-control-list/19044ca0-2333-4b8c-b297-c61598a7bd1a HTTP/1.1" 200 115 0.063304 10.0.0.131 - - [2025-08-18 02:10:49] "DELETE /project/8c7badaf-eb36-4e90-afa5-e043f4eb83ec HTTP/1.1" 200 115 0.612867 10.0.0.131 - - [2025-08-18 02:10:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001131 10.0.0.131 - - [2025-08-18 02:10:49] "DELETE /project/c90cdc3d-c1ff-4cef-a047-1b0c033965b5 HTTP/1.1" 200 115 0.609880 10.0.0.131 - - [2025-08-18 02:10:49] "GET /virtual-network/094f3e1a-60b4-40f8-89d3-ac148dcc5777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006996 10.0.0.131 - - [2025-08-18 02:10:49] "DELETE /project/f00a4551-28c7-4798-a3bd-46c1db3000ac HTTP/1.1" 200 115 0.637667 10.0.0.131 - - [2025-08-18 02:10:49] "DELETE /access-control-list/5db8ce2f-6076-4d68-9a13-3371f711a8d5 HTTP/1.1" 200 115 0.025183 10.0.0.131 - - [2025-08-18 02:10:49] "DELETE /access-control-list/03229030-1c7d-42f7-8ca5-5aab099d9cbe HTTP/1.1" 200 115 0.020257 10.0.0.131 - - [2025-08-18 02:10:49] "DELETE /project/9091c9af-7175-4111-a31b-da176ddd5cb2 HTTP/1.1" 200 115 0.673398 10.0.0.131 - - [2025-08-18 02:10:49] "POST /neutron/network HTTP/1.1" 200 829 0.007145 10.0.0.131 - - [2025-08-18 02:10:49] "GET /virtual-network/094f3e1a-60b4-40f8-89d3-ac148dcc5777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005270 10.0.0.131 - - [2025-08-18 02:10:49] "DELETE /access-control-list/fdbed778-2316-4f52-88bf-d7a0ef3a8a1d HTTP/1.1" 200 115 0.032431 10.0.0.131 - - [2025-08-18 02:10:49] "DELETE /access-control-list/48cb815b-1ddf-40a1-a1be-91734c7518b6 HTTP/1.1" 200 115 0.017412 10.0.0.131 - - [2025-08-18 02:10:49] "POST /neutron/network HTTP/1.1" 200 829 0.007461 10.0.0.131 - - [2025-08-18 02:10:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.007223 10.0.0.131 - - [2025-08-18 02:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002120 10.0.0.131 - - [2025-08-18 02:10:49] "GET /virtual-network/094f3e1a-60b4-40f8-89d3-ac148dcc5777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004320 10.0.0.131 - - [2025-08-18 02:10:49] "POST /ref-update HTTP/1.1" 200 156 0.011179 10.0.0.131 - - [2025-08-18 02:10:49] "PUT /virtual-network/094f3e1a-60b4-40f8-89d3-ac148dcc5777 HTTP/1.1" 200 265 0.034745 10.0.0.131 - - [2025-08-18 02:10:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001745 10.0.0.131 - - [2025-08-18 02:10:49] "POST /neutron/network HTTP/1.1" 200 841 0.005108 10.0.0.131 - - [2025-08-18 02:10:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000381 10.0.0.131 - - [2025-08-18 02:10:49] "GET / HTTP/1.1" 200 36215 0.002068 10.0.0.131 - - [2025-08-18 02:10:49] "GET /project/a1848059-5424-42eb-af56-6856881880f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000386 10.0.0.131 - - [2025-08-18 02:10:50] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001028 10.0.0.131 - - [2025-08-18 02:10:50] "GET /project/a1848059-5424-42eb-af56-6856881880f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.039092 10.0.0.131 - - [2025-08-18 02:10:50] "POST /neutron/network HTTP/1.1" 200 831 0.004327 10.0.0.131 - - [2025-08-18 02:10:50] "POST /neutron/port HTTP/1.1" 200 117 0.004433 10.0.0.131 - - [2025-08-18 02:10:50] "POST /neutron/port HTTP/1.1" 200 117 0.004059 10.0.0.131 - - [2025-08-18 02:10:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001091 10.0.0.131 - - [2025-08-18 02:10:50] "POST /neutron/port HTTP/1.1" 200 117 0.004545 10.0.0.131 - - [2025-08-18 02:10:50] "POST /neutron/network HTTP/1.1" 200 839 0.005222 10.0.0.131 - - [2025-08-18 02:10:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000365 10.0.0.131 - - [2025-08-18 02:10:50] "POST /neutron/network HTTP/1.1" 200 841 0.005295 10.0.0.131 - - [2025-08-18 02:10:50] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000947 10.0.0.131 - - [2025-08-18 02:10:50] "GET / HTTP/1.1" 200 36215 0.001558 10.0.0.131 - - [2025-08-18 02:10:50] "GET /project/a1848059-5424-42eb-af56-6856881880f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000380 10.0.0.131 - - [2025-08-18 02:10:50] "POST /neutron/port HTTP/1.1" 200 1053 0.183812 10.0.0.131 - - [2025-08-18 02:10:50] "POST /neutron/port HTTP/1.1" 200 1053 0.008017 10.0.0.131 - - [2025-08-18 02:10:50] "POST /neutron/port HTTP/1.1" 200 1053 0.007049 10.0.0.131 - - [2025-08-18 02:10:50] "POST /neutron/port HTTP/1.1" 200 1107 0.049768 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/port HTTP/1.1" 200 1081 0.011214 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002940 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/subnet HTTP/1.1" 200 698 0.008032 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/network HTTP/1.1" 200 831 0.004881 10.0.0.131 - - [2025-08-18 02:10:51] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001057 10.0.0.131 - - [2025-08-18 02:10:51] "GET /project/a1848059-5424-42eb-af56-6856881880f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040674 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/network HTTP/1.1" 200 829 0.005076 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/port HTTP/1.1" 200 1081 0.013945 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005427 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/port HTTP/1.1" 200 117 0.004295 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/port HTTP/1.1" 200 1081 0.011507 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008151 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/network HTTP/1.1" 200 839 0.005183 10.0.0.131 - - [2025-08-18 02:10:51] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001010 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/port HTTP/1.1" 200 1051 0.197540 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/port HTTP/1.1" 200 1051 0.008431 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/port HTTP/1.1" 200 1051 0.010478 10.0.0.131 - - [2025-08-18 02:10:51] "POST /neutron/port HTTP/1.1" 200 1105 0.081409 10.0.0.131 - - [2025-08-18 02:10:52] "POST /neutron/port HTTP/1.1" 200 1079 0.010816 10.0.0.131 - - [2025-08-18 02:10:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003026 10.0.0.131 - - [2025-08-18 02:10:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.006209 10.0.0.131 - - [2025-08-18 02:10:52] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.131 - - [2025-08-18 02:10:52] "POST /neutron/network HTTP/1.1" 200 829 0.005253 10.0.0.131 - - [2025-08-18 02:10:55] "GET /obj-perms HTTP/1.1" 200 5075 0.039152 10.0.0.131 - - [2025-08-18 02:10:55] "GET /obj-perms HTTP/1.1" 200 5075 0.041217 10.0.0.131 - - [2025-08-18 02:10:56] "POST /neutron/port HTTP/1.1" 200 1081 0.010659 10.0.0.131 - - [2025-08-18 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005114 10.0.0.131 - - [2025-08-18 02:10:56] "POST /neutron/port HTTP/1.1" 200 1081 0.010071 10.0.0.131 - - [2025-08-18 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005277 10.0.0.131 - - [2025-08-18 02:10:56] "POST /neutron/port HTTP/1.1" 200 1081 0.010704 10.0.0.131 - - [2025-08-18 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005558 10.0.0.131 - - [2025-08-18 02:10:56] "GET /virtual-machine/bc77055b-8383-4713-a24a-b34fe1875f7f HTTP/1.1" 401 293 0.000380 10.0.0.131 - - [2025-08-18 02:10:57] "GET /virtual-machine/bc77055b-8383-4713-a24a-b34fe1875f7f HTTP/1.1" 200 1288 0.027537 10.0.0.131 - - [2025-08-18 02:10:57] "GET /virtual-machine-interface/317fafdf-4082-482a-9f19-22078c4f822b HTTP/1.1" 200 2934 0.004625 10.0.0.131 - - [2025-08-18 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.131 - - [2025-08-18 02:10:57] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002701 10.0.0.131 - - [2025-08-18 02:10:57] "GET /virtual-networks?parent_id=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002731 10.0.0.131 - - [2025-08-18 02:10:57] "GET /virtual-network/0439f453-408c-4ac5-8df1-89de821fed6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005218 10.0.0.131 - - [2025-08-18 02:10:59] "POST /neutron/port HTTP/1.1" 200 1081 0.010890 10.0.0.131 - - [2025-08-18 02:10:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005278 10.0.0.131 - - [2025-08-18 02:11:00] "POST /neutron/port HTTP/1.1" 200 1079 0.010934 10.0.0.131 - - [2025-08-18 02:11:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004689 10.0.0.131 - - [2025-08-18 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.131 - - [2025-08-18 02:11:00] "GET /virtual-network/0439f453-408c-4ac5-8df1-89de821fed6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004524 10.0.0.131 - - [2025-08-18 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.131 - - [2025-08-18 02:11:02] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002858 10.0.0.131 - - [2025-08-18 02:11:02] "GET /virtual-networks?parent_id=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003539 10.0.0.131 - - [2025-08-18 02:11:02] "GET /virtual-network/0439f453-408c-4ac5-8df1-89de821fed6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005144 10.0.0.131 - - [2025-08-18 02:11:02] "POST /neutron/port HTTP/1.1" 200 1079 0.009967 10.0.0.131 - - [2025-08-18 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005661 10.0.0.131 - - [2025-08-18 02:11:02] "POST /neutron/port HTTP/1.1" 200 1079 0.012680 10.0.0.131 - - [2025-08-18 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007125 10.0.0.131 - - [2025-08-18 02:11:02] "POST /neutron/port HTTP/1.1" 200 1079 0.011074 10.0.0.131 - - [2025-08-18 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005502 10.0.0.131 - - [2025-08-18 02:11:02] "GET /virtual-machine/7968fe1e-b71d-478a-a9e8-865b46966764 HTTP/1.1" 200 1287 0.004384 10.0.0.131 - - [2025-08-18 02:11:03] "GET /virtual-machine-interface/faf4d359-85b2-4d3c-b254-b3c8a4e60bf2 HTTP/1.1" 200 2935 0.004652 10.0.0.131 - - [2025-08-18 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.131 - - [2025-08-18 02:11:03] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004339 10.0.0.131 - - [2025-08-18 02:11:03] "GET /virtual-networks?parent_id=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003664 10.0.0.131 - - [2025-08-18 02:11:03] "GET /virtual-network/094f3e1a-60b4-40f8-89d3-ac148dcc5777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005208 10.0.0.131 - - [2025-08-18 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.131 - - [2025-08-18 02:11:04] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003168 10.0.0.131 - - [2025-08-18 02:11:04] "GET /virtual-networks?parent_id=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002959 10.0.0.131 - - [2025-08-18 02:11:04] "GET /virtual-network/094f3e1a-60b4-40f8-89d3-ac148dcc5777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004992 10.0.0.131 - - [2025-08-18 02:11:04] "POST /routing-policys HTTP/1.1" 200 536 0.015280 10.0.0.131 - - [2025-08-18 02:11:04] "GET /virtual-network/0439f453-408c-4ac5-8df1-89de821fed6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006828 10.0.0.131 - - [2025-08-18 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.022404 10.0.0.131 - - [2025-08-18 02:11:04] "PUT /virtual-network/0439f453-408c-4ac5-8df1-89de821fed6c HTTP/1.1" 200 265 0.060086 10.0.0.131 - - [2025-08-18 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.042397 10.0.0.131 - - [2025-08-18 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.022112 10.0.0.131 - - [2025-08-18 02:11:08] "DELETE /routing-policy/36b88646-5717-4611-8a95-653247df7a3f HTTP/1.1" 200 115 0.028162 10.0.0.131 - - [2025-08-18 02:11:08] "POST /neutron/network HTTP/1.1" 200 829 0.008112 10.0.0.131 - - [2025-08-18 02:11:08] "POST /neutron/network HTTP/1.1" 400 204 0.008917 10.0.0.131 - - [2025-08-18 02:11:08] "POST /neutron/port HTTP/1.1" 200 1079 0.010262 10.0.0.131 - - [2025-08-18 02:11:09] "POST /neutron/port HTTP/1.1" 200 1105 0.008290 10.0.0.131 - - [2025-08-18 02:11:09] "POST /neutron/port HTTP/1.1" 200 1081 0.012935 10.0.0.131 - - [2025-08-18 02:11:09] "POST /neutron/port HTTP/1.1" 200 1107 0.011256 10.0.0.131 - - [2025-08-18 02:11:09] "POST /neutron/port HTTP/1.1" 200 151 0.132401 10.0.0.131 - - [2025-08-18 02:11:09] "POST /neutron/port HTTP/1.1" 200 151 0.117047 10.0.0.131 - - [2025-08-18 02:11:10] "POST /neutron/network HTTP/1.1" 200 829 0.004841 10.0.0.131 - - [2025-08-18 02:11:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003098 10.0.0.131 - - [2025-08-18 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.131 - - [2025-08-18 02:11:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001578 10.0.0.131 - - [2025-08-18 02:11:10] "POST /neutron/network HTTP/1.1" 200 151 0.065364 10.0.0.131 - - [2025-08-18 02:11:10] "DELETE /route-target/77216851-2d15-489a-acec-f2081fd1ee78 HTTP/1.1" 200 115 0.017291 10.0.0.131 - - [2025-08-18 02:11:10] "POST /neutron/network HTTP/1.1" 200 831 0.004990 10.0.0.131 - - [2025-08-18 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001896 10.0.0.131 - - [2025-08-18 02:11:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002100 10.0.0.131 - - [2025-08-18 02:11:10] "DELETE /route-target/a37fe996-3e2c-4314-af0b-4b1092559831 HTTP/1.1" 200 115 0.021994 10.0.0.131 - - [2025-08-18 02:11:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001992 10.0.0.131 - - [2025-08-18 02:11:10] "POST /neutron/network HTTP/1.1" 200 151 0.069465 10.0.0.131 - - [2025-08-18 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.131 - - [2025-08-18 02:11:10] "DELETE /route-target/a4d42c70-3965-4560-b754-14b57c2a64ec HTTP/1.1" 200 115 0.014043 10.0.0.131 - - [2025-08-18 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 160 0.002288 10.0.0.131 - - [2025-08-18 02:11:11] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001034 10.0.0.131 - - [2025-08-18 02:11:11] "GET /project/a1848059-5424-42eb-af56-6856881880f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.025271 10.0.0.131 - - [2025-08-18 02:11:11] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002012 10.0.0.131 - - [2025-08-18 02:11:11] "GET /project/a1848059-5424-42eb-af56-6856881880f9?fields=virtual_networks HTTP/1.1" 200 1021 0.077623 10.0.0.131 - - [2025-08-18 02:11:11] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001023 10.0.0.131 - - [2025-08-18 02:11:11] "GET /project/a1848059-5424-42eb-af56-6856881880f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.024520 10.0.0.131 - - [2025-08-18 02:11:11] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001052 10.0.0.131 - - [2025-08-18 02:11:11] "GET /project/a1848059-5424-42eb-af56-6856881880f9?fields=security_groups HTTP/1.1" 200 1241 0.023512 10.0.0.131 - - [2025-08-18 02:11:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.020527 10.0.0.131 - - [2025-08-18 02:11:12] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002677 10.0.0.131 - - [2025-08-18 02:11:12] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.131 - - [2025-08-18 02:11:12] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006625 10.0.0.131 - - [2025-08-18 02:11:12] "POST /id-to-fqname HTTP/1.1" 200 188 0.001149 10.0.0.131 - - [2025-08-18 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.003762 10.0.0.131 - - [2025-08-18 02:11:12] "POST /security-groups HTTP/1.1" 200 589 0.063630 10.0.0.131 - - [2025-08-18 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.002468 10.0.0.131 - - [2025-08-18 02:11:12] "POST /projects HTTP/1.1" 200 581 0.210249 10.0.0.131 - - [2025-08-18 02:11:12] "POST /access-control-lists HTTP/1.1" 200 596 0.064028 10.0.0.131 - - [2025-08-18 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.278103 10.0.0.131 - - [2025-08-18 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 231 0.002408 10.0.0.131 - - [2025-08-18 02:11:12] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.387257 10.0.0.131 - - [2025-08-18 02:11:12] "POST /access-control-lists HTTP/1.1" 200 594 0.060136 10.0.0.131 - - [2025-08-18 02:11:13] "GET / HTTP/1.1" 200 36215 0.002618 10.0.0.131 - - [2025-08-18 02:11:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.131 - - [2025-08-18 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.046693 10.0.0.131 - - [2025-08-18 02:11:14] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.131 - - [2025-08-18 02:11:14] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021767 10.0.0.131 - - [2025-08-18 02:11:14] "POST /neutron/network HTTP/1.1" 200 117 0.030386 10.0.0.131 - - [2025-08-18 02:11:14] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001369 10.0.0.131 - - [2025-08-18 02:11:14] "POST /neutron/network HTTP/1.1" 200 613 0.053937 10.0.0.131 - - [2025-08-18 02:11:14] "POST /route-targets HTTP/1.1" 200 328 0.012202 10.0.0.131 - - [2025-08-18 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.012008 10.0.0.131 - - [2025-08-18 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.131 - - [2025-08-18 02:11:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.190746 10.0.0.131 - - [2025-08-18 02:11:14] "POST /neutron/network HTTP/1.1" 200 830 0.004515 10.0.0.131 - - [2025-08-18 02:11:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001093 10.0.0.131 - - [2025-08-18 02:11:14] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004678 10.0.0.131 - - [2025-08-18 02:11:14] "POST /neutron/network HTTP/1.1" 200 830 0.005354 10.0.0.131 - - [2025-08-18 02:11:14] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005076 10.0.0.131 - - [2025-08-18 02:11:14] "POST /neutron/network HTTP/1.1" 200 830 0.006933 10.0.0.131 - - [2025-08-18 02:11:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.006583 10.0.0.131 - - [2025-08-18 02:11:14] "GET /domains HTTP/1.1" 401 293 0.000367 10.0.0.131 - - [2025-08-18 02:11:15] "GET /domains HTTP/1.1" 200 281 0.020761 10.0.0.131 - - [2025-08-18 02:11:15] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001316 10.0.0.131 - - [2025-08-18 02:11:15] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2762 0.007622 10.0.0.131 - - [2025-08-18 02:11:15] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.131 - - [2025-08-18 02:11:15] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 2087 0.068156 10.0.0.131 - - [2025-08-18 02:11:15] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a HTTP/1.1" 200 2318 0.008057 10.0.0.131 - - [2025-08-18 02:11:15] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a HTTP/1.1" 200 2318 0.006392 10.0.0.131 - - [2025-08-18 02:11:15] "GET /routing-instance/cacdcd39-e05d-46a2-a01e-b71076dedef9 HTTP/1.1" 200 1497 0.004354 10.0.0.131 - - [2025-08-18 02:11:15] "GET /routing-instance/cacdcd39-e05d-46a2-a01e-b71076dedef9 HTTP/1.1" 200 1497 0.002725 10.0.0.131 - - [2025-08-18 02:11:15] "GET /route-target/f99326b1-51e7-4ff5-92ac-40aff37c89a0 HTTP/1.1" 200 1215 0.002695 10.0.0.131 - - [2025-08-18 02:11:15] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a HTTP/1.1" 200 2318 0.004432 10.0.0.131 - - [2025-08-18 02:11:15] "GET /routing-instance/cacdcd39-e05d-46a2-a01e-b71076dedef9 HTTP/1.1" 200 1497 0.002578 10.0.0.131 - - [2025-08-18 02:11:15] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004429 10.0.0.131 - - [2025-08-18 02:11:15] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a HTTP/1.1" 200 2318 0.004290 10.0.0.131 - - [2025-08-18 02:11:15] "GET /routing-instance/cacdcd39-e05d-46a2-a01e-b71076dedef9 HTTP/1.1" 200 1497 0.002647 10.0.0.131 - - [2025-08-18 02:11:15] "GET /routing-instance/cacdcd39-e05d-46a2-a01e-b71076dedef9 HTTP/1.1" 200 1497 0.002547 10.0.0.131 - - [2025-08-18 02:11:15] "GET /route-target/f99326b1-51e7-4ff5-92ac-40aff37c89a0 HTTP/1.1" 200 1215 0.002200 10.0.0.131 - - [2025-08-18 02:11:15] "GET /domains HTTP/1.1" 200 281 0.002240 10.0.0.131 - - [2025-08-18 02:11:15] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.131 - - [2025-08-18 02:11:15] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2762 0.006645 10.0.0.131 - - [2025-08-18 02:11:15] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.131 - - [2025-08-18 02:11:15] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 2087 0.066126 10.0.0.131 - - [2025-08-18 02:11:15] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a HTTP/1.1" 200 2318 0.004372 10.0.0.131 - - [2025-08-18 02:11:15] "GET /obj-perms HTTP/1.1" 200 5045 0.038860 10.0.0.131 - - [2025-08-18 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.131 - - [2025-08-18 02:11:15] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001622 10.0.0.131 - - [2025-08-18 02:11:15] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.025572 10.0.0.131 - - [2025-08-18 02:11:15] "POST /neutron/network HTTP/1.1" 200 117 0.007569 10.0.0.131 - - [2025-08-18 02:11:15] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.131 - - [2025-08-18 02:11:15] "POST /neutron/network HTTP/1.1" 200 613 0.053962 10.0.0.131 - - [2025-08-18 02:11:16] "POST /route-targets HTTP/1.1" 200 328 0.010058 10.0.0.131 - - [2025-08-18 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.009537 10.0.0.131 - - [2025-08-18 02:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003388 10.0.0.131 - - [2025-08-18 02:11:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.181659 10.0.0.131 - - [2025-08-18 02:11:16] "POST /neutron/network HTTP/1.1" 200 829 0.005395 10.0.0.131 - - [2025-08-18 02:11:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001052 10.0.0.131 - - [2025-08-18 02:11:16] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005483 10.0.0.131 - - [2025-08-18 02:11:16] "POST /neutron/network HTTP/1.1" 200 829 0.004941 10.0.0.131 - - [2025-08-18 02:11:16] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004488 10.0.0.131 - - [2025-08-18 02:11:16] "POST /neutron/network HTTP/1.1" 200 829 0.007037 10.0.0.131 - - [2025-08-18 02:11:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.007239 10.0.0.131 - - [2025-08-18 02:11:16] "GET /domains HTTP/1.1" 200 281 0.002423 10.0.0.131 - - [2025-08-18 02:11:16] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001340 10.0.0.131 - - [2025-08-18 02:11:16] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2762 0.008541 10.0.0.131 - - [2025-08-18 02:11:16] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001310 10.0.0.131 - - [2025-08-18 02:11:16] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 2306 0.066580 10.0.0.131 - - [2025-08-18 02:11:16] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b HTTP/1.1" 200 2312 0.005541 10.0.0.131 - - [2025-08-18 02:11:16] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b HTTP/1.1" 200 2312 0.004073 10.0.0.131 - - [2025-08-18 02:11:16] "GET /routing-instance/a2643076-ec5e-4f18-a92c-3e6b43267a13 HTTP/1.1" 200 1497 0.002695 10.0.0.131 - - [2025-08-18 02:11:16] "GET /routing-instance/a2643076-ec5e-4f18-a92c-3e6b43267a13 HTTP/1.1" 200 1497 0.002496 10.0.0.131 - - [2025-08-18 02:11:16] "GET /route-target/5c3089ca-7ed4-4d44-a159-2f20b945f8b3 HTTP/1.1" 200 1214 0.002186 10.0.0.131 - - [2025-08-18 02:11:16] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b HTTP/1.1" 200 2312 0.003886 10.0.0.131 - - [2025-08-18 02:11:16] "GET /routing-instance/a2643076-ec5e-4f18-a92c-3e6b43267a13 HTTP/1.1" 200 1497 0.002750 10.0.0.131 - - [2025-08-18 02:11:16] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003873 10.0.0.131 - - [2025-08-18 02:11:16] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b HTTP/1.1" 200 2312 0.005313 10.0.0.131 - - [2025-08-18 02:11:16] "GET /routing-instance/a2643076-ec5e-4f18-a92c-3e6b43267a13 HTTP/1.1" 200 1497 0.002514 10.0.0.131 - - [2025-08-18 02:11:16] "GET /routing-instance/a2643076-ec5e-4f18-a92c-3e6b43267a13 HTTP/1.1" 200 1497 0.002423 10.0.0.131 - - [2025-08-18 02:11:16] "GET /route-target/5c3089ca-7ed4-4d44-a159-2f20b945f8b3 HTTP/1.1" 200 1214 0.002181 10.0.0.131 - - [2025-08-18 02:11:16] "GET /domains HTTP/1.1" 200 281 0.001794 10.0.0.131 - - [2025-08-18 02:11:16] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.131 - - [2025-08-18 02:11:16] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2762 0.006024 10.0.0.131 - - [2025-08-18 02:11:16] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.131 - - [2025-08-18 02:11:16] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 2306 0.063764 10.0.0.131 - - [2025-08-18 02:11:16] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b HTTP/1.1" 200 2312 0.004042 10.0.0.131 - - [2025-08-18 02:11:16] "GET /obj-perms HTTP/1.1" 200 5045 0.002243 10.0.0.131 - - [2025-08-18 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002048 10.0.0.131 - - [2025-08-18 02:11:16] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000898 10.0.0.131 - - [2025-08-18 02:11:16] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021582 10.0.0.131 - - [2025-08-18 02:11:16] "POST /neutron/network HTTP/1.1" 200 117 0.008538 10.0.0.131 - - [2025-08-18 02:11:16] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.131 - - [2025-08-18 02:11:16] "POST /neutron/network HTTP/1.1" 200 615 0.070333 10.0.0.131 - - [2025-08-18 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.011897 10.0.0.131 - - [2025-08-18 02:11:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005129 10.0.0.131 - - [2025-08-18 02:11:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.168199 10.0.0.131 - - [2025-08-18 02:11:17] "POST /neutron/network HTTP/1.1" 200 833 0.004618 10.0.0.131 - - [2025-08-18 02:11:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001032 10.0.0.131 - - [2025-08-18 02:11:17] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004010 10.0.0.131 - - [2025-08-18 02:11:17] "POST /neutron/network HTTP/1.1" 200 833 0.004944 10.0.0.131 - - [2025-08-18 02:11:17] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004684 10.0.0.131 - - [2025-08-18 02:11:17] "POST /neutron/network HTTP/1.1" 200 833 0.005970 10.0.0.131 - - [2025-08-18 02:11:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.007153 10.0.0.131 - - [2025-08-18 02:11:17] "GET /domains HTTP/1.1" 200 281 0.002022 10.0.0.131 - - [2025-08-18 02:11:17] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.131 - - [2025-08-18 02:11:17] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2762 0.006450 10.0.0.131 - - [2025-08-18 02:11:17] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.131 - - [2025-08-18 02:11:17] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 2526 0.069736 10.0.0.131 - - [2025-08-18 02:11:17] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021 HTTP/1.1" 200 2326 0.006100 10.0.0.131 - - [2025-08-18 02:11:17] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021 HTTP/1.1" 200 2326 0.004372 10.0.0.131 - - [2025-08-18 02:11:17] "GET /routing-instance/7fa150f2-6e90-41af-aa88-fa9b00d04e4e HTTP/1.1" 200 1500 0.003270 10.0.0.131 - - [2025-08-18 02:11:17] "GET /routing-instance/7fa150f2-6e90-41af-aa88-fa9b00d04e4e HTTP/1.1" 200 1500 0.003345 10.0.0.131 - - [2025-08-18 02:11:17] "GET /route-target/4468d1fa-9fbd-4b0f-b212-ed3afa66f7d2 HTTP/1.1" 200 1216 0.002945 10.0.0.131 - - [2025-08-18 02:11:17] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021 HTTP/1.1" 200 2326 0.004772 10.0.0.131 - - [2025-08-18 02:11:17] "GET /routing-instance/7fa150f2-6e90-41af-aa88-fa9b00d04e4e HTTP/1.1" 200 1500 0.003088 10.0.0.131 - - [2025-08-18 02:11:17] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004123 10.0.0.131 - - [2025-08-18 02:11:17] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021 HTTP/1.1" 200 2326 0.004466 10.0.0.131 - - [2025-08-18 02:11:17] "GET /routing-instance/7fa150f2-6e90-41af-aa88-fa9b00d04e4e HTTP/1.1" 200 1500 0.003551 10.0.0.131 - - [2025-08-18 02:11:17] "GET /routing-instance/7fa150f2-6e90-41af-aa88-fa9b00d04e4e HTTP/1.1" 200 1500 0.002898 10.0.0.131 - - [2025-08-18 02:11:17] "GET /route-target/4468d1fa-9fbd-4b0f-b212-ed3afa66f7d2 HTTP/1.1" 200 1216 0.002254 10.0.0.131 - - [2025-08-18 02:11:17] "GET /domains HTTP/1.1" 200 281 0.001935 10.0.0.131 - - [2025-08-18 02:11:17] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.131 - - [2025-08-18 02:11:17] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2762 0.006138 10.0.0.131 - - [2025-08-18 02:11:17] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000841 10.0.0.131 - - [2025-08-18 02:11:17] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 2526 0.061122 10.0.0.131 - - [2025-08-18 02:11:17] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021 HTTP/1.1" 200 2326 0.004272 10.0.0.131 - - [2025-08-18 02:11:17] "GET /obj-perms HTTP/1.1" 200 5045 0.002547 10.0.0.131 - - [2025-08-18 02:11:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001148 10.0.0.131 - - [2025-08-18 02:11:17] "POST /neutron/network HTTP/1.1" 200 839 0.005863 10.0.0.131 - - [2025-08-18 02:11:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000380 10.0.0.131 - - [2025-08-18 02:11:17] "GET / HTTP/1.1" 200 36215 0.001799 10.0.0.131 - - [2025-08-18 02:11:17] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000366 10.0.0.131 - - [2025-08-18 02:11:18] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.131 - - [2025-08-18 02:11:18] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.041135 10.0.0.131 - - [2025-08-18 02:11:18] "POST /neutron/network HTTP/1.1" 200 829 0.004912 10.0.0.131 - - [2025-08-18 02:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.004464 10.0.0.131 - - [2025-08-18 02:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.004184 10.0.0.131 - - [2025-08-18 02:11:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001099 10.0.0.131 - - [2025-08-18 02:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.004634 10.0.0.131 - - [2025-08-18 02:11:18] "POST /neutron/network HTTP/1.1" 200 843 0.005081 10.0.0.131 - - [2025-08-18 02:11:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000362 10.0.0.131 - - [2025-08-18 02:11:18] "POST /neutron/network HTTP/1.1" 200 839 0.005219 10.0.0.131 - - [2025-08-18 02:11:18] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.131 - - [2025-08-18 02:11:18] "GET / HTTP/1.1" 200 36215 0.001683 10.0.0.131 - - [2025-08-18 02:11:18] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000510 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/port HTTP/1.1" 200 1055 0.205156 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/port HTTP/1.1" 200 1055 0.011548 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/port HTTP/1.1" 200 1055 0.011667 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/port HTTP/1.1" 200 1109 0.067095 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/port HTTP/1.1" 200 1083 0.010540 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002977 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/subnet HTTP/1.1" 200 684 0.005992 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/network HTTP/1.1" 200 829 0.006200 10.0.0.131 - - [2025-08-18 02:11:19] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.131 - - [2025-08-18 02:11:19] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.043176 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/network HTTP/1.1" 200 833 0.004844 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/port HTTP/1.1" 200 1083 0.012491 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007697 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/port HTTP/1.1" 200 117 0.009485 10.0.0.131 - - [2025-08-18 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.002278 10.0.0.131 - - [2025-08-18 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001961 10.0.0.131 - - [2025-08-18 02:11:19] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.131 - - [2025-08-18 02:11:19] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.006953 10.0.0.131 - - [2025-08-18 02:11:19] "POST /service-templates HTTP/1.1" 200 545 0.026887 10.0.0.131 - - [2025-08-18 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.131 - - [2025-08-18 02:11:19] "GET /service-template/32b792f3-2ad9-4c05-877a-9e4b1aa56074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.010545 10.0.0.131 - - [2025-08-18 02:11:19] "POST /neutron/network HTTP/1.1" 200 843 0.005370 10.0.0.131 - - [2025-08-18 02:11:19] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.131 - - [2025-08-18 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.131 - - [2025-08-18 02:11:19] "GET /service-template/32b792f3-2ad9-4c05-877a-9e4b1aa56074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.028453 10.0.0.131 - - [2025-08-18 02:11:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001718 10.0.0.131 - - [2025-08-18 02:11:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001296 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/port HTTP/1.1" 200 1057 0.257832 10.0.0.131 - - [2025-08-18 02:11:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001725 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/port HTTP/1.1" 200 1057 0.009892 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/port HTTP/1.1" 200 1057 0.007704 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/port HTTP/1.1" 200 1111 0.080380 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/port HTTP/1.1" 200 2052 0.019475 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005694 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/port HTTP/1.1" 200 1085 0.013054 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002654 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.007006 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/network HTTP/1.1" 200 833 0.005094 10.0.0.131 - - [2025-08-18 02:11:20] "POST /neutron/network HTTP/1.1" 200 2217 0.011273 10.0.0.131 - - [2025-08-18 02:11:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000362 10.0.0.131 - - [2025-08-18 02:11:21] "GET / HTTP/1.1" 200 36215 0.001432 10.0.0.131 - - [2025-08-18 02:11:21] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000372 10.0.0.131 - - [2025-08-18 02:11:21] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.131 - - [2025-08-18 02:11:21] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044246 10.0.0.131 - - [2025-08-18 02:11:21] "POST /neutron/network HTTP/1.1" 200 830 0.004783 10.0.0.131 - - [2025-08-18 02:11:21] "POST /neutron/network HTTP/1.1" 200 829 0.004627 10.0.0.131 - - [2025-08-18 02:11:21] "POST /neutron/network HTTP/1.1" 200 833 0.004585 10.0.0.131 - - [2025-08-18 02:11:21] "POST /neutron/port HTTP/1.1" 200 2052 0.015167 10.0.0.131 - - [2025-08-18 02:11:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005263 10.0.0.131 - - [2025-08-18 02:11:21] "POST /neutron/port HTTP/1.1" 200 117 0.004547 10.0.0.131 - - [2025-08-18 02:11:21] "POST /neutron/port HTTP/1.1" 200 117 0.004389 10.0.0.131 - - [2025-08-18 02:11:22] "POST /neutron/network HTTP/1.1" 200 2217 0.010725 10.0.0.131 - - [2025-08-18 02:11:22] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.131 - - [2025-08-18 02:11:22] "POST /neutron/port HTTP/1.1" 200 1056 0.230006 10.0.0.131 - - [2025-08-18 02:11:22] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.131 - - [2025-08-18 02:11:22] "POST /neutron/port HTTP/1.1" 200 1055 0.183237 10.0.0.131 - - [2025-08-18 02:11:22] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.131 - - [2025-08-18 02:11:22] "POST /neutron/port HTTP/1.1" 200 1057 0.229335 10.0.0.131 - - [2025-08-18 02:11:22] "POST /neutron/port HTTP/1.1" 200 1056 0.010875 10.0.0.131 - - [2025-08-18 02:11:22] "POST /neutron/port HTTP/1.1" 200 1056 0.012926 10.0.0.131 - - [2025-08-18 02:11:22] "POST /neutron/port HTTP/1.1" 200 1110 0.066418 10.0.0.131 - - [2025-08-18 02:11:22] "POST /neutron/port HTTP/1.1" 200 1055 0.008054 10.0.0.131 - - [2025-08-18 02:11:22] "POST /neutron/port HTTP/1.1" 200 1055 0.008148 10.0.0.131 - - [2025-08-18 02:11:22] "POST /neutron/port HTTP/1.1" 200 1109 0.065030 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/port HTTP/1.1" 200 1057 0.007916 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/port HTTP/1.1" 200 1057 0.006531 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/port HTTP/1.1" 200 1111 0.048328 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/port HTTP/1.1" 200 3019 0.013076 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002820 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.005553 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/network HTTP/1.1" 200 830 0.004340 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003369 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/subnet HTTP/1.1" 200 684 0.005322 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.000953 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/network HTTP/1.1" 200 829 0.004605 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002475 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.005440 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.131 - - [2025-08-18 02:11:23] "POST /neutron/network HTTP/1.1" 200 833 0.010352 10.0.0.131 - - [2025-08-18 02:11:26] "POST /neutron/port HTTP/1.1" 200 3019 0.014002 10.0.0.131 - - [2025-08-18 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007488 10.0.0.131 - - [2025-08-18 02:11:26] "POST /neutron/port HTTP/1.1" 200 3019 0.018035 10.0.0.131 - - [2025-08-18 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007309 10.0.0.131 - - [2025-08-18 02:11:27] "POST /neutron/port HTTP/1.1" 200 3019 0.023684 10.0.0.131 - - [2025-08-18 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005628 10.0.0.131 - - [2025-08-18 02:11:27] "POST /neutron/port HTTP/1.1" 200 3019 0.016682 10.0.0.131 - - [2025-08-18 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005198 10.0.0.131 - - [2025-08-18 02:11:27] "POST /neutron/port HTTP/1.1" 200 3019 0.019140 10.0.0.131 - - [2025-08-18 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005439 10.0.0.131 - - [2025-08-18 02:11:27] "GET /virtual-machine/19b436c1-6a85-48b4-a0f6-00db2ca5c3dd HTTP/1.1" 200 1806 0.004384 10.0.0.131 - - [2025-08-18 02:11:27] "GET /virtual-machine-interface/233eb65b-6c3f-4adb-8e3a-a2a4f1f7fc9b HTTP/1.1" 200 2953 0.009697 10.0.0.131 - - [2025-08-18 02:11:27] "GET /virtual-machine-interface/3e9f249e-98c4-4214-b7b4-207368db907d HTTP/1.1" 200 2956 0.006884 10.0.0.131 - - [2025-08-18 02:11:27] "POST /neutron/port HTTP/1.1" 200 1083 0.020764 10.0.0.131 - - [2025-08-18 02:11:27] "GET /virtual-machine-interface/fff1f23a-d716-4b83-8a49-95f7ff49d25d HTTP/1.1" 200 2953 0.006683 10.0.0.131 - - [2025-08-18 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006077 10.0.0.131 - - [2025-08-18 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.131 - - [2025-08-18 02:11:27] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003318 10.0.0.131 - - [2025-08-18 02:11:27] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004034 10.0.0.131 - - [2025-08-18 02:11:27] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005929 10.0.0.131 - - [2025-08-18 02:11:28] "POST /neutron/port HTTP/1.1" 200 1085 0.010704 10.0.0.131 - - [2025-08-18 02:11:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004692 10.0.0.131 - - [2025-08-18 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.131 - - [2025-08-18 02:11:30] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004514 10.0.0.131 - - [2025-08-18 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.131 - - [2025-08-18 02:11:34] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004883 10.0.0.131 - - [2025-08-18 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.131 - - [2025-08-18 02:11:38] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004313 10.0.0.131 - - [2025-08-18 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.131 - - [2025-08-18 02:11:40] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003205 10.0.0.131 - - [2025-08-18 02:11:41] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002816 10.0.0.131 - - [2025-08-18 02:11:41] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004937 10.0.0.131 - - [2025-08-18 02:11:41] "POST /neutron/port HTTP/1.1" 200 3019 0.018556 10.0.0.131 - - [2025-08-18 02:11:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007487 10.0.0.131 - - [2025-08-18 02:11:46] "POST /neutron/port HTTP/1.1" 200 3019 0.014288 10.0.0.131 - - [2025-08-18 02:11:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004931 10.0.0.131 - - [2025-08-18 02:11:49] "DELETE /project/9aecf6f7d32d4486a35991d386b56e5d HTTP/1.1" 404 173 0.006721 10.0.0.131 - - [2025-08-18 02:11:49] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001206 10.0.0.131 - - [2025-08-18 02:11:49] "GET /project/a1848059-5424-42eb-af56-6856881880f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.023216 10.0.0.131 - - [2025-08-18 02:11:49] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001811 10.0.0.131 - - [2025-08-18 02:11:49] "GET /project/a1848059-5424-42eb-af56-6856881880f9?fields=security_groups HTTP/1.1" 200 1343 0.067640 10.0.0.131 - - [2025-08-18 02:11:49] "DELETE /security-group/e35ce7c8-3262-4577-8a78-67e2e43fb54b HTTP/1.1" 200 115 0.028141 10.0.0.131 - - [2025-08-18 02:11:49] "GET /projects?obj_uuids=a1848059-5424-42eb-af56-6856881880f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000958 10.0.0.131 - - [2025-08-18 02:11:49] "DELETE /access-control-list/95433922-214b-43c1-a4a3-d7d469dafc5d HTTP/1.1" 200 115 0.023082 10.0.0.131 - - [2025-08-18 02:11:49] "GET /project/a1848059-5424-42eb-af56-6856881880f9?fields=application_policy_sets HTTP/1.1" 200 1382 0.032390 10.0.0.131 - - [2025-08-18 02:11:49] "DELETE /access-control-list/f635cad5-ca5d-440e-a097-a210c3b58612 HTTP/1.1" 200 115 0.026936 10.0.0.131 - - [2025-08-18 02:11:49] "DELETE /project/a1848059-5424-42eb-af56-6856881880f9 HTTP/1.1" 200 115 0.298477 10.0.0.131 - - [2025-08-18 02:11:51] "POST /neutron/port HTTP/1.1" 200 3019 0.014677 10.0.0.131 - - [2025-08-18 02:11:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005052 10.0.0.131 - - [2025-08-18 02:11:51] "POST /neutron/port HTTP/1.1" 200 3019 0.015003 10.0.0.131 - - [2025-08-18 02:11:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005008 10.0.0.131 - - [2025-08-18 02:11:55] "GET /obj-perms HTTP/1.1" 200 5075 0.038216 10.0.0.131 - - [2025-08-18 02:11:56] "GET /obj-perms HTTP/1.1" 200 5075 0.037825 10.0.0.131 - - [2025-08-18 02:11:56] "POST /neutron/port HTTP/1.1" 200 3019 0.013349 10.0.0.131 - - [2025-08-18 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004833 10.0.0.131 - - [2025-08-18 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.131 - - [2025-08-18 02:12:01] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002905 10.0.0.131 - - [2025-08-18 02:12:01] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002671 10.0.0.131 - - [2025-08-18 02:12:01] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004858 10.0.0.131 - - [2025-08-18 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.131 - - [2025-08-18 02:12:02] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003058 10.0.0.131 - - [2025-08-18 02:12:02] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003182 10.0.0.131 - - [2025-08-18 02:12:02] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005187 10.0.0.131 - - [2025-08-18 02:12:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.003237 10.0.0.131 - - [2025-08-18 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.131 - - [2025-08-18 02:12:02] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.131 - - [2025-08-18 02:12:02] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.025869 10.0.0.131 - - [2025-08-18 02:12:02] "POST /service-instances HTTP/1.1" 200 545 0.063179 10.0.0.131 - - [2025-08-18 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.131 - - [2025-08-18 02:12:02] "GET /service-instance/41bcffa3-8073-45f7-bc72-6efa5224916d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005027 10.0.0.131 - - [2025-08-18 02:12:02] "POST /port-tuples HTTP/1.1" 200 588 0.021901 10.0.0.131 - - [2025-08-18 02:12:02] "GET /virtual-machine-interface/fff1f23a-d716-4b83-8a49-95f7ff49d25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005090 10.0.0.131 - - [2025-08-18 02:12:02] "PUT /virtual-machine-interface/fff1f23a-d716-4b83-8a49-95f7ff49d25d HTTP/1.1" 200 285 0.011711 10.0.0.131 - - [2025-08-18 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.009043 10.0.0.131 - - [2025-08-18 02:12:02] "POST /instance-ips HTTP/1.1" 200 386 0.022047 10.0.0.131 - - [2025-08-18 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.010707 10.0.0.131 - - [2025-08-18 02:12:02] "GET /virtual-machine-interface/233eb65b-6c3f-4adb-8e3a-a2a4f1f7fc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005404 10.0.0.131 - - [2025-08-18 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.010788 10.0.0.131 - - [2025-08-18 02:12:03] "PUT /virtual-machine-interface/233eb65b-6c3f-4adb-8e3a-a2a4f1f7fc9b HTTP/1.1" 200 285 0.015189 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002806 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.007274 10.0.0.131 - - [2025-08-18 02:12:03] "GET /virtual-machine-interface/3e9f249e-98c4-4214-b7b4-207368db907d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.004676 10.0.0.131 - - [2025-08-18 02:12:03] "POST /instance-ips HTTP/1.1" 200 386 0.029523 10.0.0.131 - - [2025-08-18 02:12:03] "PUT /virtual-machine-interface/3e9f249e-98c4-4214-b7b4-207368db907d HTTP/1.1" 200 285 0.009868 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.006934 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.011738 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.008689 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002783 10.0.0.131 - - [2025-08-18 02:12:03] "POST /neutron/port HTTP/1.1" 200 1083 0.010388 10.0.0.131 - - [2025-08-18 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005404 10.0.0.131 - - [2025-08-18 02:12:03] "POST /instance-ips HTTP/1.1" 200 374 0.023384 10.0.0.131 - - [2025-08-18 02:12:03] "POST /neutron/port HTTP/1.1" 200 1083 0.014660 10.0.0.131 - - [2025-08-18 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005188 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.007523 10.0.0.131 - - [2025-08-18 02:12:03] "POST /neutron/port HTTP/1.1" 200 1083 0.009435 10.0.0.131 - - [2025-08-18 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005013 10.0.0.131 - - [2025-08-18 02:12:03] "GET /virtual-machine/696da41a-67ca-4f55-a526-52540e88763b HTTP/1.1" 200 1292 0.007133 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.009123 10.0.0.131 - - [2025-08-18 02:12:03] "GET /virtual-machine-interface/cb22d12b-6a94-4f0f-8035-5360ee567758 HTTP/1.1" 200 2953 0.004967 10.0.0.131 - - [2025-08-18 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.131 - - [2025-08-18 02:12:03] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002582 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001912 10.0.0.131 - - [2025-08-18 02:12:03] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002651 10.0.0.131 - - [2025-08-18 02:12:03] "POST /instance-ips HTTP/1.1" 200 374 0.012327 10.0.0.131 - - [2025-08-18 02:12:03] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005096 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.007136 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.007506 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002523 10.0.0.131 - - [2025-08-18 02:12:03] "POST /instance-ips HTTP/1.1" 200 376 0.014141 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.007899 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.007491 10.0.0.131 - - [2025-08-18 02:12:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002720 10.0.0.131 - - [2025-08-18 02:12:04] "POST /instance-ips HTTP/1.1" 200 376 0.015013 10.0.0.131 - - [2025-08-18 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.008163 10.0.0.131 - - [2025-08-18 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.007142 10.0.0.131 - - [2025-08-18 02:12:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003099 10.0.0.131 - - [2025-08-18 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.131 - - [2025-08-18 02:12:04] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002851 10.0.0.131 - - [2025-08-18 02:12:04] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003416 10.0.0.131 - - [2025-08-18 02:12:04] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004924 10.0.0.131 - - [2025-08-18 02:12:05] "POST /neutron/port HTTP/1.1" 200 1085 0.010008 10.0.0.131 - - [2025-08-18 02:12:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005001 10.0.0.131 - - [2025-08-18 02:12:05] "POST /neutron/port HTTP/1.1" 200 1085 0.009670 10.0.0.131 - - [2025-08-18 02:12:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005150 10.0.0.131 - - [2025-08-18 02:12:05] "POST /neutron/port HTTP/1.1" 200 1085 0.011081 10.0.0.131 - - [2025-08-18 02:12:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006256 10.0.0.131 - - [2025-08-18 02:12:05] "GET /virtual-machine/584534b9-2787-4c2f-ab75-dc2d11b6b3a3 HTTP/1.1" 200 1292 0.004092 10.0.0.131 - - [2025-08-18 02:12:05] "GET /virtual-machine-interface/a7b1e039-8ec4-46d6-9324-b264ad1510e7 HTTP/1.1" 200 2957 0.004334 10.0.0.131 - - [2025-08-18 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.131 - - [2025-08-18 02:12:05] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002633 10.0.0.131 - - [2025-08-18 02:12:05] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002654 10.0.0.131 - - [2025-08-18 02:12:05] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004758 10.0.0.131 - - [2025-08-18 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.131 - - [2025-08-18 02:12:06] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002572 10.0.0.131 - - [2025-08-18 02:12:06] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003719 10.0.0.131 - - [2025-08-18 02:12:06] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004637 10.0.0.131 - - [2025-08-18 02:12:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.003400 10.0.0.131 - - [2025-08-18 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.131 - - [2025-08-18 02:12:06] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.131 - - [2025-08-18 02:12:06] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.023749 10.0.0.131 - - [2025-08-18 02:12:06] "POST /network-policys HTTP/1.1" 200 549 0.015345 10.0.0.131 - - [2025-08-18 02:12:06] "GET /network-policy/15d2c393-a27b-4fd9-a9e8-374de2c6d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004294 10.0.0.131 - - [2025-08-18 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.131 - - [2025-08-18 02:12:07] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006265 10.0.0.131 - - [2025-08-18 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.131 - - [2025-08-18 02:12:07] "GET /network-policy/15d2c393-a27b-4fd9-a9e8-374de2c6d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004041 10.0.0.131 - - [2025-08-18 02:12:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.002363 10.0.0.131 - - [2025-08-18 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.027025 10.0.0.131 - - [2025-08-18 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.131 - - [2025-08-18 02:12:07] "POST /access-control-lists HTTP/1.1" 200 603 0.056469 10.0.0.131 - - [2025-08-18 02:12:07] "GET /network-policy/15d2c393-a27b-4fd9-a9e8-374de2c6d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003277 10.0.0.131 - - [2025-08-18 02:12:07] "POST /neutron/network HTTP/1.1" 200 917 0.006094 10.0.0.131 - - [2025-08-18 02:12:07] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004152 10.0.0.131 - - [2025-08-18 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.131 - - [2025-08-18 02:12:07] "GET /network-policy/15d2c393-a27b-4fd9-a9e8-374de2c6d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003657 10.0.0.131 - - [2025-08-18 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.131 - - [2025-08-18 02:12:07] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004928 10.0.0.131 - - [2025-08-18 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.131 - - [2025-08-18 02:12:07] "GET /network-policy/15d2c393-a27b-4fd9-a9e8-374de2c6d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003440 10.0.0.131 - - [2025-08-18 02:12:07] "POST /fqname-to-id HTTP/1.1" 404 244 0.003572 10.0.0.131 - - [2025-08-18 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.027599 10.0.0.131 - - [2025-08-18 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.131 - - [2025-08-18 02:12:07] "POST /access-control-lists HTTP/1.1" 200 606 0.066181 10.0.0.131 - - [2025-08-18 02:12:07] "GET /network-policy/15d2c393-a27b-4fd9-a9e8-374de2c6d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003011 10.0.0.131 - - [2025-08-18 02:12:07] "POST /routing-instances HTTP/1.1" 200 761 0.013369 10.0.0.131 - - [2025-08-18 02:12:07] "POST /neutron/network HTTP/1.1" 200 921 0.006006 10.0.0.131 - - [2025-08-18 02:12:07] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004204 10.0.0.131 - - [2025-08-18 02:12:07] "POST /route-targets HTTP/1.1" 200 328 0.008214 10.0.0.131 - - [2025-08-18 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.131 - - [2025-08-18 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009197 10.0.0.131 - - [2025-08-18 02:12:08] "GET /network-policy/15d2c393-a27b-4fd9-a9e8-374de2c6d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002947 10.0.0.131 - - [2025-08-18 02:12:08] "GET /routing-instance/8808a79b-610a-42c9-a30e-5a58334e2007?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003866 10.0.0.131 - - [2025-08-18 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.131 - - [2025-08-18 02:12:08] "GET /routing-instance/8808a79b-610a-42c9-a30e-5a58334e2007?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003660 10.0.0.131 - - [2025-08-18 02:12:08] "GET /service-template/32b792f3-2ad9-4c05-877a-9e4b1aa56074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003504 10.0.0.131 - - [2025-08-18 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009101 10.0.0.131 - - [2025-08-18 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.131 - - [2025-08-18 02:12:08] "POST /routing-instances HTTP/1.1" 200 762 0.014668 10.0.0.131 - - [2025-08-18 02:12:08] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001160 10.0.0.131 - - [2025-08-18 02:12:08] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.026684 10.0.0.131 - - [2025-08-18 02:12:08] "POST /route-targets HTTP/1.1" 200 328 0.008658 10.0.0.131 - - [2025-08-18 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.131 - - [2025-08-18 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009035 10.0.0.131 - - [2025-08-18 02:12:08] "GET /service-instance/41bcffa3-8073-45f7-bc72-6efa5224916d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004252 10.0.0.131 - - [2025-08-18 02:12:08] "GET /routing-instance/1a3a67fc-53aa-4533-8086-cb657ddb7092?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003291 10.0.0.131 - - [2025-08-18 02:12:08] "GET /domains HTTP/1.1" 200 281 0.002204 10.0.0.131 - - [2025-08-18 02:12:08] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.131 - - [2025-08-18 02:12:08] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2783 0.007284 10.0.0.131 - - [2025-08-18 02:12:08] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.131 - - [2025-08-18 02:12:08] "GET /routing-instance/1a3a67fc-53aa-4533-8086-cb657ddb7092?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.002922 10.0.0.131 - - [2025-08-18 02:12:08] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 4249 0.063508 10.0.0.131 - - [2025-08-18 02:12:08] "GET /service-instance/41bcffa3-8073-45f7-bc72-6efa5224916d HTTP/1.1" 200 3793 0.004814 10.0.0.131 - - [2025-08-18 02:12:08] "PUT /routing-instance/8808a79b-610a-42c9-a30e-5a58334e2007 HTTP/1.1" 200 267 0.010489 10.0.0.131 - - [2025-08-18 02:12:08] "GET /domains HTTP/1.1" 200 281 0.002319 10.0.0.131 - - [2025-08-18 02:12:08] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.131 - - [2025-08-18 02:12:08] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2783 0.006240 10.0.0.131 - - [2025-08-18 02:12:08] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.131 - - [2025-08-18 02:12:08] "PUT /routing-instance/1a3a67fc-53aa-4533-8086-cb657ddb7092 HTTP/1.1" 200 267 0.009045 10.0.0.131 - - [2025-08-18 02:12:08] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 4249 0.068404 10.0.0.131 - - [2025-08-18 02:12:08] "GET /service-instance/41bcffa3-8073-45f7-bc72-6efa5224916d HTTP/1.1" 200 3793 0.003330 10.0.0.131 - - [2025-08-18 02:12:08] "GET /port-tuple/d03ea104-342c-4991-a00d-1abec3bf2e46 HTTP/1.1" 200 1985 0.002925 10.0.0.131 - - [2025-08-18 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009545 10.0.0.131 - - [2025-08-18 02:12:08] "GET /virtual-machine-interface/233eb65b-6c3f-4adb-8e3a-a2a4f1f7fc9b HTTP/1.1" 200 3808 0.009155 10.0.0.131 - - [2025-08-18 02:12:08] "GET /virtual-machine-interface/3e9f249e-98c4-4214-b7b4-207368db907d HTTP/1.1" 200 3814 0.004847 10.0.0.131 - - [2025-08-18 02:12:08] "GET /virtual-machine-interface/fff1f23a-d716-4b83-8a49-95f7ff49d25d HTTP/1.1" 200 3826 0.004543 10.0.0.131 - - [2025-08-18 02:12:08] "PUT /access-control-list/6e9d058e-7384-4454-8da6-0e75b583d351 HTTP/1.1" 200 273 0.010214 10.0.0.131 - - [2025-08-18 02:12:08] "POST /neutron/port HTTP/1.1" 200 3826 0.030141 10.0.0.131 - - [2025-08-18 02:12:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005409 10.0.0.131 - - [2025-08-18 02:12:08] "PUT /access-control-list/d7010d5f-9e57-42fa-bdee-c1f4368e3d2c HTTP/1.1" 200 273 0.008551 10.0.0.131 - - [2025-08-18 02:12:08] "POST /neutron/port HTTP/1.1" 200 3826 0.026611 10.0.0.131 - - [2025-08-18 02:12:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005142 10.0.0.131 - - [2025-08-18 02:12:08] "POST /neutron/port HTTP/1.1" 200 3826 0.024340 10.0.0.131 - - [2025-08-18 02:12:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005176 10.0.0.131 - - [2025-08-18 02:12:08] "POST /neutron/port HTTP/1.1" 200 3826 0.024470 10.0.0.131 - - [2025-08-18 02:12:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005314 10.0.0.131 - - [2025-08-18 02:12:08] "POST /neutron/network HTTP/1.1" 200 891 0.010667 10.0.0.131 - - [2025-08-18 02:12:08] "POST /neutron/network HTTP/1.1" 200 917 0.005341 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/network HTTP/1.1" 200 804 0.011134 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/network HTTP/1.1" 200 830 0.004790 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/network HTTP/1.1" 200 895 0.010204 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/network HTTP/1.1" 200 921 0.004570 10.0.0.131 - - [2025-08-18 02:12:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001078 10.0.0.131 - - [2025-08-18 02:12:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.000922 10.0.0.131 - - [2025-08-18 02:12:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001321 10.0.0.131 - - [2025-08-18 02:12:09] "GET /virtual-machine/19b436c1-6a85-48b4-a0f6-00db2ca5c3dd HTTP/1.1" 200 1806 0.003275 10.0.0.131 - - [2025-08-18 02:12:09] "GET /virtual-machine-interface/233eb65b-6c3f-4adb-8e3a-a2a4f1f7fc9b HTTP/1.1" 200 3808 0.004638 10.0.0.131 - - [2025-08-18 02:12:09] "GET /virtual-machine-interface/3e9f249e-98c4-4214-b7b4-207368db907d HTTP/1.1" 200 3814 0.004347 10.0.0.131 - - [2025-08-18 02:12:09] "GET /virtual-machine-interface/fff1f23a-d716-4b83-8a49-95f7ff49d25d HTTP/1.1" 200 3826 0.004489 10.0.0.131 - - [2025-08-18 02:12:09] "GET /instance-ip/1528f104-5428-40e5-8ee4-83e19e0d8cd5 HTTP/1.1" 200 1621 0.003954 10.0.0.131 - - [2025-08-18 02:12:09] "GET /instance-ip/177fddda-21e7-4f22-b8dd-58a65aa035e7 HTTP/1.1" 200 1960 0.002651 10.0.0.131 - - [2025-08-18 02:12:09] "GET /instance-ip/6a177d1a-ec24-48f2-9354-42f337da1fbf HTTP/1.1" 200 1958 0.002738 10.0.0.131 - - [2025-08-18 02:12:09] "GET /instance-ip/015936d4-7cba-46df-8751-307fe4cce8d8 HTTP/1.1" 200 1961 0.002648 10.0.0.131 - - [2025-08-18 02:12:09] "GET /instance-ip/1e841ff6-77b8-41fe-b66c-78c51e21a864 HTTP/1.1" 200 1624 0.003638 10.0.0.131 - - [2025-08-18 02:12:09] "GET /instance-ip/6fff92ad-e5c9-49f0-9cdc-3977f79c92cf HTTP/1.1" 200 1962 0.003932 10.0.0.131 - - [2025-08-18 02:12:09] "GET /instance-ip/3f838aa6-e2dc-43ac-8427-bf5fb8fffe80 HTTP/1.1" 200 1983 0.002595 10.0.0.131 - - [2025-08-18 02:12:09] "GET /instance-ip/5899ad0e-095c-4810-a12c-37d011314c49 HTTP/1.1" 200 1622 0.003533 10.0.0.131 - - [2025-08-18 02:12:09] "GET /instance-ip/c3862904-111f-4755-a6a0-fe14fb9e2efd HTTP/1.1" 200 1983 0.002544 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/port HTTP/1.1" 200 3826 0.024831 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005100 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/port HTTP/1.1" 200 3826 0.024288 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005474 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/port HTTP/1.1" 200 3826 0.024517 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004793 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/port HTTP/1.1" 200 3826 0.023278 10.0.0.131 - - [2025-08-18 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004799 10.0.0.131 - - [2025-08-18 02:12:09] "GET /virtual-machine/19b436c1-6a85-48b4-a0f6-00db2ca5c3dd HTTP/1.1" 200 1806 0.002654 10.0.0.131 - - [2025-08-18 02:12:09] "GET /virtual-machine-interface/233eb65b-6c3f-4adb-8e3a-a2a4f1f7fc9b HTTP/1.1" 200 3808 0.004035 10.0.0.131 - - [2025-08-18 02:12:09] "GET /virtual-machine-interface/3e9f249e-98c4-4214-b7b4-207368db907d HTTP/1.1" 200 3814 0.003982 10.0.0.131 - - [2025-08-18 02:12:09] "GET /virtual-machine-interface/fff1f23a-d716-4b83-8a49-95f7ff49d25d HTTP/1.1" 200 3826 0.004038 10.0.0.131 - - [2025-08-18 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.131 - - [2025-08-18 02:12:09] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002411 10.0.0.131 - - [2025-08-18 02:12:09] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002398 10.0.0.131 - - [2025-08-18 02:12:09] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005066 10.0.0.131 - - [2025-08-18 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.131 - - [2025-08-18 02:12:10] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002811 10.0.0.131 - - [2025-08-18 02:12:10] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002852 10.0.0.131 - - [2025-08-18 02:12:10] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005100 10.0.0.131 - - [2025-08-18 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.131 - - [2025-08-18 02:12:11] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003360 10.0.0.131 - - [2025-08-18 02:12:11] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002990 10.0.0.131 - - [2025-08-18 02:12:11] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005564 10.0.0.131 - - [2025-08-18 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.131 - - [2025-08-18 02:12:11] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003564 10.0.0.131 - - [2025-08-18 02:12:11] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002873 10.0.0.131 - - [2025-08-18 02:12:11] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004916 10.0.0.131 - - [2025-08-18 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.131 - - [2025-08-18 02:12:11] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003748 10.0.0.131 - - [2025-08-18 02:12:11] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002685 10.0.0.131 - - [2025-08-18 02:12:11] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005090 10.0.0.131 - - [2025-08-18 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.131 - - [2025-08-18 02:12:11] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003261 10.0.0.131 - - [2025-08-18 02:12:11] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003088 10.0.0.131 - - [2025-08-18 02:12:11] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005031 10.0.0.131 - - [2025-08-18 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.131 - - [2025-08-18 02:12:11] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003283 10.0.0.131 - - [2025-08-18 02:12:11] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002728 10.0.0.131 - - [2025-08-18 02:12:12] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005005 10.0.0.131 - - [2025-08-18 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.131 - - [2025-08-18 02:12:12] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003484 10.0.0.131 - - [2025-08-18 02:12:12] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003421 10.0.0.131 - - [2025-08-18 02:12:12] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005539 10.0.0.131 - - [2025-08-18 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.131 - - [2025-08-18 02:12:12] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003821 10.0.0.131 - - [2025-08-18 02:12:12] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002949 10.0.0.131 - - [2025-08-18 02:12:12] "GET /virtual-network/a69708d2-19eb-40d7-bfa5-f4c8a67d998a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005229 10.0.0.131 - - [2025-08-18 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.131 - - [2025-08-18 02:12:12] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003273 10.0.0.131 - - [2025-08-18 02:12:12] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002642 10.0.0.131 - - [2025-08-18 02:12:12] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005197 10.0.0.131 - - [2025-08-18 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.131 - - [2025-08-18 02:12:12] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003547 10.0.0.131 - - [2025-08-18 02:12:12] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002673 10.0.0.131 - - [2025-08-18 02:12:12] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004893 10.0.0.131 - - [2025-08-18 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.131 - - [2025-08-18 02:12:13] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003275 10.0.0.131 - - [2025-08-18 02:12:13] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002830 10.0.0.131 - - [2025-08-18 02:12:13] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004945 10.0.0.131 - - [2025-08-18 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.131 - - [2025-08-18 02:12:13] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003185 10.0.0.131 - - [2025-08-18 02:12:13] "GET /virtual-networks?parent_id=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002996 10.0.0.131 - - [2025-08-18 02:12:13] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004944 10.0.0.131 - - [2025-08-18 02:12:13] "GET /virtual-machine/19b436c1-6a85-48b4-a0f6-00db2ca5c3dd HTTP/1.1" 200 1806 0.003413 10.0.0.131 - - [2025-08-18 02:12:13] "GET /domains HTTP/1.1" 200 281 0.002086 10.0.0.131 - - [2025-08-18 02:12:13] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.131 - - [2025-08-18 02:12:13] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2783 0.007525 10.0.0.131 - - [2025-08-18 02:12:13] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001378 10.0.0.131 - - [2025-08-18 02:12:13] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 4249 0.065761 10.0.0.131 - - [2025-08-18 02:12:13] "GET /service-instance/41bcffa3-8073-45f7-bc72-6efa5224916d HTTP/1.1" 200 3793 0.003229 10.0.0.131 - - [2025-08-18 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.131 - - [2025-08-18 02:12:13] "GET /routing-instance/a2643076-ec5e-4f18-a92c-3e6b43267a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003465 10.0.0.131 - - [2025-08-18 02:12:13] "GET /routing-instance/a2643076-ec5e-4f18-a92c-3e6b43267a13?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005585 10.0.0.131 - - [2025-08-18 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.131 - - [2025-08-18 02:12:13] "GET /routing-instance/7fa150f2-6e90-41af-aa88-fa9b00d04e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.003317 10.0.0.131 - - [2025-08-18 02:12:13] "GET /routing-instance/7fa150f2-6e90-41af-aa88-fa9b00d04e4e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.004814 10.0.0.131 - - [2025-08-18 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.131 - - [2025-08-18 02:12:13] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005593 10.0.0.131 - - [2025-08-18 02:12:13] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?fields=routing_instances HTTP/1.1" 200 1685 0.005837 10.0.0.131 - - [2025-08-18 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.131 - - [2025-08-18 02:12:13] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004896 10.0.0.131 - - [2025-08-18 02:12:13] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?fields=routing_instances HTTP/1.1" 200 1693 0.006403 10.0.0.131 - - [2025-08-18 02:12:15] "POST /neutron/port HTTP/1.1" 200 1083 0.010566 10.0.0.131 - - [2025-08-18 02:12:15] "POST /neutron/port HTTP/1.1" 200 1083 0.011199 10.0.0.131 - - [2025-08-18 02:12:15] "POST /neutron/network HTTP/1.1" 200 927 0.005252 10.0.0.131 - - [2025-08-18 02:12:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002759 10.0.0.131 - - [2025-08-18 02:12:15] "POST /neutron/subnet HTTP/1.1" 200 684 0.005958 10.0.0.131 - - [2025-08-18 02:12:16] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.131 - - [2025-08-18 02:12:16] "POST /neutron/network HTTP/1.1" 200 917 0.004887 10.0.0.131 - - [2025-08-18 02:12:17] "POST /ref-update HTTP/1.1" 200 156 0.026033 10.0.0.131 - - [2025-08-18 02:12:17] "DELETE /access-control-list/d7010d5f-9e57-42fa-bdee-c1f4368e3d2c HTTP/1.1" 200 115 0.024239 10.0.0.131 - - [2025-08-18 02:12:18] "POST /neutron/network HTTP/1.1" 200 833 0.008306 10.0.0.131 - - [2025-08-18 02:12:18] "GET /virtual-network/95d5daa7-22f0-42e9-a99c-d2416b74f021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004421 10.0.0.131 - - [2025-08-18 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /routing-instance/8808a79b-610a-42c9-a30e-5a58334e2007 HTTP/1.1" 200 115 0.023905 10.0.0.131 - - [2025-08-18 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.131 - - [2025-08-18 02:12:18] "GET /network-policy/15d2c393-a27b-4fd9-a9e8-374de2c6d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003552 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /route-target/d54ff366-31cb-4f3b-bb28-3b2604d9679d HTTP/1.1" 200 115 0.011483 10.0.0.131 - - [2025-08-18 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.026150 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /routing-instance/1a3a67fc-53aa-4533-8086-cb657ddb7092 HTTP/1.1" 200 115 0.033631 10.0.0.131 - - [2025-08-18 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006088 10.0.0.131 - - [2025-08-18 02:12:18] "POST /neutron/network HTTP/1.1" 200 829 0.007315 10.0.0.131 - - [2025-08-18 02:12:18] "GET /virtual-network/004314c2-3e4a-4012-9fe8-5406598b7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004314 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /route-target/6305bdc8-51bd-4ea2-8098-73b32f41278e HTTP/1.1" 200 115 0.017086 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /access-control-list/6e9d058e-7384-4454-8da6-0e75b583d351 HTTP/1.1" 200 115 0.018835 10.0.0.131 - - [2025-08-18 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006515 10.0.0.131 - - [2025-08-18 02:12:18] "GET /network-policy/15d2c393-a27b-4fd9-a9e8-374de2c6d7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003809 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /network-policy/15d2c393-a27b-4fd9-a9e8-374de2c6d7e7 HTTP/1.1" 200 115 0.020425 10.0.0.131 - - [2025-08-18 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /service-instance/41bcffa3-8073-45f7-bc72-6efa5224916d HTTP/1.1" 200 115 0.039015 10.0.0.131 - - [2025-08-18 02:12:18] "GET /domains HTTP/1.1" 200 281 0.002161 10.0.0.131 - - [2025-08-18 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.012720 10.0.0.131 - - [2025-08-18 02:12:18] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.131 - - [2025-08-18 02:12:18] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2783 0.008145 10.0.0.131 - - [2025-08-18 02:12:18] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /instance-ip/6fff92ad-e5c9-49f0-9cdc-3977f79c92cf HTTP/1.1" 200 115 0.025380 10.0.0.131 - - [2025-08-18 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.014846 10.0.0.131 - - [2025-08-18 02:12:18] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 3773 0.085927 10.0.0.131 - - [2025-08-18 02:12:18] "GET /virtual-machine/19b436c1-6a85-48b4-a0f6-00db2ca5c3dd HTTP/1.1" 200 1806 0.004402 10.0.0.131 - - [2025-08-18 02:12:18] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002678 10.0.0.131 - - [2025-08-18 02:12:18] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002801 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /instance-ip/c3862904-111f-4755-a6a0-fe14fb9e2efd HTTP/1.1" 200 115 0.040674 10.0.0.131 - - [2025-08-18 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.007781 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /instance-ip/177fddda-21e7-4f22-b8dd-58a65aa035e7 HTTP/1.1" 200 115 0.018192 10.0.0.131 - - [2025-08-18 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.007854 10.0.0.131 - - [2025-08-18 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /service-template/32b792f3-2ad9-4c05-877a-9e4b1aa56074 HTTP/1.1" 200 115 0.028700 10.0.0.131 - - [2025-08-18 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.005665 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /instance-ip/015936d4-7cba-46df-8751-307fe4cce8d8 HTTP/1.1" 200 115 0.032202 10.0.0.131 - - [2025-08-18 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.021543 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /instance-ip/3f838aa6-e2dc-43ac-8427-bf5fb8fffe80 HTTP/1.1" 200 115 0.021873 10.0.0.131 - - [2025-08-18 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.008728 10.0.0.131 - - [2025-08-18 02:12:18] "DELETE /instance-ip/6a177d1a-ec24-48f2-9354-42f337da1fbf HTTP/1.1" 200 115 0.027093 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/network HTTP/1.1" 200 833 0.012460 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/network HTTP/1.1" 400 204 0.013816 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 1085 0.011092 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 1111 0.007663 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 151 0.086541 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 1083 0.014679 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 1109 0.009454 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 151 0.104815 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 3019 0.016753 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 1111 0.007149 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 151 0.083538 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 1110 0.008330 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 151 0.090045 10.0.0.131 - - [2025-08-18 02:12:19] "POST /neutron/port HTTP/1.1" 200 1109 0.008363 10.0.0.131 - - [2025-08-18 02:12:20] "POST /neutron/port HTTP/1.1" 200 151 0.098552 10.0.0.131 - - [2025-08-18 02:12:21] "POST /neutron/network HTTP/1.1" 200 833 0.005081 10.0.0.131 - - [2025-08-18 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.131 - - [2025-08-18 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002012 10.0.0.131 - - [2025-08-18 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.131 - - [2025-08-18 02:12:21] "POST /neutron/network HTTP/1.1" 200 151 0.070092 10.0.0.131 - - [2025-08-18 02:12:21] "DELETE /route-target/4468d1fa-9fbd-4b0f-b212-ed3afa66f7d2 HTTP/1.1" 200 115 0.019191 10.0.0.131 - - [2025-08-18 02:12:21] "GET /routing-instance/7fa150f2-6e90-41af-aa88-fa9b00d04e4e HTTP/1.1" 404 171 0.002177 10.0.0.131 - - [2025-08-18 02:12:21] "GET /domains HTTP/1.1" 200 281 0.001921 10.0.0.131 - - [2025-08-18 02:12:21] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.131 - - [2025-08-18 02:12:21] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2582 0.048830 10.0.0.131 - - [2025-08-18 02:12:21] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.131 - - [2025-08-18 02:12:21] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 2306 0.066885 10.0.0.131 - - [2025-08-18 02:12:21] "POST /neutron/network HTTP/1.1" 200 829 0.004995 10.0.0.131 - - [2025-08-18 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.131 - - [2025-08-18 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003017 10.0.0.131 - - [2025-08-18 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001744 10.0.0.131 - - [2025-08-18 02:12:21] "POST /neutron/network HTTP/1.1" 200 151 0.071100 10.0.0.131 - - [2025-08-18 02:12:21] "DELETE /route-target/5c3089ca-7ed4-4d44-a159-2f20b945f8b3 HTTP/1.1" 200 115 0.018200 10.0.0.131 - - [2025-08-18 02:12:21] "GET /routing-instance/a2643076-ec5e-4f18-a92c-3e6b43267a13 HTTP/1.1" 404 171 0.002312 10.0.0.131 - - [2025-08-18 02:12:21] "GET /domains HTTP/1.1" 200 281 0.001858 10.0.0.131 - - [2025-08-18 02:12:21] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.131 - - [2025-08-18 02:12:21] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2582 0.051588 10.0.0.131 - - [2025-08-18 02:12:21] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.131 - - [2025-08-18 02:12:21] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 2087 0.068746 10.0.0.131 - - [2025-08-18 02:12:21] "POST /neutron/network HTTP/1.1" 200 830 0.005316 10.0.0.131 - - [2025-08-18 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.131 - - [2025-08-18 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001995 10.0.0.131 - - [2025-08-18 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002818 10.0.0.131 - - [2025-08-18 02:12:21] "POST /neutron/network HTTP/1.1" 200 151 0.073716 10.0.0.131 - - [2025-08-18 02:12:21] "GET /routing-instance/cacdcd39-e05d-46a2-a01e-b71076dedef9 HTTP/1.1" 404 171 0.002572 10.0.0.131 - - [2025-08-18 02:12:21] "DELETE /route-target/f99326b1-51e7-4ff5-92ac-40aff37c89a0 HTTP/1.1" 200 115 0.018528 10.0.0.131 - - [2025-08-18 02:12:21] "GET /domains HTTP/1.1" 200 281 0.002929 10.0.0.131 - - [2025-08-18 02:12:21] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.131 - - [2025-08-18 02:12:21] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2582 0.046742 10.0.0.131 - - [2025-08-18 02:12:21] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001463 10.0.0.131 - - [2025-08-18 02:12:21] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 1846 0.065216 10.0.0.131 - - [2025-08-18 02:12:22] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001571 10.0.0.131 - - [2025-08-18 02:12:22] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.052459 10.0.0.131 - - [2025-08-18 02:12:22] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.131 - - [2025-08-18 02:12:22] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?fields=virtual_networks HTTP/1.1" 200 1031 0.068601 10.0.0.131 - - [2025-08-18 02:12:22] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001512 10.0.0.131 - - [2025-08-18 02:12:22] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.032041 10.0.0.131 - - [2025-08-18 02:12:22] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.131 - - [2025-08-18 02:12:22] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?fields=security_groups HTTP/1.1" 200 1256 0.020427 10.0.0.131 - - [2025-08-18 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.020647 10.0.0.131 - - [2025-08-18 02:12:23] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002325 10.0.0.131 - - [2025-08-18 02:12:23] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.131 - - [2025-08-18 02:12:23] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006892 10.0.0.131 - - [2025-08-18 02:12:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.001137 10.0.0.131 - - [2025-08-18 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.004333 10.0.0.131 - - [2025-08-18 02:12:23] "POST /security-groups HTTP/1.1" 200 592 0.059618 10.0.0.131 - - [2025-08-18 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.003174 10.0.0.131 - - [2025-08-18 02:12:23] "POST /projects HTTP/1.1" 200 587 0.205750 10.0.0.131 - - [2025-08-18 02:12:23] "POST /access-control-lists HTTP/1.1" 200 599 0.054885 10.0.0.131 - - [2025-08-18 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.268924 10.0.0.131 - - [2025-08-18 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002404 10.0.0.131 - - [2025-08-18 02:12:23] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.381796 10.0.0.131 - - [2025-08-18 02:12:23] "POST /access-control-lists HTTP/1.1" 200 597 0.055511 10.0.0.131 - - [2025-08-18 02:12:24] "GET / HTTP/1.1" 200 36215 0.002079 10.0.0.131 - - [2025-08-18 02:12:25] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000446 10.0.0.131 - - [2025-08-18 02:12:25] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001424 10.0.0.131 - - [2025-08-18 02:12:25] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047463 10.0.0.131 - - [2025-08-18 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.001964 10.0.0.131 - - [2025-08-18 02:12:25] "POST /virtual-DNSs HTTP/1.1" 200 509 0.015820 10.0.0.131 - - [2025-08-18 02:12:25] "GET /virtual-DNS/99a09a90-ce29-4f11-9a39-7fea0e6ea431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.015900 10.0.0.131 - - [2025-08-18 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.131 - - [2025-08-18 02:12:26] "GET /virtual-DNS/99a09a90-ce29-4f11-9a39-7fea0e6ea431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.003167 10.0.0.131 - - [2025-08-18 02:12:26] "GET /domains HTTP/1.1" 401 293 0.000419 10.0.0.131 - - [2025-08-18 02:12:26] "GET /domains HTTP/1.1" 200 281 0.020756 10.0.0.131 - - [2025-08-18 02:12:26] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.131 - - [2025-08-18 02:12:26] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2971 0.006937 10.0.0.131 - - [2025-08-18 02:12:26] "GET /virtual-DNS/99a09a90-ce29-4f11-9a39-7fea0e6ea431 HTTP/1.1" 200 1441 0.003026 10.0.0.131 - - [2025-08-18 02:12:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.001728 10.0.0.131 - - [2025-08-18 02:12:26] "POST /network-ipams HTTP/1.1" 200 516 0.013355 10.0.0.131 - - [2025-08-18 02:12:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002167 10.0.0.131 - - [2025-08-18 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.131 - - [2025-08-18 02:12:26] "GET /network-ipam/9e76569d-320e-42f1-80f7-1f1188f4e1b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.003870 10.0.0.131 - - [2025-08-18 02:12:26] "PUT /network-ipam/9e76569d-320e-42f1-80f7-1f1188f4e1b9 HTTP/1.1" 200 259 0.008497 10.0.0.131 - - [2025-08-18 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.006869 10.0.0.131 - - [2025-08-18 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.131 - - [2025-08-18 02:12:26] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001367 10.0.0.131 - - [2025-08-18 02:12:26] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022341 10.0.0.131 - - [2025-08-18 02:12:26] "POST /neutron/network HTTP/1.1" 200 117 0.024982 10.0.0.131 - - [2025-08-18 02:12:26] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.131 - - [2025-08-18 02:12:26] "POST /neutron/network HTTP/1.1" 200 618 0.062137 10.0.0.131 - - [2025-08-18 02:12:26] "POST /route-targets HTTP/1.1" 200 328 0.007555 10.0.0.131 - - [2025-08-18 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.008728 10.0.0.131 - - [2025-08-18 02:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001880 10.0.0.131 - - [2025-08-18 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.128880 10.0.0.131 - - [2025-08-18 02:12:27] "POST /neutron/network HTTP/1.1" 200 833 0.004611 10.0.0.131 - - [2025-08-18 02:12:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001088 10.0.0.131 - - [2025-08-18 02:12:27] "GET /virtual-network/031e0482-2bd0-4650-85b2-16756eca8d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004372 10.0.0.131 - - [2025-08-18 02:12:27] "POST /neutron/network HTTP/1.1" 200 833 0.004988 10.0.0.131 - - [2025-08-18 02:12:27] "GET /virtual-network/031e0482-2bd0-4650-85b2-16756eca8d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004437 10.0.0.131 - - [2025-08-18 02:12:27] "POST /neutron/network HTTP/1.1" 200 833 0.005365 10.0.0.131 - - [2025-08-18 02:12:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.005729 10.0.0.131 - - [2025-08-18 02:12:27] "POST /neutron/network HTTP/1.1" 200 807 0.009162 10.0.0.131 - - [2025-08-18 02:12:27] "POST /neutron/network HTTP/1.1" 200 833 0.004432 10.0.0.131 - - [2025-08-18 02:12:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001359 10.0.0.131 - - [2025-08-18 02:12:27] "POST /neutron/network HTTP/1.1" 200 843 0.004953 10.0.0.131 - - [2025-08-18 02:12:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000375 10.0.0.131 - - [2025-08-18 02:12:27] "GET / HTTP/1.1" 200 36215 0.001933 10.0.0.131 - - [2025-08-18 02:12:27] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000367 10.0.0.131 - - [2025-08-18 02:12:28] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.131 - - [2025-08-18 02:12:28] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.043954 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/network HTTP/1.1" 200 833 0.025331 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.004691 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.004190 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.005532 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/network HTTP/1.1" 200 843 0.004956 10.0.0.131 - - [2025-08-18 02:12:28] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/port HTTP/1.1" 200 1058 0.186659 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/port HTTP/1.1" 200 1058 0.008233 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/port HTTP/1.1" 200 1058 0.007141 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/port HTTP/1.1" 200 1112 0.046335 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/port HTTP/1.1" 200 1086 0.010021 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003555 10.0.0.131 - - [2025-08-18 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 685 0.006123 10.0.0.131 - - [2025-08-18 02:12:29] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.131 - - [2025-08-18 02:12:29] "POST /neutron/network HTTP/1.1" 200 833 0.005017 10.0.0.131 - - [2025-08-18 02:12:33] "POST /neutron/port HTTP/1.1" 200 1086 0.010341 10.0.0.131 - - [2025-08-18 02:12:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006339 10.0.0.131 - - [2025-08-18 02:12:33] "POST /neutron/port HTTP/1.1" 200 1086 0.009707 10.0.0.131 - - [2025-08-18 02:12:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005577 10.0.0.131 - - [2025-08-18 02:12:33] "POST /neutron/port HTTP/1.1" 200 1086 0.010731 10.0.0.131 - - [2025-08-18 02:12:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005683 10.0.0.131 - - [2025-08-18 02:12:33] "GET /virtual-machine/87a0f40b-1272-41f7-8933-37cbeff7ff0b HTTP/1.1" 200 1294 0.004153 10.0.0.131 - - [2025-08-18 02:12:33] "GET /virtual-machine-interface/8244f7e5-5583-4237-a4de-a5221e568671 HTTP/1.1" 200 2971 0.004780 10.0.0.131 - - [2025-08-18 02:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.131 - - [2025-08-18 02:12:33] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002707 10.0.0.131 - - [2025-08-18 02:12:33] "GET /virtual-networks?parent_id=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002822 10.0.0.131 - - [2025-08-18 02:12:33] "GET /virtual-network/031e0482-2bd0-4650-85b2-16756eca8d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004934 10.0.0.131 - - [2025-08-18 02:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.131 - - [2025-08-18 02:12:36] "GET /virtual-network/031e0482-2bd0-4650-85b2-16756eca8d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004616 10.0.0.131 - - [2025-08-18 02:12:36] "POST /neutron/port HTTP/1.1" 200 1086 0.010722 10.0.0.131 - - [2025-08-18 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004654 10.0.0.131 - - [2025-08-18 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.131 - - [2025-08-18 02:12:38] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002755 10.0.0.131 - - [2025-08-18 02:12:38] "GET /virtual-networks?parent_id=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002765 10.0.0.131 - - [2025-08-18 02:12:39] "GET /virtual-network/031e0482-2bd0-4650-85b2-16756eca8d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004961 10.0.0.131 - - [2025-08-18 02:12:43] "POST /neutron/network HTTP/1.1" 200 807 0.009540 10.0.0.131 - - [2025-08-18 02:12:43] "POST /neutron/network HTTP/1.1" 200 833 0.004100 10.0.0.131 - - [2025-08-18 02:12:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.000998 10.0.0.131 - - [2025-08-18 02:12:43] "POST /neutron/port HTTP/1.1" 200 1086 0.009966 10.0.0.131 - - [2025-08-18 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004781 10.0.0.131 - - [2025-08-18 02:12:43] "POST /neutron/network HTTP/1.1" 200 843 0.006251 10.0.0.131 - - [2025-08-18 02:12:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000387 10.0.0.131 - - [2025-08-18 02:12:43] "GET / HTTP/1.1" 200 36215 0.001706 10.0.0.131 - - [2025-08-18 02:12:43] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.131 - - [2025-08-18 02:12:44] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.131 - - [2025-08-18 02:12:44] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045191 10.0.0.131 - - [2025-08-18 02:12:44] "POST /neutron/network HTTP/1.1" 200 833 0.005154 10.0.0.131 - - [2025-08-18 02:12:44] "POST /neutron/port HTTP/1.1" 200 1086 0.011453 10.0.0.131 - - [2025-08-18 02:12:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006445 10.0.0.131 - - [2025-08-18 02:12:44] "POST /neutron/port HTTP/1.1" 200 117 0.004336 10.0.0.131 - - [2025-08-18 02:12:44] "POST /neutron/port HTTP/1.1" 200 117 0.004830 10.0.0.131 - - [2025-08-18 02:12:44] "POST /neutron/network HTTP/1.1" 200 843 0.005090 10.0.0.131 - - [2025-08-18 02:12:44] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.131 - - [2025-08-18 02:12:44] "POST /neutron/port HTTP/1.1" 200 1058 0.178181 10.0.0.131 - - [2025-08-18 02:12:45] "POST /neutron/port HTTP/1.1" 200 1058 0.029169 10.0.0.131 - - [2025-08-18 02:12:45] "POST /neutron/port HTTP/1.1" 200 1058 0.006847 10.0.0.131 - - [2025-08-18 02:12:45] "POST /neutron/port HTTP/1.1" 200 1112 0.070090 10.0.0.131 - - [2025-08-18 02:12:45] "POST /neutron/port HTTP/1.1" 200 1086 0.009595 10.0.0.131 - - [2025-08-18 02:12:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002850 10.0.0.131 - - [2025-08-18 02:12:45] "POST /neutron/subnet HTTP/1.1" 200 685 0.006240 10.0.0.131 - - [2025-08-18 02:12:45] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.131 - - [2025-08-18 02:12:45] "POST /neutron/network HTTP/1.1" 200 833 0.004776 10.0.0.131 - - [2025-08-18 02:12:49] "DELETE /project/5a727c166db74adb930f5869e522b7cc HTTP/1.1" 404 173 0.034036 10.0.0.131 - - [2025-08-18 02:12:49] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.131 - - [2025-08-18 02:12:49] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.055448 10.0.0.131 - - [2025-08-18 02:12:49] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.131 - - [2025-08-18 02:12:49] "POST /neutron/port HTTP/1.1" 200 1086 0.019574 10.0.0.131 - - [2025-08-18 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004856 10.0.0.131 - - [2025-08-18 02:12:49] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?fields=security_groups HTTP/1.1" 200 1358 0.079585 10.0.0.131 - - [2025-08-18 02:12:49] "POST /neutron/port HTTP/1.1" 200 1086 0.028565 10.0.0.131 - - [2025-08-18 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005210 10.0.0.131 - - [2025-08-18 02:12:49] "DELETE /security-group/fa40b5c5-f540-4651-9f9b-4d291a021e98 HTTP/1.1" 200 115 0.045717 10.0.0.131 - - [2025-08-18 02:12:49] "GET /projects?obj_uuids=9aecf6f7-d32d-4486-a359-91d386b56e5d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001462 10.0.0.131 - - [2025-08-18 02:12:49] "POST /neutron/port HTTP/1.1" 200 1086 0.018715 10.0.0.131 - - [2025-08-18 02:12:49] "GET /project/9aecf6f7-d32d-4486-a359-91d386b56e5d?fields=application_policy_sets HTTP/1.1" 200 1397 0.031224 10.0.0.131 - - [2025-08-18 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014492 10.0.0.131 - - [2025-08-18 02:12:49] "DELETE /access-control-list/132405fc-bded-42f5-bfdc-0def30094f49 HTTP/1.1" 200 115 0.056645 10.0.0.131 - - [2025-08-18 02:12:49] "GET /virtual-machine/0b61669f-27bc-46ba-84ab-99d379864faa HTTP/1.1" 200 1293 0.003973 10.0.0.131 - - [2025-08-18 02:12:49] "DELETE /access-control-list/fdc9dc21-54f9-4c74-bce8-e532038afd8c HTTP/1.1" 200 115 0.019287 10.0.0.131 - - [2025-08-18 02:12:49] "GET /virtual-machine-interface/97e9aeff-faec-46dc-b1e4-1bf38cc0bbf9 HTTP/1.1" 200 2972 0.008352 10.0.0.131 - - [2025-08-18 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.131 - - [2025-08-18 02:12:49] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002578 10.0.0.131 - - [2025-08-18 02:12:49] "DELETE /project/9aecf6f7-d32d-4486-a359-91d386b56e5d HTTP/1.1" 200 115 0.390535 10.0.0.131 - - [2025-08-18 02:12:49] "GET /virtual-networks?parent_id=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002720 10.0.0.131 - - [2025-08-18 02:12:49] "GET /virtual-network/031e0482-2bd0-4650-85b2-16756eca8d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005065 10.0.0.131 - - [2025-08-18 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.131 - - [2025-08-18 02:12:53] "GET /virtual-network/031e0482-2bd0-4650-85b2-16756eca8d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004706 10.0.0.131 - - [2025-08-18 02:12:53] "POST /neutron/port HTTP/1.1" 200 1086 0.009785 10.0.0.131 - - [2025-08-18 02:12:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004329 10.0.0.131 - - [2025-08-18 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.131 - - [2025-08-18 02:12:55] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002778 10.0.0.131 - - [2025-08-18 02:12:55] "GET /virtual-networks?parent_id=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003381 10.0.0.131 - - [2025-08-18 02:12:55] "GET /virtual-network/031e0482-2bd0-4650-85b2-16756eca8d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004954 10.0.0.131 - - [2025-08-18 02:12:56] "GET /obj-perms HTTP/1.1" 200 5075 0.039222 10.0.0.131 - - [2025-08-18 02:12:56] "GET /obj-perms HTTP/1.1" 200 5075 0.042277 10.0.0.131 - - [2025-08-18 02:13:01] "GET /global-system-configs HTTP/1.1" 200 323 0.025395 10.0.0.131 - - [2025-08-18 02:13:01] "GET /obj-perms HTTP/1.1" 200 5075 0.053299 10.0.0.131 - - [2025-08-18 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.131 - - [2025-08-18 02:13:02] "DELETE /virtual-DNS/99a09a90-ce29-4f11-9a39-7fea0e6ea431 HTTP/1.1" 409 236 0.005176 10.0.0.131 - - [2025-08-18 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.002857 10.0.0.131 - - [2025-08-18 02:13:02] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.014896 10.0.0.131 - - [2025-08-18 02:13:02] "GET /virtual-DNS-record/78dd659f-813c-4fb8-9a01-cd54cba2f575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004275 10.0.0.131 - - [2025-08-18 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.131 - - [2025-08-18 02:13:02] "GET /virtual-DNS-record/78dd659f-813c-4fb8-9a01-cd54cba2f575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003006 10.0.0.131 - - [2025-08-18 02:13:02] "GET /domains HTTP/1.1" 200 281 0.002823 10.0.0.131 - - [2025-08-18 02:13:02] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.131 - - [2025-08-18 02:13:02] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2786 0.007680 10.0.0.131 - - [2025-08-18 02:13:02] "GET /virtual-DNS/99a09a90-ce29-4f11-9a39-7fea0e6ea431 HTTP/1.1" 200 1912 0.003842 10.0.0.131 - - [2025-08-18 02:13:02] "GET /virtual-DNS-record/78dd659f-813c-4fb8-9a01-cd54cba2f575 HTTP/1.1" 200 1338 0.008098 10.0.0.131 - - [2025-08-18 02:13:03] "GET /global-system-configs HTTP/1.1" 200 323 0.025945 10.0.0.131 - - [2025-08-18 02:13:03] "GET /obj-perms HTTP/1.1" 200 5075 0.059309 10.0.0.131 - - [2025-08-18 02:13:07] "DELETE /virtual-DNS-record/78dd659f-813c-4fb8-9a01-cd54cba2f575 HTTP/1.1" 200 115 0.017732 10.0.0.131 - - [2025-08-18 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.001908 10.0.0.131 - - [2025-08-18 02:13:07] "POST /neutron/network HTTP/1.1" 200 833 0.007139 10.0.0.131 - - [2025-08-18 02:13:07] "POST /neutron/network HTTP/1.1" 400 204 0.008584 10.0.0.131 - - [2025-08-18 02:13:08] "POST /neutron/port HTTP/1.1" 200 1086 0.015815 10.0.0.131 - - [2025-08-18 02:13:08] "POST /neutron/port HTTP/1.1" 200 1112 0.007988 10.0.0.131 - - [2025-08-18 02:13:08] "POST /neutron/port HTTP/1.1" 200 1086 0.011085 10.0.0.131 - - [2025-08-18 02:13:08] "POST /neutron/port HTTP/1.1" 200 1112 0.007266 10.0.0.131 - - [2025-08-18 02:13:08] "POST /neutron/port HTTP/1.1" 200 151 0.101671 10.0.0.131 - - [2025-08-18 02:13:08] "POST /neutron/port HTTP/1.1" 200 151 0.101834 10.0.0.131 - - [2025-08-18 02:13:09] "POST /neutron/network HTTP/1.1" 200 833 0.006876 10.0.0.131 - - [2025-08-18 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.131 - - [2025-08-18 02:13:09] "DELETE /route-target/0c0d081f-12b7-4e4e-891f-65f84beacfeb HTTP/1.1" 200 115 0.047063 10.0.0.131 - - [2025-08-18 02:13:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002203 10.0.0.131 - - [2025-08-18 02:13:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001828 10.0.0.131 - - [2025-08-18 02:13:10] "POST /neutron/network HTTP/1.1" 200 151 0.199830 10.0.0.131 - - [2025-08-18 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.131 - - [2025-08-18 02:13:10] "DELETE /network-ipam/9e76569d-320e-42f1-80f7-1f1188f4e1b9 HTTP/1.1" 200 115 0.024539 10.0.0.131 - - [2025-08-18 02:13:10] "DELETE /virtual-DNS/99a09a90-ce29-4f11-9a39-7fea0e6ea431 HTTP/1.1" 200 115 0.021259 10.0.0.131 - - [2025-08-18 02:13:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.003726 10.0.0.131 - - [2025-08-18 02:13:10] "GET /domains HTTP/1.1" 200 281 0.002697 10.0.0.131 - - [2025-08-18 02:13:10] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.131 - - [2025-08-18 02:13:10] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2585 0.009142 10.0.0.131 - - [2025-08-18 02:13:10] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.131 - - [2025-08-18 02:13:10] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024314 10.0.0.131 - - [2025-08-18 02:13:10] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.131 - - [2025-08-18 02:13:10] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?fields=virtual_networks HTTP/1.1" 200 1036 0.064457 10.0.0.131 - - [2025-08-18 02:13:10] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.131 - - [2025-08-18 02:13:10] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.027703 10.0.0.131 - - [2025-08-18 02:13:10] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001498 10.0.0.131 - - [2025-08-18 02:13:10] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?fields=security_groups HTTP/1.1" 200 1264 0.024991 10.0.0.131 - - [2025-08-18 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.020838 10.0.0.131 - - [2025-08-18 02:13:11] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002513 10.0.0.131 - - [2025-08-18 02:13:11] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.131 - - [2025-08-18 02:13:11] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006478 10.0.0.131 - - [2025-08-18 02:13:11] "POST /id-to-fqname HTTP/1.1" 200 191 0.002041 10.0.0.131 - - [2025-08-18 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.002107 10.0.0.131 - - [2025-08-18 02:13:11] "POST /security-groups HTTP/1.1" 200 592 0.063557 10.0.0.131 - - [2025-08-18 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.002689 10.0.0.131 - - [2025-08-18 02:13:11] "POST /projects HTTP/1.1" 200 587 0.207992 10.0.0.131 - - [2025-08-18 02:13:11] "POST /access-control-lists HTTP/1.1" 200 599 0.055584 10.0.0.131 - - [2025-08-18 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.270794 10.0.0.131 - - [2025-08-18 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002346 10.0.0.131 - - [2025-08-18 02:13:11] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.380849 10.0.0.131 - - [2025-08-18 02:13:11] "POST /access-control-lists HTTP/1.1" 200 597 0.063843 10.0.0.131 - - [2025-08-18 02:13:12] "GET / HTTP/1.1" 200 36215 0.001950 10.0.0.131 - - [2025-08-18 02:13:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000458 10.0.0.131 - - [2025-08-18 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.046062 10.0.0.131 - - [2025-08-18 02:13:13] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000949 10.0.0.131 - - [2025-08-18 02:13:13] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.021491 10.0.0.131 - - [2025-08-18 02:13:13] "POST /neutron/network HTTP/1.1" 200 117 0.025966 10.0.0.131 - - [2025-08-18 02:13:13] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002035 10.0.0.131 - - [2025-08-18 02:13:13] "POST /neutron/network HTTP/1.1" 200 606 0.054323 10.0.0.131 - - [2025-08-18 02:13:13] "POST /route-targets HTTP/1.1" 200 328 0.024506 10.0.0.131 - - [2025-08-18 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.008534 10.0.0.131 - - [2025-08-18 02:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003210 10.0.0.131 - - [2025-08-18 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.151094 10.0.0.131 - - [2025-08-18 02:13:14] "POST /neutron/network HTTP/1.1" 200 825 0.005102 10.0.0.131 - - [2025-08-18 02:13:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001045 10.0.0.131 - - [2025-08-18 02:13:14] "GET /virtual-network/11210a04-ed54-4e58-89f8-2698b326bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004118 10.0.0.131 - - [2025-08-18 02:13:14] "POST /neutron/network HTTP/1.1" 200 825 0.005324 10.0.0.131 - - [2025-08-18 02:13:14] "GET /virtual-network/11210a04-ed54-4e58-89f8-2698b326bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004363 10.0.0.131 - - [2025-08-18 02:13:14] "POST /neutron/network HTTP/1.1" 200 825 0.004999 10.0.0.131 - - [2025-08-18 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.005999 10.0.0.131 - - [2025-08-18 02:13:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001034 10.0.0.131 - - [2025-08-18 02:13:14] "POST /neutron/network HTTP/1.1" 200 835 0.005341 10.0.0.131 - - [2025-08-18 02:13:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000363 10.0.0.131 - - [2025-08-18 02:13:14] "GET / HTTP/1.1" 200 36215 0.001621 10.0.0.131 - - [2025-08-18 02:13:14] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000383 10.0.0.131 - - [2025-08-18 02:13:15] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.131 - - [2025-08-18 02:13:15] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.040095 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/network HTTP/1.1" 200 825 0.004888 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.004427 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.004656 10.0.0.131 - - [2025-08-18 02:13:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001605 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.004552 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/network HTTP/1.1" 200 835 0.005409 10.0.0.131 - - [2025-08-18 02:13:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000365 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/network HTTP/1.1" 200 835 0.005059 10.0.0.131 - - [2025-08-18 02:13:15] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002103 10.0.0.131 - - [2025-08-18 02:13:15] "GET / HTTP/1.1" 200 36215 0.002345 10.0.0.131 - - [2025-08-18 02:13:15] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000507 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/port HTTP/1.1" 200 1061 0.217741 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/port HTTP/1.1" 200 1061 0.007693 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/port HTTP/1.1" 200 1061 0.007391 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/port HTTP/1.1" 200 1115 0.062630 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/port HTTP/1.1" 200 1089 0.012171 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003017 10.0.0.131 - - [2025-08-18 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.006641 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/network HTTP/1.1" 200 825 0.005228 10.0.0.131 - - [2025-08-18 02:13:16] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001099 10.0.0.131 - - [2025-08-18 02:13:16] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.045415 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/network HTTP/1.1" 200 825 0.005447 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/port HTTP/1.1" 200 1089 0.020451 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007999 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.004481 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/port HTTP/1.1" 200 1089 0.013674 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006659 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/network HTTP/1.1" 200 835 0.005859 10.0.0.131 - - [2025-08-18 02:13:16] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/port HTTP/1.1" 200 1061 0.240802 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/port HTTP/1.1" 200 1061 0.024185 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/port HTTP/1.1" 200 1061 0.011145 10.0.0.131 - - [2025-08-18 02:13:16] "POST /neutron/port HTTP/1.1" 200 1115 0.065408 10.0.0.131 - - [2025-08-18 02:13:17] "POST /neutron/port HTTP/1.1" 200 1089 0.010231 10.0.0.131 - - [2025-08-18 02:13:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003861 10.0.0.131 - - [2025-08-18 02:13:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.007221 10.0.0.131 - - [2025-08-18 02:13:17] "POST /neutron/port HTTP/1.1" 200 117 0.001516 10.0.0.131 - - [2025-08-18 02:13:17] "POST /neutron/network HTTP/1.1" 200 825 0.006357 10.0.0.131 - - [2025-08-18 02:13:21] "POST /neutron/port HTTP/1.1" 200 1089 0.014428 10.0.0.131 - - [2025-08-18 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006981 10.0.0.131 - - [2025-08-18 02:13:21] "POST /neutron/port HTTP/1.1" 200 1089 0.010677 10.0.0.131 - - [2025-08-18 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005277 10.0.0.131 - - [2025-08-18 02:13:21] "POST /neutron/port HTTP/1.1" 200 1089 0.012902 10.0.0.131 - - [2025-08-18 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006648 10.0.0.131 - - [2025-08-18 02:13:21] "GET /virtual-machine/872597b8-e47b-44b6-a8c3-c5b7a38b355b HTTP/1.1" 401 293 0.000375 10.0.0.131 - - [2025-08-18 02:13:21] "GET /virtual-machine/872597b8-e47b-44b6-a8c3-c5b7a38b355b HTTP/1.1" 200 1295 0.023877 10.0.0.131 - - [2025-08-18 02:13:21] "GET /virtual-machine-interface/27312c2c-3b6a-492c-828e-5db9257647ad HTTP/1.1" 200 2952 0.004725 10.0.0.131 - - [2025-08-18 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.131 - - [2025-08-18 02:13:21] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002647 10.0.0.131 - - [2025-08-18 02:13:22] "GET /virtual-networks?parent_id=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002738 10.0.0.131 - - [2025-08-18 02:13:22] "GET /virtual-network/11210a04-ed54-4e58-89f8-2698b326bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004970 10.0.0.131 - - [2025-08-18 02:13:24] "POST /neutron/port HTTP/1.1" 200 1089 0.029227 10.0.0.131 - - [2025-08-18 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005641 10.0.0.131 - - [2025-08-18 02:13:25] "POST /neutron/port HTTP/1.1" 200 1089 0.010180 10.0.0.131 - - [2025-08-18 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004297 10.0.0.131 - - [2025-08-18 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.131 - - [2025-08-18 02:13:25] "GET /virtual-network/11210a04-ed54-4e58-89f8-2698b326bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004489 10.0.0.131 - - [2025-08-18 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.131 - - [2025-08-18 02:13:27] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002879 10.0.0.131 - - [2025-08-18 02:13:27] "GET /virtual-networks?parent_id=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002855 10.0.0.131 - - [2025-08-18 02:13:27] "GET /virtual-network/11210a04-ed54-4e58-89f8-2698b326bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.012322 10.0.0.131 - - [2025-08-18 02:13:27] "POST /neutron/port HTTP/1.1" 200 1089 0.010470 10.0.0.131 - - [2025-08-18 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005052 10.0.0.131 - - [2025-08-18 02:13:27] "POST /neutron/port HTTP/1.1" 200 1089 0.010144 10.0.0.131 - - [2025-08-18 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004853 10.0.0.131 - - [2025-08-18 02:13:27] "POST /neutron/port HTTP/1.1" 200 1089 0.009705 10.0.0.131 - - [2025-08-18 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005199 10.0.0.131 - - [2025-08-18 02:13:27] "GET /virtual-machine/caad49d8-e419-44ce-a1cd-e6a40354b3f9 HTTP/1.1" 200 1296 0.004712 10.0.0.131 - - [2025-08-18 02:13:27] "GET /virtual-machine-interface/d221c4f9-24f9-4c3b-abe9-bf6e21b14178 HTTP/1.1" 200 2954 0.004830 10.0.0.131 - - [2025-08-18 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.131 - - [2025-08-18 02:13:27] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003327 10.0.0.131 - - [2025-08-18 02:13:27] "GET /virtual-networks?parent_id=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002757 10.0.0.131 - - [2025-08-18 02:13:27] "GET /virtual-network/11210a04-ed54-4e58-89f8-2698b326bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005488 10.0.0.131 - - [2025-08-18 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.131 - - [2025-08-18 02:13:29] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003692 10.0.0.131 - - [2025-08-18 02:13:29] "GET /virtual-networks?parent_id=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003427 10.0.0.131 - - [2025-08-18 02:13:29] "GET /virtual-network/11210a04-ed54-4e58-89f8-2698b326bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004987 10.0.0.131 - - [2025-08-18 02:13:33] "POST /neutron/network HTTP/1.1" 200 825 0.005949 10.0.0.131 - - [2025-08-18 02:13:33] "POST /neutron/network HTTP/1.1" 400 204 0.008161 10.0.0.131 - - [2025-08-18 02:13:34] "POST /neutron/port HTTP/1.1" 200 1089 0.010910 10.0.0.131 - - [2025-08-18 02:13:34] "POST /neutron/port HTTP/1.1" 200 1115 0.007794 10.0.0.131 - - [2025-08-18 02:13:34] "POST /neutron/port HTTP/1.1" 200 1089 0.016138 10.0.0.131 - - [2025-08-18 02:13:34] "POST /neutron/port HTTP/1.1" 200 1115 0.012856 10.0.0.131 - - [2025-08-18 02:13:34] "POST /neutron/port HTTP/1.1" 200 151 0.099874 10.0.0.131 - - [2025-08-18 02:13:34] "POST /neutron/port HTTP/1.1" 200 151 0.099391 10.0.0.131 - - [2025-08-18 02:13:35] "POST /neutron/network HTTP/1.1" 200 825 0.005117 10.0.0.131 - - [2025-08-18 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.131 - - [2025-08-18 02:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002373 10.0.0.131 - - [2025-08-18 02:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003662 10.0.0.131 - - [2025-08-18 02:13:35] "POST /neutron/network HTTP/1.1" 200 151 0.076850 10.0.0.131 - - [2025-08-18 02:13:35] "DELETE /route-target/2c47bd94-c12a-47ca-8c71-bc18ee40f2c2 HTTP/1.1" 200 115 0.014262 10.0.0.131 - - [2025-08-18 02:13:36] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.131 - - [2025-08-18 02:13:36] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.028147 10.0.0.131 - - [2025-08-18 02:13:36] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001415 10.0.0.131 - - [2025-08-18 02:13:36] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?fields=virtual_networks HTTP/1.1" 200 1035 0.071916 10.0.0.131 - - [2025-08-18 02:13:36] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.131 - - [2025-08-18 02:13:36] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.021872 10.0.0.131 - - [2025-08-18 02:13:36] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.131 - - [2025-08-18 02:13:36] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?fields=security_groups HTTP/1.1" 200 1263 0.024298 10.0.0.131 - - [2025-08-18 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.020509 10.0.0.131 - - [2025-08-18 02:13:37] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002291 10.0.0.131 - - [2025-08-18 02:13:37] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.131 - - [2025-08-18 02:13:37] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006411 10.0.0.131 - - [2025-08-18 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.001223 10.0.0.131 - - [2025-08-18 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.002547 10.0.0.131 - - [2025-08-18 02:13:37] "POST /security-groups HTTP/1.1" 200 591 0.063617 10.0.0.131 - - [2025-08-18 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.002341 10.0.0.131 - - [2025-08-18 02:13:37] "POST /projects HTTP/1.1" 200 585 0.213803 10.0.0.131 - - [2025-08-18 02:13:37] "POST /access-control-lists HTTP/1.1" 200 598 0.058548 10.0.0.131 - - [2025-08-18 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.277712 10.0.0.131 - - [2025-08-18 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.003076 10.0.0.131 - - [2025-08-18 02:13:37] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.387158 10.0.0.131 - - [2025-08-18 02:13:37] "POST /access-control-lists HTTP/1.1" 200 596 0.055989 10.0.0.131 - - [2025-08-18 02:13:38] "GET / HTTP/1.1" 200 36215 0.002694 10.0.0.131 - - [2025-08-18 02:13:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.131 - - [2025-08-18 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.045091 10.0.0.131 - - [2025-08-18 02:13:39] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000898 10.0.0.131 - - [2025-08-18 02:13:39] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.020666 10.0.0.131 - - [2025-08-18 02:13:39] "POST /neutron/network HTTP/1.1" 200 117 0.024287 10.0.0.131 - - [2025-08-18 02:13:39] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.131 - - [2025-08-18 02:13:39] "POST /neutron/network HTTP/1.1" 200 625 0.052809 10.0.0.131 - - [2025-08-18 02:13:39] "POST /route-targets HTTP/1.1" 200 328 0.009364 10.0.0.131 - - [2025-08-18 02:13:39] "POST /ref-update HTTP/1.1" 200 156 0.009336 10.0.0.131 - - [2025-08-18 02:13:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006196 10.0.0.131 - - [2025-08-18 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.156059 10.0.0.131 - - [2025-08-18 02:13:39] "POST /neutron/network HTTP/1.1" 200 839 0.004211 10.0.0.131 - - [2025-08-18 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.001054 10.0.0.131 - - [2025-08-18 02:13:39] "GET /virtual-network/cca2cce5-11d7-4c37-9c6a-28ef3babb678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004728 10.0.0.131 - - [2025-08-18 02:13:40] "POST /neutron/network HTTP/1.1" 200 839 0.005133 10.0.0.131 - - [2025-08-18 02:13:40] "GET /virtual-network/cca2cce5-11d7-4c37-9c6a-28ef3babb678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004031 10.0.0.131 - - [2025-08-18 02:13:40] "POST /neutron/network HTTP/1.1" 200 839 0.004899 10.0.0.131 - - [2025-08-18 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.005641 10.0.0.131 - - [2025-08-18 02:13:40] "POST /neutron/network HTTP/1.1" 200 839 0.003960 10.0.0.131 - - [2025-08-18 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 230 0.000949 10.0.0.131 - - [2025-08-18 02:13:40] "POST /neutron/network HTTP/1.1" 200 849 0.004861 10.0.0.131 - - [2025-08-18 02:13:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000339 10.0.0.131 - - [2025-08-18 02:13:40] "GET / HTTP/1.1" 200 36215 0.001698 10.0.0.131 - - [2025-08-18 02:13:40] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.131 - - [2025-08-18 02:13:40] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.131 - - [2025-08-18 02:13:40] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.040571 10.0.0.131 - - [2025-08-18 02:13:40] "POST /neutron/network HTTP/1.1" 200 839 0.004728 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.006035 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.004735 10.0.0.131 - - [2025-08-18 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.131 - - [2025-08-18 02:13:41] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002983 10.0.0.131 - - [2025-08-18 02:13:41] "PUT /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc HTTP/1.1" 200 277 0.010424 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.004669 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/network HTTP/1.1" 200 849 0.004978 10.0.0.131 - - [2025-08-18 02:13:41] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/port HTTP/1.1" 200 1055 0.185496 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/port HTTP/1.1" 200 1055 0.008583 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/port HTTP/1.1" 200 1055 0.007712 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/port HTTP/1.1" 200 1109 0.043976 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/port HTTP/1.1" 200 1083 0.009669 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002908 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.005987 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.000982 10.0.0.131 - - [2025-08-18 02:13:41] "POST /neutron/network HTTP/1.1" 200 839 0.004525 10.0.0.131 - - [2025-08-18 02:13:46] "POST /neutron/port HTTP/1.1" 200 1083 0.013995 10.0.0.131 - - [2025-08-18 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005784 10.0.0.131 - - [2025-08-18 02:13:46] "POST /neutron/port HTTP/1.1" 200 1083 0.011869 10.0.0.131 - - [2025-08-18 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004941 10.0.0.131 - - [2025-08-18 02:13:46] "POST /neutron/port HTTP/1.1" 200 1083 0.009746 10.0.0.131 - - [2025-08-18 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004841 10.0.0.131 - - [2025-08-18 02:13:46] "GET /virtual-machine/afbe3610-6caa-42d5-8b64-a8d5cfd23c10 HTTP/1.1" 401 293 0.000353 10.0.0.131 - - [2025-08-18 02:13:46] "GET /virtual-machine/afbe3610-6caa-42d5-8b64-a8d5cfd23c10 HTTP/1.1" 200 1295 0.023524 10.0.0.131 - - [2025-08-18 02:13:46] "GET /virtual-machine-interface/19947790-d81e-43ea-943d-8d406f343181 HTTP/1.1" 200 2978 0.004895 10.0.0.131 - - [2025-08-18 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.131 - - [2025-08-18 02:13:46] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003642 10.0.0.131 - - [2025-08-18 02:13:47] "GET /virtual-networks?parent_id=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003348 10.0.0.131 - - [2025-08-18 02:13:47] "GET /virtual-network/cca2cce5-11d7-4c37-9c6a-28ef3babb678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004875 10.0.0.131 - - [2025-08-18 02:13:49] "POST /neutron/port HTTP/1.1" 200 1083 0.010384 10.0.0.131 - - [2025-08-18 02:13:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004480 10.0.0.131 - - [2025-08-18 02:13:49] "DELETE /project/9bb6d4fcc18d458bb60a959dbc9fcb30 HTTP/1.1" 404 173 0.012547 10.0.0.131 - - [2025-08-18 02:13:49] "DELETE /project/1a4ad42c65c94316836bcb20ccd6832b HTTP/1.1" 404 173 0.011556 10.0.0.131 - - [2025-08-18 02:13:49] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001793 10.0.0.131 - - [2025-08-18 02:13:49] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.131 - - [2025-08-18 02:13:49] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.035833 10.0.0.131 - - [2025-08-18 02:13:49] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.039507 10.0.0.131 - - [2025-08-18 02:13:49] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.131 - - [2025-08-18 02:13:49] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.131 - - [2025-08-18 02:13:50] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?fields=security_groups HTTP/1.1" 200 1366 0.039314 10.0.0.131 - - [2025-08-18 02:13:50] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?fields=security_groups HTTP/1.1" 200 1365 0.041624 10.0.0.131 - - [2025-08-18 02:13:50] "DELETE /security-group/230bbe0f-28f8-4ed2-9e2f-f8af28731279 HTTP/1.1" 200 115 0.059276 10.0.0.131 - - [2025-08-18 02:13:50] "DELETE /security-group/110ac240-15d4-41c0-a4e8-e232d101be71 HTTP/1.1" 200 115 0.066376 10.0.0.131 - - [2025-08-18 02:13:50] "GET /projects?obj_uuids=5a727c16-6db7-4adb-930f-5869e522b7cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.131 - - [2025-08-18 02:13:50] "GET /projects?obj_uuids=1a4ad42c-65c9-4316-836b-cb20ccd6832b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001528 10.0.0.131 - - [2025-08-18 02:13:50] "DELETE /access-control-list/6e1942a3-69eb-4a8b-b078-6982e20c9c3e HTTP/1.1" 200 115 0.047155 10.0.0.131 - - [2025-08-18 02:13:50] "GET /project/5a727c16-6db7-4adb-930f-5869e522b7cc?fields=application_policy_sets HTTP/1.1" 200 1405 0.058078 10.0.0.131 - - [2025-08-18 02:13:50] "GET /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b?fields=application_policy_sets HTTP/1.1" 200 1404 0.052997 10.0.0.131 - - [2025-08-18 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.131 - - [2025-08-18 02:13:50] "GET /virtual-network/cca2cce5-11d7-4c37-9c6a-28ef3babb678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.010127 10.0.0.131 - - [2025-08-18 02:13:50] "DELETE /access-control-list/3dff4581-73da-40d7-bafc-8a6c39a4622f HTTP/1.1" 200 115 0.063633 10.0.0.131 - - [2025-08-18 02:13:50] "DELETE /access-control-list/a15811d4-91d5-43ab-8bd8-db50d2a7ae7e HTTP/1.1" 200 115 0.027900 10.0.0.131 - - [2025-08-18 02:13:50] "DELETE /access-control-list/eb6caf4c-9c7a-4d1b-bcc6-5e62a7a0fc77 HTTP/1.1" 200 115 0.042486 10.0.0.131 - - [2025-08-18 02:13:50] "DELETE /project/5a727c16-6db7-4adb-930f-5869e522b7cc HTTP/1.1" 200 115 0.407792 10.0.0.131 - - [2025-08-18 02:13:50] "DELETE /project/1a4ad42c-65c9-4316-836b-cb20ccd6832b HTTP/1.1" 200 115 0.415344 10.0.0.131 - - [2025-08-18 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.131 - - [2025-08-18 02:13:52] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002612 10.0.0.131 - - [2025-08-18 02:13:52] "GET /virtual-networks?parent_id=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002362 10.0.0.131 - - [2025-08-18 02:13:52] "GET /virtual-network/cca2cce5-11d7-4c37-9c6a-28ef3babb678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004976 10.0.0.131 - - [2025-08-18 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.131 - - [2025-08-18 02:13:54] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003443 10.0.0.131 - - [2025-08-18 02:13:54] "PUT /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc HTTP/1.1" 200 277 0.009677 10.0.0.131 - - [2025-08-18 02:13:54] "POST /neutron/network HTTP/1.1" 200 839 0.005104 10.0.0.131 - - [2025-08-18 02:13:54] "POST /neutron/network HTTP/1.1" 400 204 0.013005 10.0.0.131 - - [2025-08-18 02:13:55] "POST /neutron/port HTTP/1.1" 200 1083 0.021838 10.0.0.131 - - [2025-08-18 02:13:55] "POST /neutron/port HTTP/1.1" 200 1109 0.009197 10.0.0.131 - - [2025-08-18 02:13:55] "POST /neutron/port HTTP/1.1" 200 151 0.104249 10.0.0.131 - - [2025-08-18 02:13:56] "POST /neutron/network HTTP/1.1" 200 839 0.005014 10.0.0.131 - - [2025-08-18 02:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003177 10.0.0.131 - - [2025-08-18 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.131 - - [2025-08-18 02:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001593 10.0.0.131 - - [2025-08-18 02:13:56] "POST /neutron/network HTTP/1.1" 200 151 0.076458 10.0.0.131 - - [2025-08-18 02:13:56] "DELETE /route-target/6d3b02ba-eda2-4931-a3c9-d3e9592d4c0b HTTP/1.1" 200 115 0.016434 10.0.0.131 - - [2025-08-18 02:13:57] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002520 10.0.0.131 - - [2025-08-18 02:13:57] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc HTTP/1.1" 200 1885 0.002722 10.0.0.131 - - [2025-08-18 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002040 10.0.0.131 - - [2025-08-18 02:13:57] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.131 - - [2025-08-18 02:13:57] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028963 10.0.0.131 - - [2025-08-18 02:13:57] "POST /neutron/network HTTP/1.1" 200 117 0.010222 10.0.0.131 - - [2025-08-18 02:13:57] "GET /obj-perms HTTP/1.1" 200 5075 0.042915 10.0.0.131 - - [2025-08-18 02:13:57] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.131 - - [2025-08-18 02:13:57] "POST /neutron/network HTTP/1.1" 200 605 0.064436 10.0.0.131 - - [2025-08-18 02:13:57] "POST /route-targets HTTP/1.1" 200 328 0.008854 10.0.0.131 - - [2025-08-18 02:13:57] "POST /ref-update HTTP/1.1" 200 156 0.014810 10.0.0.131 - - [2025-08-18 02:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005486 10.0.0.131 - - [2025-08-18 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.231519 10.0.0.131 - - [2025-08-18 02:13:57] "POST /neutron/network HTTP/1.1" 200 825 0.005253 10.0.0.131 - - [2025-08-18 02:13:57] "GET /obj-perms HTTP/1.1" 200 5075 0.051737 10.0.0.131 - - [2025-08-18 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.000951 10.0.0.131 - - [2025-08-18 02:13:57] "GET /virtual-network/f748735d-1dcf-4aa8-90e3-8f9f1d286128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004571 10.0.0.131 - - [2025-08-18 02:13:57] "POST /neutron/network HTTP/1.1" 200 825 0.005484 10.0.0.131 - - [2025-08-18 02:13:57] "GET /virtual-network/f748735d-1dcf-4aa8-90e3-8f9f1d286128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005910 10.0.0.131 - - [2025-08-18 02:13:57] "POST /neutron/network HTTP/1.1" 200 825 0.005145 10.0.0.131 - - [2025-08-18 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.005855 10.0.0.131 - - [2025-08-18 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001081 10.0.0.131 - - [2025-08-18 02:13:57] "POST /neutron/network HTTP/1.1" 200 835 0.005562 10.0.0.131 - - [2025-08-18 02:13:57] "GET /aaa-mode HTTP/1.1" 401 293 0.000391 10.0.0.131 - - [2025-08-18 02:13:58] "GET / HTTP/1.1" 200 36215 0.001426 10.0.0.131 - - [2025-08-18 02:13:58] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000365 10.0.0.131 - - [2025-08-18 02:13:58] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.131 - - [2025-08-18 02:13:58] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046834 10.0.0.131 - - [2025-08-18 02:13:58] "POST /neutron/network HTTP/1.1" 200 825 0.007013 10.0.0.131 - - [2025-08-18 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.004808 10.0.0.131 - - [2025-08-18 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.004952 10.0.0.131 - - [2025-08-18 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.004995 10.0.0.131 - - [2025-08-18 02:13:59] "POST /neutron/network HTTP/1.1" 200 835 0.005709 10.0.0.131 - - [2025-08-18 02:13:59] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.131 - - [2025-08-18 02:13:59] "POST /neutron/port HTTP/1.1" 200 1061 0.197849 10.0.0.131 - - [2025-08-18 02:13:59] "POST /neutron/port HTTP/1.1" 200 1061 0.010041 10.0.0.131 - - [2025-08-18 02:13:59] "POST /neutron/port HTTP/1.1" 200 1061 0.008950 10.0.0.131 - - [2025-08-18 02:13:59] "POST /neutron/port HTTP/1.1" 200 1115 0.047141 10.0.0.131 - - [2025-08-18 02:13:59] "POST /neutron/port HTTP/1.1" 200 1089 0.010628 10.0.0.131 - - [2025-08-18 02:13:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002750 10.0.0.131 - - [2025-08-18 02:13:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.005694 10.0.0.131 - - [2025-08-18 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.000923 10.0.0.131 - - [2025-08-18 02:13:59] "POST /neutron/network HTTP/1.1" 200 825 0.004784 10.0.0.131 - - [2025-08-18 02:14:03] "POST /neutron/port HTTP/1.1" 200 1089 0.010081 10.0.0.131 - - [2025-08-18 02:14:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005385 10.0.0.131 - - [2025-08-18 02:14:03] "POST /neutron/port HTTP/1.1" 200 1089 0.009729 10.0.0.131 - - [2025-08-18 02:14:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004951 10.0.0.131 - - [2025-08-18 02:14:04] "POST /neutron/port HTTP/1.1" 200 1089 0.009845 10.0.0.131 - - [2025-08-18 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005286 10.0.0.131 - - [2025-08-18 02:14:04] "GET /virtual-machine/fe213245-9b07-48f5-b6d3-d306569ef1e0 HTTP/1.1" 200 1295 0.003887 10.0.0.131 - - [2025-08-18 02:14:04] "GET /virtual-machine-interface/5afec113-77e3-46da-a66a-38f79b7ee0fb HTTP/1.1" 200 2948 0.004306 10.0.0.131 - - [2025-08-18 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.131 - - [2025-08-18 02:14:04] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002623 10.0.0.131 - - [2025-08-18 02:14:04] "GET /virtual-networks?parent_id=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002612 10.0.0.131 - - [2025-08-18 02:14:04] "GET /virtual-network/f748735d-1dcf-4aa8-90e3-8f9f1d286128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005097 10.0.0.131 - - [2025-08-18 02:14:07] "POST /neutron/port HTTP/1.1" 200 1089 0.011190 10.0.0.131 - - [2025-08-18 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.131 - - [2025-08-18 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006570 10.0.0.131 - - [2025-08-18 02:14:07] "GET /virtual-network/f748735d-1dcf-4aa8-90e3-8f9f1d286128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004256 10.0.0.131 - - [2025-08-18 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.131 - - [2025-08-18 02:14:09] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003090 10.0.0.131 - - [2025-08-18 02:14:09] "GET /virtual-networks?parent_id=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002752 10.0.0.131 - - [2025-08-18 02:14:09] "GET /virtual-network/f748735d-1dcf-4aa8-90e3-8f9f1d286128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005072 10.0.0.131 - - [2025-08-18 02:14:11] "POST /neutron/network HTTP/1.1" 200 825 0.009277 10.0.0.131 - - [2025-08-18 02:14:11] "POST /neutron/network HTTP/1.1" 400 204 0.008894 10.0.0.131 - - [2025-08-18 02:14:11] "POST /neutron/port HTTP/1.1" 200 1089 0.011865 10.0.0.131 - - [2025-08-18 02:14:11] "POST /neutron/port HTTP/1.1" 200 1115 0.007043 10.0.0.131 - - [2025-08-18 02:14:11] "POST /neutron/port HTTP/1.1" 200 151 0.073990 10.0.0.131 - - [2025-08-18 02:14:13] "POST /neutron/network HTTP/1.1" 200 825 0.005057 10.0.0.131 - - [2025-08-18 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003217 10.0.0.131 - - [2025-08-18 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.131 - - [2025-08-18 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001575 10.0.0.131 - - [2025-08-18 02:14:13] "POST /neutron/network HTTP/1.1" 200 151 0.068520 10.0.0.131 - - [2025-08-18 02:14:13] "DELETE /route-target/1b91aeb4-eca6-4208-abd7-0ca8eaba47e7 HTTP/1.1" 200 115 0.013217 10.0.0.131 - - [2025-08-18 02:14:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.003336 10.0.0.131 - - [2025-08-18 02:14:14] "POST /network-ipams HTTP/1.1" 200 543 0.015117 10.0.0.131 - - [2025-08-18 02:14:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.002516 10.0.0.131 - - [2025-08-18 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.131 - - [2025-08-18 02:14:14] "GET /network-ipam/0005361b-1b81-4571-97d3-4d598a4e7e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004301 10.0.0.131 - - [2025-08-18 02:14:14] "PUT /network-ipam/0005361b-1b81-4571-97d3-4d598a4e7e1d HTTP/1.1" 200 259 0.007874 10.0.0.131 - - [2025-08-18 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.131 - - [2025-08-18 02:14:14] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.131 - - [2025-08-18 02:14:14] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023075 10.0.0.131 - - [2025-08-18 02:14:14] "POST /neutron/network HTTP/1.1" 200 117 0.006195 10.0.0.131 - - [2025-08-18 02:14:14] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.131 - - [2025-08-18 02:14:14] "POST /neutron/network HTTP/1.1" 200 605 0.060416 10.0.0.131 - - [2025-08-18 02:14:14] "POST /route-targets HTTP/1.1" 200 328 0.009339 10.0.0.131 - - [2025-08-18 02:14:14] "POST /ref-update HTTP/1.1" 200 156 0.010329 10.0.0.131 - - [2025-08-18 02:14:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002784 10.0.0.131 - - [2025-08-18 02:14:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.196554 10.0.0.131 - - [2025-08-18 02:14:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002642 10.0.0.131 - - [2025-08-18 02:14:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.124506 10.0.0.131 - - [2025-08-18 02:14:14] "POST /neutron/network HTTP/1.1" 200 994 0.005322 10.0.0.131 - - [2025-08-18 02:14:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.000995 10.0.0.131 - - [2025-08-18 02:14:14] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004075 10.0.0.131 - - [2025-08-18 02:14:14] "POST /neutron/network HTTP/1.1" 200 994 0.006081 10.0.0.131 - - [2025-08-18 02:14:14] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004375 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/network HTTP/1.1" 200 994 0.006219 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005809 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005186 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/network HTTP/1.1" 200 994 0.005318 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005276 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.005419 10.0.0.131 - - [2025-08-18 02:14:15] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001324 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1017 0.145211 10.0.0.131 - - [2025-08-18 02:14:15] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001461 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1017 0.143775 10.0.0.131 - - [2025-08-18 02:14:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001064 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1017 0.006586 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1017 0.005685 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/network HTTP/1.1" 200 994 0.005367 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1017 0.005542 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.004921 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1017 0.006168 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.003983 10.0.0.131 - - [2025-08-18 02:14:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001156 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.004318 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1017 0.009009 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1017 0.006695 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/network HTTP/1.1" 200 994 0.006051 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1017 0.006750 10.0.0.131 - - [2025-08-18 02:14:15] "POST /neutron/port HTTP/1.1" 200 1017 0.011628 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.005442 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 1017 0.006636 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.008410 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/network HTTP/1.1" 200 1004 0.005494 10.0.0.131 - - [2025-08-18 02:14:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001021 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 1017 0.006459 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 1017 0.005731 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.009957 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 1109 0.092663 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 1083 0.012596 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005675 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/network HTTP/1.1" 200 1004 0.012137 10.0.0.131 - - [2025-08-18 02:14:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000351 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.008860 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/network HTTP/1.1" 200 994 0.006217 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007544 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/network HTTP/1.1" 200 1004 0.006307 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007715 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007802 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 1109 0.068587 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 1083 0.009791 10.0.0.131 - - [2025-08-18 02:14:16] "GET / HTTP/1.1" 200 36215 0.001411 10.0.0.131 - - [2025-08-18 02:14:16] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000337 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003243 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.007236 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.131 - - [2025-08-18 02:14:16] "POST /neutron/network HTTP/1.1" 200 994 0.006596 10.0.0.131 - - [2025-08-18 02:14:16] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001428 10.0.0.131 - - [2025-08-18 02:14:17] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057302 10.0.0.131 - - [2025-08-18 02:14:17] "POST /neutron/network HTTP/1.1" 200 994 0.006895 10.0.0.131 - - [2025-08-18 02:14:17] "POST /neutron/port HTTP/1.1" 200 2050 0.015091 10.0.0.131 - - [2025-08-18 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005927 10.0.0.131 - - [2025-08-18 02:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.004317 10.0.0.131 - - [2025-08-18 02:14:17] "GET /domains HTTP/1.1" 200 281 0.002100 10.0.0.131 - - [2025-08-18 02:14:17] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.131 - - [2025-08-18 02:14:17] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2584 0.008373 10.0.0.131 - - [2025-08-18 02:14:17] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.131 - - [2025-08-18 02:14:17] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30 HTTP/1.1" 200 2852 0.073902 10.0.0.131 - - [2025-08-18 02:14:17] "GET /network-ipam/0005361b-1b81-4571-97d3-4d598a4e7e1d HTTP/1.1" 200 2601 0.005654 10.0.0.131 - - [2025-08-18 02:14:17] "GET /domains HTTP/1.1" 200 281 0.002208 10.0.0.131 - - [2025-08-18 02:14:17] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.131 - - [2025-08-18 02:14:17] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2584 0.007264 10.0.0.131 - - [2025-08-18 02:14:17] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001446 10.0.0.131 - - [2025-08-18 02:14:17] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30 HTTP/1.1" 200 2852 0.087070 10.0.0.131 - - [2025-08-18 02:14:17] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4 HTTP/1.1" 200 3789 0.009106 10.0.0.131 - - [2025-08-18 02:14:17] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4 HTTP/1.1" 200 3789 0.006391 10.0.0.131 - - [2025-08-18 02:14:17] "GET /routing-instance/5e3d99a5-7efe-41e4-8224-414f7d3fae85 HTTP/1.1" 200 2384 0.003455 10.0.0.131 - - [2025-08-18 02:14:17] "GET /routing-instance/5e3d99a5-7efe-41e4-8224-414f7d3fae85 HTTP/1.1" 200 2384 0.004274 10.0.0.131 - - [2025-08-18 02:14:17] "GET /route-target/3ed33ad1-d90d-48e6-9ad0-42e4635701f3 HTTP/1.1" 200 1206 0.002443 10.0.0.131 - - [2025-08-18 02:14:17] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4 HTTP/1.1" 200 3789 0.004664 10.0.0.131 - - [2025-08-18 02:14:17] "GET /routing-instance/5e3d99a5-7efe-41e4-8224-414f7d3fae85 HTTP/1.1" 200 2384 0.003738 10.0.0.131 - - [2025-08-18 02:14:17] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004067 10.0.0.131 - - [2025-08-18 02:14:17] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4 HTTP/1.1" 200 3789 0.005240 10.0.0.131 - - [2025-08-18 02:14:17] "GET /routing-instance/5e3d99a5-7efe-41e4-8224-414f7d3fae85 HTTP/1.1" 200 2384 0.002859 10.0.0.131 - - [2025-08-18 02:14:17] "GET /routing-instance/5e3d99a5-7efe-41e4-8224-414f7d3fae85 HTTP/1.1" 200 2384 0.006241 10.0.0.131 - - [2025-08-18 02:14:17] "GET /route-target/3ed33ad1-d90d-48e6-9ad0-42e4635701f3 HTTP/1.1" 200 1206 0.002423 10.0.0.131 - - [2025-08-18 02:14:17] "GET /domains HTTP/1.1" 200 281 0.001917 10.0.0.131 - - [2025-08-18 02:14:17] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.131 - - [2025-08-18 02:14:17] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2584 0.007397 10.0.0.131 - - [2025-08-18 02:14:17] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000861 10.0.0.131 - - [2025-08-18 02:14:17] "POST /neutron/network HTTP/1.1" 200 1004 0.010343 10.0.0.131 - - [2025-08-18 02:14:17] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.131 - - [2025-08-18 02:14:17] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30 HTTP/1.1" 200 2852 0.112693 10.0.0.131 - - [2025-08-18 02:14:17] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4 HTTP/1.1" 200 3789 0.006358 10.0.0.131 - - [2025-08-18 02:14:17] "POST /neutron/port HTTP/1.1" 200 1055 0.256771 10.0.0.131 - - [2025-08-18 02:14:17] "POST /neutron/port HTTP/1.1" 200 1055 0.008368 10.0.0.131 - - [2025-08-18 02:14:17] "POST /neutron/port HTTP/1.1" 200 1055 0.007554 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/port HTTP/1.1" 200 1109 0.065988 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/port HTTP/1.1" 200 1083 0.010905 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002536 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/subnet HTTP/1.1" 200 673 0.017035 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/network HTTP/1.1" 200 994 0.006576 10.0.0.131 - - [2025-08-18 02:14:18] "GET /obj-perms HTTP/1.1" 200 5049 0.042470 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/port HTTP/1.1" 200 1083 0.011049 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004808 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/port HTTP/1.1" 200 1083 0.009530 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005295 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/port HTTP/1.1" 200 1083 0.010408 10.0.0.131 - - [2025-08-18 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007123 10.0.0.131 - - [2025-08-18 02:14:18] "GET /virtual-machine/2ceac840-ee1b-4874-8652-b74b6e4ea6cb HTTP/1.1" 200 1289 0.005490 10.0.0.131 - - [2025-08-18 02:14:18] "GET /virtual-machine-interface/026ebdbd-fdec-4722-a796-81a0675b387a HTTP/1.1" 200 2947 0.004286 10.0.0.131 - - [2025-08-18 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.131 - - [2025-08-18 02:14:18] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002418 10.0.0.131 - - [2025-08-18 02:14:18] "GET /virtual-networks?parent_id=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005114 10.0.0.131 - - [2025-08-18 02:14:18] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005010 10.0.0.131 - - [2025-08-18 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.131 - - [2025-08-18 02:14:21] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004532 10.0.0.131 - - [2025-08-18 02:14:24] "POST /neutron/port HTTP/1.1" 200 1083 0.010791 10.0.0.131 - - [2025-08-18 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004854 10.0.0.131 - - [2025-08-18 02:14:25] "POST /neutron/port HTTP/1.1" 200 1083 0.010391 10.0.0.131 - - [2025-08-18 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004614 10.0.0.131 - - [2025-08-18 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.131 - - [2025-08-18 02:14:25] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004340 10.0.0.131 - - [2025-08-18 02:14:26] "POST /neutron/port HTTP/1.1" 200 1083 0.011039 10.0.0.131 - - [2025-08-18 02:14:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004796 10.0.0.131 - - [2025-08-18 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.131 - - [2025-08-18 02:14:27] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002566 10.0.0.131 - - [2025-08-18 02:14:27] "GET /virtual-networks?parent_id=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002695 10.0.0.131 - - [2025-08-18 02:14:27] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005037 10.0.0.131 - - [2025-08-18 02:14:28] "POST /neutron/port HTTP/1.1" 200 1083 0.010008 10.0.0.131 - - [2025-08-18 02:14:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005363 10.0.0.131 - - [2025-08-18 02:14:28] "POST /neutron/port HTTP/1.1" 200 1083 0.009850 10.0.0.131 - - [2025-08-18 02:14:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005170 10.0.0.131 - - [2025-08-18 02:14:28] "POST /neutron/port HTTP/1.1" 200 1083 0.010220 10.0.0.131 - - [2025-08-18 02:14:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004924 10.0.0.131 - - [2025-08-18 02:14:28] "GET /virtual-machine/feab0193-dcf4-4545-95d0-b5a01f76f955 HTTP/1.1" 200 1291 0.004260 10.0.0.131 - - [2025-08-18 02:14:28] "GET /virtual-machine-interface/adb8f95c-7e3d-4fba-9693-c8b12d136e33 HTTP/1.1" 200 2949 0.004217 10.0.0.131 - - [2025-08-18 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.131 - - [2025-08-18 02:14:28] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002428 10.0.0.131 - - [2025-08-18 02:14:28] "GET /virtual-networks?parent_id=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002544 10.0.0.131 - - [2025-08-18 02:14:28] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005143 10.0.0.131 - - [2025-08-18 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.131 - - [2025-08-18 02:14:29] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002736 10.0.0.131 - - [2025-08-18 02:14:29] "GET /virtual-networks?parent_id=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002515 10.0.0.131 - - [2025-08-18 02:14:29] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005074 10.0.0.131 - - [2025-08-18 02:14:29] "POST /neutron/port HTTP/1.1" 200 1083 0.009969 10.0.0.131 - - [2025-08-18 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005327 10.0.0.131 - - [2025-08-18 02:14:30] "POST /neutron/port HTTP/1.1" 200 1083 0.011040 10.0.0.131 - - [2025-08-18 02:14:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005920 10.0.0.131 - - [2025-08-18 02:14:30] "POST /neutron/port HTTP/1.1" 200 1083 0.009389 10.0.0.131 - - [2025-08-18 02:14:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004708 10.0.0.131 - - [2025-08-18 02:14:30] "GET /virtual-machine/fcc489c7-8d8b-4abd-9707-425840c819ae HTTP/1.1" 200 1295 0.004673 10.0.0.131 - - [2025-08-18 02:14:30] "GET /virtual-machine-interface/e902bc1b-e6d7-4e0f-8a32-9132b108f39d HTTP/1.1" 200 2948 0.003941 10.0.0.131 - - [2025-08-18 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002309 10.0.0.131 - - [2025-08-18 02:14:30] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002558 10.0.0.131 - - [2025-08-18 02:14:30] "GET /virtual-networks?parent_id=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002449 10.0.0.131 - - [2025-08-18 02:14:30] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004996 10.0.0.131 - - [2025-08-18 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.131 - - [2025-08-18 02:14:31] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002466 10.0.0.131 - - [2025-08-18 02:14:31] "GET /virtual-networks?parent_id=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002699 10.0.0.131 - - [2025-08-18 02:14:31] "GET /virtual-network/af6f81c6-edb0-45ef-91bf-3751092059a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004949 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/port HTTP/1.1" 200 1109 0.011630 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/port HTTP/1.1" 200 1109 0.009444 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/port HTTP/1.1" 200 151 0.100878 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/port HTTP/1.1" 200 1109 0.012501 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/port HTTP/1.1" 200 1109 0.008131 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/port HTTP/1.1" 200 1083 0.013448 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/port HTTP/1.1" 200 1109 0.012794 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/port HTTP/1.1" 200 151 0.164709 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/network HTTP/1.1" 200 994 0.005604 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/network HTTP/1.1" 400 204 0.010725 10.0.0.131 - - [2025-08-18 02:14:47] "POST /neutron/port HTTP/1.1" 200 151 0.087549 10.0.0.131 - - [2025-08-18 02:14:49] "POST /neutron/network HTTP/1.1" 200 994 0.007404 10.0.0.131 - - [2025-08-18 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002615 10.0.0.131 - - [2025-08-18 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.131 - - [2025-08-18 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001607 10.0.0.131 - - [2025-08-18 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.023025 10.0.0.131 - - [2025-08-18 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001760 10.0.0.131 - - [2025-08-18 02:14:49] "POST /neutron/network HTTP/1.1" 200 151 0.114805 10.0.0.131 - - [2025-08-18 02:14:49] "DELETE /route-target/3ed33ad1-d90d-48e6-9ad0-42e4635701f3 HTTP/1.1" 200 115 0.035798 10.0.0.131 - - [2025-08-18 02:14:49] "GET /routing-instance/5e3d99a5-7efe-41e4-8224-414f7d3fae85 HTTP/1.1" 404 171 0.002350 10.0.0.131 - - [2025-08-18 02:14:49] "GET /domains HTTP/1.1" 200 281 0.001990 10.0.0.131 - - [2025-08-18 02:14:49] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.131 - - [2025-08-18 02:14:49] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 2584 0.048016 10.0.0.131 - - [2025-08-18 02:14:49] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.131 - - [2025-08-18 02:14:49] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30 HTTP/1.1" 200 2092 0.069518 10.0.0.131 - - [2025-08-18 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.131 - - [2025-08-18 02:14:49] "DELETE /network-ipam/0005361b-1b81-4571-97d3-4d598a4e7e1d HTTP/1.1" 200 115 0.025816 10.0.0.131 - - [2025-08-18 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.002073 10.0.0.131 - - [2025-08-18 02:14:50] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.131 - - [2025-08-18 02:14:50] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.029252 10.0.0.131 - - [2025-08-18 02:14:50] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001360 10.0.0.131 - - [2025-08-18 02:14:50] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?fields=virtual_networks HTTP/1.1" 200 1035 0.068338 10.0.0.131 - - [2025-08-18 02:14:50] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.131 - - [2025-08-18 02:14:50] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.029892 10.0.0.131 - - [2025-08-18 02:14:50] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.131 - - [2025-08-18 02:14:50] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?fields=security_groups HTTP/1.1" 200 1262 0.028938 10.0.0.131 - - [2025-08-18 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.005624 10.0.0.131 - - [2025-08-18 02:14:52] "POST /neutron/port HTTP/1.1" 400 205 0.003306 10.0.0.131 - - [2025-08-18 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.004720 10.0.0.131 - - [2025-08-18 02:14:52] "POST /neutron/port HTTP/1.1" 400 205 0.002787 10.0.0.131 - - [2025-08-18 02:14:58] "GET / HTTP/1.1" 200 36215 0.002184 10.0.0.131 - - [2025-08-18 02:14:58] "GET /obj-perms HTTP/1.1" 200 5075 0.330894 10.0.0.131 - - [2025-08-18 02:14:58] "GET /obj-perms HTTP/1.1" 200 5075 0.079777 10.0.0.131 - - [2025-08-18 02:14:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000614 10.0.0.131 - - [2025-08-18 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.044439 10.0.0.131 - - [2025-08-18 02:14:59] "GET /projects?obj_uuids=b1283132-9438-435a-bb7c-85fc8ac7a69c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004641 10.0.0.131 - - [2025-08-18 02:14:59] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001797 10.0.0.131 - - [2025-08-18 02:14:59] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010284 10.0.0.131 - - [2025-08-18 02:14:59] "POST /id-to-fqname HTTP/1.1" 200 185 0.001528 10.0.0.131 - - [2025-08-18 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.002559 10.0.0.131 - - [2025-08-18 02:14:59] "POST /security-groups HTTP/1.1" 200 586 0.063807 10.0.0.131 - - [2025-08-18 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.003077 10.0.0.131 - - [2025-08-18 02:14:59] "POST /projects HTTP/1.1" 200 575 0.210908 10.0.0.131 - - [2025-08-18 02:14:59] "POST /access-control-lists HTTP/1.1" 200 593 0.059873 10.0.0.131 - - [2025-08-18 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.283381 10.0.0.131 - - [2025-08-18 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.003277 10.0.0.131 - - [2025-08-18 02:14:59] "GET /project/b1283132-9438-435a-bb7c-85fc8ac7a69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.406950 10.0.0.131 - - [2025-08-18 02:14:59] "POST /access-control-lists HTTP/1.1" 200 591 0.060250 10.0.0.131 - - [2025-08-18 02:15:00] "GET / HTTP/1.1" 200 36215 0.002680 10.0.0.131 - - [2025-08-18 02:15:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000577 10.0.0.131 - - [2025-08-18 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.024707 10.0.0.131 - - [2025-08-18 02:15:03] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004550 10.0.0.131 - - [2025-08-18 02:15:03] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004148 10.0.0.131 - - [2025-08-18 02:15:03] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004188 10.0.0.131 - - [2025-08-18 02:15:03] "PUT /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3 HTTP/1.1" 200 265 0.009776 10.0.0.131 - - [2025-08-18 02:15:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000584 10.0.0.131 - - [2025-08-18 02:15:04] "GET /aaa-mode HTTP/1.1" 200 128 0.024040 10.0.0.131 - - [2025-08-18 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.025866 10.0.0.131 - - [2025-08-18 02:15:04] "GET /projects?obj_uuids=489a572c-9b64-487a-a153-7d593afe1acd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002440 10.0.0.131 - - [2025-08-18 02:15:04] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001590 10.0.0.131 - - [2025-08-18 02:15:04] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008378 10.0.0.131 - - [2025-08-18 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.001657 10.0.0.131 - - [2025-08-18 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.002890 10.0.0.131 - - [2025-08-18 02:15:04] "POST /security-groups HTTP/1.1" 200 586 0.063840 10.0.0.131 - - [2025-08-18 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.002810 10.0.0.131 - - [2025-08-18 02:15:04] "POST /projects HTTP/1.1" 200 575 0.219402 10.0.0.131 - - [2025-08-18 02:15:04] "POST /access-control-lists HTTP/1.1" 200 593 0.063439 10.0.0.131 - - [2025-08-18 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.296042 10.0.0.131 - - [2025-08-18 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.003304 10.0.0.131 - - [2025-08-18 02:15:04] "GET /project/489a572c-9b64-487a-a153-7d593afe1acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.423884 10.0.0.131 - - [2025-08-18 02:15:04] "POST /access-control-lists HTTP/1.1" 200 591 0.071897 10.0.0.131 - - [2025-08-18 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.020278 10.0.0.131 - - [2025-08-18 02:15:05] "GET /projects?obj_uuids=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002991 10.0.0.131 - - [2025-08-18 02:15:05] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.131 - - [2025-08-18 02:15:05] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008267 10.0.0.131 - - [2025-08-18 02:15:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.002530 10.0.0.131 - - [2025-08-18 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.002711 10.0.0.131 - - [2025-08-18 02:15:05] "POST /security-groups HTTP/1.1" 200 586 0.062555 10.0.0.131 - - [2025-08-18 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002139 10.0.0.131 - - [2025-08-18 02:15:05] "POST /projects HTTP/1.1" 200 575 0.218145 10.0.0.131 - - [2025-08-18 02:15:05] "POST /access-control-lists HTTP/1.1" 200 593 0.061051 10.0.0.131 - - [2025-08-18 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.284763 10.0.0.131 - - [2025-08-18 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002590 10.0.0.131 - - [2025-08-18 02:15:05] "GET /project/4faaaf86-96c2-4345-85d7-902b0a6bfad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.410133 10.0.0.131 - - [2025-08-18 02:15:05] "POST /access-control-lists HTTP/1.1" 200 591 0.059644 10.0.0.131 - - [2025-08-18 02:15:06] "GET / HTTP/1.1" 200 36215 0.001955 10.0.0.131 - - [2025-08-18 02:15:06] "GET / HTTP/1.1" 200 36215 0.001482 10.0.0.131 - - [2025-08-18 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.002703 10.0.0.131 - - [2025-08-18 02:15:07] "POST /api-access-lists HTTP/1.1" 200 523 0.012338 10.0.0.131 - - [2025-08-18 02:15:07] "GET /api-access-list/83ff94a6-5ec0-4da1-a109-dfc4064ea287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.004452 10.0.0.131 - - [2025-08-18 02:15:07] "GET /api-access-list/83ff94a6-5ec0-4da1-a109-dfc4064ea287 HTTP/1.1" 401 293 0.000408 10.0.0.131 - - [2025-08-18 02:15:07] "GET /api-access-list/83ff94a6-5ec0-4da1-a109-dfc4064ea287 HTTP/1.1" 200 1267 0.046378 10.0.0.131 - - [2025-08-18 02:15:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000373 10.0.0.131 - - [2025-08-18 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.081055 10.0.0.131 - - [2025-08-18 02:15:08] "GET /projects?obj_uuids=489a572c-9b64-487a-a153-7d593afe1acd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001052 10.0.0.131 - - [2025-08-18 02:15:08] "GET /project/489a572c-9b64-487a-a153-7d593afe1acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.034269 10.0.0.131 - - [2025-08-18 02:15:08] "GET /virtual-networks?parent_id=489a572c-9b64-487a-a153-7d593afe1acd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010180 10.0.0.131 - - [2025-08-18 02:15:08] "POST /virtual-networks HTTP/1.1" 200 570 0.044353 10.0.0.131 - - [2025-08-18 02:15:08] "POST /route-targets HTTP/1.1" 200 328 0.009826 10.0.0.131 - - [2025-08-18 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.012683 10.0.0.131 - - [2025-08-18 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.014325 10.0.0.131 - - [2025-08-18 02:15:08] "GET /network-ipam/0a14c9c4-659b-47c6-a1e8-7acbd45e70c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.010791 10.0.0.131 - - [2025-08-18 02:15:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004265 10.0.0.131 - - [2025-08-18 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.049114 10.0.0.131 - - [2025-08-18 02:15:08] "POST /neutron/network HTTP/1.1" 200 830 0.039873 10.0.0.131 - - [2025-08-18 02:15:08] "POST /neutron/network HTTP/1.1" 200 830 0.017895 10.0.0.131 - - [2025-08-18 02:15:08] "GET /virtual-network/989a6e2c-11a9-4218-a84e-43f9e355aa17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.012936 10.0.0.131 - - [2025-08-18 02:15:08] "POST /neutron/network HTTP/1.1" 200 830 0.020215 10.0.0.131 - - [2025-08-18 02:15:08] "POST /neutron/subnet HTTP/1.1" 200 668 0.026505 10.0.0.131 - - [2025-08-18 02:15:08] "GET /virtual-network/989a6e2c-11a9-4218-a84e-43f9e355aa17 HTTP/1.1" 401 293 0.000380 10.0.0.131 - - [2025-08-18 02:15:09] "GET /virtual-network/989a6e2c-11a9-4218-a84e-43f9e355aa17 HTTP/1.1" 200 2266 0.040489 10.0.0.131 - - [2025-08-18 02:15:09] "GET /virtual-network/989a6e2c-11a9-4218-a84e-43f9e355aa17 HTTP/1.1" 401 293 0.000525 10.0.0.131 - - [2025-08-18 02:15:09] "GET /virtual-network/989a6e2c-11a9-4218-a84e-43f9e355aa17 HTTP/1.1" 200 2005 0.046955 10.0.0.131 - - [2025-08-18 02:15:09] "POST /id-to-fqname HTTP/1.1" 401 293 0.000543 10.0.0.131 - - [2025-08-18 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 230 0.031119 10.0.0.131 - - [2025-08-18 02:15:10] "POST /neutron/network HTTP/1.1" 200 840 0.037261 10.0.0.131 - - [2025-08-18 02:15:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000376 10.0.0.131 - - [2025-08-18 02:15:10] "GET / HTTP/1.1" 200 36215 0.001781 10.0.0.131 - - [2025-08-18 02:15:10] "GET /project/4faaaf86-96c2-4345-85d7-902b0a6bfad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000457 10.0.0.131 - - [2025-08-18 02:15:10] "GET /projects?obj_uuids=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001518 10.0.0.131 - - [2025-08-18 02:15:10] "GET /project/4faaaf86-96c2-4345-85d7-902b0a6bfad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.063138 10.0.0.131 - - [2025-08-18 02:15:10] "POST /neutron/network HTTP/1.1" 200 830 0.005144 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.026541 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.005605 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.005802 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/network HTTP/1.1" 200 840 0.020136 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/network HTTP/1.1" 200 830 0.019060 10.0.0.131 - - [2025-08-18 02:15:11] "GET /projects?obj_uuids=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001358 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/port HTTP/1.1" 200 1054 0.304711 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/port HTTP/1.1" 200 1054 0.008636 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/port HTTP/1.1" 200 1054 0.007708 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/port HTTP/1.1" 200 1108 0.052903 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/port HTTP/1.1" 200 1082 0.011294 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002627 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 642 0.006051 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.131 - - [2025-08-18 02:15:11] "POST /neutron/network HTTP/1.1" 200 830 0.005148 10.0.0.131 - - [2025-08-18 02:15:16] "POST /neutron/port HTTP/1.1" 200 1082 0.011250 10.0.0.131 - - [2025-08-18 02:15:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005398 10.0.0.131 - - [2025-08-18 02:15:16] "POST /neutron/port HTTP/1.1" 200 1082 0.009791 10.0.0.131 - - [2025-08-18 02:15:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005280 10.0.0.131 - - [2025-08-18 02:15:16] "POST /neutron/port HTTP/1.1" 200 1082 0.010250 10.0.0.131 - - [2025-08-18 02:15:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005259 10.0.0.131 - - [2025-08-18 02:15:16] "POST /neutron/port HTTP/1.1" 200 1082 0.010514 10.0.0.131 - - [2025-08-18 02:15:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005136 10.0.0.131 - - [2025-08-18 02:15:16] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140 HTTP/1.1" 200 1290 0.012018 10.0.0.131 - - [2025-08-18 02:15:16] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140 HTTP/1.1" 200 1290 0.010319 10.0.0.131 - - [2025-08-18 02:15:16] "GET /virtual-machine-interface/a794ed78-1637-48a5-ade2-4d0c6bf44510 HTTP/1.1" 200 2537 0.013100 10.0.0.131 - - [2025-08-18 02:15:16] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140 HTTP/1.1" 200 1290 0.012060 10.0.0.131 - - [2025-08-18 02:15:16] "GET /virtual-machine-interface/a794ed78-1637-48a5-ade2-4d0c6bf44510 HTTP/1.1" 200 2537 0.015441 10.0.0.131 - - [2025-08-18 02:15:16] "GET /instance-ip/f8b600af-f67c-4369-b0f8-e48ec116b6c0 HTTP/1.1" 200 1628 0.014455 10.0.0.131 - - [2025-08-18 02:15:16] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140 HTTP/1.1" 200 1290 0.012605 10.0.0.131 - - [2025-08-18 02:15:16] "GET /virtual-machine-interface/a794ed78-1637-48a5-ade2-4d0c6bf44510 HTTP/1.1" 200 2537 0.014832 10.0.0.131 - - [2025-08-18 02:15:16] "GET /instance-ip/f8b600af-f67c-4369-b0f8-e48ec116b6c0 HTTP/1.1" 200 1628 0.011078 10.0.0.131 - - [2025-08-18 02:15:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.011496 10.0.0.131 - - [2025-08-18 02:15:16] "GET / HTTP/1.1" 200 36215 0.003204 10.0.0.131 - - [2025-08-18 02:15:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000593 10.0.0.131 - - [2025-08-18 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.023259 10.0.0.131 - - [2025-08-18 02:15:17] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003606 10.0.0.131 - - [2025-08-18 02:15:17] "GET /virtual-networks?parent_id=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009835 10.0.0.131 - - [2025-08-18 02:15:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.008956 10.0.0.131 - - [2025-08-18 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.131 - - [2025-08-18 02:15:17] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003187 10.0.0.131 - - [2025-08-18 02:15:17] "GET /virtual-networks?parent_id=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009786 10.0.0.131 - - [2025-08-18 02:15:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.009211 10.0.0.131 - - [2025-08-18 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.131 - - [2025-08-18 02:15:17] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002701 10.0.0.131 - - [2025-08-18 02:15:17] "GET /virtual-networks?parent_id=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009486 10.0.0.131 - - [2025-08-18 02:15:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.008997 10.0.0.131 - - [2025-08-18 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.131 - - [2025-08-18 02:15:17] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003399 10.0.0.131 - - [2025-08-18 02:15:17] "GET /virtual-networks?parent_id=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009471 10.0.0.131 - - [2025-08-18 02:15:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.008671 10.0.0.131 - - [2025-08-18 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.131 - - [2025-08-18 02:15:17] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002932 10.0.0.131 - - [2025-08-18 02:15:17] "POST /neutron/port HTTP/1.1" 200 1082 0.009441 10.0.0.131 - - [2025-08-18 02:15:17] "POST /neutron/port HTTP/1.1" 200 1082 0.012813 10.0.0.131 - - [2025-08-18 02:15:17] "GET /virtual-networks?parent_id=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014153 10.0.0.131 - - [2025-08-18 02:15:17] "POST /neutron/network HTTP/1.1" 200 840 0.005059 10.0.0.131 - - [2025-08-18 02:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003128 10.0.0.131 - - [2025-08-18 02:15:17] "POST /neutron/subnet HTTP/1.1" 200 642 0.007007 10.0.0.131 - - [2025-08-18 02:15:18] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.131 - - [2025-08-18 02:15:18] "POST /neutron/network HTTP/1.1" 200 830 0.006974 10.0.0.131 - - [2025-08-18 02:15:19] "POST /neutron/port HTTP/1.1" 200 1082 0.012457 10.0.0.131 - - [2025-08-18 02:15:19] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006020 10.0.0.131 - - [2025-08-18 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009966 10.0.0.131 - - [2025-08-18 02:15:21] "GET /virtual-network/989a6e2c-11a9-4218-a84e-43f9e355aa17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011878 10.0.0.131 - - [2025-08-18 02:15:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.009621 10.0.0.131 - - [2025-08-18 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002218 10.0.0.131 - - [2025-08-18 02:15:23] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002949 10.0.0.131 - - [2025-08-18 02:15:23] "GET /virtual-networks?parent_id=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024948 10.0.0.131 - - [2025-08-18 02:15:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.011976 10.0.0.131 - - [2025-08-18 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.131 - - [2025-08-18 02:15:23] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004274 10.0.0.131 - - [2025-08-18 02:15:23] "GET /virtual-networks?parent_id=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011374 10.0.0.131 - - [2025-08-18 02:15:23] "POST /fqname-to-id HTTP/1.1" 403 361 0.009909 10.0.0.131 - - [2025-08-18 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.131 - - [2025-08-18 02:15:23] "GET /routing-instance/408c7197-2b75-49b7-93a6-d76f84a23303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004583 10.0.0.131 - - [2025-08-18 02:15:23] "GET /route-target/aa04a154-5a2c-497f-95d9-1f023d0054f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011042 10.0.0.131 - - [2025-08-18 02:15:23] "GET /route-target/aa04a154-5a2c-497f-95d9-1f023d0054f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004388 10.0.0.131 - - [2025-08-18 02:15:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.010220 10.0.0.131 - - [2025-08-18 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.131 - - [2025-08-18 02:15:23] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004375 10.0.0.131 - - [2025-08-18 02:15:23] "GET /virtual-networks?parent_id=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011081 10.0.0.131 - - [2025-08-18 02:15:23] "POST /fqname-to-id HTTP/1.1" 403 361 0.009636 10.0.0.131 - - [2025-08-18 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.131 - - [2025-08-18 02:15:23] "GET /routing-instance/408c7197-2b75-49b7-93a6-d76f84a23303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004398 10.0.0.131 - - [2025-08-18 02:15:23] "GET /route-target/aa04a154-5a2c-497f-95d9-1f023d0054f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.012667 10.0.0.131 - - [2025-08-18 02:15:23] "GET /route-target/aa04a154-5a2c-497f-95d9-1f023d0054f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005918 10.0.0.131 - - [2025-08-18 02:15:24] "GET /obj-perms HTTP/1.1" 200 4934 0.061305 10.0.0.131 - - [2025-08-18 02:15:24] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.012444 10.0.0.131 - - [2025-08-18 02:15:24] "GET /obj-perms HTTP/1.1" 200 4934 0.012855 10.0.0.131 - - [2025-08-18 02:15:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000564 10.0.0.131 - - [2025-08-18 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.026855 10.0.0.131 - - [2025-08-18 02:15:24] "GET /virtual-machine-interface/a794ed78-1637-48a5-ade2-4d0c6bf44510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.016409 10.0.0.131 - - [2025-08-18 02:15:24] "GET /obj-perms HTTP/1.1" 200 4934 0.013605 10.0.0.131 - - [2025-08-18 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.131 - - [2025-08-18 02:15:24] "GET /virtual-machine-interface/a794ed78-1637-48a5-ade2-4d0c6bf44510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.017048 10.0.0.131 - - [2025-08-18 02:15:24] "GET /obj-perms HTTP/1.1" 200 4934 0.012363 10.0.0.131 - - [2025-08-18 02:15:25] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010986 10.0.0.131 - - [2025-08-18 02:15:25] "GET /obj-perms HTTP/1.1" 200 4934 0.011746 10.0.0.131 - - [2025-08-18 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.131 - - [2025-08-18 02:15:25] "GET /virtual-machine-interface/a794ed78-1637-48a5-ade2-4d0c6bf44510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.015054 10.0.0.131 - - [2025-08-18 02:15:25] "GET /obj-perms HTTP/1.1" 200 4934 0.009946 10.0.0.131 - - [2025-08-18 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.131 - - [2025-08-18 02:15:25] "GET /virtual-network/989a6e2c-11a9-4218-a84e-43f9e355aa17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.012606 10.0.0.131 - - [2025-08-18 02:15:25] "GET /obj-perms HTTP/1.1" 200 4934 0.011070 10.0.0.131 - - [2025-08-18 02:15:25] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010715 10.0.0.131 - - [2025-08-18 02:15:25] "GET /obj-perms HTTP/1.1" 200 4934 0.011494 10.0.0.131 - - [2025-08-18 02:15:25] "GET /obj-perms HTTP/1.1" 200 4934 0.011338 10.0.0.131 - - [2025-08-18 02:15:26] "GET /obj-perms HTTP/1.1" 200 4934 0.056797 10.0.0.131 - - [2025-08-18 02:15:26] "GET /obj-perms HTTP/1.1" 200 4934 0.009460 10.0.0.131 - - [2025-08-18 02:15:26] "GET /obj-perms HTTP/1.1" 200 5039 0.043859 10.0.0.131 - - [2025-08-18 02:15:26] "GET /obj-perms HTTP/1.1" 200 5039 0.003074 10.0.0.131 - - [2025-08-18 02:15:26] "GET /obj-perms HTTP/1.1" 200 4934 0.009637 10.0.0.131 - - [2025-08-18 02:15:26] "GET /obj-perms HTTP/1.1" 200 4934 0.009849 10.0.0.131 - - [2025-08-18 02:15:26] "GET /obj-perms HTTP/1.1" 200 4934 0.049735 10.0.0.131 - - [2025-08-18 02:15:26] "GET /obj-perms HTTP/1.1" 200 4934 0.008876 10.0.0.131 - - [2025-08-18 02:15:27] "GET /obj-perms HTTP/1.1" 200 5039 0.002946 10.0.0.131 - - [2025-08-18 02:15:27] "GET /obj-perms HTTP/1.1" 200 5039 0.003996 10.0.0.131 - - [2025-08-18 02:15:27] "GET /obj-perms HTTP/1.1" 200 4934 0.008950 10.0.0.131 - - [2025-08-18 02:15:27] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.009907 10.0.0.131 - - [2025-08-18 02:15:27] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140 HTTP/1.1" 200 1290 0.015552 10.0.0.131 - - [2025-08-18 02:15:27] "POST /neutron/port HTTP/1.1" 200 1082 0.009908 10.0.0.131 - - [2025-08-18 02:15:27] "POST /neutron/port HTTP/1.1" 200 1108 0.010077 10.0.0.131 - - [2025-08-18 02:15:27] "POST /neutron/port HTTP/1.1" 200 151 0.086490 10.0.0.131 - - [2025-08-18 02:15:29] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140 HTTP/1.1" 404 171 0.009727 10.0.0.131 - - [2025-08-18 02:15:29] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140 HTTP/1.1" 404 171 0.006908 10.0.0.131 - - [2025-08-18 02:15:29] "GET /virtual-machine/9aafd0eb-5207-4cbd-b7e6-66e54c9f1140 HTTP/1.1" 404 171 0.007668 10.0.0.131 - - [2025-08-18 02:15:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.011898 10.0.0.131 - - [2025-08-18 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.131 - - [2025-08-18 02:15:29] "GET /global-vrouter-config/9d31c92f-a9d2-443e-ada7-279c2b6640dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002710 10.0.0.131 - - [2025-08-18 02:15:29] "GET /virtual-networks?parent_id=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010288 10.0.0.131 - - [2025-08-18 02:15:29] "POST /fqname-to-id HTTP/1.1" 403 361 0.009534 10.0.0.131 - - [2025-08-18 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.131 - - [2025-08-18 02:15:29] "GET /routing-instance/408c7197-2b75-49b7-93a6-d76f84a23303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003214 10.0.0.131 - - [2025-08-18 02:15:29] "GET /route-target/aa04a154-5a2c-497f-95d9-1f023d0054f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008459 10.0.0.131 - - [2025-08-18 02:15:29] "GET /route-target/aa04a154-5a2c-497f-95d9-1f023d0054f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002634 10.0.0.131 - - [2025-08-18 02:15:29] "GET /obj-perms HTTP/1.1" 200 4934 0.010730 10.0.0.131 - - [2025-08-18 02:15:29] "GET /obj-perms HTTP/1.1" 200 4934 0.014612 10.0.0.131 - - [2025-08-18 02:15:30] "GET /obj-perms HTTP/1.1" 200 4934 0.051757 10.0.0.131 - - [2025-08-18 02:15:30] "GET /obj-perms HTTP/1.1" 200 4934 0.009834 10.0.0.131 - - [2025-08-18 02:15:30] "GET /obj-perms HTTP/1.1" 200 5039 0.002997 10.0.0.131 - - [2025-08-18 02:15:33] "GET /obj-perms HTTP/1.1" 200 5039 0.003343 10.0.0.131 - - [2025-08-18 02:15:36] "GET /obj-perms HTTP/1.1" 200 5039 0.003111 10.0.0.131 - - [2025-08-18 02:15:39] "GET /obj-perms HTTP/1.1" 200 5039 0.003076 10.0.0.131 - - [2025-08-18 02:15:42] "GET /obj-perms HTTP/1.1" 200 5039 0.003099 10.0.0.131 - - [2025-08-18 02:15:45] "GET /obj-perms HTTP/1.1" 200 5039 0.003435 10.0.0.131 - - [2025-08-18 02:15:48] "GET /obj-perms HTTP/1.1" 200 5039 0.003662 10.0.0.131 - - [2025-08-18 02:15:50] "DELETE /project/b12831329438435abb7c85fc8ac7a69c HTTP/1.1" 404 173 0.006952 10.0.0.131 - - [2025-08-18 02:15:50] "DELETE /project/4faaaf8696c2434585d7902b0a6bfad8 HTTP/1.1" 404 173 0.006189 10.0.0.131 - - [2025-08-18 02:15:50] "DELETE /project/489a572c9b64487aa1537d593afe1acd HTTP/1.1" 404 173 0.005373 10.0.0.131 - - [2025-08-18 02:15:50] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.131 - - [2025-08-18 02:15:50] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.024262 10.0.0.131 - - [2025-08-18 02:15:50] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.131 - - [2025-08-18 02:15:50] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?fields=security_groups HTTP/1.1" 200 1364 0.062414 10.0.0.131 - - [2025-08-18 02:15:50] "DELETE /security-group/0544157e-b338-4ba4-aaf5-c7fef5df127b HTTP/1.1" 200 115 0.034942 10.0.0.131 - - [2025-08-18 02:15:50] "GET /projects?obj_uuids=9bb6d4fc-c18d-458b-b60a-959dbc9fcb30&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.131 - - [2025-08-18 02:15:50] "DELETE /access-control-list/4ba85eca-d70f-4d32-9a20-23676d8445e1 HTTP/1.1" 200 115 0.028270 10.0.0.131 - - [2025-08-18 02:15:50] "GET /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30?fields=application_policy_sets HTTP/1.1" 200 1403 0.027744 10.0.0.131 - - [2025-08-18 02:15:50] "DELETE /access-control-list/f392a141-0b16-41ca-9d34-701f437132c0 HTTP/1.1" 200 115 0.025178 10.0.0.131 - - [2025-08-18 02:15:50] "DELETE /project/9bb6d4fc-c18d-458b-b60a-959dbc9fcb30 HTTP/1.1" 200 115 0.303646 10.0.0.131 - - [2025-08-18 02:15:51] "GET /obj-perms HTTP/1.1" 200 5039 0.003061 10.0.0.131 - - [2025-08-18 02:15:54] "GET /obj-perms HTTP/1.1" 200 5039 0.003744 10.0.0.131 - - [2025-08-18 02:15:57] "GET /obj-perms HTTP/1.1" 200 5039 0.003079 10.0.0.131 - - [2025-08-18 02:15:59] "GET /obj-perms HTTP/1.1" 200 5075 0.037990 10.0.0.131 - - [2025-08-18 02:15:59] "GET /obj-perms HTTP/1.1" 200 5075 0.036847 10.0.0.131 - - [2025-08-18 02:16:00] "GET /obj-perms HTTP/1.1" 200 5039 0.003286 10.0.0.131 - - [2025-08-18 02:16:03] "GET /obj-perms HTTP/1.1" 200 5039 0.003328 10.0.0.131 - - [2025-08-18 02:16:06] "GET /obj-perms HTTP/1.1" 200 5039 0.003025 10.0.0.131 - - [2025-08-18 02:16:09] "GET /obj-perms HTTP/1.1" 200 5039 0.003409 10.0.0.131 - - [2025-08-18 02:16:12] "GET /obj-perms HTTP/1.1" 200 5039 0.003111 10.0.0.131 - - [2025-08-18 02:16:15] "GET /obj-perms HTTP/1.1" 200 5039 0.003037 10.0.0.131 - - [2025-08-18 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.131 - - [2025-08-18 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001754 10.0.0.131 - - [2025-08-18 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003810 10.0.0.131 - - [2025-08-18 02:16:15] "DELETE /virtual-network/989a6e2c-11a9-4218-a84e-43f9e355aa17 HTTP/1.1" 200 115 0.075678 10.0.0.131 - - [2025-08-18 02:16:15] "DELETE /route-target/aa04a154-5a2c-497f-95d9-1f023d0054f9 HTTP/1.1" 200 115 0.019104 10.0.0.131 - - [2025-08-18 02:16:15] "DELETE /api-access-list/83ff94a6-5ec0-4da1-a109-dfc4064ea287 HTTP/1.1" 200 115 0.023820 10.0.0.131 - - [2025-08-18 02:16:15] "GET /api-access-list/83ff94a6-5ec0-4da1-a109-dfc4064ea287 HTTP/1.1" 404 171 0.002093 10.0.0.131 - - [2025-08-18 02:16:15] "GET /projects?obj_uuids=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.131 - - [2025-08-18 02:16:15] "GET /project/4faaaf86-96c2-4345-85d7-902b0a6bfad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.022173 10.0.0.131 - - [2025-08-18 02:16:15] "GET /projects?obj_uuids=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001431 10.0.0.131 - - [2025-08-18 02:16:15] "GET /project/4faaaf86-96c2-4345-85d7-902b0a6bfad8?fields=virtual_networks HTTP/1.1" 200 1023 0.062897 10.0.0.131 - - [2025-08-18 02:16:15] "GET /projects?obj_uuids=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001007 10.0.0.131 - - [2025-08-18 02:16:15] "GET /project/4faaaf86-96c2-4345-85d7-902b0a6bfad8?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.022620 10.0.0.131 - - [2025-08-18 02:16:15] "GET /projects?obj_uuids=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001022 10.0.0.131 - - [2025-08-18 02:16:15] "GET /project/4faaaf86-96c2-4345-85d7-902b0a6bfad8?fields=security_groups HTTP/1.1" 200 1245 0.020488 10.0.0.131 - - [2025-08-18 02:16:16] "GET /projects?obj_uuids=489a572c-9b64-487a-a153-7d593afe1acd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001052 10.0.0.131 - - [2025-08-18 02:16:16] "GET /project/489a572c-9b64-487a-a153-7d593afe1acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.024312 10.0.0.131 - - [2025-08-18 02:16:16] "GET /projects?obj_uuids=489a572c-9b64-487a-a153-7d593afe1acd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.131 - - [2025-08-18 02:16:16] "GET /project/489a572c-9b64-487a-a153-7d593afe1acd?fields=virtual_networks HTTP/1.1" 200 1024 0.070158 10.0.0.131 - - [2025-08-18 02:16:16] "GET /projects?obj_uuids=489a572c-9b64-487a-a153-7d593afe1acd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001582 10.0.0.131 - - [2025-08-18 02:16:16] "GET /project/489a572c-9b64-487a-a153-7d593afe1acd?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.026711 10.0.0.131 - - [2025-08-18 02:16:16] "GET /projects?obj_uuids=489a572c-9b64-487a-a153-7d593afe1acd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.131 - - [2025-08-18 02:16:16] "GET /project/489a572c-9b64-487a-a153-7d593afe1acd?fields=security_groups HTTP/1.1" 200 1246 0.021983 10.0.0.131 - - [2025-08-18 02:16:17] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003164 10.0.0.131 - - [2025-08-18 02:16:17] "PUT /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3 HTTP/1.1" 200 265 0.006672 10.0.0.131 - - [2025-08-18 02:16:17] "GET /projects?obj_uuids=b1283132-9438-435a-bb7c-85fc8ac7a69c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000971 10.0.0.131 - - [2025-08-18 02:16:17] "GET /project/b1283132-9438-435a-bb7c-85fc8ac7a69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.020948 10.0.0.131 - - [2025-08-18 02:16:17] "GET /projects?obj_uuids=b1283132-9438-435a-bb7c-85fc8ac7a69c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.131 - - [2025-08-18 02:16:17] "GET /project/b1283132-9438-435a-bb7c-85fc8ac7a69c?fields=virtual_networks HTTP/1.1" 200 1025 0.070596 10.0.0.131 - - [2025-08-18 02:16:17] "GET /projects?obj_uuids=b1283132-9438-435a-bb7c-85fc8ac7a69c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001023 10.0.0.131 - - [2025-08-18 02:16:17] "GET /project/b1283132-9438-435a-bb7c-85fc8ac7a69c?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.022379 10.0.0.131 - - [2025-08-18 02:16:17] "GET /projects?obj_uuids=b1283132-9438-435a-bb7c-85fc8ac7a69c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.131 - - [2025-08-18 02:16:17] "GET /project/b1283132-9438-435a-bb7c-85fc8ac7a69c?fields=security_groups HTTP/1.1" 200 1247 0.023783 10.0.0.131 - - [2025-08-18 02:16:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.018333 10.0.0.131 - - [2025-08-18 02:16:18] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002083 10.0.0.131 - - [2025-08-18 02:16:18] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.131 - - [2025-08-18 02:16:18] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006959 10.0.0.131 - - [2025-08-18 02:16:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.001230 10.0.0.131 - - [2025-08-18 02:16:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.001774 10.0.0.131 - - [2025-08-18 02:16:18] "POST /security-groups HTTP/1.1" 200 591 0.059440 10.0.0.131 - - [2025-08-18 02:16:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.002675 10.0.0.131 - - [2025-08-18 02:16:18] "POST /projects HTTP/1.1" 200 585 0.202393 10.0.0.131 - - [2025-08-18 02:16:18] "POST /access-control-lists HTTP/1.1" 200 598 0.054457 10.0.0.131 - - [2025-08-18 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.269951 10.0.0.131 - - [2025-08-18 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.002630 10.0.0.131 - - [2025-08-18 02:16:19] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.377396 10.0.0.131 - - [2025-08-18 02:16:19] "POST /access-control-lists HTTP/1.1" 200 596 0.055807 10.0.0.131 - - [2025-08-18 02:16:19] "GET / HTTP/1.1" 200 36215 0.001885 10.0.0.131 - - [2025-08-18 02:16:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.131 - - [2025-08-18 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.026068 10.0.0.131 - - [2025-08-18 02:16:22] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002963 10.0.0.131 - - [2025-08-18 02:16:22] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003212 10.0.0.131 - - [2025-08-18 02:16:22] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003219 10.0.0.131 - - [2025-08-18 02:16:22] "PUT /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3 HTTP/1.1" 200 265 0.022626 10.0.0.131 - - [2025-08-18 02:16:22] "GET /aaa-mode HTTP/1.1" 200 128 0.001064 10.0.0.131 - - [2025-08-18 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.017267 10.0.0.131 - - [2025-08-18 02:16:22] "GET /projects?obj_uuids=25ba3945-7602-4275-bfb8-8c140c02dc22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002804 10.0.0.131 - - [2025-08-18 02:16:22] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.131 - - [2025-08-18 02:16:22] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006554 10.0.0.131 - - [2025-08-18 02:16:22] "POST /id-to-fqname HTTP/1.1" 200 190 0.001616 10.0.0.131 - - [2025-08-18 02:16:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.002349 10.0.0.131 - - [2025-08-18 02:16:23] "POST /security-groups HTTP/1.1" 200 591 0.064027 10.0.0.131 - - [2025-08-18 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002384 10.0.0.131 - - [2025-08-18 02:16:23] "POST /projects HTTP/1.1" 200 585 0.209599 10.0.0.131 - - [2025-08-18 02:16:23] "POST /access-control-lists HTTP/1.1" 200 598 0.054018 10.0.0.131 - - [2025-08-18 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.273625 10.0.0.131 - - [2025-08-18 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.002709 10.0.0.131 - - [2025-08-18 02:16:23] "GET /project/25ba3945-7602-4275-bfb8-8c140c02dc22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.391043 10.0.0.131 - - [2025-08-18 02:16:23] "POST /access-control-lists HTTP/1.1" 200 596 0.055768 10.0.0.131 - - [2025-08-18 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.020148 10.0.0.131 - - [2025-08-18 02:16:23] "GET /projects?obj_uuids=1a4a24a1-eac2-473d-ae19-61fdd47968e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002169 10.0.0.131 - - [2025-08-18 02:16:23] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.131 - - [2025-08-18 02:16:23] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006482 10.0.0.131 - - [2025-08-18 02:16:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.001356 10.0.0.131 - - [2025-08-18 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.002011 10.0.0.131 - - [2025-08-18 02:16:23] "POST /security-groups HTTP/1.1" 200 591 0.059227 10.0.0.131 - - [2025-08-18 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002456 10.0.0.131 - - [2025-08-18 02:16:23] "POST /projects HTTP/1.1" 200 585 0.206254 10.0.0.131 - - [2025-08-18 02:16:23] "POST /access-control-lists HTTP/1.1" 200 598 0.055345 10.0.0.131 - - [2025-08-18 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.271076 10.0.0.131 - - [2025-08-18 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.002348 10.0.0.131 - - [2025-08-18 02:16:23] "GET /project/1a4a24a1-eac2-473d-ae19-61fdd47968e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.380902 10.0.0.131 - - [2025-08-18 02:16:24] "POST /access-control-lists HTTP/1.1" 200 596 0.060067 10.0.0.131 - - [2025-08-18 02:16:24] "GET / HTTP/1.1" 200 36215 0.002027 10.0.0.131 - - [2025-08-18 02:16:25] "GET / HTTP/1.1" 200 36215 0.001530 10.0.0.131 - - [2025-08-18 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.002715 10.0.0.131 - - [2025-08-18 02:16:25] "POST /api-access-lists HTTP/1.1" 200 523 0.012593 10.0.0.131 - - [2025-08-18 02:16:25] "GET /api-access-list/f72ba6aa-1a82-404b-bb2c-d8082fa860e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003994 10.0.0.131 - - [2025-08-18 02:16:25] "GET /api-access-list/f72ba6aa-1a82-404b-bb2c-d8082fa860e9 HTTP/1.1" 401 293 0.000395 10.0.0.131 - - [2025-08-18 02:16:26] "GET /api-access-list/f72ba6aa-1a82-404b-bb2c-d8082fa860e9 HTTP/1.1" 200 1292 0.084486 10.0.0.131 - - [2025-08-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000538 10.0.0.131 - - [2025-08-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.030745 10.0.0.131 - - [2025-08-18 02:16:26] "GET /projects?obj_uuids=25ba3945-7602-4275-bfb8-8c140c02dc22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.131 - - [2025-08-18 02:16:26] "GET /project/25ba3945-7602-4275-bfb8-8c140c02dc22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029307 10.0.0.131 - - [2025-08-18 02:16:26] "GET /virtual-networks?parent_id=25ba3945-7602-4275-bfb8-8c140c02dc22&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009912 10.0.0.131 - - [2025-08-18 02:16:26] "POST /virtual-networks HTTP/1.1" 200 585 0.040353 10.0.0.131 - - [2025-08-18 02:16:26] "POST /route-targets HTTP/1.1" 200 328 0.008013 10.0.0.131 - - [2025-08-18 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.008782 10.0.0.131 - - [2025-08-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009882 10.0.0.131 - - [2025-08-18 02:16:26] "GET /network-ipam/0a14c9c4-659b-47c6-a1e8-7acbd45e70c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.009738 10.0.0.131 - - [2025-08-18 02:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002242 10.0.0.131 - - [2025-08-18 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.037089 10.0.0.131 - - [2025-08-18 02:16:26] "POST /neutron/network HTTP/1.1" 200 847 0.036539 10.0.0.131 - - [2025-08-18 02:16:26] "POST /neutron/network HTTP/1.1" 200 847 0.017659 10.0.0.131 - - [2025-08-18 02:16:26] "GET /virtual-network/98b1408f-7b63-4852-8e05-07493e1cb3c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.011189 10.0.0.131 - - [2025-08-18 02:16:26] "POST /neutron/network HTTP/1.1" 200 847 0.016255 10.0.0.131 - - [2025-08-18 02:16:26] "POST /neutron/subnet HTTP/1.1" 200 674 0.022017 10.0.0.131 - - [2025-08-18 02:16:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000388 10.0.0.131 - - [2025-08-18 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.029898 10.0.0.131 - - [2025-08-18 02:16:27] "GET /projects?obj_uuids=1a4a24a1-eac2-473d-ae19-61fdd47968e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.131 - - [2025-08-18 02:16:27] "GET /project/1a4a24a1-eac2-473d-ae19-61fdd47968e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027897 10.0.0.131 - - [2025-08-18 02:16:27] "GET /virtual-networks?parent_id=1a4a24a1-eac2-473d-ae19-61fdd47968e0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010060 10.0.0.131 - - [2025-08-18 02:16:27] "POST /virtual-networks HTTP/1.1" 200 585 0.039618 10.0.0.131 - - [2025-08-18 02:16:27] "POST /route-targets HTTP/1.1" 200 328 0.008441 10.0.0.131 - - [2025-08-18 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.008385 10.0.0.131 - - [2025-08-18 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010332 10.0.0.131 - - [2025-08-18 02:16:27] "GET /network-ipam/0a14c9c4-659b-47c6-a1e8-7acbd45e70c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.009561 10.0.0.131 - - [2025-08-18 02:16:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002216 10.0.0.131 - - [2025-08-18 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.041153 10.0.0.131 - - [2025-08-18 02:16:27] "POST /neutron/network HTTP/1.1" 200 847 0.034893 10.0.0.131 - - [2025-08-18 02:16:27] "POST /neutron/network HTTP/1.1" 200 847 0.015586 10.0.0.131 - - [2025-08-18 02:16:27] "GET /virtual-network/c27eedaf-d619-4b93-aad2-b966baf47109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.010751 10.0.0.131 - - [2025-08-18 02:16:27] "POST /neutron/network HTTP/1.1" 200 847 0.016063 10.0.0.131 - - [2025-08-18 02:16:27] "POST /neutron/subnet HTTP/1.1" 200 674 0.023339 10.0.0.131 - - [2025-08-18 02:16:27] "GET /virtual-network/98b1408f-7b63-4852-8e05-07493e1cb3c4 HTTP/1.1" 401 293 0.000383 10.0.0.131 - - [2025-08-18 02:16:28] "GET /virtual-network/98b1408f-7b63-4852-8e05-07493e1cb3c4 HTTP/1.1" 200 2315 0.033309 10.0.0.131 - - [2025-08-18 02:16:28] "GET /virtual-network/98b1408f-7b63-4852-8e05-07493e1cb3c4 HTTP/1.1" 401 293 0.000357 10.0.0.131 - - [2025-08-18 02:16:28] "GET /virtual-network/98b1408f-7b63-4852-8e05-07493e1cb3c4 HTTP/1.1" 403 376 0.027390 10.0.0.131 - - [2025-08-18 02:16:28] "GET /virtual-network/98b1408f-7b63-4852-8e05-07493e1cb3c4 HTTP/1.1" 200 2315 0.004242 10.0.0.131 - - [2025-08-18 02:16:28] "GET /virtual-networks HTTP/1.1" 200 372 0.018682 10.0.0.131 - - [2025-08-18 02:16:28] "GET /virtual-networks HTTP/1.1" 200 372 0.016841 10.0.0.131 - - [2025-08-18 02:16:28] "PUT /virtual-network/98b1408f-7b63-4852-8e05-07493e1cb3c4 HTTP/1.1" 200 265 0.025223 10.0.0.131 - - [2025-08-18 02:16:28] "GET /virtual-networks HTTP/1.1" 200 132 0.017350 10.0.0.131 - - [2025-08-18 02:16:28] "GET /virtual-networks HTTP/1.1" 200 613 0.017857 10.0.0.131 - - [2025-08-18 02:16:28] "GET /virtual-networks HTTP/1.1" 200 1654 0.002343 10.0.0.131 - - [2025-08-18 02:16:28] "PUT /virtual-network/98b1408f-7b63-4852-8e05-07493e1cb3c4 HTTP/1.1" 200 265 0.025607 10.0.0.131 - - [2025-08-18 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.131 - - [2025-08-18 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003916 10.0.0.131 - - [2025-08-18 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001960 10.0.0.131 - - [2025-08-18 02:16:28] "DELETE /virtual-network/c27eedaf-d619-4b93-aad2-b966baf47109 HTTP/1.1" 200 115 0.075222 10.0.0.131 - - [2025-08-18 02:16:28] "DELETE /route-target/e30d7b95-b175-46f5-a2c0-cd4bdd48a6cc HTTP/1.1" 200 115 0.023922 10.0.0.131 - - [2025-08-18 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002388 10.0.0.131 - - [2025-08-18 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.131 - - [2025-08-18 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001900 10.0.0.131 - - [2025-08-18 02:16:28] "DELETE /virtual-network/98b1408f-7b63-4852-8e05-07493e1cb3c4 HTTP/1.1" 200 115 0.068955 10.0.0.131 - - [2025-08-18 02:16:28] "DELETE /route-target/f4a6057f-609e-432f-8d27-8e8610bb3605 HTTP/1.1" 200 115 0.017625 10.0.0.131 - - [2025-08-18 02:16:28] "DELETE /api-access-list/f72ba6aa-1a82-404b-bb2c-d8082fa860e9 HTTP/1.1" 200 115 0.021817 10.0.0.131 - - [2025-08-18 02:16:28] "GET /api-access-list/f72ba6aa-1a82-404b-bb2c-d8082fa860e9 HTTP/1.1" 404 171 0.001990 10.0.0.131 - - [2025-08-18 02:16:29] "GET /projects?obj_uuids=1a4a24a1-eac2-473d-ae19-61fdd47968e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.131 - - [2025-08-18 02:16:29] "GET /project/1a4a24a1-eac2-473d-ae19-61fdd47968e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025220 10.0.0.131 - - [2025-08-18 02:16:29] "GET /projects?obj_uuids=1a4a24a1-eac2-473d-ae19-61fdd47968e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.131 - - [2025-08-18 02:16:29] "GET /project/1a4a24a1-eac2-473d-ae19-61fdd47968e0?fields=virtual_networks HTTP/1.1" 200 1034 0.071543 10.0.0.131 - - [2025-08-18 02:16:29] "GET /projects?obj_uuids=1a4a24a1-eac2-473d-ae19-61fdd47968e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002023 10.0.0.131 - - [2025-08-18 02:16:29] "GET /project/1a4a24a1-eac2-473d-ae19-61fdd47968e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025881 10.0.0.131 - - [2025-08-18 02:16:29] "GET /projects?obj_uuids=1a4a24a1-eac2-473d-ae19-61fdd47968e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001375 10.0.0.131 - - [2025-08-18 02:16:29] "GET /project/1a4a24a1-eac2-473d-ae19-61fdd47968e0?fields=security_groups HTTP/1.1" 200 1261 0.024240 10.0.0.131 - - [2025-08-18 02:16:29] "GET /projects?obj_uuids=25ba3945-7602-4275-bfb8-8c140c02dc22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.131 - - [2025-08-18 02:16:29] "GET /project/25ba3945-7602-4275-bfb8-8c140c02dc22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023207 10.0.0.131 - - [2025-08-18 02:16:29] "GET /projects?obj_uuids=25ba3945-7602-4275-bfb8-8c140c02dc22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.131 - - [2025-08-18 02:16:29] "GET /project/25ba3945-7602-4275-bfb8-8c140c02dc22?fields=virtual_networks HTTP/1.1" 200 1034 0.071433 10.0.0.131 - - [2025-08-18 02:16:29] "GET /projects?obj_uuids=25ba3945-7602-4275-bfb8-8c140c02dc22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001364 10.0.0.131 - - [2025-08-18 02:16:29] "GET /project/25ba3945-7602-4275-bfb8-8c140c02dc22?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.026796 10.0.0.131 - - [2025-08-18 02:16:29] "GET /projects?obj_uuids=25ba3945-7602-4275-bfb8-8c140c02dc22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.131 - - [2025-08-18 02:16:29] "GET /project/25ba3945-7602-4275-bfb8-8c140c02dc22?fields=security_groups HTTP/1.1" 200 1261 0.024681 10.0.0.131 - - [2025-08-18 02:16:30] "GET /aaa-mode HTTP/1.1" 200 128 0.001115 10.0.0.131 - - [2025-08-18 02:16:31] "GET / HTTP/1.1" 200 36215 0.002635 10.0.0.131 - - [2025-08-18 02:16:31] "GET / HTTP/1.1" 200 36215 0.001504 10.0.0.131 - - [2025-08-18 02:16:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.131 - - [2025-08-18 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.055154 10.0.0.131 - - [2025-08-18 02:16:32] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.131 - - [2025-08-18 02:16:32] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.030607 10.0.0.131 - - [2025-08-18 02:16:32] "GET /virtual-networks?parent_id=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007160 10.0.0.131 - - [2025-08-18 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.008081 10.0.0.131 - - [2025-08-18 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008188 10.0.0.131 - - [2025-08-18 02:16:32] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.131 - - [2025-08-18 02:16:32] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013043 10.0.0.131 - - [2025-08-18 02:16:32] "POST /service-templates HTTP/1.1" 403 264 0.006703 10.0.0.131 - - [2025-08-18 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 215 0.002833 10.0.0.131 - - [2025-08-18 02:16:32] "POST /api-access-lists HTTP/1.1" 200 557 0.013383 10.0.0.131 - - [2025-08-18 02:16:32] "GET /api-access-list/4c96b072-3e8b-4670-b1b0-8d79504ce8d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004142 10.0.0.131 - - [2025-08-18 02:16:33] "GET /api-access-list/4c96b072-3e8b-4670-b1b0-8d79504ce8d1 HTTP/1.1" 200 1325 0.004724 10.0.0.131 - - [2025-08-18 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.011630 10.0.0.131 - - [2025-08-18 02:16:33] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.131 - - [2025-08-18 02:16:33] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026331 10.0.0.131 - - [2025-08-18 02:16:33] "GET /virtual-networks?parent_id=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010908 10.0.0.131 - - [2025-08-18 02:16:33] "POST /virtual-networks HTTP/1.1" 200 585 0.054070 10.0.0.131 - - [2025-08-18 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.013653 10.0.0.131 - - [2025-08-18 02:16:33] "GET /network-ipam/0a14c9c4-659b-47c6-a1e8-7acbd45e70c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.011553 10.0.0.131 - - [2025-08-18 02:16:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003110 10.0.0.131 - - [2025-08-18 02:16:33] "POST /ref-update HTTP/1.1" 200 156 0.042496 10.0.0.131 - - [2025-08-18 02:16:33] "POST /neutron/network HTTP/1.1" 200 849 0.037807 10.0.0.131 - - [2025-08-18 02:16:33] "POST /neutron/network HTTP/1.1" 200 849 0.017302 10.0.0.131 - - [2025-08-18 02:16:33] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.011395 10.0.0.131 - - [2025-08-18 02:16:33] "POST /neutron/network HTTP/1.1" 200 849 0.016998 10.0.0.131 - - [2025-08-18 02:16:33] "POST /neutron/subnet HTTP/1.1" 200 684 0.023013 10.0.0.131 - - [2025-08-18 02:16:33] "POST /neutron/network HTTP/1.1" 200 849 0.048723 10.0.0.131 - - [2025-08-18 02:16:33] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.004566 10.0.0.131 - - [2025-08-18 02:16:33] "GET /network-ipam/0a14c9c4-659b-47c6-a1e8-7acbd45e70c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.002990 10.0.0.131 - - [2025-08-18 02:16:33] "POST /route-targets HTTP/1.1" 200 328 0.008477 10.0.0.131 - - [2025-08-18 02:16:33] "POST /ref-update HTTP/1.1" 200 156 0.009520 10.0.0.131 - - [2025-08-18 02:16:33] "GET /domains HTTP/1.1" 200 281 0.002277 10.0.0.131 - - [2025-08-18 02:16:33] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.131 - - [2025-08-18 02:16:33] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 3504 0.006654 10.0.0.131 - - [2025-08-18 02:16:33] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.131 - - [2025-08-18 02:16:33] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1 HTTP/1.1" 200 2360 0.065696 10.0.0.131 - - [2025-08-18 02:16:33] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 200 2320 0.005474 10.0.0.131 - - [2025-08-18 02:16:33] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 200 2320 0.005738 10.0.0.131 - - [2025-08-18 02:16:33] "GET /routing-instance/a6096d0d-7b6d-40ca-adcb-badb8e459da1 HTTP/1.1" 200 1559 0.003831 10.0.0.131 - - [2025-08-18 02:16:33] "GET /routing-instance/a6096d0d-7b6d-40ca-adcb-badb8e459da1 HTTP/1.1" 200 1559 0.003628 10.0.0.131 - - [2025-08-18 02:16:33] "GET /route-target/101f07e8-379a-400d-a359-799c9bb7f092 HTTP/1.1" 200 1246 0.002713 10.0.0.131 - - [2025-08-18 02:16:33] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 200 2320 0.004181 10.0.0.131 - - [2025-08-18 02:16:33] "GET /routing-instance/a6096d0d-7b6d-40ca-adcb-badb8e459da1 HTTP/1.1" 200 1559 0.002861 10.0.0.131 - - [2025-08-18 02:16:33] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.004213 10.0.0.131 - - [2025-08-18 02:16:33] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 200 2320 0.005672 10.0.0.131 - - [2025-08-18 02:16:33] "GET /routing-instance/a6096d0d-7b6d-40ca-adcb-badb8e459da1 HTTP/1.1" 200 1559 0.002748 10.0.0.131 - - [2025-08-18 02:16:33] "GET /routing-instance/a6096d0d-7b6d-40ca-adcb-badb8e459da1 HTTP/1.1" 200 1559 0.002732 10.0.0.131 - - [2025-08-18 02:16:33] "GET /route-target/101f07e8-379a-400d-a359-799c9bb7f092 HTTP/1.1" 200 1246 0.002472 10.0.0.131 - - [2025-08-18 02:16:33] "GET /domains HTTP/1.1" 200 281 0.002429 10.0.0.131 - - [2025-08-18 02:16:33] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.131 - - [2025-08-18 02:16:33] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9 HTTP/1.1" 200 3504 0.006385 10.0.0.131 - - [2025-08-18 02:16:33] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001187 10.0.0.131 - - [2025-08-18 02:16:34] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1 HTTP/1.1" 200 2360 0.066063 10.0.0.131 - - [2025-08-18 02:16:34] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 200 2320 0.004294 10.0.0.131 - - [2025-08-18 02:16:34] "GET /obj-perms HTTP/1.1" 200 5049 0.042794 10.0.0.131 - - [2025-08-18 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.009671 10.0.0.131 - - [2025-08-18 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008714 10.0.0.131 - - [2025-08-18 02:16:34] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.131 - - [2025-08-18 02:16:34] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013699 10.0.0.131 - - [2025-08-18 02:16:34] "POST /service-templates HTTP/1.1" 403 264 0.007811 10.0.0.131 - - [2025-08-18 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.002642 10.0.0.131 - - [2025-08-18 02:16:34] "POST /api-access-lists HTTP/1.1" 200 523 0.011381 10.0.0.131 - - [2025-08-18 02:16:34] "GET /api-access-list/00f0cc1c-bd2a-4555-ba84-af17f1e4b470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004244 10.0.0.131 - - [2025-08-18 02:16:34] "GET /api-access-list/00f0cc1c-bd2a-4555-ba84-af17f1e4b470 HTTP/1.1" 200 1290 0.003094 10.0.0.131 - - [2025-08-18 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.009480 10.0.0.131 - - [2025-08-18 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009878 10.0.0.131 - - [2025-08-18 02:16:34] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.131 - - [2025-08-18 02:16:34] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.015087 10.0.0.131 - - [2025-08-18 02:16:34] "POST /service-templates HTTP/1.1" 200 553 0.023611 10.0.0.131 - - [2025-08-18 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011973 10.0.0.131 - - [2025-08-18 02:16:34] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011053 10.0.0.131 - - [2025-08-18 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010795 10.0.0.131 - - [2025-08-18 02:16:35] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011336 10.0.0.131 - - [2025-08-18 02:16:35] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 401 293 0.000438 10.0.0.131 - - [2025-08-18 02:16:35] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 403 263 0.029692 10.0.0.131 - - [2025-08-18 02:16:35] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 403 264 0.009547 10.0.0.131 - - [2025-08-18 02:16:35] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 403 264 0.028137 10.0.0.131 - - [2025-08-18 02:16:35] "GET /api-access-list/4c96b072-3e8b-4670-b1b0-8d79504ce8d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.002434 10.0.0.131 - - [2025-08-18 02:16:35] "PUT /api-access-list/4c96b072-3e8b-4670-b1b0-8d79504ce8d1 HTTP/1.1" 200 265 0.006943 10.0.0.131 - - [2025-08-18 02:16:35] "GET /api-access-list/4c96b072-3e8b-4670-b1b0-8d79504ce8d1 HTTP/1.1" 200 1462 0.003605 10.0.0.131 - - [2025-08-18 02:16:35] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 200 2320 0.013094 10.0.0.131 - - [2025-08-18 02:16:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000356 10.0.0.131 - - [2025-08-18 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.032912 10.0.0.131 - - [2025-08-18 02:16:36] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.131 - - [2025-08-18 02:16:36] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.029113 10.0.0.131 - - [2025-08-18 02:16:36] "GET /virtual-networks?parent_id=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012278 10.0.0.131 - - [2025-08-18 02:16:36] "POST /virtual-networks HTTP/1.1" 403 263 0.007751 10.0.0.131 - - [2025-08-18 02:16:36] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 403 264 0.007815 10.0.0.131 - - [2025-08-18 02:16:36] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 403 264 0.026528 10.0.0.131 - - [2025-08-18 02:16:36] "GET /api-access-list/00f0cc1c-bd2a-4555-ba84-af17f1e4b470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002247 10.0.0.131 - - [2025-08-18 02:16:36] "PUT /api-access-list/00f0cc1c-bd2a-4555-ba84-af17f1e4b470 HTTP/1.1" 200 265 0.006325 10.0.0.131 - - [2025-08-18 02:16:36] "GET /api-access-list/00f0cc1c-bd2a-4555-ba84-af17f1e4b470 HTTP/1.1" 200 1428 0.002833 10.0.0.131 - - [2025-08-18 02:16:36] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 200 1855 0.009768 10.0.0.131 - - [2025-08-18 02:16:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.007668 10.0.0.131 - - [2025-08-18 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009035 10.0.0.131 - - [2025-08-18 02:16:36] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.131 - - [2025-08-18 02:16:36] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013767 10.0.0.131 - - [2025-08-18 02:16:36] "POST /service-templates HTTP/1.1" 403 264 0.007977 10.0.0.131 - - [2025-08-18 02:16:36] "GET /api-access-list/4c96b072-3e8b-4670-b1b0-8d79504ce8d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.003159 10.0.0.131 - - [2025-08-18 02:16:36] "PUT /api-access-list/4c96b072-3e8b-4670-b1b0-8d79504ce8d1 HTTP/1.1" 200 265 0.007819 10.0.0.131 - - [2025-08-18 02:16:36] "GET /api-access-list/4c96b072-3e8b-4670-b1b0-8d79504ce8d1 HTTP/1.1" 200 1325 0.004470 10.0.0.131 - - [2025-08-18 02:16:37] "GET /api-access-list/00f0cc1c-bd2a-4555-ba84-af17f1e4b470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003833 10.0.0.131 - - [2025-08-18 02:16:37] "PUT /api-access-list/00f0cc1c-bd2a-4555-ba84-af17f1e4b470 HTTP/1.1" 200 265 0.007698 10.0.0.131 - - [2025-08-18 02:16:37] "GET /api-access-list/00f0cc1c-bd2a-4555-ba84-af17f1e4b470 HTTP/1.1" 200 1290 0.003194 10.0.0.131 - - [2025-08-18 02:16:37] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 403 263 0.007946 10.0.0.131 - - [2025-08-18 02:16:37] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 403 263 0.026103 10.0.0.131 - - [2025-08-18 02:16:37] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 403 264 0.006966 10.0.0.131 - - [2025-08-18 02:16:37] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 403 264 0.025190 10.0.0.131 - - [2025-08-18 02:16:37] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.002728 10.0.0.131 - - [2025-08-18 02:16:37] "PUT /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3 HTTP/1.1" 200 265 0.006453 10.0.0.131 - - [2025-08-18 02:16:37] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 200 1855 0.009363 10.0.0.131 - - [2025-08-18 02:16:37] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 200 2320 0.011386 10.0.0.131 - - [2025-08-18 02:16:37] "DELETE /api-access-list/4c96b072-3e8b-4670-b1b0-8d79504ce8d1 HTTP/1.1" 200 115 0.016667 10.0.0.131 - - [2025-08-18 02:16:37] "GET /api-access-list/4c96b072-3e8b-4670-b1b0-8d79504ce8d1 HTTP/1.1" 404 171 0.001776 10.0.0.131 - - [2025-08-18 02:16:37] "DELETE /api-access-list/00f0cc1c-bd2a-4555-ba84-af17f1e4b470 HTTP/1.1" 200 115 0.016100 10.0.0.131 - - [2025-08-18 02:16:37] "GET /api-access-list/00f0cc1c-bd2a-4555-ba84-af17f1e4b470 HTTP/1.1" 404 171 0.001756 10.0.0.131 - - [2025-08-18 02:16:37] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 401 293 0.000324 10.0.0.131 - - [2025-08-18 02:16:38] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 403 263 0.027608 10.0.0.131 - - [2025-08-18 02:16:38] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 403 264 0.005631 10.0.0.131 - - [2025-08-18 02:16:38] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 403 264 0.025119 10.0.0.131 - - [2025-08-18 02:16:38] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.003346 10.0.0.131 - - [2025-08-18 02:16:38] "PUT /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3 HTTP/1.1" 200 265 0.007142 10.0.0.131 - - [2025-08-18 02:16:38] "GET /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 200 2320 0.011424 10.0.0.131 - - [2025-08-18 02:16:38] "GET /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 200 1855 0.007457 10.0.0.131 - - [2025-08-18 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007516 10.0.0.131 - - [2025-08-18 02:16:38] "DELETE /service-template/48b1be5a-7653-4df2-9ecb-3017ab0d9e61 HTTP/1.1" 200 115 0.019556 10.0.0.131 - - [2025-08-18 02:16:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.008668 10.0.0.131 - - [2025-08-18 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.131 - - [2025-08-18 02:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002032 10.0.0.131 - - [2025-08-18 02:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002935 10.0.0.131 - - [2025-08-18 02:16:38] "DELETE /virtual-network/350d7964-9bed-41ef-bff5-4d879a0dfed8 HTTP/1.1" 200 115 0.064711 10.0.0.131 - - [2025-08-18 02:16:38] "DELETE /route-target/101f07e8-379a-400d-a359-799c9bb7f092 HTTP/1.1" 200 115 0.013391 10.0.0.131 - - [2025-08-18 02:16:38] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003361 10.0.0.131 - - [2025-08-18 02:16:38] "PUT /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3 HTTP/1.1" 200 265 0.007926 10.0.0.131 - - [2025-08-18 02:16:38] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004076 10.0.0.131 - - [2025-08-18 02:16:39] "PUT /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3 HTTP/1.1" 200 265 0.008065 10.0.0.131 - - [2025-08-18 02:16:39] "GET /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003459 10.0.0.131 - - [2025-08-18 02:16:39] "PUT /api-access-list/756b42d6-26d7-4733-9fd3-2266abca48f3 HTTP/1.1" 200 265 0.007704 10.0.0.131 - - [2025-08-18 02:16:39] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.131 - - [2025-08-18 02:16:39] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023117 10.0.0.131 - - [2025-08-18 02:16:39] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.131 - - [2025-08-18 02:16:39] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1?fields=virtual_networks HTTP/1.1" 200 1035 0.071390 10.0.0.131 - - [2025-08-18 02:16:39] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001616 10.0.0.131 - - [2025-08-18 02:16:39] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.024441 10.0.0.131 - - [2025-08-18 02:16:39] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.131 - - [2025-08-18 02:16:39] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1?fields=security_groups HTTP/1.1" 200 1262 0.026133 10.0.0.131 - - [2025-08-18 02:16:40] "GET /projects?obj_uuids=20b71f18-626e-455f-9274-78d62afd670a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001051 10.0.0.131 - - [2025-08-18 02:16:40] "GET /project/20b71f18-626e-455f-9274-78d62afd670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.023500 [Introspect:8084]10.0.0.131 - - [2025-08-18 02:16:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000993 10.0.0.131 - - [2025-08-18 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.020240 10.0.0.131 - - [2025-08-18 02:16:41] "GET /projects?obj_uuids=eea20414-07fa-4fea-90b0-9b79af50bf5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002162 10.0.0.131 - - [2025-08-18 02:16:41] "GET /domains?obj_uuids=d7b0301e-7175-4a31-99d9-6e9b2c3288c9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.131 - - [2025-08-18 02:16:41] "GET /domain/d7b0301e-7175-4a31-99d9-6e9b2c3288c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007254 10.0.0.131 - - [2025-08-18 02:16:41] "POST /id-to-fqname HTTP/1.1" 200 186 0.001164 10.0.0.131 - - [2025-08-18 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 195 0.002095 10.0.0.131 - - [2025-08-18 02:16:41] "POST /security-groups HTTP/1.1" 200 587 0.059178 10.0.0.131 - - [2025-08-18 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 230 0.002058 10.0.0.131 - - [2025-08-18 02:16:41] "POST /projects HTTP/1.1" 200 577 0.203621 10.0.0.131 - - [2025-08-18 02:16:41] "POST /access-control-lists HTTP/1.1" 200 594 0.060704 10.0.0.131 - - [2025-08-18 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.271803 10.0.0.131 - - [2025-08-18 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.002085 10.0.0.131 - - [2025-08-18 02:16:41] "GET /project/eea20414-07fa-4fea-90b0-9b79af50bf5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.381762 10.0.0.131 - - [2025-08-18 02:16:41] "POST /access-control-lists HTTP/1.1" 200 592 0.055750 10.0.0.131 - - [2025-08-18 02:16:42] "GET / HTTP/1.1" 200 36215 0.002227 10.0.0.131 - - [2025-08-18 02:16:43] "GET /projects?obj_uuids=eea20414-07fa-4fea-90b0-9b79af50bf5f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001043 10.0.0.131 - - [2025-08-18 02:16:43] "GET /project/eea20414-07fa-4fea-90b0-9b79af50bf5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.022622 10.0.0.131 - - [2025-08-18 02:16:43] "GET /projects?obj_uuids=eea20414-07fa-4fea-90b0-9b79af50bf5f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001006 10.0.0.131 - - [2025-08-18 02:16:43] "GET /project/eea20414-07fa-4fea-90b0-9b79af50bf5f?fields=virtual_networks HTTP/1.1" 200 1027 0.068495 10.0.0.131 - - [2025-08-18 02:16:43] "GET /projects?obj_uuids=eea20414-07fa-4fea-90b0-9b79af50bf5f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001045 10.0.0.131 - - [2025-08-18 02:16:43] "GET /project/eea20414-07fa-4fea-90b0-9b79af50bf5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.023561 10.0.0.131 - - [2025-08-18 02:16:43] "GET /projects?obj_uuids=eea20414-07fa-4fea-90b0-9b79af50bf5f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001359 10.0.0.131 - - [2025-08-18 02:16:43] "GET /project/eea20414-07fa-4fea-90b0-9b79af50bf5f?fields=security_groups HTTP/1.1" 200 1250 0.024620 10.0.0.131 - - [2025-08-18 02:16:50] "DELETE /project/25ba394576024275bfb88c140c02dc22 HTTP/1.1" 404 173 0.026659 10.0.0.131 - - [2025-08-18 02:16:50] "DELETE /project/1a4a24a1eac2473dae1961fdd47968e0 HTTP/1.1" 404 173 0.025558 10.0.0.131 - - [2025-08-18 02:16:50] "DELETE /project/eea2041407fa4fea90b09b79af50bf5f HTTP/1.1" 404 173 0.019564 10.0.0.131 - - [2025-08-18 02:16:50] "DELETE /project/9e8aaea7db1e49f4b1542b10a1ce97f1 HTTP/1.1" 404 173 0.002876 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=b1283132-9438-435a-bb7c-85fc8ac7a69c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000904 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000837 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=1a4a24a1-eac2-473d-ae19-61fdd47968e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000855 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=489a572c-9b64-487a-a153-7d593afe1acd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000854 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=25ba3945-7602-4275-bfb8-8c140c02dc22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000838 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=eea20414-07fa-4fea-90b0-9b79af50bf5f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000957 10.0.0.131 - - [2025-08-18 02:16:50] "GET /project/1a4a24a1-eac2-473d-ae19-61fdd47968e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.077931 10.0.0.131 - - [2025-08-18 02:16:50] "GET /project/b1283132-9438-435a-bb7c-85fc8ac7a69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.078210 10.0.0.131 - - [2025-08-18 02:16:50] "GET /project/4faaaf86-96c2-4345-85d7-902b0a6bfad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.084268 10.0.0.131 - - [2025-08-18 02:16:50] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.097912 10.0.0.131 - - [2025-08-18 02:16:50] "GET /project/489a572c-9b64-487a-a153-7d593afe1acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.105649 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=4faaaf86-96c2-4345-85d7-902b0a6bfad8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=b1283132-9438-435a-bb7c-85fc8ac7a69c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000846 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=1a4a24a1-eac2-473d-ae19-61fdd47968e0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000806 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=489a572c-9b64-487a-a153-7d593afe1acd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=9e8aaea7-db1e-49f4-b154-2b10a1ce97f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000871 10.0.0.131 - - [2025-08-18 02:16:50] "GET /project/25ba3945-7602-4275-bfb8-8c140c02dc22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.134065 10.0.0.131 - - [2025-08-18 02:16:50] "GET /project/eea20414-07fa-4fea-90b0-9b79af50bf5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.136441 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=25ba3945-7602-4275-bfb8-8c140c02dc22&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.131 - - [2025-08-18 02:16:50] "GET /projects?obj_uuids=eea20414-07fa-4fea-90b0-9b79af50bf5f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001488 10.0.0.131 - - [2025-08-18 02:16:51] "GET /project/b1283132-9438-435a-bb7c-85fc8ac7a69c?fields=security_groups HTTP/1.1" 200 1349 0.095480 10.0.0.131 - - [2025-08-18 02:16:51] "GET /project/4faaaf86-96c2-4345-85d7-902b0a6bfad8?fields=security_groups HTTP/1.1" 200 1347 0.100327 10.0.0.131 - - [2025-08-18 02:16:51] "GET /project/1a4a24a1-eac2-473d-ae19-61fdd47968e0?fields=security_groups HTTP/1.1" 200 1363 0.132819 10.0.0.131 - - [2025-08-18 02:16:51] "GET /project/eea20414-07fa-4fea-90b0-9b79af50bf5f?fields=security_groups HTTP/1.1" 200 1352 0.053437 10.0.0.131 - - [2025-08-18 02:16:51] "GET /project/489a572c-9b64-487a-a153-7d593afe1acd?fields=security_groups HTTP/1.1" 200 1348 0.116176 10.0.0.131 - - [2025-08-18 02:16:51] "GET /project/9e8aaea7-db1e-49f4-b154-2b10a1ce97f1?fields=security_groups HTTP/1.1" 200 1364 0.124945 10.0.0.131 - - [2025-08-18 02:16:51] "GET /project/25ba3945-7602-4275-bfb8-8c140c02dc22?fields=security_groups HTTP/1.1" 200 1363 0.106982