++ 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 11 01:57:07 UTC 2025 ===================' INFO: =================== Mon Aug 11 01:57:07 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 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.130 ++ 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.130 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130 ++ ANALYTICSDB_NODES=10.0.0.130 ++ ANALYTICS_SNMP_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ '[' -n '10.0.0.130:8081 ' ']' +++ echo 10.0.0.130:8081 ++ ANALYTICS_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ '[' -n '10.0.0.130:9042 ' ']' +++ echo 10.0.0.130:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.130:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ '[' -n '10.0.0.130:8086 ' ']' +++ echo 10.0.0.130:8086 ++ COLLECTOR_SERVERS=10.0.0.130: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.130 ++ CONFIGDB_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ '[' -n '10.0.0.130:8082 ' ']' +++ echo 10.0.0.130:8082 ++ CONFIG_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ '[' -n '10.0.0.130:9161 ' ']' +++ echo 10.0.0.130:9161 ++ CONFIGDB_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ '[' -n '10.0.0.130:9041 ' ']' +++ echo 10.0.0.130:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.130: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.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ '[' -n 10.0.0.130:2181, ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ '[' -n '10.0.0.130:2181 ' ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.130:2181 ++ RABBITMQ_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ '[' -n 10.0.0.130:5673, ']' +++ echo 10.0.0.130:5673 ++ RABBITMQ_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ '[' -n '10.0.0.130:6379 ' ']' +++ echo 10.0.0.130:6379 ++ REDIS_SERVERS=10.0.0.130: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.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ '[' -n '10.0.0.130:9092 ' ']' +++ echo 10.0.0.130:9092 ++ KAFKA_SERVERS=10.0.0.130: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.130 ++ 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.130 ++ 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.130 ++ 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.130 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.130 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.130 +++ local servers=10.0.0.130 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.130,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.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.130,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ echo 10.0.0.130 1 +++ return ++ local ip=10.0.0.130 ++ [[ -z 10.0.0.130 ]] ++ echo 10.0.0.130 + host_ip=10.0.0.130 + [[ cql == \c\q\l ]] ++ echo 10.0.0.130:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.130:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.130: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/11/2025 01:57:15.429 7f49a9373648 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/11/2025 01:57:15.570 7f49a9373648 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/11/2025 01:57:15.583 7f49a9373648 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/11/2025 01:57:15.584 7f49a9373648 [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.130:8082/ Hit Ctrl-C to quit. 10.0.0.130 - - [2025-08-11 01:57:19] "GET / HTTP/1.1" 503 181 0.000479 10.0.0.130 - - [2025-08-11 01:57:19] "GET / HTTP/1.1" 503 181 0.000200 10.0.0.130 - - [2025-08-11 01:57:20] "GET / HTTP/1.1" 200 45871 0.044159 10.0.0.130 - - [2025-08-11 01:57:20] "GET / HTTP/1.1" 200 45871 0.001372 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.130 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000595 10.0.0.130 - - [2025-08-11 01:57:20] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000278 10.0.0.130 - - [2025-08-11 01:57:20] "GET / HTTP/1.1" 200 36215 0.001840 10.0.0.130 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.625784 10.0.0.130 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.130 - - [2025-08-11 01:57:21] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.351677 10.0.0.130 - - [2025-08-11 01:57:21] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002645 10.0.0.130 - - [2025-08-11 01:57:21] "GET / HTTP/1.1" 200 36215 0.001690 10.0.0.130 - - [2025-08-11 01:57:21] "GET / HTTP/1.1" 200 36215 0.001308 10.0.0.130 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 /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.130 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.130 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.130 - - [2025-08-11 01:57:21] "GET / HTTP/1.1" 200 36215 0.002634 10.0.0.130 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.130 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.603118 10.0.0.130 - - [2025-08-11 01:57:22] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005821 10.0.0.130 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.004195 10.0.0.130 - - [2025-08-11 01:57:22] "POST /config-nodes HTTP/1.1" 200 601 0.016891 10.0.0.130 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.606783 10.0.0.130 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.130 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.333256 10.0.0.130 - - [2025-08-11 01:57:22] "GET /network-ipam/fa299306-e940-4188-82e6-41b3672e7851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003246 10.0.0.130 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.041970 10.0.0.130 - - [2025-08-11 01:57:22] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.046198 10.0.0.130 - - [2025-08-11 01:57:22] "POST /job-templates HTTP/1.1" 200 557 0.070262 10.0.0.130 - - [2025-08-11 01:57:22] "GET / HTTP/1.1" 200 36215 0.001961 10.0.0.130 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.009901 10.0.0.130 - - [2025-08-11 01:57:22] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000377 10.0.0.130 - - [2025-08-11 01:57:22] "POST /service-appliance-sets HTTP/1.1" 200 555 0.031299 10.0.0.130 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 180 0.003365 10.0.0.130 - - [2025-08-11 01:57:23] "POST /job-templates HTTP/1.1" 200 565 0.071852 10.0.0.130 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.130 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 404 191 0.003318 10.0.0.130 - - [2025-08-11 01:57:23] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007150 10.0.0.130 - - [2025-08-11 01:57:23] "POST /job-templates HTTP/1.1" 200 547 0.062270 10.0.0.130 - - [2025-08-11 01:57:23] "POST /service-appliance-sets HTTP/1.1" 200 543 0.051822 10.0.0.130 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003465 10.0.0.130 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.130 - - [2025-08-11 01:57:23] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023916 10.0.0.130 - - [2025-08-11 01:57:23] "GET /network-ipam/fa299306-e940-4188-82e6-41b3672e7851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004079 10.0.0.130 - - [2025-08-11 01:57:23] "POST /job-templates HTTP/1.1" 200 579 0.069677 10.0.0.130 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 404 225 0.002462 10.0.0.130 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 404 208 0.002975 10.0.0.130 - - [2025-08-11 01:57:23] "POST /access-control-lists HTTP/1.1" 200 589 0.020726 10.0.0.130 - - [2025-08-11 01:57:23] "POST /service-templates HTTP/1.1" 200 513 0.025502 10.0.0.130 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 404 224 0.005102 10.0.0.130 - - [2025-08-11 01:57:23] "POST /service-templates HTTP/1.1" 200 503 0.017037 10.0.0.130 - - [2025-08-11 01:57:23] "POST /job-templates HTTP/1.1" 200 581 0.061695 10.0.0.130 - - [2025-08-11 01:57:23] "POST /access-control-lists HTTP/1.1" 200 587 0.034302 10.0.0.130 - - [2025-08-11 01:57:23] "POST /service-templates HTTP/1.1" 200 517 0.026439 10.0.0.130 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 404 210 0.002961 10.0.0.130 - - [2025-08-11 01:57:23] "POST /service-templates HTTP/1.1" 200 537 0.036438 10.0.0.130 - - [2025-08-11 01:57:23] "POST /route-targets HTTP/1.1" 200 328 0.033940 10.0.0.130 - - [2025-08-11 01:57:23] "POST /job-templates HTTP/1.1" 200 585 0.086549 10.0.0.130 - - [2025-08-11 01:57:23] "POST /service-templates HTTP/1.1" 200 509 0.028447 10.0.0.130 - - [2025-08-11 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.033117 10.0.0.130 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.004004 10.0.0.130 - - [2025-08-11 01:57:23] "POST /route-targets HTTP/1.1" 200 328 0.010443 10.0.0.130 - - [2025-08-11 01:57:23] "POST /job-templates HTTP/1.1" 200 561 0.066919 10.0.0.130 - - [2025-08-11 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.052752 10.0.0.130 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.003313 10.0.0.130 - - [2025-08-11 01:57:23] "POST /route-targets HTTP/1.1" 200 328 0.011690 10.0.0.130 - - [2025-08-11 01:57:23] "POST /job-templates HTTP/1.1" 200 571 0.063645 10.0.0.130 - - [2025-08-11 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.034818 10.0.0.130 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.003391 10.0.0.130 - - [2025-08-11 01:57:24] "POST /route-targets HTTP/1.1" 200 328 0.014684 10.0.0.130 - - [2025-08-11 01:57:24] "POST /job-templates HTTP/1.1" 200 557 0.068918 10.0.0.130 - - [2025-08-11 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.044057 10.0.0.130 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.003489 10.0.0.130 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 201 0.002718 10.0.0.130 - - [2025-08-11 01:57:24] "POST /job-templates HTTP/1.1" 200 557 0.061867 10.0.0.130 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.003394 10.0.0.130 - - [2025-08-11 01:57:24] "POST /access-control-lists HTTP/1.1" 200 553 0.097120 10.0.0.130 - - [2025-08-11 01:57:24] "POST /job-templates HTTP/1.1" 200 557 0.072571 10.0.0.130 - - [2025-08-11 01:57:24] "PUT /access-control-list/fb7d663d-8a73-42f9-8789-b49e8dd3192f HTTP/1.1" 200 273 0.056681 10.0.0.130 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.003130 10.0.0.130 - - [2025-08-11 01:57:24] "PUT /access-control-list/6a3026ba-e768-47e3-be61-a96e7ed38587 HTTP/1.1" 200 273 0.010985 10.0.0.130 - - [2025-08-11 01:57:24] "POST /job-templates HTTP/1.1" 200 537 0.064977 10.0.0.130 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003869 10.0.0.130 - - [2025-08-11 01:57:24] "POST /job-templates HTTP/1.1" 200 561 0.069144 10.0.0.130 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003165 10.0.0.130 - - [2025-08-11 01:57:24] "POST /job-templates HTTP/1.1" 200 561 0.069006 10.0.0.130 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.003269 10.0.0.130 - - [2025-08-11 01:57:25] "POST /job-templates HTTP/1.1" 200 561 0.067934 10.0.0.130 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 201 0.004467 10.0.0.130 - - [2025-08-11 01:57:25] "POST /job-templates HTTP/1.1" 200 567 0.070181 10.0.0.130 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.002987 10.0.0.130 - - [2025-08-11 01:57:25] "POST /job-templates HTTP/1.1" 200 559 0.076386 10.0.0.130 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.003829 10.0.0.130 - - [2025-08-11 01:57:25] "POST /job-templates HTTP/1.1" 200 557 0.076611 10.0.0.130 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.003553 10.0.0.130 - - [2025-08-11 01:57:25] "POST /job-templates HTTP/1.1" 200 575 0.068562 10.0.0.130 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.002927 10.0.0.130 - - [2025-08-11 01:57:25] "POST /job-templates HTTP/1.1" 200 553 0.072119 10.0.0.130 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 404 208 0.004339 10.0.0.130 - - [2025-08-11 01:57:26] "POST /job-templates HTTP/1.1" 200 581 0.081410 10.0.0.130 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.004187 10.0.0.130 - - [2025-08-11 01:57:26] "POST /job-templates HTTP/1.1" 200 557 0.065732 10.0.0.130 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.003598 10.0.0.130 - - [2025-08-11 01:57:26] "POST /job-templates HTTP/1.1" 200 561 0.065823 10.0.0.130 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003104 10.0.0.130 - - [2025-08-11 01:57:26] "POST /job-templates HTTP/1.1" 200 577 0.065179 10.0.0.130 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.003601 10.0.0.130 - - [2025-08-11 01:57:26] "POST /job-templates HTTP/1.1" 200 559 0.066203 10.0.0.130 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.002888 10.0.0.130 - - [2025-08-11 01:57:26] "POST /job-templates HTTP/1.1" 200 561 0.075396 10.0.0.130 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.003075 10.0.0.130 - - [2025-08-11 01:57:27] "POST /job-templates HTTP/1.1" 200 557 0.061796 10.0.0.130 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.003793 10.0.0.130 - - [2025-08-11 01:57:27] "POST /job-templates HTTP/1.1" 200 555 0.065766 10.0.0.130 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.002934 10.0.0.130 - - [2025-08-11 01:57:27] "POST /job-templates HTTP/1.1" 200 555 0.065106 10.0.0.130 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.003591 10.0.0.130 - - [2025-08-11 01:57:27] "POST /job-templates HTTP/1.1" 200 555 0.061812 10.0.0.130 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.003070 10.0.0.130 - - [2025-08-11 01:57:27] "POST /job-templates HTTP/1.1" 200 565 0.068807 10.0.0.130 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.003175 10.0.0.130 - - [2025-08-11 01:57:27] "POST /job-templates HTTP/1.1" 200 567 0.064539 10.0.0.130 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.004077 10.0.0.130 - - [2025-08-11 01:57:28] "POST /config-propertiess HTTP/1.1" 200 553 0.018330 10.0.0.130 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 404 168 0.003889 10.0.0.130 - - [2025-08-11 01:57:28] "POST /tags HTTP/1.1" 200 322 0.031232 10.0.0.130 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 404 166 0.002928 10.0.0.130 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.130 - - [2025-08-11 01:57:28] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.005023 10.0.0.130 - - [2025-08-11 01:57:28] "POST /tags HTTP/1.1" 200 318 0.030664 10.0.0.130 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.130 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 404 174 0.002762 10.0.0.130 - - [2025-08-11 01:57:28] "PUT /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8 HTTP/1.1" 200 277 0.013061 10.0.0.130 - - [2025-08-11 01:57:28] "POST /tags HTTP/1.1" 200 334 0.022754 10.0.0.130 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 404 162 0.003996 10.0.0.130 - - [2025-08-11 01:57:28] "POST /tags HTTP/1.1" 200 310 0.023355 10.0.0.130 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 404 174 0.004206 10.0.0.130 - - [2025-08-11 01:57:28] "POST /tags HTTP/1.1" 200 334 0.018998 10.0.0.130 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 404 164 0.004209 10.0.0.130 - - [2025-08-11 01:57:28] "GET / HTTP/1.1" 200 36215 0.002404 10.0.0.130 - - [2025-08-11 01:57:28] "POST /alarms HTTP/1.1" 401 293 0.000638 10.0.0.130 - - [2025-08-11 01:57:28] "POST /tags HTTP/1.1" 200 314 0.030201 10.0.0.130 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 404 169 0.002843 10.0.0.130 - - [2025-08-11 01:57:28] "POST /tags HTTP/1.1" 200 324 0.033052 10.0.0.130 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.130 - - [2025-08-11 01:57:29] "PUT /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea HTTP/1.1" 200 275 0.010645 10.0.0.130 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 166 0.004098 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 583 0.056668 10.0.0.130 - - [2025-08-11 01:57:29] "POST /hardwares HTTP/1.1" 200 328 0.012548 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 577 0.022450 10.0.0.130 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 166 0.004346 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 577 0.022267 10.0.0.130 - - [2025-08-11 01:57:29] "POST /hardwares HTTP/1.1" 200 328 0.011433 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 561 0.022546 10.0.0.130 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 166 0.004062 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 557 0.017903 10.0.0.130 - - [2025-08-11 01:57:29] "POST /hardwares HTTP/1.1" 200 328 0.010180 10.0.0.130 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 166 0.004390 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 559 0.025165 10.0.0.130 - - [2025-08-11 01:57:29] "POST /hardwares HTTP/1.1" 200 328 0.013695 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 567 0.029471 10.0.0.130 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 164 0.003203 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 551 0.016963 10.0.0.130 - - [2025-08-11 01:57:29] "POST /hardwares HTTP/1.1" 200 324 0.010005 10.0.0.130 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 164 0.004058 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 559 0.021669 10.0.0.130 - - [2025-08-11 01:57:29] "POST /hardwares HTTP/1.1" 200 324 0.015911 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 569 0.024665 10.0.0.130 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 161 0.003249 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 557 0.017297 10.0.0.130 - - [2025-08-11 01:57:29] "POST /hardwares HTTP/1.1" 200 318 0.014552 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 569 0.022072 10.0.0.130 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 164 0.003464 10.0.0.130 - - [2025-08-11 01:57:29] "POST /alarms HTTP/1.1" 200 577 0.065488 10.0.0.130 - - [2025-08-11 01:57:29] "POST /hardwares HTTP/1.1" 200 324 0.045743 10.0.0.130 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 404 164 0.004858 10.0.0.130 - - [2025-08-11 01:57:30] "GET / HTTP/1.1" 200 36215 0.002545 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000654 10.0.0.130 - - [2025-08-11 01:57:30] "POST /alarms HTTP/1.1" 200 571 0.033415 10.0.0.130 - - [2025-08-11 01:57:30] "POST /hardwares HTTP/1.1" 200 324 0.010287 10.0.0.130 - - [2025-08-11 01:57:30] "POST /alarms HTTP/1.1" 200 563 0.021297 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 164 0.003300 10.0.0.130 - - [2025-08-11 01:57:30] "POST /hardwares HTTP/1.1" 200 324 0.010773 10.0.0.130 - - [2025-08-11 01:57:30] "POST /alarms HTTP/1.1" 200 563 0.022256 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 165 0.005031 10.0.0.130 - - [2025-08-11 01:57:30] "POST /alarms HTTP/1.1" 200 563 0.020689 10.0.0.130 - - [2025-08-11 01:57:30] "POST /hardwares HTTP/1.1" 200 326 0.010854 10.0.0.130 - - [2025-08-11 01:57:30] "POST /alarms HTTP/1.1" 200 549 0.021103 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 165 0.003029 10.0.0.130 - - [2025-08-11 01:57:30] "POST /alarms HTTP/1.1" 200 597 0.021011 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.025091 10.0.0.130 - - [2025-08-11 01:57:30] "POST /hardwares HTTP/1.1" 200 326 0.015527 10.0.0.130 - - [2025-08-11 01:57:30] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006369 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 165 0.002772 10.0.0.130 - - [2025-08-11 01:57:30] "POST /alarms HTTP/1.1" 200 577 0.022998 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.002627 10.0.0.130 - - [2025-08-11 01:57:30] "POST /hardwares HTTP/1.1" 200 326 0.018461 10.0.0.130 - - [2025-08-11 01:57:30] "POST /alarms HTTP/1.1" 200 573 0.030235 10.0.0.130 - - [2025-08-11 01:57:30] "POST /config-database-nodes HTTP/1.1" 200 619 0.027714 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 165 0.003689 10.0.0.130 - - [2025-08-11 01:57:30] "POST /alarms HTTP/1.1" 200 585 0.016747 10.0.0.130 - - [2025-08-11 01:57:30] "POST /hardwares HTTP/1.1" 200 326 0.011291 10.0.0.130 - - [2025-08-11 01:57:30] "POST /alarms HTTP/1.1" 200 611 0.017857 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 164 0.002576 10.0.0.130 - - [2025-08-11 01:57:30] "POST /hardwares HTTP/1.1" 200 324 0.011979 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 161 0.002899 10.0.0.130 - - [2025-08-11 01:57:30] "POST /hardwares HTTP/1.1" 200 318 0.013254 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 164 0.002957 10.0.0.130 - - [2025-08-11 01:57:30] "POST /hardwares HTTP/1.1" 200 324 0.013260 10.0.0.130 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 161 0.003231 10.0.0.130 - - [2025-08-11 01:57:31] "GET / HTTP/1.1" 200 36215 0.002885 10.0.0.130 - - [2025-08-11 01:57:31] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000579 10.0.0.130 - - [2025-08-11 01:57:31] "POST /hardwares HTTP/1.1" 200 318 0.016322 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.003127 10.0.0.130 - - [2025-08-11 01:57:31] "POST /hardwares HTTP/1.1" 200 324 0.013549 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.003114 10.0.0.130 - - [2025-08-11 01:57:31] "POST /hardwares HTTP/1.1" 200 320 0.011337 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.003546 10.0.0.130 - - [2025-08-11 01:57:31] "POST /hardwares HTTP/1.1" 200 320 0.010643 10.0.0.130 - - [2025-08-11 01:57:31] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021636 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 165 0.003032 10.0.0.130 - - [2025-08-11 01:57:31] "PUT /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8 HTTP/1.1" 200 277 0.008713 10.0.0.130 - - [2025-08-11 01:57:31] "POST /hardwares HTTP/1.1" 200 326 0.010111 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 161 0.003285 10.0.0.130 - - [2025-08-11 01:57:31] "POST /hardwares HTTP/1.1" 200 318 0.009403 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 161 0.004864 10.0.0.130 - - [2025-08-11 01:57:31] "POST /hardwares HTTP/1.1" 200 318 0.010219 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.004019 10.0.0.130 - - [2025-08-11 01:57:31] "GET / HTTP/1.1" 200 36215 0.001559 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000367 10.0.0.130 - - [2025-08-11 01:57:31] "POST /hardwares HTTP/1.1" 200 320 0.011809 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.003090 10.0.0.130 - - [2025-08-11 01:57:31] "POST /hardwares HTTP/1.1" 200 320 0.010263 10.0.0.130 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.002994 10.0.0.130 - - [2025-08-11 01:57:31] "POST /hardwares HTTP/1.1" 200 320 0.013736 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 158 0.003013 10.0.0.130 - - [2025-08-11 01:57:32] "POST /hardwares HTTP/1.1" 200 312 0.022264 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.027529 10.0.0.130 - - [2025-08-11 01:57:32] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003633 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 158 0.004170 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.130 - - [2025-08-11 01:57:32] "POST /hardwares HTTP/1.1" 200 312 0.015013 10.0.0.130 - - [2025-08-11 01:57:32] "PUT /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8 HTTP/1.1" 200 277 0.009568 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 160 0.002871 10.0.0.130 - - [2025-08-11 01:57:32] "POST /hardwares HTTP/1.1" 200 316 0.015433 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 154 0.003903 10.0.0.130 - - [2025-08-11 01:57:32] "POST /hardwares HTTP/1.1" 200 304 0.014021 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 158 0.003014 10.0.0.130 - - [2025-08-11 01:57:32] "POST /hardwares HTTP/1.1" 200 312 0.013246 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 155 0.004331 10.0.0.130 - - [2025-08-11 01:57:32] "GET / HTTP/1.1" 200 36215 0.001746 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000418 10.0.0.130 - - [2025-08-11 01:57:32] "POST /hardwares HTTP/1.1" 200 306 0.011074 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 155 0.004262 10.0.0.130 - - [2025-08-11 01:57:32] "POST /hardwares HTTP/1.1" 200 306 0.011826 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 155 0.003250 10.0.0.130 - - [2025-08-11 01:57:32] "POST /hardwares HTTP/1.1" 200 306 0.011395 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 155 0.003335 10.0.0.130 - - [2025-08-11 01:57:32] "POST /hardwares HTTP/1.1" 200 306 0.012805 10.0.0.130 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.028934 10.0.0.130 - - [2025-08-11 01:57:32] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006719 10.0.0.130 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 156 0.003635 10.0.0.130 - - [2025-08-11 01:57:33] "PUT /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea HTTP/1.1" 200 275 0.018818 10.0.0.130 - - [2025-08-11 01:57:33] "POST /hardwares HTTP/1.1" 200 308 0.013798 10.0.0.130 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 156 0.004041 10.0.0.130 - - [2025-08-11 01:57:33] "POST /hardwares HTTP/1.1" 200 308 0.011363 10.0.0.130 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 156 0.003339 10.0.0.130 - - [2025-08-11 01:57:33] "POST /hardwares HTTP/1.1" 200 308 0.012797 10.0.0.130 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 157 0.003307 10.0.0.130 - - [2025-08-11 01:57:33] "POST /hardwares HTTP/1.1" 200 310 0.014221 10.0.0.130 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 158 0.003085 10.0.0.130 - - [2025-08-11 01:57:33] "POST /hardwares HTTP/1.1" 200 312 0.015233 10.0.0.130 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 158 0.003806 10.0.0.130 - - [2025-08-11 01:57:33] "POST /hardwares HTTP/1.1" 200 312 0.012667 10.0.0.130 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 153 0.003755 10.0.0.130 - - [2025-08-11 01:57:33] "POST /hardwares HTTP/1.1" 200 302 0.012490 10.0.0.130 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 157 0.005453 10.0.0.130 - - [2025-08-11 01:57:33] "POST /hardwares HTTP/1.1" 200 310 0.010849 10.0.0.130 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 157 0.004438 10.0.0.130 - - [2025-08-11 01:57:33] "POST /hardwares HTTP/1.1" 200 310 0.011721 10.0.0.130 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.004615 10.0.0.130 - - [2025-08-11 01:57:34] "POST /hardwares HTTP/1.1" 200 310 0.010609 10.0.0.130 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.003784 10.0.0.130 - - [2025-08-11 01:57:34] "POST /hardwares HTTP/1.1" 200 310 0.013424 10.0.0.130 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.003025 10.0.0.130 - - [2025-08-11 01:57:34] "POST /hardwares HTTP/1.1" 200 310 0.015109 10.0.0.130 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 161 0.002959 10.0.0.130 - - [2025-08-11 01:57:34] "POST /hardwares HTTP/1.1" 200 318 0.015778 10.0.0.130 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.002882 10.0.0.130 - - [2025-08-11 01:57:34] "POST /hardwares HTTP/1.1" 200 310 0.015318 10.0.0.130 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.002889 10.0.0.130 - - [2025-08-11 01:57:34] "POST /hardwares HTTP/1.1" 200 310 0.081977 10.0.0.130 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 154 0.003032 10.0.0.130 - - [2025-08-11 01:57:34] "POST /hardwares HTTP/1.1" 200 304 0.028037 10.0.0.130 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 190 0.003309 10.0.0.130 - - [2025-08-11 01:57:34] "POST /features HTTP/1.1" 200 535 0.022784 10.0.0.130 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 185 0.004106 10.0.0.130 - - [2025-08-11 01:57:35] "POST /features HTTP/1.1" 200 525 0.024660 10.0.0.130 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.003280 10.0.0.130 - - [2025-08-11 01:57:35] "POST /features HTTP/1.1" 200 523 0.025036 10.0.0.130 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.003302 10.0.0.130 - - [2025-08-11 01:57:35] "POST /features HTTP/1.1" 200 523 0.176736 10.0.0.130 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.003213 10.0.0.130 - - [2025-08-11 01:57:35] "POST /features HTTP/1.1" 200 533 0.021795 10.0.0.130 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.003131 10.0.0.130 - - [2025-08-11 01:57:35] "POST /features HTTP/1.1" 200 523 0.023510 10.0.0.130 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.005555 10.0.0.130 - - [2025-08-11 01:57:35] "POST /features HTTP/1.1" 200 541 0.040390 10.0.0.130 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.002936 10.0.0.130 - - [2025-08-11 01:57:35] "POST /features HTTP/1.1" 200 527 0.020428 10.0.0.130 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.003106 10.0.0.130 - - [2025-08-11 01:57:36] "POST /features HTTP/1.1" 200 521 0.025164 10.0.0.130 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 404 182 0.005926 10.0.0.130 - - [2025-08-11 01:57:36] "POST /features HTTP/1.1" 200 519 0.019765 10.0.0.130 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.003104 10.0.0.130 - - [2025-08-11 01:57:36] "POST /features HTTP/1.1" 200 535 0.025548 10.0.0.130 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.002857 10.0.0.130 - - [2025-08-11 01:57:36] "POST /features HTTP/1.1" 200 543 0.022464 10.0.0.130 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 404 178 0.003196 10.0.0.130 - - [2025-08-11 01:57:36] "POST /physical-roles HTTP/1.1" 200 523 0.020185 10.0.0.130 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 404 179 0.003026 10.0.0.130 - - [2025-08-11 01:57:36] "POST /physical-roles HTTP/1.1" 200 525 0.022362 10.0.0.130 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.003234 10.0.0.130 - - [2025-08-11 01:57:36] "POST /physical-roles HTTP/1.1" 200 535 0.022166 10.0.0.130 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 404 177 0.004086 10.0.0.130 - - [2025-08-11 01:57:36] "POST /physical-roles HTTP/1.1" 200 521 0.015963 10.0.0.130 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 404 191 0.004427 10.0.0.130 - - [2025-08-11 01:57:36] "POST /overlay-roles HTTP/1.1" 200 547 0.032177 10.0.0.130 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.003048 10.0.0.130 - - [2025-08-11 01:57:37] "POST /overlay-roles HTTP/1.1" 200 533 0.026444 10.0.0.130 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 404 191 0.003202 10.0.0.130 - - [2025-08-11 01:57:37] "POST /overlay-roles HTTP/1.1" 200 547 0.019159 10.0.0.130 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 404 185 0.003263 10.0.0.130 - - [2025-08-11 01:57:37] "POST /overlay-roles HTTP/1.1" 200 535 0.017976 10.0.0.130 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.003127 10.0.0.130 - - [2025-08-11 01:57:37] "POST /overlay-roles HTTP/1.1" 200 543 0.022410 10.0.0.130 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.130 - - [2025-08-11 01:57:37] "PUT /overlay-role/9b488045-b8ed-4d1a-aaf2-dfade2152e49 HTTP/1.1" 200 259 0.013349 10.0.0.130 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.004576 10.0.0.130 - - [2025-08-11 01:57:37] "POST /overlay-roles HTTP/1.1" 200 533 0.055022 10.0.0.130 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 404 185 0.003147 10.0.0.130 - - [2025-08-11 01:57:37] "POST /overlay-roles HTTP/1.1" 200 535 0.020771 10.0.0.130 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.004261 10.0.0.130 - - [2025-08-11 01:57:37] "POST /overlay-roles HTTP/1.1" 200 531 0.021973 10.0.0.130 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 187 0.003442 10.0.0.130 - - [2025-08-11 01:57:38] "POST /overlay-roles HTTP/1.1" 200 539 0.021468 10.0.0.130 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.003283 10.0.0.130 - - [2025-08-11 01:57:38] "POST /overlay-roles HTTP/1.1" 200 543 0.024874 10.0.0.130 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 178 0.003548 10.0.0.130 - - [2025-08-11 01:57:38] "POST /overlay-roles HTTP/1.1" 200 521 0.023530 10.0.0.130 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 190 0.003767 10.0.0.130 - - [2025-08-11 01:57:38] "POST /overlay-roles HTTP/1.1" 200 545 0.022686 10.0.0.130 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 182 0.003297 10.0.0.130 - - [2025-08-11 01:57:38] "POST /role-definitions HTTP/1.1" 200 535 0.020457 10.0.0.130 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.003115 10.0.0.130 - - [2025-08-11 01:57:38] "POST /role-definitions HTTP/1.1" 200 549 0.019952 10.0.0.130 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 190 0.004491 10.0.0.130 - - [2025-08-11 01:57:38] "POST /role-definitions HTTP/1.1" 200 551 0.020814 10.0.0.130 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 191 0.003484 10.0.0.130 - - [2025-08-11 01:57:38] "POST /role-definitions HTTP/1.1" 200 553 0.022491 10.0.0.130 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.003854 10.0.0.130 - - [2025-08-11 01:57:39] "POST /role-definitions HTTP/1.1" 200 565 0.025255 10.0.0.130 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.003172 10.0.0.130 - - [2025-08-11 01:57:39] "POST /role-definitions HTTP/1.1" 200 549 0.044394 10.0.0.130 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.004496 10.0.0.130 - - [2025-08-11 01:57:39] "POST /role-definitions HTTP/1.1" 200 551 0.017441 10.0.0.130 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.003744 10.0.0.130 - - [2025-08-11 01:57:39] "POST /role-definitions HTTP/1.1" 200 553 0.018252 10.0.0.130 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.004067 10.0.0.130 - - [2025-08-11 01:57:39] "POST /role-definitions HTTP/1.1" 200 551 0.022807 10.0.0.130 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.004094 10.0.0.130 - - [2025-08-11 01:57:39] "POST /role-definitions HTTP/1.1" 200 563 0.022181 10.0.0.130 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.002980 10.0.0.130 - - [2025-08-11 01:57:39] "POST /role-definitions HTTP/1.1" 200 549 0.018217 10.0.0.130 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.003249 10.0.0.130 - - [2025-08-11 01:57:39] "POST /role-definitions HTTP/1.1" 200 551 0.026719 10.0.0.130 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.003858 10.0.0.130 - - [2025-08-11 01:57:39] "POST /role-definitions HTTP/1.1" 200 547 0.015906 10.0.0.130 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003067 10.0.0.130 - - [2025-08-11 01:57:40] "POST /role-definitions HTTP/1.1" 200 549 0.019004 10.0.0.130 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 404 192 0.002941 10.0.0.130 - - [2025-08-11 01:57:40] "POST /role-definitions HTTP/1.1" 200 555 0.024099 10.0.0.130 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.009212 10.0.0.130 - - [2025-08-11 01:57:40] "POST /role-definitions HTTP/1.1" 200 557 0.024854 10.0.0.130 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 404 182 0.003590 10.0.0.130 - - [2025-08-11 01:57:40] "POST /role-definitions HTTP/1.1" 200 535 0.016715 10.0.0.130 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 404 187 0.003396 10.0.0.130 - - [2025-08-11 01:57:40] "GET /global-system-configs HTTP/1.1" 200 323 0.615536 10.0.0.130 - - [2025-08-11 01:57:40] "POST /role-definitions HTTP/1.1" 200 545 0.018516 10.0.0.130 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 404 181 0.003091 10.0.0.130 - - [2025-08-11 01:57:40] "POST /role-definitions HTTP/1.1" 200 533 0.017118 10.0.0.130 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.003453 10.0.0.130 - - [2025-08-11 01:57:40] "POST /role-definitions HTTP/1.1" 200 539 0.023010 10.0.0.130 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003139 10.0.0.130 - - [2025-08-11 01:57:40] "POST /role-definitions HTTP/1.1" 200 549 0.023838 10.0.0.130 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.003028 10.0.0.130 - - [2025-08-11 01:57:41] "POST /role-definitions HTTP/1.1" 200 559 0.021366 10.0.0.130 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.004219 10.0.0.130 - - [2025-08-11 01:57:41] "POST /role-definitions HTTP/1.1" 200 563 0.017103 10.0.0.130 - - [2025-08-11 01:57:41] "GET /global-system-configs HTTP/1.1" 200 323 0.028785 10.0.0.130 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 195 0.003417 10.0.0.130 - - [2025-08-11 01:57:41] "POST /role-definitions HTTP/1.1" 200 561 0.019436 10.0.0.130 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.003466 10.0.0.130 - - [2025-08-11 01:57:41] "POST /feature-configs HTTP/1.1" 200 539 0.016312 10.0.0.130 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 212 0.002861 10.0.0.130 - - [2025-08-11 01:57:41] "POST /feature-configs HTTP/1.1" 200 564 0.017262 10.0.0.130 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.003272 10.0.0.130 - - [2025-08-11 01:57:41] "POST /feature-configs HTTP/1.1" 200 563 0.023980 10.0.0.130 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.003670 10.0.0.130 - - [2025-08-11 01:57:41] "POST /node-profiles HTTP/1.1" 200 549 0.021334 10.0.0.130 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 187 0.003006 10.0.0.130 - - [2025-08-11 01:57:41] "POST /node-profiles HTTP/1.1" 200 539 0.020459 10.0.0.130 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.004329 10.0.0.130 - - [2025-08-11 01:57:41] "POST /node-profiles HTTP/1.1" 200 551 0.018986 10.0.0.130 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.003427 10.0.0.130 - - [2025-08-11 01:57:42] "POST /node-profiles HTTP/1.1" 200 543 0.017091 10.0.0.130 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.004006 10.0.0.130 - - [2025-08-11 01:57:42] "POST /node-profiles HTTP/1.1" 200 543 0.040225 10.0.0.130 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.003074 10.0.0.130 - - [2025-08-11 01:57:42] "POST /node-profiles HTTP/1.1" 200 541 0.024897 10.0.0.130 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003094 10.0.0.130 - - [2025-08-11 01:57:42] "POST /node-profiles HTTP/1.1" 200 533 0.020880 10.0.0.130 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.004174 10.0.0.130 - - [2025-08-11 01:57:42] "POST /node-profiles HTTP/1.1" 200 535 0.019696 10.0.0.130 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.004378 10.0.0.130 - - [2025-08-11 01:57:42] "POST /node-profiles HTTP/1.1" 200 559 0.019380 10.0.0.130 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.003092 10.0.0.130 - - [2025-08-11 01:57:42] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016615 10.0.0.130 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.004114 10.0.0.130 - - [2025-08-11 01:57:42] "POST /telemetry-profiles HTTP/1.1" 200 556 0.023926 10.0.0.130 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.002895 10.0.0.130 - - [2025-08-11 01:57:43] "POST /telemetry-profiles HTTP/1.1" 200 556 0.023891 10.0.0.130 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.002863 10.0.0.130 - - [2025-08-11 01:57:43] "POST /telemetry-profiles HTTP/1.1" 200 556 0.023751 10.0.0.130 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.004582 10.0.0.130 - - [2025-08-11 01:57:43] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017572 10.0.0.130 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.003010 10.0.0.130 - - [2025-08-11 01:57:43] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017340 10.0.0.130 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.003975 10.0.0.130 - - [2025-08-11 01:57:43] "POST /sflow-profiles HTTP/1.1" 200 534 0.017869 10.0.0.130 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.003842 10.0.0.130 - - [2025-08-11 01:57:43] "POST /sflow-profiles HTTP/1.1" 200 540 0.020099 10.0.0.130 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.003470 10.0.0.130 - - [2025-08-11 01:57:43] "POST /sflow-profiles HTTP/1.1" 200 540 0.020042 10.0.0.130 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.002884 10.0.0.130 - - [2025-08-11 01:57:43] "POST /grpc-profiles HTTP/1.1" 200 532 0.023318 10.0.0.130 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.002776 10.0.0.130 - - [2025-08-11 01:57:43] "POST /snmp-profiles HTTP/1.1" 200 532 0.019135 10.0.0.130 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.003327 10.0.0.130 - - [2025-08-11 01:57:44] "POST /netconf-profiles HTTP/1.1" 200 544 0.016660 10.0.0.130 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003001 10.0.0.130 - - [2025-08-11 01:57:44] "POST /device-functional-groups HTTP/1.1" 200 542 0.017083 10.0.0.130 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003548 10.0.0.130 - - [2025-08-11 01:57:44] "POST /device-functional-groups HTTP/1.1" 200 542 0.031484 10.0.0.130 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.003465 10.0.0.130 - - [2025-08-11 01:57:44] "POST /device-functional-groups HTTP/1.1" 200 546 0.018580 10.0.0.130 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.003324 10.0.0.130 - - [2025-08-11 01:57:44] "POST /device-functional-groups HTTP/1.1" 200 544 0.015931 10.0.0.130 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 404 218 0.002839 10.0.0.130 - - [2025-08-11 01:57:44] "POST /device-functional-groups HTTP/1.1" 200 592 0.017792 10.0.0.130 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 404 208 0.002661 10.0.0.130 - - [2025-08-11 01:57:44] "POST /device-functional-groups HTTP/1.1" 200 572 0.018315 10.0.0.130 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.002900 10.0.0.130 - - [2025-08-11 01:57:44] "POST /device-functional-groups HTTP/1.1" 200 622 0.014954 10.0.0.130 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.003372 10.0.0.130 - - [2025-08-11 01:57:44] "POST /device-functional-groups HTTP/1.1" 200 568 0.014672 10.0.0.130 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.003146 10.0.0.130 - - [2025-08-11 01:57:45] "POST /device-functional-groups HTTP/1.1" 200 566 0.015612 10.0.0.130 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 210 0.003965 10.0.0.130 - - [2025-08-11 01:57:45] "POST /device-functional-groups HTTP/1.1" 200 576 0.015345 10.0.0.130 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.003182 10.0.0.130 - - [2025-08-11 01:57:45] "POST /role-configs HTTP/1.1" 200 527 0.021184 10.0.0.130 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.004099 10.0.0.130 - - [2025-08-11 01:57:45] "POST /role-configs HTTP/1.1" 200 522 0.028755 10.0.0.130 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003672 10.0.0.130 - - [2025-08-11 01:57:45] "POST /role-configs HTTP/1.1" 200 524 0.023907 10.0.0.130 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003424 10.0.0.130 - - [2025-08-11 01:57:45] "POST /role-configs HTTP/1.1" 200 524 0.023114 10.0.0.130 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.003450 10.0.0.130 - - [2025-08-11 01:57:45] "POST /role-configs HTTP/1.1" 200 528 0.019565 10.0.0.130 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.004030 10.0.0.130 - - [2025-08-11 01:57:45] "POST /role-configs HTTP/1.1" 200 523 0.019920 10.0.0.130 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003999 10.0.0.130 - - [2025-08-11 01:57:46] "POST /role-configs HTTP/1.1" 200 519 0.021679 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.002997 10.0.0.130 - - [2025-08-11 01:57:46] "POST /role-configs HTTP/1.1" 200 520 0.023699 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.130 - - [2025-08-11 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.013879 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.130 - - [2025-08-11 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.008002 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.130 - - [2025-08-11 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.011871 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.130 - - [2025-08-11 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.008826 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.130 - - [2025-08-11 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.012399 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.130 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.130 - - [2025-08-11 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.008795 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.130 - - [2025-08-11 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.010659 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.130 - - [2025-08-11 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.008687 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.130 - - [2025-08-11 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.009320 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.130 - - [2025-08-11 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.007965 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.130 - - [2025-08-11 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.012093 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.130 - - [2025-08-11 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.007576 10.0.0.130 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.130 - - [2025-08-11 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.010959 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.130 - - [2025-08-11 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.011164 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.130 - - [2025-08-11 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.009054 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.130 - - [2025-08-11 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.009791 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.130 - - [2025-08-11 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.013555 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005044 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.130 - - [2025-08-11 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.014024 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.130 - - [2025-08-11 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.130 - - [2025-08-11 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.014278 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.130 - - [2025-08-11 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.012118 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.130 - - [2025-08-11 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.009003 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.130 - - [2025-08-11 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.011839 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.130 - - [2025-08-11 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.008431 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.130 - - [2025-08-11 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.011577 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.130 - - [2025-08-11 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.130 - - [2025-08-11 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.011900 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.130 - - [2025-08-11 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.008376 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.130 - - [2025-08-11 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.009583 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.130 - - [2025-08-11 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.007455 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.130 - - [2025-08-11 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.007763 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.130 - - [2025-08-11 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.009006 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.130 - - [2025-08-11 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.009694 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.130 - - [2025-08-11 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.130 - - [2025-08-11 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.009220 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.130 - - [2025-08-11 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.008565 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.130 - - [2025-08-11 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.008486 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.130 - - [2025-08-11 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.011659 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.130 - - [2025-08-11 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.006979 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.130 - - [2025-08-11 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.008235 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.130 - - [2025-08-11 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.130 - - [2025-08-11 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.008156 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.130 - - [2025-08-11 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.010404 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.130 - - [2025-08-11 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.007316 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.130 - - [2025-08-11 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.009172 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.130 - - [2025-08-11 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.007203 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.130 - - [2025-08-11 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.010090 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.130 - - [2025-08-11 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.008923 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.130 - - [2025-08-11 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.130 - - [2025-08-11 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.008689 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.130 - - [2025-08-11 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.008660 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.130 - - [2025-08-11 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.007997 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.130 - - [2025-08-11 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.008195 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.130 - - [2025-08-11 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.009903 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.130 - - [2025-08-11 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.008600 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.130 - - [2025-08-11 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.009871 10.0.0.130 - - [2025-08-11 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.130 - - [2025-08-11 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.008229 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.130 - - [2025-08-11 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.009706 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.130 - - [2025-08-11 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.007400 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.130 - - [2025-08-11 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.007006 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.130 - - [2025-08-11 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.006822 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.130 - - [2025-08-11 01:57:54] "POST /ref-update HTTP/1.1" 200 156 0.011217 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.130 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.130 - - [2025-08-11 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.007380 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.130 - - [2025-08-11 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.007164 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.130 - - [2025-08-11 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.008612 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.130 - - [2025-08-11 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.007533 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.130 - - [2025-08-11 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.006758 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.130 - - [2025-08-11 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.007330 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.130 - - [2025-08-11 01:57:55] "POST /ref-update HTTP/1.1" 200 156 0.008407 10.0.0.130 - - [2025-08-11 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.130 - - [2025-08-11 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.007920 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.130 - - [2025-08-11 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.009644 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.130 - - [2025-08-11 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.007999 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.130 - - [2025-08-11 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.007894 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.130 - - [2025-08-11 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.012025 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.130 - - [2025-08-11 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.007064 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.130 - - [2025-08-11 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.130 - - [2025-08-11 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.008245 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.130 - - [2025-08-11 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.009364 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.130 - - [2025-08-11 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.007990 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.130 - - [2025-08-11 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.008734 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.130 - - [2025-08-11 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.006974 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.130 - - [2025-08-11 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.007768 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.130 - - [2025-08-11 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.007143 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.130 - - [2025-08-11 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.130 - - [2025-08-11 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.007514 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.130 - - [2025-08-11 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.008433 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.130 - - [2025-08-11 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.007313 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.130 - - [2025-08-11 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.010762 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.130 - - [2025-08-11 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.011242 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.130 - - [2025-08-11 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.015610 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.130 - - [2025-08-11 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.130 - - [2025-08-11 01:57:59] "POST /ref-update HTTP/1.1" 200 156 0.013805 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.130 - - [2025-08-11 01:57:59] "POST /ref-update HTTP/1.1" 200 156 0.011258 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.130 - - [2025-08-11 01:57:59] "POST /ref-update HTTP/1.1" 200 156 0.011894 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.130 - - [2025-08-11 01:57:59] "POST /ref-update HTTP/1.1" 200 156 0.012235 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.130 - - [2025-08-11 01:57:59] "POST /ref-update HTTP/1.1" 200 156 0.011819 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.130 - - [2025-08-11 01:57:59] "POST /ref-update HTTP/1.1" 200 156 0.012167 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.130 - - [2025-08-11 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.130 - - [2025-08-11 01:57:59] "POST /ref-update HTTP/1.1" 200 156 0.012883 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.130 - - [2025-08-11 01:58:00] "POST /ref-update HTTP/1.1" 200 156 0.013036 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.130 - - [2025-08-11 01:58:00] "POST /ref-update HTTP/1.1" 200 156 0.012688 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.130 - - [2025-08-11 01:58:00] "POST /ref-update HTTP/1.1" 200 156 0.011740 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.130 - - [2025-08-11 01:58:00] "POST /ref-update HTTP/1.1" 200 156 0.008705 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.130 - - [2025-08-11 01:58:00] "POST /ref-update HTTP/1.1" 200 156 0.009223 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.130 - - [2025-08-11 01:58:00] "POST /ref-update HTTP/1.1" 200 156 0.011346 10.0.0.130 - - [2025-08-11 01:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.130 - - [2025-08-11 01:58:01] "POST /ref-update HTTP/1.1" 200 156 0.009805 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.130 - - [2025-08-11 01:58:01] "POST /ref-update HTTP/1.1" 200 156 0.013074 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.130 - - [2025-08-11 01:58:01] "POST /ref-update HTTP/1.1" 200 156 0.009601 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.130 - - [2025-08-11 01:58:01] "POST /ref-update HTTP/1.1" 200 156 0.010475 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034 10.0.0.130 - - [2025-08-11 01:58:01] "POST /ref-update HTTP/1.1" 200 156 0.011620 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.130 - - [2025-08-11 01:58:01] "POST /ref-update HTTP/1.1" 200 156 0.012486 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.130 - - [2025-08-11 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.130 - - [2025-08-11 01:58:02] "POST /ref-update HTTP/1.1" 200 156 0.014570 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005356 10.0.0.130 - - [2025-08-11 01:58:02] "POST /ref-update HTTP/1.1" 200 156 0.013118 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005189 10.0.0.130 - - [2025-08-11 01:58:02] "POST /ref-update HTTP/1.1" 200 156 0.012835 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.130 - - [2025-08-11 01:58:02] "POST /ref-update HTTP/1.1" 200 156 0.014264 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.130 - - [2025-08-11 01:58:02] "POST /ref-update HTTP/1.1" 200 156 0.009577 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.130 - - [2025-08-11 01:58:02] "POST /ref-update HTTP/1.1" 200 156 0.019634 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005171 10.0.0.130 - - [2025-08-11 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005178 10.0.0.130 - - [2025-08-11 01:58:02] "POST /ref-update HTTP/1.1" 200 156 0.014569 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008978 10.0.0.130 - - [2025-08-11 01:58:03] "POST /ref-update HTTP/1.1" 200 156 0.011541 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.130 - - [2025-08-11 01:58:03] "POST /ref-update HTTP/1.1" 200 156 0.013828 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005294 10.0.0.130 - - [2025-08-11 01:58:03] "POST /ref-update HTTP/1.1" 200 156 0.014350 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.130 - - [2025-08-11 01:58:03] "POST /ref-update HTTP/1.1" 200 156 0.014990 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.130 - - [2025-08-11 01:58:03] "POST /ref-update HTTP/1.1" 200 156 0.013323 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.130 - - [2025-08-11 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005976 10.0.0.130 - - [2025-08-11 01:58:03] "POST /ref-update HTTP/1.1" 200 156 0.011872 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.130 - - [2025-08-11 01:58:04] "POST /ref-update HTTP/1.1" 200 156 0.013746 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005736 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.130 - - [2025-08-11 01:58:04] "POST /ref-update HTTP/1.1" 200 156 0.018614 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318 10.0.0.130 - - [2025-08-11 01:58:04] "POST /ref-update HTTP/1.1" 200 156 0.011727 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005737 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.130 - - [2025-08-11 01:58:04] "POST /ref-update HTTP/1.1" 200 156 0.017751 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007523 10.0.0.130 - - [2025-08-11 01:58:04] "POST /ref-update HTTP/1.1" 200 156 0.016814 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004829 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005734 10.0.0.130 - - [2025-08-11 01:58:04] "POST /ref-update HTTP/1.1" 200 156 0.013505 10.0.0.130 - - [2025-08-11 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005695 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.130 - - [2025-08-11 01:58:05] "POST /ref-update HTTP/1.1" 200 156 0.013844 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005923 10.0.0.130 - - [2025-08-11 01:58:05] "POST /ref-update HTTP/1.1" 200 156 0.014518 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.130 - - [2025-08-11 01:58:05] "POST /ref-update HTTP/1.1" 200 156 0.012990 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005368 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.130 - - [2025-08-11 01:58:05] "POST /ref-update HTTP/1.1" 200 156 0.013916 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.130 - - [2025-08-11 01:58:05] "POST /ref-update HTTP/1.1" 200 156 0.011698 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.130 - - [2025-08-11 01:58:05] "POST /ref-update HTTP/1.1" 200 156 0.011547 10.0.0.130 - - [2025-08-11 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.130 - - [2025-08-11 01:58:06] "POST /ref-update HTTP/1.1" 200 156 0.012580 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.130 - - [2025-08-11 01:58:06] "POST /ref-update HTTP/1.1" 200 156 0.012040 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.130 - - [2025-08-11 01:58:06] "POST /ref-update HTTP/1.1" 200 156 0.011421 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005495 10.0.0.130 - - [2025-08-11 01:58:06] "POST /ref-update HTTP/1.1" 200 156 0.009816 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.130 - - [2025-08-11 01:58:06] "POST /ref-update HTTP/1.1" 200 156 0.010215 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.130 - - [2025-08-11 01:58:06] "POST /ref-update HTTP/1.1" 200 156 0.008517 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.130 - - [2025-08-11 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.130 - - [2025-08-11 01:58:06] "POST /ref-update HTTP/1.1" 200 156 0.008752 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.130 - - [2025-08-11 01:58:07] "POST /ref-update HTTP/1.1" 200 156 0.009202 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.130 - - [2025-08-11 01:58:07] "POST /ref-update HTTP/1.1" 200 156 0.013672 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.130 - - [2025-08-11 01:58:07] "POST /ref-update HTTP/1.1" 200 156 0.008083 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.130 - - [2025-08-11 01:58:07] "POST /ref-update HTTP/1.1" 200 156 0.012408 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.130 - - [2025-08-11 01:58:07] "POST /ref-update HTTP/1.1" 200 156 0.007541 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.130 - - [2025-08-11 01:58:07] "POST /ref-update HTTP/1.1" 200 156 0.011345 10.0.0.130 - - [2025-08-11 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.130 - - [2025-08-11 01:58:08] "POST /ref-update HTTP/1.1" 200 156 0.008832 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.130 - - [2025-08-11 01:58:08] "POST /ref-update HTTP/1.1" 200 156 0.011071 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.130 - - [2025-08-11 01:58:08] "POST /ref-update HTTP/1.1" 200 156 0.012567 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.130 - - [2025-08-11 01:58:08] "POST /ref-update HTTP/1.1" 200 156 0.011968 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005511 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.130 - - [2025-08-11 01:58:08] "POST /ref-update HTTP/1.1" 200 156 0.015043 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.130 - - [2025-08-11 01:58:08] "POST /ref-update HTTP/1.1" 200 156 0.009372 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.130 - - [2025-08-11 01:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.130 - - [2025-08-11 01:58:09] "POST /ref-update HTTP/1.1" 200 156 0.015045 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005427 10.0.0.130 - - [2025-08-11 01:58:09] "POST /ref-update HTTP/1.1" 200 156 0.011123 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.130 - - [2025-08-11 01:58:09] "POST /ref-update HTTP/1.1" 200 156 0.015054 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.130 - - [2025-08-11 01:58:09] "POST /ref-update HTTP/1.1" 200 156 0.013447 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005446 10.0.0.130 - - [2025-08-11 01:58:09] "POST /ref-update HTTP/1.1" 200 156 0.008425 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.130 - - [2025-08-11 01:58:09] "POST /ref-update HTTP/1.1" 200 156 0.014289 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005487 10.0.0.130 - - [2025-08-11 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005534 10.0.0.130 - - [2025-08-11 01:58:09] "POST /ref-update HTTP/1.1" 200 156 0.012142 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.130 - - [2025-08-11 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.012295 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005330 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.130 - - [2025-08-11 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.014918 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.130 - - [2025-08-11 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.009952 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005785 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.130 - - [2025-08-11 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.014582 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005176 10.0.0.130 - - [2025-08-11 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.015057 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.130 - - [2025-08-11 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.130 - - [2025-08-11 01:58:10] "POST /ref-update HTTP/1.1" 200 156 0.012043 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.130 - - [2025-08-11 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.014633 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006372 10.0.0.130 - - [2025-08-11 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.013725 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.130 - - [2025-08-11 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.012401 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.130 - - [2025-08-11 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.013710 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.130 - - [2025-08-11 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.009487 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.130 - - [2025-08-11 01:58:11] "POST /ref-update HTTP/1.1" 200 156 0.014929 10.0.0.130 - - [2025-08-11 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.130 - - [2025-08-11 01:58:12] "POST /ref-update HTTP/1.1" 200 156 0.014418 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006565 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005255 10.0.0.130 - - [2025-08-11 01:58:12] "POST /ref-update HTTP/1.1" 200 156 0.010866 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280 10.0.0.130 - - [2025-08-11 01:58:12] "POST /ref-update HTTP/1.1" 200 156 0.014440 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005104 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.130 - - [2025-08-11 01:58:12] "POST /ref-update HTTP/1.1" 200 156 0.014128 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.130 - - [2025-08-11 01:58:12] "POST /ref-update HTTP/1.1" 200 156 0.032061 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005372 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.130 - - [2025-08-11 01:58:12] "POST /ref-update HTTP/1.1" 200 156 0.012953 10.0.0.130 - - [2025-08-11 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005549 10.0.0.130 - - [2025-08-11 01:58:13] "POST /ref-update HTTP/1.1" 200 156 0.015341 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130 10.0.0.130 - - [2025-08-11 01:58:13] "POST /ref-update HTTP/1.1" 200 156 0.010333 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.130 - - [2025-08-11 01:58:13] "POST /ref-update HTTP/1.1" 200 156 0.018703 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006041 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.130 - - [2025-08-11 01:58:13] "POST /ref-update HTTP/1.1" 200 156 0.019974 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.130 - - [2025-08-11 01:58:13] "POST /ref-update HTTP/1.1" 200 156 0.014491 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006750 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005868 10.0.0.130 - - [2025-08-11 01:58:13] "POST /ref-update HTTP/1.1" 200 156 0.018757 10.0.0.130 - - [2025-08-11 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.130 - - [2025-08-11 01:58:14] "POST /ref-update HTTP/1.1" 200 156 0.015322 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005828 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.130 - - [2025-08-11 01:58:14] "POST /ref-update HTTP/1.1" 200 156 0.033754 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005428 10.0.0.130 - - [2025-08-11 01:58:14] "POST /ref-update HTTP/1.1" 200 156 0.012590 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008114 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.130 - - [2025-08-11 01:58:14] "POST /ref-update HTTP/1.1" 200 156 0.019654 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006281 10.0.0.130 - - [2025-08-11 01:58:14] "POST /ref-update HTTP/1.1" 200 156 0.014949 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005171 10.0.0.130 - - [2025-08-11 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.130 - - [2025-08-11 01:58:14] "POST /ref-update HTTP/1.1" 200 156 0.014302 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.130 - - [2025-08-11 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.014342 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005386 10.0.0.130 - - [2025-08-11 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.014998 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005635 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.130 - - [2025-08-11 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.015185 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.130 - - [2025-08-11 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.013332 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.130 - - [2025-08-11 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.011440 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.130 - - [2025-08-11 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.030416 10.0.0.130 - - [2025-08-11 01:58:15] "GET / HTTP/1.1" 200 36215 0.003503 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000482 10.0.0.130 - - [2025-08-11 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006903 10.0.0.130 - - [2025-08-11 01:58:16] "POST /ref-update HTTP/1.1" 200 156 0.016224 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.130 - - [2025-08-11 01:58:16] "POST /ref-update HTTP/1.1" 200 156 0.011410 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.034685 10.0.0.130 - - [2025-08-11 01:58:16] "GET /routing-instance/c727de20-b92b-4b15-876c-2cb237df2b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.007237 10.0.0.130 - - [2025-08-11 01:58:16] "POST /ref-update HTTP/1.1" 200 156 0.016318 10.0.0.130 - - [2025-08-11 01:58:16] "POST /bgp-routers HTTP/1.1" 200 622 0.032398 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005656 10.0.0.130 - - [2025-08-11 01:58:16] "GET /bgp-router/5218d1ec-377b-4ea2-bf32-da555328a0a0?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.008534 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.130 - - [2025-08-11 01:58:16] "POST /ref-update HTTP/1.1" 200 156 0.016198 10.0.0.130 - - [2025-08-11 01:58:16] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.008574 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.130 - - [2025-08-11 01:58:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004996 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.130 - - [2025-08-11 01:58:16] "POST /ref-update HTTP/1.1" 200 156 0.013328 10.0.0.130 - - [2025-08-11 01:58:16] "POST /ref-update HTTP/1.1" 200 156 0.014552 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.130 - - [2025-08-11 01:58:16] "POST /ref-update HTTP/1.1" 200 156 0.010435 10.0.0.130 - - [2025-08-11 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.130 - - [2025-08-11 01:58:17] "POST /ref-update HTTP/1.1" 200 156 0.011921 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005374 10.0.0.130 - - [2025-08-11 01:58:17] "POST /ref-update HTTP/1.1" 200 156 0.015135 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.130 - - [2025-08-11 01:58:17] "POST /ref-update HTTP/1.1" 200 156 0.015517 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.130 - - [2025-08-11 01:58:17] "POST /ref-update HTTP/1.1" 200 156 0.013701 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005630 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006919 10.0.0.130 - - [2025-08-11 01:58:17] "POST /ref-update HTTP/1.1" 200 156 0.016793 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.130 - - [2025-08-11 01:58:17] "POST /ref-update HTTP/1.1" 200 156 0.015692 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.130 - - [2025-08-11 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.130 - - [2025-08-11 01:58:18] "POST /ref-update HTTP/1.1" 200 156 0.011253 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.130 - - [2025-08-11 01:58:18] "POST /ref-update HTTP/1.1" 200 156 0.014985 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.130 - - [2025-08-11 01:58:18] "POST /ref-update HTTP/1.1" 200 156 0.013294 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.130 - - [2025-08-11 01:58:18] "POST /ref-update HTTP/1.1" 200 156 0.013093 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.130 - - [2025-08-11 01:58:18] "POST /ref-update HTTP/1.1" 200 156 0.011451 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.130 - - [2025-08-11 01:58:18] "POST /ref-update HTTP/1.1" 200 156 0.013197 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.130 - - [2025-08-11 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.130 - - [2025-08-11 01:58:19] "POST /ref-update HTTP/1.1" 200 156 0.013400 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.130 - - [2025-08-11 01:58:19] "POST /ref-update HTTP/1.1" 200 156 0.013469 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.130 - - [2025-08-11 01:58:19] "POST /ref-update HTTP/1.1" 200 156 0.013725 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.130 - - [2025-08-11 01:58:19] "POST /ref-update HTTP/1.1" 200 156 0.017485 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.130 - - [2025-08-11 01:58:19] "POST /ref-update HTTP/1.1" 200 156 0.009754 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.130 - - [2025-08-11 01:58:19] "POST /ref-update HTTP/1.1" 200 156 0.014080 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981 10.0.0.130 - - [2025-08-11 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.130 - - [2025-08-11 01:58:19] "POST /ref-update HTTP/1.1" 200 156 0.014784 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.130 - - [2025-08-11 01:58:20] "POST /ref-update HTTP/1.1" 200 156 0.011979 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.130 - - [2025-08-11 01:58:20] "POST /ref-update HTTP/1.1" 200 156 0.012641 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.130 - - [2025-08-11 01:58:20] "POST /ref-update HTTP/1.1" 200 156 0.009415 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.130 - - [2025-08-11 01:58:20] "POST /ref-update HTTP/1.1" 200 156 0.014240 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.130 - - [2025-08-11 01:58:20] "POST /ref-update HTTP/1.1" 200 156 0.011765 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.130 - - [2025-08-11 01:58:20] "POST /ref-update HTTP/1.1" 200 156 0.010258 10.0.0.130 - - [2025-08-11 01:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.130 - - [2025-08-11 01:58:21] "POST /ref-update HTTP/1.1" 200 156 0.014202 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005722 10.0.0.130 - - [2025-08-11 01:58:21] "POST /ref-update HTTP/1.1" 200 156 0.012505 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.130 - - [2025-08-11 01:58:21] "POST /ref-update HTTP/1.1" 200 156 0.011567 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.130 - - [2025-08-11 01:58:21] "POST /ref-update HTTP/1.1" 200 156 0.015012 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.130 - - [2025-08-11 01:58:21] "POST /ref-update HTTP/1.1" 200 156 0.012192 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.130 - - [2025-08-11 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.116559 10.0.0.130 - - [2025-08-11 01:58:22] "POST /ref-update HTTP/1.1" 200 156 0.016501 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.130 - - [2025-08-11 01:58:22] "POST /ref-update HTTP/1.1" 200 156 0.013816 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.130 - - [2025-08-11 01:58:22] "POST /ref-update HTTP/1.1" 200 156 0.010919 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.130 - - [2025-08-11 01:58:22] "POST /ref-update HTTP/1.1" 200 156 0.014264 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.130 - - [2025-08-11 01:58:22] "POST /ref-update HTTP/1.1" 200 156 0.011750 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.130 - - [2025-08-11 01:58:22] "POST /ref-update HTTP/1.1" 200 156 0.014503 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.130 - - [2025-08-11 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.130 - - [2025-08-11 01:58:22] "POST /ref-update HTTP/1.1" 200 156 0.015293 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.130 - - [2025-08-11 01:58:23] "POST /ref-update HTTP/1.1" 200 156 0.011666 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.130 - - [2025-08-11 01:58:23] "POST /ref-update HTTP/1.1" 200 156 0.017679 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.130 - - [2025-08-11 01:58:23] "POST /ref-update HTTP/1.1" 200 156 0.012414 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887 10.0.0.130 - - [2025-08-11 01:58:23] "POST /ref-update HTTP/1.1" 200 156 0.011588 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.130 - - [2025-08-11 01:58:23] "POST /ref-update HTTP/1.1" 200 156 0.013984 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.130 - - [2025-08-11 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.130 - - [2025-08-11 01:58:23] "POST /ref-update HTTP/1.1" 200 156 0.010368 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.130 - - [2025-08-11 01:58:24] "POST /ref-update HTTP/1.1" 200 156 0.011712 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005959 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.130 - - [2025-08-11 01:58:24] "POST /ref-update HTTP/1.1" 200 156 0.012998 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.130 - - [2025-08-11 01:58:24] "POST /ref-update HTTP/1.1" 200 156 0.010740 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004932 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.130 - - [2025-08-11 01:58:24] "POST /ref-update HTTP/1.1" 200 156 0.015998 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.130 - - [2025-08-11 01:58:24] "POST /ref-update HTTP/1.1" 200 156 0.013174 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.130 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.130 - - [2025-08-11 01:58:24] "POST /ref-update HTTP/1.1" 200 156 0.010344 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009446 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.130 - - [2025-08-11 01:58:25] "POST /ref-update HTTP/1.1" 200 156 0.011440 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.130 - - [2025-08-11 01:58:25] "POST /ref-update HTTP/1.1" 200 156 0.019263 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007034 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.130 - - [2025-08-11 01:58:25] "POST /ref-update HTTP/1.1" 200 156 0.011324 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005592 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006378 10.0.0.130 - - [2025-08-11 01:58:25] "POST /ref-update HTTP/1.1" 200 156 0.017725 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.130 - - [2025-08-11 01:58:25] "POST /ref-update HTTP/1.1" 200 156 0.018533 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.130 - - [2025-08-11 01:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.130 - - [2025-08-11 01:58:25] "POST /ref-update HTTP/1.1" 200 156 0.011385 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.130 - - [2025-08-11 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.021583 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009843 10.0.0.130 - - [2025-08-11 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.016166 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004904 10.0.0.130 - - [2025-08-11 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.011276 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.130 - - [2025-08-11 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.013783 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.130 - - [2025-08-11 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.012341 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.130 - - [2025-08-11 01:58:26] "POST /ref-update HTTP/1.1" 200 156 0.011097 10.0.0.130 - - [2025-08-11 01:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005356 10.0.0.130 - - [2025-08-11 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.130 - - [2025-08-11 01:58:27] "POST /ref-update HTTP/1.1" 200 156 0.016161 10.0.0.130 - - [2025-08-11 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.130 - - [2025-08-11 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.130 - - [2025-08-11 01:58:27] "POST /ref-update HTTP/1.1" 200 156 0.012074 10.0.0.130 - - [2025-08-11 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.130 - - [2025-08-11 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010180 10.0.0.130 - - [2025-08-11 01:58:27] "POST /ref-update HTTP/1.1" 200 156 0.012227 10.0.0.130 - - [2025-08-11 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005382 10.0.0.130 - - [2025-08-11 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.130 - - [2025-08-11 01:58:27] "POST /ref-update HTTP/1.1" 200 156 0.012450 10.0.0.130 - - [2025-08-11 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.130 - - [2025-08-11 01:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151 10.0.0.130 - - [2025-08-11 01:58:27] "POST /ref-update HTTP/1.1" 200 156 0.014993 10.0.0.130 - - [2025-08-11 01:58:27] "POST /network-ipams HTTP/1.1" 200 552 0.025645 10.0.0.130 - - [2025-08-11 01:58:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004389 10.0.0.130 - - [2025-08-11 01:58:28] "POST /virtual-networks HTTP/1.1" 200 554 0.146832 10.0.0.130 - - [2025-08-11 01:58:28] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004504 10.0.0.130 - - [2025-08-11 01:58:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.003279 10.0.0.130 - - [2025-08-11 01:58:28] "POST /fqname-to-id HTTP/1.1" 404 178 0.003556 10.0.0.130 - - [2025-08-11 01:58:28] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.004179 10.0.0.130 - - [2025-08-11 01:58:28] "GET /fabric/46cbe51f-3c78-493d-8502-ff6485bf4b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.007087 10.0.0.130 - - [2025-08-11 01:58:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.004629 10.0.0.130 - - [2025-08-11 01:58:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.003302 10.0.0.130 - - [2025-08-11 01:58:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.004970 10.0.0.130 - - [2025-08-11 01:58:28] "POST /route-targets HTTP/1.1" 200 328 0.023899 10.0.0.130 - - [2025-08-11 01:58:28] "POST /ref-update HTTP/1.1" 200 156 0.013083 10.0.0.130 - - [2025-08-11 01:58:56] "GET / HTTP/1.1" 200 36215 0.003137 10.0.0.130 - - [2025-08-11 01:58:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000594 10.0.0.130 - - [2025-08-11 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.031000 10.0.0.130 - - [2025-08-11 01:58:57] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.014683 10.0.0.130 - - [2025-08-11 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.004697 10.0.0.130 - - [2025-08-11 01:58:57] "POST /database-nodes HTTP/1.1" 200 605 0.038264 10.0.0.130 - - [2025-08-11 01:59:39] "GET / HTTP/1.1" 200 36215 0.003276 10.0.0.130 - - [2025-08-11 01:59:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000814 10.0.0.130 - - [2025-08-11 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.034037 10.0.0.130 - - [2025-08-11 01:59:40] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.010324 10.0.0.130 - - [2025-08-11 01:59:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.003115 10.0.0.130 - - [2025-08-11 01:59:40] "POST /analytics-nodes HTTP/1.1" 200 607 0.023737 10.0.0.130 - - [2025-08-11 01:59:45] "GET / HTTP/1.1" 200 36215 0.001980 10.0.0.130 - - [2025-08-11 01:59:54] "GET / HTTP/1.1" 200 36215 0.001441 10.0.0.130 - - [2025-08-11 01:59:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.130 - - [2025-08-11 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.025094 10.0.0.130 - - [2025-08-11 01:59:54] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005328 10.0.0.130 - - [2025-08-11 01:59:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003355 10.0.0.130 - - [2025-08-11 01:59:55] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.026964 10.0.0.130 - - [2025-08-11 02:00:04] "GET / HTTP/1.1" 200 36215 0.002781 10.0.0.130 - - [2025-08-11 02:00:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000826 10.0.0.130 - - [2025-08-11 02:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.042875 10.0.0.130 - - [2025-08-11 02:00:04] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.012863 10.0.0.130 - - [2025-08-11 02:00:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.004007 10.0.0.130 - - [2025-08-11 02:00:04] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.032960 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.130 - - [2025-08-11 02:00:25] "GET /obj-perms HTTP/1.1" 200 5075 0.376371 10.0.0.130 - - [2025-08-11 02:00:25] "GET /obj-perms HTTP/1.1" 200 5075 0.049005 10.0.0.130 - - [2025-08-11 02:01:26] "GET /obj-perms HTTP/1.1" 200 5075 0.054290 10.0.0.130 - - [2025-08-11 02:01:26] "GET /obj-perms HTTP/1.1" 200 5075 0.054900 10.0.0.130 - - [2025-08-11 02:01:36] "GET / HTTP/1.1" 200 36215 0.002478 10.0.0.130 - - [2025-08-11 02:01:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000617 10.0.0.130 - - [2025-08-11 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.023751 10.0.0.130 - - [2025-08-11 02:01:37] "GET /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005642 10.0.0.130 - - [2025-08-11 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.130 - - [2025-08-11 02:01:37] "GET /routing-instance/c727de20-b92b-4b15-876c-2cb237df2b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003901 10.0.0.130 - - [2025-08-11 02:01:37] "PUT /global-system-config/26e9c533-d2b1-4753-81d9-fbf14f6e1aea HTTP/1.1" 200 275 0.012610 10.0.0.130 - - [2025-08-11 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 218 0.002595 10.0.0.130 - - [2025-08-11 02:01:37] "POST /virtual-routers HTTP/1.1" 200 605 0.022341 10.0.0.130 - - [2025-08-11 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.130 - - [2025-08-11 02:01:37] "GET /virtual-router/b718d0cb-a040-414a-b617-ce39feab3238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1258 0.005201 10.0.0.130 - - [2025-08-11 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.002690 10.0.0.130 - - [2025-08-11 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.130 - - [2025-08-11 02:01:37] "GET /virtual-network/a2f3be91-7df8-4fad-a235-590db64562cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.007063 10.0.0.130 - - [2025-08-11 02:01:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.038706 10.0.0.130 - - [2025-08-11 02:01:38] "PUT /access-control-list/55aabc56-7a37-4845-ae58-3467fc87fd6a HTTP/1.1" 200 273 0.010314 [Introspect:8084]10.0.0.130 - - [2025-08-11 02:01:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000998 [Introspect:8084]10.0.0.130 - - [2025-08-11 02:01:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001582 [Introspect:8084]10.0.0.130 - - [2025-08-11 02:01:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000770 [Introspect:8084]10.0.0.130 - - [2025-08-11 02:01:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000816 10.0.0.130 - - [2025-08-11 02:02:26] "GET /obj-perms HTTP/1.1" 200 5075 0.053267 10.0.0.130 - - [2025-08-11 02:02:27] "GET /obj-perms HTTP/1.1" 200 5075 0.066549 10.0.0.130 - - [2025-08-11 02:02:36] "GET / HTTP/1.1" 200 36215 0.002921 10.0.0.130 - - [2025-08-11 02:02:37] "GET /project/36f60223-01f3-45a5-96b7-fd39514611a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000806 10.0.0.130 - - [2025-08-11 02:02:37] "GET /global-system-configs HTTP/1.1" 200 323 0.010328 10.0.0.130 - - [2025-08-11 02:02:37] "GET /obj-perms HTTP/1.1" 200 5075 0.192413 10.0.0.130 - - [2025-08-11 02:02:37] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.019867 10.0.0.130 - - [2025-08-11 02:02:37] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001833 10.0.0.130 - - [2025-08-11 02:02:37] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035110 10.0.0.130 - - [2025-08-11 02:02:37] "POST /id-to-fqname HTTP/1.1" 200 167 0.001497 10.0.0.130 - - [2025-08-11 02:02:38] "POST /fqname-to-id HTTP/1.1" 404 176 0.002821 10.0.0.130 - - [2025-08-11 02:02:38] "POST /security-groups HTTP/1.1" 200 568 0.060319 10.0.0.130 - - [2025-08-11 02:02:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.021531 10.0.0.130 - - [2025-08-11 02:02:38] "POST /projects HTTP/1.1" 200 539 0.225237 10.0.0.130 - - [2025-08-11 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.295594 10.0.0.130 - - [2025-08-11 02:02:38] "POST /access-control-lists HTTP/1.1" 200 575 0.067977 10.0.0.130 - - [2025-08-11 02:02:38] "GET /project/36f60223-01f3-45a5-96b7-fd39514611a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.473510 10.0.0.130 - - [2025-08-11 02:02:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.005692 10.0.0.130 - - [2025-08-11 02:02:38] "POST /access-control-lists HTTP/1.1" 200 573 0.064597 10.0.0.130 - - [2025-08-11 02:02:38] "GET /global-system-configs HTTP/1.1" 200 323 0.003330 10.0.0.130 - - [2025-08-11 02:02:38] "GET /obj-perms HTTP/1.1" 200 5075 0.026398 [Introspect:8084]10.0.0.130 - - [2025-08-11 02:02:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001354 10.0.0.130 - - [2025-08-11 02:02:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.024600 10.0.0.130 - - [2025-08-11 02:02:39] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002656 10.0.0.130 - - [2025-08-11 02:02:39] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.130 - - [2025-08-11 02:02:39] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007127 10.0.0.130 - - [2025-08-11 02:02:39] "POST /id-to-fqname HTTP/1.1" 200 201 0.001143 10.0.0.130 - - [2025-08-11 02:02:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.003263 10.0.0.130 - - [2025-08-11 02:02:39] "POST /security-groups HTTP/1.1" 200 602 0.067916 10.0.0.130 - - [2025-08-11 02:02:39] "POST /fqname-to-id HTTP/1.1" 404 245 0.002778 10.0.0.130 - - [2025-08-11 02:02:39] "POST /projects HTTP/1.1" 200 607 0.234608 10.0.0.130 - - [2025-08-11 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.304654 10.0.0.130 - - [2025-08-11 02:02:39] "POST /access-control-lists HTTP/1.1" 200 609 0.066121 10.0.0.130 - - [2025-08-11 02:02:39] "POST /fqname-to-id HTTP/1.1" 404 244 0.004349 10.0.0.130 - - [2025-08-11 02:02:39] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.447643 10.0.0.130 - - [2025-08-11 02:02:39] "POST /access-control-lists HTTP/1.1" 200 607 0.057542 10.0.0.130 - - [2025-08-11 02:02:40] "GET / HTTP/1.1" 200 36215 0.001821 10.0.0.130 - - [2025-08-11 02:02:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000483 10.0.0.130 - - [2025-08-11 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.083141 10.0.0.130 - - [2025-08-11 02:02:41] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001570 10.0.0.130 - - [2025-08-11 02:02:41] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.028528 10.0.0.130 - - [2025-08-11 02:02:41] "POST /neutron/network HTTP/1.1" 200 117 0.036843 10.0.0.130 - - [2025-08-11 02:02:41] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001107 10.0.0.130 - - [2025-08-11 02:02:42] "POST /neutron/network HTTP/1.1" 200 620 0.078556 10.0.0.130 - - [2025-08-11 02:02:42] "POST /route-targets HTTP/1.1" 200 328 0.011160 10.0.0.130 - - [2025-08-11 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.015280 10.0.0.130 - - [2025-08-11 02:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003200 10.0.0.130 - - [2025-08-11 02:02:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.158743 10.0.0.130 - - [2025-08-11 02:02:42] "POST /neutron/network HTTP/1.1" 200 840 0.006516 10.0.0.130 - - [2025-08-11 02:02:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001382 10.0.0.130 - - [2025-08-11 02:02:42] "GET /virtual-network/54df94d4-ce3e-4290-b416-e27aafe67f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005588 10.0.0.130 - - [2025-08-11 02:02:42] "POST /neutron/network HTTP/1.1" 200 840 0.005120 10.0.0.130 - - [2025-08-11 02:02:42] "GET /virtual-network/54df94d4-ce3e-4290-b416-e27aafe67f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004325 10.0.0.130 - - [2025-08-11 02:02:42] "POST /neutron/network HTTP/1.1" 200 840 0.006821 10.0.0.130 - - [2025-08-11 02:02:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.007195 10.0.0.130 - - [2025-08-11 02:02:42] "GET /domains HTTP/1.1" 401 293 0.000432 10.0.0.130 - - [2025-08-11 02:02:42] "GET /domains HTTP/1.1" 200 281 0.022315 10.0.0.130 - - [2025-08-11 02:02:42] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001749 10.0.0.130 - - [2025-08-11 02:02:42] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2594 0.019506 10.0.0.130 - - [2025-08-11 02:02:42] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001980 10.0.0.130 - - [2025-08-11 02:02:42] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5 HTTP/1.1" 200 2183 0.076516 10.0.0.130 - - [2025-08-11 02:02:42] "GET /virtual-network/54df94d4-ce3e-4290-b416-e27aafe67f89 HTTP/1.1" 200 2349 0.008845 10.0.0.130 - - [2025-08-11 02:02:42] "GET /virtual-network/54df94d4-ce3e-4290-b416-e27aafe67f89 HTTP/1.1" 200 2349 0.008445 10.0.0.130 - - [2025-08-11 02:02:42] "GET /routing-instance/9746f627-0642-4f88-94c9-73e0a67f0fbd HTTP/1.1" 200 1498 0.006248 10.0.0.130 - - [2025-08-11 02:02:42] "GET /routing-instance/9746f627-0642-4f88-94c9-73e0a67f0fbd HTTP/1.1" 200 1498 0.003950 10.0.0.130 - - [2025-08-11 02:02:42] "GET /route-target/42599fc9-4622-45ee-a219-94a5c695b642 HTTP/1.1" 200 1221 0.003440 10.0.0.130 - - [2025-08-11 02:02:42] "GET /virtual-network/54df94d4-ce3e-4290-b416-e27aafe67f89 HTTP/1.1" 200 2349 0.005192 10.0.0.130 - - [2025-08-11 02:02:42] "GET /routing-instance/9746f627-0642-4f88-94c9-73e0a67f0fbd HTTP/1.1" 200 1498 0.003558 10.0.0.130 - - [2025-08-11 02:02:42] "GET /virtual-network/54df94d4-ce3e-4290-b416-e27aafe67f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004973 10.0.0.130 - - [2025-08-11 02:02:42] "GET /virtual-network/54df94d4-ce3e-4290-b416-e27aafe67f89 HTTP/1.1" 200 2349 0.004957 10.0.0.130 - - [2025-08-11 02:02:42] "GET /routing-instance/9746f627-0642-4f88-94c9-73e0a67f0fbd HTTP/1.1" 200 1498 0.003432 10.0.0.130 - - [2025-08-11 02:02:42] "GET /routing-instance/9746f627-0642-4f88-94c9-73e0a67f0fbd HTTP/1.1" 200 1498 0.004405 10.0.0.130 - - [2025-08-11 02:02:42] "GET /route-target/42599fc9-4622-45ee-a219-94a5c695b642 HTTP/1.1" 200 1221 0.004590 10.0.0.130 - - [2025-08-11 02:02:43] "GET /domains HTTP/1.1" 200 281 0.003876 10.0.0.130 - - [2025-08-11 02:02:43] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.130 - - [2025-08-11 02:02:43] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2594 0.007407 10.0.0.130 - - [2025-08-11 02:02:43] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002455 10.0.0.130 - - [2025-08-11 02:02:43] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5 HTTP/1.1" 200 2183 0.078588 10.0.0.130 - - [2025-08-11 02:02:43] "GET /virtual-network/54df94d4-ce3e-4290-b416-e27aafe67f89 HTTP/1.1" 200 2349 0.005829 10.0.0.130 - - [2025-08-11 02:02:43] "GET /obj-perms HTTP/1.1" 200 5071 0.042415 10.0.0.130 - - [2025-08-11 02:02:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001553 10.0.0.130 - - [2025-08-11 02:02:45] "POST /neutron/network HTTP/1.1" 200 850 0.007409 10.0.0.130 - - [2025-08-11 02:02:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000470 10.0.0.130 - - [2025-08-11 02:02:45] "GET / HTTP/1.1" 200 36215 0.001759 10.0.0.130 - - [2025-08-11 02:02:45] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000464 10.0.0.130 - - [2025-08-11 02:02:45] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001852 10.0.0.130 - - [2025-08-11 02:02:45] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.058217 10.0.0.130 - - [2025-08-11 02:02:46] "POST /neutron/network HTTP/1.1" 200 840 0.027939 10.0.0.130 - - [2025-08-11 02:02:46] "POST /neutron/port HTTP/1.1" 200 117 0.006488 10.0.0.130 - - [2025-08-11 02:02:46] "POST /neutron/port HTTP/1.1" 200 117 0.008346 10.0.0.130 - - [2025-08-11 02:02:46] "POST /neutron/port HTTP/1.1" 200 117 0.006296 10.0.0.130 - - [2025-08-11 02:02:47] "POST /neutron/network HTTP/1.1" 200 850 0.009425 10.0.0.130 - - [2025-08-11 02:02:48] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001287 10.0.0.130 - - [2025-08-11 02:02:48] "POST /neutron/port HTTP/1.1" 200 1072 0.317010 10.0.0.130 - - [2025-08-11 02:02:48] "POST /neutron/port HTTP/1.1" 200 1072 0.033681 10.0.0.130 - - [2025-08-11 02:02:48] "POST /neutron/port HTTP/1.1" 200 1072 0.015306 10.0.0.130 - - [2025-08-11 02:02:48] "POST /neutron/port HTTP/1.1" 200 1126 0.074132 10.0.0.130 - - [2025-08-11 02:02:48] "POST /neutron/port HTTP/1.1" 200 1100 0.018800 10.0.0.130 - - [2025-08-11 02:02:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008834 10.0.0.130 - - [2025-08-11 02:02:48] "POST /neutron/subnet HTTP/1.1" 200 704 0.014677 10.0.0.130 - - [2025-08-11 02:02:49] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.130 - - [2025-08-11 02:02:49] "POST /neutron/network HTTP/1.1" 200 840 0.010305 10.0.0.130 - - [2025-08-11 02:02:52] "POST /neutron/port HTTP/1.1" 200 1100 0.016004 10.0.0.130 - - [2025-08-11 02:02:52] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010627 10.0.0.130 - - [2025-08-11 02:02:57] "POST /neutron/port HTTP/1.1" 200 1100 0.012474 10.0.0.130 - - [2025-08-11 02:02:57] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006127 10.0.0.130 - - [2025-08-11 02:02:57] "GET /obj-perms HTTP/1.1" 200 5071 0.004966 10.0.0.130 - - [2025-08-11 02:02:58] "GET /obj-perms HTTP/1.1" 200 5071 0.003780 10.0.0.130 - - [2025-08-11 02:02:59] "GET /obj-perms HTTP/1.1" 200 5071 0.003424 10.0.0.130 - - [2025-08-11 02:02:59] "POST /neutron/port HTTP/1.1" 200 1100 0.015029 10.0.0.130 - - [2025-08-11 02:02:59] "POST /neutron/port HTTP/1.1" 200 1100 0.010663 10.0.0.130 - - [2025-08-11 02:02:59] "POST /neutron/network HTTP/1.1" 200 850 0.007210 10.0.0.130 - - [2025-08-11 02:03:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004412 10.0.0.130 - - [2025-08-11 02:03:00] "POST /neutron/subnet HTTP/1.1" 200 704 0.008824 10.0.0.130 - - [2025-08-11 02:03:00] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.130 - - [2025-08-11 02:03:00] "POST /neutron/network HTTP/1.1" 200 840 0.006380 10.0.0.130 - - [2025-08-11 02:03:00] "GET /obj-perms HTTP/1.1" 200 5071 0.003101 10.0.0.130 - - [2025-08-11 02:03:01] "GET /obj-perms HTTP/1.1" 200 5071 0.003275 10.0.0.130 - - [2025-08-11 02:03:02] "POST /neutron/network HTTP/1.1" 200 840 0.007368 10.0.0.130 - - [2025-08-11 02:03:02] "POST /neutron/network HTTP/1.1" 400 204 0.010679 10.0.0.130 - - [2025-08-11 02:03:02] "POST /neutron/port HTTP/1.1" 200 1100 0.011647 10.0.0.130 - - [2025-08-11 02:03:02] "POST /neutron/port HTTP/1.1" 200 1126 0.011579 10.0.0.130 - - [2025-08-11 02:03:03] "POST /neutron/port HTTP/1.1" 200 151 0.111275 10.0.0.130 - - [2025-08-11 02:03:04] "POST /neutron/network HTTP/1.1" 200 840 0.005724 10.0.0.130 - - [2025-08-11 02:03:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003699 10.0.0.130 - - [2025-08-11 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.130 - - [2025-08-11 02:03:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002059 10.0.0.130 - - [2025-08-11 02:03:04] "POST /neutron/network HTTP/1.1" 200 151 0.084838 10.0.0.130 - - [2025-08-11 02:03:04] "DELETE /route-target/42599fc9-4622-45ee-a219-94a5c695b642 HTTP/1.1" 200 115 0.014885 10.0.0.130 - - [2025-08-11 02:03:04] "GET /routing-instance/9746f627-0642-4f88-94c9-73e0a67f0fbd HTTP/1.1" 404 171 0.002503 10.0.0.130 - - [2025-08-11 02:03:04] "GET /domains HTTP/1.1" 200 281 0.004341 10.0.0.130 - - [2025-08-11 02:03:04] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001729 10.0.0.130 - - [2025-08-11 02:03:04] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2594 0.054155 10.0.0.130 - - [2025-08-11 02:03:04] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001586 10.0.0.130 - - [2025-08-11 02:03:04] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5 HTTP/1.1" 200 1932 0.066651 10.0.0.130 - - [2025-08-11 02:03:04] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001655 10.0.0.130 - - [2025-08-11 02:03:04] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.028096 10.0.0.130 - - [2025-08-11 02:03:04] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001498 10.0.0.130 - - [2025-08-11 02:03:05] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?fields=virtual_networks HTTP/1.1" 200 1065 0.079795 10.0.0.130 - - [2025-08-11 02:03:05] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001077 10.0.0.130 - - [2025-08-11 02:03:05] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.030591 10.0.0.130 - - [2025-08-11 02:03:05] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001030 10.0.0.130 - - [2025-08-11 02:03:05] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?fields=security_groups HTTP/1.1" 200 1303 0.028191 10.0.0.130 - - [2025-08-11 02:03:05] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001054 10.0.0.130 - - [2025-08-11 02:03:05] "GET /project/36f60223-01f3-45a5-96b7-fd39514611a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.035748 10.0.0.130 - - [2025-08-11 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.026641 10.0.0.130 - - [2025-08-11 02:03:10] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002499 10.0.0.130 - - [2025-08-11 02:03:10] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.130 - - [2025-08-11 02:03:10] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007283 10.0.0.130 - - [2025-08-11 02:03:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.001829 10.0.0.130 - - [2025-08-11 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.003894 10.0.0.130 - - [2025-08-11 02:03:10] "POST /security-groups HTTP/1.1" 200 603 0.063125 10.0.0.130 - - [2025-08-11 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 246 0.003971 10.0.0.130 - - [2025-08-11 02:03:10] "POST /projects HTTP/1.1" 200 609 0.216955 10.0.0.130 - - [2025-08-11 02:03:10] "POST /access-control-lists HTTP/1.1" 200 610 0.056826 10.0.0.130 - - [2025-08-11 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.292049 10.0.0.130 - - [2025-08-11 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.002669 10.0.0.130 - - [2025-08-11 02:03:10] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.425905 10.0.0.130 - - [2025-08-11 02:03:10] "POST /access-control-lists HTTP/1.1" 200 608 0.058854 10.0.0.130 - - [2025-08-11 02:03:11] "GET / HTTP/1.1" 200 36215 0.001874 10.0.0.130 - - [2025-08-11 02:03:12] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001184 10.0.0.130 - - [2025-08-11 02:03:12] "GET /project/36f60223-01f3-45a5-96b7-fd39514611a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.029473 10.0.0.130 - - [2025-08-11 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.130 - - [2025-08-11 02:03:13] "GET /security-group/b8e67343-cb1e-44d0-ba77-a81a6b511782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.004659 10.0.0.130 - - [2025-08-11 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.130 - - [2025-08-11 02:03:13] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001055 10.0.0.130 - - [2025-08-11 02:03:13] "GET /project/36f60223-01f3-45a5-96b7-fd39514611a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.033841 10.0.0.130 - - [2025-08-11 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.130 - - [2025-08-11 02:03:13] "GET /security-group/b8e67343-cb1e-44d0-ba77-a81a6b511782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.004030 10.0.0.130 - - [2025-08-11 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.130 - - [2025-08-11 02:03:13] "PUT /security-group/b8e67343-cb1e-44d0-ba77-a81a6b511782 HTTP/1.1" 200 263 0.016645 10.0.0.130 - - [2025-08-11 02:03:13] "PUT /access-control-list/1267daaa-220a-4e7c-86a9-23c83e60b2be HTTP/1.1" 200 273 0.010344 10.0.0.130 - - [2025-08-11 02:03:13] "PUT /access-control-list/eb477a59-b575-425e-8c7f-f2e762763e04 HTTP/1.1" 200 273 0.010840 10.0.0.130 - - [2025-08-11 02:03:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.130 - - [2025-08-11 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.055400 10.0.0.130 - - [2025-08-11 02:03:13] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001589 10.0.0.130 - - [2025-08-11 02:03:14] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.046150 10.0.0.130 - - [2025-08-11 02:03:14] "POST /neutron/network HTTP/1.1" 200 117 0.038130 10.0.0.130 - - [2025-08-11 02:03:14] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.130 - - [2025-08-11 02:03:14] "POST /neutron/network HTTP/1.1" 200 619 0.075146 10.0.0.130 - - [2025-08-11 02:03:14] "POST /route-targets HTTP/1.1" 200 328 0.011424 10.0.0.130 - - [2025-08-11 02:03:14] "POST /ref-update HTTP/1.1" 200 156 0.011902 10.0.0.130 - - [2025-08-11 02:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008452 10.0.0.130 - - [2025-08-11 02:03:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.169623 10.0.0.130 - - [2025-08-11 02:03:14] "POST /neutron/network HTTP/1.1" 200 837 0.005803 10.0.0.130 - - [2025-08-11 02:03:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001313 10.0.0.130 - - [2025-08-11 02:03:14] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004889 10.0.0.130 - - [2025-08-11 02:03:14] "POST /neutron/network HTTP/1.1" 200 837 0.007829 10.0.0.130 - - [2025-08-11 02:03:14] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007516 10.0.0.130 - - [2025-08-11 02:03:14] "POST /neutron/network HTTP/1.1" 200 837 0.005917 10.0.0.130 - - [2025-08-11 02:03:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.009162 10.0.0.130 - - [2025-08-11 02:03:14] "GET /domains HTTP/1.1" 401 293 0.000625 10.0.0.130 - - [2025-08-11 02:03:14] "GET /domains HTTP/1.1" 200 281 0.029368 10.0.0.130 - - [2025-08-11 02:03:14] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.130 - - [2025-08-11 02:03:14] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2793 0.009078 10.0.0.130 - - [2025-08-11 02:03:14] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.130 - - [2025-08-11 02:03:15] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79 HTTP/1.1" 200 2189 0.077671 10.0.0.130 - - [2025-08-11 02:03:15] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771 HTTP/1.1" 200 2341 0.006101 10.0.0.130 - - [2025-08-11 02:03:15] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771 HTTP/1.1" 200 2341 0.004875 10.0.0.130 - - [2025-08-11 02:03:15] "GET /routing-instance/bc646f5b-1f8a-4890-9cd6-7b407261da1d HTTP/1.1" 200 1495 0.003584 10.0.0.130 - - [2025-08-11 02:03:15] "GET /routing-instance/bc646f5b-1f8a-4890-9cd6-7b407261da1d HTTP/1.1" 200 1495 0.003156 10.0.0.130 - - [2025-08-11 02:03:15] "GET /route-target/ae7619e6-c7b3-42fe-a33d-72b484c01e97 HTTP/1.1" 200 1221 0.002846 10.0.0.130 - - [2025-08-11 02:03:15] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771 HTTP/1.1" 200 2341 0.004579 10.0.0.130 - - [2025-08-11 02:03:15] "GET /routing-instance/bc646f5b-1f8a-4890-9cd6-7b407261da1d HTTP/1.1" 200 1495 0.013680 10.0.0.130 - - [2025-08-11 02:03:15] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008051 10.0.0.130 - - [2025-08-11 02:03:15] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771 HTTP/1.1" 200 2341 0.008358 10.0.0.130 - - [2025-08-11 02:03:15] "GET /routing-instance/bc646f5b-1f8a-4890-9cd6-7b407261da1d HTTP/1.1" 200 1495 0.003502 10.0.0.130 - - [2025-08-11 02:03:15] "GET /routing-instance/bc646f5b-1f8a-4890-9cd6-7b407261da1d HTTP/1.1" 200 1495 0.003387 10.0.0.130 - - [2025-08-11 02:03:15] "GET /route-target/ae7619e6-c7b3-42fe-a33d-72b484c01e97 HTTP/1.1" 200 1221 0.003012 10.0.0.130 - - [2025-08-11 02:03:15] "GET /domains HTTP/1.1" 200 281 0.002487 10.0.0.130 - - [2025-08-11 02:03:15] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.130 - - [2025-08-11 02:03:15] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2793 0.007047 10.0.0.130 - - [2025-08-11 02:03:15] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001518 10.0.0.130 - - [2025-08-11 02:03:15] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79 HTTP/1.1" 200 2189 0.064899 10.0.0.130 - - [2025-08-11 02:03:15] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771 HTTP/1.1" 200 2341 0.007568 10.0.0.130 - - [2025-08-11 02:03:15] "GET /obj-perms HTTP/1.1" 200 5073 0.048499 10.0.0.130 - - [2025-08-11 02:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.130 - - [2025-08-11 02:03:15] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.130 - - [2025-08-11 02:03:15] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.026241 10.0.0.130 - - [2025-08-11 02:03:15] "POST /neutron/network HTTP/1.1" 200 117 0.009272 10.0.0.130 - - [2025-08-11 02:03:15] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001765 10.0.0.130 - - [2025-08-11 02:03:15] "POST /neutron/network HTTP/1.1" 200 619 0.069547 10.0.0.130 - - [2025-08-11 02:03:15] "POST /route-targets HTTP/1.1" 200 328 0.011653 10.0.0.130 - - [2025-08-11 02:03:15] "POST /ref-update HTTP/1.1" 200 156 0.010060 10.0.0.130 - - [2025-08-11 02:03:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003864 10.0.0.130 - - [2025-08-11 02:03:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.156466 10.0.0.130 - - [2025-08-11 02:03:15] "POST /neutron/network HTTP/1.1" 200 840 0.006510 10.0.0.130 - - [2025-08-11 02:03:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001319 10.0.0.130 - - [2025-08-11 02:03:16] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005085 10.0.0.130 - - [2025-08-11 02:03:16] "POST /neutron/network HTTP/1.1" 200 840 0.006132 10.0.0.130 - - [2025-08-11 02:03:16] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005153 10.0.0.130 - - [2025-08-11 02:03:16] "POST /neutron/network HTTP/1.1" 200 840 0.005237 10.0.0.130 - - [2025-08-11 02:03:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.006676 10.0.0.130 - - [2025-08-11 02:03:16] "GET /domains HTTP/1.1" 200 281 0.002111 10.0.0.130 - - [2025-08-11 02:03:16] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.130 - - [2025-08-11 02:03:16] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2793 0.006867 10.0.0.130 - - [2025-08-11 02:03:16] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.130 - - [2025-08-11 02:03:16] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79 HTTP/1.1" 200 2418 0.069191 10.0.0.130 - - [2025-08-11 02:03:16] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0 HTTP/1.1" 200 2350 0.007279 10.0.0.130 - - [2025-08-11 02:03:16] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0 HTTP/1.1" 200 2350 0.004770 10.0.0.130 - - [2025-08-11 02:03:16] "GET /routing-instance/68c519a4-b5cb-4f20-a9d9-0e3bfdb419a3 HTTP/1.1" 200 1494 0.004457 10.0.0.130 - - [2025-08-11 02:03:16] "GET /routing-instance/68c519a4-b5cb-4f20-a9d9-0e3bfdb419a3 HTTP/1.1" 200 1494 0.003856 10.0.0.130 - - [2025-08-11 02:03:16] "GET /route-target/eeb098a3-982d-410e-b21a-a527f28d2978 HTTP/1.1" 200 1221 0.003637 10.0.0.130 - - [2025-08-11 02:03:16] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0 HTTP/1.1" 200 2350 0.005771 10.0.0.130 - - [2025-08-11 02:03:16] "GET /routing-instance/68c519a4-b5cb-4f20-a9d9-0e3bfdb419a3 HTTP/1.1" 200 1494 0.003794 10.0.0.130 - - [2025-08-11 02:03:16] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004660 10.0.0.130 - - [2025-08-11 02:03:16] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0 HTTP/1.1" 200 2350 0.004700 10.0.0.130 - - [2025-08-11 02:03:16] "GET /routing-instance/68c519a4-b5cb-4f20-a9d9-0e3bfdb419a3 HTTP/1.1" 200 1494 0.003342 10.0.0.130 - - [2025-08-11 02:03:16] "GET /routing-instance/68c519a4-b5cb-4f20-a9d9-0e3bfdb419a3 HTTP/1.1" 200 1494 0.004237 10.0.0.130 - - [2025-08-11 02:03:16] "GET /route-target/eeb098a3-982d-410e-b21a-a527f28d2978 HTTP/1.1" 200 1221 0.003370 10.0.0.130 - - [2025-08-11 02:03:16] "GET /domains HTTP/1.1" 200 281 0.004377 10.0.0.130 - - [2025-08-11 02:03:16] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.130 - - [2025-08-11 02:03:16] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2793 0.007842 10.0.0.130 - - [2025-08-11 02:03:16] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.130 - - [2025-08-11 02:03:16] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79 HTTP/1.1" 200 2418 0.076692 10.0.0.130 - - [2025-08-11 02:03:16] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0 HTTP/1.1" 200 2350 0.006123 10.0.0.130 - - [2025-08-11 02:03:16] "GET /obj-perms HTTP/1.1" 200 5073 0.003873 10.0.0.130 - - [2025-08-11 02:03:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001328 10.0.0.130 - - [2025-08-11 02:03:16] "POST /neutron/network HTTP/1.1" 200 850 0.005406 10.0.0.130 - - [2025-08-11 02:03:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000468 10.0.0.130 - - [2025-08-11 02:03:17] "GET / HTTP/1.1" 200 36215 0.003146 10.0.0.130 - - [2025-08-11 02:03:17] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000382 10.0.0.130 - - [2025-08-11 02:03:17] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001151 10.0.0.130 - - [2025-08-11 02:03:17] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.048935 10.0.0.130 - - [2025-08-11 02:03:17] "POST /neutron/network HTTP/1.1" 200 840 0.005354 10.0.0.130 - - [2025-08-11 02:03:17] "POST /neutron/port HTTP/1.1" 200 117 0.004905 10.0.0.130 - - [2025-08-11 02:03:17] "POST /neutron/port HTTP/1.1" 200 117 0.006082 10.0.0.130 - - [2025-08-11 02:03:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001403 10.0.0.130 - - [2025-08-11 02:03:17] "POST /neutron/port HTTP/1.1" 200 117 0.004984 10.0.0.130 - - [2025-08-11 02:03:17] "POST /neutron/network HTTP/1.1" 200 847 0.005320 10.0.0.130 - - [2025-08-11 02:03:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000693 10.0.0.130 - - [2025-08-11 02:03:17] "POST /neutron/network HTTP/1.1" 200 850 0.006958 10.0.0.130 - - [2025-08-11 02:03:17] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001193 10.0.0.130 - - [2025-08-11 02:03:18] "GET / HTTP/1.1" 200 36215 0.001848 10.0.0.130 - - [2025-08-11 02:03:18] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000428 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/port HTTP/1.1" 200 1074 0.216134 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/port HTTP/1.1" 200 1074 0.009290 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/port HTTP/1.1" 200 1074 0.007912 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/port HTTP/1.1" 200 1128 0.071795 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/port HTTP/1.1" 200 1102 0.010876 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004490 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.009772 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/port HTTP/1.1" 200 117 0.001722 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/network HTTP/1.1" 200 840 0.008109 10.0.0.130 - - [2025-08-11 02:03:18] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.130 - - [2025-08-11 02:03:18] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.057488 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/network HTTP/1.1" 200 837 0.006370 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/port HTTP/1.1" 200 1102 0.020181 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010784 10.0.0.130 - - [2025-08-11 02:03:18] "POST /neutron/port HTTP/1.1" 200 117 0.007993 10.0.0.130 - - [2025-08-11 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.130 - - [2025-08-11 02:03:18] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002012 10.0.0.130 - - [2025-08-11 02:03:18] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.032692 10.0.0.130 - - [2025-08-11 02:03:18] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007147 10.0.0.130 - - [2025-08-11 02:03:18] "GET /floating-ip-pools?parent_id=2f23b6e1-607d-4feb-9280-6c7ccfde5771&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003986 10.0.0.130 - - [2025-08-11 02:03:18] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006096 10.0.0.130 - - [2025-08-11 02:03:19] "POST /floating-ip-pools HTTP/1.1" 200 611 0.023354 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/network HTTP/1.1" 200 847 0.008357 10.0.0.130 - - [2025-08-11 02:03:19] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001206 10.0.0.130 - - [2025-08-11 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.016712 10.0.0.130 - - [2025-08-11 02:03:19] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008556 10.0.0.130 - - [2025-08-11 02:03:19] "GET /domains HTTP/1.1" 200 281 0.003203 10.0.0.130 - - [2025-08-11 02:03:19] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.130 - - [2025-08-11 02:03:19] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2793 0.019619 10.0.0.130 - - [2025-08-11 02:03:19] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002529 10.0.0.130 - - [2025-08-11 02:03:19] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79 HTTP/1.1" 200 3263 0.100236 10.0.0.130 - - [2025-08-11 02:03:19] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771 HTTP/1.1" 200 2934 0.008823 10.0.0.130 - - [2025-08-11 02:03:19] "GET /floating-ip-pool/6e1c913d-e8d5-43c9-b1f9-a2833e913360 HTTP/1.1" 200 1444 0.005782 10.0.0.130 - - [2025-08-11 02:03:19] "GET /domains HTTP/1.1" 200 281 0.002481 10.0.0.130 - - [2025-08-11 02:03:19] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001603 10.0.0.130 - - [2025-08-11 02:03:19] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2793 0.011833 10.0.0.130 - - [2025-08-11 02:03:19] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/port HTTP/1.1" 200 1071 0.364233 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/port HTTP/1.1" 200 1071 0.014225 10.0.0.130 - - [2025-08-11 02:03:19] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79 HTTP/1.1" 200 3263 0.087957 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/port HTTP/1.1" 200 1071 0.027877 10.0.0.130 - - [2025-08-11 02:03:19] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771 HTTP/1.1" 200 3156 0.007672 10.0.0.130 - - [2025-08-11 02:03:19] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007626 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/port HTTP/1.1" 200 1125 0.092900 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/port HTTP/1.1" 200 1102 0.014557 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005991 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/port HTTP/1.1" 200 1099 0.010561 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003529 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/port HTTP/1.1" 200 1102 0.022909 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.018576 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006227 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/network HTTP/1.1" 200 837 0.005778 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/port HTTP/1.1" 200 1102 0.012065 10.0.0.130 - - [2025-08-11 02:03:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007949 10.0.0.130 - - [2025-08-11 02:03:19] "GET /virtual-machine/ca4269bc-3612-4e5a-a408-8365ce14bc07 HTTP/1.1" 200 1307 0.004726 10.0.0.130 - - [2025-08-11 02:03:19] "GET /virtual-machine-interface/a3f5f566-3b93-4b02-b92a-3788c72f20de HTTP/1.1" 200 3012 0.006087 10.0.0.130 - - [2025-08-11 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.130 - - [2025-08-11 02:03:19] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003118 10.0.0.130 - - [2025-08-11 02:03:19] "GET /virtual-networks?parent_id=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003515 10.0.0.130 - - [2025-08-11 02:03:19] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005365 10.0.0.130 - - [2025-08-11 02:03:22] "DELETE /project/36f6022301f345a596b7fd39514611a0 HTTP/1.1" 404 173 0.011529 10.0.0.130 - - [2025-08-11 02:03:22] "DELETE /project/1d506c7d7ad341438a0331ec7c976be5 HTTP/1.1" 404 173 0.009917 10.0.0.130 - - [2025-08-11 02:03:22] "DELETE /project/3c201660f0ff413482215486268f3e79 HTTP/1.1" 404 173 0.007758 10.0.0.130 - - [2025-08-11 02:03:22] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001183 10.0.0.130 - - [2025-08-11 02:03:22] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.042225 10.0.0.130 - - [2025-08-11 02:03:22] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001085 10.0.0.130 - - [2025-08-11 02:03:22] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?fields=security_groups HTTP/1.1" 200 1405 0.050494 10.0.0.130 - - [2025-08-11 02:03:22] "DELETE /security-group/f8dcef33-2ca8-437c-a627-d288fd5e8704 HTTP/1.1" 200 115 0.045834 10.0.0.130 - - [2025-08-11 02:03:22] "GET /projects?obj_uuids=1d506c7d-7ad3-4143-8a03-31ec7c976be5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001280 10.0.0.130 - - [2025-08-11 02:03:22] "DELETE /access-control-list/5d9593c8-1685-4a4b-8299-bd662d272fd1 HTTP/1.1" 200 115 0.046925 10.0.0.130 - - [2025-08-11 02:03:22] "GET /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5?fields=application_policy_sets HTTP/1.1" 200 1444 0.055658 10.0.0.130 - - [2025-08-11 02:03:22] "DELETE /access-control-list/a1cbf947-80e9-4801-a278-9151657f796c HTTP/1.1" 200 115 0.053206 10.0.0.130 - - [2025-08-11 02:03:22] "DELETE /project/1d506c7d-7ad3-4143-8a03-31ec7c976be5 HTTP/1.1" 200 115 0.361561 10.0.0.130 - - [2025-08-11 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.130 - - [2025-08-11 02:03:23] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005982 10.0.0.130 - - [2025-08-11 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.130 - - [2025-08-11 02:03:27] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005618 10.0.0.130 - - [2025-08-11 02:03:27] "GET /obj-perms HTTP/1.1" 200 5075 0.071738 10.0.0.130 - - [2025-08-11 02:03:27] "POST /neutron/port HTTP/1.1" 200 1102 0.039875 10.0.0.130 - - [2025-08-11 02:03:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005683 10.0.0.130 - - [2025-08-11 02:03:28] "GET /obj-perms HTTP/1.1" 200 5075 0.043211 10.0.0.130 - - [2025-08-11 02:03:28] "POST /neutron/port HTTP/1.1" 200 1099 0.012543 10.0.0.130 - - [2025-08-11 02:03:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006702 10.0.0.130 - - [2025-08-11 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.130 - - [2025-08-11 02:03:29] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003055 10.0.0.130 - - [2025-08-11 02:03:29] "GET /virtual-networks?parent_id=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003157 10.0.0.130 - - [2025-08-11 02:03:29] "GET /virtual-network/7245382e-679b-46a0-8c1b-9ba98d51f5b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005179 10.0.0.130 - - [2025-08-11 02:03:29] "POST /neutron/port HTTP/1.1" 200 1102 0.010943 10.0.0.130 - - [2025-08-11 02:03:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006542 10.0.0.130 - - [2025-08-11 02:03:34] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.130 - - [2025-08-11 02:03:34] "POST /neutron/floatingip HTTP/1.1" 200 529 0.069971 10.0.0.130 - - [2025-08-11 02:03:34] "POST /neutron/port HTTP/1.1" 200 1102 0.012169 10.0.0.130 - - [2025-08-11 02:03:34] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006480 10.0.0.130 - - [2025-08-11 02:03:34] "POST /neutron/floatingip HTTP/1.1" 200 578 0.033104 10.0.0.130 - - [2025-08-11 02:03:34] "POST /neutron/port HTTP/1.1" 200 1099 0.011859 10.0.0.130 - - [2025-08-11 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006953 10.0.0.130 - - [2025-08-11 02:03:34] "POST /neutron/port HTTP/1.1" 200 1099 0.011876 10.0.0.130 - - [2025-08-11 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006211 10.0.0.130 - - [2025-08-11 02:03:34] "POST /neutron/port HTTP/1.1" 200 1099 0.010916 10.0.0.130 - - [2025-08-11 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005988 10.0.0.130 - - [2025-08-11 02:03:34] "GET /virtual-machine/02df1b7b-da69-4895-b10b-142f9df27ec6 HTTP/1.1" 200 1305 0.004892 10.0.0.130 - - [2025-08-11 02:03:34] "GET /virtual-machine-interface/63f64781-de4d-499c-88f7-38ffc7f71ea4 HTTP/1.1" 200 3010 0.006160 10.0.0.130 - - [2025-08-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.130 - - [2025-08-11 02:03:34] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002989 10.0.0.130 - - [2025-08-11 02:03:34] "GET /virtual-networks?parent_id=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004367 10.0.0.130 - - [2025-08-11 02:03:35] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005399 10.0.0.130 - - [2025-08-11 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.130 - - [2025-08-11 02:03:36] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003001 10.0.0.130 - - [2025-08-11 02:03:36] "GET /virtual-networks?parent_id=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004175 10.0.0.130 - - [2025-08-11 02:03:36] "GET /virtual-network/2f23b6e1-607d-4feb-9280-6c7ccfde5771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005606 10.0.0.130 - - [2025-08-11 02:03:36] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009240 10.0.0.130 - - [2025-08-11 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.130 - - [2025-08-11 02:03:36] "GET /routing-instance/bc646f5b-1f8a-4890-9cd6-7b407261da1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.005982 10.0.0.130 - - [2025-08-11 02:03:36] "GET /route-target/ae7619e6-c7b3-42fe-a33d-72b484c01e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004023 10.0.0.130 - - [2025-08-11 02:03:36] "GET /floating-ip/bdd8bf9f-e0e7-4581-8972-21b21402a25c HTTP/1.1" 200 1894 0.004528 10.0.0.130 - - [2025-08-11 02:03:39] "POST /neutron/floatingip HTTP/1.1" 200 578 0.011875 10.0.0.130 - - [2025-08-11 02:03:39] "POST /neutron/floatingip HTTP/1.1" 200 529 0.019922 10.0.0.130 - - [2025-08-11 02:03:39] "POST /neutron/floatingip HTTP/1.1" 200 529 0.007014 10.0.0.130 - - [2025-08-11 02:03:39] "POST /neutron/floatingip HTTP/1.1" 200 115 0.047869 10.0.0.130 - - [2025-08-11 02:03:39] "GET /floating-ip-pool/6e1c913d-e8d5-43c9-b1f9-a2833e913360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003540 10.0.0.130 - - [2025-08-11 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.010062 10.0.0.130 - - [2025-08-11 02:03:39] "DELETE /floating-ip-pool/6e1c913d-e8d5-43c9-b1f9-a2833e913360 HTTP/1.1" 200 115 0.031768 10.0.0.130 - - [2025-08-11 02:03:39] "POST /neutron/network HTTP/1.1" 200 840 0.013860 10.0.0.130 - - [2025-08-11 02:03:39] "POST /neutron/network HTTP/1.1" 400 204 0.013721 10.0.0.130 - - [2025-08-11 02:03:40] "POST /neutron/port HTTP/1.1" 200 1099 0.018445 10.0.0.130 - - [2025-08-11 02:03:40] "POST /neutron/port HTTP/1.1" 200 1125 0.018900 10.0.0.130 - - [2025-08-11 02:03:40] "POST /neutron/port HTTP/1.1" 200 1102 0.023449 10.0.0.130 - - [2025-08-11 02:03:40] "POST /neutron/port HTTP/1.1" 200 1128 0.018634 10.0.0.130 - - [2025-08-11 02:03:40] "POST /neutron/port HTTP/1.1" 200 151 0.216460 10.0.0.130 - - [2025-08-11 02:03:40] "POST /neutron/port HTTP/1.1" 200 151 0.179080 10.0.0.130 - - [2025-08-11 02:03:41] "POST /neutron/network HTTP/1.1" 200 840 0.008056 10.0.0.130 - - [2025-08-11 02:03:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003257 10.0.0.130 - - [2025-08-11 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006739 10.0.0.130 - - [2025-08-11 02:03:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004288 10.0.0.130 - - [2025-08-11 02:03:42] "POST /neutron/network HTTP/1.1" 200 151 0.104584 10.0.0.130 - - [2025-08-11 02:03:42] "GET /routing-instance/68c519a4-b5cb-4f20-a9d9-0e3bfdb419a3 HTTP/1.1" 404 171 0.002658 10.0.0.130 - - [2025-08-11 02:03:42] "DELETE /route-target/eeb098a3-982d-410e-b21a-a527f28d2978 HTTP/1.1" 200 115 0.024302 10.0.0.130 - - [2025-08-11 02:03:42] "GET /domains HTTP/1.1" 200 281 0.002592 10.0.0.130 - - [2025-08-11 02:03:42] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.130 - - [2025-08-11 02:03:42] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2595 0.052587 10.0.0.130 - - [2025-08-11 02:03:42] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001174 10.0.0.130 - - [2025-08-11 02:03:42] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79 HTTP/1.1" 200 2189 0.077531 10.0.0.130 - - [2025-08-11 02:03:42] "POST /neutron/network HTTP/1.1" 200 837 0.005968 10.0.0.130 - - [2025-08-11 02:03:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005913 10.0.0.130 - - [2025-08-11 02:03:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001992 10.0.0.130 - - [2025-08-11 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.012354 10.0.0.130 - - [2025-08-11 02:03:42] "POST /neutron/network HTTP/1.1" 200 151 0.092070 10.0.0.130 - - [2025-08-11 02:03:42] "GET /routing-instance/bc646f5b-1f8a-4890-9cd6-7b407261da1d HTTP/1.1" 404 171 0.004154 10.0.0.130 - - [2025-08-11 02:03:42] "GET /domains HTTP/1.1" 200 281 0.002226 10.0.0.130 - - [2025-08-11 02:03:42] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.130 - - [2025-08-11 02:03:42] "DELETE /route-target/ae7619e6-c7b3-42fe-a33d-72b484c01e97 HTTP/1.1" 200 115 0.028079 10.0.0.130 - - [2025-08-11 02:03:42] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2595 0.051574 10.0.0.130 - - [2025-08-11 02:03:42] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001905 10.0.0.130 - - [2025-08-11 02:03:42] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79 HTTP/1.1" 200 1938 0.069958 10.0.0.130 - - [2025-08-11 02:03:42] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.130 - - [2025-08-11 02:03:42] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.025235 10.0.0.130 - - [2025-08-11 02:03:42] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001365 10.0.0.130 - - [2025-08-11 02:03:42] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?fields=virtual_networks HTTP/1.1" 200 1067 0.070016 10.0.0.130 - - [2025-08-11 02:03:42] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001370 10.0.0.130 - - [2025-08-11 02:03:42] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.030879 10.0.0.130 - - [2025-08-11 02:03:43] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001844 10.0.0.130 - - [2025-08-11 02:03:43] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?fields=security_groups HTTP/1.1" 200 1306 0.030516 10.0.0.130 - - [2025-08-11 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.024450 10.0.0.130 - - [2025-08-11 02:03:43] "GET /projects?obj_uuids=530e413b-93c7-4223-8fa3-e21bc2feb5b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002876 10.0.0.130 - - [2025-08-11 02:03:43] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001532 10.0.0.130 - - [2025-08-11 02:03:43] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007829 10.0.0.130 - - [2025-08-11 02:03:44] "POST /id-to-fqname HTTP/1.1" 200 185 0.002135 10.0.0.130 - - [2025-08-11 02:03:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.003151 10.0.0.130 - - [2025-08-11 02:03:44] "POST /security-groups HTTP/1.1" 200 586 0.064090 10.0.0.130 - - [2025-08-11 02:03:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.002630 10.0.0.130 - - [2025-08-11 02:03:44] "POST /projects HTTP/1.1" 200 575 0.242369 10.0.0.130 - - [2025-08-11 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.277875 10.0.0.130 - - [2025-08-11 02:03:44] "POST /access-control-lists HTTP/1.1" 200 593 0.061427 10.0.0.130 - - [2025-08-11 02:03:44] "GET /project/530e413b-93c7-4223-8fa3-e21bc2feb5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.432998 10.0.0.130 - - [2025-08-11 02:03:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.003311 10.0.0.130 - - [2025-08-11 02:03:44] "POST /access-control-lists HTTP/1.1" 200 591 0.080761 10.0.0.130 - - [2025-08-11 02:03:45] "GET / HTTP/1.1" 200 36215 0.003264 10.0.0.130 - - [2025-08-11 02:03:46] "GET /projects?obj_uuids=530e413b-93c7-4223-8fa3-e21bc2feb5b5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001123 10.0.0.130 - - [2025-08-11 02:03:46] "GET /project/530e413b-93c7-4223-8fa3-e21bc2feb5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021459 10.0.0.130 - - [2025-08-11 02:03:46] "GET /projects?obj_uuids=530e413b-93c7-4223-8fa3-e21bc2feb5b5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001239 10.0.0.130 - - [2025-08-11 02:03:46] "GET /project/530e413b-93c7-4223-8fa3-e21bc2feb5b5?fields=virtual_networks HTTP/1.1" 200 1034 0.066993 10.0.0.130 - - [2025-08-11 02:03:46] "GET /projects?obj_uuids=530e413b-93c7-4223-8fa3-e21bc2feb5b5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.130 - - [2025-08-11 02:03:46] "GET /project/530e413b-93c7-4223-8fa3-e21bc2feb5b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023380 10.0.0.130 - - [2025-08-11 02:03:46] "GET /projects?obj_uuids=530e413b-93c7-4223-8fa3-e21bc2feb5b5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.130 - - [2025-08-11 02:03:46] "GET /project/530e413b-93c7-4223-8fa3-e21bc2feb5b5?fields=security_groups HTTP/1.1" 200 1256 0.030168 10.0.0.130 - - [2025-08-11 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.023795 10.0.0.130 - - [2025-08-11 02:03:47] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002400 10.0.0.130 - - [2025-08-11 02:03:47] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.130 - - [2025-08-11 02:03:47] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006567 10.0.0.130 - - [2025-08-11 02:03:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.001264 10.0.0.130 - - [2025-08-11 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.002717 10.0.0.130 - - [2025-08-11 02:03:47] "POST /security-groups HTTP/1.1" 200 586 0.063682 10.0.0.130 - - [2025-08-11 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.003523 10.0.0.130 - - [2025-08-11 02:03:47] "POST /projects HTTP/1.1" 200 575 0.211984 10.0.0.130 - - [2025-08-11 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.280955 10.0.0.130 - - [2025-08-11 02:03:47] "POST /access-control-lists HTTP/1.1" 200 593 0.060396 10.0.0.130 - - [2025-08-11 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.004309 10.0.0.130 - - [2025-08-11 02:03:48] "GET /project/1c6956f8-44a1-4ba3-8ed2-f210bca55d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.405797 10.0.0.130 - - [2025-08-11 02:03:48] "POST /access-control-lists HTTP/1.1" 200 591 0.065513 10.0.0.130 - - [2025-08-11 02:03:49] "GET / HTTP/1.1" 200 36215 0.001979 10.0.0.130 - - [2025-08-11 02:03:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003231 10.0.0.130 - - [2025-08-11 02:03:49] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001111 10.0.0.130 - - [2025-08-11 02:03:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.002896 10.0.0.130 - - [2025-08-11 02:03:49] "POST /access-control-lists HTTP/1.1" 200 592 0.014069 10.0.0.130 - - [2025-08-11 02:03:49] "POST /fqname-to-id HTTP/1.1" 404 227 0.002915 10.0.0.130 - - [2025-08-11 02:03:49] "POST /access-control-lists HTTP/1.1" 200 590 0.017932 10.0.0.130 - - [2025-08-11 02:03:49] "PUT /access-control-list/ee0ad486-dcb9-4f06-9c16-3abafcd5542f HTTP/1.1" 200 273 0.009711 10.0.0.130 - - [2025-08-11 02:03:49] "PUT /access-control-list/b67dc969-1632-4080-8240-f9f8a3f9088c HTTP/1.1" 200 273 0.009683 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group HTTP/1.1" 200 1364 0.393322 10.0.0.130 - - [2025-08-11 02:03:50] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001134 10.0.0.130 - - [2025-08-11 02:03:50] "PUT /access-control-list/b67dc969-1632-4080-8240-f9f8a3f9088c HTTP/1.1" 200 273 0.019429 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030006 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010078 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.107109 10.0.0.130 - - [2025-08-11 02:03:50] "PUT /access-control-list/b67dc969-1632-4080-8240-f9f8a3f9088c HTTP/1.1" 200 273 0.009968 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009387 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.146486 10.0.0.130 - - [2025-08-11 02:03:50] "PUT /access-control-list/b67dc969-1632-4080-8240-f9f8a3f9088c HTTP/1.1" 200 273 0.008117 10.0.0.130 - - [2025-08-11 02:03:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003486 10.0.0.130 - - [2025-08-11 02:03:50] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001091 10.0.0.130 - - [2025-08-11 02:03:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.003316 10.0.0.130 - - [2025-08-11 02:03:50] "POST /access-control-lists HTTP/1.1" 200 592 0.018336 10.0.0.130 - - [2025-08-11 02:03:50] "POST /fqname-to-id HTTP/1.1" 404 227 0.003399 10.0.0.130 - - [2025-08-11 02:03:50] "POST /access-control-lists HTTP/1.1" 200 590 0.015515 10.0.0.130 - - [2025-08-11 02:03:50] "PUT /access-control-list/cd61cf6a-e589-4ae5-ab82-3a58bbf12a81 HTTP/1.1" 200 273 0.009490 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group HTTP/1.1" 200 1364 0.265349 10.0.0.130 - - [2025-08-11 02:03:50] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002281 10.0.0.130 - - [2025-08-11 02:03:50] "PUT /access-control-list/b04352e4-80c4-4dd7-a707-365e1c5f9b35 HTTP/1.1" 200 273 0.017006 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.043223 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008815 10.0.0.130 - - [2025-08-11 02:03:50] "PUT /access-control-list/b04352e4-80c4-4dd7-a707-365e1c5f9b35 HTTP/1.1" 200 273 0.008653 10.0.0.130 - - [2025-08-11 02:03:50] "PUT /access-control-list/b04352e4-80c4-4dd7-a707-365e1c5f9b35 HTTP/1.1" 200 273 0.009024 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156916 10.0.0.130 - - [2025-08-11 02:03:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009203 10.0.0.130 - - [2025-08-11 02:03:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.092617 10.0.0.130 - - [2025-08-11 02:03:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000377 10.0.0.130 - - [2025-08-11 02:03:51] "PUT /access-control-list/b04352e4-80c4-4dd7-a707-365e1c5f9b35 HTTP/1.1" 200 273 0.011753 10.0.0.130 - - [2025-08-11 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.027925 10.0.0.130 - - [2025-08-11 02:03:51] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001172 10.0.0.130 - - [2025-08-11 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.003196 10.0.0.130 - - [2025-08-11 02:03:51] "POST /access-control-lists HTTP/1.1" 200 609 0.016819 10.0.0.130 - - [2025-08-11 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 244 0.002683 10.0.0.130 - - [2025-08-11 02:03:51] "POST /access-control-lists HTTP/1.1" 200 607 0.023994 10.0.0.130 - - [2025-08-11 02:03:51] "PUT /access-control-list/00338100-24b9-4a20-9745-29ad10de426d HTTP/1.1" 200 273 0.008240 10.0.0.130 - - [2025-08-11 02:03:51] "PUT /access-control-list/69f534f6-a90a-4bb3-9c90-69b871556969 HTTP/1.1" 200 273 0.013011 10.0.0.130 - - [2025-08-11 02:03:51] "POST /neutron/security_group HTTP/1.1" 200 1379 0.352935 10.0.0.130 - - [2025-08-11 02:03:51] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.130 - - [2025-08-11 02:03:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.032215 10.0.0.130 - - [2025-08-11 02:03:51] "PUT /access-control-list/69f534f6-a90a-4bb3-9c90-69b871556969 HTTP/1.1" 200 273 0.013641 10.0.0.130 - - [2025-08-11 02:03:51] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009132 10.0.0.130 - - [2025-08-11 02:03:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.147725 10.0.0.130 - - [2025-08-11 02:03:51] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012070 10.0.0.130 - - [2025-08-11 02:03:51] "PUT /access-control-list/69f534f6-a90a-4bb3-9c90-69b871556969 HTTP/1.1" 200 273 0.013170 10.0.0.130 - - [2025-08-11 02:03:52] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164879 10.0.0.130 - - [2025-08-11 02:03:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.003434 10.0.0.130 - - [2025-08-11 02:03:52] "PUT /access-control-list/69f534f6-a90a-4bb3-9c90-69b871556969 HTTP/1.1" 200 273 0.012938 10.0.0.130 - - [2025-08-11 02:03:52] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001204 10.0.0.130 - - [2025-08-11 02:03:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.002713 10.0.0.130 - - [2025-08-11 02:03:52] "POST /access-control-lists HTTP/1.1" 200 609 0.014891 10.0.0.130 - - [2025-08-11 02:03:52] "POST /fqname-to-id HTTP/1.1" 404 244 0.003133 10.0.0.130 - - [2025-08-11 02:03:52] "POST /access-control-lists HTTP/1.1" 200 607 0.025916 10.0.0.130 - - [2025-08-11 02:03:52] "PUT /access-control-list/becc429a-6119-40d6-b3a9-0c37d99b31c8 HTTP/1.1" 200 273 0.008482 10.0.0.130 - - [2025-08-11 02:03:52] "POST /neutron/security_group HTTP/1.1" 200 1379 0.307931 10.0.0.130 - - [2025-08-11 02:03:52] "PUT /access-control-list/21b37d0d-a0b1-4460-ace2-a585105b0de3 HTTP/1.1" 200 273 0.012906 10.0.0.130 - - [2025-08-11 02:03:52] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001093 10.0.0.130 - - [2025-08-11 02:03:52] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.032172 10.0.0.130 - - [2025-08-11 02:03:52] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008749 10.0.0.130 - - [2025-08-11 02:03:52] "PUT /access-control-list/21b37d0d-a0b1-4460-ace2-a585105b0de3 HTTP/1.1" 200 273 0.015106 10.0.0.130 - - [2025-08-11 02:03:52] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152962 10.0.0.130 - - [2025-08-11 02:03:52] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011578 10.0.0.130 - - [2025-08-11 02:03:52] "PUT /access-control-list/21b37d0d-a0b1-4460-ace2-a585105b0de3 HTTP/1.1" 200 273 0.020633 10.0.0.130 - - [2025-08-11 02:03:52] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.116919 10.0.0.130 - - [2025-08-11 02:03:52] "PUT /access-control-list/21b37d0d-a0b1-4460-ace2-a585105b0de3 HTTP/1.1" 200 273 0.010778 10.0.0.130 - - [2025-08-11 02:03:53] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001256 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.046460 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.005063 10.0.0.130 - - [2025-08-11 02:03:53] "POST /route-targets HTTP/1.1" 200 328 0.015680 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004395 10.0.0.130 - - [2025-08-11 02:03:53] "PUT /logical-router/41341e0c-dbca-475d-b964-88c668ca6856 HTTP/1.1" 200 263 0.014806 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.005004 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003405 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003405 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003581 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004046 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003452 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004791 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.005459 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.005248 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004927 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004993 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004774 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.005212 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004589 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003483 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003815 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004236 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004956 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.005070 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004784 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.005234 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.005126 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.005173 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004793 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004894 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004619 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004854 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004852 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.005462 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004369 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.013560 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004032 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.015200 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003684 10.0.0.130 - - [2025-08-11 02:03:53] "GET /logical-router/41341e0c-dbca-475d-b964-88c668ca6856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003755 10.0.0.130 - - [2025-08-11 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 151 0.042817 10.0.0.130 - - [2025-08-11 02:03:53] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001482 10.0.0.130 - - [2025-08-11 02:03:53] "DELETE /route-target/6dfc2d60-10d0-46d1-8526-56e8c109f15d HTTP/1.1" 200 115 0.024744 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.055856 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003353 10.0.0.130 - - [2025-08-11 02:03:53] "POST /route-targets HTTP/1.1" 200 328 0.011950 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.002984 10.0.0.130 - - [2025-08-11 02:03:53] "PUT /logical-router/8fc49de9-e7cd-4cf5-b953-724340c59781 HTTP/1.1" 200 263 0.019165 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.004609 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003728 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003456 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003158 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003331 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003351 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003376 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003371 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003359 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003817 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003495 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003293 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003572 10.0.0.130 - - [2025-08-11 02:03:53] "POST /neutron/router HTTP/1.1" 200 541 0.003618 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.004637 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003480 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003453 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003728 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003355 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003308 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003361 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003536 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003385 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003310 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003266 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.004313 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003323 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003306 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003305 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.003449 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.015549 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.007023 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.024975 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 541 0.004698 10.0.0.130 - - [2025-08-11 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.130 - - [2025-08-11 02:03:54] "GET /logical-router/8fc49de9-e7cd-4cf5-b953-724340c59781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006134 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 151 0.053009 10.0.0.130 - - [2025-08-11 02:03:54] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001130 10.0.0.130 - - [2025-08-11 02:03:54] "DELETE /route-target/f9e9115e-1589-4565-ae82-8891b0ae8188 HTTP/1.1" 200 115 0.017706 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.050293 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.006068 10.0.0.130 - - [2025-08-11 02:03:54] "POST /route-targets HTTP/1.1" 200 328 0.012583 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003983 10.0.0.130 - - [2025-08-11 02:03:54] "PUT /logical-router/5f60582b-7cfc-45de-a59b-b7e1f30ca38f HTTP/1.1" 200 263 0.017123 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.009999 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003578 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003501 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003297 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003838 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003335 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003463 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003423 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003228 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003412 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003271 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003182 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003446 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003239 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003254 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003296 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.004437 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003305 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003338 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003270 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003585 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003201 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.004171 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003319 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.003500 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.004636 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.004730 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.004740 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.004676 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.004680 10.0.0.130 - - [2025-08-11 02:03:54] "POST /neutron/router HTTP/1.1" 200 559 0.022151 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/router HTTP/1.1" 200 559 0.004052 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/router HTTP/1.1" 200 560 0.023097 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/router HTTP/1.1" 200 560 0.004189 10.0.0.130 - - [2025-08-11 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.130 - - [2025-08-11 02:03:55] "GET /logical-router/5f60582b-7cfc-45de-a59b-b7e1f30ca38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002357 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/router HTTP/1.1" 200 151 0.046167 10.0.0.130 - - [2025-08-11 02:03:55] "DELETE /route-target/01300227-b827-496d-8b20-f08a012a6629 HTTP/1.1" 200 115 0.020064 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 521 0.003729 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.049273 10.0.0.130 - - [2025-08-11 02:03:55] "DELETE /access-control-list/becc429a-6119-40d6-b3a9-0c37d99b31c8 HTTP/1.1" 200 115 0.022099 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 521 0.003331 10.0.0.130 - - [2025-08-11 02:03:55] "DELETE /access-control-list/21b37d0d-a0b1-4460-ace2-a585105b0de3 HTTP/1.1" 200 115 0.026412 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.035036 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 506 0.005175 10.0.0.130 - - [2025-08-11 02:03:55] "DELETE /access-control-list/00338100-24b9-4a20-9745-29ad10de426d HTTP/1.1" 200 115 0.021890 10.0.0.130 - - [2025-08-11 02:03:55] "DELETE /access-control-list/69f534f6-a90a-4bb3-9c90-69b871556969 HTTP/1.1" 200 115 0.019267 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.040206 10.0.0.130 - - [2025-08-11 02:03:55] "DELETE /access-control-list/cd61cf6a-e589-4ae5-ab82-3a58bbf12a81 HTTP/1.1" 200 115 0.028088 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 506 0.004495 10.0.0.130 - - [2025-08-11 02:03:55] "DELETE /access-control-list/b04352e4-80c4-4dd7-a707-365e1c5f9b35 HTTP/1.1" 200 115 0.022322 10.0.0.130 - - [2025-08-11 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.046278 10.0.0.130 - - [2025-08-11 02:03:55] "DELETE /access-control-list/ee0ad486-dcb9-4f06-9c16-3abafcd5542f HTTP/1.1" 200 115 0.024559 10.0.0.130 - - [2025-08-11 02:03:55] "DELETE /access-control-list/b67dc969-1632-4080-8240-f9f8a3f9088c HTTP/1.1" 200 115 0.020020 10.0.0.130 - - [2025-08-11 02:03:55] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001169 10.0.0.130 - - [2025-08-11 02:03:55] "GET /project/1c6956f8-44a1-4ba3-8ed2-f210bca55d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.022679 10.0.0.130 - - [2025-08-11 02:03:55] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.130 - - [2025-08-11 02:03:55] "GET /project/1c6956f8-44a1-4ba3-8ed2-f210bca55d63?fields=virtual_networks HTTP/1.1" 200 1034 0.063272 10.0.0.130 - - [2025-08-11 02:03:55] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001611 10.0.0.130 - - [2025-08-11 02:03:55] "GET /project/1c6956f8-44a1-4ba3-8ed2-f210bca55d63?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.030477 10.0.0.130 - - [2025-08-11 02:03:55] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.130 - - [2025-08-11 02:03:55] "GET /project/1c6956f8-44a1-4ba3-8ed2-f210bca55d63?fields=security_groups HTTP/1.1" 200 1256 0.025388 10.0.0.130 - - [2025-08-11 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.026858 10.0.0.130 - - [2025-08-11 02:03:56] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003501 10.0.0.130 - - [2025-08-11 02:03:56] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002232 10.0.0.130 - - [2025-08-11 02:03:56] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011436 10.0.0.130 - - [2025-08-11 02:03:56] "POST /id-to-fqname HTTP/1.1" 200 186 0.001670 10.0.0.130 - - [2025-08-11 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 195 0.002777 10.0.0.130 - - [2025-08-11 02:03:56] "POST /security-groups HTTP/1.1" 200 587 0.060069 10.0.0.130 - - [2025-08-11 02:03:57] "POST /fqname-to-id HTTP/1.1" 404 230 0.002530 10.0.0.130 - - [2025-08-11 02:03:57] "POST /projects HTTP/1.1" 200 577 0.230035 10.0.0.130 - - [2025-08-11 02:03:57] "POST /access-control-lists HTTP/1.1" 200 594 0.063873 10.0.0.130 - - [2025-08-11 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.303589 10.0.0.130 - - [2025-08-11 02:03:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.002828 10.0.0.130 - - [2025-08-11 02:03:57] "GET /project/638dcf9e-e424-40a9-aaa9-23b9c770b826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.443747 10.0.0.130 - - [2025-08-11 02:03:57] "POST /access-control-lists HTTP/1.1" 200 592 0.063168 10.0.0.130 - - [2025-08-11 02:03:58] "GET / HTTP/1.1" 200 36215 0.002015 10.0.0.130 - - [2025-08-11 02:03:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000497 10.0.0.130 - - [2025-08-11 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.072480 10.0.0.130 - - [2025-08-11 02:03:59] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001216 10.0.0.130 - - [2025-08-11 02:03:59] "GET /project/638dcf9e-e424-40a9-aaa9-23b9c770b826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.034138 10.0.0.130 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 117 0.030364 10.0.0.130 - - [2025-08-11 02:03:59] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001443 10.0.0.130 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 601 0.071438 10.0.0.130 - - [2025-08-11 02:03:59] "POST /route-targets HTTP/1.1" 200 328 0.014161 10.0.0.130 - - [2025-08-11 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.015761 10.0.0.130 - - [2025-08-11 02:03:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003260 10.0.0.130 - - [2025-08-11 02:03:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.170901 10.0.0.130 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 821 0.006277 10.0.0.130 - - [2025-08-11 02:03:59] "POST /id-to-fqname HTTP/1.1" 200 216 0.002053 10.0.0.130 - - [2025-08-11 02:03:59] "GET /virtual-network/3cedfbf8-813f-434d-85fa-bed43978acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006542 10.0.0.130 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 821 0.005648 10.0.0.130 - - [2025-08-11 02:03:59] "GET /virtual-network/3cedfbf8-813f-434d-85fa-bed43978acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006358 10.0.0.130 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 821 0.005704 10.0.0.130 - - [2025-08-11 02:03:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.007240 10.0.0.130 - - [2025-08-11 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.002680 10.0.0.130 - - [2025-08-11 02:03:59] "GET /virtual-network/3cedfbf8-813f-434d-85fa-bed43978acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004803 10.0.0.130 - - [2025-08-11 02:03:59] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001653 10.0.0.130 - - [2025-08-11 02:04:00] "POST /neutron/port HTTP/1.1" 200 1018 0.207315 10.0.0.130 - - [2025-08-11 02:04:00] "GET /virtual-machine-interface/ef1d6e79-4305-437c-9e3c-0695a9680421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006253 10.0.0.130 - - [2025-08-11 02:04:00] "GET /virtual-machine-interface/ef1d6e79-4305-437c-9e3c-0695a9680421?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.006818 10.0.0.130 - - [2025-08-11 02:04:00] "GET /instance-ip/e898de8c-5d17-43ef-99c2-007cf7a78d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.004064 10.0.0.130 - - [2025-08-11 02:04:00] "GET /virtual-machine-interface/ef1d6e79-4305-437c-9e3c-0695a9680421 HTTP/1.1" 401 293 0.000614 10.0.0.130 - - [2025-08-11 02:04:00] "GET /virtual-machine-interface/ef1d6e79-4305-437c-9e3c-0695a9680421 HTTP/1.1" 200 2612 0.032426 10.0.0.130 - - [2025-08-11 02:04:00] "POST /neutron/port HTTP/1.1" 200 1018 0.007883 10.0.0.130 - - [2025-08-11 02:04:00] "POST /neutron/port HTTP/1.1" 200 151 0.112589 10.0.0.130 - - [2025-08-11 02:04:00] "POST /neutron/network HTTP/1.1" 200 821 0.005536 10.0.0.130 - - [2025-08-11 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007616 10.0.0.130 - - [2025-08-11 02:04:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002312 10.0.0.130 - - [2025-08-11 02:04:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003247 10.0.0.130 - - [2025-08-11 02:04:00] "POST /neutron/network HTTP/1.1" 200 151 0.093761 10.0.0.130 - - [2025-08-11 02:04:00] "DELETE /route-target/f7b6b951-60d6-4843-ad35-f30884ca6f48 HTTP/1.1" 200 115 0.024153 10.0.0.130 - - [2025-08-11 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.130 - - [2025-08-11 02:04:01] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001651 10.0.0.130 - - [2025-08-11 02:04:01] "GET /project/638dcf9e-e424-40a9-aaa9-23b9c770b826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.040059 10.0.0.130 - - [2025-08-11 02:04:01] "POST /neutron/network HTTP/1.1" 200 117 0.009101 10.0.0.130 - - [2025-08-11 02:04:01] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001701 10.0.0.130 - - [2025-08-11 02:04:01] "POST /neutron/network HTTP/1.1" 200 603 0.072928 10.0.0.130 - - [2025-08-11 02:04:01] "POST /route-targets HTTP/1.1" 200 328 0.013026 10.0.0.130 - - [2025-08-11 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.012630 10.0.0.130 - - [2025-08-11 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.130 - - [2025-08-11 02:04:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.159750 10.0.0.130 - - [2025-08-11 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005422 10.0.0.130 - - [2025-08-11 02:04:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.131060 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/network HTTP/1.1" 200 980 0.006737 10.0.0.130 - - [2025-08-11 02:04:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.001252 10.0.0.130 - - [2025-08-11 02:04:02] "GET /virtual-network/33e4610d-24d0-4028-87a8-a2a6d00eb01b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.005482 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/network HTTP/1.1" 200 980 0.009283 10.0.0.130 - - [2025-08-11 02:04:02] "GET /virtual-network/33e4610d-24d0-4028-87a8-a2a6d00eb01b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.005364 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/network HTTP/1.1" 200 980 0.008409 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.009537 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.007934 10.0.0.130 - - [2025-08-11 02:04:02] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001397 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/port HTTP/1.1" 200 1019 0.167175 10.0.0.130 - - [2025-08-11 02:04:02] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001261 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/port HTTP/1.1" 200 1019 0.172913 10.0.0.130 - - [2025-08-11 02:04:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.001434 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/port HTTP/1.1" 200 1019 0.008106 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/port HTTP/1.1" 200 1019 0.007605 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/network HTTP/1.1" 200 980 0.007562 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/port HTTP/1.1" 200 1019 0.007116 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/port HTTP/1.1" 200 117 0.004724 10.0.0.130 - - [2025-08-11 02:04:02] "POST /neutron/port HTTP/1.1" 200 117 0.005877 10.0.0.130 - - [2025-08-11 02:04:03] "POST /id-to-fqname HTTP/1.1" 200 217 0.001488 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 117 0.005210 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 1019 0.008675 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 1019 0.011185 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/network HTTP/1.1" 200 980 0.009617 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 1019 0.007896 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 1019 0.009290 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 1019 0.008880 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 117 0.006982 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 117 0.005235 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 117 0.005348 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 1019 0.008076 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/network HTTP/1.1" 200 990 0.007144 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 1019 0.007292 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 1019 0.018713 10.0.0.130 - - [2025-08-11 02:04:03] "POST /neutron/port HTTP/1.1" 200 1019 0.017245 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/network HTTP/1.1" 200 990 0.014498 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/port HTTP/1.1" 200 1019 0.010189 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/port HTTP/1.1" 200 1019 0.013901 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/port HTTP/1.1" 200 1111 0.098848 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/port HTTP/1.1" 200 1111 0.107632 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/port HTTP/1.1" 200 1085 0.026529 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003675 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.010858 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/port HTTP/1.1" 200 1085 0.012736 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004320 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/network HTTP/1.1" 200 980 0.013860 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.013509 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/port HTTP/1.1" 200 117 0.001649 10.0.0.130 - - [2025-08-11 02:04:04] "POST /neutron/network HTTP/1.1" 200 980 0.010718 10.0.0.130 - - [2025-08-11 02:04:08] "POST /neutron/port HTTP/1.1" 200 1085 0.011707 10.0.0.130 - - [2025-08-11 02:04:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009330 10.0.0.130 - - [2025-08-11 02:04:08] "POST /neutron/port HTTP/1.1" 200 1085 0.017686 10.0.0.130 - - [2025-08-11 02:04:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008002 10.0.0.130 - - [2025-08-11 02:04:08] "POST /neutron/port HTTP/1.1" 200 1085 0.024610 10.0.0.130 - - [2025-08-11 02:04:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006717 10.0.0.130 - - [2025-08-11 02:04:08] "GET /virtual-machine/80eb34c3-299e-4a49-8021-7fa669e08e9a HTTP/1.1" 200 1285 0.005535 10.0.0.130 - - [2025-08-11 02:04:08] "GET /virtual-machine-interface/9cc69195-54ae-4e76-a993-6a51d43d7738 HTTP/1.1" 200 2932 0.005431 10.0.0.130 - - [2025-08-11 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.130 - - [2025-08-11 02:04:08] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003325 10.0.0.130 - - [2025-08-11 02:04:08] "GET /virtual-networks?parent_id=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003902 10.0.0.130 - - [2025-08-11 02:04:08] "GET /virtual-network/33e4610d-24d0-4028-87a8-a2a6d00eb01b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.005279 10.0.0.130 - - [2025-08-11 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.130 - - [2025-08-11 02:04:12] "GET /virtual-network/33e4610d-24d0-4028-87a8-a2a6d00eb01b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.006620 10.0.0.130 - - [2025-08-11 02:04:13] "POST /neutron/port HTTP/1.1" 200 1085 0.011050 10.0.0.130 - - [2025-08-11 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005240 10.0.0.130 - - [2025-08-11 02:04:13] "POST /neutron/port HTTP/1.1" 200 1085 0.012411 10.0.0.130 - - [2025-08-11 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006516 10.0.0.130 - - [2025-08-11 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.130 - - [2025-08-11 02:04:14] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005672 10.0.0.130 - - [2025-08-11 02:04:14] "GET /virtual-networks?parent_id=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004888 10.0.0.130 - - [2025-08-11 02:04:14] "GET /virtual-network/33e4610d-24d0-4028-87a8-a2a6d00eb01b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.009149 10.0.0.130 - - [2025-08-11 02:04:14] "POST /neutron/port HTTP/1.1" 200 1085 0.016951 10.0.0.130 - - [2025-08-11 02:04:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009481 10.0.0.130 - - [2025-08-11 02:04:19] "POST /neutron/port HTTP/1.1" 200 1085 0.012319 10.0.0.130 - - [2025-08-11 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006541 10.0.0.130 - - [2025-08-11 02:04:19] "POST /neutron/port HTTP/1.1" 200 1085 0.011063 10.0.0.130 - - [2025-08-11 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006493 10.0.0.130 - - [2025-08-11 02:04:19] "POST /neutron/port HTTP/1.1" 200 1085 0.011838 10.0.0.130 - - [2025-08-11 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006000 10.0.0.130 - - [2025-08-11 02:04:19] "GET /virtual-machine/5a48b778-56d4-44c6-83e3-f101edb9fa35 HTTP/1.1" 200 1285 0.005444 10.0.0.130 - - [2025-08-11 02:04:19] "GET /virtual-machine-interface/48fa6573-59fc-4a54-aced-d43b26f0b8d7 HTTP/1.1" 200 2931 0.006926 10.0.0.130 - - [2025-08-11 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.130 - - [2025-08-11 02:04:19] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003358 10.0.0.130 - - [2025-08-11 02:04:19] "GET /virtual-networks?parent_id=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003343 10.0.0.130 - - [2025-08-11 02:04:20] "GET /virtual-network/33e4610d-24d0-4028-87a8-a2a6d00eb01b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.006644 10.0.0.130 - - [2025-08-11 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.130 - - [2025-08-11 02:04:21] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005081 10.0.0.130 - - [2025-08-11 02:04:21] "GET /virtual-networks?parent_id=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004047 10.0.0.130 - - [2025-08-11 02:04:21] "GET /virtual-network/33e4610d-24d0-4028-87a8-a2a6d00eb01b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.005566 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /project/1c6956f844a14ba38ed2f210bca55d63 HTTP/1.1" 404 173 0.024316 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /project/530e413b93c742238fa3e21bc2feb5b5 HTTP/1.1" 404 173 0.016994 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /project/638dcf9ee42440a9aaa923b9c770b826 HTTP/1.1" 404 173 0.014452 10.0.0.130 - - [2025-08-11 02:04:23] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001674 10.0.0.130 - - [2025-08-11 02:04:23] "GET /projects?obj_uuids=530e413b-93c7-4223-8fa3-e21bc2feb5b5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001650 10.0.0.130 - - [2025-08-11 02:04:23] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001721 10.0.0.130 - - [2025-08-11 02:04:23] "GET /project/530e413b-93c7-4223-8fa3-e21bc2feb5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.132378 10.0.0.130 - - [2025-08-11 02:04:23] "GET /project/1c6956f8-44a1-4ba3-8ed2-f210bca55d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.142453 10.0.0.130 - - [2025-08-11 02:04:23] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.161214 10.0.0.130 - - [2025-08-11 02:04:23] "GET /projects?obj_uuids=530e413b-93c7-4223-8fa3-e21bc2feb5b5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001510 10.0.0.130 - - [2025-08-11 02:04:23] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.130 - - [2025-08-11 02:04:23] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000820 10.0.0.130 - - [2025-08-11 02:04:23] "GET /project/530e413b-93c7-4223-8fa3-e21bc2feb5b5?fields=security_groups HTTP/1.1" 200 1358 0.053816 10.0.0.130 - - [2025-08-11 02:04:23] "GET /project/1c6956f8-44a1-4ba3-8ed2-f210bca55d63?fields=security_groups HTTP/1.1" 200 1358 0.056431 10.0.0.130 - - [2025-08-11 02:04:23] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?fields=security_groups HTTP/1.1" 200 1408 0.060603 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /security-group/e5dfdd33-96fb-462c-aff0-27a7660240d1 HTTP/1.1" 200 115 0.110478 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /security-group/17740305-1396-4bfd-84ed-7b2aed369cf0 HTTP/1.1" 200 115 0.129924 10.0.0.130 - - [2025-08-11 02:04:23] "GET /projects?obj_uuids=1c6956f8-44a1-4ba3-8ed2-f210bca55d63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002509 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /security-group/63c4c594-3a68-4d17-b090-3298d5cdd211 HTTP/1.1" 200 115 0.137531 10.0.0.130 - - [2025-08-11 02:04:23] "GET /projects?obj_uuids=530e413b-93c7-4223-8fa3-e21bc2feb5b5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001669 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /access-control-list/50820f61-1883-4943-943f-e291ab5fda71 HTTP/1.1" 200 115 0.095639 10.0.0.130 - - [2025-08-11 02:04:23] "GET /projects?obj_uuids=3c201660-f0ff-4134-8221-5486268f3e79&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001605 10.0.0.130 - - [2025-08-11 02:04:23] "GET /project/1c6956f8-44a1-4ba3-8ed2-f210bca55d63?fields=application_policy_sets HTTP/1.1" 200 1397 0.083417 10.0.0.130 - - [2025-08-11 02:04:23] "GET /project/3c201660-f0ff-4134-8221-5486268f3e79?fields=application_policy_sets HTTP/1.1" 200 1447 0.073612 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /access-control-list/e9ca250c-c33e-4dd7-a4d8-08f6aeef216e HTTP/1.1" 200 115 0.083253 10.0.0.130 - - [2025-08-11 02:04:23] "GET /project/530e413b-93c7-4223-8fa3-e21bc2feb5b5?fields=application_policy_sets HTTP/1.1" 200 1397 0.143006 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /access-control-list/ae941642-7e20-470c-b180-336a7ec157e9 HTTP/1.1" 200 115 0.101124 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /access-control-list/d8404220-5813-4ed9-aba9-be6ecd1fb1cb HTTP/1.1" 200 115 0.086792 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /project/1c6956f8-44a1-4ba3-8ed2-f210bca55d63 HTTP/1.1" 200 115 0.744472 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /project/3c201660-f0ff-4134-8221-5486268f3e79 HTTP/1.1" 200 115 0.776149 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /project/530e413b-93c7-4223-8fa3-e21bc2feb5b5 HTTP/1.1" 200 115 0.797027 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /access-control-list/912fc476-bf24-4dbe-9e8e-43980baa995e HTTP/1.1" 200 115 0.046384 10.0.0.130 - - [2025-08-11 02:04:23] "DELETE /access-control-list/671343c5-8e52-4ad0-8fb9-4d263cb3a8a5 HTTP/1.1" 200 115 0.023007 10.0.0.130 - - [2025-08-11 02:04:24] "POST /neutron/port HTTP/1.1" 200 1111 0.010016 10.0.0.130 - - [2025-08-11 02:04:24] "POST /neutron/port HTTP/1.1" 200 1111 0.010178 10.0.0.130 - - [2025-08-11 02:04:24] "POST /neutron/port HTTP/1.1" 200 151 0.136621 10.0.0.130 - - [2025-08-11 02:04:24] "POST /neutron/port HTTP/1.1" 200 1111 0.009203 10.0.0.130 - - [2025-08-11 02:04:24] "POST /neutron/port HTTP/1.1" 200 1111 0.014811 10.0.0.130 - - [2025-08-11 02:04:24] "POST /neutron/port HTTP/1.1" 200 151 0.135220 10.0.0.130 - - [2025-08-11 02:04:24] "POST /neutron/network HTTP/1.1" 200 980 0.007425 10.0.0.130 - - [2025-08-11 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005910 10.0.0.130 - - [2025-08-11 02:04:24] "POST /neutron/port HTTP/1.1" 200 117 0.012346 10.0.0.130 - - [2025-08-11 02:04:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007642 10.0.0.130 - - [2025-08-11 02:04:24] "POST /neutron/port HTTP/1.1" 400 205 0.008085 10.0.0.130 - - [2025-08-11 02:04:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003500 10.0.0.130 - - [2025-08-11 02:04:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005013 10.0.0.130 - - [2025-08-11 02:04:24] "DELETE /route-target/2ccc4e97-66ac-48f3-9569-b386c0011b0c HTTP/1.1" 200 115 0.056330 10.0.0.130 - - [2025-08-11 02:04:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003475 10.0.0.130 - - [2025-08-11 02:04:24] "POST /neutron/network HTTP/1.1" 200 151 0.175400 10.0.0.130 - - [2025-08-11 02:04:25] "POST /neutron/port HTTP/1.1" 200 117 0.005697 10.0.0.130 - - [2025-08-11 02:04:25] "POST /neutron/port HTTP/1.1" 400 205 0.003683 10.0.0.130 - - [2025-08-11 02:04:25] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003224 10.0.0.130 - - [2025-08-11 02:04:25] "GET /project/638dcf9e-e424-40a9-aaa9-23b9c770b826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.035149 10.0.0.130 - - [2025-08-11 02:04:25] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001171 10.0.0.130 - - [2025-08-11 02:04:25] "GET /project/638dcf9e-e424-40a9-aaa9-23b9c770b826?fields=virtual_networks HTTP/1.1" 200 1036 0.079238 10.0.0.130 - - [2025-08-11 02:04:25] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001114 10.0.0.130 - - [2025-08-11 02:04:25] "GET /project/638dcf9e-e424-40a9-aaa9-23b9c770b826?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.027064 10.0.0.130 - - [2025-08-11 02:04:25] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001608 10.0.0.130 - - [2025-08-11 02:04:25] "GET /project/638dcf9e-e424-40a9-aaa9-23b9c770b826?fields=security_groups HTTP/1.1" 200 1259 0.027475 10.0.0.130 - - [2025-08-11 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.027542 10.0.0.130 - - [2025-08-11 02:04:26] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002609 10.0.0.130 - - [2025-08-11 02:04:26] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.130 - - [2025-08-11 02:04:26] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008410 10.0.0.130 - - [2025-08-11 02:04:26] "POST /id-to-fqname HTTP/1.1" 200 188 0.004039 10.0.0.130 - - [2025-08-11 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.007927 10.0.0.130 - - [2025-08-11 02:04:26] "POST /security-groups HTTP/1.1" 200 589 0.068409 10.0.0.130 - - [2025-08-11 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 232 0.003600 10.0.0.130 - - [2025-08-11 02:04:26] "POST /projects HTTP/1.1" 200 581 0.239788 10.0.0.130 - - [2025-08-11 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.310891 10.0.0.130 - - [2025-08-11 02:04:26] "POST /access-control-lists HTTP/1.1" 200 596 0.064827 10.0.0.130 - - [2025-08-11 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.005185 10.0.0.130 - - [2025-08-11 02:04:26] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.455460 10.0.0.130 - - [2025-08-11 02:04:27] "POST /access-control-lists HTTP/1.1" 200 594 0.063204 10.0.0.130 - - [2025-08-11 02:04:28] "GET / HTTP/1.1" 200 36215 0.002651 10.0.0.130 - - [2025-08-11 02:04:28] "GET /obj-perms HTTP/1.1" 200 5075 0.051705 10.0.0.130 - - [2025-08-11 02:04:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000480 10.0.0.130 - - [2025-08-11 02:04:29] "GET /obj-perms HTTP/1.1" 200 5075 0.046509 10.0.0.130 - - [2025-08-11 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.025864 10.0.0.130 - - [2025-08-11 02:04:29] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001774 10.0.0.130 - - [2025-08-11 02:04:29] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.029368 10.0.0.130 - - [2025-08-11 02:04:29] "POST /neutron/network HTTP/1.1" 200 117 0.026747 10.0.0.130 - - [2025-08-11 02:04:29] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001156 10.0.0.130 - - [2025-08-11 02:04:29] "POST /neutron/network HTTP/1.1" 200 605 0.074903 10.0.0.130 - - [2025-08-11 02:04:29] "POST /route-targets HTTP/1.1" 200 328 0.017238 10.0.0.130 - - [2025-08-11 02:04:29] "POST /ref-update HTTP/1.1" 200 156 0.016902 10.0.0.130 - - [2025-08-11 02:04:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002898 10.0.0.130 - - [2025-08-11 02:04:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.180439 10.0.0.130 - - [2025-08-11 02:04:29] "POST /neutron/network HTTP/1.1" 200 823 0.006241 10.0.0.130 - - [2025-08-11 02:04:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001760 10.0.0.130 - - [2025-08-11 02:04:29] "GET /virtual-network/2d8527db-88b8-49dd-ad60-adbfdd417d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005521 10.0.0.130 - - [2025-08-11 02:04:29] "POST /neutron/network HTTP/1.1" 200 823 0.005907 10.0.0.130 - - [2025-08-11 02:04:29] "GET /virtual-network/2d8527db-88b8-49dd-ad60-adbfdd417d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005274 10.0.0.130 - - [2025-08-11 02:04:29] "POST /neutron/network HTTP/1.1" 200 823 0.005498 10.0.0.130 - - [2025-08-11 02:04:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.006778 10.0.0.130 - - [2025-08-11 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002261 10.0.0.130 - - [2025-08-11 02:04:30] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001699 10.0.0.130 - - [2025-08-11 02:04:30] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.041511 10.0.0.130 - - [2025-08-11 02:04:30] "POST /neutron/network HTTP/1.1" 200 117 0.009860 10.0.0.130 - - [2025-08-11 02:04:30] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.130 - - [2025-08-11 02:04:30] "POST /neutron/network HTTP/1.1" 200 605 0.072758 10.0.0.130 - - [2025-08-11 02:04:30] "POST /route-targets HTTP/1.1" 200 328 0.011431 10.0.0.130 - - [2025-08-11 02:04:30] "POST /ref-update HTTP/1.1" 200 156 0.016307 10.0.0.130 - - [2025-08-11 02:04:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.130 - - [2025-08-11 02:04:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.166151 10.0.0.130 - - [2025-08-11 02:04:30] "POST /neutron/network HTTP/1.1" 200 824 0.005502 10.0.0.130 - - [2025-08-11 02:04:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.001270 10.0.0.130 - - [2025-08-11 02:04:30] "GET /virtual-network/0283b4c0-3399-462a-bf1d-204a6543cb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004896 10.0.0.130 - - [2025-08-11 02:04:30] "POST /neutron/network HTTP/1.1" 200 824 0.006331 10.0.0.130 - - [2025-08-11 02:04:30] "GET /virtual-network/0283b4c0-3399-462a-bf1d-204a6543cb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005458 10.0.0.130 - - [2025-08-11 02:04:30] "POST /neutron/network HTTP/1.1" 200 824 0.005709 10.0.0.130 - - [2025-08-11 02:04:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.007790 10.0.0.130 - - [2025-08-11 02:04:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.001441 10.0.0.130 - - [2025-08-11 02:04:30] "POST /neutron/network HTTP/1.1" 200 833 0.007461 10.0.0.130 - - [2025-08-11 02:04:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000667 10.0.0.130 - - [2025-08-11 02:04:31] "GET / HTTP/1.1" 200 36215 0.001770 10.0.0.130 - - [2025-08-11 02:04:31] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000401 10.0.0.130 - - [2025-08-11 02:04:31] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.130 - - [2025-08-11 02:04:31] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.059445 10.0.0.130 - - [2025-08-11 02:04:31] "POST /neutron/network HTTP/1.1" 200 823 0.005835 10.0.0.130 - - [2025-08-11 02:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.004719 10.0.0.130 - - [2025-08-11 02:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.006885 10.0.0.130 - - [2025-08-11 02:04:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.002596 10.0.0.130 - - [2025-08-11 02:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.006454 10.0.0.130 - - [2025-08-11 02:04:31] "POST /neutron/network HTTP/1.1" 200 834 0.007561 10.0.0.130 - - [2025-08-11 02:04:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000461 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/network HTTP/1.1" 200 833 0.007372 10.0.0.130 - - [2025-08-11 02:04:32] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.130 - - [2025-08-11 02:04:32] "GET / HTTP/1.1" 200 36215 0.001356 10.0.0.130 - - [2025-08-11 02:04:32] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/port HTTP/1.1" 200 1057 0.237722 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/port HTTP/1.1" 200 1057 0.010123 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/port HTTP/1.1" 200 1057 0.012064 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/port HTTP/1.1" 200 1111 0.063441 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/port HTTP/1.1" 200 1085 0.012334 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003475 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.008616 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.001346 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/network HTTP/1.1" 200 823 0.006701 10.0.0.130 - - [2025-08-11 02:04:32] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.130 - - [2025-08-11 02:04:32] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.062981 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/network HTTP/1.1" 200 824 0.005783 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/port HTTP/1.1" 200 1085 0.018626 10.0.0.130 - - [2025-08-11 02:04:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007545 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.006512 10.0.0.130 - - [2025-08-11 02:04:33] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001323 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/router HTTP/1.1" 200 580 0.058847 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/router HTTP/1.1" 200 580 0.005962 10.0.0.130 - - [2025-08-11 02:04:33] "POST /route-targets HTTP/1.1" 200 328 0.031255 10.0.0.130 - - [2025-08-11 02:04:33] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002099 10.0.0.130 - - [2025-08-11 02:04:33] "PUT /logical-router/17b4ae7a-593b-4842-bd3e-62cab215bd7c HTTP/1.1" 200 263 0.037459 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/router HTTP/1.1" 200 344 0.269014 10.0.0.130 - - [2025-08-11 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.010979 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/port HTTP/1.1" 200 1085 0.021949 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010227 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/network HTTP/1.1" 200 834 0.008453 10.0.0.130 - - [2025-08-11 02:04:33] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002426 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/port HTTP/1.1" 200 1058 0.283102 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/port HTTP/1.1" 200 1058 0.013862 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/port HTTP/1.1" 200 1058 0.011650 10.0.0.130 - - [2025-08-11 02:04:33] "POST /neutron/port HTTP/1.1" 200 1112 0.084404 10.0.0.130 - - [2025-08-11 02:04:34] "POST /neutron/port HTTP/1.1" 200 1086 0.016329 10.0.0.130 - - [2025-08-11 02:04:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003343 10.0.0.130 - - [2025-08-11 02:04:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.010793 10.0.0.130 - - [2025-08-11 02:04:34] "POST /neutron/port HTTP/1.1" 200 117 0.001968 10.0.0.130 - - [2025-08-11 02:04:34] "POST /neutron/network HTTP/1.1" 200 824 0.008236 10.0.0.130 - - [2025-08-11 02:04:38] "POST /neutron/port HTTP/1.1" 200 1085 0.011516 10.0.0.130 - - [2025-08-11 02:04:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007185 10.0.0.130 - - [2025-08-11 02:04:38] "POST /neutron/port HTTP/1.1" 200 1085 0.011212 10.0.0.130 - - [2025-08-11 02:04:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006948 10.0.0.130 - - [2025-08-11 02:04:38] "POST /neutron/port HTTP/1.1" 200 1085 0.012786 10.0.0.130 - - [2025-08-11 02:04:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009949 10.0.0.130 - - [2025-08-11 02:04:38] "GET /virtual-machine/2b5348a5-38d6-4a19-a89b-d7555155f000 HTTP/1.1" 401 293 0.000465 10.0.0.130 - - [2025-08-11 02:04:39] "GET /virtual-machine/2b5348a5-38d6-4a19-a89b-d7555155f000 HTTP/1.1" 200 1292 0.033006 10.0.0.130 - - [2025-08-11 02:04:39] "GET /virtual-machine-interface/cdd5ddc3-fc8c-4788-b9f3-c69cef1647e1 HTTP/1.1" 200 2942 0.005019 10.0.0.130 - - [2025-08-11 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.130 - - [2025-08-11 02:04:39] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005332 10.0.0.130 - - [2025-08-11 02:04:39] "GET /virtual-networks?parent_id=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003664 10.0.0.130 - - [2025-08-11 02:04:39] "GET /virtual-network/2d8527db-88b8-49dd-ad60-adbfdd417d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008154 10.0.0.130 - - [2025-08-11 02:04:42] "POST /neutron/port HTTP/1.1" 200 1085 0.013124 10.0.0.130 - - [2025-08-11 02:04:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006024 10.0.0.130 - - [2025-08-11 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.130 - - [2025-08-11 02:04:42] "GET /virtual-network/2d8527db-88b8-49dd-ad60-adbfdd417d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005956 10.0.0.130 - - [2025-08-11 02:04:43] "POST /neutron/port HTTP/1.1" 200 1086 0.014904 10.0.0.130 - - [2025-08-11 02:04:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005795 10.0.0.130 - - [2025-08-11 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.130 - - [2025-08-11 02:04:44] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003574 10.0.0.130 - - [2025-08-11 02:04:44] "GET /virtual-networks?parent_id=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003571 10.0.0.130 - - [2025-08-11 02:04:44] "GET /virtual-network/2d8527db-88b8-49dd-ad60-adbfdd417d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007924 10.0.0.130 - - [2025-08-11 02:04:44] "POST /neutron/port HTTP/1.1" 200 1086 0.014650 10.0.0.130 - - [2025-08-11 02:04:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009879 10.0.0.130 - - [2025-08-11 02:04:45] "POST /neutron/port HTTP/1.1" 200 1086 0.013602 10.0.0.130 - - [2025-08-11 02:04:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007117 10.0.0.130 - - [2025-08-11 02:04:45] "POST /neutron/port HTTP/1.1" 200 1086 0.012217 10.0.0.130 - - [2025-08-11 02:04:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007683 10.0.0.130 - - [2025-08-11 02:04:45] "GET /virtual-machine/6d986c50-01fe-4da4-b8b6-8d89bb1f7585 HTTP/1.1" 200 1292 0.004733 10.0.0.130 - - [2025-08-11 02:04:45] "GET /virtual-machine-interface/233f5eee-9674-40a0-8dfd-f4149fd4fb42 HTTP/1.1" 200 2941 0.005326 10.0.0.130 - - [2025-08-11 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.130 - - [2025-08-11 02:04:45] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003644 10.0.0.130 - - [2025-08-11 02:04:45] "GET /virtual-networks?parent_id=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003135 10.0.0.130 - - [2025-08-11 02:04:45] "GET /virtual-network/0283b4c0-3399-462a-bf1d-204a6543cb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007781 10.0.0.130 - - [2025-08-11 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.130 - - [2025-08-11 02:04:46] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004226 10.0.0.130 - - [2025-08-11 02:04:46] "GET /virtual-networks?parent_id=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003367 10.0.0.130 - - [2025-08-11 02:04:46] "GET /virtual-network/0283b4c0-3399-462a-bf1d-204a6543cb1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008006 10.0.0.130 - - [2025-08-11 02:04:51] "POST /neutron/router HTTP/1.1" 200 580 0.004269 10.0.0.130 - - [2025-08-11 02:04:51] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.130 - - [2025-08-11 02:04:52] "POST /neutron/router HTTP/1.1" 200 344 0.212146 10.0.0.130 - - [2025-08-11 02:04:52] "POST /neutron/port HTTP/1.1" 200 1883 0.016256 10.0.0.130 - - [2025-08-11 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.008202 10.0.0.130 - - [2025-08-11 02:04:58] "POST /neutron/router HTTP/1.1" 200 580 0.004933 10.0.0.130 - - [2025-08-11 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.018102 10.0.0.130 - - [2025-08-11 02:04:58] "POST /neutron/router HTTP/1.1" 200 344 0.145539 10.0.0.130 - - [2025-08-11 02:05:01] "POST /neutron/router HTTP/1.1" 200 580 0.004612 10.0.0.130 - - [2025-08-11 02:05:01] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001483 10.0.0.130 - - [2025-08-11 02:05:02] "POST /neutron/router HTTP/1.1" 200 344 0.202455 10.0.0.130 - - [2025-08-11 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.010298 10.0.0.130 - - [2025-08-11 02:05:02] "POST /neutron/port HTTP/1.1" 200 1085 0.012158 10.0.0.130 - - [2025-08-11 02:05:02] "POST /neutron/port HTTP/1.1" 200 1085 0.009868 10.0.0.130 - - [2025-08-11 02:05:02] "POST /neutron/network HTTP/1.1" 200 833 0.007782 10.0.0.130 - - [2025-08-11 02:05:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004790 10.0.0.130 - - [2025-08-11 02:05:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.007493 10.0.0.130 - - [2025-08-11 02:05:03] "POST /neutron/port HTTP/1.1" 200 117 0.001361 10.0.0.130 - - [2025-08-11 02:05:03] "POST /neutron/network HTTP/1.1" 200 823 0.006229 10.0.0.130 - - [2025-08-11 02:05:04] "POST /neutron/router HTTP/1.1" 200 580 0.004697 10.0.0.130 - - [2025-08-11 02:05:04] "POST /ref-update HTTP/1.1" 200 156 0.009877 10.0.0.130 - - [2025-08-11 02:05:04] "POST /neutron/router HTTP/1.1" 200 344 0.126469 10.0.0.130 - - [2025-08-11 02:05:04] "POST /neutron/router HTTP/1.1" 200 580 0.006038 10.0.0.130 - - [2025-08-11 02:05:04] "POST /ref-update HTTP/1.1" 200 156 0.019217 10.0.0.130 - - [2025-08-11 02:05:04] "POST /neutron/router HTTP/1.1" 200 344 0.130309 10.0.0.130 - - [2025-08-11 02:05:04] "POST /neutron/router HTTP/1.1" 200 580 0.008126 10.0.0.130 - - [2025-08-11 02:05:04] "POST /neutron/router HTTP/1.1" 200 151 0.059936 10.0.0.130 - - [2025-08-11 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.010863 10.0.0.130 - - [2025-08-11 02:05:04] "GET /logical-router/17b4ae7a-593b-4842-bd3e-62cab215bd7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005959 10.0.0.130 - - [2025-08-11 02:05:04] "DELETE /route-target/2188d91f-9647-48ca-8fcf-20c380a63295 HTTP/1.1" 200 115 0.019524 10.0.0.130 - - [2025-08-11 02:05:04] "POST /neutron/network HTTP/1.1" 200 824 0.007750 10.0.0.130 - - [2025-08-11 02:05:04] "POST /neutron/network HTTP/1.1" 400 204 0.012366 10.0.0.130 - - [2025-08-11 02:05:05] "POST /neutron/port HTTP/1.1" 200 1086 0.013446 10.0.0.130 - - [2025-08-11 02:05:05] "POST /neutron/port HTTP/1.1" 200 1112 0.010374 10.0.0.130 - - [2025-08-11 02:05:05] "POST /neutron/port HTTP/1.1" 200 1085 0.016165 10.0.0.130 - - [2025-08-11 02:05:05] "POST /neutron/port HTTP/1.1" 200 1111 0.017464 10.0.0.130 - - [2025-08-11 02:05:05] "POST /neutron/port HTTP/1.1" 200 151 0.134341 10.0.0.130 - - [2025-08-11 02:05:05] "POST /neutron/port HTTP/1.1" 200 151 0.140353 10.0.0.130 - - [2025-08-11 02:05:06] "POST /neutron/network HTTP/1.1" 200 824 0.005955 10.0.0.130 - - [2025-08-11 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.130 - - [2025-08-11 02:05:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002172 10.0.0.130 - - [2025-08-11 02:05:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003052 10.0.0.130 - - [2025-08-11 02:05:07] "POST /neutron/network HTTP/1.1" 200 151 0.093576 10.0.0.130 - - [2025-08-11 02:05:07] "DELETE /route-target/9f8d095f-ddb6-419f-9a45-261d8b4cac7d HTTP/1.1" 200 115 0.024803 10.0.0.130 - - [2025-08-11 02:05:07] "POST /neutron/network HTTP/1.1" 200 823 0.005004 10.0.0.130 - - [2025-08-11 02:05:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004431 10.0.0.130 - - [2025-08-11 02:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005790 10.0.0.130 - - [2025-08-11 02:05:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005113 10.0.0.130 - - [2025-08-11 02:05:07] "POST /neutron/network HTTP/1.1" 200 151 0.089272 10.0.0.130 - - [2025-08-11 02:05:07] "DELETE /route-target/e5921996-696c-4e1c-977d-254675a33d27 HTTP/1.1" 200 115 0.018506 10.0.0.130 - - [2025-08-11 02:05:07] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.130 - - [2025-08-11 02:05:07] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025186 10.0.0.130 - - [2025-08-11 02:05:07] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.130 - - [2025-08-11 02:05:07] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?fields=virtual_networks HTTP/1.1" 200 1041 0.074904 10.0.0.130 - - [2025-08-11 02:05:07] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.130 - - [2025-08-11 02:05:07] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.022303 10.0.0.130 - - [2025-08-11 02:05:07] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001691 10.0.0.130 - - [2025-08-11 02:05:07] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?fields=security_groups HTTP/1.1" 200 1266 0.027811 10.0.0.130 - - [2025-08-11 02:05:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.022186 10.0.0.130 - - [2025-08-11 02:05:08] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002547 10.0.0.130 - - [2025-08-11 02:05:08] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.130 - - [2025-08-11 02:05:08] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007216 10.0.0.130 - - [2025-08-11 02:05:08] "POST /id-to-fqname HTTP/1.1" 200 193 0.001188 10.0.0.130 - - [2025-08-11 02:05:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.003493 10.0.0.130 - - [2025-08-11 02:05:08] "POST /security-groups HTTP/1.1" 200 594 0.060073 10.0.0.130 - - [2025-08-11 02:05:08] "POST /fqname-to-id HTTP/1.1" 404 237 0.002714 10.0.0.130 - - [2025-08-11 02:05:08] "POST /projects HTTP/1.1" 200 591 0.211832 10.0.0.130 - - [2025-08-11 02:05:08] "POST /access-control-lists HTTP/1.1" 200 601 0.061124 10.0.0.130 - - [2025-08-11 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.286040 10.0.0.130 - - [2025-08-11 02:05:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.003566 10.0.0.130 - - [2025-08-11 02:05:08] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.397897 10.0.0.130 - - [2025-08-11 02:05:09] "POST /access-control-lists HTTP/1.1" 200 599 0.059895 10.0.0.130 - - [2025-08-11 02:05:09] "GET / HTTP/1.1" 200 36215 0.001883 10.0.0.130 - - [2025-08-11 02:05:10] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000463 10.0.0.130 - - [2025-08-11 02:05:11] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001105 10.0.0.130 - - [2025-08-11 02:05:11] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046825 10.0.0.130 - - [2025-08-11 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.130 - - [2025-08-11 02:05:11] "GET /security-group/6bc91994-7a50-41d7-8bf0-9f2c65fbb99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.005454 10.0.0.130 - - [2025-08-11 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.130 - - [2025-08-11 02:05:11] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001969 10.0.0.130 - - [2025-08-11 02:05:11] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.029231 10.0.0.130 - - [2025-08-11 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.130 - - [2025-08-11 02:05:11] "GET /security-group/6bc91994-7a50-41d7-8bf0-9f2c65fbb99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004534 10.0.0.130 - - [2025-08-11 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.130 - - [2025-08-11 02:05:11] "PUT /security-group/6bc91994-7a50-41d7-8bf0-9f2c65fbb99d HTTP/1.1" 200 263 0.015763 10.0.0.130 - - [2025-08-11 02:05:11] "PUT /access-control-list/32840936-d629-4b59-b6f0-4813717662a2 HTTP/1.1" 200 273 0.009243 10.0.0.130 - - [2025-08-11 02:05:11] "PUT /access-control-list/3067173d-5692-4fa3-be29-23e6e5a7e1b9 HTTP/1.1" 200 273 0.009721 10.0.0.130 - - [2025-08-11 02:05:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.002587 10.0.0.130 - - [2025-08-11 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.130 - - [2025-08-11 02:05:11] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001420 10.0.0.130 - - [2025-08-11 02:05:11] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.026224 10.0.0.130 - - [2025-08-11 02:05:11] "POST /neutron/network HTTP/1.1" 200 117 0.026470 10.0.0.130 - - [2025-08-11 02:05:11] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001057 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 608 0.068859 10.0.0.130 - - [2025-08-11 02:05:12] "POST /route-targets HTTP/1.1" 200 328 0.013237 10.0.0.130 - - [2025-08-11 02:05:12] "POST /ref-update HTTP/1.1" 200 156 0.013223 10.0.0.130 - - [2025-08-11 02:05:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006967 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.219307 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 827 0.005145 10.0.0.130 - - [2025-08-11 02:05:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001175 10.0.0.130 - - [2025-08-11 02:05:12] "GET /virtual-network/d0468c3d-87ad-4559-8334-24d90b959a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004744 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 827 0.006032 10.0.0.130 - - [2025-08-11 02:05:12] "GET /virtual-network/d0468c3d-87ad-4559-8334-24d90b959a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006577 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 827 0.005575 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.007727 10.0.0.130 - - [2025-08-11 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.130 - - [2025-08-11 02:05:12] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001489 10.0.0.130 - - [2025-08-11 02:05:12] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.032146 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 117 0.008692 10.0.0.130 - - [2025-08-11 02:05:12] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001195 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 615 0.083276 10.0.0.130 - - [2025-08-11 02:05:12] "POST /route-targets HTTP/1.1" 200 328 0.008666 10.0.0.130 - - [2025-08-11 02:05:12] "POST /ref-update HTTP/1.1" 200 156 0.012282 10.0.0.130 - - [2025-08-11 02:05:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004658 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.149751 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 832 0.006739 10.0.0.130 - - [2025-08-11 02:05:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001774 10.0.0.130 - - [2025-08-11 02:05:12] "GET /virtual-network/70816124-4b1f-4442-96bd-ca60713db7a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007116 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 832 0.007992 10.0.0.130 - - [2025-08-11 02:05:12] "GET /virtual-network/70816124-4b1f-4442-96bd-ca60713db7a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005446 10.0.0.130 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 832 0.007093 10.0.0.130 - - [2025-08-11 02:05:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.006230 10.0.0.130 - - [2025-08-11 02:05:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001135 10.0.0.130 - - [2025-08-11 02:05:13] "POST /neutron/network HTTP/1.1" 200 837 0.005283 10.0.0.130 - - [2025-08-11 02:05:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000555 10.0.0.130 - - [2025-08-11 02:05:13] "GET / HTTP/1.1" 200 36215 0.001919 10.0.0.130 - - [2025-08-11 02:05:13] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000397 10.0.0.130 - - [2025-08-11 02:05:13] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001127 10.0.0.130 - - [2025-08-11 02:05:13] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049199 10.0.0.130 - - [2025-08-11 02:05:13] "POST /neutron/network HTTP/1.1" 200 827 0.005342 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.004819 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.004890 10.0.0.130 - - [2025-08-11 02:05:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001806 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.006091 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/network HTTP/1.1" 200 842 0.005749 10.0.0.130 - - [2025-08-11 02:05:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000458 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/network HTTP/1.1" 200 837 0.005404 10.0.0.130 - - [2025-08-11 02:05:14] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001119 10.0.0.130 - - [2025-08-11 02:05:14] "GET / HTTP/1.1" 200 36215 0.001788 10.0.0.130 - - [2025-08-11 02:05:14] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000633 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/port HTTP/1.1" 200 1063 0.232360 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/port HTTP/1.1" 200 1063 0.009066 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/port HTTP/1.1" 200 1063 0.009619 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/port HTTP/1.1" 200 1117 0.063058 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/port HTTP/1.1" 200 1091 0.010443 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003036 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.007377 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.130 - - [2025-08-11 02:05:14] "POST /neutron/network HTTP/1.1" 200 827 0.005296 10.0.0.130 - - [2025-08-11 02:05:14] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001052 10.0.0.130 - - [2025-08-11 02:05:14] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048417 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/network HTTP/1.1" 200 832 0.006451 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/port HTTP/1.1" 200 1091 0.015743 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007281 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/port HTTP/1.1" 200 117 0.004802 10.0.0.130 - - [2025-08-11 02:05:15] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001489 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/router HTTP/1.1" 200 585 0.060906 10.0.0.130 - - [2025-08-11 02:05:15] "POST /route-targets HTTP/1.1" 200 328 0.014742 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/router HTTP/1.1" 200 585 0.007332 10.0.0.130 - - [2025-08-11 02:05:15] "PUT /logical-router/45fcf464-9153-49f6-9e78-5bf60a9ec7bb HTTP/1.1" 200 263 0.018900 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/router HTTP/1.1" 200 656 0.059117 10.0.0.130 - - [2025-08-11 02:05:15] "GET /logical-router/45fcf464-9153-49f6-9e78-5bf60a9ec7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.029926 10.0.0.130 - - [2025-08-11 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005760 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/router HTTP/1.1" 200 656 0.003550 10.0.0.130 - - [2025-08-11 02:05:15] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001043 10.0.0.130 - - [2025-08-11 02:05:15] "GET /service-template/1711c34b-801b-4a76-8cb1-b12d0920d197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.006690 10.0.0.130 - - [2025-08-11 02:05:15] "POST /fqname-to-id HTTP/1.1" 404 215 0.002890 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/network HTTP/1.1" 200 842 0.010453 10.0.0.130 - - [2025-08-11 02:05:15] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001077 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/router HTTP/1.1" 200 344 0.342215 10.0.0.130 - - [2025-08-11 02:05:15] "POST /useragent-kv HTTP/1.1" 200 115 0.017435 10.0.0.130 - - [2025-08-11 02:05:15] "POST /virtual-networks HTTP/1.1" 200 696 0.203182 10.0.0.130 - - [2025-08-11 02:05:15] "POST /route-targets HTTP/1.1" 200 328 0.037831 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/port HTTP/1.1" 200 1091 0.038327 10.0.0.130 - - [2025-08-11 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.045429 10.0.0.130 - - [2025-08-11 02:05:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.027382 10.0.0.130 - - [2025-08-11 02:05:15] "POST /service-instances HTTP/1.1" 200 672 0.127372 10.0.0.130 - - [2025-08-11 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.053855 10.0.0.130 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1061 0.424661 10.0.0.130 - - [2025-08-11 02:05:16] "POST /route-tables HTTP/1.1" 200 584 0.046659 10.0.0.130 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1061 0.008273 10.0.0.130 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1061 0.011719 10.0.0.130 - - [2025-08-11 02:05:16] "PUT /logical-router/45fcf464-9153-49f6-9e78-5bf60a9ec7bb HTTP/1.1" 200 263 0.027782 10.0.0.130 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1115 0.082771 10.0.0.130 - - [2025-08-11 02:05:16] "POST /ref-update HTTP/1.1" 200 156 0.021876 10.0.0.130 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1089 0.014259 10.0.0.130 - - [2025-08-11 02:05:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007015 10.0.0.130 - - [2025-08-11 02:05:16] "POST /neutron/subnet HTTP/1.1" 200 689 0.008204 10.0.0.130 - - [2025-08-11 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.130 - - [2025-08-11 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.130 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.000941 10.0.0.130 - - [2025-08-11 02:05:16] "POST /neutron/network HTTP/1.1" 200 832 0.007098 10.0.0.130 - - [2025-08-11 02:05:16] "POST /virtual-machines HTTP/1.1" 200 554 0.017079 10.0.0.130 - - [2025-08-11 02:05:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.099364 10.0.0.130 - - [2025-08-11 02:05:16] "POST /chown HTTP/1.1" 200 109 0.006841 10.0.0.130 - - [2025-08-11 02:05:16] "POST /instance-ips HTTP/1.1" 200 552 0.020053 10.0.0.130 - - [2025-08-11 02:05:16] "POST /instance-ips HTTP/1.1" 400 246 0.013080 10.0.0.130 - - [2025-08-11 02:05:16] "POST /chown HTTP/1.1" 200 109 0.008043 10.0.0.130 - - [2025-08-11 02:05:16] "PUT /virtual-machine-interface/700a3c03-4905-40ab-8d3d-f62450841177 HTTP/1.1" 200 285 0.010315 10.0.0.130 - - [2025-08-11 02:05:16] "PUT /instance-ip/3e188fea-0a7f-4bb5-932f-aacb52775c5b HTTP/1.1" 200 257 0.015982 10.0.0.130 - - [2025-08-11 02:05:16] "POST /ref-update HTTP/1.1" 200 156 0.012627 10.0.0.130 - - [2025-08-11 02:05:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.099158 10.0.0.130 - - [2025-08-11 02:05:17] "POST /chown HTTP/1.1" 200 109 0.009519 10.0.0.130 - - [2025-08-11 02:05:17] "POST /instance-ips HTTP/1.1" 200 550 0.029832 10.0.0.130 - - [2025-08-11 02:05:17] "POST /instance-ips HTTP/1.1" 400 316 0.024709 10.0.0.130 - - [2025-08-11 02:05:17] "POST /chown HTTP/1.1" 200 109 0.009492 10.0.0.130 - - [2025-08-11 02:05:17] "PUT /virtual-machine-interface/2eb79902-1529-4ed3-8b57-e568d9345de5 HTTP/1.1" 200 285 0.011373 10.0.0.130 - - [2025-08-11 02:05:17] "PUT /instance-ip/2ee7ec85-a490-45c8-9fa4-75d025039a6d HTTP/1.1" 200 257 0.012444 10.0.0.130 - - [2025-08-11 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.013831 10.0.0.130 - - [2025-08-11 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.012775 10.0.0.130 - - [2025-08-11 02:05:17] "PUT /routing-instance/e67b10ad-afeb-4817-ab26-f4f2bb131aa5 HTTP/1.1" 200 267 0.023679 10.0.0.130 - - [2025-08-11 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.013136 10.0.0.130 - - [2025-08-11 02:05:17] "POST /virtual-machines HTTP/1.1" 200 554 0.018224 10.0.0.130 - - [2025-08-11 02:05:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.101776 10.0.0.130 - - [2025-08-11 02:05:17] "POST /chown HTTP/1.1" 200 109 0.011781 10.0.0.130 - - [2025-08-11 02:05:17] "POST /instance-ips HTTP/1.1" 400 246 0.023188 10.0.0.130 - - [2025-08-11 02:05:17] "POST /chown HTTP/1.1" 200 109 0.009208 10.0.0.130 - - [2025-08-11 02:05:18] "PUT /virtual-machine-interface/2229e094-4da8-4a20-8d7c-30a4ac541259 HTTP/1.1" 200 285 0.016639 10.0.0.130 - - [2025-08-11 02:05:18] "PUT /instance-ip/3e188fea-0a7f-4bb5-932f-aacb52775c5b HTTP/1.1" 200 257 0.011821 10.0.0.130 - - [2025-08-11 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.013691 10.0.0.130 - - [2025-08-11 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.018940 10.0.0.130 - - [2025-08-11 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.017452 10.0.0.130 - - [2025-08-11 02:05:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.115462 10.0.0.130 - - [2025-08-11 02:05:18] "PUT /routing-instance/e67b10ad-afeb-4817-ab26-f4f2bb131aa5 HTTP/1.1" 200 267 0.049196 10.0.0.130 - - [2025-08-11 02:05:18] "POST /chown HTTP/1.1" 200 109 0.024311 10.0.0.130 - - [2025-08-11 02:05:18] "POST /instance-ips HTTP/1.1" 400 316 0.022693 10.0.0.130 - - [2025-08-11 02:05:18] "POST /chown HTTP/1.1" 200 109 0.008162 10.0.0.130 - - [2025-08-11 02:05:18] "PUT /virtual-machine-interface/04657418-7edc-4907-9827-1e98af24a28f HTTP/1.1" 200 285 0.016049 10.0.0.130 - - [2025-08-11 02:05:18] "PUT /instance-ip/2ee7ec85-a490-45c8-9fa4-75d025039a6d HTTP/1.1" 200 257 0.016961 10.0.0.130 - - [2025-08-11 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.015487 10.0.0.130 - - [2025-08-11 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.017725 10.0.0.130 - - [2025-08-11 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.017152 10.0.0.130 - - [2025-08-11 02:05:18] "PUT /routing-instance/e67b10ad-afeb-4817-ab26-f4f2bb131aa5 HTTP/1.1" 200 267 0.018200 10.0.0.130 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1091 0.013452 10.0.0.130 - - [2025-08-11 02:05:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006030 10.0.0.130 - - [2025-08-11 02:05:21] "POST /neutron/port HTTP/1.1" 200 1091 0.011874 10.0.0.130 - - [2025-08-11 02:05:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006409 10.0.0.130 - - [2025-08-11 02:05:21] "POST /neutron/port HTTP/1.1" 200 1091 0.012083 10.0.0.130 - - [2025-08-11 02:05:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006331 10.0.0.130 - - [2025-08-11 02:05:21] "GET /virtual-machine/4fde56ce-c399-41e5-a5d7-65457609a96f HTTP/1.1" 401 293 0.000445 10.0.0.130 - - [2025-08-11 02:05:21] "GET /virtual-machine/4fde56ce-c399-41e5-a5d7-65457609a96f HTTP/1.1" 200 1297 0.025161 10.0.0.130 - - [2025-08-11 02:05:21] "GET /virtual-machine-interface/134cb94d-f249-4f26-8fdc-dd3cf386bc6f HTTP/1.1" 200 2963 0.005544 10.0.0.130 - - [2025-08-11 02:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.130 - - [2025-08-11 02:05:21] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004746 10.0.0.130 - - [2025-08-11 02:05:21] "GET /virtual-networks?parent_id=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003187 10.0.0.130 - - [2025-08-11 02:05:21] "GET /virtual-network/d0468c3d-87ad-4559-8334-24d90b959a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006188 10.0.0.130 - - [2025-08-11 02:05:23] "DELETE /project/1316dfdb62394d849d566f25fadde439 HTTP/1.1" 404 173 0.010685 10.0.0.130 - - [2025-08-11 02:05:23] "DELETE /project/95db9d3248da4398aa72e05f6c94ddad HTTP/1.1" 404 173 0.009127 10.0.0.130 - - [2025-08-11 02:05:23] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001013 10.0.0.130 - - [2025-08-11 02:05:23] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.130 - - [2025-08-11 02:05:23] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.033541 10.0.0.130 - - [2025-08-11 02:05:23] "GET /project/638dcf9e-e424-40a9-aaa9-23b9c770b826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.038401 10.0.0.130 - - [2025-08-11 02:05:23] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192 10.0.0.130 - - [2025-08-11 02:05:23] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000983 10.0.0.130 - - [2025-08-11 02:05:23] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?fields=security_groups HTTP/1.1" 200 1368 0.042585 10.0.0.130 - - [2025-08-11 02:05:23] "GET /project/638dcf9e-e424-40a9-aaa9-23b9c770b826?fields=security_groups HTTP/1.1" 200 1361 0.044802 10.0.0.130 - - [2025-08-11 02:05:24] "DELETE /security-group/7ffa039a-0eb1-4a0d-a4b5-0e4b045dcc3c HTTP/1.1" 200 115 0.079349 10.0.0.130 - - [2025-08-11 02:05:24] "DELETE /security-group/d3ef679a-c00f-4596-8f69-848813147efb HTTP/1.1" 200 115 0.076649 10.0.0.130 - - [2025-08-11 02:05:24] "GET /projects?obj_uuids=95db9d32-48da-4398-aa72-e05f6c94ddad&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.130 - - [2025-08-11 02:05:24] "DELETE /access-control-list/f2051134-a720-4ddf-8d3a-b1fa9319fe38 HTTP/1.1" 200 115 0.057057 10.0.0.130 - - [2025-08-11 02:05:24] "GET /projects?obj_uuids=638dcf9e-e424-40a9-aaa9-23b9c770b826&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000925 10.0.0.130 - - [2025-08-11 02:05:24] "GET /project/95db9d32-48da-4398-aa72-e05f6c94ddad?fields=application_policy_sets HTTP/1.1" 200 1407 0.034604 10.0.0.130 - - [2025-08-11 02:05:24] "DELETE /access-control-list/0c783976-aca6-48e8-a9db-2fee19df7845 HTTP/1.1" 200 115 0.032120 10.0.0.130 - - [2025-08-11 02:05:24] "GET /project/638dcf9e-e424-40a9-aaa9-23b9c770b826?fields=application_policy_sets HTTP/1.1" 200 1400 0.076060 10.0.0.130 - - [2025-08-11 02:05:24] "DELETE /access-control-list/e947ac39-9142-4cde-a76e-90522c31ed52 HTTP/1.1" 200 115 0.040174 10.0.0.130 - - [2025-08-11 02:05:24] "DELETE /access-control-list/8e934d82-4839-4e84-9242-f719267c80af HTTP/1.1" 200 115 0.063590 10.0.0.130 - - [2025-08-11 02:05:24] "DELETE /project/95db9d32-48da-4398-aa72-e05f6c94ddad HTTP/1.1" 200 115 0.467674 10.0.0.130 - - [2025-08-11 02:05:24] "DELETE /project/638dcf9e-e424-40a9-aaa9-23b9c770b826 HTTP/1.1" 200 115 0.503427 10.0.0.130 - - [2025-08-11 02:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.130 - - [2025-08-11 02:05:24] "GET /virtual-network/d0468c3d-87ad-4559-8334-24d90b959a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004729 10.0.0.130 - - [2025-08-11 02:05:24] "POST /neutron/port HTTP/1.1" 200 1091 0.012001 10.0.0.130 - - [2025-08-11 02:05:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005225 10.0.0.130 - - [2025-08-11 02:05:25] "POST /neutron/port HTTP/1.1" 200 1089 0.011487 10.0.0.130 - - [2025-08-11 02:05:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005051 10.0.0.130 - - [2025-08-11 02:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.130 - - [2025-08-11 02:05:26] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003020 10.0.0.130 - - [2025-08-11 02:05:26] "GET /virtual-networks?parent_id=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002904 10.0.0.130 - - [2025-08-11 02:05:26] "GET /virtual-network/d0468c3d-87ad-4559-8334-24d90b959a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005221 10.0.0.130 - - [2025-08-11 02:05:27] "POST /neutron/port HTTP/1.1" 200 1089 0.010241 10.0.0.130 - - [2025-08-11 02:05:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006120 10.0.0.130 - - [2025-08-11 02:05:27] "POST /neutron/port HTTP/1.1" 200 1089 0.010587 10.0.0.130 - - [2025-08-11 02:05:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006020 10.0.0.130 - - [2025-08-11 02:05:27] "POST /neutron/port HTTP/1.1" 200 1089 0.010674 10.0.0.130 - - [2025-08-11 02:05:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005629 10.0.0.130 - - [2025-08-11 02:05:27] "GET /virtual-machine/6e661d8f-fbe2-4c10-8cfb-2bf1348cde8b HTTP/1.1" 200 1297 0.004773 10.0.0.130 - - [2025-08-11 02:05:27] "GET /virtual-machine-interface/3f403d5e-6d77-43af-bb49-86504bd7740b HTTP/1.1" 200 2975 0.004507 10.0.0.130 - - [2025-08-11 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.130 - - [2025-08-11 02:05:27] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002683 10.0.0.130 - - [2025-08-11 02:05:27] "GET /virtual-networks?parent_id=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003010 10.0.0.130 - - [2025-08-11 02:05:27] "GET /virtual-network/70816124-4b1f-4442-96bd-ca60713db7a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005178 10.0.0.130 - - [2025-08-11 02:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.130 - - [2025-08-11 02:05:28] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003083 10.0.0.130 - - [2025-08-11 02:05:28] "GET /virtual-networks?parent_id=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002947 10.0.0.130 - - [2025-08-11 02:05:28] "GET /virtual-network/70816124-4b1f-4442-96bd-ca60713db7a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005085 10.0.0.130 - - [2025-08-11 02:05:29] "GET /obj-perms HTTP/1.1" 200 5075 0.045680 10.0.0.130 - - [2025-08-11 02:05:29] "GET /obj-perms HTTP/1.1" 200 5075 0.046175 10.0.0.130 - - [2025-08-11 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.130 - - [2025-08-11 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002187 10.0.0.130 - - [2025-08-11 02:05:29] "POST /chown HTTP/1.1" 200 109 0.006898 10.0.0.130 - - [2025-08-11 02:05:29] "POST /instance-ips HTTP/1.1" 400 246 0.014309 10.0.0.130 - - [2025-08-11 02:05:29] "POST /chown HTTP/1.1" 200 109 0.007721 10.0.0.130 - - [2025-08-11 02:05:29] "POST /chown HTTP/1.1" 200 109 0.007452 10.0.0.130 - - [2025-08-11 02:05:30] "POST /instance-ips HTTP/1.1" 400 316 0.013392 10.0.0.130 - - [2025-08-11 02:05:30] "POST /chown HTTP/1.1" 200 109 0.007282 10.0.0.130 - - [2025-08-11 02:05:30] "POST /chown HTTP/1.1" 200 109 0.007158 10.0.0.130 - - [2025-08-11 02:05:30] "POST /instance-ips HTTP/1.1" 400 246 0.016788 10.0.0.130 - - [2025-08-11 02:05:30] "POST /chown HTTP/1.1" 200 109 0.006952 10.0.0.130 - - [2025-08-11 02:05:30] "POST /chown HTTP/1.1" 200 109 0.008078 10.0.0.130 - - [2025-08-11 02:05:30] "POST /instance-ips HTTP/1.1" 400 316 0.013082 10.0.0.130 - - [2025-08-11 02:05:30] "POST /chown HTTP/1.1" 200 109 0.008203 10.0.0.130 - - [2025-08-11 02:05:32] "POST /neutron/router HTTP/1.1" 200 656 0.004264 10.0.0.130 - - [2025-08-11 02:05:32] "POST /ref-update HTTP/1.1" 200 156 0.011340 10.0.0.130 - - [2025-08-11 02:05:32] "POST /neutron/router HTTP/1.1" 200 344 0.093208 10.0.0.130 - - [2025-08-11 02:05:32] "POST /neutron/router HTTP/1.1" 200 656 0.004438 10.0.0.130 - - [2025-08-11 02:05:32] "GET /logical-router/45fcf464-9153-49f6-9e78-5bf60a9ec7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.005033 10.0.0.130 - - [2025-08-11 02:05:32] "GET /service-instance/3dfbd1a7-3c60-4b97-bf9d-208535051394?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.004575 10.0.0.130 - - [2025-08-11 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.130 - - [2025-08-11 02:05:32] "POST /neutron/router HTTP/1.1" 200 151 0.056317 10.0.0.130 - - [2025-08-11 02:05:32] "DELETE /route-target/3bbdcf3e-1736-49ff-98cf-988a1b1c7600 HTTP/1.1" 409 240 0.004737 10.0.0.130 - - [2025-08-11 02:05:32] "PUT /logical-router/45fcf464-9153-49f6-9e78-5bf60a9ec7bb HTTP/1.1" 404 171 0.003283 10.0.0.130 - - [2025-08-11 02:05:32] "POST /ref-update HTTP/1.1" 200 156 0.013247 10.0.0.130 - - [2025-08-11 02:05:32] "DELETE /route-table/a59c91b1-8a0e-43d7-9a4d-1bca5166e05c HTTP/1.1" 200 115 0.026956 10.0.0.130 - - [2025-08-11 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.130 - - [2025-08-11 02:05:32] "PUT /routing-instance/e67b10ad-afeb-4817-ab26-f4f2bb131aa5 HTTP/1.1" 200 267 0.009129 10.0.0.130 - - [2025-08-11 02:05:32] "GET /virtual-network/dd494344-8a3b-46ca-ad2e-e7c29b58d9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005244 10.0.0.130 - - [2025-08-11 02:05:32] "POST /neutron/network HTTP/1.1" 200 832 0.007961 10.0.0.130 - - [2025-08-11 02:05:33] "POST /neutron/network HTTP/1.1" 400 204 0.038134 10.0.0.130 - - [2025-08-11 02:05:33] "POST /ref-update HTTP/1.1" 200 156 0.015007 10.0.0.130 - - [2025-08-11 02:05:33] "POST /ref-update HTTP/1.1" 200 156 0.008939 10.0.0.130 - - [2025-08-11 02:05:33] "DELETE /instance-ip/2ee7ec85-a490-45c8-9fa4-75d025039a6d HTTP/1.1" 200 115 0.038826 10.0.0.130 - - [2025-08-11 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.130 - - [2025-08-11 02:05:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005041 10.0.0.130 - - [2025-08-11 02:05:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004056 10.0.0.130 - - [2025-08-11 02:05:33] "DELETE /virtual-network/dd494344-8a3b-46ca-ad2e-e7c29b58d9d1 HTTP/1.1" 200 115 0.162486 10.0.0.130 - - [2025-08-11 02:05:33] "DELETE /route-target/803254be-b82c-4260-8df4-f42f73b4bda4 HTTP/1.1" 200 115 0.030963 10.0.0.130 - - [2025-08-11 02:05:33] "DELETE /service-instance/3dfbd1a7-3c60-4b97-bf9d-208535051394 HTTP/1.1" 200 115 0.034960 10.0.0.130 - - [2025-08-11 02:05:33] "GET /logical-router/45fcf464-9153-49f6-9e78-5bf60a9ec7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002922 10.0.0.130 - - [2025-08-11 02:05:33] "GET /service-instance/3dfbd1a7-3c60-4b97-bf9d-208535051394?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003859 10.0.0.130 - - [2025-08-11 02:05:33] "POST /neutron/port HTTP/1.1" 200 1089 0.016430 10.0.0.130 - - [2025-08-11 02:05:33] "POST /neutron/port HTTP/1.1" 200 1115 0.008292 10.0.0.130 - - [2025-08-11 02:05:33] "POST /neutron/port HTTP/1.1" 200 1091 0.014377 10.0.0.130 - - [2025-08-11 02:05:33] "GET /virtual-machine-interface/04657418-7edc-4907-9827-1e98af24a28f?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.005977 10.0.0.130 - - [2025-08-11 02:05:33] "POST /neutron/port HTTP/1.1" 200 1117 0.009149 10.0.0.130 - - [2025-08-11 02:05:33] "POST /neutron/port HTTP/1.1" 200 151 0.146101 10.0.0.130 - - [2025-08-11 02:05:33] "DELETE /virtual-machine-interface/04657418-7edc-4907-9827-1e98af24a28f HTTP/1.1" 200 115 0.051413 10.0.0.130 - - [2025-08-11 02:05:33] "GET /virtual-machine-interface/2229e094-4da8-4a20-8d7c-30a4ac541259?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.005789 10.0.0.130 - - [2025-08-11 02:05:33] "POST /neutron/port HTTP/1.1" 200 151 0.156424 10.0.0.130 - - [2025-08-11 02:05:33] "POST /ref-update HTTP/1.1" 200 156 0.022640 10.0.0.130 - - [2025-08-11 02:05:33] "GET /instance-ip/3e188fea-0a7f-4bb5-932f-aacb52775c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004147 10.0.0.130 - - [2025-08-11 02:05:33] "DELETE /virtual-machine-interface/2229e094-4da8-4a20-8d7c-30a4ac541259 HTTP/1.1" 200 115 0.031822 10.0.0.130 - - [2025-08-11 02:05:33] "DELETE /virtual-machine/0796c3bc-8db7-45ef-8c15-86514620d7a4 HTTP/1.1" 200 115 0.025784 10.0.0.130 - - [2025-08-11 02:05:33] "GET /virtual-machine-interface/2eb79902-1529-4ed3-8b57-e568d9345de5?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1335 0.005192 10.0.0.130 - - [2025-08-11 02:05:33] "DELETE /virtual-machine-interface/2eb79902-1529-4ed3-8b57-e568d9345de5 HTTP/1.1" 200 115 0.028292 10.0.0.130 - - [2025-08-11 02:05:33] "GET /virtual-machine-interface/700a3c03-4905-40ab-8d3d-f62450841177?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.004844 10.0.0.130 - - [2025-08-11 02:05:33] "POST /ref-update HTTP/1.1" 200 156 0.011406 10.0.0.130 - - [2025-08-11 02:05:34] "GET /instance-ip/3e188fea-0a7f-4bb5-932f-aacb52775c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.004612 10.0.0.130 - - [2025-08-11 02:05:34] "DELETE /instance-ip/3e188fea-0a7f-4bb5-932f-aacb52775c5b HTTP/1.1" 200 115 0.026579 10.0.0.130 - - [2025-08-11 02:05:34] "DELETE /virtual-machine-interface/700a3c03-4905-40ab-8d3d-f62450841177 HTTP/1.1" 200 115 0.029908 10.0.0.130 - - [2025-08-11 02:05:34] "POST /ref-update HTTP/1.1" 200 156 0.008582 10.0.0.130 - - [2025-08-11 02:05:34] "DELETE /virtual-machine/0ebbce41-73ca-421f-b452-4ce7865069c8 HTTP/1.1" 200 115 0.015841 10.0.0.130 - - [2025-08-11 02:05:35] "POST /neutron/network HTTP/1.1" 200 832 0.005503 10.0.0.130 - - [2025-08-11 02:05:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002251 10.0.0.130 - - [2025-08-11 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006478 10.0.0.130 - - [2025-08-11 02:05:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001840 10.0.0.130 - - [2025-08-11 02:05:35] "POST /neutron/network HTTP/1.1" 200 151 0.074834 10.0.0.130 - - [2025-08-11 02:05:35] "DELETE /route-target/28414c41-59f4-40eb-bd46-99481c467458 HTTP/1.1" 200 115 0.013229 10.0.0.130 - - [2025-08-11 02:05:35] "POST /neutron/network HTTP/1.1" 200 827 0.004978 10.0.0.130 - - [2025-08-11 02:05:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003300 10.0.0.130 - - [2025-08-11 02:05:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003019 10.0.0.130 - - [2025-08-11 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.130 - - [2025-08-11 02:05:35] "POST /neutron/network HTTP/1.1" 200 151 0.071673 10.0.0.130 - - [2025-08-11 02:05:35] "DELETE /route-target/2ad726ae-fc23-4a0b-9c29-8f20a779e76e HTTP/1.1" 200 115 0.014544 10.0.0.130 - - [2025-08-11 02:05:35] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001718 10.0.0.130 - - [2025-08-11 02:05:35] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.035619 10.0.0.130 - - [2025-08-11 02:05:35] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001028 10.0.0.130 - - [2025-08-11 02:05:35] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?fields=virtual_networks HTTP/1.1" 200 1050 0.071188 10.0.0.130 - - [2025-08-11 02:05:35] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001513 10.0.0.130 - - [2025-08-11 02:05:35] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.026066 10.0.0.130 - - [2025-08-11 02:05:35] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001518 10.0.0.130 - - [2025-08-11 02:05:35] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?fields=security_groups HTTP/1.1" 200 1280 0.028787 10.0.0.130 - - [2025-08-11 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.021970 10.0.0.130 - - [2025-08-11 02:05:36] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002878 10.0.0.130 - - [2025-08-11 02:05:36] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.130 - - [2025-08-11 02:05:36] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007357 10.0.0.130 - - [2025-08-11 02:05:36] "POST /id-to-fqname HTTP/1.1" 200 198 0.001165 10.0.0.130 - - [2025-08-11 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003255 10.0.0.130 - - [2025-08-11 02:05:36] "POST /security-groups HTTP/1.1" 200 599 0.060186 10.0.0.130 - - [2025-08-11 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.003345 10.0.0.130 - - [2025-08-11 02:05:36] "POST /projects HTTP/1.1" 200 601 0.205610 10.0.0.130 - - [2025-08-11 02:05:36] "POST /access-control-lists HTTP/1.1" 200 606 0.058446 10.0.0.130 - - [2025-08-11 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.274485 10.0.0.130 - - [2025-08-11 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 241 0.002784 10.0.0.130 - - [2025-08-11 02:05:36] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.402507 10.0.0.130 - - [2025-08-11 02:05:37] "POST /access-control-lists HTTP/1.1" 200 604 0.059900 10.0.0.130 - - [2025-08-11 02:05:38] "GET / HTTP/1.1" 200 36215 0.001955 10.0.0.130 - - [2025-08-11 02:05:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.130 - - [2025-08-11 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.057664 10.0.0.130 - - [2025-08-11 02:05:39] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001888 10.0.0.130 - - [2025-08-11 02:05:39] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.039257 10.0.0.130 - - [2025-08-11 02:05:39] "POST /neutron/network HTTP/1.1" 200 117 0.041674 10.0.0.130 - - [2025-08-11 02:05:39] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002479 10.0.0.130 - - [2025-08-11 02:05:39] "POST /neutron/network HTTP/1.1" 200 613 0.101626 10.0.0.130 - - [2025-08-11 02:05:39] "POST /route-targets HTTP/1.1" 200 328 0.018410 10.0.0.130 - - [2025-08-11 02:05:39] "POST /ref-update HTTP/1.1" 200 156 0.019022 10.0.0.130 - - [2025-08-11 02:05:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006917 10.0.0.130 - - [2025-08-11 02:05:39] "POST /neutron/subnet HTTP/1.1" 200 734 0.223877 10.0.0.130 - - [2025-08-11 02:05:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004458 10.0.0.130 - - [2025-08-11 02:05:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.192785 10.0.0.130 - - [2025-08-11 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.034515 10.0.0.130 - - [2025-08-11 02:05:39] "GET /virtual-network/04186878-893e-4c08-9de5-2690e84becf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.010869 10.0.0.130 - - [2025-08-11 02:05:39] "POST /neutron/network HTTP/1.1" 200 1008 0.010248 10.0.0.130 - - [2025-08-11 02:05:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.002005 10.0.0.130 - - [2025-08-11 02:05:39] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007515 10.0.0.130 - - [2025-08-11 02:05:39] "POST /neutron/network HTTP/1.1" 200 1008 0.011943 10.0.0.130 - - [2025-08-11 02:05:39] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005498 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/network HTTP/1.1" 200 1008 0.012345 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.009596 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.010157 10.0.0.130 - - [2025-08-11 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.130 - - [2025-08-11 02:05:40] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001437 10.0.0.130 - - [2025-08-11 02:05:40] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.036034 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/network HTTP/1.1" 200 117 0.012531 10.0.0.130 - - [2025-08-11 02:05:40] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001741 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/network HTTP/1.1" 200 613 0.082863 10.0.0.130 - - [2025-08-11 02:05:40] "POST /route-targets HTTP/1.1" 200 328 0.015989 10.0.0.130 - - [2025-08-11 02:05:40] "POST /ref-update HTTP/1.1" 200 156 0.014046 10.0.0.130 - - [2025-08-11 02:05:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004203 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.184380 10.0.0.130 - - [2025-08-11 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008448 10.0.0.130 - - [2025-08-11 02:05:40] "GET /virtual-network/04186878-893e-4c08-9de5-2690e84becf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.005758 10.0.0.130 - - [2025-08-11 02:05:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003872 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.225430 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/network HTTP/1.1" 200 1006 0.010675 10.0.0.130 - - [2025-08-11 02:05:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.002224 10.0.0.130 - - [2025-08-11 02:05:40] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008476 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/network HTTP/1.1" 200 1006 0.011513 10.0.0.130 - - [2025-08-11 02:05:40] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005588 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/network HTTP/1.1" 200 1006 0.007717 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.008285 10.0.0.130 - - [2025-08-11 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.009358 10.0.0.130 - - [2025-08-11 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.003997 10.0.0.130 - - [2025-08-11 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.130 - - [2025-08-11 02:05:41] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001675 10.0.0.130 - - [2025-08-11 02:05:41] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.034038 10.0.0.130 - - [2025-08-11 02:05:41] "POST /network-policys HTTP/1.1" 200 579 0.063690 10.0.0.130 - - [2025-08-11 02:05:41] "GET /network-policy/9538d3cf-5875-4aae-bba9-0159f55203f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004839 10.0.0.130 - - [2025-08-11 02:05:41] "POST /neutron/network HTTP/1.1" 200 1008 0.010802 10.0.0.130 - - [2025-08-11 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005850 10.0.0.130 - - [2025-08-11 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.004304 10.0.0.130 - - [2025-08-11 02:05:41] "GET /virtual-network/04186878-893e-4c08-9de5-2690e84becf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.010551 10.0.0.130 - - [2025-08-11 02:05:41] "POST /neutron/network HTTP/1.1" 200 1116 0.059038 10.0.0.130 - - [2025-08-11 02:05:41] "POST /access-control-lists HTTP/1.1" 200 598 0.079301 10.0.0.130 - - [2025-08-11 02:05:41] "POST /neutron/network HTTP/1.1" 200 1116 0.063512 10.0.0.130 - - [2025-08-11 02:05:41] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.005144 10.0.0.130 - - [2025-08-11 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.130 - - [2025-08-11 02:05:41] "GET /network-policy/9538d3cf-5875-4aae-bba9-0159f55203f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.005304 10.0.0.130 - - [2025-08-11 02:05:41] "POST /neutron/network HTTP/1.1" 200 1006 0.008522 10.0.0.130 - - [2025-08-11 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006315 10.0.0.130 - - [2025-08-11 02:05:41] "GET /virtual-network/04186878-893e-4c08-9de5-2690e84becf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.005262 10.0.0.130 - - [2025-08-11 02:05:41] "PUT /access-control-list/40d92594-2428-4721-8999-70a88aa1e1ab HTTP/1.1" 200 273 0.065089 10.0.0.130 - - [2025-08-11 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.003964 10.0.0.130 - - [2025-08-11 02:05:41] "POST /neutron/network HTTP/1.1" 200 1114 0.116835 10.0.0.130 - - [2025-08-11 02:05:41] "POST /neutron/network HTTP/1.1" 200 1114 0.007724 10.0.0.130 - - [2025-08-11 02:05:41] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004770 10.0.0.130 - - [2025-08-11 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.130 - - [2025-08-11 02:05:41] "GET /network-policy/9538d3cf-5875-4aae-bba9-0159f55203f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.016293 10.0.0.130 - - [2025-08-11 02:05:41] "POST /access-control-lists HTTP/1.1" 200 598 0.059227 10.0.0.130 - - [2025-08-11 02:05:41] "GET /domains HTTP/1.1" 401 293 0.000492 10.0.0.130 - - [2025-08-11 02:05:41] "POST /ref-update HTTP/1.1" 200 156 0.010216 10.0.0.130 - - [2025-08-11 02:05:42] "GET /domains HTTP/1.1" 200 281 0.028989 10.0.0.130 - - [2025-08-11 02:05:42] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.130 - - [2025-08-11 02:05:42] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2781 0.012230 10.0.0.130 - - [2025-08-11 02:05:42] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.130 - - [2025-08-11 02:05:42] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907 HTTP/1.1" 200 2643 0.070036 10.0.0.130 - - [2025-08-11 02:05:42] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981 HTTP/1.1" 200 3518 0.007318 10.0.0.130 - - [2025-08-11 02:05:42] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981 HTTP/1.1" 200 3518 0.008700 10.0.0.130 - - [2025-08-11 02:05:42] "GET /routing-instance/bb8acc69-c1ea-425d-9124-18a41b8912b1 HTTP/1.1" 200 1800 0.005028 10.0.0.130 - - [2025-08-11 02:05:42] "GET /routing-instance/bb8acc69-c1ea-425d-9124-18a41b8912b1 HTTP/1.1" 200 1800 0.005458 10.0.0.130 - - [2025-08-11 02:05:42] "GET /route-target/9098e858-0250-449a-ade2-163188a6103c HTTP/1.1" 200 1215 0.003677 10.0.0.130 - - [2025-08-11 02:05:42] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981 HTTP/1.1" 200 3518 0.006934 10.0.0.130 - - [2025-08-11 02:05:42] "GET /routing-instance/bb8acc69-c1ea-425d-9124-18a41b8912b1 HTTP/1.1" 200 1800 0.004159 10.0.0.130 - - [2025-08-11 02:05:42] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.005595 10.0.0.130 - - [2025-08-11 02:05:42] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981 HTTP/1.1" 200 3518 0.005941 10.0.0.130 - - [2025-08-11 02:05:42] "GET /routing-instance/bb8acc69-c1ea-425d-9124-18a41b8912b1 HTTP/1.1" 200 1800 0.003816 10.0.0.130 - - [2025-08-11 02:05:42] "GET /routing-instance/bb8acc69-c1ea-425d-9124-18a41b8912b1 HTTP/1.1" 200 1800 0.004152 10.0.0.130 - - [2025-08-11 02:05:42] "GET /route-target/9098e858-0250-449a-ade2-163188a6103c HTTP/1.1" 200 1215 0.003603 10.0.0.130 - - [2025-08-11 02:05:42] "GET /domains HTTP/1.1" 200 281 0.002729 10.0.0.130 - - [2025-08-11 02:05:42] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.130 - - [2025-08-11 02:05:42] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2781 0.008216 10.0.0.130 - - [2025-08-11 02:05:42] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001381 10.0.0.130 - - [2025-08-11 02:05:42] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907 HTTP/1.1" 200 2643 0.073220 10.0.0.130 - - [2025-08-11 02:05:42] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981 HTTP/1.1" 200 3518 0.005698 10.0.0.130 - - [2025-08-11 02:05:42] "GET /obj-perms HTTP/1.1" 200 5065 0.045472 10.0.0.130 - - [2025-08-11 02:05:42] "GET /domains HTTP/1.1" 200 281 0.002452 10.0.0.130 - - [2025-08-11 02:05:42] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.130 - - [2025-08-11 02:05:42] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2781 0.007443 10.0.0.130 - - [2025-08-11 02:05:42] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.130 - - [2025-08-11 02:05:42] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907 HTTP/1.1" 200 2643 0.066983 10.0.0.130 - - [2025-08-11 02:05:42] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe HTTP/1.1" 200 3513 0.010041 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe HTTP/1.1" 200 3513 0.005619 10.0.0.130 - - [2025-08-11 02:05:43] "GET /routing-instance/741f7551-e940-47d4-a764-251a059bc664 HTTP/1.1" 200 1799 0.004158 10.0.0.130 - - [2025-08-11 02:05:43] "GET /routing-instance/741f7551-e940-47d4-a764-251a059bc664 HTTP/1.1" 200 1799 0.003993 10.0.0.130 - - [2025-08-11 02:05:43] "GET /route-target/f58fb2bb-a536-4254-b8f4-c551226b4f1f HTTP/1.1" 200 1215 0.003848 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe HTTP/1.1" 200 3513 0.005756 10.0.0.130 - - [2025-08-11 02:05:43] "GET /routing-instance/741f7551-e940-47d4-a764-251a059bc664 HTTP/1.1" 200 1799 0.003598 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004850 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe HTTP/1.1" 200 3513 0.004825 10.0.0.130 - - [2025-08-11 02:05:43] "GET /routing-instance/741f7551-e940-47d4-a764-251a059bc664 HTTP/1.1" 200 1799 0.003551 10.0.0.130 - - [2025-08-11 02:05:43] "GET /routing-instance/741f7551-e940-47d4-a764-251a059bc664 HTTP/1.1" 200 1799 0.003078 10.0.0.130 - - [2025-08-11 02:05:43] "GET /route-target/f58fb2bb-a536-4254-b8f4-c551226b4f1f HTTP/1.1" 200 1215 0.002744 10.0.0.130 - - [2025-08-11 02:05:43] "GET /domains HTTP/1.1" 200 281 0.002605 10.0.0.130 - - [2025-08-11 02:05:43] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.130 - - [2025-08-11 02:05:43] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2781 0.007318 10.0.0.130 - - [2025-08-11 02:05:43] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.130 - - [2025-08-11 02:05:43] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907 HTTP/1.1" 200 2643 0.069910 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe HTTP/1.1" 200 3513 0.004948 10.0.0.130 - - [2025-08-11 02:05:43] "GET /obj-perms HTTP/1.1" 200 5065 0.003144 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005356 10.0.0.130 - - [2025-08-11 02:05:43] "POST /neutron/network HTTP/1.1" 200 1114 0.007845 10.0.0.130 - - [2025-08-11 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/04186878-893e-4c08-9de5-2690e84becf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.005043 10.0.0.130 - - [2025-08-11 02:05:43] "POST /neutron/network HTTP/1.1" 200 1006 0.047570 10.0.0.130 - - [2025-08-11 02:05:43] "DELETE /access-control-list/26b6b877-dee5-4634-91f8-5e68242c479b HTTP/1.1" 200 115 0.031503 10.0.0.130 - - [2025-08-11 02:05:43] "POST /neutron/network HTTP/1.1" 200 1006 0.008864 10.0.0.130 - - [2025-08-11 02:05:43] "POST /ref-update HTTP/1.1" 200 156 0.013963 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/c905317f-79e1-4be8-bd2a-0bab797204fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007070 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.004752 10.0.0.130 - - [2025-08-11 02:05:43] "POST /neutron/network HTTP/1.1" 200 1116 0.009008 10.0.0.130 - - [2025-08-11 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006056 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/04186878-893e-4c08-9de5-2690e84becf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.005003 10.0.0.130 - - [2025-08-11 02:05:43] "POST /neutron/network HTTP/1.1" 200 1008 0.049161 10.0.0.130 - - [2025-08-11 02:05:43] "DELETE /access-control-list/40d92594-2428-4721-8999-70a88aa1e1ab HTTP/1.1" 200 115 0.034198 10.0.0.130 - - [2025-08-11 02:05:43] "POST /neutron/network HTTP/1.1" 200 1008 0.027903 10.0.0.130 - - [2025-08-11 02:05:43] "GET /virtual-network/56105286-323d-473f-af39-ea4c68fad981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.010906 10.0.0.130 - - [2025-08-11 02:05:43] "POST /ref-update HTTP/1.1" 200 156 0.047542 10.0.0.130 - - [2025-08-11 02:05:43] "DELETE /network-policy/9538d3cf-5875-4aae-bba9-0159f55203f8 HTTP/1.1" 200 115 0.034722 10.0.0.130 - - [2025-08-11 02:05:43] "POST /neutron/network HTTP/1.1" 200 1006 0.012517 10.0.0.130 - - [2025-08-11 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.130 - - [2025-08-11 02:05:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002491 10.0.0.130 - - [2025-08-11 02:05:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004115 10.0.0.130 - - [2025-08-11 02:05:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003326 10.0.0.130 - - [2025-08-11 02:05:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002704 10.0.0.130 - - [2025-08-11 02:05:43] "POST /neutron/network HTTP/1.1" 200 151 0.110502 10.0.0.130 - - [2025-08-11 02:05:43] "DELETE /route-target/f58fb2bb-a536-4254-b8f4-c551226b4f1f HTTP/1.1" 200 115 0.031317 10.0.0.130 - - [2025-08-11 02:05:43] "GET /routing-instance/741f7551-e940-47d4-a764-251a059bc664 HTTP/1.1" 404 171 0.003787 10.0.0.130 - - [2025-08-11 02:05:43] "GET /domains HTTP/1.1" 200 281 0.002763 10.0.0.130 - - [2025-08-11 02:05:43] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.130 - - [2025-08-11 02:05:43] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2781 0.051295 10.0.0.130 - - [2025-08-11 02:05:43] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001156 10.0.0.130 - - [2025-08-11 02:05:43] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907 HTTP/1.1" 200 2161 0.078468 10.0.0.130 - - [2025-08-11 02:05:43] "POST /neutron/network HTTP/1.1" 200 1008 0.010455 10.0.0.130 - - [2025-08-11 02:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006778 10.0.0.130 - - [2025-08-11 02:05:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004658 10.0.0.130 - - [2025-08-11 02:05:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003300 10.0.0.130 - - [2025-08-11 02:05:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003635 10.0.0.130 - - [2025-08-11 02:05:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003335 10.0.0.130 - - [2025-08-11 02:05:44] "POST /neutron/network HTTP/1.1" 200 151 0.125483 10.0.0.130 - - [2025-08-11 02:05:44] "DELETE /route-target/9098e858-0250-449a-ade2-163188a6103c HTTP/1.1" 200 115 0.037442 10.0.0.130 - - [2025-08-11 02:05:44] "GET /routing-instance/bb8acc69-c1ea-425d-9124-18a41b8912b1 HTTP/1.1" 404 171 0.002617 10.0.0.130 - - [2025-08-11 02:05:44] "GET /domains HTTP/1.1" 200 281 0.002636 10.0.0.130 - - [2025-08-11 02:05:44] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.130 - - [2025-08-11 02:05:44] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2781 0.049502 10.0.0.130 - - [2025-08-11 02:05:44] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087 10.0.0.130 - - [2025-08-11 02:05:44] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907 HTTP/1.1" 200 1915 0.069663 10.0.0.130 - - [2025-08-11 02:05:44] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001105 10.0.0.130 - - [2025-08-11 02:05:44] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.021716 10.0.0.130 - - [2025-08-11 02:05:44] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.130 - - [2025-08-11 02:05:44] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?fields=virtual_networks HTTP/1.1" 200 1060 0.066880 10.0.0.130 - - [2025-08-11 02:05:44] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.130 - - [2025-08-11 02:05:44] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.028376 10.0.0.130 - - [2025-08-11 02:05:44] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.130 - - [2025-08-11 02:05:44] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?fields=security_groups HTTP/1.1" 200 1295 0.026148 10.0.0.130 - - [2025-08-11 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 204 0.022152 10.0.0.130 - - [2025-08-11 02:05:45] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002306 10.0.0.130 - - [2025-08-11 02:05:45] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.130 - - [2025-08-11 02:05:45] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007073 10.0.0.130 - - [2025-08-11 02:05:45] "POST /id-to-fqname HTTP/1.1" 200 206 0.001444 10.0.0.130 - - [2025-08-11 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.002403 10.0.0.130 - - [2025-08-11 02:05:45] "POST /security-groups HTTP/1.1" 200 607 0.059739 10.0.0.130 - - [2025-08-11 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 250 0.003415 10.0.0.130 - - [2025-08-11 02:05:45] "POST /projects HTTP/1.1" 200 617 0.202283 10.0.0.130 - - [2025-08-11 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.267145 10.0.0.130 - - [2025-08-11 02:05:45] "POST /access-control-lists HTTP/1.1" 200 614 0.071841 10.0.0.130 - - [2025-08-11 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 249 0.002572 10.0.0.130 - - [2025-08-11 02:05:45] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.385514 10.0.0.130 - - [2025-08-11 02:05:45] "POST /access-control-lists HTTP/1.1" 200 612 0.063991 10.0.0.130 - - [2025-08-11 02:05:46] "GET / HTTP/1.1" 200 36215 0.002014 10.0.0.130 - - [2025-08-11 02:05:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000612 10.0.0.130 - - [2025-08-11 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.058135 10.0.0.130 - - [2025-08-11 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.130 - - [2025-08-11 02:05:48] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001151 10.0.0.130 - - [2025-08-11 02:05:48] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.032325 10.0.0.130 - - [2025-08-11 02:05:48] "POST /network-policys HTTP/1.1" 200 569 0.063014 10.0.0.130 - - [2025-08-11 02:05:48] "GET /network-policy/dc0885ac-c3e7-45f5-b3a8-103b4761d28a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.005067 10.0.0.130 - - [2025-08-11 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.130 - - [2025-08-11 02:05:48] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001089 10.0.0.130 - - [2025-08-11 02:05:48] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.030802 10.0.0.130 - - [2025-08-11 02:05:48] "POST /neutron/network HTTP/1.1" 200 117 0.025301 10.0.0.130 - - [2025-08-11 02:05:48] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001096 10.0.0.130 - - [2025-08-11 02:05:48] "POST /neutron/network HTTP/1.1" 200 623 0.063126 10.0.0.130 - - [2025-08-11 02:05:48] "POST /route-targets HTTP/1.1" 200 328 0.011695 10.0.0.130 - - [2025-08-11 02:05:48] "POST /ref-update HTTP/1.1" 200 156 0.010893 10.0.0.130 - - [2025-08-11 02:05:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002525 10.0.0.130 - - [2025-08-11 02:05:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.161159 10.0.0.130 - - [2025-08-11 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.130 - - [2025-08-11 02:05:49] "GET /virtual-network/04186878-893e-4c08-9de5-2690e84becf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.004846 10.0.0.130 - - [2025-08-11 02:05:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003989 10.0.0.130 - - [2025-08-11 02:05:49] "POST /neutron/subnet HTTP/1.1" 200 823 0.181257 10.0.0.130 - - [2025-08-11 02:05:49] "POST /neutron/network HTTP/1.1" 200 1016 0.008298 10.0.0.130 - - [2025-08-11 02:05:49] "POST /id-to-fqname HTTP/1.1" 200 237 0.001447 10.0.0.130 - - [2025-08-11 02:05:49] "GET /virtual-network/813feed0-861f-4bcb-bb13-68fa468692d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005133 10.0.0.130 - - [2025-08-11 02:05:49] "POST /neutron/network HTTP/1.1" 200 1016 0.006783 10.0.0.130 - - [2025-08-11 02:05:49] "GET /virtual-network/813feed0-861f-4bcb-bb13-68fa468692d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005023 10.0.0.130 - - [2025-08-11 02:05:49] "POST /neutron/network HTTP/1.1" 200 1016 0.006984 10.0.0.130 - - [2025-08-11 02:05:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.008335 10.0.0.130 - - [2025-08-11 02:05:49] "POST /neutron/subnet HTTP/1.1" 200 823 0.007497 10.0.0.130 - - [2025-08-11 02:05:49] "POST /neutron/network HTTP/1.1" 200 1016 0.007885 10.0.0.130 - - [2025-08-11 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 252 0.007620 10.0.0.130 - - [2025-08-11 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007294 10.0.0.130 - - [2025-08-11 02:05:49] "GET /virtual-network/04186878-893e-4c08-9de5-2690e84becf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.008602 10.0.0.130 - - [2025-08-11 02:05:49] "POST /neutron/network HTTP/1.1" 200 1123 0.064980 10.0.0.130 - - [2025-08-11 02:05:49] "POST /access-control-lists HTTP/1.1" 200 609 0.076747 10.0.0.130 - - [2025-08-11 02:05:49] "POST /neutron/network HTTP/1.1" 200 1123 0.037161 10.0.0.130 - - [2025-08-11 02:05:49] "GET /virtual-network/813feed0-861f-4bcb-bb13-68fa468692d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.004773 10.0.0.130 - - [2025-08-11 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.130 - - [2025-08-11 02:05:49] "GET /network-policy/dc0885ac-c3e7-45f5-b3a8-103b4761d28a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.005599 10.0.0.130 - - [2025-08-11 02:05:49] "GET /domains HTTP/1.1" 401 293 0.000641 10.0.0.130 - - [2025-08-11 02:05:49] "GET /domains HTTP/1.1" 200 281 0.033342 10.0.0.130 - - [2025-08-11 02:05:49] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001639 10.0.0.130 - - [2025-08-11 02:05:49] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2984 0.011159 10.0.0.130 - - [2025-08-11 02:05:49] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001657 10.0.0.130 - - [2025-08-11 02:05:49] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb HTTP/1.1" 200 2475 0.075039 10.0.0.130 - - [2025-08-11 02:05:49] "GET /virtual-network/813feed0-861f-4bcb-bb13-68fa468692d6 HTTP/1.1" 200 3550 0.006977 10.0.0.130 - - [2025-08-11 02:05:49] "GET /virtual-network/813feed0-861f-4bcb-bb13-68fa468692d6 HTTP/1.1" 200 3550 0.005925 10.0.0.130 - - [2025-08-11 02:05:49] "GET /routing-instance/b38ccf5f-f0ea-4953-92aa-a78d96a38848 HTTP/1.1" 200 1499 0.003566 10.0.0.130 - - [2025-08-11 02:05:49] "GET /routing-instance/b38ccf5f-f0ea-4953-92aa-a78d96a38848 HTTP/1.1" 200 1499 0.003620 10.0.0.130 - - [2025-08-11 02:05:49] "GET /route-target/f8a3e3ad-26cf-4db6-953a-565741a3207e HTTP/1.1" 200 1225 0.002958 10.0.0.130 - - [2025-08-11 02:05:49] "GET /virtual-network/813feed0-861f-4bcb-bb13-68fa468692d6 HTTP/1.1" 200 3550 0.004754 10.0.0.130 - - [2025-08-11 02:05:50] "GET /routing-instance/b38ccf5f-f0ea-4953-92aa-a78d96a38848 HTTP/1.1" 200 1499 0.003187 10.0.0.130 - - [2025-08-11 02:05:50] "GET /virtual-network/813feed0-861f-4bcb-bb13-68fa468692d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.004517 10.0.0.130 - - [2025-08-11 02:05:50] "GET /virtual-network/813feed0-861f-4bcb-bb13-68fa468692d6 HTTP/1.1" 200 3550 0.004220 10.0.0.130 - - [2025-08-11 02:05:50] "GET /routing-instance/b38ccf5f-f0ea-4953-92aa-a78d96a38848 HTTP/1.1" 200 1499 0.003333 10.0.0.130 - - [2025-08-11 02:05:50] "GET /routing-instance/b38ccf5f-f0ea-4953-92aa-a78d96a38848 HTTP/1.1" 200 1499 0.002898 10.0.0.130 - - [2025-08-11 02:05:50] "GET /route-target/f8a3e3ad-26cf-4db6-953a-565741a3207e HTTP/1.1" 200 1225 0.002567 10.0.0.130 - - [2025-08-11 02:05:50] "GET /domains HTTP/1.1" 200 281 0.002556 10.0.0.130 - - [2025-08-11 02:05:50] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.130 - - [2025-08-11 02:05:50] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2984 0.006719 10.0.0.130 - - [2025-08-11 02:05:50] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000972 10.0.0.130 - - [2025-08-11 02:05:50] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb HTTP/1.1" 200 2475 0.075576 10.0.0.130 - - [2025-08-11 02:05:50] "GET /virtual-network/813feed0-861f-4bcb-bb13-68fa468692d6 HTTP/1.1" 200 3550 0.004801 10.0.0.130 - - [2025-08-11 02:05:50] "GET /obj-perms HTTP/1.1" 200 5081 0.054184 10.0.0.130 - - [2025-08-11 02:05:50] "GET /domains HTTP/1.1" 200 281 0.002490 10.0.0.130 - - [2025-08-11 02:05:50] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.130 - - [2025-08-11 02:05:50] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2984 0.006693 10.0.0.130 - - [2025-08-11 02:05:50] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001372 10.0.0.130 - - [2025-08-11 02:05:50] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb HTTP/1.1" 200 2475 0.066994 10.0.0.130 - - [2025-08-11 02:05:50] "GET /network-policy/dc0885ac-c3e7-45f5-b3a8-103b4761d28a HTTP/1.1" 200 3483 0.004297 10.0.0.130 - - [2025-08-11 02:05:50] "DELETE /network-policy/dc0885ac-c3e7-45f5-b3a8-103b4761d28a HTTP/1.1" 409 239 0.005133 10.0.0.130 - - [2025-08-11 02:05:50] "POST /neutron/network HTTP/1.1" 200 1123 0.006413 10.0.0.130 - - [2025-08-11 02:05:50] "DELETE /access-control-list/03e8f564-4dd8-4ec2-b5f5-a4d030d2e2c0 HTTP/1.1" 200 115 0.030455 10.0.0.130 - - [2025-08-11 02:05:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002147 10.0.0.130 - - [2025-08-11 02:05:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003500 10.0.0.130 - - [2025-08-11 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.130 - - [2025-08-11 02:05:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002004 10.0.0.130 - - [2025-08-11 02:05:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002314 10.0.0.130 - - [2025-08-11 02:05:50] "POST /neutron/network HTTP/1.1" 200 151 0.107668 10.0.0.130 - - [2025-08-11 02:05:50] "GET /routing-instance/b38ccf5f-f0ea-4953-92aa-a78d96a38848 HTTP/1.1" 404 171 0.002500 10.0.0.130 - - [2025-08-11 02:05:50] "GET /domains HTTP/1.1" 200 281 0.002316 10.0.0.130 - - [2025-08-11 02:05:50] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.130 - - [2025-08-11 02:05:50] "DELETE /route-target/f8a3e3ad-26cf-4db6-953a-565741a3207e HTTP/1.1" 200 115 0.015969 10.0.0.130 - - [2025-08-11 02:05:50] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2984 0.050546 10.0.0.130 - - [2025-08-11 02:05:50] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001626 10.0.0.130 - - [2025-08-11 02:05:50] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb HTTP/1.1" 200 2220 0.074593 10.0.0.130 - - [2025-08-11 02:05:50] "DELETE /network-policy/dc0885ac-c3e7-45f5-b3a8-103b4761d28a HTTP/1.1" 200 115 0.027241 10.0.0.130 - - [2025-08-11 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.130 - - [2025-08-11 02:05:51] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001687 10.0.0.130 - - [2025-08-11 02:05:51] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.036808 10.0.0.130 - - [2025-08-11 02:05:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-97597093&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005020 10.0.0.130 - - [2025-08-11 02:05:51] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001220 10.0.0.130 - - [2025-08-11 02:05:51] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.026775 10.0.0.130 - - [2025-08-11 02:05:51] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001165 10.0.0.130 - - [2025-08-11 02:05:51] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?fields=virtual_networks HTTP/1.1" 200 1076 0.067087 10.0.0.130 - - [2025-08-11 02:05:51] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001529 10.0.0.130 - - [2025-08-11 02:05:51] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1076 0.022149 10.0.0.130 - - [2025-08-11 02:05:51] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001057 10.0.0.130 - - [2025-08-11 02:05:51] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?fields=security_groups HTTP/1.1" 200 1319 0.025933 10.0.0.130 - - [2025-08-11 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 190 0.021919 10.0.0.130 - - [2025-08-11 02:05:52] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002388 10.0.0.130 - - [2025-08-11 02:05:52] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001474 10.0.0.130 - - [2025-08-11 02:05:52] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007387 10.0.0.130 - - [2025-08-11 02:05:52] "POST /id-to-fqname HTTP/1.1" 200 192 0.002435 10.0.0.130 - - [2025-08-11 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.002362 10.0.0.130 - - [2025-08-11 02:05:53] "POST /security-groups HTTP/1.1" 200 593 0.063593 10.0.0.130 - - [2025-08-11 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.002516 10.0.0.130 - - [2025-08-11 02:05:53] "POST /projects HTTP/1.1" 200 589 0.209817 10.0.0.130 - - [2025-08-11 02:05:53] "POST /access-control-lists HTTP/1.1" 200 600 0.056632 10.0.0.130 - - [2025-08-11 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.275775 10.0.0.130 - - [2025-08-11 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 235 0.002612 10.0.0.130 - - [2025-08-11 02:05:53] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.392022 10.0.0.130 - - [2025-08-11 02:05:53] "POST /access-control-lists HTTP/1.1" 200 598 0.060062 10.0.0.130 - - [2025-08-11 02:05:54] "GET / HTTP/1.1" 200 36215 0.002059 10.0.0.130 - - [2025-08-11 02:05:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000498 10.0.0.130 - - [2025-08-11 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.059579 10.0.0.130 - - [2025-08-11 02:05:55] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001182 10.0.0.130 - - [2025-08-11 02:05:55] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.029294 10.0.0.130 - - [2025-08-11 02:05:55] "POST /neutron/network HTTP/1.1" 200 117 0.031140 10.0.0.130 - - [2025-08-11 02:05:55] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001505 10.0.0.130 - - [2025-08-11 02:05:55] "POST /neutron/network HTTP/1.1" 200 607 0.064482 10.0.0.130 - - [2025-08-11 02:05:55] "POST /route-targets HTTP/1.1" 200 328 0.011865 10.0.0.130 - - [2025-08-11 02:05:55] "POST /ref-update HTTP/1.1" 200 156 0.015839 10.0.0.130 - - [2025-08-11 02:05:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002661 10.0.0.130 - - [2025-08-11 02:05:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.148716 10.0.0.130 - - [2025-08-11 02:05:55] "POST /neutron/network HTTP/1.1" 200 826 0.005779 10.0.0.130 - - [2025-08-11 02:05:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001418 10.0.0.130 - - [2025-08-11 02:05:55] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004723 10.0.0.130 - - [2025-08-11 02:05:55] "POST /neutron/network HTTP/1.1" 200 826 0.005848 10.0.0.130 - - [2025-08-11 02:05:55] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005479 10.0.0.130 - - [2025-08-11 02:05:55] "POST /neutron/network HTTP/1.1" 200 826 0.005320 10.0.0.130 - - [2025-08-11 02:05:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.006914 10.0.0.130 - - [2025-08-11 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.130 - - [2025-08-11 02:05:55] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001505 10.0.0.130 - - [2025-08-11 02:05:55] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.024930 10.0.0.130 - - [2025-08-11 02:05:55] "POST /neutron/network HTTP/1.1" 200 117 0.010039 10.0.0.130 - - [2025-08-11 02:05:55] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001664 10.0.0.130 - - [2025-08-11 02:05:55] "POST /neutron/network HTTP/1.1" 200 607 0.064737 10.0.0.130 - - [2025-08-11 02:05:55] "POST /route-targets HTTP/1.1" 200 328 0.010929 10.0.0.130 - - [2025-08-11 02:05:56] "POST /ref-update HTTP/1.1" 200 156 0.020596 10.0.0.130 - - [2025-08-11 02:05:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003969 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.141474 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 827 0.005163 10.0.0.130 - - [2025-08-11 02:05:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001171 10.0.0.130 - - [2025-08-11 02:05:56] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004449 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 827 0.006163 10.0.0.130 - - [2025-08-11 02:05:56] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004892 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 827 0.005830 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.006352 10.0.0.130 - - [2025-08-11 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 228 0.002547 10.0.0.130 - - [2025-08-11 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.130 - - [2025-08-11 02:05:56] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001088 10.0.0.130 - - [2025-08-11 02:05:56] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.027521 10.0.0.130 - - [2025-08-11 02:05:56] "POST /network-policys HTTP/1.1" 200 573 0.016131 10.0.0.130 - - [2025-08-11 02:05:56] "GET /network-policy/b6a66f78-d642-410f-944d-87ab396c12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005979 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 826 0.006511 10.0.0.130 - - [2025-08-11 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 236 0.003409 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 928 0.041599 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 928 0.043650 10.0.0.130 - - [2025-08-11 02:05:56] "POST /access-control-lists HTTP/1.1" 200 592 0.065477 10.0.0.130 - - [2025-08-11 02:05:56] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004929 10.0.0.130 - - [2025-08-11 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.130 - - [2025-08-11 02:05:56] "GET /network-policy/b6a66f78-d642-410f-944d-87ab396c12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003250 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 827 0.006335 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 929 0.039371 10.0.0.130 - - [2025-08-11 02:05:56] "PUT /access-control-list/8f9b4f0e-3735-44d6-a9dc-fead49288e02 HTTP/1.1" 200 273 0.054705 10.0.0.130 - - [2025-08-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 929 0.031467 10.0.0.130 - - [2025-08-11 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 236 0.002401 10.0.0.130 - - [2025-08-11 02:05:56] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004528 10.0.0.130 - - [2025-08-11 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.130 - - [2025-08-11 02:05:56] "GET /network-policy/b6a66f78-d642-410f-944d-87ab396c12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003531 10.0.0.130 - - [2025-08-11 02:05:57] "GET /domains HTTP/1.1" 401 293 0.000454 10.0.0.130 - - [2025-08-11 02:05:57] "POST /access-control-lists HTTP/1.1" 200 592 0.062681 10.0.0.130 - - [2025-08-11 02:05:57] "POST /ref-update HTTP/1.1" 200 156 0.012444 10.0.0.130 - - [2025-08-11 02:05:57] "GET /domains HTTP/1.1" 200 281 0.030517 10.0.0.130 - - [2025-08-11 02:05:57] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.130 - - [2025-08-11 02:05:57] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 3173 0.008266 10.0.0.130 - - [2025-08-11 02:05:57] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001591 10.0.0.130 - - [2025-08-11 02:05:57] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342 HTTP/1.1" 200 2590 0.073916 10.0.0.130 - - [2025-08-11 02:05:57] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4 HTTP/1.1" 200 2899 0.008969 10.0.0.130 - - [2025-08-11 02:05:57] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4 HTTP/1.1" 200 2899 0.006985 10.0.0.130 - - [2025-08-11 02:05:57] "GET /routing-instance/d8bcdc53-0084-4bee-bcda-265f86bf33d7 HTTP/1.1" 200 1788 0.004869 10.0.0.130 - - [2025-08-11 02:05:57] "GET /routing-instance/d8bcdc53-0084-4bee-bcda-265f86bf33d7 HTTP/1.1" 200 1788 0.004601 10.0.0.130 - - [2025-08-11 02:05:57] "GET /route-target/4a852c27-a791-4a3f-b604-52088b55f884 HTTP/1.1" 200 1208 0.004623 10.0.0.130 - - [2025-08-11 02:05:57] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4 HTTP/1.1" 200 2899 0.005864 10.0.0.130 - - [2025-08-11 02:05:57] "GET /routing-instance/d8bcdc53-0084-4bee-bcda-265f86bf33d7 HTTP/1.1" 200 1788 0.004822 10.0.0.130 - - [2025-08-11 02:05:57] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007067 10.0.0.130 - - [2025-08-11 02:05:57] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4 HTTP/1.1" 200 2899 0.007535 10.0.0.130 - - [2025-08-11 02:05:57] "GET /routing-instance/d8bcdc53-0084-4bee-bcda-265f86bf33d7 HTTP/1.1" 200 1788 0.004649 10.0.0.130 - - [2025-08-11 02:05:57] "GET /routing-instance/d8bcdc53-0084-4bee-bcda-265f86bf33d7 HTTP/1.1" 200 1788 0.003240 10.0.0.130 - - [2025-08-11 02:05:57] "GET /route-target/4a852c27-a791-4a3f-b604-52088b55f884 HTTP/1.1" 200 1208 0.003141 10.0.0.130 - - [2025-08-11 02:05:57] "GET /domains HTTP/1.1" 200 281 0.002669 10.0.0.130 - - [2025-08-11 02:05:57] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.130 - - [2025-08-11 02:05:57] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 3173 0.007089 10.0.0.130 - - [2025-08-11 02:05:57] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001377 10.0.0.130 - - [2025-08-11 02:05:57] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342 HTTP/1.1" 200 2590 0.067698 10.0.0.130 - - [2025-08-11 02:05:57] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4 HTTP/1.1" 200 2899 0.005005 10.0.0.130 - - [2025-08-11 02:05:58] "GET /obj-perms HTTP/1.1" 200 5053 0.097485 10.0.0.130 - - [2025-08-11 02:05:58] "GET /domains HTTP/1.1" 200 281 0.003363 10.0.0.130 - - [2025-08-11 02:05:58] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001776 10.0.0.130 - - [2025-08-11 02:05:58] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 3173 0.009595 10.0.0.130 - - [2025-08-11 02:05:58] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001487 10.0.0.130 - - [2025-08-11 02:05:58] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342 HTTP/1.1" 200 2590 0.071960 10.0.0.130 - - [2025-08-11 02:05:58] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02 HTTP/1.1" 200 2901 0.007876 10.0.0.130 - - [2025-08-11 02:05:58] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02 HTTP/1.1" 200 2901 0.007726 10.0.0.130 - - [2025-08-11 02:05:58] "GET /routing-instance/f9d2efab-966b-4ca0-8f94-c5bf6ed86645 HTTP/1.1" 200 1788 0.005613 10.0.0.130 - - [2025-08-11 02:05:58] "GET /routing-instance/f9d2efab-966b-4ca0-8f94-c5bf6ed86645 HTTP/1.1" 200 1788 0.006369 10.0.0.130 - - [2025-08-11 02:05:58] "GET /route-target/442aae72-fc1c-4c65-95f8-5ec8a76e48ca HTTP/1.1" 200 1208 0.003637 10.0.0.130 - - [2025-08-11 02:05:58] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02 HTTP/1.1" 200 2901 0.004788 10.0.0.130 - - [2025-08-11 02:05:58] "GET /routing-instance/f9d2efab-966b-4ca0-8f94-c5bf6ed86645 HTTP/1.1" 200 1788 0.003448 10.0.0.130 - - [2025-08-11 02:05:58] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004914 10.0.0.130 - - [2025-08-11 02:05:58] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02 HTTP/1.1" 200 2901 0.006013 10.0.0.130 - - [2025-08-11 02:05:58] "GET /routing-instance/f9d2efab-966b-4ca0-8f94-c5bf6ed86645 HTTP/1.1" 200 1788 0.003378 10.0.0.130 - - [2025-08-11 02:05:58] "GET /routing-instance/f9d2efab-966b-4ca0-8f94-c5bf6ed86645 HTTP/1.1" 200 1788 0.003346 10.0.0.130 - - [2025-08-11 02:05:58] "GET /route-target/442aae72-fc1c-4c65-95f8-5ec8a76e48ca HTTP/1.1" 200 1208 0.004628 10.0.0.130 - - [2025-08-11 02:05:58] "GET /domains HTTP/1.1" 200 281 0.002915 10.0.0.130 - - [2025-08-11 02:05:58] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001673 10.0.0.130 - - [2025-08-11 02:05:58] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 3173 0.010566 10.0.0.130 - - [2025-08-11 02:05:58] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002157 10.0.0.130 - - [2025-08-11 02:05:58] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342 HTTP/1.1" 200 2590 0.074657 10.0.0.130 - - [2025-08-11 02:05:58] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02 HTTP/1.1" 200 2901 0.005582 10.0.0.130 - - [2025-08-11 02:05:58] "GET /obj-perms HTTP/1.1" 200 5053 0.003024 10.0.0.130 - - [2025-08-11 02:05:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001893 10.0.0.130 - - [2025-08-11 02:05:58] "POST /neutron/network HTTP/1.1" 200 938 0.005746 10.0.0.130 - - [2025-08-11 02:05:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000425 10.0.0.130 - - [2025-08-11 02:05:59] "GET / HTTP/1.1" 200 36215 0.002906 10.0.0.130 - - [2025-08-11 02:05:59] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000592 10.0.0.130 - - [2025-08-11 02:05:59] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.130 - - [2025-08-11 02:05:59] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.051641 10.0.0.130 - - [2025-08-11 02:05:59] "POST /neutron/network HTTP/1.1" 200 928 0.007793 10.0.0.130 - - [2025-08-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.005495 10.0.0.130 - - [2025-08-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.005636 10.0.0.130 - - [2025-08-11 02:05:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001299 10.0.0.130 - - [2025-08-11 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.008086 10.0.0.130 - - [2025-08-11 02:05:59] "POST /neutron/network HTTP/1.1" 200 939 0.007447 10.0.0.130 - - [2025-08-11 02:05:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000461 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/network HTTP/1.1" 200 938 0.005819 10.0.0.130 - - [2025-08-11 02:06:00] "GET / HTTP/1.1" 200 36215 0.001907 10.0.0.130 - - [2025-08-11 02:06:00] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001140 10.0.0.130 - - [2025-08-11 02:06:00] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000567 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1062 0.257999 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1062 0.013577 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1062 0.011873 10.0.0.130 - - [2025-08-11 02:06:00] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1116 0.099988 10.0.0.130 - - [2025-08-11 02:06:00] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.062618 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/network HTTP/1.1" 200 929 0.008236 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1090 0.015482 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005301 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.008914 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 117 0.002139 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/network HTTP/1.1" 200 928 0.006776 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1090 0.015935 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006667 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 117 0.005196 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/port HTTP/1.1" 200 1090 0.010663 10.0.0.130 - - [2025-08-11 02:06:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006315 10.0.0.130 - - [2025-08-11 02:06:01] "POST /neutron/network HTTP/1.1" 200 939 0.008890 10.0.0.130 - - [2025-08-11 02:06:01] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001192 10.0.0.130 - - [2025-08-11 02:06:01] "PUT /access-control-list/60b5317a-e57e-4aab-b707-3405e47225d2 HTTP/1.1" 200 273 0.081353 10.0.0.130 - - [2025-08-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 1063 0.338630 10.0.0.130 - - [2025-08-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 1063 0.011712 10.0.0.130 - - [2025-08-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 1063 0.022928 10.0.0.130 - - [2025-08-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 1117 0.074184 10.0.0.130 - - [2025-08-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 1091 0.018519 10.0.0.130 - - [2025-08-11 02:06:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005884 10.0.0.130 - - [2025-08-11 02:06:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.007496 10.0.0.130 - - [2025-08-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.130 - - [2025-08-11 02:06:01] "POST /neutron/network HTTP/1.1" 200 929 0.006445 10.0.0.130 - - [2025-08-11 02:06:05] "POST /neutron/port HTTP/1.1" 200 1090 0.011142 10.0.0.130 - - [2025-08-11 02:06:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007265 10.0.0.130 - - [2025-08-11 02:06:06] "POST /neutron/port HTTP/1.1" 200 1090 0.010207 10.0.0.130 - - [2025-08-11 02:06:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005799 10.0.0.130 - - [2025-08-11 02:06:06] "POST /neutron/port HTTP/1.1" 200 1090 0.015989 10.0.0.130 - - [2025-08-11 02:06:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005807 10.0.0.130 - - [2025-08-11 02:06:06] "GET /virtual-machine/35a680e1-5f4c-42af-96e7-682f4c2a2f5d HTTP/1.1" 200 1296 0.006604 10.0.0.130 - - [2025-08-11 02:06:06] "GET /virtual-machine-interface/8276d971-567e-49d8-a5b2-03e16a3dc885 HTTP/1.1" 200 2958 0.006309 10.0.0.130 - - [2025-08-11 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.130 - - [2025-08-11 02:06:06] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003241 10.0.0.130 - - [2025-08-11 02:06:06] "GET /virtual-networks?parent_id=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002772 10.0.0.130 - - [2025-08-11 02:06:06] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008085 10.0.0.130 - - [2025-08-11 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.130 - - [2025-08-11 02:06:09] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007785 10.0.0.130 - - [2025-08-11 02:06:10] "POST /neutron/port HTTP/1.1" 200 1090 0.015791 10.0.0.130 - - [2025-08-11 02:06:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005508 10.0.0.130 - - [2025-08-11 02:06:10] "POST /neutron/port HTTP/1.1" 200 1091 0.019293 10.0.0.130 - - [2025-08-11 02:06:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005147 10.0.0.130 - - [2025-08-11 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.130 - - [2025-08-11 02:06:11] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003150 10.0.0.130 - - [2025-08-11 02:06:11] "GET /virtual-networks?parent_id=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003204 10.0.0.130 - - [2025-08-11 02:06:11] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005210 10.0.0.130 - - [2025-08-11 02:06:11] "POST /neutron/port HTTP/1.1" 200 1091 0.012433 10.0.0.130 - - [2025-08-11 02:06:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006595 10.0.0.130 - - [2025-08-11 02:06:11] "POST /neutron/port HTTP/1.1" 200 1091 0.011560 10.0.0.130 - - [2025-08-11 02:06:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006850 10.0.0.130 - - [2025-08-11 02:06:12] "POST /neutron/port HTTP/1.1" 200 1091 0.011777 10.0.0.130 - - [2025-08-11 02:06:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006927 10.0.0.130 - - [2025-08-11 02:06:12] "GET /virtual-machine/8d03590b-d8bf-431c-88b6-df992cfbf8d0 HTTP/1.1" 200 1296 0.005607 10.0.0.130 - - [2025-08-11 02:06:12] "GET /virtual-machine-interface/065457b3-73e1-433f-ac4c-7520c47f9692 HTTP/1.1" 200 2957 0.005133 10.0.0.130 - - [2025-08-11 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.130 - - [2025-08-11 02:06:12] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002934 10.0.0.130 - - [2025-08-11 02:06:12] "GET /virtual-networks?parent_id=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004096 10.0.0.130 - - [2025-08-11 02:06:12] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005029 10.0.0.130 - - [2025-08-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.130 - - [2025-08-11 02:06:13] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003326 10.0.0.130 - - [2025-08-11 02:06:13] "GET /virtual-networks?parent_id=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003032 10.0.0.130 - - [2025-08-11 02:06:13] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005082 10.0.0.130 - - [2025-08-11 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.130 - - [2025-08-11 02:06:17] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.130 - - [2025-08-11 02:06:17] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.028201 10.0.0.130 - - [2025-08-11 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.130 - - [2025-08-11 02:06:17] "PUT /network-policy/b6a66f78-d642-410f-944d-87ab396c12ca HTTP/1.1" 200 263 0.012213 10.0.0.130 - - [2025-08-11 02:06:17] "PUT /access-control-list/8f9b4f0e-3735-44d6-a9dc-fead49288e02 HTTP/1.1" 200 273 0.050225 10.0.0.130 - - [2025-08-11 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.011767 10.0.0.130 - - [2025-08-11 02:06:17] "PUT /access-control-list/60b5317a-e57e-4aab-b707-3405e47225d2 HTTP/1.1" 200 273 0.049409 10.0.0.130 - - [2025-08-11 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.011080 10.0.0.130 - - [2025-08-11 02:06:21] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005463 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/network HTTP/1.1" 200 929 0.005361 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/network HTTP/1.1" 200 827 0.045738 10.0.0.130 - - [2025-08-11 02:06:21] "DELETE /access-control-list/60b5317a-e57e-4aab-b707-3405e47225d2 HTTP/1.1" 200 115 0.031257 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/network HTTP/1.1" 200 827 0.005329 10.0.0.130 - - [2025-08-11 02:06:21] "GET /virtual-network/70e298c1-c8b9-4f7c-a4c9-9d764d076c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004819 10.0.0.130 - - [2025-08-11 02:06:21] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004594 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/network HTTP/1.1" 200 928 0.005279 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/network HTTP/1.1" 200 826 0.043974 10.0.0.130 - - [2025-08-11 02:06:21] "DELETE /access-control-list/8f9b4f0e-3735-44d6-a9dc-fead49288e02 HTTP/1.1" 200 115 0.049635 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/network HTTP/1.1" 200 826 0.008741 10.0.0.130 - - [2025-08-11 02:06:21] "GET /virtual-network/abb6b3ac-723d-46d2-acba-a0deccfef1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004728 10.0.0.130 - - [2025-08-11 02:06:21] "DELETE /network-policy/b6a66f78-d642-410f-944d-87ab396c12ca HTTP/1.1" 200 115 0.023217 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/network HTTP/1.1" 200 827 0.004969 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/network HTTP/1.1" 400 204 0.009748 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/port HTTP/1.1" 200 1091 0.009971 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/port HTTP/1.1" 200 1117 0.012575 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/port HTTP/1.1" 200 1090 0.014004 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/port HTTP/1.1" 200 1116 0.007707 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/port HTTP/1.1" 200 151 0.133648 10.0.0.130 - - [2025-08-11 02:06:21] "POST /neutron/port HTTP/1.1" 200 151 0.138703 10.0.0.130 - - [2025-08-11 02:06:23] "POST /neutron/network HTTP/1.1" 200 827 0.005739 10.0.0.130 - - [2025-08-11 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005632 10.0.0.130 - - [2025-08-11 02:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003475 10.0.0.130 - - [2025-08-11 02:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002536 10.0.0.130 - - [2025-08-11 02:06:23] "POST /neutron/network HTTP/1.1" 200 151 0.087488 10.0.0.130 - - [2025-08-11 02:06:23] "DELETE /route-target/442aae72-fc1c-4c65-95f8-5ec8a76e48ca HTTP/1.1" 200 115 0.018867 10.0.0.130 - - [2025-08-11 02:06:23] "GET /routing-instance/f9d2efab-966b-4ca0-8f94-c5bf6ed86645 HTTP/1.1" 404 171 0.002221 10.0.0.130 - - [2025-08-11 02:06:23] "GET /domains HTTP/1.1" 200 281 0.001750 10.0.0.130 - - [2025-08-11 02:06:23] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.130 - - [2025-08-11 02:06:23] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 3173 0.049367 10.0.0.130 - - [2025-08-11 02:06:23] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000988 10.0.0.130 - - [2025-08-11 02:06:23] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342 HTTP/1.1" 200 2120 0.062979 10.0.0.130 - - [2025-08-11 02:06:23] "POST /neutron/network HTTP/1.1" 200 826 0.005159 10.0.0.130 - - [2025-08-11 02:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001890 10.0.0.130 - - [2025-08-11 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.130 - - [2025-08-11 02:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001842 10.0.0.130 - - [2025-08-11 02:06:23] "POST /neutron/network HTTP/1.1" 200 151 0.065303 10.0.0.130 - - [2025-08-11 02:06:23] "GET /routing-instance/d8bcdc53-0084-4bee-bcda-265f86bf33d7 HTTP/1.1" 404 171 0.002318 10.0.0.130 - - [2025-08-11 02:06:23] "DELETE /route-target/4a852c27-a791-4a3f-b604-52088b55f884 HTTP/1.1" 200 115 0.018721 10.0.0.130 - - [2025-08-11 02:06:23] "GET /domains HTTP/1.1" 200 281 0.006894 10.0.0.130 - - [2025-08-11 02:06:23] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.130 - - [2025-08-11 02:06:23] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 3173 0.048849 10.0.0.130 - - [2025-08-11 02:06:23] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000987 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342 HTTP/1.1" 200 1880 0.067421 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.023826 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001286 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /project/7da74d94dd0440b6b01efcfe002bc3bb HTTP/1.1" 404 173 0.013945 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /project/7cb3fd54586e4de68df88bfd46447907 HTTP/1.1" 404 173 0.008083 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /project/935d29b41a7c47c08ce0f78725fde342 HTTP/1.1" 404 173 0.005303 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001056 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000855 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?fields=virtual_networks HTTP/1.1" 200 1049 0.113501 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.062191 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.069803 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.072260 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001403 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001246 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001700 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.069323 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?fields=security_groups HTTP/1.1" 200 1421 0.070618 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?fields=security_groups HTTP/1.1" 200 1382 0.074147 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001510 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?fields=security_groups HTTP/1.1" 200 1397 0.065021 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000916 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?fields=security_groups HTTP/1.1" 200 1278 0.086432 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /security-group/6bc91994-7a50-41d7-8bf0-9f2c65fbb99d HTTP/1.1" 200 115 0.074995 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /access-control-list/32840936-d629-4b59-b6f0-4813717662a2 HTTP/1.1" 200 115 0.057968 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=1316dfdb-6239-4d84-9d56-6f25fadde439&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000934 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /security-group/2b4bdb26-0cfd-46bb-a0ad-067ac090587c HTTP/1.1" 200 115 0.087103 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=7da74d94-dd04-40b6-b01e-fcfe002bc3bb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001687 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/1316dfdb-6239-4d84-9d56-6f25fadde439?fields=application_policy_sets HTTP/1.1" 200 1421 0.044067 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /access-control-list/3067173d-5692-4fa3-be29-23e6e5a7e1b9 HTTP/1.1" 200 115 0.047138 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /security-group/fcf9ebe4-f18f-4295-b981-a968512346e7 HTTP/1.1" 200 115 0.094175 10.0.0.130 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=7cb3fd54-586e-4de6-8df8-8bfd46447907&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/7cb3fd54-586e-4de6-8df8-8bfd46447907?fields=application_policy_sets HTTP/1.1" 200 1436 0.036529 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /access-control-list/168a9841-63c2-4bb8-b12b-ccdcf2b5cae4 HTTP/1.1" 200 115 0.047868 10.0.0.130 - - [2025-08-11 02:06:24] "GET /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb?fields=application_policy_sets HTTP/1.1" 200 1460 0.110977 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /access-control-list/0d19b85c-7eb4-4178-834c-e134c7af773b HTTP/1.1" 200 115 0.045833 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /access-control-list/ffe69010-2034-401d-b94a-412c5a12eeda HTTP/1.1" 200 115 0.042904 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /project/1316dfdb-6239-4d84-9d56-6f25fadde439 HTTP/1.1" 200 115 0.553583 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /access-control-list/3ac3b0d1-0070-40ad-863c-ca30e1ecaff1 HTTP/1.1" 200 115 0.035615 10.0.0.130 - - [2025-08-11 02:06:24] "DELETE /project/7cb3fd54-586e-4de6-8df8-8bfd46447907 HTTP/1.1" 200 115 0.580168 10.0.0.130 - - [2025-08-11 02:06:25] "DELETE /project/7da74d94-dd04-40b6-b01e-fcfe002bc3bb HTTP/1.1" 200 115 0.582630 10.0.0.130 - - [2025-08-11 02:06:25] "POST /fqname-to-id HTTP/1.1" 404 181 0.023592 10.0.0.130 - - [2025-08-11 02:06:25] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002228 10.0.0.130 - - [2025-08-11 02:06:25] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.130 - - [2025-08-11 02:06:25] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006636 10.0.0.130 - - [2025-08-11 02:06:25] "POST /id-to-fqname HTTP/1.1" 200 183 0.001626 10.0.0.130 - - [2025-08-11 02:06:25] "POST /fqname-to-id HTTP/1.1" 404 192 0.002316 10.0.0.130 - - [2025-08-11 02:06:25] "POST /security-groups HTTP/1.1" 200 584 0.083710 10.0.0.130 - - [2025-08-11 02:06:25] "POST /fqname-to-id HTTP/1.1" 404 227 0.002307 10.0.0.130 - - [2025-08-11 02:06:25] "POST /projects HTTP/1.1" 200 571 0.230155 10.0.0.130 - - [2025-08-11 02:06:25] "POST /access-control-lists HTTP/1.1" 200 591 0.057273 10.0.0.130 - - [2025-08-11 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.301012 10.0.0.130 - - [2025-08-11 02:06:25] "POST /fqname-to-id HTTP/1.1" 404 226 0.002973 10.0.0.130 - - [2025-08-11 02:06:25] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.421422 10.0.0.130 - - [2025-08-11 02:06:26] "POST /access-control-lists HTTP/1.1" 200 589 0.067448 10.0.0.130 - - [2025-08-11 02:06:27] "GET / HTTP/1.1" 200 36215 0.002351 10.0.0.130 - - [2025-08-11 02:06:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000687 10.0.0.130 - - [2025-08-11 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.054484 10.0.0.130 - - [2025-08-11 02:06:28] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001953 10.0.0.130 - - [2025-08-11 02:06:28] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.028857 10.0.0.130 - - [2025-08-11 02:06:28] "POST /neutron/network HTTP/1.1" 200 117 0.029022 10.0.0.130 - - [2025-08-11 02:06:28] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002043 10.0.0.130 - - [2025-08-11 02:06:28] "POST /neutron/network HTTP/1.1" 200 612 0.064654 10.0.0.130 - - [2025-08-11 02:06:28] "POST /route-targets HTTP/1.1" 200 328 0.014206 10.0.0.130 - - [2025-08-11 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.011263 10.0.0.130 - - [2025-08-11 02:06:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004680 10.0.0.130 - - [2025-08-11 02:06:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.172812 10.0.0.130 - - [2025-08-11 02:06:28] "POST /neutron/network HTTP/1.1" 200 831 0.005735 10.0.0.130 - - [2025-08-11 02:06:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001200 10.0.0.130 - - [2025-08-11 02:06:28] "GET /virtual-network/9948182e-6025-46a7-a3bb-d2ffb30370c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004703 10.0.0.130 - - [2025-08-11 02:06:28] "POST /neutron/network HTTP/1.1" 200 831 0.006561 10.0.0.130 - - [2025-08-11 02:06:28] "GET /virtual-network/9948182e-6025-46a7-a3bb-d2ffb30370c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004745 10.0.0.130 - - [2025-08-11 02:06:28] "POST /neutron/network HTTP/1.1" 200 831 0.005162 10.0.0.130 - - [2025-08-11 02:06:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.006798 10.0.0.130 - - [2025-08-11 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002178 10.0.0.130 - - [2025-08-11 02:06:28] "GET /virtual-network/9948182e-6025-46a7-a3bb-d2ffb30370c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005028 10.0.0.130 - - [2025-08-11 02:06:28] "PUT /virtual-network/9948182e-6025-46a7-a3bb-d2ffb30370c0 HTTP/1.1" 200 265 0.034272 10.0.0.130 - - [2025-08-11 02:06:28] "POST /route-targets HTTP/1.1" 200 324 0.012100 10.0.0.130 - - [2025-08-11 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.011429 10.0.0.130 - - [2025-08-11 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.130 - - [2025-08-11 02:06:28] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001134 10.0.0.130 - - [2025-08-11 02:06:28] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.029835 10.0.0.130 - - [2025-08-11 02:06:29] "POST /neutron/network HTTP/1.1" 200 117 0.008169 10.0.0.130 - - [2025-08-11 02:06:29] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001111 10.0.0.130 - - [2025-08-11 02:06:29] "POST /neutron/network HTTP/1.1" 200 612 0.057940 10.0.0.130 - - [2025-08-11 02:06:29] "POST /route-targets HTTP/1.1" 200 328 0.009125 10.0.0.130 - - [2025-08-11 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.009735 10.0.0.130 - - [2025-08-11 02:06:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003489 10.0.0.130 - - [2025-08-11 02:06:29] "POST /neutron/subnet HTTP/1.1" 200 719 0.172529 10.0.0.130 - - [2025-08-11 02:06:29] "POST /neutron/network HTTP/1.1" 200 830 0.005886 10.0.0.130 - - [2025-08-11 02:06:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001213 10.0.0.130 - - [2025-08-11 02:06:29] "GET /virtual-network/7af05446-892f-4a96-980b-0668c50de4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004719 10.0.0.130 - - [2025-08-11 02:06:29] "POST /neutron/network HTTP/1.1" 200 830 0.005263 10.0.0.130 - - [2025-08-11 02:06:29] "GET /virtual-network/7af05446-892f-4a96-980b-0668c50de4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005348 10.0.0.130 - - [2025-08-11 02:06:29] "POST /neutron/network HTTP/1.1" 200 830 0.005799 10.0.0.130 - - [2025-08-11 02:06:29] "POST /neutron/subnet HTTP/1.1" 200 719 0.007067 10.0.0.130 - - [2025-08-11 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.130 - - [2025-08-11 02:06:29] "GET /virtual-network/7af05446-892f-4a96-980b-0668c50de4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004803 10.0.0.130 - - [2025-08-11 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.014023 10.0.0.130 - - [2025-08-11 02:06:29] "PUT /virtual-network/7af05446-892f-4a96-980b-0668c50de4d2 HTTP/1.1" 200 265 0.041308 10.0.0.130 - - [2025-08-11 02:06:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001307 10.0.0.130 - - [2025-08-11 02:06:29] "POST /neutron/network HTTP/1.1" 200 841 0.005704 10.0.0.130 - - [2025-08-11 02:06:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000412 10.0.0.130 - - [2025-08-11 02:06:30] "GET / HTTP/1.1" 200 36215 0.001952 10.0.0.130 - - [2025-08-11 02:06:30] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000415 10.0.0.130 - - [2025-08-11 02:06:30] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001244 10.0.0.130 - - [2025-08-11 02:06:30] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.303454 10.0.0.130 - - [2025-08-11 02:06:30] "GET /obj-perms HTTP/1.1" 200 5075 0.066688 10.0.0.130 - - [2025-08-11 02:06:30] "POST /neutron/network HTTP/1.1" 200 831 0.006366 10.0.0.130 - - [2025-08-11 02:06:30] "POST /neutron/port HTTP/1.1" 200 117 0.005750 10.0.0.130 - - [2025-08-11 02:06:30] "POST /neutron/port HTTP/1.1" 200 117 0.005552 10.0.0.130 - - [2025-08-11 02:06:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.002104 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.005404 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/network HTTP/1.1" 200 840 0.011276 10.0.0.130 - - [2025-08-11 02:06:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2025-08-11 02:06:31] "GET /obj-perms HTTP/1.1" 200 5075 0.044511 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/network HTTP/1.1" 200 841 0.006133 10.0.0.130 - - [2025-08-11 02:06:31] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001211 10.0.0.130 - - [2025-08-11 02:06:31] "GET / HTTP/1.1" 200 36215 0.001858 10.0.0.130 - - [2025-08-11 02:06:31] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000418 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/port HTTP/1.1" 200 1053 0.246142 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/port HTTP/1.1" 200 1053 0.013114 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/port HTTP/1.1" 200 1053 0.010072 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/port HTTP/1.1" 200 1107 0.084126 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/port HTTP/1.1" 200 1081 0.012102 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003993 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.010425 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.130 - - [2025-08-11 02:06:31] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001097 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/network HTTP/1.1" 200 831 0.005378 10.0.0.130 - - [2025-08-11 02:06:31] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.061994 10.0.0.130 - - [2025-08-11 02:06:31] "POST /neutron/network HTTP/1.1" 200 830 0.012462 10.0.0.130 - - [2025-08-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 1081 0.014020 10.0.0.130 - - [2025-08-11 02:06:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007780 10.0.0.130 - - [2025-08-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 117 0.005523 10.0.0.130 - - [2025-08-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 1081 0.023856 10.0.0.130 - - [2025-08-11 02:06:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.012794 10.0.0.130 - - [2025-08-11 02:06:32] "POST /neutron/network HTTP/1.1" 200 840 0.011935 10.0.0.130 - - [2025-08-11 02:06:32] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001234 10.0.0.130 - - [2025-08-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 1052 0.236400 10.0.0.130 - - [2025-08-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 1052 0.011894 10.0.0.130 - - [2025-08-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 1052 0.015208 10.0.0.130 - - [2025-08-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 1106 0.098165 10.0.0.130 - - [2025-08-11 02:06:33] "POST /neutron/port HTTP/1.1" 200 1080 0.014449 10.0.0.130 - - [2025-08-11 02:06:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003932 10.0.0.130 - - [2025-08-11 02:06:33] "POST /neutron/subnet HTTP/1.1" 200 693 0.006944 10.0.0.130 - - [2025-08-11 02:06:33] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.130 - - [2025-08-11 02:06:33] "POST /neutron/network HTTP/1.1" 200 830 0.007216 10.0.0.130 - - [2025-08-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 1081 0.015549 10.0.0.130 - - [2025-08-11 02:06:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007694 10.0.0.130 - - [2025-08-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 1081 0.014320 10.0.0.130 - - [2025-08-11 02:06:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008146 10.0.0.130 - - [2025-08-11 02:06:37] "POST /neutron/port HTTP/1.1" 200 1081 0.010946 10.0.0.130 - - [2025-08-11 02:06:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007950 10.0.0.130 - - [2025-08-11 02:06:37] "GET /virtual-machine/1a91863b-3049-4375-ab7f-c5d41bc37b3b HTTP/1.1" 401 293 0.000465 10.0.0.130 - - [2025-08-11 02:06:37] "GET /virtual-machine/1a91863b-3049-4375-ab7f-c5d41bc37b3b HTTP/1.1" 200 1287 0.029979 10.0.0.130 - - [2025-08-11 02:06:37] "GET /virtual-machine-interface/7a12bb95-58fb-4b99-a6cf-46ec9c8097de HTTP/1.1" 200 2934 0.005850 10.0.0.130 - - [2025-08-11 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.130 - - [2025-08-11 02:06:37] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003601 10.0.0.130 - - [2025-08-11 02:06:38] "GET /virtual-networks?parent_id=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003082 10.0.0.130 - - [2025-08-11 02:06:38] "GET /virtual-network/9948182e-6025-46a7-a3bb-d2ffb30370c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007608 10.0.0.130 - - [2025-08-11 02:06:40] "POST /neutron/port HTTP/1.1" 200 1081 0.013539 10.0.0.130 - - [2025-08-11 02:06:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006956 10.0.0.130 - - [2025-08-11 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.130 - - [2025-08-11 02:06:41] "GET /virtual-network/9948182e-6025-46a7-a3bb-d2ffb30370c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005671 10.0.0.130 - - [2025-08-11 02:06:41] "POST /neutron/port HTTP/1.1" 200 1080 0.014870 10.0.0.130 - - [2025-08-11 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007063 10.0.0.130 - - [2025-08-11 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.130 - - [2025-08-11 02:06:43] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003054 10.0.0.130 - - [2025-08-11 02:06:43] "GET /virtual-networks?parent_id=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003799 10.0.0.130 - - [2025-08-11 02:06:43] "GET /virtual-network/9948182e-6025-46a7-a3bb-d2ffb30370c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007292 10.0.0.130 - - [2025-08-11 02:06:43] "POST /neutron/port HTTP/1.1" 200 1080 0.012219 10.0.0.130 - - [2025-08-11 02:06:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008241 10.0.0.130 - - [2025-08-11 02:06:43] "POST /neutron/port HTTP/1.1" 200 1080 0.011575 10.0.0.130 - - [2025-08-11 02:06:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005818 10.0.0.130 - - [2025-08-11 02:06:43] "POST /neutron/port HTTP/1.1" 200 1080 0.011412 10.0.0.130 - - [2025-08-11 02:06:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005727 10.0.0.130 - - [2025-08-11 02:06:43] "GET /virtual-machine/674d5742-6583-4004-998d-61a4db1a74bf HTTP/1.1" 200 1287 0.004540 10.0.0.130 - - [2025-08-11 02:06:43] "GET /virtual-machine-interface/9df59287-a3b1-4f38-8af0-3d69d34705d6 HTTP/1.1" 200 2935 0.004487 10.0.0.130 - - [2025-08-11 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.130 - - [2025-08-11 02:06:43] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004612 10.0.0.130 - - [2025-08-11 02:06:43] "GET /virtual-networks?parent_id=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003029 10.0.0.130 - - [2025-08-11 02:06:43] "GET /virtual-network/7af05446-892f-4a96-980b-0668c50de4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005869 10.0.0.130 - - [2025-08-11 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.130 - - [2025-08-11 02:06:45] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003137 10.0.0.130 - - [2025-08-11 02:06:45] "GET /virtual-networks?parent_id=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002815 10.0.0.130 - - [2025-08-11 02:06:45] "GET /virtual-network/7af05446-892f-4a96-980b-0668c50de4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005170 10.0.0.130 - - [2025-08-11 02:06:45] "POST /routing-policys HTTP/1.1" 200 536 0.021540 10.0.0.130 - - [2025-08-11 02:06:45] "GET /virtual-network/9948182e-6025-46a7-a3bb-d2ffb30370c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005198 10.0.0.130 - - [2025-08-11 02:06:45] "POST /ref-update HTTP/1.1" 200 156 0.014193 10.0.0.130 - - [2025-08-11 02:06:45] "PUT /virtual-network/9948182e-6025-46a7-a3bb-d2ffb30370c0 HTTP/1.1" 200 265 0.043113 10.0.0.130 - - [2025-08-11 02:06:49] "POST /ref-update HTTP/1.1" 200 156 0.028478 10.0.0.130 - - [2025-08-11 02:06:49] "POST /ref-update HTTP/1.1" 200 156 0.012333 10.0.0.130 - - [2025-08-11 02:06:49] "DELETE /routing-policy/6ddc87bd-e6bd-44a7-93e6-3a5846b20b1d HTTP/1.1" 200 115 0.033374 10.0.0.130 - - [2025-08-11 02:06:49] "POST /neutron/network HTTP/1.1" 200 830 0.014004 10.0.0.130 - - [2025-08-11 02:06:49] "POST /neutron/network HTTP/1.1" 400 204 0.015239 10.0.0.130 - - [2025-08-11 02:06:49] "POST /neutron/port HTTP/1.1" 200 1080 0.010210 10.0.0.130 - - [2025-08-11 02:06:49] "POST /neutron/port HTTP/1.1" 200 1106 0.009262 10.0.0.130 - - [2025-08-11 02:06:50] "POST /neutron/port HTTP/1.1" 200 1081 0.016115 10.0.0.130 - - [2025-08-11 02:06:50] "POST /neutron/port HTTP/1.1" 200 151 0.129305 10.0.0.130 - - [2025-08-11 02:06:50] "POST /neutron/port HTTP/1.1" 200 1107 0.009203 10.0.0.130 - - [2025-08-11 02:06:50] "POST /neutron/port HTTP/1.1" 200 151 0.110857 10.0.0.130 - - [2025-08-11 02:06:51] "POST /neutron/network HTTP/1.1" 200 830 0.006128 10.0.0.130 - - [2025-08-11 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006660 10.0.0.130 - - [2025-08-11 02:06:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005198 10.0.0.130 - - [2025-08-11 02:06:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003509 10.0.0.130 - - [2025-08-11 02:06:51] "POST /neutron/network HTTP/1.1" 200 151 0.104562 10.0.0.130 - - [2025-08-11 02:06:51] "DELETE /route-target/2938b9a5-ce6b-407a-8364-452438092bae HTTP/1.1" 200 115 0.028006 10.0.0.130 - - [2025-08-11 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.130 - - [2025-08-11 02:06:51] "POST /neutron/network HTTP/1.1" 200 831 0.005313 10.0.0.130 - - [2025-08-11 02:06:51] "DELETE /route-target/5a4bb7ab-afb2-4ef4-b691-3bc798a598cc HTTP/1.1" 409 240 0.010743 10.0.0.130 - - [2025-08-11 02:06:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002360 10.0.0.130 - - [2025-08-11 02:06:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001994 10.0.0.130 - - [2025-08-11 02:06:51] "POST /neutron/network HTTP/1.1" 200 151 0.091515 10.0.0.130 - - [2025-08-11 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.130 - - [2025-08-11 02:06:51] "DELETE /route-target/1790707a-c45d-427a-a91d-ad2cf5c61c19 HTTP/1.1" 200 115 0.015029 10.0.0.130 - - [2025-08-11 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.130 - - [2025-08-11 02:06:51] "DELETE /route-target/5a4bb7ab-afb2-4ef4-b691-3bc798a598cc HTTP/1.1" 200 115 0.014722 10.0.0.130 - - [2025-08-11 02:06:52] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001427 10.0.0.130 - - [2025-08-11 02:06:52] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.029685 10.0.0.130 - - [2025-08-11 02:06:52] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001108 10.0.0.130 - - [2025-08-11 02:06:52] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?fields=virtual_networks HTTP/1.1" 200 1029 0.075857 10.0.0.130 - - [2025-08-11 02:06:52] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001825 10.0.0.130 - - [2025-08-11 02:06:52] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.036235 10.0.0.130 - - [2025-08-11 02:06:52] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001974 10.0.0.130 - - [2025-08-11 02:06:52] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?fields=security_groups HTTP/1.1" 200 1249 0.033269 10.0.0.130 - - [2025-08-11 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.030845 10.0.0.130 - - [2025-08-11 02:06:53] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004054 10.0.0.130 - - [2025-08-11 02:06:53] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001951 10.0.0.130 - - [2025-08-11 02:06:53] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012558 10.0.0.130 - - [2025-08-11 02:06:53] "POST /id-to-fqname HTTP/1.1" 200 188 0.002572 10.0.0.130 - - [2025-08-11 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.004291 10.0.0.130 - - [2025-08-11 02:06:53] "POST /security-groups HTTP/1.1" 200 589 0.070557 10.0.0.130 - - [2025-08-11 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.004073 10.0.0.130 - - [2025-08-11 02:06:53] "POST /projects HTTP/1.1" 200 581 0.265977 10.0.0.130 - - [2025-08-11 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.305025 10.0.0.130 - - [2025-08-11 02:06:53] "POST /access-control-lists HTTP/1.1" 200 596 0.069496 10.0.0.130 - - [2025-08-11 02:06:53] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.469403 10.0.0.130 - - [2025-08-11 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.003939 10.0.0.130 - - [2025-08-11 02:06:53] "POST /access-control-lists HTTP/1.1" 200 594 0.063304 10.0.0.130 - - [2025-08-11 02:06:54] "GET / HTTP/1.1" 200 36215 0.001990 10.0.0.130 - - [2025-08-11 02:06:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000471 10.0.0.130 - - [2025-08-11 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.057186 10.0.0.130 - - [2025-08-11 02:06:56] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001276 10.0.0.130 - - [2025-08-11 02:06:56] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.035568 10.0.0.130 - - [2025-08-11 02:06:56] "POST /neutron/network HTTP/1.1" 200 117 0.030772 10.0.0.130 - - [2025-08-11 02:06:56] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001602 10.0.0.130 - - [2025-08-11 02:06:56] "POST /neutron/network HTTP/1.1" 200 613 0.086870 10.0.0.130 - - [2025-08-11 02:06:56] "POST /route-targets HTTP/1.1" 200 328 0.010381 10.0.0.130 - - [2025-08-11 02:06:56] "POST /ref-update HTTP/1.1" 200 156 0.017577 10.0.0.130 - - [2025-08-11 02:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003314 10.0.0.130 - - [2025-08-11 02:06:56] "POST /neutron/subnet HTTP/1.1" 200 705 0.200689 10.0.0.130 - - [2025-08-11 02:06:56] "POST /neutron/network HTTP/1.1" 200 828 0.008245 10.0.0.130 - - [2025-08-11 02:06:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.002074 10.0.0.130 - - [2025-08-11 02:06:56] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008317 10.0.0.130 - - [2025-08-11 02:06:56] "POST /neutron/network HTTP/1.1" 200 828 0.008605 10.0.0.130 - - [2025-08-11 02:06:56] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007832 10.0.0.130 - - [2025-08-11 02:06:56] "POST /neutron/network HTTP/1.1" 200 828 0.006097 10.0.0.130 - - [2025-08-11 02:06:56] "POST /neutron/subnet HTTP/1.1" 200 705 0.009865 10.0.0.130 - - [2025-08-11 02:06:56] "GET /domains HTTP/1.1" 401 293 0.000435 10.0.0.130 - - [2025-08-11 02:06:57] "GET /domains HTTP/1.1" 200 281 0.034158 10.0.0.130 - - [2025-08-11 02:06:57] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001709 10.0.0.130 - - [2025-08-11 02:06:57] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2950 0.009881 10.0.0.130 - - [2025-08-11 02:06:57] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192 10.0.0.130 - - [2025-08-11 02:06:57] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 2097 0.075669 10.0.0.130 - - [2025-08-11 02:06:57] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6 HTTP/1.1" 200 2312 0.006648 10.0.0.130 - - [2025-08-11 02:06:57] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6 HTTP/1.1" 200 2312 0.006192 10.0.0.130 - - [2025-08-11 02:06:57] "GET /routing-instance/5bace0ed-956d-42b1-a58e-3c404b5afafe HTTP/1.1" 200 1496 0.005006 10.0.0.130 - - [2025-08-11 02:06:57] "GET /routing-instance/5bace0ed-956d-42b1-a58e-3c404b5afafe HTTP/1.1" 200 1496 0.005370 10.0.0.130 - - [2025-08-11 02:06:57] "GET /route-target/bc61f612-9cd0-495b-bdde-e08f97a21020 HTTP/1.1" 200 1215 0.003954 10.0.0.130 - - [2025-08-11 02:06:57] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6 HTTP/1.1" 200 2312 0.010811 10.0.0.130 - - [2025-08-11 02:06:57] "GET /routing-instance/5bace0ed-956d-42b1-a58e-3c404b5afafe HTTP/1.1" 200 1496 0.004035 10.0.0.130 - - [2025-08-11 02:06:57] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005567 10.0.0.130 - - [2025-08-11 02:06:57] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6 HTTP/1.1" 200 2312 0.007998 10.0.0.130 - - [2025-08-11 02:06:57] "GET /routing-instance/5bace0ed-956d-42b1-a58e-3c404b5afafe HTTP/1.1" 200 1496 0.003826 10.0.0.130 - - [2025-08-11 02:06:57] "GET /routing-instance/5bace0ed-956d-42b1-a58e-3c404b5afafe HTTP/1.1" 200 1496 0.004750 10.0.0.130 - - [2025-08-11 02:06:57] "GET /route-target/bc61f612-9cd0-495b-bdde-e08f97a21020 HTTP/1.1" 200 1215 0.003251 10.0.0.130 - - [2025-08-11 02:06:57] "GET /domains HTTP/1.1" 200 281 0.003475 10.0.0.130 - - [2025-08-11 02:06:57] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001684 10.0.0.130 - - [2025-08-11 02:06:57] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2950 0.010911 10.0.0.130 - - [2025-08-11 02:06:57] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001709 10.0.0.130 - - [2025-08-11 02:06:57] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 2097 0.075113 10.0.0.130 - - [2025-08-11 02:06:57] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6 HTTP/1.1" 200 2312 0.005366 10.0.0.130 - - [2025-08-11 02:06:57] "GET /obj-perms HTTP/1.1" 200 5045 0.052453 10.0.0.130 - - [2025-08-11 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.130 - - [2025-08-11 02:06:57] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002021 10.0.0.130 - - [2025-08-11 02:06:57] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.042199 10.0.0.130 - - [2025-08-11 02:06:57] "POST /neutron/network HTTP/1.1" 200 117 0.012564 10.0.0.130 - - [2025-08-11 02:06:57] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001403 10.0.0.130 - - [2025-08-11 02:06:58] "POST /neutron/network HTTP/1.1" 200 613 0.099690 10.0.0.130 - - [2025-08-11 02:06:58] "POST /route-targets HTTP/1.1" 200 328 0.011174 10.0.0.130 - - [2025-08-11 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.013111 10.0.0.130 - - [2025-08-11 02:06:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008985 10.0.0.130 - - [2025-08-11 02:06:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.238981 10.0.0.130 - - [2025-08-11 02:06:58] "POST /neutron/network HTTP/1.1" 200 832 0.009981 10.0.0.130 - - [2025-08-11 02:06:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.002345 10.0.0.130 - - [2025-08-11 02:06:58] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006420 10.0.0.130 - - [2025-08-11 02:06:58] "POST /neutron/network HTTP/1.1" 200 832 0.007850 10.0.0.130 - - [2025-08-11 02:06:58] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008624 10.0.0.130 - - [2025-08-11 02:06:58] "POST /neutron/network HTTP/1.1" 200 832 0.008023 10.0.0.130 - - [2025-08-11 02:06:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.011029 10.0.0.130 - - [2025-08-11 02:06:58] "GET /domains HTTP/1.1" 200 281 0.003489 10.0.0.130 - - [2025-08-11 02:06:58] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001870 10.0.0.130 - - [2025-08-11 02:06:58] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2950 0.010556 10.0.0.130 - - [2025-08-11 02:06:58] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001324 10.0.0.130 - - [2025-08-11 02:06:58] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 2316 0.084577 10.0.0.130 - - [2025-08-11 02:06:58] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a HTTP/1.1" 200 2323 0.008937 10.0.0.130 - - [2025-08-11 02:06:58] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a HTTP/1.1" 200 2323 0.005993 10.0.0.130 - - [2025-08-11 02:06:58] "GET /routing-instance/22f9266e-ed77-4d15-954f-9806754fb6b6 HTTP/1.1" 200 1496 0.005060 10.0.0.130 - - [2025-08-11 02:06:58] "GET /routing-instance/22f9266e-ed77-4d15-954f-9806754fb6b6 HTTP/1.1" 200 1496 0.004653 10.0.0.130 - - [2025-08-11 02:06:58] "GET /route-target/c7a2b6e8-9409-466d-854d-eddb79ac8126 HTTP/1.1" 200 1214 0.004929 10.0.0.130 - - [2025-08-11 02:06:58] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a HTTP/1.1" 200 2323 0.008962 10.0.0.130 - - [2025-08-11 02:06:58] "GET /routing-instance/22f9266e-ed77-4d15-954f-9806754fb6b6 HTTP/1.1" 200 1496 0.006428 10.0.0.130 - - [2025-08-11 02:06:58] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007818 10.0.0.130 - - [2025-08-11 02:06:58] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a HTTP/1.1" 200 2323 0.006792 10.0.0.130 - - [2025-08-11 02:06:58] "GET /routing-instance/22f9266e-ed77-4d15-954f-9806754fb6b6 HTTP/1.1" 200 1496 0.005638 10.0.0.130 - - [2025-08-11 02:06:58] "GET /routing-instance/22f9266e-ed77-4d15-954f-9806754fb6b6 HTTP/1.1" 200 1496 0.004916 10.0.0.130 - - [2025-08-11 02:06:58] "GET /route-target/c7a2b6e8-9409-466d-854d-eddb79ac8126 HTTP/1.1" 200 1214 0.005648 10.0.0.130 - - [2025-08-11 02:06:58] "GET /domains HTTP/1.1" 200 281 0.004416 10.0.0.130 - - [2025-08-11 02:06:58] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001882 10.0.0.130 - - [2025-08-11 02:06:58] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2950 0.009300 10.0.0.130 - - [2025-08-11 02:06:58] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001742 10.0.0.130 - - [2025-08-11 02:06:58] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 2316 0.075937 10.0.0.130 - - [2025-08-11 02:06:58] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a HTTP/1.1" 200 2323 0.005517 10.0.0.130 - - [2025-08-11 02:06:58] "GET /obj-perms HTTP/1.1" 200 5045 0.003708 10.0.0.130 - - [2025-08-11 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.130 - - [2025-08-11 02:06:59] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002033 10.0.0.130 - - [2025-08-11 02:06:59] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.040140 10.0.0.130 - - [2025-08-11 02:06:59] "POST /neutron/network HTTP/1.1" 200 117 0.019210 10.0.0.130 - - [2025-08-11 02:06:59] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002040 10.0.0.130 - - [2025-08-11 02:06:59] "POST /neutron/network HTTP/1.1" 200 615 0.098366 10.0.0.130 - - [2025-08-11 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.018472 10.0.0.130 - - [2025-08-11 02:06:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007363 10.0.0.130 - - [2025-08-11 02:06:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.157945 10.0.0.130 - - [2025-08-11 02:06:59] "POST /neutron/network HTTP/1.1" 200 832 0.007916 10.0.0.130 - - [2025-08-11 02:06:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.002496 10.0.0.130 - - [2025-08-11 02:06:59] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007944 10.0.0.130 - - [2025-08-11 02:06:59] "POST /neutron/network HTTP/1.1" 200 832 0.008616 10.0.0.130 - - [2025-08-11 02:06:59] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007755 10.0.0.130 - - [2025-08-11 02:06:59] "POST /neutron/network HTTP/1.1" 200 832 0.009478 10.0.0.130 - - [2025-08-11 02:06:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.008360 10.0.0.130 - - [2025-08-11 02:06:59] "GET /domains HTTP/1.1" 200 281 0.002831 10.0.0.130 - - [2025-08-11 02:06:59] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.130 - - [2025-08-11 02:06:59] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2950 0.009834 10.0.0.130 - - [2025-08-11 02:06:59] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001349 10.0.0.130 - - [2025-08-11 02:06:59] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 2536 0.082853 10.0.0.130 - - [2025-08-11 02:06:59] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06 HTTP/1.1" 200 2322 0.006697 10.0.0.130 - - [2025-08-11 02:06:59] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06 HTTP/1.1" 200 2322 0.007459 10.0.0.130 - - [2025-08-11 02:06:59] "GET /routing-instance/ffe05b97-8856-4b8a-a790-1ad21d1d5459 HTTP/1.1" 200 1501 0.007766 10.0.0.130 - - [2025-08-11 02:06:59] "GET /routing-instance/ffe05b97-8856-4b8a-a790-1ad21d1d5459 HTTP/1.1" 200 1501 0.007262 10.0.0.130 - - [2025-08-11 02:06:59] "GET /route-target/3bbdcf3e-1736-49ff-98cf-988a1b1c7600 HTTP/1.1" 200 1216 0.005467 10.0.0.130 - - [2025-08-11 02:06:59] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06 HTTP/1.1" 200 2322 0.008552 10.0.0.130 - - [2025-08-11 02:06:59] "GET /routing-instance/ffe05b97-8856-4b8a-a790-1ad21d1d5459 HTTP/1.1" 200 1501 0.005468 10.0.0.130 - - [2025-08-11 02:06:59] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006782 10.0.0.130 - - [2025-08-11 02:06:59] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06 HTTP/1.1" 200 2322 0.019840 10.0.0.130 - - [2025-08-11 02:06:59] "GET /routing-instance/ffe05b97-8856-4b8a-a790-1ad21d1d5459 HTTP/1.1" 200 1501 0.006455 10.0.0.130 - - [2025-08-11 02:06:59] "GET /routing-instance/ffe05b97-8856-4b8a-a790-1ad21d1d5459 HTTP/1.1" 200 1501 0.004704 10.0.0.130 - - [2025-08-11 02:06:59] "GET /route-target/3bbdcf3e-1736-49ff-98cf-988a1b1c7600 HTTP/1.1" 200 1216 0.004349 10.0.0.130 - - [2025-08-11 02:06:59] "GET /domains HTTP/1.1" 200 281 0.003839 10.0.0.130 - - [2025-08-11 02:06:59] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003017 10.0.0.130 - - [2025-08-11 02:06:59] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2950 0.012071 10.0.0.130 - - [2025-08-11 02:07:00] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002933 10.0.0.130 - - [2025-08-11 02:07:00] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 2536 0.083860 10.0.0.130 - - [2025-08-11 02:07:00] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06 HTTP/1.1" 200 2322 0.007590 10.0.0.130 - - [2025-08-11 02:07:00] "GET /obj-perms HTTP/1.1" 200 5045 0.004277 10.0.0.130 - - [2025-08-11 02:07:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.002108 10.0.0.130 - - [2025-08-11 02:07:00] "POST /neutron/network HTTP/1.1" 200 842 0.006417 10.0.0.130 - - [2025-08-11 02:07:00] "GET /aaa-mode HTTP/1.1" 401 293 0.001268 10.0.0.130 - - [2025-08-11 02:07:00] "GET / HTTP/1.1" 200 36215 0.003371 10.0.0.130 - - [2025-08-11 02:07:00] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000675 10.0.0.130 - - [2025-08-11 02:07:01] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001649 10.0.0.130 - - [2025-08-11 02:07:01] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.091017 10.0.0.130 - - [2025-08-11 02:07:01] "POST /neutron/network HTTP/1.1" 200 832 0.011723 10.0.0.130 - - [2025-08-11 02:07:01] "POST /neutron/port HTTP/1.1" 200 117 0.009251 10.0.0.130 - - [2025-08-11 02:07:01] "POST /neutron/port HTTP/1.1" 200 117 0.017382 10.0.0.130 - - [2025-08-11 02:07:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001545 10.0.0.130 - - [2025-08-11 02:07:01] "POST /neutron/port HTTP/1.1" 200 117 0.007701 10.0.0.130 - - [2025-08-11 02:07:01] "POST /neutron/network HTTP/1.1" 200 842 0.014368 10.0.0.130 - - [2025-08-11 02:07:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000465 10.0.0.130 - - [2025-08-11 02:07:01] "POST /neutron/network HTTP/1.1" 200 842 0.008595 10.0.0.130 - - [2025-08-11 02:07:02] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002130 10.0.0.130 - - [2025-08-11 02:07:02] "GET / HTTP/1.1" 200 36215 0.003380 10.0.0.130 - - [2025-08-11 02:07:02] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000598 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 1058 0.303026 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 1058 0.017106 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 1058 0.023244 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 1112 0.065022 10.0.0.130 - - [2025-08-11 02:07:02] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 1086 0.028973 10.0.0.130 - - [2025-08-11 02:07:02] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.089277 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004757 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/network HTTP/1.1" 200 832 0.008184 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.021524 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 117 0.001418 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/network HTTP/1.1" 200 832 0.009346 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 1086 0.017483 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006826 10.0.0.130 - - [2025-08-11 02:07:02] "POST /neutron/port HTTP/1.1" 200 117 0.006909 10.0.0.130 - - [2025-08-11 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.007367 10.0.0.130 - - [2025-08-11 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.130 - - [2025-08-11 02:07:02] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002809 10.0.0.130 - - [2025-08-11 02:07:02] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014155 10.0.0.130 - - [2025-08-11 02:07:03] "POST /service-templates HTTP/1.1" 200 545 0.031981 10.0.0.130 - - [2025-08-11 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008010 10.0.0.130 - - [2025-08-11 02:07:03] "GET /service-template/a1045c62-036e-4ff8-8e44-72e8eaccf79f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005862 10.0.0.130 - - [2025-08-11 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056 10.0.0.130 - - [2025-08-11 02:07:03] "GET /service-template/a1045c62-036e-4ff8-8e44-72e8eaccf79f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005461 10.0.0.130 - - [2025-08-11 02:07:03] "POST /neutron/network HTTP/1.1" 200 842 0.009174 10.0.0.130 - - [2025-08-11 02:07:03] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001939 10.0.0.130 - - [2025-08-11 02:07:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001784 10.0.0.130 - - [2025-08-11 02:07:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.002624 10.0.0.130 - - [2025-08-11 02:07:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.001516 10.0.0.130 - - [2025-08-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 1918 0.025980 10.0.0.130 - - [2025-08-11 02:07:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012083 10.0.0.130 - - [2025-08-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 1056 0.409199 10.0.0.130 - - [2025-08-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 1056 0.017624 10.0.0.130 - - [2025-08-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 1056 0.026070 10.0.0.130 - - [2025-08-11 02:07:03] "POST /neutron/port HTTP/1.1" 200 1110 0.146056 10.0.0.130 - - [2025-08-11 02:07:04] "POST /neutron/port HTTP/1.1" 200 1084 0.017070 10.0.0.130 - - [2025-08-11 02:07:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004410 10.0.0.130 - - [2025-08-11 02:07:04] "POST /neutron/subnet HTTP/1.1" 200 689 0.012014 10.0.0.130 - - [2025-08-11 02:07:04] "POST /neutron/port HTTP/1.1" 200 117 0.002780 10.0.0.130 - - [2025-08-11 02:07:04] "POST /neutron/network HTTP/1.1" 200 832 0.009458 10.0.0.130 - - [2025-08-11 02:07:04] "POST /neutron/network HTTP/1.1" 200 2217 0.022692 10.0.0.130 - - [2025-08-11 02:07:04] "GET /aaa-mode HTTP/1.1" 401 293 0.001068 10.0.0.130 - - [2025-08-11 02:07:04] "POST /neutron/port HTTP/1.1" 200 1086 0.019386 10.0.0.130 - - [2025-08-11 02:07:04] "POST /neutron/port HTTP/1.1" 200 1086 0.012786 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/network HTTP/1.1" 200 842 0.009856 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005045 10.0.0.130 - - [2025-08-11 02:07:05] "GET / HTTP/1.1" 200 36215 0.003099 10.0.0.130 - - [2025-08-11 02:07:05] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000411 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.013742 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/port HTTP/1.1" 200 117 0.002034 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/network HTTP/1.1" 200 832 0.009049 10.0.0.130 - - [2025-08-11 02:07:05] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.130 - - [2025-08-11 02:07:05] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.097237 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/network HTTP/1.1" 200 828 0.011456 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/network HTTP/1.1" 200 832 0.008198 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/network HTTP/1.1" 200 832 0.008957 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/port HTTP/1.1" 200 2054 0.034469 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007675 10.0.0.130 - - [2025-08-11 02:07:05] "POST /neutron/port HTTP/1.1" 200 117 0.008263 10.0.0.130 - - [2025-08-11 02:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.007340 10.0.0.130 - - [2025-08-11 02:07:06] "POST /neutron/network HTTP/1.1" 200 2217 0.025149 10.0.0.130 - - [2025-08-11 02:07:06] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.130 - - [2025-08-11 02:07:06] "POST /neutron/port HTTP/1.1" 200 1054 0.386686 10.0.0.130 - - [2025-08-11 02:07:06] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001981 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1058 0.255609 10.0.0.130 - - [2025-08-11 02:07:07] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001408 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1056 0.267377 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1054 0.015433 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1054 0.010330 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1108 0.125401 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1058 0.014125 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1058 0.018049 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1112 0.101827 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1056 0.013420 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1056 0.011478 10.0.0.130 - - [2025-08-11 02:07:07] "POST /neutron/port HTTP/1.1" 200 1110 0.102071 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/port HTTP/1.1" 200 3019 0.030236 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003607 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/subnet HTTP/1.1" 200 679 0.006763 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/network HTTP/1.1" 200 828 0.009841 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005032 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.007509 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/port HTTP/1.1" 200 117 0.001507 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/network HTTP/1.1" 200 832 0.009853 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005883 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.011217 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/port HTTP/1.1" 200 117 0.001847 10.0.0.130 - - [2025-08-11 02:07:08] "POST /neutron/network HTTP/1.1" 200 832 0.006513 10.0.0.130 - - [2025-08-11 02:07:11] "POST /neutron/port HTTP/1.1" 200 3019 0.021469 10.0.0.130 - - [2025-08-11 02:07:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006335 10.0.0.130 - - [2025-08-11 02:07:11] "POST /neutron/port HTTP/1.1" 200 3019 0.019821 10.0.0.130 - - [2025-08-11 02:07:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007784 10.0.0.130 - - [2025-08-11 02:07:11] "POST /neutron/port HTTP/1.1" 200 3019 0.015850 10.0.0.130 - - [2025-08-11 02:07:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009742 10.0.0.130 - - [2025-08-11 02:07:11] "POST /neutron/port HTTP/1.1" 200 3019 0.021981 10.0.0.130 - - [2025-08-11 02:07:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014788 10.0.0.130 - - [2025-08-11 02:07:11] "POST /neutron/port HTTP/1.1" 200 3019 0.038536 10.0.0.130 - - [2025-08-11 02:07:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013144 10.0.0.130 - - [2025-08-11 02:07:11] "GET /virtual-machine/746cb4ff-2423-45d7-b017-af7103073da9 HTTP/1.1" 200 1806 0.009692 10.0.0.130 - - [2025-08-11 02:07:11] "GET /virtual-machine-interface/06850f80-9377-4e72-ab92-2530966e91a4 HTTP/1.1" 200 2952 0.007380 10.0.0.130 - - [2025-08-11 02:07:11] "GET /virtual-machine-interface/0f358e15-9552-4bd6-af60-4e08b9d8d181 HTTP/1.1" 200 2956 0.005982 10.0.0.130 - - [2025-08-11 02:07:11] "GET /virtual-machine-interface/dcf514aa-c7dc-4fd5-9c61-e423f7cb50df HTTP/1.1" 200 2954 0.005624 10.0.0.130 - - [2025-08-11 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.130 - - [2025-08-11 02:07:11] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004174 10.0.0.130 - - [2025-08-11 02:07:11] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003226 10.0.0.130 - - [2025-08-11 02:07:11] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006375 10.0.0.130 - - [2025-08-11 02:07:13] "POST /neutron/port HTTP/1.1" 200 1086 0.013072 10.0.0.130 - - [2025-08-11 02:07:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009578 10.0.0.130 - - [2025-08-11 02:07:14] "POST /neutron/port HTTP/1.1" 200 1084 0.016082 10.0.0.130 - - [2025-08-11 02:07:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008712 10.0.0.130 - - [2025-08-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006267 10.0.0.130 - - [2025-08-11 02:07:15] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005974 10.0.0.130 - - [2025-08-11 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.130 - - [2025-08-11 02:07:19] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005493 10.0.0.130 - - [2025-08-11 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.130 - - [2025-08-11 02:07:23] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006778 10.0.0.130 - - [2025-08-11 02:07:25] "DELETE /project/0206a5c54fa34e7ab4bbb1ca8f692c27 HTTP/1.1" 404 173 0.021203 10.0.0.130 - - [2025-08-11 02:07:25] "DELETE /project/d93a595107c34ef6b609b1ea1d04d448 HTTP/1.1" 404 173 0.019573 10.0.0.130 - - [2025-08-11 02:07:25] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002054 10.0.0.130 - - [2025-08-11 02:07:25] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002440 10.0.0.130 - - [2025-08-11 02:07:25] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.061380 10.0.0.130 - - [2025-08-11 02:07:25] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.064055 10.0.0.130 - - [2025-08-11 02:07:25] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002003 10.0.0.130 - - [2025-08-11 02:07:25] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002064 10.0.0.130 - - [2025-08-11 02:07:25] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?fields=security_groups HTTP/1.1" 200 1380 0.048688 10.0.0.130 - - [2025-08-11 02:07:25] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?fields=security_groups HTTP/1.1" 200 1351 0.052459 10.0.0.130 - - [2025-08-11 02:07:25] "DELETE /security-group/01aaff4d-1448-4177-83a8-25f662dfda90 HTTP/1.1" 200 115 0.073275 10.0.0.130 - - [2025-08-11 02:07:25] "GET /projects?obj_uuids=935d29b4-1a7c-47c0-8ce0-f78725fde342&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001378 10.0.0.130 - - [2025-08-11 02:07:25] "DELETE /security-group/c2c1b316-7c0b-4a64-8188-b67f430b1cf8 HTTP/1.1" 200 115 0.077668 10.0.0.130 - - [2025-08-11 02:07:25] "GET /projects?obj_uuids=0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001866 10.0.0.130 - - [2025-08-11 02:07:25] "DELETE /access-control-list/277f117a-1b52-4926-80d3-7b830245fe9f HTTP/1.1" 200 115 0.056872 10.0.0.130 - - [2025-08-11 02:07:25] "GET /project/935d29b4-1a7c-47c0-8ce0-f78725fde342?fields=application_policy_sets HTTP/1.1" 200 1419 0.066018 10.0.0.130 - - [2025-08-11 02:07:25] "DELETE /access-control-list/178c80bc-e926-4b27-ac2e-73819b28fd66 HTTP/1.1" 200 115 0.055350 10.0.0.130 - - [2025-08-11 02:07:25] "GET /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27?fields=application_policy_sets HTTP/1.1" 200 1390 0.091064 10.0.0.130 - - [2025-08-11 02:07:25] "DELETE /access-control-list/e6aad92d-da7e-49eb-8a38-b59e1b0b883e HTTP/1.1" 200 115 0.036536 10.0.0.130 - - [2025-08-11 02:07:25] "DELETE /access-control-list/17cd945f-85b7-41aa-b055-b8b71f66bfbf HTTP/1.1" 200 115 0.057285 10.0.0.130 - - [2025-08-11 02:07:25] "DELETE /project/935d29b4-1a7c-47c0-8ce0-f78725fde342 HTTP/1.1" 200 115 0.517106 10.0.0.130 - - [2025-08-11 02:07:25] "DELETE /project/0206a5c5-4fa3-4e7a-b4bb-b1ca8f692c27 HTTP/1.1" 200 115 0.552299 10.0.0.130 - - [2025-08-11 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.130 - - [2025-08-11 02:07:27] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005480 10.0.0.130 - - [2025-08-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.130 - - [2025-08-11 02:07:31] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005400 10.0.0.130 - - [2025-08-11 02:07:31] "GET /obj-perms HTTP/1.1" 200 5075 0.057206 10.0.0.130 - - [2025-08-11 02:07:31] "GET /obj-perms HTTP/1.1" 200 5075 0.061585 10.0.0.130 - - [2025-08-11 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.130 - - [2025-08-11 02:07:33] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.007876 10.0.0.130 - - [2025-08-11 02:07:33] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003080 10.0.0.130 - - [2025-08-11 02:07:33] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007714 10.0.0.130 - - [2025-08-11 02:07:33] "POST /neutron/port HTTP/1.1" 200 3019 0.023013 10.0.0.130 - - [2025-08-11 02:07:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008627 10.0.0.130 - - [2025-08-11 02:07:37] "GET /global-system-configs HTTP/1.1" 200 323 0.028132 10.0.0.130 - - [2025-08-11 02:07:37] "GET /obj-perms HTTP/1.1" 200 5075 0.067795 10.0.0.130 - - [2025-08-11 02:07:38] "GET /global-system-configs HTTP/1.1" 200 323 0.064579 10.0.0.130 - - [2025-08-11 02:07:38] "GET /obj-perms HTTP/1.1" 200 5075 0.085641 10.0.0.130 - - [2025-08-11 02:07:39] "POST /neutron/port HTTP/1.1" 200 3019 0.017993 10.0.0.130 - - [2025-08-11 02:07:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006419 10.0.0.130 - - [2025-08-11 02:07:42] "POST /neutron/port HTTP/1.1" 200 3019 0.014820 10.0.0.130 - - [2025-08-11 02:07:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012309 10.0.0.130 - - [2025-08-11 02:07:44] "POST /neutron/port HTTP/1.1" 200 3019 0.014788 10.0.0.130 - - [2025-08-11 02:07:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007748 10.0.0.130 - - [2025-08-11 02:07:49] "POST /neutron/port HTTP/1.1" 200 3019 0.017680 10.0.0.130 - - [2025-08-11 02:07:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007121 10.0.0.130 - - [2025-08-11 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.130 - - [2025-08-11 02:07:54] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003217 10.0.0.130 - - [2025-08-11 02:07:54] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003101 10.0.0.130 - - [2025-08-11 02:07:54] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005351 10.0.0.130 - - [2025-08-11 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.130 - - [2025-08-11 02:07:54] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005090 10.0.0.130 - - [2025-08-11 02:07:55] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003216 10.0.0.130 - - [2025-08-11 02:07:55] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009626 10.0.0.130 - - [2025-08-11 02:07:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002780 10.0.0.130 - - [2025-08-11 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.130 - - [2025-08-11 02:07:55] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.027612 10.0.0.130 - - [2025-08-11 02:07:55] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.053806 10.0.0.130 - - [2025-08-11 02:07:55] "POST /service-instances HTTP/1.1" 200 545 0.063513 10.0.0.130 - - [2025-08-11 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.130 - - [2025-08-11 02:07:55] "GET /service-instance/3dc500e9-1209-4d9d-9e80-9ec16c103535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.007910 10.0.0.130 - - [2025-08-11 02:07:55] "POST /port-tuples HTTP/1.1" 200 588 0.025496 10.0.0.130 - - [2025-08-11 02:07:55] "GET /virtual-machine-interface/dcf514aa-c7dc-4fd5-9c61-e423f7cb50df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.006063 10.0.0.130 - - [2025-08-11 02:07:55] "PUT /virtual-machine-interface/dcf514aa-c7dc-4fd5-9c61-e423f7cb50df HTTP/1.1" 200 285 0.010544 10.0.0.130 - - [2025-08-11 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.009613 10.0.0.130 - - [2025-08-11 02:07:55] "POST /instance-ips HTTP/1.1" 200 386 0.020522 10.0.0.130 - - [2025-08-11 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.009952 10.0.0.130 - - [2025-08-11 02:07:55] "GET /virtual-machine-interface/06850f80-9377-4e72-ab92-2530966e91a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.006395 10.0.0.130 - - [2025-08-11 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.011873 10.0.0.130 - - [2025-08-11 02:07:55] "PUT /virtual-machine-interface/06850f80-9377-4e72-ab92-2530966e91a4 HTTP/1.1" 200 285 0.011237 10.0.0.130 - - [2025-08-11 02:07:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002946 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.016659 10.0.0.130 - - [2025-08-11 02:07:56] "POST /instance-ips HTTP/1.1" 200 386 0.020931 10.0.0.130 - - [2025-08-11 02:07:56] "GET /virtual-machine-interface/0f358e15-9552-4bd6-af60-4e08b9d8d181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.004667 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.008974 10.0.0.130 - - [2025-08-11 02:07:56] "PUT /virtual-machine-interface/0f358e15-9552-4bd6-af60-4e08b9d8d181 HTTP/1.1" 200 285 0.014808 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.009164 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.019197 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002890 10.0.0.130 - - [2025-08-11 02:07:56] "POST /neutron/port HTTP/1.1" 200 1086 0.013565 10.0.0.130 - - [2025-08-11 02:07:56] "POST /instance-ips HTTP/1.1" 200 374 0.020082 10.0.0.130 - - [2025-08-11 02:07:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011897 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.012598 10.0.0.130 - - [2025-08-11 02:07:56] "POST /neutron/port HTTP/1.1" 200 1086 0.018312 10.0.0.130 - - [2025-08-11 02:07:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008266 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.009169 10.0.0.130 - - [2025-08-11 02:07:56] "POST /neutron/port HTTP/1.1" 200 1086 0.011526 10.0.0.130 - - [2025-08-11 02:07:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007176 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002881 10.0.0.130 - - [2025-08-11 02:07:56] "GET /virtual-machine/57411be5-e130-4b3b-935d-0a04b876e664 HTTP/1.1" 200 1292 0.005347 10.0.0.130 - - [2025-08-11 02:07:56] "GET /virtual-machine-interface/30dec0ec-916c-4ecd-9a11-a9e4093d8e8e HTTP/1.1" 200 2953 0.006118 10.0.0.130 - - [2025-08-11 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.130 - - [2025-08-11 02:07:56] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004658 10.0.0.130 - - [2025-08-11 02:07:56] "POST /instance-ips HTTP/1.1" 200 374 0.028057 10.0.0.130 - - [2025-08-11 02:07:56] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004125 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.012871 10.0.0.130 - - [2025-08-11 02:07:56] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005204 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.011260 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002861 10.0.0.130 - - [2025-08-11 02:07:56] "POST /instance-ips HTTP/1.1" 200 376 0.015460 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.008086 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.008895 10.0.0.130 - - [2025-08-11 02:07:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002713 10.0.0.130 - - [2025-08-11 02:07:57] "POST /instance-ips HTTP/1.1" 200 376 0.016189 10.0.0.130 - - [2025-08-11 02:07:57] "POST /ref-update HTTP/1.1" 200 156 0.010401 10.0.0.130 - - [2025-08-11 02:07:57] "POST /ref-update HTTP/1.1" 200 156 0.008171 10.0.0.130 - - [2025-08-11 02:07:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002746 10.0.0.130 - - [2025-08-11 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.130 - - [2025-08-11 02:07:57] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003643 10.0.0.130 - - [2025-08-11 02:07:57] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003747 10.0.0.130 - - [2025-08-11 02:07:57] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005732 10.0.0.130 - - [2025-08-11 02:07:58] "POST /neutron/port HTTP/1.1" 200 1084 0.012606 10.0.0.130 - - [2025-08-11 02:07:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006289 10.0.0.130 - - [2025-08-11 02:07:58] "POST /neutron/port HTTP/1.1" 200 1084 0.010333 10.0.0.130 - - [2025-08-11 02:07:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006370 10.0.0.130 - - [2025-08-11 02:07:58] "POST /neutron/port HTTP/1.1" 200 1084 0.012126 10.0.0.130 - - [2025-08-11 02:07:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006533 10.0.0.130 - - [2025-08-11 02:07:58] "GET /virtual-machine/85143d81-8b06-4e13-a7de-c94de5117e6c HTTP/1.1" 200 1292 0.005648 10.0.0.130 - - [2025-08-11 02:07:58] "GET /virtual-machine-interface/7948f6fd-95bb-42e8-b8a3-baf39da7fdc7 HTTP/1.1" 200 2956 0.005526 10.0.0.130 - - [2025-08-11 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.130 - - [2025-08-11 02:07:58] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003456 10.0.0.130 - - [2025-08-11 02:07:58] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003016 10.0.0.130 - - [2025-08-11 02:07:58] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006993 10.0.0.130 - - [2025-08-11 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.130 - - [2025-08-11 02:07:59] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004005 10.0.0.130 - - [2025-08-11 02:07:59] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004641 10.0.0.130 - - [2025-08-11 02:07:59] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008624 10.0.0.130 - - [2025-08-11 02:07:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.002677 10.0.0.130 - - [2025-08-11 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.130 - - [2025-08-11 02:07:59] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001992 10.0.0.130 - - [2025-08-11 02:07:59] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.031860 10.0.0.130 - - [2025-08-11 02:08:00] "POST /network-policys HTTP/1.1" 200 549 0.020862 10.0.0.130 - - [2025-08-11 02:08:00] "GET /network-policy/31cae3a0-9fde-461c-8690-ac138b869979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004551 10.0.0.130 - - [2025-08-11 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.130 - - [2025-08-11 02:08:00] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005240 10.0.0.130 - - [2025-08-11 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.130 - - [2025-08-11 02:08:00] "GET /network-policy/31cae3a0-9fde-461c-8690-ac138b869979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003515 10.0.0.130 - - [2025-08-11 02:08:00] "POST /ref-update HTTP/1.1" 200 156 0.046558 10.0.0.130 - - [2025-08-11 02:08:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.042921 10.0.0.130 - - [2025-08-11 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.130 - - [2025-08-11 02:08:00] "POST /access-control-lists HTTP/1.1" 200 603 0.065998 10.0.0.130 - - [2025-08-11 02:08:00] "GET /network-policy/31cae3a0-9fde-461c-8690-ac138b869979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.014910 10.0.0.130 - - [2025-08-11 02:08:00] "POST /neutron/network HTTP/1.1" 200 920 0.007197 10.0.0.130 - - [2025-08-11 02:08:00] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006138 10.0.0.130 - - [2025-08-11 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005273 10.0.0.130 - - [2025-08-11 02:08:00] "GET /network-policy/31cae3a0-9fde-461c-8690-ac138b869979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004914 10.0.0.130 - - [2025-08-11 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.130 - - [2025-08-11 02:08:00] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007461 10.0.0.130 - - [2025-08-11 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.130 - - [2025-08-11 02:08:00] "GET /network-policy/31cae3a0-9fde-461c-8690-ac138b869979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003408 10.0.0.130 - - [2025-08-11 02:08:00] "POST /ref-update HTTP/1.1" 200 156 0.050963 10.0.0.130 - - [2025-08-11 02:08:00] "PUT /access-control-list/dff7f257-dd75-4981-b6e1-a2a61bc23540 HTTP/1.1" 200 273 0.019421 10.0.0.130 - - [2025-08-11 02:08:00] "POST /fqname-to-id HTTP/1.1" 404 244 0.006078 10.0.0.130 - - [2025-08-11 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.130 - - [2025-08-11 02:08:01] "GET /network-policy/31cae3a0-9fde-461c-8690-ac138b869979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.035007 10.0.0.130 - - [2025-08-11 02:08:01] "POST /access-control-lists HTTP/1.1" 200 606 0.066404 10.0.0.130 - - [2025-08-11 02:08:01] "POST /neutron/network HTTP/1.1" 200 920 0.010056 10.0.0.130 - - [2025-08-11 02:08:01] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004646 10.0.0.130 - - [2025-08-11 02:08:01] "POST /routing-instances HTTP/1.1" 200 761 0.030862 10.0.0.130 - - [2025-08-11 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.130 - - [2025-08-11 02:08:01] "POST /route-targets HTTP/1.1" 200 328 0.011231 10.0.0.130 - - [2025-08-11 02:08:01] "GET /network-policy/31cae3a0-9fde-461c-8690-ac138b869979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003525 10.0.0.130 - - [2025-08-11 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.010626 10.0.0.130 - - [2025-08-11 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.130 - - [2025-08-11 02:08:01] "GET /routing-instance/cd75909d-1813-427b-b55f-9ba78de079e4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.004425 10.0.0.130 - - [2025-08-11 02:08:01] "GET /service-template/a1045c62-036e-4ff8-8e44-72e8eaccf79f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004099 10.0.0.130 - - [2025-08-11 02:08:01] "GET /routing-instance/cd75909d-1813-427b-b55f-9ba78de079e4?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003922 10.0.0.130 - - [2025-08-11 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.130 - - [2025-08-11 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.009010 10.0.0.130 - - [2025-08-11 02:08:01] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.130 - - [2025-08-11 02:08:01] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.031004 10.0.0.130 - - [2025-08-11 02:08:01] "POST /routing-instances HTTP/1.1" 200 762 0.030825 10.0.0.130 - - [2025-08-11 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.130 - - [2025-08-11 02:08:01] "GET /service-instance/3dc500e9-1209-4d9d-9e80-9ec16c103535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.006344 10.0.0.130 - - [2025-08-11 02:08:01] "POST /route-targets HTTP/1.1" 200 328 0.013019 10.0.0.130 - - [2025-08-11 02:08:01] "GET /domains HTTP/1.1" 200 281 0.002449 10.0.0.130 - - [2025-08-11 02:08:01] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.130 - - [2025-08-11 02:08:01] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2782 0.010938 10.0.0.130 - - [2025-08-11 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.020339 10.0.0.130 - - [2025-08-11 02:08:01] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.130 - - [2025-08-11 02:08:01] "GET /routing-instance/c39e66f9-ff4f-438e-976e-6a72a3c842c0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1281 0.003993 10.0.0.130 - - [2025-08-11 02:08:01] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 4259 0.070879 10.0.0.130 - - [2025-08-11 02:08:01] "GET /service-instance/3dc500e9-1209-4d9d-9e80-9ec16c103535 HTTP/1.1" 200 3793 0.005015 10.0.0.130 - - [2025-08-11 02:08:01] "GET /routing-instance/c39e66f9-ff4f-438e-976e-6a72a3c842c0?fields=routing_policy_back_refs HTTP/1.1" 200 1281 0.003315 10.0.0.130 - - [2025-08-11 02:08:01] "GET /domains HTTP/1.1" 200 281 0.002430 10.0.0.130 - - [2025-08-11 02:08:01] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.130 - - [2025-08-11 02:08:01] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2782 0.007829 10.0.0.130 - - [2025-08-11 02:08:01] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001059 10.0.0.130 - - [2025-08-11 02:08:01] "PUT /routing-instance/cd75909d-1813-427b-b55f-9ba78de079e4 HTTP/1.1" 200 267 0.025471 10.0.0.130 - - [2025-08-11 02:08:01] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 4259 0.077335 10.0.0.130 - - [2025-08-11 02:08:01] "GET /service-instance/3dc500e9-1209-4d9d-9e80-9ec16c103535 HTTP/1.1" 200 3793 0.004258 10.0.0.130 - - [2025-08-11 02:08:01] "GET /port-tuple/93e9963d-3722-450b-9a4e-1e7469c9f396 HTTP/1.1" 200 1985 0.005304 10.0.0.130 - - [2025-08-11 02:08:01] "PUT /routing-instance/c39e66f9-ff4f-438e-976e-6a72a3c842c0 HTTP/1.1" 200 267 0.022446 10.0.0.130 - - [2025-08-11 02:08:01] "GET /virtual-machine-interface/06850f80-9377-4e72-ab92-2530966e91a4 HTTP/1.1" 200 3807 0.007971 10.0.0.130 - - [2025-08-11 02:08:01] "GET /virtual-machine-interface/0f358e15-9552-4bd6-af60-4e08b9d8d181 HTTP/1.1" 200 3814 0.005886 10.0.0.130 - - [2025-08-11 02:08:01] "GET /virtual-machine-interface/dcf514aa-c7dc-4fd5-9c61-e423f7cb50df HTTP/1.1" 200 3827 0.006868 10.0.0.130 - - [2025-08-11 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.014032 10.0.0.130 - - [2025-08-11 02:08:02] "PUT /access-control-list/04a9680d-0113-49eb-9e37-9bb159e2a608 HTTP/1.1" 200 273 0.020382 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/port HTTP/1.1" 200 3826 0.062405 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007726 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/port HTTP/1.1" 200 3826 0.028392 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006255 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/port HTTP/1.1" 200 3826 0.029131 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005683 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/port HTTP/1.1" 200 3826 0.039692 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005744 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/network HTTP/1.1" 200 894 0.012076 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/network HTTP/1.1" 200 920 0.007574 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/network HTTP/1.1" 200 802 0.013631 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/network HTTP/1.1" 200 828 0.006007 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/network HTTP/1.1" 200 894 0.017016 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/network HTTP/1.1" 200 920 0.006110 10.0.0.130 - - [2025-08-11 02:08:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001561 10.0.0.130 - - [2025-08-11 02:08:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001239 10.0.0.130 - - [2025-08-11 02:08:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001719 10.0.0.130 - - [2025-08-11 02:08:02] "GET /virtual-machine/746cb4ff-2423-45d7-b017-af7103073da9 HTTP/1.1" 200 1806 0.004900 10.0.0.130 - - [2025-08-11 02:08:02] "GET /virtual-machine-interface/06850f80-9377-4e72-ab92-2530966e91a4 HTTP/1.1" 200 3807 0.007923 10.0.0.130 - - [2025-08-11 02:08:02] "GET /virtual-machine-interface/0f358e15-9552-4bd6-af60-4e08b9d8d181 HTTP/1.1" 200 3814 0.006156 10.0.0.130 - - [2025-08-11 02:08:02] "GET /virtual-machine-interface/dcf514aa-c7dc-4fd5-9c61-e423f7cb50df HTTP/1.1" 200 3827 0.005305 10.0.0.130 - - [2025-08-11 02:08:02] "GET /instance-ip/1fb70e2b-8a10-43c5-bcc2-a40546addd7e HTTP/1.1" 200 1960 0.003621 10.0.0.130 - - [2025-08-11 02:08:02] "GET /instance-ip/4c01f1fe-aac9-4668-b12c-9ec38b013f15 HTTP/1.1" 200 1958 0.003603 10.0.0.130 - - [2025-08-11 02:08:02] "GET /instance-ip/d9ef76ea-b857-42ef-ba81-77b22ce7e2ac HTTP/1.1" 200 1625 0.004528 10.0.0.130 - - [2025-08-11 02:08:02] "GET /instance-ip/15eaf031-0cf6-4a0d-93bf-fe91eac70a95 HTTP/1.1" 200 1623 0.005178 10.0.0.130 - - [2025-08-11 02:08:02] "GET /instance-ip/7de04358-3bd7-4018-9819-97ccb154cf43 HTTP/1.1" 200 1964 0.003953 10.0.0.130 - - [2025-08-11 02:08:02] "GET /instance-ip/9ad957cc-d98e-4082-aec8-2943e6d4b44d HTTP/1.1" 200 1963 0.006175 10.0.0.130 - - [2025-08-11 02:08:02] "GET /instance-ip/0e4d64d0-9b1b-47e0-993c-005e889a1b6e HTTP/1.1" 200 1982 0.003864 10.0.0.130 - - [2025-08-11 02:08:02] "GET /instance-ip/9f8de133-0ac1-470e-82d9-aff6a1b4ddda HTTP/1.1" 200 1620 0.004927 10.0.0.130 - - [2025-08-11 02:08:02] "GET /instance-ip/ef07ef87-3e2e-43ec-aec1-a4bddf8bd941 HTTP/1.1" 200 1985 0.003685 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/port HTTP/1.1" 200 3826 0.028851 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006244 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/port HTTP/1.1" 200 3826 0.033389 10.0.0.130 - - [2025-08-11 02:08:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006443 10.0.0.130 - - [2025-08-11 02:08:03] "POST /neutron/port HTTP/1.1" 200 3826 0.094313 10.0.0.130 - - [2025-08-11 02:08:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006616 10.0.0.130 - - [2025-08-11 02:08:03] "POST /neutron/port HTTP/1.1" 200 3826 0.034490 10.0.0.130 - - [2025-08-11 02:08:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011639 10.0.0.130 - - [2025-08-11 02:08:03] "GET /virtual-machine/746cb4ff-2423-45d7-b017-af7103073da9 HTTP/1.1" 200 1806 0.003903 10.0.0.130 - - [2025-08-11 02:08:03] "GET /virtual-machine-interface/06850f80-9377-4e72-ab92-2530966e91a4 HTTP/1.1" 200 3807 0.005679 10.0.0.130 - - [2025-08-11 02:08:03] "GET /virtual-machine-interface/0f358e15-9552-4bd6-af60-4e08b9d8d181 HTTP/1.1" 200 3814 0.005397 10.0.0.130 - - [2025-08-11 02:08:03] "GET /virtual-machine-interface/dcf514aa-c7dc-4fd5-9c61-e423f7cb50df HTTP/1.1" 200 3827 0.005728 10.0.0.130 - - [2025-08-11 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.130 - - [2025-08-11 02:08:03] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003475 10.0.0.130 - - [2025-08-11 02:08:03] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002765 10.0.0.130 - - [2025-08-11 02:08:03] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008321 10.0.0.130 - - [2025-08-11 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.130 - - [2025-08-11 02:08:04] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003862 10.0.0.130 - - [2025-08-11 02:08:04] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003432 10.0.0.130 - - [2025-08-11 02:08:04] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007456 10.0.0.130 - - [2025-08-11 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.130 - - [2025-08-11 02:08:04] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005072 10.0.0.130 - - [2025-08-11 02:08:04] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003764 10.0.0.130 - - [2025-08-11 02:08:04] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007808 10.0.0.130 - - [2025-08-11 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.130 - - [2025-08-11 02:08:05] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005531 10.0.0.130 - - [2025-08-11 02:08:05] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002956 10.0.0.130 - - [2025-08-11 02:08:05] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008449 10.0.0.130 - - [2025-08-11 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.130 - - [2025-08-11 02:08:05] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005073 10.0.0.130 - - [2025-08-11 02:08:05] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003220 10.0.0.130 - - [2025-08-11 02:08:05] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006604 10.0.0.130 - - [2025-08-11 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.130 - - [2025-08-11 02:08:05] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003396 10.0.0.130 - - [2025-08-11 02:08:05] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003242 10.0.0.130 - - [2025-08-11 02:08:05] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005813 10.0.0.130 - - [2025-08-11 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.130 - - [2025-08-11 02:08:05] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003417 10.0.0.130 - - [2025-08-11 02:08:05] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003284 10.0.0.130 - - [2025-08-11 02:08:05] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005998 10.0.0.130 - - [2025-08-11 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.130 - - [2025-08-11 02:08:05] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003363 10.0.0.130 - - [2025-08-11 02:08:05] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003946 10.0.0.130 - - [2025-08-11 02:08:05] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005449 10.0.0.130 - - [2025-08-11 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.130 - - [2025-08-11 02:08:06] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003411 10.0.0.130 - - [2025-08-11 02:08:06] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003139 10.0.0.130 - - [2025-08-11 02:08:06] "GET /virtual-network/c2b098e0-4cce-42e8-9060-554d8564d9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006189 10.0.0.130 - - [2025-08-11 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.130 - - [2025-08-11 02:08:06] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003369 10.0.0.130 - - [2025-08-11 02:08:06] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003123 10.0.0.130 - - [2025-08-11 02:08:06] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005247 10.0.0.130 - - [2025-08-11 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.130 - - [2025-08-11 02:08:06] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003898 10.0.0.130 - - [2025-08-11 02:08:06] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002926 10.0.0.130 - - [2025-08-11 02:08:06] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005139 10.0.0.130 - - [2025-08-11 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.130 - - [2025-08-11 02:08:06] "POST /neutron/port HTTP/1.1" 200 1086 0.036618 10.0.0.130 - - [2025-08-11 02:08:06] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005191 10.0.0.130 - - [2025-08-11 02:08:06] "POST /neutron/port HTTP/1.1" 200 1086 0.012811 10.0.0.130 - - [2025-08-11 02:08:06] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002842 10.0.0.130 - - [2025-08-11 02:08:06] "POST /neutron/network HTTP/1.1" 200 930 0.005031 10.0.0.130 - - [2025-08-11 02:08:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003426 10.0.0.130 - - [2025-08-11 02:08:06] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007841 10.0.0.130 - - [2025-08-11 02:08:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.012242 10.0.0.130 - - [2025-08-11 02:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.001589 10.0.0.130 - - [2025-08-11 02:08:06] "POST /neutron/network HTTP/1.1" 200 920 0.005513 10.0.0.130 - - [2025-08-11 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.130 - - [2025-08-11 02:08:06] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003994 10.0.0.130 - - [2025-08-11 02:08:06] "GET /virtual-networks?parent_id=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003547 10.0.0.130 - - [2025-08-11 02:08:07] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006452 10.0.0.130 - - [2025-08-11 02:08:07] "GET /virtual-machine/746cb4ff-2423-45d7-b017-af7103073da9 HTTP/1.1" 200 1806 0.004018 10.0.0.130 - - [2025-08-11 02:08:07] "GET /domains HTTP/1.1" 200 281 0.003070 10.0.0.130 - - [2025-08-11 02:08:07] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001666 10.0.0.130 - - [2025-08-11 02:08:07] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2782 0.008129 10.0.0.130 - - [2025-08-11 02:08:07] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001559 10.0.0.130 - - [2025-08-11 02:08:07] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 4259 0.070657 10.0.0.130 - - [2025-08-11 02:08:07] "GET /service-instance/3dc500e9-1209-4d9d-9e80-9ec16c103535 HTTP/1.1" 200 3793 0.004011 10.0.0.130 - - [2025-08-11 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.130 - - [2025-08-11 02:08:07] "GET /routing-instance/22f9266e-ed77-4d15-954f-9806754fb6b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.005129 10.0.0.130 - - [2025-08-11 02:08:07] "GET /routing-instance/22f9266e-ed77-4d15-954f-9806754fb6b6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004810 10.0.0.130 - - [2025-08-11 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.130 - - [2025-08-11 02:08:07] "GET /routing-instance/ffe05b97-8856-4b8a-a790-1ad21d1d5459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.005250 10.0.0.130 - - [2025-08-11 02:08:07] "GET /routing-instance/ffe05b97-8856-4b8a-a790-1ad21d1d5459?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.005098 10.0.0.130 - - [2025-08-11 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.130 - - [2025-08-11 02:08:07] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007853 10.0.0.130 - - [2025-08-11 02:08:07] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?fields=routing_instances HTTP/1.1" 200 1687 0.007073 10.0.0.130 - - [2025-08-11 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.130 - - [2025-08-11 02:08:07] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004921 10.0.0.130 - - [2025-08-11 02:08:07] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?fields=routing_instances HTTP/1.1" 200 1692 0.009660 10.0.0.130 - - [2025-08-11 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.036187 10.0.0.130 - - [2025-08-11 02:08:11] "POST /neutron/network HTTP/1.1" 200 832 0.013027 10.0.0.130 - - [2025-08-11 02:08:11] "DELETE /access-control-list/04a9680d-0113-49eb-9e37-9bb159e2a608 HTTP/1.1" 200 115 0.043309 10.0.0.130 - - [2025-08-11 02:08:11] "GET /virtual-network/2fabd822-4fac-403b-b5eb-467379ef6d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005710 10.0.0.130 - - [2025-08-11 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.130 - - [2025-08-11 02:08:11] "DELETE /routing-instance/cd75909d-1813-427b-b55f-9ba78de079e4 HTTP/1.1" 200 115 0.037036 10.0.0.130 - - [2025-08-11 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008458 10.0.0.130 - - [2025-08-11 02:08:11] "GET /network-policy/31cae3a0-9fde-461c-8690-ac138b869979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005476 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /route-target/8b303bf2-d57e-4676-99cf-94eabd374b1c HTTP/1.1" 200 115 0.018955 10.0.0.130 - - [2025-08-11 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.036422 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /routing-instance/c39e66f9-ff4f-438e-976e-6a72a3c842c0 HTTP/1.1" 200 115 0.051462 10.0.0.130 - - [2025-08-11 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005482 10.0.0.130 - - [2025-08-11 02:08:12] "POST /neutron/network HTTP/1.1" 200 832 0.010472 10.0.0.130 - - [2025-08-11 02:08:12] "GET /virtual-network/4bd71add-e614-415a-b2c5-eb2cd1e57e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005368 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /route-target/0647e5a9-4d71-4a24-814a-0b1ae9c8fd42 HTTP/1.1" 200 115 0.017721 10.0.0.130 - - [2025-08-11 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /access-control-list/dff7f257-dd75-4981-b6e1-a2a61bc23540 HTTP/1.1" 200 115 0.027027 10.0.0.130 - - [2025-08-11 02:08:12] "GET /network-policy/31cae3a0-9fde-461c-8690-ac138b869979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003489 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /network-policy/31cae3a0-9fde-461c-8690-ac138b869979 HTTP/1.1" 200 115 0.026081 10.0.0.130 - - [2025-08-11 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /service-instance/3dc500e9-1209-4d9d-9e80-9ec16c103535 HTTP/1.1" 200 115 0.052919 10.0.0.130 - - [2025-08-11 02:08:12] "GET /domains HTTP/1.1" 200 281 0.002482 10.0.0.130 - - [2025-08-11 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.014987 10.0.0.130 - - [2025-08-11 02:08:12] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001637 10.0.0.130 - - [2025-08-11 02:08:12] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2782 0.014508 10.0.0.130 - - [2025-08-11 02:08:12] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /instance-ip/0e4d64d0-9b1b-47e0-993c-005e889a1b6e HTTP/1.1" 200 115 0.039361 10.0.0.130 - - [2025-08-11 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.011900 10.0.0.130 - - [2025-08-11 02:08:12] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 3783 0.071987 10.0.0.130 - - [2025-08-11 02:08:12] "GET /virtual-machine/746cb4ff-2423-45d7-b017-af7103073da9 HTTP/1.1" 200 1806 0.003439 10.0.0.130 - - [2025-08-11 02:08:12] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003477 10.0.0.130 - - [2025-08-11 02:08:12] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001935 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /instance-ip/9ad957cc-d98e-4082-aec8-2943e6d4b44d HTTP/1.1" 200 115 0.019521 10.0.0.130 - - [2025-08-11 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.008901 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /instance-ip/4c01f1fe-aac9-4668-b12c-9ec38b013f15 HTTP/1.1" 200 115 0.026407 10.0.0.130 - - [2025-08-11 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.008885 10.0.0.130 - - [2025-08-11 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /service-template/a1045c62-036e-4ff8-8e44-72e8eaccf79f HTTP/1.1" 200 115 0.033662 10.0.0.130 - - [2025-08-11 02:08:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003700 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /instance-ip/1fb70e2b-8a10-43c5-bcc2-a40546addd7e HTTP/1.1" 200 115 0.035621 10.0.0.130 - - [2025-08-11 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.010747 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /instance-ip/ef07ef87-3e2e-43ec-aec1-a4bddf8bd941 HTTP/1.1" 200 115 0.022079 10.0.0.130 - - [2025-08-11 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.011552 10.0.0.130 - - [2025-08-11 02:08:12] "DELETE /instance-ip/7de04358-3bd7-4018-9819-97ccb154cf43 HTTP/1.1" 200 115 0.035573 10.0.0.130 - - [2025-08-11 02:08:12] "POST /neutron/network HTTP/1.1" 200 832 0.011896 10.0.0.130 - - [2025-08-11 02:08:12] "POST /neutron/network HTTP/1.1" 400 204 0.016443 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 1084 0.012905 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 1110 0.008941 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 1086 0.011248 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 1112 0.007959 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 151 0.128214 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 3019 0.023203 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 1110 0.019007 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 151 0.160671 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 151 0.110607 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 1112 0.008775 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 151 0.104381 10.0.0.130 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 1108 0.008667 10.0.0.130 - - [2025-08-11 02:08:14] "POST /neutron/port HTTP/1.1" 200 151 0.097470 10.0.0.130 - - [2025-08-11 02:08:15] "POST /neutron/network HTTP/1.1" 200 832 0.006597 10.0.0.130 - - [2025-08-11 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004765 10.0.0.130 - - [2025-08-11 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006091 10.0.0.130 - - [2025-08-11 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005459 10.0.0.130 - - [2025-08-11 02:08:15] "POST /neutron/network HTTP/1.1" 200 151 0.089424 10.0.0.130 - - [2025-08-11 02:08:15] "DELETE /route-target/3bbdcf3e-1736-49ff-98cf-988a1b1c7600 HTTP/1.1" 200 115 0.020493 10.0.0.130 - - [2025-08-11 02:08:15] "GET /routing-instance/ffe05b97-8856-4b8a-a790-1ad21d1d5459 HTTP/1.1" 404 171 0.002507 10.0.0.130 - - [2025-08-11 02:08:15] "GET /domains HTTP/1.1" 200 281 0.002430 10.0.0.130 - - [2025-08-11 02:08:15] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.130 - - [2025-08-11 02:08:15] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2581 0.050116 10.0.0.130 - - [2025-08-11 02:08:15] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001756 10.0.0.130 - - [2025-08-11 02:08:15] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 2316 0.065931 10.0.0.130 - - [2025-08-11 02:08:15] "POST /neutron/network HTTP/1.1" 200 832 0.005973 10.0.0.130 - - [2025-08-11 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003728 10.0.0.130 - - [2025-08-11 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005519 10.0.0.130 - - [2025-08-11 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002876 10.0.0.130 - - [2025-08-11 02:08:15] "POST /neutron/network HTTP/1.1" 200 151 0.082829 10.0.0.130 - - [2025-08-11 02:08:15] "GET /routing-instance/22f9266e-ed77-4d15-954f-9806754fb6b6 HTTP/1.1" 404 171 0.005328 10.0.0.130 - - [2025-08-11 02:08:15] "DELETE /route-target/c7a2b6e8-9409-466d-854d-eddb79ac8126 HTTP/1.1" 200 115 0.025077 10.0.0.130 - - [2025-08-11 02:08:15] "GET /domains HTTP/1.1" 200 281 0.002636 10.0.0.130 - - [2025-08-11 02:08:15] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.130 - - [2025-08-11 02:08:15] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2581 0.047573 10.0.0.130 - - [2025-08-11 02:08:15] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001793 10.0.0.130 - - [2025-08-11 02:08:15] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 2097 0.070498 10.0.0.130 - - [2025-08-11 02:08:15] "POST /neutron/network HTTP/1.1" 200 828 0.007944 10.0.0.130 - - [2025-08-11 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003012 10.0.0.130 - - [2025-08-11 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.130 - - [2025-08-11 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001684 10.0.0.130 - - [2025-08-11 02:08:15] "POST /neutron/network HTTP/1.1" 200 151 0.075962 10.0.0.130 - - [2025-08-11 02:08:15] "GET /routing-instance/5bace0ed-956d-42b1-a58e-3c404b5afafe HTTP/1.1" 404 171 0.003937 10.0.0.130 - - [2025-08-11 02:08:15] "DELETE /route-target/bc61f612-9cd0-495b-bdde-e08f97a21020 HTTP/1.1" 200 115 0.014929 10.0.0.130 - - [2025-08-11 02:08:15] "GET /domains HTTP/1.1" 200 281 0.002529 10.0.0.130 - - [2025-08-11 02:08:15] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002591 10.0.0.130 - - [2025-08-11 02:08:15] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2581 0.052669 10.0.0.130 - - [2025-08-11 02:08:15] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.130 - - [2025-08-11 02:08:15] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 1856 0.073673 10.0.0.130 - - [2025-08-11 02:08:16] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.130 - - [2025-08-11 02:08:16] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.048437 10.0.0.130 - - [2025-08-11 02:08:16] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001355 10.0.0.130 - - [2025-08-11 02:08:16] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?fields=virtual_networks HTTP/1.1" 200 1041 0.071659 10.0.0.130 - - [2025-08-11 02:08:16] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001807 10.0.0.130 - - [2025-08-11 02:08:16] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.037090 10.0.0.130 - - [2025-08-11 02:08:16] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002091 10.0.0.130 - - [2025-08-11 02:08:16] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?fields=security_groups HTTP/1.1" 200 1266 0.039882 10.0.0.130 - - [2025-08-11 02:08:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.022070 10.0.0.130 - - [2025-08-11 02:08:17] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002418 10.0.0.130 - - [2025-08-11 02:08:17] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.130 - - [2025-08-11 02:08:17] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040574 10.0.0.130 - - [2025-08-11 02:08:17] "POST /id-to-fqname HTTP/1.1" 200 191 0.002068 10.0.0.130 - - [2025-08-11 02:08:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.002544 10.0.0.130 - - [2025-08-11 02:08:17] "POST /security-groups HTTP/1.1" 200 592 0.059450 10.0.0.130 - - [2025-08-11 02:08:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.002529 10.0.0.130 - - [2025-08-11 02:08:17] "POST /projects HTTP/1.1" 200 587 0.212600 10.0.0.130 - - [2025-08-11 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.280411 10.0.0.130 - - [2025-08-11 02:08:17] "POST /access-control-lists HTTP/1.1" 200 599 0.058383 10.0.0.130 - - [2025-08-11 02:08:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.002510 10.0.0.130 - - [2025-08-11 02:08:17] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.431472 10.0.0.130 - - [2025-08-11 02:08:17] "POST /access-control-lists HTTP/1.1" 200 597 0.063911 10.0.0.130 - - [2025-08-11 02:08:18] "GET / HTTP/1.1" 200 36215 0.001988 10.0.0.130 - - [2025-08-11 02:08:19] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000447 10.0.0.130 - - [2025-08-11 02:08:20] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001875 10.0.0.130 - - [2025-08-11 02:08:20] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064690 10.0.0.130 - - [2025-08-11 02:08:20] "POST /fqname-to-id HTTP/1.1" 404 180 0.002656 10.0.0.130 - - [2025-08-11 02:08:20] "POST /virtual-DNSs HTTP/1.1" 200 509 0.030216 10.0.0.130 - - [2025-08-11 02:08:20] "GET /virtual-DNS/8e6c3b6f-dca1-4d74-bdfb-d04a1c49d535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.004937 10.0.0.130 - - [2025-08-11 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.130 - - [2025-08-11 02:08:20] "GET /virtual-DNS/8e6c3b6f-dca1-4d74-bdfb-d04a1c49d535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.032894 10.0.0.130 - - [2025-08-11 02:08:20] "GET /domains HTTP/1.1" 401 293 0.000447 10.0.0.130 - - [2025-08-11 02:08:20] "GET /domains HTTP/1.1" 200 281 0.024573 10.0.0.130 - - [2025-08-11 02:08:20] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.130 - - [2025-08-11 02:08:20] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2970 0.008768 10.0.0.130 - - [2025-08-11 02:08:20] "GET /virtual-DNS/8e6c3b6f-dca1-4d74-bdfb-d04a1c49d535 HTTP/1.1" 200 1441 0.004707 10.0.0.130 - - [2025-08-11 02:08:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002671 10.0.0.130 - - [2025-08-11 02:08:20] "POST /network-ipams HTTP/1.1" 200 516 0.020519 10.0.0.130 - - [2025-08-11 02:08:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002773 10.0.0.130 - - [2025-08-11 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.130 - - [2025-08-11 02:08:20] "GET /network-ipam/691fbc10-03ac-498f-9ca5-7b215b79189b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.004733 10.0.0.130 - - [2025-08-11 02:08:21] "PUT /network-ipam/691fbc10-03ac-498f-9ca5-7b215b79189b HTTP/1.1" 200 259 0.009577 10.0.0.130 - - [2025-08-11 02:08:21] "POST /ref-update HTTP/1.1" 200 156 0.011547 10.0.0.130 - - [2025-08-11 02:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.130 - - [2025-08-11 02:08:21] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.130 - - [2025-08-11 02:08:21] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.028093 10.0.0.130 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 117 0.027015 10.0.0.130 - - [2025-08-11 02:08:21] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.130 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 618 0.067274 10.0.0.130 - - [2025-08-11 02:08:21] "POST /route-targets HTTP/1.1" 200 328 0.009186 10.0.0.130 - - [2025-08-11 02:08:21] "POST /ref-update HTTP/1.1" 200 156 0.011876 10.0.0.130 - - [2025-08-11 02:08:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003445 10.0.0.130 - - [2025-08-11 02:08:21] "POST /neutron/subnet HTTP/1.1" 200 711 0.133029 10.0.0.130 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 833 0.005164 10.0.0.130 - - [2025-08-11 02:08:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001129 10.0.0.130 - - [2025-08-11 02:08:21] "GET /virtual-network/f56117d4-7ab7-4bf3-9cb8-d4c12ad12bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004869 10.0.0.130 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 833 0.007168 10.0.0.130 - - [2025-08-11 02:08:21] "GET /virtual-network/f56117d4-7ab7-4bf3-9cb8-d4c12ad12bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004798 10.0.0.130 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 833 0.007455 10.0.0.130 - - [2025-08-11 02:08:21] "POST /neutron/subnet HTTP/1.1" 200 711 0.009157 10.0.0.130 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 807 0.010499 10.0.0.130 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 833 0.004617 10.0.0.130 - - [2025-08-11 02:08:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001044 10.0.0.130 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 843 0.005181 10.0.0.130 - - [2025-08-11 02:08:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000429 10.0.0.130 - - [2025-08-11 02:08:22] "GET / HTTP/1.1" 200 36215 0.001822 10.0.0.130 - - [2025-08-11 02:08:22] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000406 10.0.0.130 - - [2025-08-11 02:08:22] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.130 - - [2025-08-11 02:08:22] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044217 10.0.0.130 - - [2025-08-11 02:08:22] "POST /neutron/network HTTP/1.1" 200 833 0.025432 10.0.0.130 - - [2025-08-11 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.004616 10.0.0.130 - - [2025-08-11 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.004735 10.0.0.130 - - [2025-08-11 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.004961 10.0.0.130 - - [2025-08-11 02:08:23] "POST /neutron/network HTTP/1.1" 200 843 0.005126 10.0.0.130 - - [2025-08-11 02:08:23] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.130 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1058 0.186763 10.0.0.130 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1058 0.009818 10.0.0.130 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1058 0.009992 10.0.0.130 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1112 0.077786 10.0.0.130 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1086 0.009713 10.0.0.130 - - [2025-08-11 02:08:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003008 10.0.0.130 - - [2025-08-11 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 685 0.006161 10.0.0.130 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.130 - - [2025-08-11 02:08:23] "POST /neutron/network HTTP/1.1" 200 833 0.005207 10.0.0.130 - - [2025-08-11 02:08:25] "DELETE /project/5488fd27d64f40f0ba8ca7135762c3d4 HTTP/1.1" 404 173 0.007139 10.0.0.130 - - [2025-08-11 02:08:25] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.130 - - [2025-08-11 02:08:25] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.030452 10.0.0.130 - - [2025-08-11 02:08:25] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.130 - - [2025-08-11 02:08:25] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?fields=security_groups HTTP/1.1" 200 1368 0.068289 10.0.0.130 - - [2025-08-11 02:08:25] "DELETE /security-group/faa27043-5d5c-4ea1-bd0a-e574aa6a9313 HTTP/1.1" 200 115 0.039381 10.0.0.130 - - [2025-08-11 02:08:25] "GET /projects?obj_uuids=d93a5951-07c3-4ef6-b609-b1ea1d04d448&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.130 - - [2025-08-11 02:08:25] "DELETE /access-control-list/06a6e77a-7c18-419c-be62-a0a5501a2322 HTTP/1.1" 200 115 0.034081 10.0.0.130 - - [2025-08-11 02:08:25] "GET /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448?fields=application_policy_sets HTTP/1.1" 200 1407 0.043402 10.0.0.130 - - [2025-08-11 02:08:25] "DELETE /access-control-list/064a5c41-4ece-42e3-8d1d-4fb4d0dc47a0 HTTP/1.1" 200 115 0.035847 10.0.0.130 - - [2025-08-11 02:08:26] "DELETE /project/d93a5951-07c3-4ef6-b609-b1ea1d04d448 HTTP/1.1" 200 115 0.350743 10.0.0.130 - - [2025-08-11 02:08:27] "POST /neutron/port HTTP/1.1" 200 1086 0.010502 10.0.0.130 - - [2025-08-11 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005398 10.0.0.130 - - [2025-08-11 02:08:27] "POST /neutron/port HTTP/1.1" 200 1086 0.012124 10.0.0.130 - - [2025-08-11 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005027 10.0.0.130 - - [2025-08-11 02:08:28] "POST /neutron/port HTTP/1.1" 200 1086 0.012831 10.0.0.130 - - [2025-08-11 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005660 10.0.0.130 - - [2025-08-11 02:08:28] "GET /virtual-machine/20cf7ccf-18e2-4250-bb0c-82de6403d51d HTTP/1.1" 200 1295 0.003962 10.0.0.130 - - [2025-08-11 02:08:28] "GET /virtual-machine-interface/1e2bb249-6b73-43f1-96f2-47782894b10f HTTP/1.1" 200 2971 0.004230 10.0.0.130 - - [2025-08-11 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002237 10.0.0.130 - - [2025-08-11 02:08:28] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002483 10.0.0.130 - - [2025-08-11 02:08:28] "GET /virtual-networks?parent_id=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003080 10.0.0.130 - - [2025-08-11 02:08:28] "GET /virtual-network/f56117d4-7ab7-4bf3-9cb8-d4c12ad12bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005329 10.0.0.130 - - [2025-08-11 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.130 - - [2025-08-11 02:08:31] "GET /virtual-network/f56117d4-7ab7-4bf3-9cb8-d4c12ad12bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005060 10.0.0.130 - - [2025-08-11 02:08:31] "POST /neutron/port HTTP/1.1" 200 1086 0.029863 10.0.0.130 - - [2025-08-11 02:08:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004945 10.0.0.130 - - [2025-08-11 02:08:32] "GET /obj-perms HTTP/1.1" 200 5075 0.043056 10.0.0.130 - - [2025-08-11 02:08:32] "GET /obj-perms HTTP/1.1" 200 5075 0.039317 10.0.0.130 - - [2025-08-11 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.130 - - [2025-08-11 02:08:33] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003623 10.0.0.130 - - [2025-08-11 02:08:33] "GET /virtual-networks?parent_id=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004342 10.0.0.130 - - [2025-08-11 02:08:33] "GET /virtual-network/f56117d4-7ab7-4bf3-9cb8-d4c12ad12bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005175 10.0.0.130 - - [2025-08-11 02:08:38] "POST /neutron/network HTTP/1.1" 200 807 0.014122 10.0.0.130 - - [2025-08-11 02:08:38] "POST /neutron/network HTTP/1.1" 200 833 0.005998 10.0.0.130 - - [2025-08-11 02:08:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001420 10.0.0.130 - - [2025-08-11 02:08:38] "POST /neutron/port HTTP/1.1" 200 1086 0.014380 10.0.0.130 - - [2025-08-11 02:08:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008345 10.0.0.130 - - [2025-08-11 02:08:38] "POST /neutron/network HTTP/1.1" 200 843 0.008194 10.0.0.130 - - [2025-08-11 02:08:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000530 10.0.0.130 - - [2025-08-11 02:08:38] "GET / HTTP/1.1" 200 36215 0.002610 10.0.0.130 - - [2025-08-11 02:08:38] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000560 10.0.0.130 - - [2025-08-11 02:08:39] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001366 10.0.0.130 - - [2025-08-11 02:08:39] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048992 10.0.0.130 - - [2025-08-11 02:08:39] "POST /neutron/network HTTP/1.1" 200 833 0.005719 10.0.0.130 - - [2025-08-11 02:08:39] "POST /neutron/port HTTP/1.1" 200 1086 0.014137 10.0.0.130 - - [2025-08-11 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006332 10.0.0.130 - - [2025-08-11 02:08:39] "POST /neutron/port HTTP/1.1" 200 117 0.007564 10.0.0.130 - - [2025-08-11 02:08:39] "POST /neutron/port HTTP/1.1" 200 117 0.006177 10.0.0.130 - - [2025-08-11 02:08:39] "POST /neutron/network HTTP/1.1" 200 843 0.005998 10.0.0.130 - - [2025-08-11 02:08:39] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001269 10.0.0.130 - - [2025-08-11 02:08:39] "POST /neutron/port HTTP/1.1" 200 1058 0.191605 10.0.0.130 - - [2025-08-11 02:08:39] "POST /neutron/port HTTP/1.1" 200 1058 0.008888 10.0.0.130 - - [2025-08-11 02:08:39] "POST /neutron/port HTTP/1.1" 200 1058 0.008995 10.0.0.130 - - [2025-08-11 02:08:40] "POST /neutron/port HTTP/1.1" 200 1112 0.077546 10.0.0.130 - - [2025-08-11 02:08:40] "POST /neutron/port HTTP/1.1" 200 1086 0.011835 10.0.0.130 - - [2025-08-11 02:08:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003760 10.0.0.130 - - [2025-08-11 02:08:40] "POST /neutron/subnet HTTP/1.1" 200 685 0.007500 10.0.0.130 - - [2025-08-11 02:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.130 - - [2025-08-11 02:08:40] "POST /neutron/network HTTP/1.1" 200 833 0.005336 10.0.0.130 - - [2025-08-11 02:08:44] "POST /neutron/port HTTP/1.1" 200 1086 0.018028 10.0.0.130 - - [2025-08-11 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007176 10.0.0.130 - - [2025-08-11 02:08:44] "POST /neutron/port HTTP/1.1" 200 1086 0.012606 10.0.0.130 - - [2025-08-11 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007502 10.0.0.130 - - [2025-08-11 02:08:44] "POST /neutron/port HTTP/1.1" 200 1086 0.010642 10.0.0.130 - - [2025-08-11 02:08:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007055 10.0.0.130 - - [2025-08-11 02:08:44] "GET /virtual-machine/ee3ea1d2-2f57-4b12-971a-4e9ed4f2e6de HTTP/1.1" 200 1296 0.005463 10.0.0.130 - - [2025-08-11 02:08:44] "GET /virtual-machine-interface/41c118f4-d866-4888-8374-45a06c1f8e94 HTTP/1.1" 200 2970 0.006197 10.0.0.130 - - [2025-08-11 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.130 - - [2025-08-11 02:08:44] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003056 10.0.0.130 - - [2025-08-11 02:08:44] "GET /virtual-networks?parent_id=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003958 10.0.0.130 - - [2025-08-11 02:08:44] "GET /virtual-network/f56117d4-7ab7-4bf3-9cb8-d4c12ad12bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007794 10.0.0.130 - - [2025-08-11 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.130 - - [2025-08-11 02:08:47] "GET /virtual-network/f56117d4-7ab7-4bf3-9cb8-d4c12ad12bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008662 10.0.0.130 - - [2025-08-11 02:08:49] "POST /neutron/port HTTP/1.1" 200 1086 0.014219 10.0.0.130 - - [2025-08-11 02:08:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005939 10.0.0.130 - - [2025-08-11 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.130 - - [2025-08-11 02:08:52] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003197 10.0.0.130 - - [2025-08-11 02:08:52] "GET /virtual-networks?parent_id=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004542 10.0.0.130 - - [2025-08-11 02:08:52] "GET /virtual-network/f56117d4-7ab7-4bf3-9cb8-d4c12ad12bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005038 10.0.0.130 - - [2025-08-11 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.130 - - [2025-08-11 02:08:59] "DELETE /virtual-DNS/8e6c3b6f-dca1-4d74-bdfb-d04a1c49d535 HTTP/1.1" 409 236 0.005809 10.0.0.130 - - [2025-08-11 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.002934 10.0.0.130 - - [2025-08-11 02:08:59] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.015075 10.0.0.130 - - [2025-08-11 02:08:59] "GET /virtual-DNS-record/424cbf14-a9df-43ed-a410-c79035de48df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004183 10.0.0.130 - - [2025-08-11 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.130 - - [2025-08-11 02:08:59] "GET /virtual-DNS-record/424cbf14-a9df-43ed-a410-c79035de48df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003198 10.0.0.130 - - [2025-08-11 02:08:59] "GET /domains HTTP/1.1" 200 281 0.002673 10.0.0.130 - - [2025-08-11 02:08:59] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001685 10.0.0.130 - - [2025-08-11 02:08:59] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2785 0.009420 10.0.0.130 - - [2025-08-11 02:08:59] "GET /virtual-DNS/8e6c3b6f-dca1-4d74-bdfb-d04a1c49d535 HTTP/1.1" 200 1912 0.003821 10.0.0.130 - - [2025-08-11 02:08:59] "GET /virtual-DNS-record/424cbf14-a9df-43ed-a410-c79035de48df HTTP/1.1" 200 1338 0.002789 10.0.0.130 - - [2025-08-11 02:09:04] "DELETE /virtual-DNS-record/424cbf14-a9df-43ed-a410-c79035de48df HTTP/1.1" 200 115 0.026574 10.0.0.130 - - [2025-08-11 02:09:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.003772 10.0.0.130 - - [2025-08-11 02:09:05] "POST /neutron/network HTTP/1.1" 200 833 0.013630 10.0.0.130 - - [2025-08-11 02:09:05] "POST /neutron/network HTTP/1.1" 400 204 0.012831 10.0.0.130 - - [2025-08-11 02:09:05] "POST /neutron/port HTTP/1.1" 200 1086 0.015806 10.0.0.130 - - [2025-08-11 02:09:05] "POST /neutron/port HTTP/1.1" 200 1112 0.008932 10.0.0.130 - - [2025-08-11 02:09:05] "POST /neutron/port HTTP/1.1" 200 1086 0.013228 10.0.0.130 - - [2025-08-11 02:09:05] "POST /neutron/port HTTP/1.1" 200 1112 0.008705 10.0.0.130 - - [2025-08-11 02:09:05] "POST /neutron/port HTTP/1.1" 200 151 0.115062 10.0.0.130 - - [2025-08-11 02:09:05] "POST /neutron/port HTTP/1.1" 200 151 0.126126 10.0.0.130 - - [2025-08-11 02:09:07] "POST /neutron/network HTTP/1.1" 200 833 0.005832 10.0.0.130 - - [2025-08-11 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.130 - - [2025-08-11 02:09:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002660 10.0.0.130 - - [2025-08-11 02:09:07] "POST /useragent-kv HTTP/1.1" 200 115 0.024356 10.0.0.130 - - [2025-08-11 02:09:07] "POST /neutron/network HTTP/1.1" 200 151 0.208655 10.0.0.130 - - [2025-08-11 02:09:07] "DELETE /route-target/cfd27ac6-4bf0-4244-91b1-e29f94744cc8 HTTP/1.1" 200 115 0.045005 10.0.0.130 - - [2025-08-11 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.130 - - [2025-08-11 02:09:07] "DELETE /network-ipam/691fbc10-03ac-498f-9ca5-7b215b79189b HTTP/1.1" 200 115 0.026454 10.0.0.130 - - [2025-08-11 02:09:07] "DELETE /virtual-DNS/8e6c3b6f-dca1-4d74-bdfb-d04a1c49d535 HTTP/1.1" 200 115 0.025207 10.0.0.130 - - [2025-08-11 02:09:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.004112 10.0.0.130 - - [2025-08-11 02:09:07] "GET /domains HTTP/1.1" 200 281 0.003237 10.0.0.130 - - [2025-08-11 02:09:07] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.130 - - [2025-08-11 02:09:07] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2584 0.009720 10.0.0.130 - - [2025-08-11 02:09:07] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001251 10.0.0.130 - - [2025-08-11 02:09:07] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.029641 10.0.0.130 - - [2025-08-11 02:09:07] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001204 10.0.0.130 - - [2025-08-11 02:09:07] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?fields=virtual_networks HTTP/1.1" 200 1036 0.066160 10.0.0.130 - - [2025-08-11 02:09:07] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001611 10.0.0.130 - - [2025-08-11 02:09:07] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.029284 10.0.0.130 - - [2025-08-11 02:09:08] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001409 10.0.0.130 - - [2025-08-11 02:09:08] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?fields=security_groups HTTP/1.1" 200 1264 0.031520 10.0.0.130 - - [2025-08-11 02:09:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.031453 10.0.0.130 - - [2025-08-11 02:09:09] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004516 10.0.0.130 - - [2025-08-11 02:09:09] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.130 - - [2025-08-11 02:09:09] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008295 10.0.0.130 - - [2025-08-11 02:09:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.002193 10.0.0.130 - - [2025-08-11 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.004069 10.0.0.130 - - [2025-08-11 02:09:09] "POST /security-groups HTTP/1.1" 200 592 0.067670 10.0.0.130 - - [2025-08-11 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.002993 10.0.0.130 - - [2025-08-11 02:09:09] "POST /projects HTTP/1.1" 200 587 0.244610 10.0.0.130 - - [2025-08-11 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.281303 10.0.0.130 - - [2025-08-11 02:09:09] "POST /access-control-lists HTTP/1.1" 200 599 0.058502 10.0.0.130 - - [2025-08-11 02:09:09] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.430959 10.0.0.130 - - [2025-08-11 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.003058 10.0.0.130 - - [2025-08-11 02:09:09] "POST /access-control-lists HTTP/1.1" 200 597 0.066573 10.0.0.130 - - [2025-08-11 02:09:10] "GET / HTTP/1.1" 200 36215 0.003311 10.0.0.130 - - [2025-08-11 02:09:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.130 - - [2025-08-11 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.069088 10.0.0.130 - - [2025-08-11 02:09:11] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001360 10.0.0.130 - - [2025-08-11 02:09:11] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025748 10.0.0.130 - - [2025-08-11 02:09:11] "POST /neutron/network HTTP/1.1" 200 117 0.032989 10.0.0.130 - - [2025-08-11 02:09:11] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001980 10.0.0.130 - - [2025-08-11 02:09:11] "POST /neutron/network HTTP/1.1" 200 606 0.076807 10.0.0.130 - - [2025-08-11 02:09:11] "POST /route-targets HTTP/1.1" 200 328 0.016175 10.0.0.130 - - [2025-08-11 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.014171 10.0.0.130 - - [2025-08-11 02:09:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002907 10.0.0.130 - - [2025-08-11 02:09:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.196849 10.0.0.130 - - [2025-08-11 02:09:12] "POST /neutron/network HTTP/1.1" 200 824 0.006806 10.0.0.130 - - [2025-08-11 02:09:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001449 10.0.0.130 - - [2025-08-11 02:09:12] "GET /virtual-network/cd7f9eb3-418f-41e7-8b49-aec6c73c6676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005872 10.0.0.130 - - [2025-08-11 02:09:12] "POST /neutron/network HTTP/1.1" 200 824 0.005739 10.0.0.130 - - [2025-08-11 02:09:12] "GET /virtual-network/cd7f9eb3-418f-41e7-8b49-aec6c73c6676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005564 10.0.0.130 - - [2025-08-11 02:09:12] "POST /neutron/network HTTP/1.1" 200 824 0.007995 10.0.0.130 - - [2025-08-11 02:09:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.006480 10.0.0.130 - - [2025-08-11 02:09:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001754 10.0.0.130 - - [2025-08-11 02:09:12] "POST /neutron/network HTTP/1.1" 200 834 0.005688 10.0.0.130 - - [2025-08-11 02:09:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000521 10.0.0.130 - - [2025-08-11 02:09:12] "GET / HTTP/1.1" 200 36215 0.001613 10.0.0.130 - - [2025-08-11 02:09:12] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000417 10.0.0.130 - - [2025-08-11 02:09:13] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001343 10.0.0.130 - - [2025-08-11 02:09:13] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048924 10.0.0.130 - - [2025-08-11 02:09:13] "POST /neutron/network HTTP/1.1" 200 824 0.006134 10.0.0.130 - - [2025-08-11 02:09:13] "POST /neutron/port HTTP/1.1" 200 117 0.005662 10.0.0.130 - - [2025-08-11 02:09:13] "POST /neutron/port HTTP/1.1" 200 117 0.005786 10.0.0.130 - - [2025-08-11 02:09:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001992 10.0.0.130 - - [2025-08-11 02:09:13] "POST /neutron/port HTTP/1.1" 200 117 0.004841 10.0.0.130 - - [2025-08-11 02:09:13] "POST /neutron/network HTTP/1.1" 200 834 0.007931 10.0.0.130 - - [2025-08-11 02:09:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000480 10.0.0.130 - - [2025-08-11 02:09:13] "POST /neutron/network HTTP/1.1" 200 834 0.007886 10.0.0.130 - - [2025-08-11 02:09:13] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001826 10.0.0.130 - - [2025-08-11 02:09:13] "GET / HTTP/1.1" 200 36215 0.001996 10.0.0.130 - - [2025-08-11 02:09:13] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000501 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/port HTTP/1.1" 200 1060 0.237736 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/port HTTP/1.1" 200 1060 0.013770 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/port HTTP/1.1" 200 1060 0.014004 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/port HTTP/1.1" 200 1114 0.068267 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/port HTTP/1.1" 200 1088 0.011475 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003141 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.010420 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.130 - - [2025-08-11 02:09:14] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/network HTTP/1.1" 200 824 0.005747 10.0.0.130 - - [2025-08-11 02:09:14] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053252 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/network HTTP/1.1" 200 824 0.011158 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/port HTTP/1.1" 200 1088 0.014470 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008288 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/port HTTP/1.1" 200 117 0.010247 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/port HTTP/1.1" 200 1088 0.017014 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006099 10.0.0.130 - - [2025-08-11 02:09:14] "POST /neutron/network HTTP/1.1" 200 834 0.007721 10.0.0.130 - - [2025-08-11 02:09:14] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001810 10.0.0.130 - - [2025-08-11 02:09:15] "POST /neutron/port HTTP/1.1" 200 1060 0.248713 10.0.0.130 - - [2025-08-11 02:09:15] "POST /neutron/port HTTP/1.1" 200 1060 0.010624 10.0.0.130 - - [2025-08-11 02:09:15] "POST /neutron/port HTTP/1.1" 200 1060 0.009327 10.0.0.130 - - [2025-08-11 02:09:15] "POST /neutron/port HTTP/1.1" 200 1114 0.111348 10.0.0.130 - - [2025-08-11 02:09:15] "POST /neutron/port HTTP/1.1" 200 1088 0.013307 10.0.0.130 - - [2025-08-11 02:09:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005064 10.0.0.130 - - [2025-08-11 02:09:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.008416 10.0.0.130 - - [2025-08-11 02:09:15] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.130 - - [2025-08-11 02:09:15] "POST /neutron/network HTTP/1.1" 200 824 0.005415 10.0.0.130 - - [2025-08-11 02:09:19] "POST /neutron/port HTTP/1.1" 200 1088 0.016770 10.0.0.130 - - [2025-08-11 02:09:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009091 10.0.0.130 - - [2025-08-11 02:09:19] "POST /neutron/port HTTP/1.1" 200 1088 0.015635 10.0.0.130 - - [2025-08-11 02:09:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006536 10.0.0.130 - - [2025-08-11 02:09:19] "POST /neutron/port HTTP/1.1" 200 1088 0.012512 10.0.0.130 - - [2025-08-11 02:09:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008548 10.0.0.130 - - [2025-08-11 02:09:19] "GET /virtual-machine/0a86d843-c2b3-4865-86b7-54f8b784b877 HTTP/1.1" 401 293 0.000740 10.0.0.130 - - [2025-08-11 02:09:20] "GET /virtual-machine/0a86d843-c2b3-4865-86b7-54f8b784b877 HTTP/1.1" 200 1293 0.034720 10.0.0.130 - - [2025-08-11 02:09:20] "GET /virtual-machine-interface/3133233b-c172-43af-b134-190f149f7102 HTTP/1.1" 200 2953 0.005723 10.0.0.130 - - [2025-08-11 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.130 - - [2025-08-11 02:09:20] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003312 10.0.0.130 - - [2025-08-11 02:09:20] "GET /virtual-networks?parent_id=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003353 10.0.0.130 - - [2025-08-11 02:09:20] "GET /virtual-network/cd7f9eb3-418f-41e7-8b49-aec6c73c6676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007542 10.0.0.130 - - [2025-08-11 02:09:22] "POST /neutron/port HTTP/1.1" 200 1088 0.010034 10.0.0.130 - - [2025-08-11 02:09:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004847 10.0.0.130 - - [2025-08-11 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.130 - - [2025-08-11 02:09:23] "GET /virtual-network/cd7f9eb3-418f-41e7-8b49-aec6c73c6676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008674 10.0.0.130 - - [2025-08-11 02:09:24] "POST /neutron/port HTTP/1.1" 200 1088 0.011555 10.0.0.130 - - [2025-08-11 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004740 10.0.0.130 - - [2025-08-11 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.130 - - [2025-08-11 02:09:25] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002903 10.0.0.130 - - [2025-08-11 02:09:25] "GET /virtual-networks?parent_id=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002641 10.0.0.130 - - [2025-08-11 02:09:25] "GET /virtual-network/cd7f9eb3-418f-41e7-8b49-aec6c73c6676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005031 10.0.0.130 - - [2025-08-11 02:09:26] "POST /neutron/port HTTP/1.1" 200 1088 0.011862 10.0.0.130 - - [2025-08-11 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005276 10.0.0.130 - - [2025-08-11 02:09:26] "DELETE /project/ecd0951e281a4879a3784d3009110775 HTTP/1.1" 404 173 0.007260 10.0.0.130 - - [2025-08-11 02:09:26] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001329 10.0.0.130 - - [2025-08-11 02:09:26] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.041794 10.0.0.130 - - [2025-08-11 02:09:26] "POST /neutron/port HTTP/1.1" 200 1088 0.027333 10.0.0.130 - - [2025-08-11 02:09:26] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.130 - - [2025-08-11 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015643 10.0.0.130 - - [2025-08-11 02:09:26] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?fields=security_groups HTTP/1.1" 200 1366 0.042746 10.0.0.130 - - [2025-08-11 02:09:26] "POST /neutron/port HTTP/1.1" 200 1088 0.010257 10.0.0.130 - - [2025-08-11 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005234 10.0.0.130 - - [2025-08-11 02:09:26] "GET /virtual-machine/0e3f0ad6-657a-4283-9c3f-e0cb6d909c3f HTTP/1.1" 200 1295 0.007616 10.0.0.130 - - [2025-08-11 02:09:26] "GET /virtual-machine-interface/41fbb619-19ed-4a51-8bd9-026d425dd497 HTTP/1.1" 200 2953 0.004376 10.0.0.130 - - [2025-08-11 02:09:26] "DELETE /security-group/d720124d-d52a-44bc-9eee-2311fbac7724 HTTP/1.1" 200 115 0.053385 10.0.0.130 - - [2025-08-11 02:09:26] "GET /projects?obj_uuids=5488fd27-d64f-40f0-ba8c-a7135762c3d4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.130 - - [2025-08-11 02:09:26] "DELETE /access-control-list/fd05a8fa-fa7d-484b-80dc-72dc28576e07 HTTP/1.1" 200 115 0.039463 10.0.0.130 - - [2025-08-11 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.130 - - [2025-08-11 02:09:26] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003251 10.0.0.130 - - [2025-08-11 02:09:26] "GET /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4?fields=application_policy_sets HTTP/1.1" 200 1405 0.032473 10.0.0.130 - - [2025-08-11 02:09:26] "DELETE /access-control-list/6f5368b9-05d5-4d2a-b1cc-8086e87d78b5 HTTP/1.1" 200 115 0.037428 10.0.0.130 - - [2025-08-11 02:09:26] "GET /virtual-networks?parent_id=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004232 10.0.0.130 - - [2025-08-11 02:09:26] "GET /virtual-network/cd7f9eb3-418f-41e7-8b49-aec6c73c6676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007226 10.0.0.130 - - [2025-08-11 02:09:26] "DELETE /project/5488fd27-d64f-40f0-ba8c-a7135762c3d4 HTTP/1.1" 200 115 0.345128 10.0.0.130 - - [2025-08-11 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.130 - - [2025-08-11 02:09:27] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002697 10.0.0.130 - - [2025-08-11 02:09:27] "GET /virtual-networks?parent_id=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002644 10.0.0.130 - - [2025-08-11 02:09:27] "GET /virtual-network/cd7f9eb3-418f-41e7-8b49-aec6c73c6676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005083 10.0.0.130 - - [2025-08-11 02:09:32] "POST /neutron/network HTTP/1.1" 200 824 0.008474 10.0.0.130 - - [2025-08-11 02:09:32] "POST /neutron/network HTTP/1.1" 400 204 0.009249 10.0.0.130 - - [2025-08-11 02:09:32] "POST /neutron/port HTTP/1.1" 200 1088 0.010441 10.0.0.130 - - [2025-08-11 02:09:32] "POST /neutron/port HTTP/1.1" 200 1114 0.007993 10.0.0.130 - - [2025-08-11 02:09:32] "POST /neutron/port HTTP/1.1" 200 1088 0.014010 10.0.0.130 - - [2025-08-11 02:09:32] "POST /neutron/port HTTP/1.1" 200 151 0.108418 10.0.0.130 - - [2025-08-11 02:09:32] "POST /neutron/port HTTP/1.1" 200 1114 0.008678 10.0.0.130 - - [2025-08-11 02:09:32] "POST /neutron/port HTTP/1.1" 200 151 0.095842 10.0.0.130 - - [2025-08-11 02:09:33] "GET /obj-perms HTTP/1.1" 200 5075 0.044344 10.0.0.130 - - [2025-08-11 02:09:33] "GET /obj-perms HTTP/1.1" 200 5075 0.038082 10.0.0.130 - - [2025-08-11 02:09:34] "POST /neutron/network HTTP/1.1" 200 824 0.005937 10.0.0.130 - - [2025-08-11 02:09:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003191 10.0.0.130 - - [2025-08-11 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.130 - - [2025-08-11 02:09:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003362 10.0.0.130 - - [2025-08-11 02:09:34] "POST /neutron/network HTTP/1.1" 200 151 0.070494 10.0.0.130 - - [2025-08-11 02:09:34] "DELETE /route-target/6332f79c-a537-4bf0-860a-b078bd1f0430 HTTP/1.1" 200 115 0.015340 10.0.0.130 - - [2025-08-11 02:09:34] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.130 - - [2025-08-11 02:09:34] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.027260 10.0.0.130 - - [2025-08-11 02:09:34] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001569 10.0.0.130 - - [2025-08-11 02:09:34] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?fields=virtual_networks HTTP/1.1" 200 1037 0.067616 10.0.0.130 - - [2025-08-11 02:09:34] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001201 10.0.0.130 - - [2025-08-11 02:09:34] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.023351 10.0.0.130 - - [2025-08-11 02:09:34] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.130 - - [2025-08-11 02:09:34] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?fields=security_groups HTTP/1.1" 200 1265 0.023335 10.0.0.130 - - [2025-08-11 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.022331 10.0.0.130 - - [2025-08-11 02:09:35] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002256 10.0.0.130 - - [2025-08-11 02:09:35] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001544 10.0.0.130 - - [2025-08-11 02:09:35] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007528 10.0.0.130 - - [2025-08-11 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.002259 10.0.0.130 - - [2025-08-11 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.003981 10.0.0.130 - - [2025-08-11 02:09:36] "POST /security-groups HTTP/1.1" 200 591 0.067528 10.0.0.130 - - [2025-08-11 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.002395 10.0.0.130 - - [2025-08-11 02:09:36] "POST /projects HTTP/1.1" 200 585 0.218932 10.0.0.130 - - [2025-08-11 02:09:36] "POST /access-control-lists HTTP/1.1" 200 598 0.055229 10.0.0.130 - - [2025-08-11 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.292875 10.0.0.130 - - [2025-08-11 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.002631 10.0.0.130 - - [2025-08-11 02:09:36] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.410372 10.0.0.130 - - [2025-08-11 02:09:36] "POST /access-control-lists HTTP/1.1" 200 596 0.060002 10.0.0.130 - - [2025-08-11 02:09:37] "GET / HTTP/1.1" 200 36215 0.001975 10.0.0.130 - - [2025-08-11 02:09:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000650 10.0.0.130 - - [2025-08-11 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.052598 10.0.0.130 - - [2025-08-11 02:09:38] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.130 - - [2025-08-11 02:09:38] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023081 10.0.0.130 - - [2025-08-11 02:09:38] "POST /neutron/network HTTP/1.1" 200 117 0.029437 10.0.0.130 - - [2025-08-11 02:09:38] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001449 10.0.0.130 - - [2025-08-11 02:09:38] "POST /neutron/network HTTP/1.1" 200 625 0.063425 10.0.0.130 - - [2025-08-11 02:09:38] "POST /route-targets HTTP/1.1" 200 328 0.010234 10.0.0.130 - - [2025-08-11 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.010263 10.0.0.130 - - [2025-08-11 02:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003672 10.0.0.130 - - [2025-08-11 02:09:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.130830 10.0.0.130 - - [2025-08-11 02:09:38] "POST /neutron/network HTTP/1.1" 200 839 0.005307 10.0.0.130 - - [2025-08-11 02:09:38] "POST /id-to-fqname HTTP/1.1" 200 230 0.001133 10.0.0.130 - - [2025-08-11 02:09:38] "GET /virtual-network/3fb601d1-9a73-489a-a2be-497181071c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004327 10.0.0.130 - - [2025-08-11 02:09:38] "POST /neutron/network HTTP/1.1" 200 839 0.005247 10.0.0.130 - - [2025-08-11 02:09:38] "GET /virtual-network/3fb601d1-9a73-489a-a2be-497181071c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006316 10.0.0.130 - - [2025-08-11 02:09:38] "POST /neutron/network HTTP/1.1" 200 839 0.005102 10.0.0.130 - - [2025-08-11 02:09:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.006143 10.0.0.130 - - [2025-08-11 02:09:38] "POST /neutron/network HTTP/1.1" 200 839 0.005022 10.0.0.130 - - [2025-08-11 02:09:38] "POST /id-to-fqname HTTP/1.1" 200 230 0.001045 10.0.0.130 - - [2025-08-11 02:09:38] "POST /neutron/network HTTP/1.1" 200 849 0.005158 10.0.0.130 - - [2025-08-11 02:09:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2025-08-11 02:09:39] "GET / HTTP/1.1" 200 36215 0.002798 10.0.0.130 - - [2025-08-11 02:09:39] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000374 10.0.0.130 - - [2025-08-11 02:09:39] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001406 10.0.0.130 - - [2025-08-11 02:09:39] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047740 10.0.0.130 - - [2025-08-11 02:09:39] "POST /neutron/network HTTP/1.1" 200 839 0.005043 10.0.0.130 - - [2025-08-11 02:09:39] "POST /neutron/port HTTP/1.1" 200 117 0.004576 10.0.0.130 - - [2025-08-11 02:09:39] "POST /neutron/port HTTP/1.1" 200 117 0.004427 10.0.0.130 - - [2025-08-11 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.130 - - [2025-08-11 02:09:39] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003144 10.0.0.130 - - [2025-08-11 02:09:39] "PUT /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8 HTTP/1.1" 200 277 0.008146 10.0.0.130 - - [2025-08-11 02:09:39] "POST /neutron/port HTTP/1.1" 200 117 0.009055 10.0.0.130 - - [2025-08-11 02:09:40] "POST /neutron/network HTTP/1.1" 200 849 0.005846 10.0.0.130 - - [2025-08-11 02:09:40] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001706 10.0.0.130 - - [2025-08-11 02:09:40] "POST /neutron/port HTTP/1.1" 200 1055 0.189662 10.0.0.130 - - [2025-08-11 02:09:40] "POST /neutron/port HTTP/1.1" 200 1055 0.008330 10.0.0.130 - - [2025-08-11 02:09:40] "POST /neutron/port HTTP/1.1" 200 1055 0.011712 10.0.0.130 - - [2025-08-11 02:09:40] "POST /neutron/port HTTP/1.1" 200 1109 0.062989 10.0.0.130 - - [2025-08-11 02:09:40] "POST /neutron/port HTTP/1.1" 200 1083 0.009910 10.0.0.130 - - [2025-08-11 02:09:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003357 10.0.0.130 - - [2025-08-11 02:09:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.007740 10.0.0.130 - - [2025-08-11 02:09:40] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.130 - - [2025-08-11 02:09:40] "POST /neutron/network HTTP/1.1" 200 839 0.005124 10.0.0.130 - - [2025-08-11 02:09:44] "POST /neutron/port HTTP/1.1" 200 1083 0.010262 10.0.0.130 - - [2025-08-11 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006039 10.0.0.130 - - [2025-08-11 02:09:45] "POST /neutron/port HTTP/1.1" 200 1083 0.010533 10.0.0.130 - - [2025-08-11 02:09:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005772 10.0.0.130 - - [2025-08-11 02:09:45] "POST /neutron/port HTTP/1.1" 200 1083 0.010048 10.0.0.130 - - [2025-08-11 02:09:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005109 10.0.0.130 - - [2025-08-11 02:09:45] "GET /virtual-machine/8aa2af94-7774-4f91-8fce-76f2f318ff2a HTTP/1.1" 401 293 0.000398 10.0.0.130 - - [2025-08-11 02:09:45] "GET /virtual-machine/8aa2af94-7774-4f91-8fce-76f2f318ff2a HTTP/1.1" 200 1294 0.025879 10.0.0.130 - - [2025-08-11 02:09:45] "GET /virtual-machine-interface/f801cec0-793d-4362-9fe5-91783a0c7f3c HTTP/1.1" 200 2979 0.004534 10.0.0.130 - - [2025-08-11 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.130 - - [2025-08-11 02:09:45] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.002934 10.0.0.130 - - [2025-08-11 02:09:45] "GET /virtual-networks?parent_id=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002638 10.0.0.130 - - [2025-08-11 02:09:45] "GET /virtual-network/3fb601d1-9a73-489a-a2be-497181071c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004982 10.0.0.130 - - [2025-08-11 02:09:48] "POST /neutron/port HTTP/1.1" 200 1083 0.010442 10.0.0.130 - - [2025-08-11 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005141 10.0.0.130 - - [2025-08-11 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.130 - - [2025-08-11 02:09:48] "GET /virtual-network/3fb601d1-9a73-489a-a2be-497181071c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005083 10.0.0.130 - - [2025-08-11 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.130 - - [2025-08-11 02:09:50] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.004154 10.0.0.130 - - [2025-08-11 02:09:50] "GET /virtual-networks?parent_id=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002806 10.0.0.130 - - [2025-08-11 02:09:51] "GET /virtual-network/3fb601d1-9a73-489a-a2be-497181071c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005008 10.0.0.130 - - [2025-08-11 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.130 - - [2025-08-11 02:09:52] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.003319 10.0.0.130 - - [2025-08-11 02:09:53] "PUT /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8 HTTP/1.1" 200 277 0.009088 10.0.0.130 - - [2025-08-11 02:09:53] "POST /neutron/network HTTP/1.1" 200 839 0.005198 10.0.0.130 - - [2025-08-11 02:09:53] "POST /neutron/network HTTP/1.1" 400 204 0.009573 10.0.0.130 - - [2025-08-11 02:09:53] "POST /neutron/port HTTP/1.1" 200 1083 0.009624 10.0.0.130 - - [2025-08-11 02:09:53] "POST /neutron/port HTTP/1.1" 200 1109 0.007581 10.0.0.130 - - [2025-08-11 02:09:53] "POST /neutron/port HTTP/1.1" 200 151 0.085185 10.0.0.130 - - [2025-08-11 02:09:55] "POST /neutron/network HTTP/1.1" 200 839 0.005250 10.0.0.130 - - [2025-08-11 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.130 - - [2025-08-11 02:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002088 10.0.0.130 - - [2025-08-11 02:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002509 10.0.0.130 - - [2025-08-11 02:09:55] "POST /neutron/network HTTP/1.1" 200 151 0.068217 10.0.0.130 - - [2025-08-11 02:09:55] "DELETE /route-target/b32162e5-8b1b-4ea0-8ea0-bee0c72100e5 HTTP/1.1" 200 115 0.011850 10.0.0.130 - - [2025-08-11 02:09:55] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002660 10.0.0.130 - - [2025-08-11 02:09:55] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8 HTTP/1.1" 200 1830 0.003014 10.0.0.130 - - [2025-08-11 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001991 10.0.0.130 - - [2025-08-11 02:09:55] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.130 - - [2025-08-11 02:09:55] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022795 10.0.0.130 - - [2025-08-11 02:09:55] "POST /neutron/network HTTP/1.1" 200 117 0.007317 10.0.0.130 - - [2025-08-11 02:09:55] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.130 - - [2025-08-11 02:09:55] "POST /neutron/network HTTP/1.1" 200 605 0.052788 10.0.0.130 - - [2025-08-11 02:09:55] "POST /route-targets HTTP/1.1" 200 328 0.010307 10.0.0.130 - - [2025-08-11 02:09:56] "POST /ref-update HTTP/1.1" 200 156 0.011698 10.0.0.130 - - [2025-08-11 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003751 10.0.0.130 - - [2025-08-11 02:09:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.161180 10.0.0.130 - - [2025-08-11 02:09:56] "POST /neutron/network HTTP/1.1" 200 823 0.005591 10.0.0.130 - - [2025-08-11 02:09:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001160 10.0.0.130 - - [2025-08-11 02:09:56] "GET /virtual-network/626c0418-cea1-4a7a-b3cc-e116c9de1bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004685 10.0.0.130 - - [2025-08-11 02:09:56] "POST /neutron/network HTTP/1.1" 200 823 0.005146 10.0.0.130 - - [2025-08-11 02:09:56] "GET /virtual-network/626c0418-cea1-4a7a-b3cc-e116c9de1bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004231 10.0.0.130 - - [2025-08-11 02:09:56] "POST /neutron/network HTTP/1.1" 200 823 0.005316 10.0.0.130 - - [2025-08-11 02:09:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.005912 10.0.0.130 - - [2025-08-11 02:09:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001040 10.0.0.130 - - [2025-08-11 02:09:56] "POST /neutron/network HTTP/1.1" 200 833 0.005097 10.0.0.130 - - [2025-08-11 02:09:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000398 10.0.0.130 - - [2025-08-11 02:09:56] "GET / HTTP/1.1" 200 36215 0.002999 10.0.0.130 - - [2025-08-11 02:09:56] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000652 10.0.0.130 - - [2025-08-11 02:09:57] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.130 - - [2025-08-11 02:09:57] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048724 10.0.0.130 - - [2025-08-11 02:09:57] "POST /neutron/network HTTP/1.1" 200 823 0.007145 10.0.0.130 - - [2025-08-11 02:09:57] "POST /neutron/port HTTP/1.1" 200 117 0.004455 10.0.0.130 - - [2025-08-11 02:09:57] "POST /neutron/port HTTP/1.1" 200 117 0.004600 10.0.0.130 - - [2025-08-11 02:09:57] "POST /neutron/port HTTP/1.1" 200 117 0.005043 10.0.0.130 - - [2025-08-11 02:09:57] "POST /neutron/network HTTP/1.1" 200 833 0.005834 10.0.0.130 - - [2025-08-11 02:09:57] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001147 10.0.0.130 - - [2025-08-11 02:09:57] "POST /neutron/port HTTP/1.1" 200 1059 0.211731 10.0.0.130 - - [2025-08-11 02:09:57] "POST /neutron/port HTTP/1.1" 200 1059 0.012041 10.0.0.130 - - [2025-08-11 02:09:57] "POST /neutron/port HTTP/1.1" 200 1059 0.009231 10.0.0.130 - - [2025-08-11 02:09:58] "POST /neutron/port HTTP/1.1" 200 1113 0.080920 10.0.0.130 - - [2025-08-11 02:09:58] "POST /neutron/port HTTP/1.1" 200 1087 0.009760 10.0.0.130 - - [2025-08-11 02:09:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003112 10.0.0.130 - - [2025-08-11 02:09:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.006696 10.0.0.130 - - [2025-08-11 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.130 - - [2025-08-11 02:09:58] "POST /neutron/network HTTP/1.1" 200 823 0.005014 10.0.0.130 - - [2025-08-11 02:10:02] "POST /neutron/port HTTP/1.1" 200 1087 0.010278 10.0.0.130 - - [2025-08-11 02:10:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006475 10.0.0.130 - - [2025-08-11 02:10:02] "POST /neutron/port HTTP/1.1" 200 1087 0.011274 10.0.0.130 - - [2025-08-11 02:10:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005771 10.0.0.130 - - [2025-08-11 02:10:02] "POST /neutron/port HTTP/1.1" 200 1087 0.009802 10.0.0.130 - - [2025-08-11 02:10:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004790 10.0.0.130 - - [2025-08-11 02:10:02] "GET /virtual-machine/fd4e5783-e3c8-41bc-adc1-2600694cbe63 HTTP/1.1" 200 1295 0.003943 10.0.0.130 - - [2025-08-11 02:10:02] "GET /virtual-machine-interface/fcc653ff-96a9-4026-bc94-5fb227a7a7f6 HTTP/1.1" 200 2949 0.007094 10.0.0.130 - - [2025-08-11 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.130 - - [2025-08-11 02:10:02] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002515 10.0.0.130 - - [2025-08-11 02:10:02] "GET /virtual-networks?parent_id=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003078 10.0.0.130 - - [2025-08-11 02:10:02] "GET /virtual-network/626c0418-cea1-4a7a-b3cc-e116c9de1bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005056 10.0.0.130 - - [2025-08-11 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.130 - - [2025-08-11 02:10:05] "GET /virtual-network/626c0418-cea1-4a7a-b3cc-e116c9de1bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004447 10.0.0.130 - - [2025-08-11 02:10:06] "POST /neutron/port HTTP/1.1" 200 1087 0.011696 10.0.0.130 - - [2025-08-11 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005385 10.0.0.130 - - [2025-08-11 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.130 - - [2025-08-11 02:10:07] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002610 10.0.0.130 - - [2025-08-11 02:10:08] "GET /virtual-networks?parent_id=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002594 10.0.0.130 - - [2025-08-11 02:10:08] "GET /virtual-network/626c0418-cea1-4a7a-b3cc-e116c9de1bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006515 10.0.0.130 - - [2025-08-11 02:10:08] "POST /neutron/port HTTP/1.1" 200 1087 0.009698 10.0.0.130 - - [2025-08-11 02:10:08] "POST /neutron/port HTTP/1.1" 200 1087 0.008830 10.0.0.130 - - [2025-08-11 02:10:08] "POST /neutron/network HTTP/1.1" 200 833 0.004321 10.0.0.130 - - [2025-08-11 02:10:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002474 10.0.0.130 - - [2025-08-11 02:10:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.005912 10.0.0.130 - - [2025-08-11 02:10:08] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.130 - - [2025-08-11 02:10:08] "POST /neutron/network HTTP/1.1" 200 823 0.006567 10.0.0.130 - - [2025-08-11 02:10:09] "POST /neutron/network HTTP/1.1" 200 823 0.005843 10.0.0.130 - - [2025-08-11 02:10:09] "POST /neutron/network HTTP/1.1" 400 204 0.009373 10.0.0.130 - - [2025-08-11 02:10:10] "POST /neutron/port HTTP/1.1" 200 1087 0.009920 10.0.0.130 - - [2025-08-11 02:10:10] "POST /neutron/port HTTP/1.1" 200 1113 0.007907 10.0.0.130 - - [2025-08-11 02:10:10] "POST /neutron/port HTTP/1.1" 200 151 0.083979 10.0.0.130 - - [2025-08-11 02:10:11] "POST /neutron/network HTTP/1.1" 200 823 0.005118 10.0.0.130 - - [2025-08-11 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.130 - - [2025-08-11 02:10:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001816 10.0.0.130 - - [2025-08-11 02:10:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001560 10.0.0.130 - - [2025-08-11 02:10:12] "POST /neutron/network HTTP/1.1" 200 151 0.072365 10.0.0.130 - - [2025-08-11 02:10:12] "DELETE /route-target/5fa98292-d912-476a-976a-2724839856f0 HTTP/1.1" 200 115 0.020694 10.0.0.130 - - [2025-08-11 02:10:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002660 10.0.0.130 - - [2025-08-11 02:10:12] "POST /network-ipams HTTP/1.1" 200 543 0.013882 10.0.0.130 - - [2025-08-11 02:10:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.002714 10.0.0.130 - - [2025-08-11 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.130 - - [2025-08-11 02:10:12] "GET /network-ipam/6f1a36f7-2c99-4605-8b0e-f1c23045e1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.004914 10.0.0.130 - - [2025-08-11 02:10:12] "PUT /network-ipam/6f1a36f7-2c99-4605-8b0e-f1c23045e1c5 HTTP/1.1" 200 259 0.008039 10.0.0.130 - - [2025-08-11 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002379 10.0.0.130 - - [2025-08-11 02:10:12] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.130 - - [2025-08-11 02:10:12] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024165 10.0.0.130 - - [2025-08-11 02:10:12] "POST /neutron/network HTTP/1.1" 200 117 0.006428 10.0.0.130 - - [2025-08-11 02:10:13] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/network HTTP/1.1" 200 605 0.060910 10.0.0.130 - - [2025-08-11 02:10:13] "POST /route-targets HTTP/1.1" 200 328 0.008871 10.0.0.130 - - [2025-08-11 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.012730 10.0.0.130 - - [2025-08-11 02:10:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002816 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.199710 10.0.0.130 - - [2025-08-11 02:10:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008507 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.127944 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/network HTTP/1.1" 200 994 0.007655 10.0.0.130 - - [2025-08-11 02:10:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001158 10.0.0.130 - - [2025-08-11 02:10:13] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004466 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/network HTTP/1.1" 200 994 0.006388 10.0.0.130 - - [2025-08-11 02:10:13] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004362 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/network HTTP/1.1" 200 994 0.006010 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.005760 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.005413 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/network HTTP/1.1" 200 994 0.005540 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.005882 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.005658 10.0.0.130 - - [2025-08-11 02:10:13] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.130 - - [2025-08-11 02:10:13] "POST /neutron/port HTTP/1.1" 200 1017 0.154233 10.0.0.130 - - [2025-08-11 02:10:13] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.186361 10.0.0.130 - - [2025-08-11 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.004561 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007158 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007785 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/network HTTP/1.1" 200 994 0.006941 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007320 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.004689 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007574 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.004395 10.0.0.130 - - [2025-08-11 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001243 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.004841 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007042 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007067 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/network HTTP/1.1" 200 994 0.005908 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006153 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007752 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.008261 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006706 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.003639 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/network HTTP/1.1" 200 1004 0.005862 10.0.0.130 - - [2025-08-11 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.003711 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.010417 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.008314 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1109 0.072490 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1083 0.011425 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006097 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/port HTTP/1.1" 200 1083 0.010577 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002939 10.0.0.130 - - [2025-08-11 02:10:14] "POST /neutron/subnet HTTP/1.1" 200 673 0.009333 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/network HTTP/1.1" 200 1004 0.008593 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/network HTTP/1.1" 200 994 0.008248 10.0.0.130 - - [2025-08-11 02:10:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007247 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/network HTTP/1.1" 200 1004 0.005728 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/port HTTP/1.1" 200 1017 0.006147 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007323 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/port HTTP/1.1" 200 1109 0.081500 10.0.0.130 - - [2025-08-11 02:10:15] "GET / HTTP/1.1" 200 36215 0.001477 10.0.0.130 - - [2025-08-11 02:10:15] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000397 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/port HTTP/1.1" 200 1083 0.017996 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003216 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/subnet HTTP/1.1" 200 673 0.008075 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/network HTTP/1.1" 200 994 0.010660 10.0.0.130 - - [2025-08-11 02:10:15] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001064 10.0.0.130 - - [2025-08-11 02:10:15] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059128 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/network HTTP/1.1" 200 994 0.007493 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/port HTTP/1.1" 200 2050 0.019248 10.0.0.130 - - [2025-08-11 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007064 10.0.0.130 - - [2025-08-11 02:10:16] "POST /neutron/port HTTP/1.1" 200 117 0.004685 10.0.0.130 - - [2025-08-11 02:10:16] "GET /domains HTTP/1.1" 200 281 0.002114 10.0.0.130 - - [2025-08-11 02:10:16] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.130 - - [2025-08-11 02:10:16] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2771 0.008122 10.0.0.130 - - [2025-08-11 02:10:16] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.130 - - [2025-08-11 02:10:16] "GET /project/99718610-46c8-47cb-9857-0077de44c376 HTTP/1.1" 200 2852 0.083852 10.0.0.130 - - [2025-08-11 02:10:16] "GET /network-ipam/6f1a36f7-2c99-4605-8b0e-f1c23045e1c5 HTTP/1.1" 200 2604 0.004542 10.0.0.130 - - [2025-08-11 02:10:16] "GET /domains HTTP/1.1" 200 281 0.003312 10.0.0.130 - - [2025-08-11 02:10:16] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.130 - - [2025-08-11 02:10:16] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2771 0.008494 10.0.0.130 - - [2025-08-11 02:10:16] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.130 - - [2025-08-11 02:10:16] "GET /project/99718610-46c8-47cb-9857-0077de44c376 HTTP/1.1" 200 2852 0.095585 10.0.0.130 - - [2025-08-11 02:10:16] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0 HTTP/1.1" 200 3789 0.005449 10.0.0.130 - - [2025-08-11 02:10:16] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0 HTTP/1.1" 200 3789 0.011080 10.0.0.130 - - [2025-08-11 02:10:16] "GET /routing-instance/949ddf71-8adf-49d4-8dfb-e09290333495 HTTP/1.1" 200 2386 0.004431 10.0.0.130 - - [2025-08-11 02:10:16] "GET /routing-instance/949ddf71-8adf-49d4-8dfb-e09290333495 HTTP/1.1" 200 2386 0.002819 10.0.0.130 - - [2025-08-11 02:10:16] "GET /route-target/c9facb56-7d13-4571-a939-789dce05893d HTTP/1.1" 200 1207 0.002934 10.0.0.130 - - [2025-08-11 02:10:16] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0 HTTP/1.1" 200 3789 0.004026 10.0.0.130 - - [2025-08-11 02:10:16] "GET /routing-instance/949ddf71-8adf-49d4-8dfb-e09290333495 HTTP/1.1" 200 2386 0.002713 10.0.0.130 - - [2025-08-11 02:10:16] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004089 10.0.0.130 - - [2025-08-11 02:10:16] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0 HTTP/1.1" 200 3789 0.005213 10.0.0.130 - - [2025-08-11 02:10:16] "GET /routing-instance/949ddf71-8adf-49d4-8dfb-e09290333495 HTTP/1.1" 200 2386 0.003714 10.0.0.130 - - [2025-08-11 02:10:16] "GET /routing-instance/949ddf71-8adf-49d4-8dfb-e09290333495 HTTP/1.1" 200 2386 0.003163 10.0.0.130 - - [2025-08-11 02:10:16] "GET /route-target/c9facb56-7d13-4571-a939-789dce05893d HTTP/1.1" 200 1207 0.002829 10.0.0.130 - - [2025-08-11 02:10:16] "GET /domains HTTP/1.1" 200 281 0.005275 10.0.0.130 - - [2025-08-11 02:10:16] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.130 - - [2025-08-11 02:10:16] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2771 0.006480 10.0.0.130 - - [2025-08-11 02:10:16] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.130 - - [2025-08-11 02:10:16] "POST /neutron/network HTTP/1.1" 200 1004 0.011154 10.0.0.130 - - [2025-08-11 02:10:16] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.130 - - [2025-08-11 02:10:16] "GET /project/99718610-46c8-47cb-9857-0077de44c376 HTTP/1.1" 200 2852 0.116483 10.0.0.130 - - [2025-08-11 02:10:16] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0 HTTP/1.1" 200 3789 0.011231 10.0.0.130 - - [2025-08-11 02:10:16] "POST /neutron/port HTTP/1.1" 200 1055 0.301817 10.0.0.130 - - [2025-08-11 02:10:16] "POST /neutron/port HTTP/1.1" 200 1055 0.009164 10.0.0.130 - - [2025-08-11 02:10:16] "POST /neutron/port HTTP/1.1" 200 1055 0.009557 10.0.0.130 - - [2025-08-11 02:10:16] "POST /neutron/port HTTP/1.1" 200 1109 0.089447 10.0.0.130 - - [2025-08-11 02:10:16] "POST /neutron/port HTTP/1.1" 200 1083 0.014330 10.0.0.130 - - [2025-08-11 02:10:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005150 10.0.0.130 - - [2025-08-11 02:10:16] "GET /obj-perms HTTP/1.1" 200 5049 0.065499 10.0.0.130 - - [2025-08-11 02:10:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.012310 10.0.0.130 - - [2025-08-11 02:10:17] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.130 - - [2025-08-11 02:10:17] "POST /neutron/network HTTP/1.1" 200 994 0.006432 10.0.0.130 - - [2025-08-11 02:10:17] "POST /neutron/port HTTP/1.1" 200 1083 0.013678 10.0.0.130 - - [2025-08-11 02:10:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005300 10.0.0.130 - - [2025-08-11 02:10:17] "POST /neutron/port HTTP/1.1" 200 1083 0.010744 10.0.0.130 - - [2025-08-11 02:10:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007283 10.0.0.130 - - [2025-08-11 02:10:17] "POST /neutron/port HTTP/1.1" 200 1083 0.012410 10.0.0.130 - - [2025-08-11 02:10:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005177 10.0.0.130 - - [2025-08-11 02:10:17] "GET /virtual-machine/5f57c008-8e34-46d3-8106-bccb2d5cd576 HTTP/1.1" 200 1289 0.004289 10.0.0.130 - - [2025-08-11 02:10:17] "GET /virtual-machine-interface/22014251-22c3-4bff-ba72-2386bc49cd94 HTTP/1.1" 200 2948 0.004286 10.0.0.130 - - [2025-08-11 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.130 - - [2025-08-11 02:10:17] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004365 10.0.0.130 - - [2025-08-11 02:10:17] "GET /virtual-networks?parent_id=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002988 10.0.0.130 - - [2025-08-11 02:10:17] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005444 10.0.0.130 - - [2025-08-11 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.130 - - [2025-08-11 02:10:20] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004664 10.0.0.130 - - [2025-08-11 02:10:23] "POST /neutron/port HTTP/1.1" 200 1083 0.011117 10.0.0.130 - - [2025-08-11 02:10:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004667 10.0.0.130 - - [2025-08-11 02:10:23] "POST /neutron/port HTTP/1.1" 200 1083 0.010347 10.0.0.130 - - [2025-08-11 02:10:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005436 10.0.0.130 - - [2025-08-11 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.130 - - [2025-08-11 02:10:24] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004338 10.0.0.130 - - [2025-08-11 02:10:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014304 10.0.0.130 - - [2025-08-11 02:10:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005028 10.0.0.130 - - [2025-08-11 02:10:26] "DELETE /project/9971861046c847cb98570077de44c376 HTTP/1.1" 404 173 0.006830 10.0.0.130 - - [2025-08-11 02:10:26] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001271 10.0.0.130 - - [2025-08-11 02:10:26] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.034075 10.0.0.130 - - [2025-08-11 02:10:26] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001415 10.0.0.130 - - [2025-08-11 02:10:26] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?fields=security_groups HTTP/1.1" 200 1367 0.030317 10.0.0.130 - - [2025-08-11 02:10:26] "DELETE /security-group/bc43b65c-2cb1-4405-930c-c251069e4762 HTTP/1.1" 200 115 0.036219 10.0.0.130 - - [2025-08-11 02:10:26] "GET /projects?obj_uuids=ecd0951e-281a-4879-a378-4d3009110775&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.130 - - [2025-08-11 02:10:26] "DELETE /access-control-list/b6bde4bf-85c3-4100-8b04-1864cd8f1bda HTTP/1.1" 200 115 0.029619 10.0.0.130 - - [2025-08-11 02:10:26] "GET /project/ecd0951e-281a-4879-a378-4d3009110775?fields=application_policy_sets HTTP/1.1" 200 1406 0.035001 10.0.0.130 - - [2025-08-11 02:10:26] "DELETE /access-control-list/17fdead8-f1da-4c52-9f8f-f10132b04f9b HTTP/1.1" 200 115 0.026538 10.0.0.130 - - [2025-08-11 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005588 10.0.0.130 - - [2025-08-11 02:10:26] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002729 10.0.0.130 - - [2025-08-11 02:10:26] "DELETE /project/ecd0951e-281a-4879-a378-4d3009110775 HTTP/1.1" 200 115 0.309456 10.0.0.130 - - [2025-08-11 02:10:26] "GET /virtual-networks?parent_id=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002914 10.0.0.130 - - [2025-08-11 02:10:26] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005846 10.0.0.130 - - [2025-08-11 02:10:27] "POST /neutron/port HTTP/1.1" 200 1083 0.009862 10.0.0.130 - - [2025-08-11 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005345 10.0.0.130 - - [2025-08-11 02:10:27] "POST /neutron/port HTTP/1.1" 200 1083 0.011041 10.0.0.130 - - [2025-08-11 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005023 10.0.0.130 - - [2025-08-11 02:10:27] "POST /neutron/port HTTP/1.1" 200 1083 0.011111 10.0.0.130 - - [2025-08-11 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004882 10.0.0.130 - - [2025-08-11 02:10:27] "GET /virtual-machine/760d4434-6619-4f6b-b4b9-d3cc930e2cc2 HTTP/1.1" 200 1290 0.003722 10.0.0.130 - - [2025-08-11 02:10:27] "GET /virtual-machine-interface/9ad20a35-c75e-42e7-9ca8-b797f1905d03 HTTP/1.1" 200 2949 0.004670 10.0.0.130 - - [2025-08-11 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.130 - - [2025-08-11 02:10:27] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002784 10.0.0.130 - - [2025-08-11 02:10:27] "GET /virtual-networks?parent_id=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002799 10.0.0.130 - - [2025-08-11 02:10:27] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005111 10.0.0.130 - - [2025-08-11 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.130 - - [2025-08-11 02:10:28] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003471 10.0.0.130 - - [2025-08-11 02:10:28] "GET /virtual-networks?parent_id=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003110 10.0.0.130 - - [2025-08-11 02:10:28] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005664 10.0.0.130 - - [2025-08-11 02:10:28] "POST /neutron/port HTTP/1.1" 200 1083 0.017443 10.0.0.130 - - [2025-08-11 02:10:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010668 10.0.0.130 - - [2025-08-11 02:10:28] "POST /neutron/port HTTP/1.1" 200 1083 0.022462 10.0.0.130 - - [2025-08-11 02:10:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006005 10.0.0.130 - - [2025-08-11 02:10:29] "POST /neutron/port HTTP/1.1" 200 1083 0.012069 10.0.0.130 - - [2025-08-11 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006233 10.0.0.130 - - [2025-08-11 02:10:29] "GET /virtual-machine/64735626-2415-4fbd-84b7-2a2756a01b72 HTTP/1.1" 200 1293 0.004375 10.0.0.130 - - [2025-08-11 02:10:29] "GET /virtual-machine-interface/3540b999-b999-4e3d-9c26-0c8c79d14f3e HTTP/1.1" 200 2948 0.004719 10.0.0.130 - - [2025-08-11 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.130 - - [2025-08-11 02:10:29] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002828 10.0.0.130 - - [2025-08-11 02:10:29] "GET /virtual-networks?parent_id=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003275 10.0.0.130 - - [2025-08-11 02:10:29] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005027 10.0.0.130 - - [2025-08-11 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.130 - - [2025-08-11 02:10:30] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003139 10.0.0.130 - - [2025-08-11 02:10:30] "GET /virtual-networks?parent_id=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002871 10.0.0.130 - - [2025-08-11 02:10:30] "GET /virtual-network/c16f806a-c435-461c-995d-311543d243d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005099 10.0.0.130 - - [2025-08-11 02:10:33] "GET /obj-perms HTTP/1.1" 200 5075 0.055058 10.0.0.130 - - [2025-08-11 02:10:34] "GET /obj-perms HTTP/1.1" 200 5075 0.042870 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/port HTTP/1.1" 200 1109 0.014420 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/port HTTP/1.1" 200 1109 0.008466 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/port HTTP/1.1" 200 151 0.095744 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/port HTTP/1.1" 200 1109 0.011958 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/port HTTP/1.1" 200 1109 0.014111 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/port HTTP/1.1" 200 151 0.128749 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/network HTTP/1.1" 200 994 0.007225 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/network HTTP/1.1" 400 204 0.013777 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/port HTTP/1.1" 200 1083 0.015956 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/port HTTP/1.1" 200 1109 0.008191 10.0.0.130 - - [2025-08-11 02:10:46] "POST /neutron/port HTTP/1.1" 200 151 0.110631 10.0.0.130 - - [2025-08-11 02:10:48] "POST /neutron/network HTTP/1.1" 200 994 0.008379 10.0.0.130 - - [2025-08-11 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.130 - - [2025-08-11 02:10:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001753 10.0.0.130 - - [2025-08-11 02:10:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002876 10.0.0.130 - - [2025-08-11 02:10:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001971 10.0.0.130 - - [2025-08-11 02:10:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001875 10.0.0.130 - - [2025-08-11 02:10:48] "POST /neutron/network HTTP/1.1" 200 151 0.103596 10.0.0.130 - - [2025-08-11 02:10:48] "DELETE /route-target/c9facb56-7d13-4571-a939-789dce05893d HTTP/1.1" 200 115 0.025504 10.0.0.130 - - [2025-08-11 02:10:48] "GET /routing-instance/949ddf71-8adf-49d4-8dfb-e09290333495 HTTP/1.1" 404 171 0.004485 10.0.0.130 - - [2025-08-11 02:10:48] "GET /domains HTTP/1.1" 200 281 0.002110 10.0.0.130 - - [2025-08-11 02:10:48] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.130 - - [2025-08-11 02:10:48] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 2583 0.048593 10.0.0.130 - - [2025-08-11 02:10:48] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.130 - - [2025-08-11 02:10:48] "GET /project/99718610-46c8-47cb-9857-0077de44c376 HTTP/1.1" 200 2092 0.072231 10.0.0.130 - - [2025-08-11 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.130 - - [2025-08-11 02:10:48] "DELETE /network-ipam/6f1a36f7-2c99-4605-8b0e-f1c23045e1c5 HTTP/1.1" 200 115 0.022545 10.0.0.130 - - [2025-08-11 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.002031 10.0.0.130 - - [2025-08-11 02:10:49] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.130 - - [2025-08-11 02:10:49] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024856 10.0.0.130 - - [2025-08-11 02:10:49] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001311 10.0.0.130 - - [2025-08-11 02:10:49] "GET /project/99718610-46c8-47cb-9857-0077de44c376?fields=virtual_networks HTTP/1.1" 200 1035 0.065777 10.0.0.130 - - [2025-08-11 02:10:49] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.130 - - [2025-08-11 02:10:49] "GET /project/99718610-46c8-47cb-9857-0077de44c376?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.025498 10.0.0.130 - - [2025-08-11 02:10:49] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001046 10.0.0.130 - - [2025-08-11 02:10:49] "GET /project/99718610-46c8-47cb-9857-0077de44c376?fields=security_groups HTTP/1.1" 200 1262 0.026633 10.0.0.130 - - [2025-08-11 02:10:51] "POST /neutron/port HTTP/1.1" 200 117 0.005207 10.0.0.130 - - [2025-08-11 02:10:51] "POST /neutron/port HTTP/1.1" 400 205 0.003297 10.0.0.130 - - [2025-08-11 02:10:51] "POST /neutron/port HTTP/1.1" 200 117 0.004663 10.0.0.130 - - [2025-08-11 02:10:51] "POST /neutron/port HTTP/1.1" 400 205 0.003019 10.0.0.130 - - [2025-08-11 02:10:56] "GET / HTTP/1.1" 200 36215 0.002203 10.0.0.130 - - [2025-08-11 02:10:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000708 10.0.0.130 - - [2025-08-11 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.040041 10.0.0.130 - - [2025-08-11 02:10:57] "GET /projects?obj_uuids=07ea03a9-eed7-4b70-9c80-1f21ebd69fa8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002370 10.0.0.130 - - [2025-08-11 02:10:57] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.130 - - [2025-08-11 02:10:57] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006736 10.0.0.130 - - [2025-08-11 02:10:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.001601 10.0.0.130 - - [2025-08-11 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.003503 10.0.0.130 - - [2025-08-11 02:10:57] "POST /security-groups HTTP/1.1" 200 586 0.059610 10.0.0.130 - - [2025-08-11 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.003455 10.0.0.130 - - [2025-08-11 02:10:58] "POST /projects HTTP/1.1" 200 575 0.213931 10.0.0.130 - - [2025-08-11 02:10:58] "POST /access-control-lists HTTP/1.1" 200 593 0.062195 10.0.0.130 - - [2025-08-11 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.288503 10.0.0.130 - - [2025-08-11 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.002904 10.0.0.130 - - [2025-08-11 02:10:58] "GET /project/07ea03a9-eed7-4b70-9c80-1f21ebd69fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.406822 10.0.0.130 - - [2025-08-11 02:10:58] "POST /access-control-lists HTTP/1.1" 200 591 0.059936 10.0.0.130 - - [2025-08-11 02:10:59] "GET / HTTP/1.1" 200 36215 0.002606 10.0.0.130 - - [2025-08-11 02:11:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000458 10.0.0.130 - - [2025-08-11 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.026574 10.0.0.130 - - [2025-08-11 02:11:01] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005541 10.0.0.130 - - [2025-08-11 02:11:01] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004096 10.0.0.130 - - [2025-08-11 02:11:01] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003222 10.0.0.130 - - [2025-08-11 02:11:01] "PUT /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1 HTTP/1.1" 200 265 0.008310 10.0.0.130 - - [2025-08-11 02:11:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000721 10.0.0.130 - - [2025-08-11 02:11:02] "GET /aaa-mode HTTP/1.1" 200 128 0.024383 10.0.0.130 - - [2025-08-11 02:11:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.020105 10.0.0.130 - - [2025-08-11 02:11:02] "GET /projects?obj_uuids=b9097f83-b422-4893-b0de-7a40e27830a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002353 10.0.0.130 - - [2025-08-11 02:11:02] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.130 - - [2025-08-11 02:11:02] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006940 10.0.0.130 - - [2025-08-11 02:11:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.002330 10.0.0.130 - - [2025-08-11 02:11:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.002652 10.0.0.130 - - [2025-08-11 02:11:02] "POST /security-groups HTTP/1.1" 200 586 0.063502 10.0.0.130 - - [2025-08-11 02:11:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.002753 10.0.0.130 - - [2025-08-11 02:11:02] "POST /projects HTTP/1.1" 200 575 0.227161 10.0.0.130 - - [2025-08-11 02:11:02] "POST /access-control-lists HTTP/1.1" 200 593 0.058609 10.0.0.130 - - [2025-08-11 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.293021 10.0.0.130 - - [2025-08-11 02:11:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.003380 10.0.0.130 - - [2025-08-11 02:11:02] "GET /project/b9097f83-b422-4893-b0de-7a40e27830a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.409448 10.0.0.130 - - [2025-08-11 02:11:03] "POST /access-control-lists HTTP/1.1" 200 591 0.059370 10.0.0.130 - - [2025-08-11 02:11:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.021156 10.0.0.130 - - [2025-08-11 02:11:03] "GET /projects?obj_uuids=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002824 10.0.0.130 - - [2025-08-11 02:11:03] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001630 10.0.0.130 - - [2025-08-11 02:11:03] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010083 10.0.0.130 - - [2025-08-11 02:11:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.002384 10.0.0.130 - - [2025-08-11 02:11:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.002132 10.0.0.130 - - [2025-08-11 02:11:03] "POST /security-groups HTTP/1.1" 200 586 0.059585 10.0.0.130 - - [2025-08-11 02:11:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002743 10.0.0.130 - - [2025-08-11 02:11:03] "POST /projects HTTP/1.1" 200 575 0.211789 10.0.0.130 - - [2025-08-11 02:11:03] "POST /access-control-lists HTTP/1.1" 200 593 0.058650 10.0.0.130 - - [2025-08-11 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.291390 10.0.0.130 - - [2025-08-11 02:11:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.003137 10.0.0.130 - - [2025-08-11 02:11:03] "GET /project/0fab0240-0960-40cb-b7c5-7d2edfb80489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.418529 10.0.0.130 - - [2025-08-11 02:11:03] "POST /access-control-lists HTTP/1.1" 200 591 0.059813 10.0.0.130 - - [2025-08-11 02:11:04] "GET / HTTP/1.1" 200 36215 0.002111 10.0.0.130 - - [2025-08-11 02:11:05] "GET / HTTP/1.1" 200 36215 0.001526 10.0.0.130 - - [2025-08-11 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.002620 10.0.0.130 - - [2025-08-11 02:11:05] "POST /api-access-lists HTTP/1.1" 200 523 0.011829 10.0.0.130 - - [2025-08-11 02:11:05] "GET /api-access-list/37f1e03a-5303-42e6-8a45-d97377a11b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004069 10.0.0.130 - - [2025-08-11 02:11:05] "GET /api-access-list/37f1e03a-5303-42e6-8a45-d97377a11b4b HTTP/1.1" 401 293 0.000411 10.0.0.130 - - [2025-08-11 02:11:05] "GET /api-access-list/37f1e03a-5303-42e6-8a45-d97377a11b4b HTTP/1.1" 200 1266 0.047905 10.0.0.130 - - [2025-08-11 02:11:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2025-08-11 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.142421 10.0.0.130 - - [2025-08-11 02:11:06] "GET /projects?obj_uuids=b9097f83-b422-4893-b0de-7a40e27830a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001136 10.0.0.130 - - [2025-08-11 02:11:06] "GET /project/b9097f83-b422-4893-b0de-7a40e27830a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.037711 10.0.0.130 - - [2025-08-11 02:11:06] "GET /virtual-networks?parent_id=b9097f83-b422-4893-b0de-7a40e27830a8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010803 10.0.0.130 - - [2025-08-11 02:11:06] "POST /virtual-networks HTTP/1.1" 200 570 0.046266 10.0.0.130 - - [2025-08-11 02:11:06] "POST /route-targets HTTP/1.1" 200 328 0.008679 10.0.0.130 - - [2025-08-11 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.011662 10.0.0.130 - - [2025-08-11 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.013354 10.0.0.130 - - [2025-08-11 02:11:06] "GET /network-ipam/2ff12430-93f8-48c0-ad6d-c679f50a540d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.010226 10.0.0.130 - - [2025-08-11 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003437 10.0.0.130 - - [2025-08-11 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.053067 10.0.0.130 - - [2025-08-11 02:11:06] "POST /neutron/network HTTP/1.1" 200 831 0.040360 10.0.0.130 - - [2025-08-11 02:11:06] "POST /neutron/network HTTP/1.1" 200 831 0.019393 10.0.0.130 - - [2025-08-11 02:11:06] "GET /virtual-network/78309544-de79-4f45-9fac-e89ce89bc3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.016081 10.0.0.130 - - [2025-08-11 02:11:06] "POST /neutron/network HTTP/1.1" 200 831 0.019155 10.0.0.130 - - [2025-08-11 02:11:06] "POST /neutron/subnet HTTP/1.1" 200 673 0.024402 10.0.0.130 - - [2025-08-11 02:11:06] "GET /virtual-network/78309544-de79-4f45-9fac-e89ce89bc3c0 HTTP/1.1" 401 293 0.000355 10.0.0.130 - - [2025-08-11 02:11:07] "GET /virtual-network/78309544-de79-4f45-9fac-e89ce89bc3c0 HTTP/1.1" 200 2268 0.033076 10.0.0.130 - - [2025-08-11 02:11:07] "GET /virtual-network/78309544-de79-4f45-9fac-e89ce89bc3c0 HTTP/1.1" 401 293 0.000363 10.0.0.130 - - [2025-08-11 02:11:07] "GET /virtual-network/78309544-de79-4f45-9fac-e89ce89bc3c0 HTTP/1.1" 200 2007 0.039063 10.0.0.130 - - [2025-08-11 02:11:07] "POST /id-to-fqname HTTP/1.1" 401 293 0.000434 10.0.0.130 - - [2025-08-11 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 230 0.030265 10.0.0.130 - - [2025-08-11 02:11:08] "POST /neutron/network HTTP/1.1" 200 841 0.038979 10.0.0.130 - - [2025-08-11 02:11:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.130 - - [2025-08-11 02:11:08] "GET / HTTP/1.1" 200 36215 0.001681 10.0.0.130 - - [2025-08-11 02:11:08] "GET /project/0fab0240-0960-40cb-b7c5-7d2edfb80489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000392 10.0.0.130 - - [2025-08-11 02:11:09] "GET /projects?obj_uuids=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001097 10.0.0.130 - - [2025-08-11 02:11:09] "GET /project/0fab0240-0960-40cb-b7c5-7d2edfb80489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.056376 10.0.0.130 - - [2025-08-11 02:11:09] "POST /neutron/network HTTP/1.1" 200 831 0.005078 10.0.0.130 - - [2025-08-11 02:11:09] "POST /neutron/port HTTP/1.1" 200 117 0.024296 10.0.0.130 - - [2025-08-11 02:11:09] "POST /neutron/port HTTP/1.1" 200 117 0.004738 10.0.0.130 - - [2025-08-11 02:11:09] "POST /neutron/port HTTP/1.1" 200 117 0.005429 10.0.0.130 - - [2025-08-11 02:11:09] "POST /neutron/network HTTP/1.1" 200 841 0.024035 10.0.0.130 - - [2025-08-11 02:11:09] "POST /neutron/network HTTP/1.1" 200 831 0.017816 10.0.0.130 - - [2025-08-11 02:11:09] "GET /projects?obj_uuids=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.130 - - [2025-08-11 02:11:10] "POST /neutron/port HTTP/1.1" 200 1055 0.291208 10.0.0.130 - - [2025-08-11 02:11:10] "POST /neutron/port HTTP/1.1" 200 1055 0.007679 10.0.0.130 - - [2025-08-11 02:11:10] "POST /neutron/port HTTP/1.1" 200 1055 0.008071 10.0.0.130 - - [2025-08-11 02:11:10] "POST /neutron/port HTTP/1.1" 200 1109 0.042996 10.0.0.130 - - [2025-08-11 02:11:10] "POST /neutron/port HTTP/1.1" 200 1083 0.009838 10.0.0.130 - - [2025-08-11 02:11:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002418 10.0.0.130 - - [2025-08-11 02:11:10] "POST /neutron/subnet HTTP/1.1" 200 647 0.005638 10.0.0.130 - - [2025-08-11 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.000958 10.0.0.130 - - [2025-08-11 02:11:10] "POST /neutron/network HTTP/1.1" 200 831 0.004360 10.0.0.130 - - [2025-08-11 02:11:14] "POST /neutron/port HTTP/1.1" 200 1083 0.011607 10.0.0.130 - - [2025-08-11 02:11:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005578 10.0.0.130 - - [2025-08-11 02:11:14] "POST /neutron/port HTTP/1.1" 200 1083 0.010099 10.0.0.130 - - [2025-08-11 02:11:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005438 10.0.0.130 - - [2025-08-11 02:11:14] "POST /neutron/port HTTP/1.1" 200 1083 0.012165 10.0.0.130 - - [2025-08-11 02:11:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007576 10.0.0.130 - - [2025-08-11 02:11:14] "POST /neutron/port HTTP/1.1" 200 1083 0.010390 10.0.0.130 - - [2025-08-11 02:11:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004778 10.0.0.130 - - [2025-08-11 02:11:14] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb HTTP/1.1" 200 1290 0.010556 10.0.0.130 - - [2025-08-11 02:11:14] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb HTTP/1.1" 200 1290 0.008976 10.0.0.130 - - [2025-08-11 02:11:14] "GET /virtual-machine-interface/1a89f1ee-4af8-4559-9c8a-7f93c0a80f8b HTTP/1.1" 200 2536 0.012611 10.0.0.130 - - [2025-08-11 02:11:14] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb HTTP/1.1" 200 1290 0.010281 10.0.0.130 - - [2025-08-11 02:11:14] "GET /virtual-machine-interface/1a89f1ee-4af8-4559-9c8a-7f93c0a80f8b HTTP/1.1" 200 2536 0.012661 10.0.0.130 - - [2025-08-11 02:11:14] "GET /instance-ip/a2f3c4fe-3a28-4de3-a018-452e5fe4debd HTTP/1.1" 200 1629 0.011089 10.0.0.130 - - [2025-08-11 02:11:14] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb HTTP/1.1" 200 1290 0.009727 10.0.0.130 - - [2025-08-11 02:11:14] "GET /virtual-machine-interface/1a89f1ee-4af8-4559-9c8a-7f93c0a80f8b HTTP/1.1" 200 2536 0.013897 10.0.0.130 - - [2025-08-11 02:11:14] "GET /instance-ip/a2f3c4fe-3a28-4de3-a018-452e5fe4debd HTTP/1.1" 200 1629 0.010258 10.0.0.130 - - [2025-08-11 02:11:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.008597 10.0.0.130 - - [2025-08-11 02:11:14] "GET / HTTP/1.1" 200 36215 0.001612 10.0.0.130 - - [2025-08-11 02:11:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.130 - - [2025-08-11 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.023398 10.0.0.130 - - [2025-08-11 02:11:15] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003379 10.0.0.130 - - [2025-08-11 02:11:15] "GET /virtual-networks?parent_id=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009455 10.0.0.130 - - [2025-08-11 02:11:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.008805 10.0.0.130 - - [2025-08-11 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.130 - - [2025-08-11 02:11:15] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002975 10.0.0.130 - - [2025-08-11 02:11:15] "GET /virtual-networks?parent_id=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010016 10.0.0.130 - - [2025-08-11 02:11:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.010218 10.0.0.130 - - [2025-08-11 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.130 - - [2025-08-11 02:11:15] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002887 10.0.0.130 - - [2025-08-11 02:11:15] "GET /virtual-networks?parent_id=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009889 10.0.0.130 - - [2025-08-11 02:11:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.010760 10.0.0.130 - - [2025-08-11 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.130 - - [2025-08-11 02:11:15] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002974 10.0.0.130 - - [2025-08-11 02:11:15] "GET /virtual-networks?parent_id=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009528 10.0.0.130 - - [2025-08-11 02:11:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.010593 10.0.0.130 - - [2025-08-11 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.130 - - [2025-08-11 02:11:16] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002675 10.0.0.130 - - [2025-08-11 02:11:16] "GET /virtual-networks?parent_id=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009899 10.0.0.130 - - [2025-08-11 02:11:18] "POST /neutron/port HTTP/1.1" 200 1083 0.013662 10.0.0.130 - - [2025-08-11 02:11:18] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005979 10.0.0.130 - - [2025-08-11 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010114 10.0.0.130 - - [2025-08-11 02:11:19] "GET /virtual-network/78309544-de79-4f45-9fac-e89ce89bc3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.016807 10.0.0.130 - - [2025-08-11 02:11:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.009744 10.0.0.130 - - [2025-08-11 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001999 10.0.0.130 - - [2025-08-11 02:11:21] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002368 10.0.0.130 - - [2025-08-11 02:11:21] "GET /virtual-networks?parent_id=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009428 10.0.0.130 - - [2025-08-11 02:11:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.009658 10.0.0.130 - - [2025-08-11 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002139 10.0.0.130 - - [2025-08-11 02:11:21] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002796 10.0.0.130 - - [2025-08-11 02:11:21] "GET /virtual-networks?parent_id=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010595 10.0.0.130 - - [2025-08-11 02:11:21] "POST /fqname-to-id HTTP/1.1" 403 361 0.012160 10.0.0.130 - - [2025-08-11 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.130 - - [2025-08-11 02:11:21] "GET /routing-instance/8d768fd8-f5a7-47b8-a7a6-e47212e29e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003336 10.0.0.130 - - [2025-08-11 02:11:21] "GET /route-target/44d00464-b209-4c3a-8634-030e94f0d213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011143 10.0.0.130 - - [2025-08-11 02:11:21] "GET /route-target/44d00464-b209-4c3a-8634-030e94f0d213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006452 10.0.0.130 - - [2025-08-11 02:11:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.009532 10.0.0.130 - - [2025-08-11 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001982 10.0.0.130 - - [2025-08-11 02:11:21] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003604 10.0.0.130 - - [2025-08-11 02:11:21] "GET /virtual-networks?parent_id=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009321 10.0.0.130 - - [2025-08-11 02:11:21] "POST /fqname-to-id HTTP/1.1" 403 361 0.008424 10.0.0.130 - - [2025-08-11 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.130 - - [2025-08-11 02:11:21] "GET /routing-instance/8d768fd8-f5a7-47b8-a7a6-e47212e29e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003096 10.0.0.130 - - [2025-08-11 02:11:21] "GET /route-target/44d00464-b209-4c3a-8634-030e94f0d213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009205 10.0.0.130 - - [2025-08-11 02:11:21] "GET /route-target/44d00464-b209-4c3a-8634-030e94f0d213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003241 10.0.0.130 - - [2025-08-11 02:11:22] "GET /obj-perms HTTP/1.1" 200 4934 0.055339 10.0.0.130 - - [2025-08-11 02:11:22] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009961 10.0.0.130 - - [2025-08-11 02:11:24] "GET /obj-perms HTTP/1.1" 200 4934 0.009045 10.0.0.130 - - [2025-08-11 02:11:24] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009530 10.0.0.130 - - [2025-08-11 02:11:26] "GET /obj-perms HTTP/1.1" 200 4934 0.009946 10.0.0.130 - - [2025-08-11 02:11:26] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008802 10.0.0.130 - - [2025-08-11 02:11:26] "DELETE /project/0fab0240096040cbb7c57d2edfb80489 HTTP/1.1" 404 173 0.013670 10.0.0.130 - - [2025-08-11 02:11:26] "DELETE /project/b9097f83b4224893b0de7a40e27830a8 HTTP/1.1" 404 173 0.012445 10.0.0.130 - - [2025-08-11 02:11:26] "DELETE /project/07ea03a9eed74b709c801f21ebd69fa8 HTTP/1.1" 404 173 0.011623 10.0.0.130 - - [2025-08-11 02:11:26] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001441 10.0.0.130 - - [2025-08-11 02:11:26] "GET /project/99718610-46c8-47cb-9857-0077de44c376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.033789 10.0.0.130 - - [2025-08-11 02:11:26] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001678 10.0.0.130 - - [2025-08-11 02:11:26] "GET /project/99718610-46c8-47cb-9857-0077de44c376?fields=security_groups HTTP/1.1" 200 1364 0.075414 10.0.0.130 - - [2025-08-11 02:11:27] "DELETE /security-group/7b5a00d3-ca6b-4422-9f77-7af58d3564ae HTTP/1.1" 200 115 0.046129 10.0.0.130 - - [2025-08-11 02:11:27] "GET /projects?obj_uuids=99718610-46c8-47cb-9857-0077de44c376&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.130 - - [2025-08-11 02:11:27] "DELETE /access-control-list/2d4fbca7-a68e-4fb5-b6c4-56fcaa52c042 HTTP/1.1" 200 115 0.035645 10.0.0.130 - - [2025-08-11 02:11:27] "GET /project/99718610-46c8-47cb-9857-0077de44c376?fields=application_policy_sets HTTP/1.1" 200 1403 0.037180 10.0.0.130 - - [2025-08-11 02:11:27] "DELETE /access-control-list/e4931fa1-5146-400d-9d3d-1e898b91262e HTTP/1.1" 200 115 0.033813 10.0.0.130 - - [2025-08-11 02:11:27] "DELETE /project/99718610-46c8-47cb-9857-0077de44c376 HTTP/1.1" 200 115 0.364134 10.0.0.130 - - [2025-08-11 02:11:28] "GET /obj-perms HTTP/1.1" 200 4934 0.015907 10.0.0.130 - - [2025-08-11 02:11:28] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.011156 10.0.0.130 - - [2025-08-11 02:11:30] "GET /obj-perms HTTP/1.1" 200 4934 0.011604 10.0.0.130 - - [2025-08-11 02:11:30] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.012770 10.0.0.130 - - [2025-08-11 02:11:32] "GET /obj-perms HTTP/1.1" 200 4934 0.013177 10.0.0.130 - - [2025-08-11 02:11:32] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.017632 10.0.0.130 - - [2025-08-11 02:11:34] "GET /obj-perms HTTP/1.1" 200 5075 0.048243 10.0.0.130 - - [2025-08-11 02:11:34] "GET /obj-perms HTTP/1.1" 200 4934 0.018781 10.0.0.130 - - [2025-08-11 02:11:34] "GET /obj-perms HTTP/1.1" 200 5075 0.045850 10.0.0.130 - - [2025-08-11 02:11:34] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.014069 10.0.0.130 - - [2025-08-11 02:11:36] "GET /obj-perms HTTP/1.1" 200 4934 0.010159 10.0.0.130 - - [2025-08-11 02:11:36] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010577 10.0.0.130 - - [2025-08-11 02:11:36] "GET /obj-perms HTTP/1.1" 200 4934 0.009706 10.0.0.130 - - [2025-08-11 02:11:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000535 10.0.0.130 - - [2025-08-11 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.022803 10.0.0.130 - - [2025-08-11 02:11:37] "GET /virtual-machine-interface/1a89f1ee-4af8-4559-9c8a-7f93c0a80f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.014627 10.0.0.130 - - [2025-08-11 02:11:37] "GET /obj-perms HTTP/1.1" 200 4934 0.012370 10.0.0.130 - - [2025-08-11 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.130 - - [2025-08-11 02:11:37] "GET /virtual-machine-interface/1a89f1ee-4af8-4559-9c8a-7f93c0a80f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.017586 10.0.0.130 - - [2025-08-11 02:11:37] "GET /obj-perms HTTP/1.1" 200 4934 0.011204 10.0.0.130 - - [2025-08-11 02:11:37] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.012055 10.0.0.130 - - [2025-08-11 02:11:37] "GET /obj-perms HTTP/1.1" 200 4934 0.010330 10.0.0.130 - - [2025-08-11 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.130 - - [2025-08-11 02:11:37] "GET /virtual-machine-interface/1a89f1ee-4af8-4559-9c8a-7f93c0a80f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015595 10.0.0.130 - - [2025-08-11 02:11:37] "GET /obj-perms HTTP/1.1" 200 4934 0.010641 10.0.0.130 - - [2025-08-11 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.130 - - [2025-08-11 02:11:38] "GET /virtual-network/78309544-de79-4f45-9fac-e89ce89bc3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.015049 10.0.0.130 - - [2025-08-11 02:11:38] "GET /obj-perms HTTP/1.1" 200 4934 0.017261 10.0.0.130 - - [2025-08-11 02:11:38] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.013636 10.0.0.130 - - [2025-08-11 02:11:38] "GET /obj-perms HTTP/1.1" 200 4934 0.013733 10.0.0.130 - - [2025-08-11 02:11:38] "GET /obj-perms HTTP/1.1" 200 4934 0.010631 10.0.0.130 - - [2025-08-11 02:11:38] "GET /obj-perms HTTP/1.1" 200 4934 0.048529 10.0.0.130 - - [2025-08-11 02:11:38] "GET /obj-perms HTTP/1.1" 200 4934 0.008986 10.0.0.130 - - [2025-08-11 02:11:39] "GET /obj-perms HTTP/1.1" 200 5039 0.043227 10.0.0.130 - - [2025-08-11 02:11:39] "GET /obj-perms HTTP/1.1" 200 5039 0.003373 10.0.0.130 - - [2025-08-11 02:11:39] "GET /obj-perms HTTP/1.1" 200 4934 0.015137 10.0.0.130 - - [2025-08-11 02:11:39] "GET /obj-perms HTTP/1.1" 200 4934 0.010349 10.0.0.130 - - [2025-08-11 02:11:39] "GET /obj-perms HTTP/1.1" 200 4934 0.085976 10.0.0.130 - - [2025-08-11 02:11:39] "GET /obj-perms HTTP/1.1" 200 4934 0.019884 10.0.0.130 - - [2025-08-11 02:11:39] "GET /obj-perms HTTP/1.1" 200 5039 0.003989 10.0.0.130 - - [2025-08-11 02:11:39] "GET /obj-perms HTTP/1.1" 200 5039 0.003811 10.0.0.130 - - [2025-08-11 02:11:39] "GET /obj-perms HTTP/1.1" 200 4934 0.017175 10.0.0.130 - - [2025-08-11 02:11:39] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.015791 10.0.0.130 - - [2025-08-11 02:11:40] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb HTTP/1.1" 200 1290 0.022886 10.0.0.130 - - [2025-08-11 02:11:40] "POST /neutron/port HTTP/1.1" 200 1083 0.015246 10.0.0.130 - - [2025-08-11 02:11:40] "POST /neutron/port HTTP/1.1" 200 1109 0.012464 10.0.0.130 - - [2025-08-11 02:11:40] "POST /neutron/port HTTP/1.1" 200 151 0.118553 10.0.0.130 - - [2025-08-11 02:11:42] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb HTTP/1.1" 404 171 0.011559 10.0.0.130 - - [2025-08-11 02:11:42] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb HTTP/1.1" 404 171 0.011835 10.0.0.130 - - [2025-08-11 02:11:42] "GET /virtual-machine/ec2a61f8-9194-400e-938b-d37751b078cb HTTP/1.1" 404 171 0.011557 10.0.0.130 - - [2025-08-11 02:11:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.015383 10.0.0.130 - - [2025-08-11 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.130 - - [2025-08-11 02:11:42] "GET /global-vrouter-config/4d3d0318-b6e1-4f24-b1e2-4d142af270f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003910 10.0.0.130 - - [2025-08-11 02:11:42] "GET /virtual-networks?parent_id=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014691 10.0.0.130 - - [2025-08-11 02:11:42] "POST /fqname-to-id HTTP/1.1" 403 361 0.017701 10.0.0.130 - - [2025-08-11 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.130 - - [2025-08-11 02:11:42] "GET /routing-instance/8d768fd8-f5a7-47b8-a7a6-e47212e29e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.005254 10.0.0.130 - - [2025-08-11 02:11:42] "GET /route-target/44d00464-b209-4c3a-8634-030e94f0d213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015915 10.0.0.130 - - [2025-08-11 02:11:42] "GET /route-target/44d00464-b209-4c3a-8634-030e94f0d213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004985 10.0.0.130 - - [2025-08-11 02:11:42] "GET /obj-perms HTTP/1.1" 200 4934 0.016654 10.0.0.130 - - [2025-08-11 02:11:42] "GET /obj-perms HTTP/1.1" 200 4934 0.015339 10.0.0.130 - - [2025-08-11 02:11:43] "GET /obj-perms HTTP/1.1" 200 4934 0.077592 10.0.0.130 - - [2025-08-11 02:11:43] "GET /obj-perms HTTP/1.1" 200 4934 0.011060 10.0.0.130 - - [2025-08-11 02:11:43] "GET /obj-perms HTTP/1.1" 200 5039 0.004883 10.0.0.130 - - [2025-08-11 02:11:46] "GET /obj-perms HTTP/1.1" 200 5039 0.004277 10.0.0.130 - - [2025-08-11 02:11:49] "GET /obj-perms HTTP/1.1" 200 5039 0.003535 10.0.0.130 - - [2025-08-11 02:11:52] "GET /obj-perms HTTP/1.1" 200 5039 0.003515 10.0.0.130 - - [2025-08-11 02:11:55] "GET /obj-perms HTTP/1.1" 200 5039 0.003596 10.0.0.130 - - [2025-08-11 02:11:58] "GET /obj-perms HTTP/1.1" 200 5039 0.003528 10.0.0.130 - - [2025-08-11 02:12:01] "GET /obj-perms HTTP/1.1" 200 5039 0.003676 10.0.0.130 - - [2025-08-11 02:12:04] "GET /obj-perms HTTP/1.1" 200 5039 0.004137 10.0.0.130 - - [2025-08-11 02:12:07] "GET /obj-perms HTTP/1.1" 200 5039 0.003344 10.0.0.130 - - [2025-08-11 02:12:10] "GET /obj-perms HTTP/1.1" 200 5039 0.003126 10.0.0.130 - - [2025-08-11 02:12:13] "GET /obj-perms HTTP/1.1" 200 5039 0.003224 10.0.0.130 - - [2025-08-11 02:12:16] "GET /obj-perms HTTP/1.1" 200 5039 0.003710 10.0.0.130 - - [2025-08-11 02:12:19] "GET /obj-perms HTTP/1.1" 200 5039 0.003804 10.0.0.130 - - [2025-08-11 02:12:22] "GET /obj-perms HTTP/1.1" 200 5039 0.003524 10.0.0.130 - - [2025-08-11 02:12:25] "GET /obj-perms HTTP/1.1" 200 5039 0.003060 10.0.0.130 - - [2025-08-11 02:12:28] "GET /obj-perms HTTP/1.1" 200 5039 0.003086 10.0.0.130 - - [2025-08-11 02:12:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002987 10.0.0.130 - - [2025-08-11 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.130 - - [2025-08-11 02:12:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001634 10.0.0.130 - - [2025-08-11 02:12:28] "DELETE /virtual-network/78309544-de79-4f45-9fac-e89ce89bc3c0 HTTP/1.1" 200 115 0.079197 10.0.0.130 - - [2025-08-11 02:12:28] "DELETE /route-target/44d00464-b209-4c3a-8634-030e94f0d213 HTTP/1.1" 200 115 0.016059 10.0.0.130 - - [2025-08-11 02:12:28] "DELETE /api-access-list/37f1e03a-5303-42e6-8a45-d97377a11b4b HTTP/1.1" 200 115 0.017142 10.0.0.130 - - [2025-08-11 02:12:28] "GET /api-access-list/37f1e03a-5303-42e6-8a45-d97377a11b4b HTTP/1.1" 404 171 0.002133 10.0.0.130 - - [2025-08-11 02:12:28] "GET /projects?obj_uuids=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001052 10.0.0.130 - - [2025-08-11 02:12:28] "GET /project/0fab0240-0960-40cb-b7c5-7d2edfb80489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.026600 10.0.0.130 - - [2025-08-11 02:12:28] "GET /projects?obj_uuids=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001652 10.0.0.130 - - [2025-08-11 02:12:28] "GET /project/0fab0240-0960-40cb-b7c5-7d2edfb80489?fields=virtual_networks HTTP/1.1" 200 1024 0.067291 10.0.0.130 - - [2025-08-11 02:12:28] "GET /projects?obj_uuids=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001623 10.0.0.130 - - [2025-08-11 02:12:28] "GET /project/0fab0240-0960-40cb-b7c5-7d2edfb80489?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.023570 10.0.0.130 - - [2025-08-11 02:12:28] "GET /projects?obj_uuids=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.130 - - [2025-08-11 02:12:28] "GET /project/0fab0240-0960-40cb-b7c5-7d2edfb80489?fields=security_groups HTTP/1.1" 200 1246 0.027285 10.0.0.130 - - [2025-08-11 02:12:29] "GET /projects?obj_uuids=b9097f83-b422-4893-b0de-7a40e27830a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001689 10.0.0.130 - - [2025-08-11 02:12:29] "GET /project/b9097f83-b422-4893-b0de-7a40e27830a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.030193 10.0.0.130 - - [2025-08-11 02:12:29] "GET /projects?obj_uuids=b9097f83-b422-4893-b0de-7a40e27830a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.130 - - [2025-08-11 02:12:29] "GET /project/b9097f83-b422-4893-b0de-7a40e27830a8?fields=virtual_networks HTTP/1.1" 200 1025 0.063781 10.0.0.130 - - [2025-08-11 02:12:29] "GET /projects?obj_uuids=b9097f83-b422-4893-b0de-7a40e27830a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001164 10.0.0.130 - - [2025-08-11 02:12:29] "GET /project/b9097f83-b422-4893-b0de-7a40e27830a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.027663 10.0.0.130 - - [2025-08-11 02:12:29] "GET /projects?obj_uuids=b9097f83-b422-4893-b0de-7a40e27830a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001159 10.0.0.130 - - [2025-08-11 02:12:29] "GET /project/b9097f83-b422-4893-b0de-7a40e27830a8?fields=security_groups HTTP/1.1" 200 1247 0.025847 10.0.0.130 - - [2025-08-11 02:12:30] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004398 10.0.0.130 - - [2025-08-11 02:12:30] "PUT /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1 HTTP/1.1" 200 265 0.009373 10.0.0.130 - - [2025-08-11 02:12:30] "GET /projects?obj_uuids=07ea03a9-eed7-4b70-9c80-1f21ebd69fa8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001570 10.0.0.130 - - [2025-08-11 02:12:30] "GET /project/07ea03a9-eed7-4b70-9c80-1f21ebd69fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.022491 10.0.0.130 - - [2025-08-11 02:12:30] "GET /projects?obj_uuids=07ea03a9-eed7-4b70-9c80-1f21ebd69fa8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.130 - - [2025-08-11 02:12:30] "GET /project/07ea03a9-eed7-4b70-9c80-1f21ebd69fa8?fields=virtual_networks HTTP/1.1" 200 1023 0.074021 10.0.0.130 - - [2025-08-11 02:12:30] "GET /projects?obj_uuids=07ea03a9-eed7-4b70-9c80-1f21ebd69fa8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.130 - - [2025-08-11 02:12:30] "GET /project/07ea03a9-eed7-4b70-9c80-1f21ebd69fa8?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.025905 10.0.0.130 - - [2025-08-11 02:12:30] "GET /projects?obj_uuids=07ea03a9-eed7-4b70-9c80-1f21ebd69fa8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001096 10.0.0.130 - - [2025-08-11 02:12:31] "GET /project/07ea03a9-eed7-4b70-9c80-1f21ebd69fa8?fields=security_groups HTTP/1.1" 200 1245 0.030178 10.0.0.130 - - [2025-08-11 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.022234 10.0.0.130 - - [2025-08-11 02:12:31] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002369 10.0.0.130 - - [2025-08-11 02:12:31] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.130 - - [2025-08-11 02:12:31] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006808 10.0.0.130 - - [2025-08-11 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.002244 10.0.0.130 - - [2025-08-11 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.002430 10.0.0.130 - - [2025-08-11 02:12:32] "POST /security-groups HTTP/1.1" 200 591 0.059611 10.0.0.130 - - [2025-08-11 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.002464 10.0.0.130 - - [2025-08-11 02:12:32] "POST /projects HTTP/1.1" 200 585 0.216432 10.0.0.130 - - [2025-08-11 02:12:32] "POST /access-control-lists HTTP/1.1" 200 598 0.059336 10.0.0.130 - - [2025-08-11 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.281653 10.0.0.130 - - [2025-08-11 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 233 0.002838 10.0.0.130 - - [2025-08-11 02:12:32] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.410377 10.0.0.130 - - [2025-08-11 02:12:32] "POST /access-control-lists HTTP/1.1" 200 596 0.059070 10.0.0.130 - - [2025-08-11 02:12:33] "GET / HTTP/1.1" 200 36215 0.002645 10.0.0.130 - - [2025-08-11 02:12:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000382 10.0.0.130 - - [2025-08-11 02:12:35] "GET /obj-perms HTTP/1.1" 200 5075 0.318290 10.0.0.130 - - [2025-08-11 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.030348 10.0.0.130 - - [2025-08-11 02:12:35] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002942 10.0.0.130 - - [2025-08-11 02:12:35] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003117 10.0.0.130 - - [2025-08-11 02:12:35] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003581 10.0.0.130 - - [2025-08-11 02:12:35] "PUT /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1 HTTP/1.1" 200 265 0.009945 10.0.0.130 - - [2025-08-11 02:12:35] "GET /obj-perms HTTP/1.1" 200 5075 0.038761 10.0.0.130 - - [2025-08-11 02:12:35] "GET /aaa-mode HTTP/1.1" 200 128 0.000929 10.0.0.130 - - [2025-08-11 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.018110 10.0.0.130 - - [2025-08-11 02:12:36] "GET /projects?obj_uuids=54a17db3-38c5-4c36-b7d7-30245c4d3e50&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002432 10.0.0.130 - - [2025-08-11 02:12:36] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.130 - - [2025-08-11 02:12:36] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006799 10.0.0.130 - - [2025-08-11 02:12:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.002527 10.0.0.130 - - [2025-08-11 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.002173 10.0.0.130 - - [2025-08-11 02:12:36] "POST /security-groups HTTP/1.1" 200 591 0.059448 10.0.0.130 - - [2025-08-11 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.002584 10.0.0.130 - - [2025-08-11 02:12:36] "POST /projects HTTP/1.1" 200 585 0.200850 10.0.0.130 - - [2025-08-11 02:12:36] "POST /access-control-lists HTTP/1.1" 200 598 0.053696 10.0.0.130 - - [2025-08-11 02:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.267261 10.0.0.130 - - [2025-08-11 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.002423 10.0.0.130 - - [2025-08-11 02:12:36] "GET /project/54a17db3-38c5-4c36-b7d7-30245c4d3e50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.380502 10.0.0.130 - - [2025-08-11 02:12:36] "POST /access-control-lists HTTP/1.1" 200 596 0.055569 10.0.0.130 - - [2025-08-11 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.019674 10.0.0.130 - - [2025-08-11 02:12:37] "GET /projects?obj_uuids=abedcfbc-9a51-41da-aa3c-001846e3fdc0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002768 10.0.0.130 - - [2025-08-11 02:12:37] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.130 - - [2025-08-11 02:12:37] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006534 10.0.0.130 - - [2025-08-11 02:12:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.001851 10.0.0.130 - - [2025-08-11 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.004140 10.0.0.130 - - [2025-08-11 02:12:37] "POST /security-groups HTTP/1.1" 200 591 0.059163 10.0.0.130 - - [2025-08-11 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.004159 10.0.0.130 - - [2025-08-11 02:12:37] "POST /projects HTTP/1.1" 200 585 0.198905 10.0.0.130 - - [2025-08-11 02:12:37] "POST /access-control-lists HTTP/1.1" 200 598 0.055975 10.0.0.130 - - [2025-08-11 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.267885 10.0.0.130 - - [2025-08-11 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.002481 10.0.0.130 - - [2025-08-11 02:12:37] "GET /project/abedcfbc-9a51-41da-aa3c-001846e3fdc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.382421 10.0.0.130 - - [2025-08-11 02:12:37] "POST /access-control-lists HTTP/1.1" 200 596 0.056028 10.0.0.130 - - [2025-08-11 02:12:37] "GET /global-system-configs HTTP/1.1" 200 323 0.058520 10.0.0.130 - - [2025-08-11 02:12:38] "GET /obj-perms HTTP/1.1" 200 5075 0.405838 10.0.0.130 - - [2025-08-11 02:12:38] "GET / HTTP/1.1" 200 36215 0.002019 10.0.0.130 - - [2025-08-11 02:12:38] "GET /global-system-configs HTTP/1.1" 200 323 0.025233 10.0.0.130 - - [2025-08-11 02:12:38] "GET /obj-perms HTTP/1.1" 200 5075 0.362015 10.0.0.130 - - [2025-08-11 02:12:38] "GET / HTTP/1.1" 200 36215 0.001549 10.0.0.130 - - [2025-08-11 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.002560 10.0.0.130 - - [2025-08-11 02:12:39] "POST /api-access-lists HTTP/1.1" 200 523 0.011451 10.0.0.130 - - [2025-08-11 02:12:39] "GET /api-access-list/8810e4a9-fd9f-487d-b204-94ae2e2c7029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004355 10.0.0.130 - - [2025-08-11 02:12:39] "GET /api-access-list/8810e4a9-fd9f-487d-b204-94ae2e2c7029 HTTP/1.1" 401 293 0.000461 10.0.0.130 - - [2025-08-11 02:12:39] "GET /api-access-list/8810e4a9-fd9f-487d-b204-94ae2e2c7029 HTTP/1.1" 200 1291 0.023027 10.0.0.130 - - [2025-08-11 02:12:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000483 10.0.0.130 - - [2025-08-11 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.033252 10.0.0.130 - - [2025-08-11 02:12:39] "GET /projects?obj_uuids=54a17db3-38c5-4c36-b7d7-30245c4d3e50&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.130 - - [2025-08-11 02:12:39] "GET /project/54a17db3-38c5-4c36-b7d7-30245c4d3e50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.031355 10.0.0.130 - - [2025-08-11 02:12:40] "GET /virtual-networks?parent_id=54a17db3-38c5-4c36-b7d7-30245c4d3e50&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010260 10.0.0.130 - - [2025-08-11 02:12:40] "POST /virtual-networks HTTP/1.1" 200 585 0.043903 10.0.0.130 - - [2025-08-11 02:12:40] "POST /route-targets HTTP/1.1" 200 328 0.009198 10.0.0.130 - - [2025-08-11 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.009376 10.0.0.130 - - [2025-08-11 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009926 10.0.0.130 - - [2025-08-11 02:12:40] "GET /network-ipam/2ff12430-93f8-48c0-ad6d-c679f50a540d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.009318 10.0.0.130 - - [2025-08-11 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002594 10.0.0.130 - - [2025-08-11 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.040327 10.0.0.130 - - [2025-08-11 02:12:40] "POST /neutron/network HTTP/1.1" 200 848 0.037659 10.0.0.130 - - [2025-08-11 02:12:40] "POST /neutron/network HTTP/1.1" 200 848 0.018041 10.0.0.130 - - [2025-08-11 02:12:40] "GET /virtual-network/e580772f-525e-4ac3-8cf9-f276e13a1128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.011537 10.0.0.130 - - [2025-08-11 02:12:40] "POST /neutron/network HTTP/1.1" 200 848 0.016451 10.0.0.130 - - [2025-08-11 02:12:40] "POST /neutron/subnet HTTP/1.1" 200 676 0.024249 10.0.0.130 - - [2025-08-11 02:12:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.130 - - [2025-08-11 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.029759 10.0.0.130 - - [2025-08-11 02:12:40] "GET /projects?obj_uuids=abedcfbc-9a51-41da-aa3c-001846e3fdc0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.130 - - [2025-08-11 02:12:40] "GET /project/abedcfbc-9a51-41da-aa3c-001846e3fdc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.031449 10.0.0.130 - - [2025-08-11 02:12:40] "GET /virtual-networks?parent_id=abedcfbc-9a51-41da-aa3c-001846e3fdc0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009573 10.0.0.130 - - [2025-08-11 02:12:41] "POST /virtual-networks HTTP/1.1" 200 585 0.045616 10.0.0.130 - - [2025-08-11 02:12:41] "POST /route-targets HTTP/1.1" 200 328 0.008495 10.0.0.130 - - [2025-08-11 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.009230 10.0.0.130 - - [2025-08-11 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009888 10.0.0.130 - - [2025-08-11 02:12:41] "GET /network-ipam/2ff12430-93f8-48c0-ad6d-c679f50a540d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.009665 10.0.0.130 - - [2025-08-11 02:12:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004454 10.0.0.130 - - [2025-08-11 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.041353 10.0.0.130 - - [2025-08-11 02:12:41] "POST /neutron/network HTTP/1.1" 200 849 0.037081 10.0.0.130 - - [2025-08-11 02:12:41] "POST /neutron/network HTTP/1.1" 200 849 0.017755 10.0.0.130 - - [2025-08-11 02:12:41] "GET /virtual-network/5237aef3-b1ac-4581-839a-7ec0c59a703e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011585 10.0.0.130 - - [2025-08-11 02:12:41] "POST /neutron/network HTTP/1.1" 200 849 0.016538 10.0.0.130 - - [2025-08-11 02:12:41] "POST /neutron/subnet HTTP/1.1" 200 681 0.025428 10.0.0.130 - - [2025-08-11 02:12:41] "GET /virtual-network/e580772f-525e-4ac3-8cf9-f276e13a1128 HTTP/1.1" 401 293 0.000412 10.0.0.130 - - [2025-08-11 02:12:41] "GET /virtual-network/e580772f-525e-4ac3-8cf9-f276e13a1128 HTTP/1.1" 200 2316 0.034478 10.0.0.130 - - [2025-08-11 02:12:41] "GET /virtual-network/e580772f-525e-4ac3-8cf9-f276e13a1128 HTTP/1.1" 401 293 0.000360 10.0.0.130 - - [2025-08-11 02:12:42] "GET /virtual-network/e580772f-525e-4ac3-8cf9-f276e13a1128 HTTP/1.1" 403 376 0.028380 10.0.0.130 - - [2025-08-11 02:12:42] "GET /virtual-network/e580772f-525e-4ac3-8cf9-f276e13a1128 HTTP/1.1" 200 2316 0.004506 10.0.0.130 - - [2025-08-11 02:12:42] "GET /virtual-networks HTTP/1.1" 200 372 0.017496 10.0.0.130 - - [2025-08-11 02:12:42] "GET /virtual-networks HTTP/1.1" 200 372 0.016742 10.0.0.130 - - [2025-08-11 02:12:42] "PUT /virtual-network/e580772f-525e-4ac3-8cf9-f276e13a1128 HTTP/1.1" 200 265 0.021929 10.0.0.130 - - [2025-08-11 02:12:42] "GET /virtual-networks HTTP/1.1" 200 132 0.017912 10.0.0.130 - - [2025-08-11 02:12:42] "GET /virtual-networks HTTP/1.1" 200 613 0.015734 10.0.0.130 - - [2025-08-11 02:12:42] "GET /virtual-networks HTTP/1.1" 200 1654 0.002306 10.0.0.130 - - [2025-08-11 02:12:42] "PUT /virtual-network/e580772f-525e-4ac3-8cf9-f276e13a1128 HTTP/1.1" 200 265 0.023251 10.0.0.130 - - [2025-08-11 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.130 - - [2025-08-11 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.130 - - [2025-08-11 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001545 10.0.0.130 - - [2025-08-11 02:12:42] "DELETE /virtual-network/5237aef3-b1ac-4581-839a-7ec0c59a703e HTTP/1.1" 200 115 0.059835 10.0.0.130 - - [2025-08-11 02:12:42] "DELETE /route-target/5e85d848-ac9b-4a5d-9cd3-15c5d6f5c96a HTTP/1.1" 200 115 0.017263 10.0.0.130 - - [2025-08-11 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001954 10.0.0.130 - - [2025-08-11 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.130 - - [2025-08-11 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001948 10.0.0.130 - - [2025-08-11 02:12:42] "DELETE /virtual-network/e580772f-525e-4ac3-8cf9-f276e13a1128 HTTP/1.1" 200 115 0.062968 10.0.0.130 - - [2025-08-11 02:12:42] "DELETE /route-target/0391d08f-a22d-470e-9639-11dfcb1441d9 HTTP/1.1" 200 115 0.016797 10.0.0.130 - - [2025-08-11 02:12:42] "DELETE /api-access-list/8810e4a9-fd9f-487d-b204-94ae2e2c7029 HTTP/1.1" 200 115 0.022262 10.0.0.130 - - [2025-08-11 02:12:42] "GET /api-access-list/8810e4a9-fd9f-487d-b204-94ae2e2c7029 HTTP/1.1" 404 171 0.002012 10.0.0.130 - - [2025-08-11 02:12:42] "GET /projects?obj_uuids=abedcfbc-9a51-41da-aa3c-001846e3fdc0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.130 - - [2025-08-11 02:12:42] "GET /project/abedcfbc-9a51-41da-aa3c-001846e3fdc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023282 10.0.0.130 - - [2025-08-11 02:12:42] "GET /projects?obj_uuids=abedcfbc-9a51-41da-aa3c-001846e3fdc0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.130 - - [2025-08-11 02:12:42] "GET /project/abedcfbc-9a51-41da-aa3c-001846e3fdc0?fields=virtual_networks HTTP/1.1" 200 1035 0.065054 10.0.0.130 - - [2025-08-11 02:12:42] "GET /projects?obj_uuids=abedcfbc-9a51-41da-aa3c-001846e3fdc0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001539 10.0.0.130 - - [2025-08-11 02:12:42] "GET /project/abedcfbc-9a51-41da-aa3c-001846e3fdc0?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.025231 10.0.0.130 - - [2025-08-11 02:12:42] "GET /projects?obj_uuids=abedcfbc-9a51-41da-aa3c-001846e3fdc0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.130 - - [2025-08-11 02:12:42] "GET /project/abedcfbc-9a51-41da-aa3c-001846e3fdc0?fields=security_groups HTTP/1.1" 200 1262 0.023086 10.0.0.130 - - [2025-08-11 02:12:43] "GET /projects?obj_uuids=54a17db3-38c5-4c36-b7d7-30245c4d3e50&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.130 - - [2025-08-11 02:12:43] "GET /project/54a17db3-38c5-4c36-b7d7-30245c4d3e50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023421 10.0.0.130 - - [2025-08-11 02:12:43] "GET /projects?obj_uuids=54a17db3-38c5-4c36-b7d7-30245c4d3e50&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.130 - - [2025-08-11 02:12:43] "GET /project/54a17db3-38c5-4c36-b7d7-30245c4d3e50?fields=virtual_networks HTTP/1.1" 200 1034 0.067358 10.0.0.130 - - [2025-08-11 02:12:43] "GET /projects?obj_uuids=54a17db3-38c5-4c36-b7d7-30245c4d3e50&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.130 - - [2025-08-11 02:12:43] "GET /project/54a17db3-38c5-4c36-b7d7-30245c4d3e50?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021394 10.0.0.130 - - [2025-08-11 02:12:43] "GET /projects?obj_uuids=54a17db3-38c5-4c36-b7d7-30245c4d3e50&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.130 - - [2025-08-11 02:12:43] "GET /project/54a17db3-38c5-4c36-b7d7-30245c4d3e50?fields=security_groups HTTP/1.1" 200 1261 0.021387 10.0.0.130 - - [2025-08-11 02:12:44] "GET /aaa-mode HTTP/1.1" 200 128 0.001079 10.0.0.130 - - [2025-08-11 02:12:44] "GET / HTTP/1.1" 200 36215 0.001706 10.0.0.130 - - [2025-08-11 02:12:45] "GET / HTTP/1.1" 200 36215 0.001714 10.0.0.130 - - [2025-08-11 02:12:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000447 10.0.0.130 - - [2025-08-11 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.056055 10.0.0.130 - - [2025-08-11 02:12:46] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.130 - - [2025-08-11 02:12:46] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.030977 10.0.0.130 - - [2025-08-11 02:12:46] "GET /virtual-networks?parent_id=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007826 10.0.0.130 - - [2025-08-11 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.007919 10.0.0.130 - - [2025-08-11 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.011379 10.0.0.130 - - [2025-08-11 02:12:46] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.130 - - [2025-08-11 02:12:46] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.016775 10.0.0.130 - - [2025-08-11 02:12:46] "POST /service-templates HTTP/1.1" 403 264 0.021401 10.0.0.130 - - [2025-08-11 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.002833 10.0.0.130 - - [2025-08-11 02:12:46] "POST /api-access-lists HTTP/1.1" 200 557 0.014481 10.0.0.130 - - [2025-08-11 02:12:46] "GET /api-access-list/d619ad0e-a0dd-421b-b772-8b35dbef4353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.004143 10.0.0.130 - - [2025-08-11 02:12:46] "GET /api-access-list/d619ad0e-a0dd-421b-b772-8b35dbef4353 HTTP/1.1" 200 1326 0.004674 10.0.0.130 - - [2025-08-11 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012658 10.0.0.130 - - [2025-08-11 02:12:46] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.130 - - [2025-08-11 02:12:46] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.030505 10.0.0.130 - - [2025-08-11 02:12:46] "GET /virtual-networks?parent_id=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012496 10.0.0.130 - - [2025-08-11 02:12:46] "POST /virtual-networks HTTP/1.1" 200 585 0.062359 10.0.0.130 - - [2025-08-11 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.011975 10.0.0.130 - - [2025-08-11 02:12:46] "GET /network-ipam/2ff12430-93f8-48c0-ad6d-c679f50a540d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.010457 10.0.0.130 - - [2025-08-11 02:12:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002145 10.0.0.130 - - [2025-08-11 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.046061 10.0.0.130 - - [2025-08-11 02:12:47] "POST /neutron/network HTTP/1.1" 200 847 0.040525 10.0.0.130 - - [2025-08-11 02:12:47] "POST /neutron/network HTTP/1.1" 200 847 0.017238 10.0.0.130 - - [2025-08-11 02:12:47] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012684 10.0.0.130 - - [2025-08-11 02:12:47] "POST /neutron/network HTTP/1.1" 200 847 0.017849 10.0.0.130 - - [2025-08-11 02:12:47] "POST /neutron/subnet HTTP/1.1" 200 674 0.026159 10.0.0.130 - - [2025-08-11 02:12:47] "POST /neutron/network HTTP/1.1" 200 847 0.051568 10.0.0.130 - - [2025-08-11 02:12:47] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004750 10.0.0.130 - - [2025-08-11 02:12:47] "GET /network-ipam/2ff12430-93f8-48c0-ad6d-c679f50a540d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.002902 10.0.0.130 - - [2025-08-11 02:12:47] "POST /route-targets HTTP/1.1" 200 328 0.008862 10.0.0.130 - - [2025-08-11 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.008697 10.0.0.130 - - [2025-08-11 02:12:47] "GET /domains HTTP/1.1" 200 281 0.002630 10.0.0.130 - - [2025-08-11 02:12:47] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001662 10.0.0.130 - - [2025-08-11 02:12:47] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 3503 0.010208 10.0.0.130 - - [2025-08-11 02:12:47] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002364 10.0.0.130 - - [2025-08-11 02:12:47] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3 HTTP/1.1" 200 2360 0.067112 10.0.0.130 - - [2025-08-11 02:12:47] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 200 2314 0.007914 10.0.0.130 - - [2025-08-11 02:12:47] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 200 2314 0.025298 10.0.0.130 - - [2025-08-11 02:12:47] "GET /routing-instance/4ab232a3-cd93-4d47-8f90-a008bb0b8c64 HTTP/1.1" 200 1558 0.004470 10.0.0.130 - - [2025-08-11 02:12:47] "GET /routing-instance/4ab232a3-cd93-4d47-8f90-a008bb0b8c64 HTTP/1.1" 200 1558 0.003672 10.0.0.130 - - [2025-08-11 02:12:47] "GET /route-target/afe00fac-98b6-46e3-928e-0d4030f453cf HTTP/1.1" 200 1247 0.002933 10.0.0.130 - - [2025-08-11 02:12:47] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 200 2314 0.004423 10.0.0.130 - - [2025-08-11 02:12:47] "GET /routing-instance/4ab232a3-cd93-4d47-8f90-a008bb0b8c64 HTTP/1.1" 200 1558 0.002893 10.0.0.130 - - [2025-08-11 02:12:47] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004169 10.0.0.130 - - [2025-08-11 02:12:47] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 200 2314 0.004553 10.0.0.130 - - [2025-08-11 02:12:47] "GET /routing-instance/4ab232a3-cd93-4d47-8f90-a008bb0b8c64 HTTP/1.1" 200 1558 0.004657 10.0.0.130 - - [2025-08-11 02:12:47] "GET /routing-instance/4ab232a3-cd93-4d47-8f90-a008bb0b8c64 HTTP/1.1" 200 1558 0.004730 10.0.0.130 - - [2025-08-11 02:12:47] "GET /route-target/afe00fac-98b6-46e3-928e-0d4030f453cf HTTP/1.1" 200 1247 0.004477 10.0.0.130 - - [2025-08-11 02:12:47] "GET /domains HTTP/1.1" 200 281 0.003517 10.0.0.130 - - [2025-08-11 02:12:47] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.130 - - [2025-08-11 02:12:47] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420 HTTP/1.1" 200 3503 0.008113 10.0.0.130 - - [2025-08-11 02:12:47] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.130 - - [2025-08-11 02:12:47] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3 HTTP/1.1" 200 2360 0.071038 10.0.0.130 - - [2025-08-11 02:12:47] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 200 2314 0.005036 10.0.0.130 - - [2025-08-11 02:12:48] "GET /obj-perms HTTP/1.1" 200 5049 0.041445 10.0.0.130 - - [2025-08-11 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.008824 10.0.0.130 - - [2025-08-11 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009032 10.0.0.130 - - [2025-08-11 02:12:48] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.130 - - [2025-08-11 02:12:48] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013309 10.0.0.130 - - [2025-08-11 02:12:48] "POST /service-templates HTTP/1.1" 403 264 0.008410 10.0.0.130 - - [2025-08-11 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.002500 10.0.0.130 - - [2025-08-11 02:12:48] "POST /api-access-lists HTTP/1.1" 200 523 0.011539 10.0.0.130 - - [2025-08-11 02:12:48] "GET /api-access-list/9094e26f-d0fa-4073-b3db-e08c80a250ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.004352 10.0.0.130 - - [2025-08-11 02:12:48] "GET /api-access-list/9094e26f-d0fa-4073-b3db-e08c80a250ea HTTP/1.1" 200 1293 0.003308 10.0.0.130 - - [2025-08-11 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.011739 10.0.0.130 - - [2025-08-11 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.010780 10.0.0.130 - - [2025-08-11 02:12:48] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.130 - - [2025-08-11 02:12:48] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014235 10.0.0.130 - - [2025-08-11 02:12:48] "POST /service-templates HTTP/1.1" 200 553 0.021694 10.0.0.130 - - [2025-08-11 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.014066 10.0.0.130 - - [2025-08-11 02:12:48] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011127 10.0.0.130 - - [2025-08-11 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.010214 10.0.0.130 - - [2025-08-11 02:12:48] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.010907 10.0.0.130 - - [2025-08-11 02:12:48] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 401 293 0.000438 10.0.0.130 - - [2025-08-11 02:12:49] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 403 263 0.037798 10.0.0.130 - - [2025-08-11 02:12:49] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 403 264 0.008004 10.0.0.130 - - [2025-08-11 02:12:49] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 403 264 0.031335 10.0.0.130 - - [2025-08-11 02:12:49] "GET /api-access-list/d619ad0e-a0dd-421b-b772-8b35dbef4353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.003312 10.0.0.130 - - [2025-08-11 02:12:49] "PUT /api-access-list/d619ad0e-a0dd-421b-b772-8b35dbef4353 HTTP/1.1" 200 265 0.009228 10.0.0.130 - - [2025-08-11 02:12:49] "GET /api-access-list/d619ad0e-a0dd-421b-b772-8b35dbef4353 HTTP/1.1" 200 1463 0.003707 10.0.0.130 - - [2025-08-11 02:12:49] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 200 2314 0.013681 10.0.0.130 - - [2025-08-11 02:12:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000382 10.0.0.130 - - [2025-08-11 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.030106 10.0.0.130 - - [2025-08-11 02:12:49] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001259 10.0.0.130 - - [2025-08-11 02:12:49] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039668 10.0.0.130 - - [2025-08-11 02:12:49] "GET /virtual-networks?parent_id=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018212 10.0.0.130 - - [2025-08-11 02:12:50] "POST /virtual-networks HTTP/1.1" 403 263 0.011334 10.0.0.130 - - [2025-08-11 02:12:50] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 403 264 0.014836 10.0.0.130 - - [2025-08-11 02:12:50] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 403 264 0.035740 10.0.0.130 - - [2025-08-11 02:12:50] "GET /api-access-list/9094e26f-d0fa-4073-b3db-e08c80a250ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.002869 10.0.0.130 - - [2025-08-11 02:12:50] "PUT /api-access-list/9094e26f-d0fa-4073-b3db-e08c80a250ea HTTP/1.1" 200 265 0.009570 10.0.0.130 - - [2025-08-11 02:12:50] "GET /api-access-list/9094e26f-d0fa-4073-b3db-e08c80a250ea HTTP/1.1" 200 1431 0.003447 10.0.0.130 - - [2025-08-11 02:12:50] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 200 1855 0.013549 10.0.0.130 - - [2025-08-11 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.011493 10.0.0.130 - - [2025-08-11 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010293 10.0.0.130 - - [2025-08-11 02:12:50] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001961 10.0.0.130 - - [2025-08-11 02:12:50] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.023995 10.0.0.130 - - [2025-08-11 02:12:50] "POST /service-templates HTTP/1.1" 403 264 0.009953 10.0.0.130 - - [2025-08-11 02:12:50] "GET /api-access-list/d619ad0e-a0dd-421b-b772-8b35dbef4353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.004838 10.0.0.130 - - [2025-08-11 02:12:50] "PUT /api-access-list/d619ad0e-a0dd-421b-b772-8b35dbef4353 HTTP/1.1" 200 265 0.011141 10.0.0.130 - - [2025-08-11 02:12:50] "GET /api-access-list/d619ad0e-a0dd-421b-b772-8b35dbef4353 HTTP/1.1" 200 1326 0.004664 10.0.0.130 - - [2025-08-11 02:12:50] "GET /api-access-list/9094e26f-d0fa-4073-b3db-e08c80a250ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.004568 10.0.0.130 - - [2025-08-11 02:12:50] "PUT /api-access-list/9094e26f-d0fa-4073-b3db-e08c80a250ea HTTP/1.1" 200 265 0.008346 10.0.0.130 - - [2025-08-11 02:12:50] "GET /api-access-list/9094e26f-d0fa-4073-b3db-e08c80a250ea HTTP/1.1" 200 1293 0.004833 10.0.0.130 - - [2025-08-11 02:12:50] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 403 263 0.013813 10.0.0.130 - - [2025-08-11 02:12:51] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 403 263 0.031508 10.0.0.130 - - [2025-08-11 02:12:51] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 403 264 0.006988 10.0.0.130 - - [2025-08-11 02:12:51] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 403 264 0.031752 10.0.0.130 - - [2025-08-11 02:12:51] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.005459 10.0.0.130 - - [2025-08-11 02:12:51] "PUT /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1 HTTP/1.1" 200 265 0.012492 10.0.0.130 - - [2025-08-11 02:12:51] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 200 1855 0.010680 10.0.0.130 - - [2025-08-11 02:12:51] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 200 2314 0.016628 10.0.0.130 - - [2025-08-11 02:12:51] "DELETE /api-access-list/d619ad0e-a0dd-421b-b772-8b35dbef4353 HTTP/1.1" 200 115 0.031999 10.0.0.130 - - [2025-08-11 02:12:51] "GET /api-access-list/d619ad0e-a0dd-421b-b772-8b35dbef4353 HTTP/1.1" 404 171 0.002735 10.0.0.130 - - [2025-08-11 02:12:51] "DELETE /api-access-list/9094e26f-d0fa-4073-b3db-e08c80a250ea HTTP/1.1" 200 115 0.019981 10.0.0.130 - - [2025-08-11 02:12:51] "GET /api-access-list/9094e26f-d0fa-4073-b3db-e08c80a250ea HTTP/1.1" 404 171 0.002164 10.0.0.130 - - [2025-08-11 02:12:51] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 401 293 0.000338 10.0.0.130 - - [2025-08-11 02:12:52] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 403 263 0.028393 10.0.0.130 - - [2025-08-11 02:12:52] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 403 264 0.006522 10.0.0.130 - - [2025-08-11 02:12:52] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 403 264 0.030122 10.0.0.130 - - [2025-08-11 02:12:52] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.004924 10.0.0.130 - - [2025-08-11 02:12:52] "PUT /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1 HTTP/1.1" 200 265 0.010173 10.0.0.130 - - [2025-08-11 02:12:52] "GET /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 200 2314 0.016472 10.0.0.130 - - [2025-08-11 02:12:52] "GET /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 200 1855 0.012937 10.0.0.130 - - [2025-08-11 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009231 10.0.0.130 - - [2025-08-11 02:12:52] "DELETE /service-template/7b520ae2-f17f-458b-950a-e86553ca109f HTTP/1.1" 200 115 0.024715 10.0.0.130 - - [2025-08-11 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.010265 10.0.0.130 - - [2025-08-11 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005936 10.0.0.130 - - [2025-08-11 02:12:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004079 10.0.0.130 - - [2025-08-11 02:12:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002954 10.0.0.130 - - [2025-08-11 02:12:52] "DELETE /virtual-network/65bba125-5efa-4c6a-a19b-8dbed99b4ee4 HTTP/1.1" 200 115 0.078221 10.0.0.130 - - [2025-08-11 02:12:52] "DELETE /route-target/afe00fac-98b6-46e3-928e-0d4030f453cf HTTP/1.1" 200 115 0.020929 10.0.0.130 - - [2025-08-11 02:12:52] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004068 10.0.0.130 - - [2025-08-11 02:12:52] "PUT /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1 HTTP/1.1" 200 265 0.009427 10.0.0.130 - - [2025-08-11 02:12:52] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003711 10.0.0.130 - - [2025-08-11 02:12:53] "PUT /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1 HTTP/1.1" 200 265 0.009983 10.0.0.130 - - [2025-08-11 02:12:53] "GET /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003424 10.0.0.130 - - [2025-08-11 02:12:53] "PUT /api-access-list/c04482bb-254f-4a13-a32e-6977d6a05fe1 HTTP/1.1" 200 265 0.007228 10.0.0.130 - - [2025-08-11 02:12:53] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.130 - - [2025-08-11 02:12:53] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.029325 10.0.0.130 - - [2025-08-11 02:12:53] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.130 - - [2025-08-11 02:12:53] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?fields=virtual_networks HTTP/1.1" 200 1035 0.068221 10.0.0.130 - - [2025-08-11 02:12:54] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.130 - - [2025-08-11 02:12:54] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023668 10.0.0.130 - - [2025-08-11 02:12:54] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001923 10.0.0.130 - - [2025-08-11 02:12:54] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?fields=security_groups HTTP/1.1" 200 1262 0.031074 10.0.0.130 - - [2025-08-11 02:12:54] "GET /projects?obj_uuids=36f60223-01f3-45a5-96b7-fd39514611a0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001986 10.0.0.130 - - [2025-08-11 02:12:54] "GET /project/36f60223-01f3-45a5-96b7-fd39514611a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.035696 [Introspect:8084]10.0.0.130 - - [2025-08-11 02:12:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001681 10.0.0.130 - - [2025-08-11 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.021834 10.0.0.130 - - [2025-08-11 02:12:55] "GET /projects?obj_uuids=97106db8-1383-4389-887d-2da5e2e61b49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.052424 10.0.0.130 - - [2025-08-11 02:12:55] "GET /domains?obj_uuids=1e94b48a-eae8-4875-9ae9-d3351d64e420&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.130 - - [2025-08-11 02:12:55] "GET /domain/1e94b48a-eae8-4875-9ae9-d3351d64e420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051209 10.0.0.130 - - [2025-08-11 02:12:55] "POST /id-to-fqname HTTP/1.1" 200 186 0.001674 10.0.0.130 - - [2025-08-11 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 195 0.002321 10.0.0.130 - - [2025-08-11 02:12:55] "POST /security-groups HTTP/1.1" 200 587 0.067383 10.0.0.130 - - [2025-08-11 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 230 0.004030 10.0.0.130 - - [2025-08-11 02:12:56] "POST /projects HTTP/1.1" 200 577 0.225302 10.0.0.130 - - [2025-08-11 02:12:56] "POST /access-control-lists HTTP/1.1" 200 594 0.058856 10.0.0.130 - - [2025-08-11 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.292392 10.0.0.130 - - [2025-08-11 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.003977 10.0.0.130 - - [2025-08-11 02:12:56] "GET /project/97106db8-1383-4389-887d-2da5e2e61b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.483847 10.0.0.130 - - [2025-08-11 02:12:56] "POST /access-control-lists HTTP/1.1" 200 592 0.064318 10.0.0.130 - - [2025-08-11 02:12:57] "GET / HTTP/1.1" 200 36215 0.003320 10.0.0.130 - - [2025-08-11 02:12:57] "GET /projects?obj_uuids=97106db8-1383-4389-887d-2da5e2e61b49&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001301 10.0.0.130 - - [2025-08-11 02:12:57] "GET /project/97106db8-1383-4389-887d-2da5e2e61b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.023030 10.0.0.130 - - [2025-08-11 02:12:57] "GET /projects?obj_uuids=97106db8-1383-4389-887d-2da5e2e61b49&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001036 10.0.0.130 - - [2025-08-11 02:12:57] "GET /project/97106db8-1383-4389-887d-2da5e2e61b49?fields=virtual_networks HTTP/1.1" 200 1026 0.080045 10.0.0.130 - - [2025-08-11 02:12:57] "GET /projects?obj_uuids=97106db8-1383-4389-887d-2da5e2e61b49&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001242 10.0.0.130 - - [2025-08-11 02:12:57] "GET /project/97106db8-1383-4389-887d-2da5e2e61b49?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.038480 10.0.0.130 - - [2025-08-11 02:12:57] "GET /projects?obj_uuids=97106db8-1383-4389-887d-2da5e2e61b49&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001092 10.0.0.130 - - [2025-08-11 02:12:57] "GET /project/97106db8-1383-4389-887d-2da5e2e61b49?fields=security_groups HTTP/1.1" 200 1249 0.025259 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /project/97106db813834389887d2da5e2e61b49 HTTP/1.1" 404 173 0.047299 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=b9097f83-b422-4893-b0de-7a40e27830a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000908 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.029806 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /project/abedcfbc9a5141daaa3c001846e3fdc0 HTTP/1.1" 404 173 0.066450 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=abedcfbc-9a51-41da-aa3c-001846e3fdc0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/b9097f83-b422-4893-b0de-7a40e27830a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.049462 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /project/8c7fca24cc604c358e0d61a8652180e3 HTTP/1.1" 404 173 0.096942 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /project/54a17db338c54c36b7d730245c4d3e50 HTTP/1.1" 404 173 0.100496 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/abedcfbc-9a51-41da-aa3c-001846e3fdc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.046348 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=abedcfbc-9a51-41da-aa3c-001846e3fdc0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001539 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001429 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=97106db8-1383-4389-887d-2da5e2e61b49&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001884 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=b9097f83-b422-4893-b0de-7a40e27830a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001776 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?fields=security_groups HTTP/1.1" 200 1364 0.146415 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/0fab0240-0960-40cb-b7c5-7d2edfb80489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.089252 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/abedcfbc-9a51-41da-aa3c-001846e3fdc0?fields=security_groups HTTP/1.1" 200 1364 0.101125 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=54a17db3-38c5-4c36-b7d7-30245c4d3e50&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001550 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=07ea03a9-eed7-4b70-9c80-1f21ebd69fa8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001266 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/b9097f83-b422-4893-b0de-7a40e27830a8?fields=security_groups HTTP/1.1" 200 1349 0.146018 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/97106db8-1383-4389-887d-2da5e2e61b49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.146419 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/54a17db3-38c5-4c36-b7d7-30245c4d3e50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.110100 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/07ea03a9-eed7-4b70-9c80-1f21ebd69fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.109829 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001065 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=54a17db3-38c5-4c36-b7d7-30245c4d3e50&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=97106db8-1383-4389-887d-2da5e2e61b49&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000832 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=07ea03a9-eed7-4b70-9c80-1f21ebd69fa8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000815 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/0fab0240-0960-40cb-b7c5-7d2edfb80489?fields=security_groups HTTP/1.1" 200 1348 0.119037 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/54a17db3-38c5-4c36-b7d7-30245c4d3e50?fields=security_groups HTTP/1.1" 200 1363 0.085139 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/97106db8-1383-4389-887d-2da5e2e61b49?fields=security_groups HTTP/1.1" 200 1351 0.093666 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /security-group/f30eb2b0-f2d7-4cca-96cc-4634a0e22f52 HTTP/1.1" 200 115 0.177681 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/07ea03a9-eed7-4b70-9c80-1f21ebd69fa8?fields=security_groups HTTP/1.1" 200 1347 0.121091 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=8c7fca24-cc60-4c35-8e0d-61a8652180e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /security-group/42435cd0-9fbb-43ca-bf83-f2c548646cca HTTP/1.1" 200 115 0.179273 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=abedcfbc-9a51-41da-aa3c-001846e3fdc0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3?fields=application_policy_sets HTTP/1.1" 200 1403 0.066832 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /access-control-list/ccf7430f-b135-48e1-bf45-7f592c613a56 HTTP/1.1" 200 115 0.147258 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /security-group/dfedc198-964e-492d-bb96-a181d1e73508 HTTP/1.1" 200 115 0.180361 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=b9097f83-b422-4893-b0de-7a40e27830a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001079 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /access-control-list/0e472e74-2fce-4b78-9226-fb7426431e43 HTTP/1.1" 200 115 0.066750 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /security-group/db4ca262-4a0a-49fa-80fd-6088a0264d52 HTTP/1.1" 200 115 0.155209 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/abedcfbc-9a51-41da-aa3c-001846e3fdc0?fields=application_policy_sets HTTP/1.1" 200 1403 0.124389 10.0.0.130 - - [2025-08-11 02:13:27] "GET /project/b9097f83-b422-4893-b0de-7a40e27830a8?fields=application_policy_sets HTTP/1.1" 200 1388 0.070079 10.0.0.130 - - [2025-08-11 02:13:27] "GET /projects?obj_uuids=0fab0240-0960-40cb-b7c5-7d2edfb80489&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001014 10.0.0.130 - - [2025-08-11 02:13:27] "DELETE /security-group/a5048852-c4ff-4bdb-b033-0c42e6be2b4d HTTP/1.1" 200 115 0.169507 10.0.0.130 - - [2025-08-11 02:13:28] "GET /project/0fab0240-0960-40cb-b7c5-7d2edfb80489?fields=application_policy_sets HTTP/1.1" 200 1387 0.065851 10.0.0.130 - - [2025-08-11 02:13:28] "GET /projects?obj_uuids=54a17db3-38c5-4c36-b7d7-30245c4d3e50&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.130 - - [2025-08-11 02:13:28] "DELETE /security-group/51524dc7-16eb-4b7b-816b-77388ee3a108 HTTP/1.1" 200 115 0.197351 10.0.0.130 - - [2025-08-11 02:13:28] "GET /projects?obj_uuids=97106db8-1383-4389-887d-2da5e2e61b49&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001157 10.0.0.130 - - [2025-08-11 02:13:28] "DELETE /access-control-list/6d1ab567-d66a-41b0-8ca7-b961823e2817 HTTP/1.1" 200 115 0.085549 10.0.0.130 - - [2025-08-11 02:13:28] "DELETE /security-group/a7ed76cb-2147-4ab4-bf4b-964ce0c33092 HTTP/1.1" 200 115 0.230409 10.0.0.130 - - [2025-08-11 02:13:28] "GET /projects?obj_uuids=07ea03a9-eed7-4b70-9c80-1f21ebd69fa8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001299 10.0.0.130 - - [2025-08-11 02:13:28] "DELETE /access-control-list/2f4631e0-246d-49ad-bbc3-18897ea284f0 HTTP/1.1" 200 115 0.071462 10.0.0.130 - - [2025-08-11 02:13:28] "DELETE /project/8c7fca24-cc60-4c35-8e0d-61a8652180e3 HTTP/1.1" 200 115 0.808403 10.0.0.130 - - [2025-08-11 02:13:28] "GET /project/54a17db3-38c5-4c36-b7d7-30245c4d3e50?fields=application_policy_sets HTTP/1.1" 200 1402 0.137233 10.0.0.130 - - [2025-08-11 02:13:28] "GET /project/97106db8-1383-4389-887d-2da5e2e61b49?fields=application_policy_sets HTTP/1.1" 200 1390 0.138005 10.0.0.130 - - [2025-08-11 02:13:28] "GET /project/07ea03a9-eed7-4b70-9c80-1f21ebd69fa8?fields=application_policy_sets HTTP/1.1" 200 1386 0.089171 10.0.0.130 - - [2025-08-11 02:13:28] "DELETE /access-control-list/d3d16689-91d6-4486-ada9-34e40a9d347b HTTP/1.1" 200 115 0.086163 10.0.0.130 - - [2025-08-11 02:13:28] "DELETE /project/abedcfbc-9a51-41da-aa3c-001846e3fdc0 HTTP/1.1" 200 115 0.912600 10.0.0.130 - - [2025-08-11 02:13:28] "DELETE /project/b9097f83-b422-4893-b0de-7a40e27830a8 HTTP/1.1" 200 115 0.894933