++ 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:56:33 UTC 2025 ===================' INFO: =================== Mon Aug 11 01:56:33 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.137 ++ 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.137 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.137 ++ ANALYTICSDB_NODES=10.0.0.137 ++ ANALYTICS_SNMP_NODES=10.0.0.137 ++ 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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+='10.0.0.137:8081 ' +++ '[' -n '10.0.0.137:8081 ' ']' +++ echo 10.0.0.137:8081 ++ ANALYTICS_SERVERS=10.0.0.137: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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+='10.0.0.137:9042 ' +++ '[' -n '10.0.0.137:9042 ' ']' +++ echo 10.0.0.137:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.137:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.137 ++ 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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+='10.0.0.137:8086 ' +++ '[' -n '10.0.0.137:8086 ' ']' +++ echo 10.0.0.137:8086 ++ COLLECTOR_SERVERS=10.0.0.137: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.137 ++ CONFIGDB_NODES=10.0.0.137 ++ 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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+='10.0.0.137:8082 ' +++ '[' -n '10.0.0.137:8082 ' ']' +++ echo 10.0.0.137:8082 ++ CONFIG_SERVERS=10.0.0.137: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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+='10.0.0.137:9161 ' +++ '[' -n '10.0.0.137:9161 ' ']' +++ echo 10.0.0.137:9161 ++ CONFIGDB_SERVERS=10.0.0.137: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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+='10.0.0.137:9041 ' +++ '[' -n '10.0.0.137:9041 ' ']' +++ echo 10.0.0.137:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.137: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.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.137 ++ 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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+=10.0.0.137:2181, +++ '[' -n 10.0.0.137:2181, ']' +++ echo 10.0.0.137:2181 ++ ZOOKEEPER_SERVERS=10.0.0.137: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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+='10.0.0.137:2181 ' +++ '[' -n '10.0.0.137:2181 ' ']' +++ echo 10.0.0.137:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.137:2181 ++ RABBITMQ_NODES=10.0.0.137 ++ 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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+=10.0.0.137:5673, +++ '[' -n 10.0.0.137:5673, ']' +++ echo 10.0.0.137:5673 ++ RABBITMQ_SERVERS=10.0.0.137: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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+='10.0.0.137:6379 ' +++ '[' -n '10.0.0.137:6379 ' ']' +++ echo 10.0.0.137:6379 ++ REDIS_SERVERS=10.0.0.137: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.137 ++ 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.137 +++ local server_address=10.0.0.137 +++ extended_server_list+='10.0.0.137:9092 ' +++ '[' -n '10.0.0.137:9092 ' ']' +++ echo 10.0.0.137:9092 ++ KAFKA_SERVERS=10.0.0.137: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.137 ++ 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.137 ++ 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.137 ++ 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.137 ++ cut -d , -f 1 + local cassandra=10.0.0.137 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.137 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.137 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.137 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.137,10.20.0.193,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.137'\''))' +++ local server_ip=10.0.0.137 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.137 ]] +++ [[ ,10.0.0.137,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.137, ]] +++ echo 10.0.0.137 1 +++ return ++ local ip=10.0.0.137 ++ [[ -z 10.0.0.137 ]] ++ echo 10.0.0.137 + host_ip=10.0.0.137 + [[ cql == \c\q\l ]] ++ echo 10.0.0.137:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.137:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.137: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:56:41.553 7efe71a35288 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/11/2025 01:56:41.687 7efe71a35288 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/11/2025 01:56:41.700 7efe71a35288 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/11/2025 01:56:41.700 7efe71a35288 [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.137:8082/ Hit Ctrl-C to quit. 10.0.0.137 - - [2025-08-11 01:56:44] "GET / HTTP/1.1" 503 181 0.000240 10.0.0.137 - - [2025-08-11 01:56:44] "GET / HTTP/1.1" 503 181 0.000139 10.0.0.137 - - [2025-08-11 01:56:44] "GET / HTTP/1.1" 200 36215 0.035370 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.137 - - [2025-08-11 01:56:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000611 10.0.0.137 - - [2025-08-11 01:56:45] "GET / HTTP/1.1" 200 45871 0.001512 10.0.0.137 - - [2025-08-11 01:56:45] "GET / HTTP/1.1" 200 45871 0.001144 10.0.0.137 - - [2025-08-11 01:56:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000341 10.0.0.137 - - [2025-08-11 01:56:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000281 10.0.0.137 - - [2025-08-11 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.881266 10.0.0.137 - - [2025-08-11 01:56:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.325027 10.0.0.137 - - [2025-08-11 01:56:46] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002341 10.0.0.137 - - [2025-08-11 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.053952 10.0.0.137 - - [2025-08-11 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001999 10.0.0.137 - - [2025-08-11 01:56:46] "POST /job-templates HTTP/1.1" 200 557 0.066100 10.0.0.137 - - [2025-08-11 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.002454 10.0.0.137 - - [2025-08-11 01:56:46] "POST /job-templates HTTP/1.1" 200 565 0.060944 10.0.0.137 - - [2025-08-11 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 191 0.002904 /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.137 - - [2025-08-11 01:56:46] "POST /job-templates HTTP/1.1" 200 547 0.060688 10.0.0.137 - - [2025-08-11 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.002627 10.0.0.137 - - [2025-08-11 01:56:46] "POST /job-templates HTTP/1.1" 200 579 0.065636 10.0.0.137 - - [2025-08-11 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 208 0.002705 10.0.0.137 - - [2025-08-11 01:56:46] "POST /job-templates HTTP/1.1" 200 581 0.060899 10.0.0.137 - - [2025-08-11 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 210 0.002557 10.0.0.137 - - [2025-08-11 01:56:46] "GET / HTTP/1.1" 200 36215 0.001412 10.0.0.137 - - [2025-08-11 01:56:47] "POST /job-templates HTTP/1.1" 200 585 0.073199 10.0.0.137 - - [2025-08-11 01:56:47] "GET / HTTP/1.1" 200 36215 0.001467 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.002341 10.0.0.137 - - [2025-08-11 01:56:47] "POST /job-templates HTTP/1.1" 200 561 0.060858 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000438 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 203 0.002553 10.0.0.137 - - [2025-08-11 01:56:47] "POST /job-templates HTTP/1.1" 200 571 0.064475 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.002769 10.0.0.137 - - [2025-08-11 01:56:47] "POST /job-templates HTTP/1.1" 200 557 0.061026 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.020737 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003003 10.0.0.137 - - [2025-08-11 01:56:47] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.016106 10.0.0.137 - - [2025-08-11 01:56:47] "POST /job-templates HTTP/1.1" 200 557 0.081491 10.0.0.137 - - [2025-08-11 01:56:47] "POST /service-appliance-sets HTTP/1.1" 200 555 0.048283 10.0.0.137 - - [2025-08-11 01:56:47] "GET / HTTP/1.1" 200 36215 0.001604 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000367 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.002955 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.002450 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.137 - - [2025-08-11 01:56:47] "POST /job-templates HTTP/1.1" 200 557 0.072583 10.0.0.137 - - [2025-08-11 01:56:47] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008035 10.0.0.137 - - [2025-08-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.002505 10.0.0.137 - - [2025-08-11 01:56:47] "POST /service-appliance-sets HTTP/1.1" 200 543 0.016349 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000376 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.137 - - [2025-08-11 01:56:48] "POST /job-templates HTTP/1.1" 200 537 0.056125 10.0.0.137 - - [2025-08-11 01:56:48] "GET /network-ipam/9ee29c2a-a110-4aa3-b986-af36b8efb75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003890 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.002547 10.0.0.137 - - [2025-08-11 01:56:48] "POST /job-templates HTTP/1.1" 200 561 0.062594 10.0.0.137 - - [2025-08-11 01:56:48] "POST /service-templates HTTP/1.1" 200 513 0.019468 10.0.0.137 - - [2025-08-11 01:56:48] "POST /service-templates HTTP/1.1" 200 503 0.015503 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.002462 10.0.0.137 - - [2025-08-11 01:56:48] "POST /service-templates HTTP/1.1" 200 517 0.019337 10.0.0.137 - - [2025-08-11 01:56:48] "POST /job-templates HTTP/1.1" 200 561 0.060700 10.0.0.137 - - [2025-08-11 01:56:48] "POST /service-templates HTTP/1.1" 200 537 0.017903 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.302187 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.004025 10.0.0.137 - - [2025-08-11 01:56:48] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005818 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.035061 10.0.0.137 - - [2025-08-11 01:56:48] "GET /network-ipam/9ee29c2a-a110-4aa3-b986-af36b8efb75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.002738 10.0.0.137 - - [2025-08-11 01:56:48] "POST /service-templates HTTP/1.1" 200 509 0.018317 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.002109 10.0.0.137 - - [2025-08-11 01:56:48] "POST /job-templates HTTP/1.1" 200 561 0.063869 10.0.0.137 - - [2025-08-11 01:56:48] "POST /config-nodes HTTP/1.1" 200 601 0.020106 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 201 0.002318 10.0.0.137 - - [2025-08-11 01:56:48] "POST /job-templates HTTP/1.1" 200 567 0.061021 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.002784 10.0.0.137 - - [2025-08-11 01:56:48] "GET / HTTP/1.1" 200 36215 0.002511 10.0.0.137 - - [2025-08-11 01:56:48] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000563 10.0.0.137 - - [2025-08-11 01:56:48] "POST /job-templates HTTP/1.1" 200 559 0.066426 10.0.0.137 - - [2025-08-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.004079 10.0.0.137 - - [2025-08-11 01:56:48] "POST /job-templates HTTP/1.1" 200 557 0.061646 10.0.0.137 - - [2025-08-11 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.002216 10.0.0.137 - - [2025-08-11 01:56:49] "POST /access-control-lists HTTP/1.1" 200 589 0.013321 10.0.0.137 - - [2025-08-11 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 205 0.001868 10.0.0.137 - - [2025-08-11 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 224 0.001859 10.0.0.137 - - [2025-08-11 01:56:49] "POST /job-templates HTTP/1.1" 200 575 0.057145 10.0.0.137 - - [2025-08-11 01:56:49] "POST /access-control-lists HTTP/1.1" 200 587 0.025432 10.0.0.137 - - [2025-08-11 01:56:49] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.020111 10.0.0.137 - - [2025-08-11 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.001993 10.0.0.137 - - [2025-08-11 01:56:49] "POST /route-targets HTTP/1.1" 200 328 0.007703 10.0.0.137 - - [2025-08-11 01:56:49] "POST /job-templates HTTP/1.1" 200 553 0.056952 10.0.0.137 - - [2025-08-11 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.030629 10.0.0.137 - - [2025-08-11 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 208 0.002050 10.0.0.137 - - [2025-08-11 01:56:49] "POST /route-targets HTTP/1.1" 200 328 0.008121 10.0.0.137 - - [2025-08-11 01:56:49] "POST /job-templates HTTP/1.1" 200 581 0.057317 10.0.0.137 - - [2025-08-11 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.042621 10.0.0.137 - - [2025-08-11 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.002168 10.0.0.137 - - [2025-08-11 01:56:49] "POST /route-targets HTTP/1.1" 200 328 0.007740 10.0.0.137 - - [2025-08-11 01:56:49] "POST /job-templates HTTP/1.1" 200 557 0.058506 10.0.0.137 - - [2025-08-11 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.043601 10.0.0.137 - - [2025-08-11 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.002764 10.0.0.137 - - [2025-08-11 01:56:49] "POST /route-targets HTTP/1.1" 200 328 0.008619 10.0.0.137 - - [2025-08-11 01:56:49] "POST /job-templates HTTP/1.1" 200 561 0.064355 10.0.0.137 - - [2025-08-11 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.057068 10.0.0.137 - - [2025-08-11 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003411 10.0.0.137 - - [2025-08-11 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.002886 10.0.0.137 - - [2025-08-11 01:56:49] "POST /job-templates HTTP/1.1" 200 577 0.057568 10.0.0.137 - - [2025-08-11 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.002050 10.0.0.137 - - [2025-08-11 01:56:49] "POST /access-control-lists HTTP/1.1" 200 553 0.088115 10.0.0.137 - - [2025-08-11 01:56:50] "POST /job-templates HTTP/1.1" 200 559 0.061770 10.0.0.137 - - [2025-08-11 01:56:50] "PUT /access-control-list/e44593cd-5353-4a0f-89a2-a7fda7407427 HTTP/1.1" 200 273 0.052774 10.0.0.137 - - [2025-08-11 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.002259 10.0.0.137 - - [2025-08-11 01:56:50] "PUT /access-control-list/14b161d8-c499-450b-8f2d-2586f7477ffc HTTP/1.1" 200 273 0.007935 10.0.0.137 - - [2025-08-11 01:56:50] "POST /job-templates HTTP/1.1" 200 561 0.060826 10.0.0.137 - - [2025-08-11 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.002608 10.0.0.137 - - [2025-08-11 01:56:50] "POST /job-templates HTTP/1.1" 200 557 0.064819 10.0.0.137 - - [2025-08-11 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.002743 10.0.0.137 - - [2025-08-11 01:56:50] "POST /job-templates HTTP/1.1" 200 555 0.056509 10.0.0.137 - - [2025-08-11 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.002231 10.0.0.137 - - [2025-08-11 01:56:50] "POST /job-templates HTTP/1.1" 200 555 0.056557 10.0.0.137 - - [2025-08-11 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.002552 10.0.0.137 - - [2025-08-11 01:56:50] "POST /job-templates HTTP/1.1" 200 555 0.056811 10.0.0.137 - - [2025-08-11 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.002824 10.0.0.137 - - [2025-08-11 01:56:50] "POST /job-templates HTTP/1.1" 200 565 0.060491 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.002155 10.0.0.137 - - [2025-08-11 01:56:51] "POST /job-templates HTTP/1.1" 200 567 0.060916 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.002395 10.0.0.137 - - [2025-08-11 01:56:51] "POST /config-propertiess HTTP/1.1" 200 553 0.013210 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 168 0.002266 10.0.0.137 - - [2025-08-11 01:56:51] "POST /tags HTTP/1.1" 200 322 0.027271 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 166 0.002105 10.0.0.137 - - [2025-08-11 01:56:51] "POST /tags HTTP/1.1" 200 318 0.016907 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 174 0.002305 10.0.0.137 - - [2025-08-11 01:56:51] "POST /tags HTTP/1.1" 200 334 0.017670 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 162 0.002463 10.0.0.137 - - [2025-08-11 01:56:51] "GET / HTTP/1.1" 200 36215 0.001528 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000372 10.0.0.137 - - [2025-08-11 01:56:51] "POST /tags HTTP/1.1" 200 310 0.017888 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 174 0.002280 10.0.0.137 - - [2025-08-11 01:56:51] "POST /tags HTTP/1.1" 200 334 0.017168 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.002470 10.0.0.137 - - [2025-08-11 01:56:51] "POST /tags HTTP/1.1" 200 314 0.019268 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 169 0.001970 10.0.0.137 - - [2025-08-11 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.018562 10.0.0.137 - - [2025-08-11 01:56:52] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.004843 10.0.0.137 - - [2025-08-11 01:56:52] "POST /tags HTTP/1.1" 200 324 0.015785 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.001943 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001966 10.0.0.137 - - [2025-08-11 01:56:52] "POST /config-database-nodes HTTP/1.1" 200 619 0.012364 10.0.0.137 - - [2025-08-11 01:56:52] "PUT /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c HTTP/1.1" 200 275 0.006752 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 166 0.002351 10.0.0.137 - - [2025-08-11 01:56:52] "POST /hardwares HTTP/1.1" 200 328 0.009272 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 166 0.002312 10.0.0.137 - - [2025-08-11 01:56:52] "POST /hardwares HTTP/1.1" 200 328 0.008354 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 166 0.002964 10.0.0.137 - - [2025-08-11 01:56:52] "POST /hardwares HTTP/1.1" 200 328 0.008192 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 166 0.001859 10.0.0.137 - - [2025-08-11 01:56:52] "POST /hardwares HTTP/1.1" 200 328 0.008125 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 164 0.002361 10.0.0.137 - - [2025-08-11 01:56:52] "POST /hardwares HTTP/1.1" 200 324 0.009556 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 164 0.002589 10.0.0.137 - - [2025-08-11 01:56:52] "POST /hardwares HTTP/1.1" 200 324 0.009464 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 161 0.002574 10.0.0.137 - - [2025-08-11 01:56:52] "POST /hardwares HTTP/1.1" 200 318 0.009520 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 164 0.002299 10.0.0.137 - - [2025-08-11 01:56:52] "POST /hardwares HTTP/1.1" 200 324 0.009239 10.0.0.137 - - [2025-08-11 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 164 0.002116 10.0.0.137 - - [2025-08-11 01:56:53] "POST /hardwares HTTP/1.1" 200 324 0.008038 10.0.0.137 - - [2025-08-11 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.002261 10.0.0.137 - - [2025-08-11 01:56:53] "POST /hardwares HTTP/1.1" 200 324 0.007783 10.0.0.137 - - [2025-08-11 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 165 0.001873 10.0.0.137 - - [2025-08-11 01:56:53] "POST /hardwares HTTP/1.1" 200 326 0.008064 10.0.0.137 - - [2025-08-11 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 165 0.002700 10.0.0.137 - - [2025-08-11 01:56:53] "POST /hardwares HTTP/1.1" 200 326 0.009252 10.0.0.137 - - [2025-08-11 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 165 0.002270 10.0.0.137 - - [2025-08-11 01:56:53] "POST /hardwares HTTP/1.1" 200 326 0.008987 10.0.0.137 - - [2025-08-11 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 165 0.001956 10.0.0.137 - - [2025-08-11 01:56:53] "POST /hardwares HTTP/1.1" 200 326 0.008110 10.0.0.137 - - [2025-08-11 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.001909 10.0.0.137 - - [2025-08-11 01:56:53] "POST /hardwares HTTP/1.1" 200 324 0.008876 10.0.0.137 - - [2025-08-11 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 161 0.002636 10.0.0.137 - - [2025-08-11 01:56:53] "POST /hardwares HTTP/1.1" 200 318 0.009805 10.0.0.137 - - [2025-08-11 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.002638 10.0.0.137 - - [2025-08-11 01:56:53] "POST /hardwares HTTP/1.1" 200 324 0.008953 10.0.0.137 - - [2025-08-11 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 161 0.002052 10.0.0.137 - - [2025-08-11 01:56:53] "POST /hardwares HTTP/1.1" 200 318 0.008304 10.0.0.137 - - [2025-08-11 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.002301 10.0.0.137 - - [2025-08-11 01:56:54] "POST /hardwares HTTP/1.1" 200 324 0.011211 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.002105 10.0.0.137 - - [2025-08-11 01:56:54] "POST /hardwares HTTP/1.1" 200 320 0.008663 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002286 10.0.0.137 - - [2025-08-11 01:56:54] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.002962 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.001772 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.137 - - [2025-08-11 01:56:54] "POST /hardwares HTTP/1.1" 200 320 0.007996 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 165 0.002007 10.0.0.137 - - [2025-08-11 01:56:54] "PUT /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8 HTTP/1.1" 200 277 0.007587 10.0.0.137 - - [2025-08-11 01:56:54] "POST /hardwares HTTP/1.1" 200 326 0.008706 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 161 0.002560 10.0.0.137 - - [2025-08-11 01:56:54] "POST /hardwares HTTP/1.1" 200 318 0.009015 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 161 0.002275 10.0.0.137 - - [2025-08-11 01:56:54] "POST /hardwares HTTP/1.1" 200 318 0.009107 10.0.0.137 - - [2025-08-11 01:56:54] "GET / HTTP/1.1" 200 36215 0.001375 10.0.0.137 - - [2025-08-11 01:56:54] "POST /alarms HTTP/1.1" 401 293 0.000369 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.002297 10.0.0.137 - - [2025-08-11 01:56:54] "POST /hardwares HTTP/1.1" 200 320 0.009320 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.002811 10.0.0.137 - - [2025-08-11 01:56:54] "POST /hardwares HTTP/1.1" 200 320 0.009667 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.002404 10.0.0.137 - - [2025-08-11 01:56:54] "POST /hardwares HTTP/1.1" 200 320 0.009241 10.0.0.137 - - [2025-08-11 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 158 0.003348 10.0.0.137 - - [2025-08-11 01:56:54] "POST /hardwares HTTP/1.1" 200 312 0.011144 10.0.0.137 - - [2025-08-11 01:56:54] "POST /alarms HTTP/1.1" 200 583 0.035307 10.0.0.137 - - [2025-08-11 01:56:54] "POST /alarms HTTP/1.1" 200 577 0.012158 10.0.0.137 - - [2025-08-11 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 158 0.001998 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 577 0.013519 10.0.0.137 - - [2025-08-11 01:56:55] "POST /hardwares HTTP/1.1" 200 312 0.007867 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 561 0.012478 10.0.0.137 - - [2025-08-11 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 160 0.001918 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 557 0.014605 10.0.0.137 - - [2025-08-11 01:56:55] "POST /hardwares HTTP/1.1" 200 316 0.008842 10.0.0.137 - - [2025-08-11 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 154 0.002096 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 559 0.013120 10.0.0.137 - - [2025-08-11 01:56:55] "POST /hardwares HTTP/1.1" 200 304 0.009404 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 567 0.014783 10.0.0.137 - - [2025-08-11 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 158 0.001989 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 551 0.012250 10.0.0.137 - - [2025-08-11 01:56:55] "POST /hardwares HTTP/1.1" 200 312 0.010323 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 559 0.012106 10.0.0.137 - - [2025-08-11 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 155 0.001907 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 569 0.013056 10.0.0.137 - - [2025-08-11 01:56:55] "POST /hardwares HTTP/1.1" 200 306 0.007415 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 557 0.012742 10.0.0.137 - - [2025-08-11 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 155 0.001791 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 569 0.013399 10.0.0.137 - - [2025-08-11 01:56:55] "POST /hardwares HTTP/1.1" 200 306 0.008914 10.0.0.137 - - [2025-08-11 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 155 0.002365 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 577 0.056359 10.0.0.137 - - [2025-08-11 01:56:55] "POST /hardwares HTTP/1.1" 200 306 0.010873 10.0.0.137 - - [2025-08-11 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 155 0.002307 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 571 0.014565 10.0.0.137 - - [2025-08-11 01:56:55] "POST /hardwares HTTP/1.1" 200 306 0.009543 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 563 0.017502 10.0.0.137 - - [2025-08-11 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 156 0.002272 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 563 0.012986 10.0.0.137 - - [2025-08-11 01:56:55] "POST /hardwares HTTP/1.1" 200 308 0.008162 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 563 0.013369 10.0.0.137 - - [2025-08-11 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 156 0.001920 10.0.0.137 - - [2025-08-11 01:56:55] "POST /alarms HTTP/1.1" 200 549 0.013659 10.0.0.137 - - [2025-08-11 01:56:55] "POST /hardwares HTTP/1.1" 200 308 0.007686 10.0.0.137 - - [2025-08-11 01:56:56] "POST /alarms HTTP/1.1" 200 597 0.012812 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 156 0.001822 10.0.0.137 - - [2025-08-11 01:56:56] "POST /alarms HTTP/1.1" 200 577 0.014762 10.0.0.137 - - [2025-08-11 01:56:56] "POST /hardwares HTTP/1.1" 200 308 0.009303 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.002126 10.0.0.137 - - [2025-08-11 01:56:56] "POST /alarms HTTP/1.1" 200 573 0.015606 10.0.0.137 - - [2025-08-11 01:56:56] "POST /hardwares HTTP/1.1" 200 310 0.007333 10.0.0.137 - - [2025-08-11 01:56:56] "POST /alarms HTTP/1.1" 200 585 0.012804 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 158 0.001821 10.0.0.137 - - [2025-08-11 01:56:56] "POST /alarms HTTP/1.1" 200 611 0.012674 10.0.0.137 - - [2025-08-11 01:56:56] "POST /hardwares HTTP/1.1" 200 312 0.007307 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 158 0.002892 10.0.0.137 - - [2025-08-11 01:56:56] "POST /hardwares HTTP/1.1" 200 312 0.008815 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 153 0.002213 10.0.0.137 - - [2025-08-11 01:56:56] "POST /hardwares HTTP/1.1" 200 302 0.008398 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.002476 10.0.0.137 - - [2025-08-11 01:56:56] "GET / HTTP/1.1" 200 36215 0.001525 10.0.0.137 - - [2025-08-11 01:56:56] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000337 10.0.0.137 - - [2025-08-11 01:56:56] "POST /hardwares HTTP/1.1" 200 310 0.008633 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.002510 10.0.0.137 - - [2025-08-11 01:56:56] "POST /hardwares HTTP/1.1" 200 310 0.008914 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.002644 10.0.0.137 - - [2025-08-11 01:56:56] "POST /hardwares HTTP/1.1" 200 310 0.009057 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.002553 10.0.0.137 - - [2025-08-11 01:56:56] "POST /hardwares HTTP/1.1" 200 310 0.008771 10.0.0.137 - - [2025-08-11 01:56:56] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.019896 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001886 10.0.0.137 - - [2025-08-11 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.001997 10.0.0.137 - - [2025-08-11 01:56:56] "PUT /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8 HTTP/1.1" 200 277 0.008053 10.0.0.137 - - [2025-08-11 01:56:56] "POST /hardwares HTTP/1.1" 200 310 0.008677 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.002575 10.0.0.137 - - [2025-08-11 01:56:57] "POST /hardwares HTTP/1.1" 200 318 0.008933 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 157 0.002336 10.0.0.137 - - [2025-08-11 01:56:57] "POST /hardwares HTTP/1.1" 200 310 0.018197 10.0.0.137 - - [2025-08-11 01:56:57] "GET / HTTP/1.1" 200 36215 0.001467 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 157 0.003924 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000356 10.0.0.137 - - [2025-08-11 01:56:57] "POST /hardwares HTTP/1.1" 200 310 0.028796 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 154 0.002259 10.0.0.137 - - [2025-08-11 01:56:57] "POST /hardwares HTTP/1.1" 200 304 0.020508 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.002658 10.0.0.137 - - [2025-08-11 01:56:57] "POST /features HTTP/1.1" 200 535 0.027196 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.019936 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 185 0.001896 10.0.0.137 - - [2025-08-11 01:56:57] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002669 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.137 - - [2025-08-11 01:56:57] "POST /features HTTP/1.1" 200 525 0.020368 10.0.0.137 - - [2025-08-11 01:56:57] "PUT /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8 HTTP/1.1" 200 277 0.007139 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.002194 10.0.0.137 - - [2025-08-11 01:56:57] "POST /features HTTP/1.1" 200 523 0.014633 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.002726 10.0.0.137 - - [2025-08-11 01:56:57] "POST /features HTTP/1.1" 200 523 0.018405 10.0.0.137 - - [2025-08-11 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.002781 10.0.0.137 - - [2025-08-11 01:56:58] "GET / HTTP/1.1" 200 36215 0.001538 10.0.0.137 - - [2025-08-11 01:56:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000382 10.0.0.137 - - [2025-08-11 01:56:58] "POST /features HTTP/1.1" 200 533 0.078334 10.0.0.137 - - [2025-08-11 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.002369 10.0.0.137 - - [2025-08-11 01:56:58] "POST /features HTTP/1.1" 200 523 0.155903 10.0.0.137 - - [2025-08-11 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.002511 10.0.0.137 - - [2025-08-11 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.020683 10.0.0.137 - - [2025-08-11 01:56:58] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005843 10.0.0.137 - - [2025-08-11 01:56:58] "POST /features HTTP/1.1" 200 541 0.017708 10.0.0.137 - - [2025-08-11 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 186 0.002738 10.0.0.137 - - [2025-08-11 01:56:58] "PUT /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c HTTP/1.1" 200 275 0.017703 10.0.0.137 - - [2025-08-11 01:56:58] "POST /features HTTP/1.1" 200 527 0.014873 10.0.0.137 - - [2025-08-11 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.003551 10.0.0.137 - - [2025-08-11 01:56:58] "POST /features HTTP/1.1" 200 521 0.027107 10.0.0.137 - - [2025-08-11 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.002640 10.0.0.137 - - [2025-08-11 01:56:58] "POST /features HTTP/1.1" 200 519 0.015643 10.0.0.137 - - [2025-08-11 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.002765 10.0.0.137 - - [2025-08-11 01:56:58] "POST /features HTTP/1.1" 200 535 0.034724 10.0.0.137 - - [2025-08-11 01:56:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.003026 10.0.0.137 - - [2025-08-11 01:56:58] "POST /features HTTP/1.1" 200 543 0.015485 10.0.0.137 - - [2025-08-11 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 178 0.002606 10.0.0.137 - - [2025-08-11 01:56:59] "POST /physical-roles HTTP/1.1" 200 523 0.016453 10.0.0.137 - - [2025-08-11 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 179 0.002393 10.0.0.137 - - [2025-08-11 01:56:59] "POST /physical-roles HTTP/1.1" 200 525 0.014558 10.0.0.137 - - [2025-08-11 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.002429 10.0.0.137 - - [2025-08-11 01:56:59] "POST /physical-roles HTTP/1.1" 200 535 0.014387 10.0.0.137 - - [2025-08-11 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 177 0.002598 10.0.0.137 - - [2025-08-11 01:56:59] "POST /physical-roles HTTP/1.1" 200 521 0.016852 10.0.0.137 - - [2025-08-11 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.010911 10.0.0.137 - - [2025-08-11 01:56:59] "POST /overlay-roles HTTP/1.1" 200 547 0.016275 10.0.0.137 - - [2025-08-11 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.002634 10.0.0.137 - - [2025-08-11 01:56:59] "POST /overlay-roles HTTP/1.1" 200 533 0.015162 10.0.0.137 - - [2025-08-11 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.002753 10.0.0.137 - - [2025-08-11 01:56:59] "POST /overlay-roles HTTP/1.1" 200 547 0.030515 10.0.0.137 - - [2025-08-11 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 185 0.002706 10.0.0.137 - - [2025-08-11 01:56:59] "POST /overlay-roles HTTP/1.1" 200 535 0.015194 10.0.0.137 - - [2025-08-11 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.002567 10.0.0.137 - - [2025-08-11 01:57:00] "POST /overlay-roles HTTP/1.1" 200 543 0.013531 10.0.0.137 - - [2025-08-11 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.137 - - [2025-08-11 01:57:00] "PUT /overlay-role/45a96141-1ead-48a0-a540-4465bc6b7f2f HTTP/1.1" 200 259 0.008337 10.0.0.137 - - [2025-08-11 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.003396 10.0.0.137 - - [2025-08-11 01:57:00] "POST /overlay-roles HTTP/1.1" 200 533 0.013942 10.0.0.137 - - [2025-08-11 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 185 0.002308 10.0.0.137 - - [2025-08-11 01:57:00] "POST /overlay-roles HTTP/1.1" 200 535 0.013206 10.0.0.137 - - [2025-08-11 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.002130 10.0.0.137 - - [2025-08-11 01:57:00] "POST /overlay-roles HTTP/1.1" 200 531 0.013942 10.0.0.137 - - [2025-08-11 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 187 0.002247 10.0.0.137 - - [2025-08-11 01:57:00] "POST /overlay-roles HTTP/1.1" 200 539 0.013406 10.0.0.137 - - [2025-08-11 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.002394 10.0.0.137 - - [2025-08-11 01:57:00] "POST /overlay-roles HTTP/1.1" 200 543 0.016458 10.0.0.137 - - [2025-08-11 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 178 0.003391 10.0.0.137 - - [2025-08-11 01:57:00] "POST /overlay-roles HTTP/1.1" 200 521 0.018550 10.0.0.137 - - [2025-08-11 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 190 0.002712 10.0.0.137 - - [2025-08-11 01:57:00] "POST /overlay-roles HTTP/1.1" 200 545 0.039052 10.0.0.137 - - [2025-08-11 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 182 0.002768 10.0.0.137 - - [2025-08-11 01:57:01] "POST /role-definitions HTTP/1.1" 200 535 0.014636 10.0.0.137 - - [2025-08-11 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.002732 10.0.0.137 - - [2025-08-11 01:57:01] "POST /role-definitions HTTP/1.1" 200 549 0.014777 10.0.0.137 - - [2025-08-11 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.002752 10.0.0.137 - - [2025-08-11 01:57:01] "POST /role-definitions HTTP/1.1" 200 551 0.014117 10.0.0.137 - - [2025-08-11 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 191 0.002169 10.0.0.137 - - [2025-08-11 01:57:01] "POST /role-definitions HTTP/1.1" 200 553 0.013542 10.0.0.137 - - [2025-08-11 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.002349 10.0.0.137 - - [2025-08-11 01:57:01] "POST /role-definitions HTTP/1.1" 200 565 0.013530 10.0.0.137 - - [2025-08-11 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.001966 10.0.0.137 - - [2025-08-11 01:57:01] "POST /role-definitions HTTP/1.1" 200 549 0.012925 10.0.0.137 - - [2025-08-11 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.002052 10.0.0.137 - - [2025-08-11 01:57:01] "POST /role-definitions HTTP/1.1" 200 551 0.013471 10.0.0.137 - - [2025-08-11 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 191 0.003230 10.0.0.137 - - [2025-08-11 01:57:01] "POST /role-definitions HTTP/1.1" 200 553 0.024957 10.0.0.137 - - [2025-08-11 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.002491 10.0.0.137 - - [2025-08-11 01:57:01] "POST /role-definitions HTTP/1.1" 200 551 0.014372 10.0.0.137 - - [2025-08-11 01:57:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.002380 10.0.0.137 - - [2025-08-11 01:57:01] "POST /role-definitions HTTP/1.1" 200 563 0.013613 10.0.0.137 - - [2025-08-11 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.001990 10.0.0.137 - - [2025-08-11 01:57:02] "POST /role-definitions HTTP/1.1" 200 549 0.013402 10.0.0.137 - - [2025-08-11 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.002787 10.0.0.137 - - [2025-08-11 01:57:02] "POST /role-definitions HTTP/1.1" 200 551 0.014687 10.0.0.137 - - [2025-08-11 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.002239 10.0.0.137 - - [2025-08-11 01:57:02] "POST /role-definitions HTTP/1.1" 200 547 0.013971 10.0.0.137 - - [2025-08-11 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.002138 10.0.0.137 - - [2025-08-11 01:57:02] "POST /role-definitions HTTP/1.1" 200 549 0.013714 10.0.0.137 - - [2025-08-11 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.001956 10.0.0.137 - - [2025-08-11 01:57:02] "POST /role-definitions HTTP/1.1" 200 555 0.013553 10.0.0.137 - - [2025-08-11 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.002259 10.0.0.137 - - [2025-08-11 01:57:02] "POST /role-definitions HTTP/1.1" 200 557 0.022691 10.0.0.137 - - [2025-08-11 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 182 0.002229 10.0.0.137 - - [2025-08-11 01:57:02] "POST /role-definitions HTTP/1.1" 200 535 0.013932 10.0.0.137 - - [2025-08-11 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 187 0.002415 10.0.0.137 - - [2025-08-11 01:57:02] "POST /role-definitions HTTP/1.1" 200 545 0.014439 10.0.0.137 - - [2025-08-11 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 181 0.002390 10.0.0.137 - - [2025-08-11 01:57:02] "POST /role-definitions HTTP/1.1" 200 533 0.023827 10.0.0.137 - - [2025-08-11 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.002295 10.0.0.137 - - [2025-08-11 01:57:03] "GET /global-system-configs HTTP/1.1" 200 323 0.573825 10.0.0.137 - - [2025-08-11 01:57:03] "POST /role-definitions HTTP/1.1" 200 539 0.013736 10.0.0.137 - - [2025-08-11 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.001812 10.0.0.137 - - [2025-08-11 01:57:03] "POST /role-definitions HTTP/1.1" 200 549 0.018546 10.0.0.137 - - [2025-08-11 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.001893 10.0.0.137 - - [2025-08-11 01:57:03] "POST /role-definitions HTTP/1.1" 200 559 0.012949 10.0.0.137 - - [2025-08-11 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.002180 10.0.0.137 - - [2025-08-11 01:57:03] "POST /role-definitions HTTP/1.1" 200 563 0.021621 10.0.0.137 - - [2025-08-11 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 195 0.002410 10.0.0.137 - - [2025-08-11 01:57:03] "POST /role-definitions HTTP/1.1" 200 561 0.013825 10.0.0.137 - - [2025-08-11 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.001913 10.0.0.137 - - [2025-08-11 01:57:03] "POST /feature-configs HTTP/1.1" 200 539 0.013408 10.0.0.137 - - [2025-08-11 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 212 0.002094 10.0.0.137 - - [2025-08-11 01:57:03] "GET /global-system-configs HTTP/1.1" 200 323 0.019431 10.0.0.137 - - [2025-08-11 01:57:03] "POST /feature-configs HTTP/1.1" 200 564 0.013440 10.0.0.137 - - [2025-08-11 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.002669 10.0.0.137 - - [2025-08-11 01:57:03] "POST /feature-configs HTTP/1.1" 200 563 0.014638 10.0.0.137 - - [2025-08-11 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.002498 10.0.0.137 - - [2025-08-11 01:57:03] "POST /node-profiles HTTP/1.1" 200 549 0.014546 10.0.0.137 - - [2025-08-11 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 187 0.002274 10.0.0.137 - - [2025-08-11 01:57:04] "POST /node-profiles HTTP/1.1" 200 539 0.014016 10.0.0.137 - - [2025-08-11 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.001966 10.0.0.137 - - [2025-08-11 01:57:04] "POST /node-profiles HTTP/1.1" 200 551 0.013551 10.0.0.137 - - [2025-08-11 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.002117 10.0.0.137 - - [2025-08-11 01:57:04] "POST /node-profiles HTTP/1.1" 200 543 0.016368 10.0.0.137 - - [2025-08-11 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.002473 10.0.0.137 - - [2025-08-11 01:57:04] "POST /node-profiles HTTP/1.1" 200 543 0.013416 10.0.0.137 - - [2025-08-11 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.001909 10.0.0.137 - - [2025-08-11 01:57:04] "POST /node-profiles HTTP/1.1" 200 541 0.013210 10.0.0.137 - - [2025-08-11 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.001922 10.0.0.137 - - [2025-08-11 01:57:04] "POST /node-profiles HTTP/1.1" 200 533 0.014511 10.0.0.137 - - [2025-08-11 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 185 0.002127 10.0.0.137 - - [2025-08-11 01:57:04] "POST /node-profiles HTTP/1.1" 200 535 0.014300 10.0.0.137 - - [2025-08-11 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.002585 10.0.0.137 - - [2025-08-11 01:57:04] "POST /node-profiles HTTP/1.1" 200 559 0.014475 10.0.0.137 - - [2025-08-11 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.002237 10.0.0.137 - - [2025-08-11 01:57:04] "POST /telemetry-profiles HTTP/1.1" 200 556 0.014079 10.0.0.137 - - [2025-08-11 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.002174 10.0.0.137 - - [2025-08-11 01:57:05] "POST /telemetry-profiles HTTP/1.1" 200 556 0.026871 10.0.0.137 - - [2025-08-11 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.002329 10.0.0.137 - - [2025-08-11 01:57:05] "POST /telemetry-profiles HTTP/1.1" 200 556 0.013289 10.0.0.137 - - [2025-08-11 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.002046 10.0.0.137 - - [2025-08-11 01:57:05] "POST /telemetry-profiles HTTP/1.1" 200 556 0.013412 10.0.0.137 - - [2025-08-11 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.002359 10.0.0.137 - - [2025-08-11 01:57:05] "POST /telemetry-profiles HTTP/1.1" 200 556 0.013672 10.0.0.137 - - [2025-08-11 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.001968 10.0.0.137 - - [2025-08-11 01:57:05] "POST /telemetry-profiles HTTP/1.1" 200 556 0.013145 10.0.0.137 - - [2025-08-11 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.002269 10.0.0.137 - - [2025-08-11 01:57:05] "POST /sflow-profiles HTTP/1.1" 200 534 0.013613 10.0.0.137 - - [2025-08-11 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.002110 10.0.0.137 - - [2025-08-11 01:57:05] "POST /sflow-profiles HTTP/1.1" 200 540 0.012635 10.0.0.137 - - [2025-08-11 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.002306 10.0.0.137 - - [2025-08-11 01:57:05] "POST /sflow-profiles HTTP/1.1" 200 540 0.014482 10.0.0.137 - - [2025-08-11 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.002687 10.0.0.137 - - [2025-08-11 01:57:05] "POST /grpc-profiles HTTP/1.1" 200 532 0.014904 10.0.0.137 - - [2025-08-11 01:57:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.002335 10.0.0.137 - - [2025-08-11 01:57:05] "POST /snmp-profiles HTTP/1.1" 200 532 0.013553 10.0.0.137 - - [2025-08-11 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.002712 10.0.0.137 - - [2025-08-11 01:57:06] "POST /netconf-profiles HTTP/1.1" 200 544 0.012964 10.0.0.137 - - [2025-08-11 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.002612 10.0.0.137 - - [2025-08-11 01:57:06] "POST /device-functional-groups HTTP/1.1" 200 542 0.016113 10.0.0.137 - - [2025-08-11 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.002166 10.0.0.137 - - [2025-08-11 01:57:06] "POST /device-functional-groups HTTP/1.1" 200 542 0.014546 10.0.0.137 - - [2025-08-11 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.002141 10.0.0.137 - - [2025-08-11 01:57:06] "POST /device-functional-groups HTTP/1.1" 200 546 0.012844 10.0.0.137 - - [2025-08-11 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.002079 10.0.0.137 - - [2025-08-11 01:57:06] "POST /device-functional-groups HTTP/1.1" 200 544 0.016009 10.0.0.137 - - [2025-08-11 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 218 0.002530 10.0.0.137 - - [2025-08-11 01:57:06] "POST /device-functional-groups HTTP/1.1" 200 592 0.015320 10.0.0.137 - - [2025-08-11 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 208 0.002385 10.0.0.137 - - [2025-08-11 01:57:06] "POST /device-functional-groups HTTP/1.1" 200 572 0.013416 10.0.0.137 - - [2025-08-11 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.002840 10.0.0.137 - - [2025-08-11 01:57:06] "POST /device-functional-groups HTTP/1.1" 200 622 0.013173 10.0.0.137 - - [2025-08-11 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.002692 10.0.0.137 - - [2025-08-11 01:57:06] "POST /device-functional-groups HTTP/1.1" 200 568 0.016702 10.0.0.137 - - [2025-08-11 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 205 0.002255 10.0.0.137 - - [2025-08-11 01:57:07] "POST /device-functional-groups HTTP/1.1" 200 566 0.013835 10.0.0.137 - - [2025-08-11 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.001995 10.0.0.137 - - [2025-08-11 01:57:07] "POST /device-functional-groups HTTP/1.1" 200 576 0.014341 10.0.0.137 - - [2025-08-11 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.002085 10.0.0.137 - - [2025-08-11 01:57:07] "POST /role-configs HTTP/1.1" 200 527 0.013238 10.0.0.137 - - [2025-08-11 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.002415 10.0.0.137 - - [2025-08-11 01:57:07] "POST /role-configs HTTP/1.1" 200 522 0.013126 10.0.0.137 - - [2025-08-11 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.002013 10.0.0.137 - - [2025-08-11 01:57:07] "POST /role-configs HTTP/1.1" 200 524 0.013294 10.0.0.137 - - [2025-08-11 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.003134 10.0.0.137 - - [2025-08-11 01:57:07] "POST /role-configs HTTP/1.1" 200 524 0.013507 10.0.0.137 - - [2025-08-11 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 202 0.002234 10.0.0.137 - - [2025-08-11 01:57:07] "POST /role-configs HTTP/1.1" 200 528 0.013082 10.0.0.137 - - [2025-08-11 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.002575 10.0.0.137 - - [2025-08-11 01:57:07] "POST /role-configs HTTP/1.1" 200 523 0.017284 10.0.0.137 - - [2025-08-11 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.002552 10.0.0.137 - - [2025-08-11 01:57:07] "POST /role-configs HTTP/1.1" 200 519 0.013004 10.0.0.137 - - [2025-08-11 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.002151 10.0.0.137 - - [2025-08-11 01:57:08] "POST /role-configs HTTP/1.1" 200 520 0.013688 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.137 - - [2025-08-11 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.007712 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002154 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.137 - - [2025-08-11 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.006647 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.137 - - [2025-08-11 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.007245 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002136 10.0.0.137 - - [2025-08-11 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.006556 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.137 - - [2025-08-11 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.006923 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002379 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.137 - - [2025-08-11 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.007174 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.137 - - [2025-08-11 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.137 - - [2025-08-11 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.006783 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002053 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002143 10.0.0.137 - - [2025-08-11 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.006661 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002318 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.137 - - [2025-08-11 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.006709 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002039 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001895 10.0.0.137 - - [2025-08-11 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.006459 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001980 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002254 10.0.0.137 - - [2025-08-11 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.007786 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.137 - - [2025-08-11 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.006303 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.137 - - [2025-08-11 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.006334 10.0.0.137 - - [2025-08-11 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.137 - - [2025-08-11 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.005795 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002034 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001972 10.0.0.137 - - [2025-08-11 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.005310 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001948 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001898 10.0.0.137 - - [2025-08-11 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.005993 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001993 10.0.0.137 - - [2025-08-11 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.006097 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.137 - - [2025-08-11 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.006480 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.137 - - [2025-08-11 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.007281 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.137 - - [2025-08-11 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.006115 10.0.0.137 - - [2025-08-11 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002294 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002415 10.0.0.137 - - [2025-08-11 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.005641 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002027 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001898 10.0.0.137 - - [2025-08-11 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.005788 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002202 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002315 10.0.0.137 - - [2025-08-11 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.006058 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002267 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.137 - - [2025-08-11 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.005899 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002290 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.137 - - [2025-08-11 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.006478 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.137 - - [2025-08-11 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.006319 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.137 - - [2025-08-11 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.137 - - [2025-08-11 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.006664 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001790 10.0.0.137 - - [2025-08-11 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.005234 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002184 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002097 10.0.0.137 - - [2025-08-11 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.005368 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002041 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001925 10.0.0.137 - - [2025-08-11 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.005677 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001881 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001925 10.0.0.137 - - [2025-08-11 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.005387 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001883 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001959 10.0.0.137 - - [2025-08-11 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.006207 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.137 - - [2025-08-11 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.007723 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.137 - - [2025-08-11 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.137 - - [2025-08-11 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.005608 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002074 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.137 - - [2025-08-11 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.006643 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002142 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.137 - - [2025-08-11 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.005453 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002040 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001907 10.0.0.137 - - [2025-08-11 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.006337 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.137 - - [2025-08-11 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.006007 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.137 - - [2025-08-11 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.006234 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.137 - - [2025-08-11 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.006472 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.137 - - [2025-08-11 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.137 - - [2025-08-11 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.006267 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002278 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002260 10.0.0.137 - - [2025-08-11 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.005961 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.137 - - [2025-08-11 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.007352 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002531 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.137 - - [2025-08-11 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.005559 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001934 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001889 10.0.0.137 - - [2025-08-11 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.005606 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.137 - - [2025-08-11 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.006282 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.137 - - [2025-08-11 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.006286 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.137 - - [2025-08-11 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.137 - - [2025-08-11 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.006912 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002177 10.0.0.137 - - [2025-08-11 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.005994 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.137 - - [2025-08-11 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.006176 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002150 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.011487 10.0.0.137 - - [2025-08-11 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.006227 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002071 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001966 10.0.0.137 - - [2025-08-11 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.005584 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.137 - - [2025-08-11 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.006411 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002271 10.0.0.137 - - [2025-08-11 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.006081 10.0.0.137 - - [2025-08-11 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001996 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.137 - - [2025-08-11 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.004962 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002276 10.0.0.137 - - [2025-08-11 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.005737 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001927 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002090 10.0.0.137 - - [2025-08-11 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.006244 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002128 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001863 10.0.0.137 - - [2025-08-11 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.006256 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.137 - - [2025-08-11 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.006098 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.137 - - [2025-08-11 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.007741 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.137 - - [2025-08-11 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.006451 10.0.0.137 - - [2025-08-11 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002042 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001932 10.0.0.137 - - [2025-08-11 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.005641 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001842 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001888 10.0.0.137 - - [2025-08-11 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.005538 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.137 - - [2025-08-11 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.006853 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001990 10.0.0.137 - - [2025-08-11 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.005191 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001908 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.137 - - [2025-08-11 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.009207 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.137 - - [2025-08-11 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.006643 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002276 10.0.0.137 - - [2025-08-11 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.006037 10.0.0.137 - - [2025-08-11 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002109 10.0.0.137 - - [2025-08-11 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.006474 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001806 10.0.0.137 - - [2025-08-11 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.004905 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001949 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002267 10.0.0.137 - - [2025-08-11 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.006591 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002042 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001965 10.0.0.137 - - [2025-08-11 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.005307 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001932 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001974 10.0.0.137 - - [2025-08-11 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.005952 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.137 - - [2025-08-11 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.007048 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002211 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.137 - - [2025-08-11 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.007020 10.0.0.137 - - [2025-08-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.137 - - [2025-08-11 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.005681 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002251 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001993 10.0.0.137 - - [2025-08-11 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.005023 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001831 10.0.0.137 - - [2025-08-11 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.005652 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001975 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001859 10.0.0.137 - - [2025-08-11 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.005785 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002054 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.137 - - [2025-08-11 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.006229 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002277 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.137 - - [2025-08-11 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.006359 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.137 - - [2025-08-11 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.006228 10.0.0.137 - - [2025-08-11 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001968 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002224 10.0.0.137 - - [2025-08-11 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.006635 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001974 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001975 10.0.0.137 - - [2025-08-11 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.005791 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002025 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.137 - - [2025-08-11 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.007443 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002069 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002023 10.0.0.137 - - [2025-08-11 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.005348 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002081 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002016 10.0.0.137 - - [2025-08-11 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.005559 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.137 - - [2025-08-11 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.006288 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.137 - - [2025-08-11 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.005862 10.0.0.137 - - [2025-08-11 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002025 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001940 10.0.0.137 - - [2025-08-11 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.006667 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002282 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.137 - - [2025-08-11 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.005979 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.137 - - [2025-08-11 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.006624 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002406 10.0.0.137 - - [2025-08-11 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.006413 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.137 - - [2025-08-11 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.006015 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.137 - - [2025-08-11 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.006436 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.137 - - [2025-08-11 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.137 - - [2025-08-11 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.005804 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002198 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001972 10.0.0.137 - - [2025-08-11 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.005453 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002157 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002124 10.0.0.137 - - [2025-08-11 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.005842 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001997 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001920 10.0.0.137 - - [2025-08-11 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.005301 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001929 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002219 10.0.0.137 - - [2025-08-11 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.005463 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.137 - - [2025-08-11 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.006467 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002094 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.137 - - [2025-08-11 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.006489 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.137 - - [2025-08-11 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.137 - - [2025-08-11 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.006656 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002193 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.137 - - [2025-08-11 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.005463 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002068 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001956 10.0.0.137 - - [2025-08-11 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.006064 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002276 10.0.0.137 - - [2025-08-11 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.005841 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002110 10.0.0.137 - - [2025-08-11 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.005253 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.137 - - [2025-08-11 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.006837 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.137 - - [2025-08-11 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.006453 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.137 - - [2025-08-11 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.137 - - [2025-08-11 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.006367 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001995 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001808 10.0.0.137 - - [2025-08-11 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.004939 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001922 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002177 10.0.0.137 - - [2025-08-11 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.005853 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002010 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001817 10.0.0.137 - - [2025-08-11 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.005823 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001923 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001962 10.0.0.137 - - [2025-08-11 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.005803 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002204 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.137 - - [2025-08-11 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.006536 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.137 - - [2025-08-11 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.006064 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.137 - - [2025-08-11 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.137 - - [2025-08-11 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.006970 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.137 - - [2025-08-11 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.006396 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.137 - - [2025-08-11 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.039389 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002125 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001983 10.0.0.137 - - [2025-08-11 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.006730 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002407 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002027 10.0.0.137 - - [2025-08-11 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.006622 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.137 - - [2025-08-11 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.008691 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.137 - - [2025-08-11 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.014044 10.0.0.137 - - [2025-08-11 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002090 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002150 10.0.0.137 - - [2025-08-11 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.006998 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.137 - - [2025-08-11 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.006331 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002254 10.0.0.137 - - [2025-08-11 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.018227 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.137 - - [2025-08-11 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.006826 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.137 - - [2025-08-11 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.007136 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.137 - - [2025-08-11 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.006720 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.137 - - [2025-08-11 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.137 - - [2025-08-11 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.006490 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.137 - - [2025-08-11 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.007198 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.137 - - [2025-08-11 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006354 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.137 - - [2025-08-11 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006618 10.0.0.137 - - [2025-08-11 01:57:27] "GET / HTTP/1.1" 200 36215 0.001538 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000374 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002309 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.137 - - [2025-08-11 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006012 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.137 - - [2025-08-11 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006089 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002319 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.020545 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.137 - - [2025-08-11 01:57:27] "GET /routing-instance/9318598f-0085-4d52-a981-fa3e49af0cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.002969 10.0.0.137 - - [2025-08-11 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.006860 10.0.0.137 - - [2025-08-11 01:57:27] "POST /bgp-routers HTTP/1.1" 200 622 0.016520 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001906 10.0.0.137 - - [2025-08-11 01:57:27] "GET /bgp-router/7be64d2f-58c2-4f7a-84a7-d2cf20c3ab82?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.003939 10.0.0.137 - - [2025-08-11 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001794 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001794 10.0.0.137 - - [2025-08-11 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.006203 10.0.0.137 - - [2025-08-11 01:57:28] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.004642 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001856 10.0.0.137 - - [2025-08-11 01:57:28] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001887 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001790 10.0.0.137 - - [2025-08-11 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.005108 10.0.0.137 - - [2025-08-11 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.005954 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002314 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002125 10.0.0.137 - - [2025-08-11 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.005613 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002382 10.0.0.137 - - [2025-08-11 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.006084 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.137 - - [2025-08-11 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.006774 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.137 - - [2025-08-11 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.006710 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002352 10.0.0.137 - - [2025-08-11 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.006311 10.0.0.137 - - [2025-08-11 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.137 - - [2025-08-11 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.006008 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002081 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002059 10.0.0.137 - - [2025-08-11 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.005898 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001945 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002004 10.0.0.137 - - [2025-08-11 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.006256 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002098 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.137 - - [2025-08-11 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.005739 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002202 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.137 - - [2025-08-11 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.006570 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.137 - - [2025-08-11 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.006273 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002039 10.0.0.137 - - [2025-08-11 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.005546 10.0.0.137 - - [2025-08-11 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001924 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002006 10.0.0.137 - - [2025-08-11 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.005593 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002325 10.0.0.137 - - [2025-08-11 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.005966 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002056 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002192 10.0.0.137 - - [2025-08-11 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.005523 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001938 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001925 10.0.0.137 - - [2025-08-11 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.006742 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001994 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001952 10.0.0.137 - - [2025-08-11 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.005723 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002247 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.137 - - [2025-08-11 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.006158 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002051 10.0.0.137 - - [2025-08-11 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.006118 10.0.0.137 - - [2025-08-11 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001994 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002040 10.0.0.137 - - [2025-08-11 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.005658 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001911 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002075 10.0.0.137 - - [2025-08-11 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.005960 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002010 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.137 - - [2025-08-11 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.006296 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001948 10.0.0.137 - - [2025-08-11 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.005491 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001904 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.137 - - [2025-08-11 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.005540 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.137 - - [2025-08-11 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.006891 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002083 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002024 10.0.0.137 - - [2025-08-11 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.005429 10.0.0.137 - - [2025-08-11 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002001 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001934 10.0.0.137 - - [2025-08-11 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.005953 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001884 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001978 10.0.0.137 - - [2025-08-11 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.006164 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002080 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001987 10.0.0.137 - - [2025-08-11 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.005737 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002123 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002069 10.0.0.137 - - [2025-08-11 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.005930 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001842 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.137 - - [2025-08-11 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.007881 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002294 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.137 - - [2025-08-11 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.006440 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.137 - - [2025-08-11 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.137 - - [2025-08-11 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.006329 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002069 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001975 10.0.0.137 - - [2025-08-11 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.006163 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001909 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002040 10.0.0.137 - - [2025-08-11 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.005959 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002235 10.0.0.137 - - [2025-08-11 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.007082 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.137 - - [2025-08-11 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.006889 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002327 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.137 - - [2025-08-11 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.007807 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.137 - - [2025-08-11 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.006812 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.137 - - [2025-08-11 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.137 - - [2025-08-11 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.006648 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002041 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.137 - - [2025-08-11 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.005384 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002207 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002161 10.0.0.137 - - [2025-08-11 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.007269 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002144 10.0.0.137 - - [2025-08-11 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.005640 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.137 - - [2025-08-11 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.005697 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002144 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.137 - - [2025-08-11 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.008061 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.137 - - [2025-08-11 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.018006 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.137 - - [2025-08-11 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.137 - - [2025-08-11 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.006967 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.137 - - [2025-08-11 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.137 - - [2025-08-11 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.007100 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.137 - - [2025-08-11 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.006814 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001943 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001863 10.0.0.137 - - [2025-08-11 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.007249 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.137 - - [2025-08-11 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.007155 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.137 - - [2025-08-11 01:57:35] "POST /ref-update HTTP/1.1" 200 156 0.007403 10.0.0.137 - - [2025-08-11 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002415 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.137 - - [2025-08-11 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.006845 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.137 - - [2025-08-11 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.008993 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002086 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002300 10.0.0.137 - - [2025-08-11 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.006403 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001890 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001751 10.0.0.137 - - [2025-08-11 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.006548 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002100 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002300 10.0.0.137 - - [2025-08-11 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.007308 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.137 - - [2025-08-11 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.007576 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.137 - - [2025-08-11 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.137 - - [2025-08-11 01:57:36] "POST /ref-update HTTP/1.1" 200 156 0.007073 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002284 10.0.0.137 - - [2025-08-11 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.007218 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.137 - - [2025-08-11 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.006874 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002310 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.137 - - [2025-08-11 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.006412 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002248 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002123 10.0.0.137 - - [2025-08-11 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.006357 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002418 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.137 - - [2025-08-11 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.007880 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.137 - - [2025-08-11 01:57:37] "POST /ref-update HTTP/1.1" 200 156 0.007370 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.137 - - [2025-08-11 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.137 - - [2025-08-11 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002269 10.0.0.137 - - [2025-08-11 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.007152 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.137 - - [2025-08-11 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.007688 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.137 - - [2025-08-11 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.006872 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.137 - - [2025-08-11 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.007203 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.137 - - [2025-08-11 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.007391 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.137 - - [2025-08-11 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.008910 10.0.0.137 - - [2025-08-11 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.137 - - [2025-08-11 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.007159 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.137 - - [2025-08-11 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.009338 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002273 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.137 - - [2025-08-11 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.007071 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.137 - - [2025-08-11 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.009658 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.137 - - [2025-08-11 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.007365 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.014910 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.137 - - [2025-08-11 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.007716 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.137 - - [2025-08-11 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.137 - - [2025-08-11 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.007645 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.137 - - [2025-08-11 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.007637 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.137 - - [2025-08-11 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.009321 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.137 - - [2025-08-11 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.007338 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.137 - - [2025-08-11 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.007364 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.137 - - [2025-08-11 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.007174 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.137 - - [2025-08-11 01:57:40] "POST /ref-update HTTP/1.1" 200 156 0.007518 10.0.0.137 - - [2025-08-11 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.137 - - [2025-08-11 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.007153 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002381 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.137 - - [2025-08-11 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.137 - - [2025-08-11 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.007155 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.137 - - [2025-08-11 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.007302 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.137 - - [2025-08-11 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.007058 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.137 - - [2025-08-11 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.007414 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.137 - - [2025-08-11 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.137 - - [2025-08-11 01:57:41] "POST /ref-update HTTP/1.1" 200 156 0.007041 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.137 - - [2025-08-11 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.007253 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.137 - - [2025-08-11 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.007642 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.137 - - [2025-08-11 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.007084 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.137 - - [2025-08-11 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.006197 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.137 - - [2025-08-11 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.007008 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.137 - - [2025-08-11 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.006400 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.137 - - [2025-08-11 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.137 - - [2025-08-11 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.007203 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.137 - - [2025-08-11 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006196 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.137 - - [2025-08-11 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006571 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.137 - - [2025-08-11 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006276 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.137 - - [2025-08-11 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.007139 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.137 - - [2025-08-11 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006807 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.137 - - [2025-08-11 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.137 - - [2025-08-11 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.006794 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.137 - - [2025-08-11 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.006393 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.137 - - [2025-08-11 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.008843 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.137 - - [2025-08-11 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.009576 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.137 - - [2025-08-11 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.009024 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.137 - - [2025-08-11 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.009370 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.137 - - [2025-08-11 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.008768 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.137 - - [2025-08-11 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.137 - - [2025-08-11 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.009071 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.137 - - [2025-08-11 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.007601 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.137 - - [2025-08-11 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.007118 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.137 - - [2025-08-11 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.007338 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.137 - - [2025-08-11 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.007428 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.137 - - [2025-08-11 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.007507 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.137 - - [2025-08-11 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.007323 10.0.0.137 - - [2025-08-11 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.137 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.137 - - [2025-08-11 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.007479 10.0.0.137 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.137 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.137 - - [2025-08-11 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.007313 10.0.0.137 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.137 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.137 - - [2025-08-11 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.007499 10.0.0.137 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.137 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.137 - - [2025-08-11 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.007012 10.0.0.137 - - [2025-08-11 01:57:46] "POST /network-ipams HTTP/1.1" 200 552 0.014977 10.0.0.137 - - [2025-08-11 01:57:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003756 10.0.0.137 - - [2025-08-11 01:57:46] "POST /virtual-networks HTTP/1.1" 200 554 0.093179 10.0.0.137 - - [2025-08-11 01:57:46] "POST /route-targets HTTP/1.1" 200 328 0.007875 10.0.0.137 - - [2025-08-11 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.008958 10.0.0.137 - - [2025-08-11 01:57:46] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002228 10.0.0.137 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.002560 10.0.0.137 - - [2025-08-11 01:57:46] "POST /fqname-to-id HTTP/1.1" 404 178 0.002870 10.0.0.137 - - [2025-08-11 01:57:46] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002593 10.0.0.137 - - [2025-08-11 01:57:46] "GET /fabric/9e62359c-252f-4236-8c7b-6619e569f94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.004386 10.0.0.137 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.002413 10.0.0.137 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.002598 10.0.0.137 - - [2025-08-11 01:57:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.002797 10.0.0.137 - - [2025-08-11 01:57:54] "GET / HTTP/1.1" 200 36215 0.001771 10.0.0.137 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.137 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.022024 10.0.0.137 - - [2025-08-11 01:57:54] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006240 10.0.0.137 - - [2025-08-11 01:57:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.002859 10.0.0.137 - - [2025-08-11 01:57:55] "POST /database-nodes HTTP/1.1" 200 605 0.014347 10.0.0.137 - - [2025-08-11 01:58:24] "GET / HTTP/1.1" 200 36215 0.001646 10.0.0.137 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.137 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.020988 10.0.0.137 - - [2025-08-11 01:58:24] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005182 10.0.0.137 - - [2025-08-11 01:58:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003064 10.0.0.137 - - [2025-08-11 01:58:24] "POST /analytics-nodes HTTP/1.1" 200 607 0.014385 10.0.0.137 - - [2025-08-11 01:58:30] "GET / HTTP/1.1" 200 36215 0.002277 10.0.0.137 - - [2025-08-11 01:58:37] "GET / HTTP/1.1" 200 36215 0.001522 10.0.0.137 - - [2025-08-11 01:58:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000425 10.0.0.137 - - [2025-08-11 01:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.025953 10.0.0.137 - - [2025-08-11 01:58:37] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005517 10.0.0.137 - - [2025-08-11 01:58:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.002873 10.0.0.137 - - [2025-08-11 01:58:37] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.020499 10.0.0.137 - - [2025-08-11 01:58:44] "GET / HTTP/1.1" 200 36215 0.001523 10.0.0.137 - - [2025-08-11 01:58:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.137 - - [2025-08-11 01:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.021666 10.0.0.137 - - [2025-08-11 01:58:45] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005342 10.0.0.137 - - [2025-08-11 01:58:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.002706 10.0.0.137 - - [2025-08-11 01:58:45] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.024615 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.137 - - [2025-08-11 01:58:49] "GET /obj-perms HTTP/1.1" 200 5075 0.340718 10.0.0.137 - - [2025-08-11 01:58:50] "GET /obj-perms HTTP/1.1" 200 5075 0.037445 10.0.0.137 - - [2025-08-11 01:59:50] "GET /obj-perms HTTP/1.1" 200 5075 0.040457 10.0.0.137 - - [2025-08-11 01:59:50] "GET /obj-perms HTTP/1.1" 200 5075 0.043134 10.0.0.137 - - [2025-08-11 02:00:13] "GET / HTTP/1.1" 200 36215 0.001604 10.0.0.137 - - [2025-08-11 02:00:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.137 - - [2025-08-11 02:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.021721 10.0.0.137 - - [2025-08-11 02:00:13] "GET /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005915 10.0.0.137 - - [2025-08-11 02:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.137 - - [2025-08-11 02:00:13] "GET /routing-instance/9318598f-0085-4d52-a981-fa3e49af0cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003682 10.0.0.137 - - [2025-08-11 02:00:13] "PUT /global-system-config/8e6528e8-1b36-4e99-9dd7-6c2a024fa36c HTTP/1.1" 200 275 0.009310 10.0.0.137 - - [2025-08-11 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 218 0.002529 10.0.0.137 - - [2025-08-11 02:00:14] "POST /virtual-routers HTTP/1.1" 200 605 0.016568 10.0.0.137 - - [2025-08-11 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.137 - - [2025-08-11 02:00:14] "GET /virtual-router/5ea2a2c6-fbf7-4b56-acfd-ce9307c19cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.004782 10.0.0.137 - - [2025-08-11 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 231 0.002544 10.0.0.137 - - [2025-08-11 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.137 - - [2025-08-11 02:00:14] "GET /virtual-network/f319c0e3-c92a-4dd0-9640-36d324fbfc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004884 10.0.0.137 - - [2025-08-11 02:00:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.039414 10.0.0.137 - - [2025-08-11 02:00:14] "PUT /access-control-list/8c42edc5-4397-4a74-a4c2-d872f85a53f3 HTTP/1.1" 200 273 0.010918 [Introspect:8084]10.0.0.137 - - [2025-08-11 02:00:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000840 [Introspect:8084]10.0.0.137 - - [2025-08-11 02:00:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000782 [Introspect:8084]10.0.0.137 - - [2025-08-11 02:00:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000757 [Introspect:8084]10.0.0.137 - - [2025-08-11 02:00:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000806 10.0.0.137 - - [2025-08-11 02:00:51] "GET /obj-perms HTTP/1.1" 200 5075 0.037761 10.0.0.137 - - [2025-08-11 02:00:51] "GET /obj-perms HTTP/1.1" 200 5075 0.039532 10.0.0.137 - - [2025-08-11 02:01:22] "GET / HTTP/1.1" 200 36215 0.001680 10.0.0.137 - - [2025-08-11 02:01:23] "GET /project/0252c7dc-b40e-4cde-be3a-056f5d7631c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000452 10.0.0.137 - - [2025-08-11 02:01:23] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002216 10.0.0.137 - - [2025-08-11 02:01:23] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.137 - - [2025-08-11 02:01:23] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.047394 10.0.0.137 - - [2025-08-11 02:01:23] "POST /id-to-fqname HTTP/1.1" 200 167 0.001136 10.0.0.137 - - [2025-08-11 02:01:23] "POST /fqname-to-id HTTP/1.1" 404 176 0.001878 10.0.0.137 - - [2025-08-11 02:01:23] "POST /security-groups HTTP/1.1" 200 568 0.059667 10.0.0.137 - - [2025-08-11 02:01:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.002743 10.0.0.137 - - [2025-08-11 02:01:23] "POST /projects HTTP/1.1" 200 539 0.207523 10.0.0.137 - - [2025-08-11 02:01:23] "POST /access-control-lists HTTP/1.1" 200 575 0.054421 10.0.0.137 - - [2025-08-11 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.271993 10.0.0.137 - - [2025-08-11 02:01:23] "POST /fqname-to-id HTTP/1.1" 404 206 0.002055 10.0.0.137 - - [2025-08-11 02:01:23] "GET /project/0252c7dc-b40e-4cde-be3a-056f5d7631c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.419667 10.0.0.137 - - [2025-08-11 02:01:23] "POST /access-control-lists HTTP/1.1" 200 573 0.059894 [Introspect:8084]10.0.0.137 - - [2025-08-11 02:01:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000968 10.0.0.137 - - [2025-08-11 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.016667 10.0.0.137 - - [2025-08-11 02:01:24] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002731 10.0.0.137 - - [2025-08-11 02:01:24] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.137 - - [2025-08-11 02:01:24] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.045821 10.0.0.137 - - [2025-08-11 02:01:24] "POST /id-to-fqname HTTP/1.1" 200 201 0.001093 10.0.0.137 - - [2025-08-11 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.005049 10.0.0.137 - - [2025-08-11 02:01:24] "POST /security-groups HTTP/1.1" 200 602 0.063921 10.0.0.137 - - [2025-08-11 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.002100 10.0.0.137 - - [2025-08-11 02:01:24] "POST /projects HTTP/1.1" 200 607 0.207482 10.0.0.137 - - [2025-08-11 02:01:24] "POST /access-control-lists HTTP/1.1" 200 609 0.058912 10.0.0.137 - - [2025-08-11 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.273188 10.0.0.137 - - [2025-08-11 02:01:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.002266 10.0.0.137 - - [2025-08-11 02:01:24] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.422775 10.0.0.137 - - [2025-08-11 02:01:25] "POST /access-control-lists HTTP/1.1" 200 607 0.055583 10.0.0.137 - - [2025-08-11 02:01:25] "GET / HTTP/1.1" 200 36215 0.002626 10.0.0.137 - - [2025-08-11 02:01:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.137 - - [2025-08-11 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.043130 10.0.0.137 - - [2025-08-11 02:01:26] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000896 10.0.0.137 - - [2025-08-11 02:01:26] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.021137 10.0.0.137 - - [2025-08-11 02:01:26] "POST /neutron/network HTTP/1.1" 200 117 0.031833 10.0.0.137 - - [2025-08-11 02:01:26] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001040 10.0.0.137 - - [2025-08-11 02:01:27] "POST /neutron/network HTTP/1.1" 200 620 0.069785 10.0.0.137 - - [2025-08-11 02:01:27] "POST /route-targets HTTP/1.1" 200 328 0.018041 10.0.0.137 - - [2025-08-11 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.014150 10.0.0.137 - - [2025-08-11 02:01:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002963 10.0.0.137 - - [2025-08-11 02:01:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.135399 10.0.0.137 - - [2025-08-11 02:01:27] "POST /neutron/network HTTP/1.1" 200 841 0.005787 10.0.0.137 - - [2025-08-11 02:01:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001437 10.0.0.137 - - [2025-08-11 02:01:27] "GET /virtual-network/a97b78a2-07e8-4ead-854a-bea048f5561c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005996 10.0.0.137 - - [2025-08-11 02:01:27] "POST /neutron/network HTTP/1.1" 200 841 0.005188 10.0.0.137 - - [2025-08-11 02:01:27] "GET /virtual-network/a97b78a2-07e8-4ead-854a-bea048f5561c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006722 10.0.0.137 - - [2025-08-11 02:01:27] "POST /neutron/network HTTP/1.1" 200 841 0.004867 10.0.0.137 - - [2025-08-11 02:01:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.005966 10.0.0.137 - - [2025-08-11 02:01:27] "GET /domains HTTP/1.1" 401 293 0.000319 10.0.0.137 - - [2025-08-11 02:01:27] "GET /domains HTTP/1.1" 200 281 0.021336 10.0.0.137 - - [2025-08-11 02:01:27] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.137 - - [2025-08-11 02:01:27] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2593 0.011243 10.0.0.137 - - [2025-08-11 02:01:27] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000860 10.0.0.137 - - [2025-08-11 02:01:27] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771 HTTP/1.1" 200 2175 0.064470 10.0.0.137 - - [2025-08-11 02:01:27] "GET /virtual-network/a97b78a2-07e8-4ead-854a-bea048f5561c HTTP/1.1" 200 2352 0.005217 10.0.0.137 - - [2025-08-11 02:01:27] "GET /virtual-network/a97b78a2-07e8-4ead-854a-bea048f5561c HTTP/1.1" 200 2352 0.003944 10.0.0.137 - - [2025-08-11 02:01:27] "GET /routing-instance/908fa9a8-e63b-45c8-8bfe-21c55f4b5e78 HTTP/1.1" 200 1498 0.002604 10.0.0.137 - - [2025-08-11 02:01:27] "GET /routing-instance/908fa9a8-e63b-45c8-8bfe-21c55f4b5e78 HTTP/1.1" 200 1498 0.002451 10.0.0.137 - - [2025-08-11 02:01:27] "GET /route-target/f26f24e9-37aa-403c-b3f6-df69cf933a0f HTTP/1.1" 200 1222 0.002375 10.0.0.137 - - [2025-08-11 02:01:27] "GET /virtual-network/a97b78a2-07e8-4ead-854a-bea048f5561c HTTP/1.1" 200 2352 0.003790 10.0.0.137 - - [2025-08-11 02:01:27] "GET /routing-instance/908fa9a8-e63b-45c8-8bfe-21c55f4b5e78 HTTP/1.1" 200 1498 0.002602 10.0.0.137 - - [2025-08-11 02:01:27] "GET /virtual-network/a97b78a2-07e8-4ead-854a-bea048f5561c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.003922 10.0.0.137 - - [2025-08-11 02:01:27] "GET /virtual-network/a97b78a2-07e8-4ead-854a-bea048f5561c HTTP/1.1" 200 2352 0.004162 10.0.0.137 - - [2025-08-11 02:01:27] "GET /routing-instance/908fa9a8-e63b-45c8-8bfe-21c55f4b5e78 HTTP/1.1" 200 1498 0.002682 10.0.0.137 - - [2025-08-11 02:01:27] "GET /routing-instance/908fa9a8-e63b-45c8-8bfe-21c55f4b5e78 HTTP/1.1" 200 1498 0.002528 10.0.0.137 - - [2025-08-11 02:01:27] "GET /route-target/f26f24e9-37aa-403c-b3f6-df69cf933a0f HTTP/1.1" 200 1222 0.002234 10.0.0.137 - - [2025-08-11 02:01:27] "GET /domains HTTP/1.1" 200 281 0.001819 10.0.0.137 - - [2025-08-11 02:01:27] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.137 - - [2025-08-11 02:01:27] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2593 0.006021 10.0.0.137 - - [2025-08-11 02:01:27] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001125 10.0.0.137 - - [2025-08-11 02:01:27] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771 HTTP/1.1" 200 2175 0.063160 10.0.0.137 - - [2025-08-11 02:01:27] "GET /virtual-network/a97b78a2-07e8-4ead-854a-bea048f5561c HTTP/1.1" 200 2352 0.004443 10.0.0.137 - - [2025-08-11 02:01:28] "GET /obj-perms HTTP/1.1" 200 5071 0.038100 10.0.0.137 - - [2025-08-11 02:01:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001175 10.0.0.137 - - [2025-08-11 02:01:29] "POST /neutron/network HTTP/1.1" 200 851 0.005238 10.0.0.137 - - [2025-08-11 02:01:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000355 10.0.0.137 - - [2025-08-11 02:01:30] "GET / HTTP/1.1" 200 36215 0.002575 10.0.0.137 - - [2025-08-11 02:01:30] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000369 10.0.0.137 - - [2025-08-11 02:01:30] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000987 10.0.0.137 - - [2025-08-11 02:01:30] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040944 10.0.0.137 - - [2025-08-11 02:01:31] "POST /neutron/network HTTP/1.1" 200 841 0.022314 10.0.0.137 - - [2025-08-11 02:01:31] "POST /neutron/port HTTP/1.1" 200 117 0.004502 10.0.0.137 - - [2025-08-11 02:01:31] "POST /neutron/port HTTP/1.1" 200 117 0.003889 10.0.0.137 - - [2025-08-11 02:01:31] "POST /neutron/port HTTP/1.1" 200 117 0.004183 10.0.0.137 - - [2025-08-11 02:01:31] "POST /neutron/network HTTP/1.1" 200 851 0.005046 10.0.0.137 - - [2025-08-11 02:01:31] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000990 10.0.0.137 - - [2025-08-11 02:01:32] "POST /neutron/port HTTP/1.1" 200 1073 0.201228 10.0.0.137 - - [2025-08-11 02:01:32] "POST /neutron/port HTTP/1.1" 200 1073 0.025508 10.0.0.137 - - [2025-08-11 02:01:32] "POST /neutron/port HTTP/1.1" 200 1073 0.006905 10.0.0.137 - - [2025-08-11 02:01:32] "POST /neutron/port HTTP/1.1" 200 1127 0.053490 10.0.0.137 - - [2025-08-11 02:01:32] "POST /neutron/port HTTP/1.1" 200 1101 0.009252 10.0.0.137 - - [2025-08-11 02:01:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002433 10.0.0.137 - - [2025-08-11 02:01:32] "POST /neutron/subnet HTTP/1.1" 200 708 0.005342 10.0.0.137 - - [2025-08-11 02:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.000834 10.0.0.137 - - [2025-08-11 02:01:32] "POST /neutron/network HTTP/1.1" 200 841 0.004008 10.0.0.137 - - [2025-08-11 02:01:36] "POST /neutron/port HTTP/1.1" 200 1101 0.010024 10.0.0.137 - - [2025-08-11 02:01:36] "POST /neutron/security_group HTTP/1.1" 200 2069 0.004851 10.0.0.137 - - [2025-08-11 02:01:36] "GET /obj-perms HTTP/1.1" 200 5071 0.002433 10.0.0.137 - - [2025-08-11 02:01:37] "GET /obj-perms HTTP/1.1" 200 5071 0.003066 10.0.0.137 - - [2025-08-11 02:01:38] "GET /obj-perms HTTP/1.1" 200 5071 0.003022 10.0.0.137 - - [2025-08-11 02:01:39] "GET /obj-perms HTTP/1.1" 200 5071 0.003232 10.0.0.137 - - [2025-08-11 02:01:40] "GET /obj-perms HTTP/1.1" 200 5071 0.003011 10.0.0.137 - - [2025-08-11 02:01:41] "POST /neutron/network HTTP/1.1" 200 841 0.005518 10.0.0.137 - - [2025-08-11 02:01:41] "POST /neutron/network HTTP/1.1" 400 204 0.008380 10.0.0.137 - - [2025-08-11 02:01:41] "POST /neutron/port HTTP/1.1" 200 1101 0.010401 10.0.0.137 - - [2025-08-11 02:01:41] "POST /neutron/port HTTP/1.1" 200 1127 0.007119 10.0.0.137 - - [2025-08-11 02:01:42] "POST /neutron/port HTTP/1.1" 200 151 0.100706 10.0.0.137 - - [2025-08-11 02:01:43] "POST /neutron/network HTTP/1.1" 200 841 0.004974 10.0.0.137 - - [2025-08-11 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.137 - - [2025-08-11 02:01:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003161 10.0.0.137 - - [2025-08-11 02:01:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001743 10.0.0.137 - - [2025-08-11 02:01:43] "POST /neutron/network HTTP/1.1" 200 151 0.078108 10.0.0.137 - - [2025-08-11 02:01:43] "DELETE /route-target/f26f24e9-37aa-403c-b3f6-df69cf933a0f HTTP/1.1" 200 115 0.021390 10.0.0.137 - - [2025-08-11 02:01:43] "GET /routing-instance/908fa9a8-e63b-45c8-8bfe-21c55f4b5e78 HTTP/1.1" 404 171 0.006280 10.0.0.137 - - [2025-08-11 02:01:43] "GET /domains HTTP/1.1" 200 281 0.001789 10.0.0.137 - - [2025-08-11 02:01:43] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.137 - - [2025-08-11 02:01:43] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2593 0.052220 10.0.0.137 - - [2025-08-11 02:01:43] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000929 10.0.0.137 - - [2025-08-11 02:01:43] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771 HTTP/1.1" 200 1924 0.068396 10.0.0.137 - - [2025-08-11 02:01:43] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001043 10.0.0.137 - - [2025-08-11 02:01:43] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.020715 10.0.0.137 - - [2025-08-11 02:01:43] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000947 10.0.0.137 - - [2025-08-11 02:01:44] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?fields=virtual_networks HTTP/1.1" 200 1057 0.067353 10.0.0.137 - - [2025-08-11 02:01:44] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000960 10.0.0.137 - - [2025-08-11 02:01:44] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.022749 10.0.0.137 - - [2025-08-11 02:01:44] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000975 10.0.0.137 - - [2025-08-11 02:01:44] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?fields=security_groups HTTP/1.1" 200 1295 0.022548 10.0.0.137 - - [2025-08-11 02:01:44] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001209 10.0.0.137 - - [2025-08-11 02:01:44] "GET /project/0252c7dc-b40e-4cde-be3a-056f5d7631c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.022286 10.0.0.137 - - [2025-08-11 02:01:46] "DELETE /project/edca6ae36c934691ab5ca6c703405771 HTTP/1.1" 404 173 0.022729 10.0.0.137 - - [2025-08-11 02:01:46] "DELETE /project/0252c7dcb40e4cdebe3a056f5d7631c3 HTTP/1.1" 404 173 0.041960 10.0.0.137 - - [2025-08-11 02:01:46] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001552 10.0.0.137 - - [2025-08-11 02:01:46] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.048202 10.0.0.137 - - [2025-08-11 02:01:46] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000945 10.0.0.137 - - [2025-08-11 02:01:46] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?fields=security_groups HTTP/1.1" 200 1397 0.070866 10.0.0.137 - - [2025-08-11 02:01:47] "DELETE /security-group/a5febcc7-1d3e-48fe-9a10-9dbdb6a29619 HTTP/1.1" 200 115 0.041096 10.0.0.137 - - [2025-08-11 02:01:47] "GET /projects?obj_uuids=edca6ae3-6c93-4691-ab5c-a6c703405771&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000901 10.0.0.137 - - [2025-08-11 02:01:47] "DELETE /access-control-list/d4586a74-07a1-4fc9-9642-20879cfbd947 HTTP/1.1" 200 115 0.029963 10.0.0.137 - - [2025-08-11 02:01:47] "GET /project/edca6ae3-6c93-4691-ab5c-a6c703405771?fields=application_policy_sets HTTP/1.1" 200 1436 0.038276 10.0.0.137 - - [2025-08-11 02:01:47] "DELETE /access-control-list/5892f5c7-1adf-4013-8f0d-7a6b058c85d5 HTTP/1.1" 200 115 0.028839 10.0.0.137 - - [2025-08-11 02:01:47] "DELETE /project/edca6ae3-6c93-4691-ab5c-a6c703405771 HTTP/1.1" 200 115 0.400098 10.0.0.137 - - [2025-08-11 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.018423 10.0.0.137 - - [2025-08-11 02:01:48] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002213 10.0.0.137 - - [2025-08-11 02:01:49] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.137 - - [2025-08-11 02:01:49] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006436 10.0.0.137 - - [2025-08-11 02:01:49] "POST /id-to-fqname HTTP/1.1" 200 202 0.001187 10.0.0.137 - - [2025-08-11 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.003066 10.0.0.137 - - [2025-08-11 02:01:49] "POST /security-groups HTTP/1.1" 200 603 0.059791 10.0.0.137 - - [2025-08-11 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 246 0.022467 10.0.0.137 - - [2025-08-11 02:01:49] "POST /projects HTTP/1.1" 200 609 0.214028 10.0.0.137 - - [2025-08-11 02:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.277205 10.0.0.137 - - [2025-08-11 02:01:49] "POST /access-control-lists HTTP/1.1" 200 610 0.057495 10.0.0.137 - - [2025-08-11 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.002383 10.0.0.137 - - [2025-08-11 02:01:49] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.386658 10.0.0.137 - - [2025-08-11 02:01:49] "POST /access-control-lists HTTP/1.1" 200 608 0.055807 10.0.0.137 - - [2025-08-11 02:01:50] "GET / HTTP/1.1" 200 36215 0.001875 10.0.0.137 - - [2025-08-11 02:01:50] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000999 10.0.0.137 - - [2025-08-11 02:01:50] "GET /project/0252c7dc-b40e-4cde-be3a-056f5d7631c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.024765 10.0.0.137 - - [2025-08-11 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.137 - - [2025-08-11 02:01:51] "GET /security-group/5129e91a-3dee-4b71-875a-e587f0142aaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003756 10.0.0.137 - - [2025-08-11 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.137 - - [2025-08-11 02:01:51] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000960 10.0.0.137 - - [2025-08-11 02:01:51] "GET /project/0252c7dc-b40e-4cde-be3a-056f5d7631c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.024741 10.0.0.137 - - [2025-08-11 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.137 - - [2025-08-11 02:01:51] "GET /security-group/5129e91a-3dee-4b71-875a-e587f0142aaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003160 10.0.0.137 - - [2025-08-11 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002142 10.0.0.137 - - [2025-08-11 02:01:51] "PUT /security-group/5129e91a-3dee-4b71-875a-e587f0142aaf HTTP/1.1" 200 263 0.011345 10.0.0.137 - - [2025-08-11 02:01:51] "PUT /access-control-list/02bc377b-83f0-4895-a4fb-2db684638b01 HTTP/1.1" 200 273 0.007368 10.0.0.137 - - [2025-08-11 02:01:51] "PUT /access-control-list/ef960d79-8efd-4e3e-900d-7c2aaddf7ff4 HTTP/1.1" 200 273 0.007609 10.0.0.137 - - [2025-08-11 02:01:51] "GET /obj-perms HTTP/1.1" 200 5075 0.037446 10.0.0.137 - - [2025-08-11 02:01:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000410 10.0.0.137 - - [2025-08-11 02:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026632 10.0.0.137 - - [2025-08-11 02:01:52] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.137 - - [2025-08-11 02:01:52] "GET /obj-perms HTTP/1.1" 200 5075 0.338845 10.0.0.137 - - [2025-08-11 02:01:52] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.024797 10.0.0.137 - - [2025-08-11 02:01:52] "POST /neutron/network HTTP/1.1" 200 117 0.024593 10.0.0.137 - - [2025-08-11 02:01:52] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.137 - - [2025-08-11 02:01:52] "POST /neutron/network HTTP/1.1" 200 619 0.053635 10.0.0.137 - - [2025-08-11 02:01:52] "POST /route-targets HTTP/1.1" 200 328 0.008342 10.0.0.137 - - [2025-08-11 02:01:52] "POST /ref-update HTTP/1.1" 200 156 0.009501 10.0.0.137 - - [2025-08-11 02:01:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003189 10.0.0.137 - - [2025-08-11 02:01:52] "POST /neutron/subnet HTTP/1.1" 200 730 0.185536 10.0.0.137 - - [2025-08-11 02:01:52] "POST /neutron/network HTTP/1.1" 200 839 0.004094 10.0.0.137 - - [2025-08-11 02:01:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.000975 10.0.0.137 - - [2025-08-11 02:01:52] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003919 10.0.0.137 - - [2025-08-11 02:01:52] "POST /neutron/network HTTP/1.1" 200 839 0.005011 10.0.0.137 - - [2025-08-11 02:01:52] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004087 10.0.0.137 - - [2025-08-11 02:01:52] "POST /neutron/network HTTP/1.1" 200 839 0.004792 10.0.0.137 - - [2025-08-11 02:01:52] "POST /neutron/subnet HTTP/1.1" 200 730 0.005152 10.0.0.137 - - [2025-08-11 02:01:52] "GET /domains HTTP/1.1" 401 293 0.000329 10.0.0.137 - - [2025-08-11 02:01:53] "GET /domains HTTP/1.1" 200 281 0.020286 10.0.0.137 - - [2025-08-11 02:01:53] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.137 - - [2025-08-11 02:01:53] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2594 0.007243 10.0.0.137 - - [2025-08-11 02:01:53] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.137 - - [2025-08-11 02:01:53] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681 HTTP/1.1" 200 2180 0.064359 10.0.0.137 - - [2025-08-11 02:01:53] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a HTTP/1.1" 200 2348 0.005339 10.0.0.137 - - [2025-08-11 02:01:53] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a HTTP/1.1" 200 2348 0.004166 10.0.0.137 - - [2025-08-11 02:01:53] "GET /routing-instance/1d291d65-54d0-4556-adba-b60592390163 HTTP/1.1" 200 1494 0.002776 10.0.0.137 - - [2025-08-11 02:01:53] "GET /routing-instance/1d291d65-54d0-4556-adba-b60592390163 HTTP/1.1" 200 1494 0.002543 10.0.0.137 - - [2025-08-11 02:01:53] "GET /route-target/50ef0711-446e-416d-a322-a221088fb8e9 HTTP/1.1" 200 1220 0.002562 10.0.0.137 - - [2025-08-11 02:01:53] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a HTTP/1.1" 200 2348 0.004470 10.0.0.137 - - [2025-08-11 02:01:53] "GET /routing-instance/1d291d65-54d0-4556-adba-b60592390163 HTTP/1.1" 200 1494 0.002549 10.0.0.137 - - [2025-08-11 02:01:53] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003906 10.0.0.137 - - [2025-08-11 02:01:53] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a HTTP/1.1" 200 2348 0.003848 10.0.0.137 - - [2025-08-11 02:01:53] "GET /routing-instance/1d291d65-54d0-4556-adba-b60592390163 HTTP/1.1" 200 1494 0.002841 10.0.0.137 - - [2025-08-11 02:01:53] "GET /routing-instance/1d291d65-54d0-4556-adba-b60592390163 HTTP/1.1" 200 1494 0.002502 10.0.0.137 - - [2025-08-11 02:01:53] "GET /route-target/50ef0711-446e-416d-a322-a221088fb8e9 HTTP/1.1" 200 1220 0.002219 10.0.0.137 - - [2025-08-11 02:01:53] "GET /domains HTTP/1.1" 200 281 0.001788 10.0.0.137 - - [2025-08-11 02:01:53] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.137 - - [2025-08-11 02:01:53] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2594 0.006210 10.0.0.137 - - [2025-08-11 02:01:53] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000850 10.0.0.137 - - [2025-08-11 02:01:53] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681 HTTP/1.1" 200 2180 0.061509 10.0.0.137 - - [2025-08-11 02:01:53] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a HTTP/1.1" 200 2348 0.004280 10.0.0.137 - - [2025-08-11 02:01:53] "GET /obj-perms HTTP/1.1" 200 5073 0.036806 10.0.0.137 - - [2025-08-11 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.137 - - [2025-08-11 02:01:53] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001259 10.0.0.137 - - [2025-08-11 02:01:53] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.019714 10.0.0.137 - - [2025-08-11 02:01:53] "POST /neutron/network HTTP/1.1" 200 117 0.008061 10.0.0.137 - - [2025-08-11 02:01:53] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001281 10.0.0.137 - - [2025-08-11 02:01:53] "POST /neutron/network HTTP/1.1" 200 619 0.058448 10.0.0.137 - - [2025-08-11 02:01:53] "POST /route-targets HTTP/1.1" 200 328 0.008568 10.0.0.137 - - [2025-08-11 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.008797 10.0.0.137 - - [2025-08-11 02:01:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002819 10.0.0.137 - - [2025-08-11 02:01:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.137686 10.0.0.137 - - [2025-08-11 02:01:54] "POST /neutron/network HTTP/1.1" 200 838 0.004290 10.0.0.137 - - [2025-08-11 02:01:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001035 10.0.0.137 - - [2025-08-11 02:01:54] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004085 10.0.0.137 - - [2025-08-11 02:01:54] "POST /neutron/network HTTP/1.1" 200 838 0.004100 10.0.0.137 - - [2025-08-11 02:01:54] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003836 10.0.0.137 - - [2025-08-11 02:01:54] "POST /neutron/network HTTP/1.1" 200 838 0.004985 10.0.0.137 - - [2025-08-11 02:01:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.005157 10.0.0.137 - - [2025-08-11 02:01:54] "GET /domains HTTP/1.1" 200 281 0.001778 10.0.0.137 - - [2025-08-11 02:01:54] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.137 - - [2025-08-11 02:01:54] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2594 0.005787 10.0.0.137 - - [2025-08-11 02:01:54] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.137 - - [2025-08-11 02:01:54] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681 HTTP/1.1" 200 2409 0.065059 10.0.0.137 - - [2025-08-11 02:01:54] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d HTTP/1.1" 200 2344 0.004865 10.0.0.137 - - [2025-08-11 02:01:54] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d HTTP/1.1" 200 2344 0.003866 10.0.0.137 - - [2025-08-11 02:01:54] "GET /routing-instance/72021b1c-ad86-43f3-8064-b929f2357dd0 HTTP/1.1" 200 1493 0.002570 10.0.0.137 - - [2025-08-11 02:01:54] "GET /routing-instance/72021b1c-ad86-43f3-8064-b929f2357dd0 HTTP/1.1" 200 1493 0.002481 10.0.0.137 - - [2025-08-11 02:01:54] "GET /route-target/112b822e-9479-4567-8cae-a3e0acf6496a HTTP/1.1" 200 1220 0.002213 10.0.0.137 - - [2025-08-11 02:01:54] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d HTTP/1.1" 200 2344 0.003882 10.0.0.137 - - [2025-08-11 02:01:54] "GET /routing-instance/72021b1c-ad86-43f3-8064-b929f2357dd0 HTTP/1.1" 200 1493 0.002380 10.0.0.137 - - [2025-08-11 02:01:54] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003965 10.0.0.137 - - [2025-08-11 02:01:54] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d HTTP/1.1" 200 2344 0.006222 10.0.0.137 - - [2025-08-11 02:01:54] "GET /routing-instance/72021b1c-ad86-43f3-8064-b929f2357dd0 HTTP/1.1" 200 1493 0.002487 10.0.0.137 - - [2025-08-11 02:01:54] "GET /routing-instance/72021b1c-ad86-43f3-8064-b929f2357dd0 HTTP/1.1" 200 1493 0.002535 10.0.0.137 - - [2025-08-11 02:01:54] "GET /route-target/112b822e-9479-4567-8cae-a3e0acf6496a HTTP/1.1" 200 1220 0.002210 10.0.0.137 - - [2025-08-11 02:01:54] "GET /domains HTTP/1.1" 200 281 0.001796 10.0.0.137 - - [2025-08-11 02:01:54] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.137 - - [2025-08-11 02:01:54] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2594 0.005715 10.0.0.137 - - [2025-08-11 02:01:54] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002018 10.0.0.137 - - [2025-08-11 02:01:54] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681 HTTP/1.1" 200 2409 0.061735 10.0.0.137 - - [2025-08-11 02:01:54] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d HTTP/1.1" 200 2344 0.004063 10.0.0.137 - - [2025-08-11 02:01:54] "GET /obj-perms HTTP/1.1" 200 5073 0.002248 10.0.0.137 - - [2025-08-11 02:01:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.000973 10.0.0.137 - - [2025-08-11 02:01:54] "POST /neutron/network HTTP/1.1" 200 848 0.004890 10.0.0.137 - - [2025-08-11 02:01:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000375 10.0.0.137 - - [2025-08-11 02:01:54] "GET / HTTP/1.1" 200 36215 0.001709 10.0.0.137 - - [2025-08-11 02:01:54] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.137 - - [2025-08-11 02:01:55] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000986 10.0.0.137 - - [2025-08-11 02:01:55] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044561 10.0.0.137 - - [2025-08-11 02:01:55] "POST /neutron/network HTTP/1.1" 200 838 0.004615 10.0.0.137 - - [2025-08-11 02:01:55] "POST /neutron/port HTTP/1.1" 200 117 0.004355 10.0.0.137 - - [2025-08-11 02:01:55] "POST /neutron/port HTTP/1.1" 200 117 0.004239 10.0.0.137 - - [2025-08-11 02:01:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001090 10.0.0.137 - - [2025-08-11 02:01:55] "POST /neutron/port HTTP/1.1" 200 117 0.004771 10.0.0.137 - - [2025-08-11 02:01:55] "POST /neutron/network HTTP/1.1" 200 849 0.005559 10.0.0.137 - - [2025-08-11 02:01:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000374 10.0.0.137 - - [2025-08-11 02:01:55] "POST /neutron/network HTTP/1.1" 200 848 0.005638 10.0.0.137 - - [2025-08-11 02:01:55] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.137 - - [2025-08-11 02:01:55] "GET / HTTP/1.1" 200 36215 0.001544 10.0.0.137 - - [2025-08-11 02:01:55] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000400 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/port HTTP/1.1" 200 1072 0.223562 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/port HTTP/1.1" 200 1072 0.016574 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/port HTTP/1.1" 200 1072 0.014208 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/port HTTP/1.1" 200 1126 0.070618 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/port HTTP/1.1" 200 1100 0.016312 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002568 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/subnet HTTP/1.1" 200 698 0.005571 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/port HTTP/1.1" 200 117 0.000960 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/network HTTP/1.1" 200 838 0.006430 10.0.0.137 - - [2025-08-11 02:01:56] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.137 - - [2025-08-11 02:01:56] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.053339 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/network HTTP/1.1" 200 839 0.004839 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/port HTTP/1.1" 200 1100 0.016089 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006439 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/port HTTP/1.1" 200 117 0.004889 10.0.0.137 - - [2025-08-11 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.137 - - [2025-08-11 02:01:56] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.137 - - [2025-08-11 02:01:56] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.025131 10.0.0.137 - - [2025-08-11 02:01:56] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005290 10.0.0.137 - - [2025-08-11 02:01:56] "GET /floating-ip-pools?parent_id=a8c7260a-2593-4ff3-b0b1-9c6011f3f39a&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002774 10.0.0.137 - - [2025-08-11 02:01:56] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004917 10.0.0.137 - - [2025-08-11 02:01:56] "POST /floating-ip-pools HTTP/1.1" 200 611 0.020192 10.0.0.137 - - [2025-08-11 02:01:56] "POST /neutron/network HTTP/1.1" 200 849 0.010231 10.0.0.137 - - [2025-08-11 02:01:56] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.137 - - [2025-08-11 02:01:56] "POST /ref-update HTTP/1.1" 200 156 0.030979 10.0.0.137 - - [2025-08-11 02:01:56] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.012094 10.0.0.137 - - [2025-08-11 02:01:57] "GET /domains HTTP/1.1" 200 281 0.002408 10.0.0.137 - - [2025-08-11 02:01:57] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.137 - - [2025-08-11 02:01:57] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2594 0.012240 10.0.0.137 - - [2025-08-11 02:01:57] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001495 10.0.0.137 - - [2025-08-11 02:01:57] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681 HTTP/1.1" 200 3254 0.133145 10.0.0.137 - - [2025-08-11 02:01:57] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a HTTP/1.1" 200 2941 0.023222 10.0.0.137 - - [2025-08-11 02:01:57] "GET /floating-ip-pool/d60f6e60-7cef-49ef-ad00-cee943564471 HTTP/1.1" 200 1445 0.011546 10.0.0.137 - - [2025-08-11 02:01:57] "GET /domains HTTP/1.1" 200 281 0.016981 10.0.0.137 - - [2025-08-11 02:01:57] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004293 10.0.0.137 - - [2025-08-11 02:01:57] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2594 0.036700 10.0.0.137 - - [2025-08-11 02:01:57] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/port HTTP/1.1" 200 1073 0.482929 10.0.0.137 - - [2025-08-11 02:01:57] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681 HTTP/1.1" 200 3254 0.054821 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/port HTTP/1.1" 200 1073 0.018403 10.0.0.137 - - [2025-08-11 02:01:57] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a HTTP/1.1" 200 3163 0.007652 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/port HTTP/1.1" 200 1073 0.017265 10.0.0.137 - - [2025-08-11 02:01:57] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004784 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/port HTTP/1.1" 200 1127 0.058612 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/port HTTP/1.1" 200 1100 0.010518 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005943 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/port HTTP/1.1" 200 1101 0.014415 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002318 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/subnet HTTP/1.1" 200 704 0.005757 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/port HTTP/1.1" 200 1100 0.013528 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/network HTTP/1.1" 200 839 0.004615 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005827 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/port HTTP/1.1" 200 1100 0.018622 10.0.0.137 - - [2025-08-11 02:01:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004903 10.0.0.137 - - [2025-08-11 02:01:57] "GET /virtual-machine/a9e01d22-7acf-41f3-85cf-ece88d9db9a9 HTTP/1.1" 200 1306 0.003600 10.0.0.137 - - [2025-08-11 02:01:57] "GET /virtual-machine-interface/46235f9d-492b-4067-83c5-ea2ebd3b17af HTTP/1.1" 200 3010 0.004233 10.0.0.137 - - [2025-08-11 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.137 - - [2025-08-11 02:01:57] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002795 10.0.0.137 - - [2025-08-11 02:01:57] "GET /virtual-networks?parent_id=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002668 10.0.0.137 - - [2025-08-11 02:01:57] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011343 10.0.0.137 - - [2025-08-11 02:02:00] "GET /global-system-configs HTTP/1.1" 200 323 0.005843 10.0.0.137 - - [2025-08-11 02:02:00] "GET /obj-perms HTTP/1.1" 200 5075 0.022522 10.0.0.137 - - [2025-08-11 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.137 - - [2025-08-11 02:02:00] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004916 10.0.0.137 - - [2025-08-11 02:02:01] "GET /global-system-configs HTTP/1.1" 200 323 0.008178 10.0.0.137 - - [2025-08-11 02:02:01] "GET /obj-perms HTTP/1.1" 200 5075 0.027971 10.0.0.137 - - [2025-08-11 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.137 - - [2025-08-11 02:02:05] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004578 10.0.0.137 - - [2025-08-11 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.137 - - [2025-08-11 02:02:07] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002600 10.0.0.137 - - [2025-08-11 02:02:07] "GET /virtual-networks?parent_id=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002596 10.0.0.137 - - [2025-08-11 02:02:07] "GET /virtual-network/3abe1559-9e2f-463a-b465-d13d48aa602d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004784 10.0.0.137 - - [2025-08-11 02:02:07] "POST /neutron/port HTTP/1.1" 200 1100 0.009868 10.0.0.137 - - [2025-08-11 02:02:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004633 10.0.0.137 - - [2025-08-11 02:02:07] "POST /neutron/port HTTP/1.1" 200 1100 0.026560 10.0.0.137 - - [2025-08-11 02:02:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004151 10.0.0.137 - - [2025-08-11 02:02:07] "POST /neutron/port HTTP/1.1" 200 1101 0.009239 10.0.0.137 - - [2025-08-11 02:02:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.003958 10.0.0.137 - - [2025-08-11 02:02:12] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000945 10.0.0.137 - - [2025-08-11 02:02:12] "POST /neutron/floatingip HTTP/1.1" 200 531 0.065498 10.0.0.137 - - [2025-08-11 02:02:12] "POST /neutron/port HTTP/1.1" 200 1100 0.009315 10.0.0.137 - - [2025-08-11 02:02:12] "POST /neutron/floatingip HTTP/1.1" 200 531 0.003659 10.0.0.137 - - [2025-08-11 02:02:12] "POST /neutron/floatingip HTTP/1.1" 200 578 0.026677 10.0.0.137 - - [2025-08-11 02:02:12] "POST /neutron/port HTTP/1.1" 200 1101 0.009049 10.0.0.137 - - [2025-08-11 02:02:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004964 10.0.0.137 - - [2025-08-11 02:02:12] "POST /neutron/port HTTP/1.1" 200 1101 0.009465 10.0.0.137 - - [2025-08-11 02:02:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004327 10.0.0.137 - - [2025-08-11 02:02:12] "POST /neutron/port HTTP/1.1" 200 1101 0.008552 10.0.0.137 - - [2025-08-11 02:02:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004288 10.0.0.137 - - [2025-08-11 02:02:12] "GET /virtual-machine/e0184c09-a2bf-40c5-9bb0-8f7e753aae9d HTTP/1.1" 200 1307 0.003257 10.0.0.137 - - [2025-08-11 02:02:12] "GET /virtual-machine-interface/8fd78f81-db6a-4acc-88b1-05fb6649df5c HTTP/1.1" 200 3011 0.003809 10.0.0.137 - - [2025-08-11 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001722 10.0.0.137 - - [2025-08-11 02:02:12] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002108 10.0.0.137 - - [2025-08-11 02:02:12] "GET /virtual-networks?parent_id=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.001914 10.0.0.137 - - [2025-08-11 02:02:12] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003922 10.0.0.137 - - [2025-08-11 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.137 - - [2025-08-11 02:02:13] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002785 10.0.0.137 - - [2025-08-11 02:02:13] "GET /virtual-networks?parent_id=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002454 10.0.0.137 - - [2025-08-11 02:02:13] "GET /virtual-network/a8c7260a-2593-4ff3-b0b1-9c6011f3f39a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004763 10.0.0.137 - - [2025-08-11 02:02:14] "POST /neutron/floatingip HTTP/1.1" 200 578 0.008484 10.0.0.137 - - [2025-08-11 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001995 10.0.0.137 - - [2025-08-11 02:02:14] "GET /routing-instance/1d291d65-54d0-4556-adba-b60592390163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003336 10.0.0.137 - - [2025-08-11 02:02:14] "GET /route-target/50ef0711-446e-416d-a322-a221088fb8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002918 10.0.0.137 - - [2025-08-11 02:02:14] "GET /floating-ip/201e300b-040f-4c1e-b1e0-d029bf409092 HTTP/1.1" 200 1894 0.003980 10.0.0.137 - - [2025-08-11 02:02:16] "POST /neutron/floatingip HTTP/1.1" 200 578 0.008665 10.0.0.137 - - [2025-08-11 02:02:16] "POST /neutron/floatingip HTTP/1.1" 200 531 0.013096 10.0.0.137 - - [2025-08-11 02:02:16] "POST /neutron/floatingip HTTP/1.1" 200 531 0.004240 10.0.0.137 - - [2025-08-11 02:02:16] "POST /neutron/floatingip HTTP/1.1" 200 115 0.025911 10.0.0.137 - - [2025-08-11 02:02:16] "GET /floating-ip-pool/d60f6e60-7cef-49ef-ad00-cee943564471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.002278 10.0.0.137 - - [2025-08-11 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.006653 10.0.0.137 - - [2025-08-11 02:02:17] "DELETE /floating-ip-pool/d60f6e60-7cef-49ef-ad00-cee943564471 HTTP/1.1" 200 115 0.017632 10.0.0.137 - - [2025-08-11 02:02:17] "POST /neutron/network HTTP/1.1" 200 838 0.013714 10.0.0.137 - - [2025-08-11 02:02:17] "POST /neutron/network HTTP/1.1" 400 204 0.008658 10.0.0.137 - - [2025-08-11 02:02:17] "POST /neutron/port HTTP/1.1" 200 1101 0.011444 10.0.0.137 - - [2025-08-11 02:02:17] "POST /neutron/port HTTP/1.1" 200 1127 0.006951 10.0.0.137 - - [2025-08-11 02:02:17] "POST /neutron/port HTTP/1.1" 200 1100 0.014541 10.0.0.137 - - [2025-08-11 02:02:17] "POST /neutron/port HTTP/1.1" 200 1126 0.008246 10.0.0.137 - - [2025-08-11 02:02:17] "POST /neutron/port HTTP/1.1" 200 151 0.114868 10.0.0.137 - - [2025-08-11 02:02:17] "POST /neutron/port HTTP/1.1" 200 151 0.101314 10.0.0.137 - - [2025-08-11 02:02:19] "POST /neutron/network HTTP/1.1" 200 838 0.004998 10.0.0.137 - - [2025-08-11 02:02:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002716 10.0.0.137 - - [2025-08-11 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.137 - - [2025-08-11 02:02:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001553 10.0.0.137 - - [2025-08-11 02:02:19] "POST /neutron/network HTTP/1.1" 200 151 0.065950 10.0.0.137 - - [2025-08-11 02:02:19] "GET /routing-instance/72021b1c-ad86-43f3-8064-b929f2357dd0 HTTP/1.1" 404 171 0.003857 10.0.0.137 - - [2025-08-11 02:02:19] "DELETE /route-target/112b822e-9479-4567-8cae-a3e0acf6496a HTTP/1.1" 200 115 0.014779 10.0.0.137 - - [2025-08-11 02:02:19] "GET /domains HTTP/1.1" 200 281 0.001981 10.0.0.137 - - [2025-08-11 02:02:19] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.137 - - [2025-08-11 02:02:19] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2594 0.051358 10.0.0.137 - - [2025-08-11 02:02:19] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.137 - - [2025-08-11 02:02:19] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681 HTTP/1.1" 200 2180 0.064037 10.0.0.137 - - [2025-08-11 02:02:19] "POST /neutron/network HTTP/1.1" 200 839 0.004130 10.0.0.137 - - [2025-08-11 02:02:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002336 10.0.0.137 - - [2025-08-11 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.137 - - [2025-08-11 02:02:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001786 10.0.0.137 - - [2025-08-11 02:02:19] "POST /neutron/network HTTP/1.1" 200 151 0.066938 10.0.0.137 - - [2025-08-11 02:02:19] "GET /routing-instance/1d291d65-54d0-4556-adba-b60592390163 HTTP/1.1" 404 171 0.001644 10.0.0.137 - - [2025-08-11 02:02:19] "GET /domains HTTP/1.1" 200 281 0.002425 10.0.0.137 - - [2025-08-11 02:02:19] "DELETE /route-target/50ef0711-446e-416d-a322-a221088fb8e9 HTTP/1.1" 200 115 0.016521 10.0.0.137 - - [2025-08-11 02:02:19] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.137 - - [2025-08-11 02:02:19] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2594 0.050505 10.0.0.137 - - [2025-08-11 02:02:19] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.137 - - [2025-08-11 02:02:19] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681 HTTP/1.1" 200 1929 0.063217 10.0.0.137 - - [2025-08-11 02:02:19] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.137 - - [2025-08-11 02:02:19] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.023395 10.0.0.137 - - [2025-08-11 02:02:19] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.137 - - [2025-08-11 02:02:20] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?fields=virtual_networks HTTP/1.1" 200 1058 0.065394 10.0.0.137 - - [2025-08-11 02:02:20] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.137 - - [2025-08-11 02:02:20] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.025647 10.0.0.137 - - [2025-08-11 02:02:20] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.137 - - [2025-08-11 02:02:20] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?fields=security_groups HTTP/1.1" 200 1297 0.023972 10.0.0.137 - - [2025-08-11 02:02:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.018477 10.0.0.137 - - [2025-08-11 02:02:20] "GET /projects?obj_uuids=14398fbf-79e0-4f61-8cea-db1bba0fcf6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002486 10.0.0.137 - - [2025-08-11 02:02:20] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.137 - - [2025-08-11 02:02:20] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006444 10.0.0.137 - - [2025-08-11 02:02:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.001395 10.0.0.137 - - [2025-08-11 02:02:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.001946 10.0.0.137 - - [2025-08-11 02:02:21] "POST /security-groups HTTP/1.1" 200 586 0.059581 10.0.0.137 - - [2025-08-11 02:02:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.002010 10.0.0.137 - - [2025-08-11 02:02:21] "POST /projects HTTP/1.1" 200 575 0.199390 10.0.0.137 - - [2025-08-11 02:02:21] "POST /access-control-lists HTTP/1.1" 200 593 0.052936 10.0.0.137 - - [2025-08-11 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.261857 10.0.0.137 - - [2025-08-11 02:02:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.002704 10.0.0.137 - - [2025-08-11 02:02:21] "GET /project/14398fbf-79e0-4f61-8cea-db1bba0fcf6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.372044 10.0.0.137 - - [2025-08-11 02:02:21] "POST /access-control-lists HTTP/1.1" 200 591 0.055789 10.0.0.137 - - [2025-08-11 02:02:22] "GET / HTTP/1.1" 200 36215 0.001848 10.0.0.137 - - [2025-08-11 02:02:23] "GET /projects?obj_uuids=14398fbf-79e0-4f61-8cea-db1bba0fcf6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.137 - - [2025-08-11 02:02:23] "GET /project/14398fbf-79e0-4f61-8cea-db1bba0fcf6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.019883 10.0.0.137 - - [2025-08-11 02:02:23] "GET /projects?obj_uuids=14398fbf-79e0-4f61-8cea-db1bba0fcf6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000886 10.0.0.137 - - [2025-08-11 02:02:23] "GET /project/14398fbf-79e0-4f61-8cea-db1bba0fcf6f?fields=virtual_networks HTTP/1.1" 200 1024 0.063872 10.0.0.137 - - [2025-08-11 02:02:23] "GET /projects?obj_uuids=14398fbf-79e0-4f61-8cea-db1bba0fcf6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.137 - - [2025-08-11 02:02:23] "GET /project/14398fbf-79e0-4f61-8cea-db1bba0fcf6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.022342 10.0.0.137 - - [2025-08-11 02:02:23] "GET /projects?obj_uuids=14398fbf-79e0-4f61-8cea-db1bba0fcf6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.137 - - [2025-08-11 02:02:23] "GET /project/14398fbf-79e0-4f61-8cea-db1bba0fcf6f?fields=security_groups HTTP/1.1" 200 1246 0.023022 10.0.0.137 - - [2025-08-11 02:02:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.019316 10.0.0.137 - - [2025-08-11 02:02:24] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002032 10.0.0.137 - - [2025-08-11 02:02:24] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.137 - - [2025-08-11 02:02:24] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.047404 10.0.0.137 - - [2025-08-11 02:02:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.001484 10.0.0.137 - - [2025-08-11 02:02:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.001966 10.0.0.137 - - [2025-08-11 02:02:24] "POST /security-groups HTTP/1.1" 200 586 0.057068 10.0.0.137 - - [2025-08-11 02:02:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.002283 10.0.0.137 - - [2025-08-11 02:02:24] "POST /projects HTTP/1.1" 200 575 0.190347 10.0.0.137 - - [2025-08-11 02:02:24] "POST /access-control-lists HTTP/1.1" 200 593 0.055248 10.0.0.137 - - [2025-08-11 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.252716 10.0.0.137 - - [2025-08-11 02:02:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.002196 10.0.0.137 - - [2025-08-11 02:02:24] "GET /project/bbaf7273-27c8-4131-b949-c23fbf1c3183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.400953 10.0.0.137 - - [2025-08-11 02:02:24] "POST /access-control-lists HTTP/1.1" 200 591 0.055845 10.0.0.137 - - [2025-08-11 02:02:25] "GET / HTTP/1.1" 200 36215 0.001845 10.0.0.137 - - [2025-08-11 02:02:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.002521 10.0.0.137 - - [2025-08-11 02:02:25] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001030 10.0.0.137 - - [2025-08-11 02:02:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.002241 10.0.0.137 - - [2025-08-11 02:02:26] "POST /access-control-lists HTTP/1.1" 200 592 0.011512 10.0.0.137 - - [2025-08-11 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.002229 10.0.0.137 - - [2025-08-11 02:02:26] "POST /access-control-lists HTTP/1.1" 200 590 0.016378 10.0.0.137 - - [2025-08-11 02:02:26] "PUT /access-control-list/1389d184-be48-463f-b0a5-5b219b6d0ed6 HTTP/1.1" 200 273 0.006570 10.0.0.137 - - [2025-08-11 02:02:26] "PUT /access-control-list/3e63ec9b-9f8a-4b1a-a3ef-d092afabfcaa HTTP/1.1" 200 273 0.007572 10.0.0.137 - - [2025-08-11 02:02:26] "POST /neutron/security_group HTTP/1.1" 200 1364 0.337116 10.0.0.137 - - [2025-08-11 02:02:26] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000938 10.0.0.137 - - [2025-08-11 02:02:26] "PUT /access-control-list/3e63ec9b-9f8a-4b1a-a3ef-d092afabfcaa HTTP/1.1" 200 273 0.009019 10.0.0.137 - - [2025-08-11 02:02:26] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.029652 10.0.0.137 - - [2025-08-11 02:02:26] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007813 10.0.0.137 - - [2025-08-11 02:02:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152173 10.0.0.137 - - [2025-08-11 02:02:26] "PUT /access-control-list/3e63ec9b-9f8a-4b1a-a3ef-d092afabfcaa HTTP/1.1" 200 273 0.007956 10.0.0.137 - - [2025-08-11 02:02:26] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008568 10.0.0.137 - - [2025-08-11 02:02:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.108077 10.0.0.137 - - [2025-08-11 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.002064 10.0.0.137 - - [2025-08-11 02:02:26] "PUT /access-control-list/3e63ec9b-9f8a-4b1a-a3ef-d092afabfcaa HTTP/1.1" 200 273 0.008081 10.0.0.137 - - [2025-08-11 02:02:26] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000921 10.0.0.137 - - [2025-08-11 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.002017 10.0.0.137 - - [2025-08-11 02:02:26] "POST /access-control-lists HTTP/1.1" 200 592 0.011255 10.0.0.137 - - [2025-08-11 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.001981 10.0.0.137 - - [2025-08-11 02:02:26] "POST /access-control-lists HTTP/1.1" 200 590 0.016641 10.0.0.137 - - [2025-08-11 02:02:26] "PUT /access-control-list/f2aeba74-ed9e-4fb1-a5fe-10cafd34767f HTTP/1.1" 200 273 0.007298 10.0.0.137 - - [2025-08-11 02:02:26] "POST /neutron/security_group HTTP/1.1" 200 1364 0.270554 10.0.0.137 - - [2025-08-11 02:02:26] "PUT /access-control-list/e887fca0-6bb9-4188-90bd-480f034acadd HTTP/1.1" 200 273 0.006837 10.0.0.137 - - [2025-08-11 02:02:26] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000992 10.0.0.137 - - [2025-08-11 02:02:26] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.026169 10.0.0.137 - - [2025-08-11 02:02:26] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006558 10.0.0.137 - - [2025-08-11 02:02:26] "PUT /access-control-list/e887fca0-6bb9-4188-90bd-480f034acadd HTTP/1.1" 200 273 0.010373 10.0.0.137 - - [2025-08-11 02:02:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.110926 10.0.0.137 - - [2025-08-11 02:02:27] "PUT /access-control-list/e887fca0-6bb9-4188-90bd-480f034acadd HTTP/1.1" 200 273 0.009508 10.0.0.137 - - [2025-08-11 02:02:27] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011736 10.0.0.137 - - [2025-08-11 02:02:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133327 10.0.0.137 - - [2025-08-11 02:02:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000675 10.0.0.137 - - [2025-08-11 02:02:27] "PUT /access-control-list/e887fca0-6bb9-4188-90bd-480f034acadd HTTP/1.1" 200 273 0.008185 10.0.0.137 - - [2025-08-11 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 210 0.020820 10.0.0.137 - - [2025-08-11 02:02:27] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.137 - - [2025-08-11 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.002532 10.0.0.137 - - [2025-08-11 02:02:27] "POST /access-control-lists HTTP/1.1" 200 609 0.012301 10.0.0.137 - - [2025-08-11 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 244 0.002324 10.0.0.137 - - [2025-08-11 02:02:27] "POST /access-control-lists HTTP/1.1" 200 607 0.012360 10.0.0.137 - - [2025-08-11 02:02:27] "PUT /access-control-list/42e8897c-387a-4566-b4d3-48e110a7892f HTTP/1.1" 200 273 0.006984 10.0.0.137 - - [2025-08-11 02:02:27] "POST /neutron/security_group HTTP/1.1" 200 1379 0.271527 10.0.0.137 - - [2025-08-11 02:02:27] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.137 - - [2025-08-11 02:02:27] "PUT /access-control-list/fe3be81f-f5d0-4a19-a9f6-31d1a1c1741a HTTP/1.1" 200 273 0.007323 10.0.0.137 - - [2025-08-11 02:02:27] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.033579 10.0.0.137 - - [2025-08-11 02:02:27] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008980 10.0.0.137 - - [2025-08-11 02:02:27] "PUT /access-control-list/fe3be81f-f5d0-4a19-a9f6-31d1a1c1741a HTTP/1.1" 200 273 0.006756 10.0.0.137 - - [2025-08-11 02:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.162381 10.0.0.137 - - [2025-08-11 02:02:28] "PUT /access-control-list/fe3be81f-f5d0-4a19-a9f6-31d1a1c1741a HTTP/1.1" 200 273 0.009543 10.0.0.137 - - [2025-08-11 02:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009763 10.0.0.137 - - [2025-08-11 02:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156681 10.0.0.137 - - [2025-08-11 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.002252 10.0.0.137 - - [2025-08-11 02:02:28] "PUT /access-control-list/fe3be81f-f5d0-4a19-a9f6-31d1a1c1741a HTTP/1.1" 200 273 0.010502 10.0.0.137 - - [2025-08-11 02:02:28] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.137 - - [2025-08-11 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 245 0.002608 10.0.0.137 - - [2025-08-11 02:02:28] "POST /access-control-lists HTTP/1.1" 200 609 0.011974 10.0.0.137 - - [2025-08-11 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 244 0.002344 10.0.0.137 - - [2025-08-11 02:02:28] "POST /access-control-lists HTTP/1.1" 200 607 0.012719 10.0.0.137 - - [2025-08-11 02:02:28] "PUT /access-control-list/6159a7fa-c6a8-4752-83e2-da36df200d1e HTTP/1.1" 200 273 0.006877 10.0.0.137 - - [2025-08-11 02:02:28] "PUT /access-control-list/5098598f-3400-4d95-980c-22c55898669d HTTP/1.1" 200 273 0.007242 10.0.0.137 - - [2025-08-11 02:02:28] "POST /neutron/security_group HTTP/1.1" 200 1379 0.353162 10.0.0.137 - - [2025-08-11 02:02:28] "PUT /access-control-list/5098598f-3400-4d95-980c-22c55898669d HTTP/1.1" 200 273 0.009102 10.0.0.137 - - [2025-08-11 02:02:28] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.137 - - [2025-08-11 02:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.024197 10.0.0.137 - - [2025-08-11 02:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008004 10.0.0.137 - - [2025-08-11 02:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156759 10.0.0.137 - - [2025-08-11 02:02:28] "PUT /access-control-list/5098598f-3400-4d95-980c-22c55898669d HTTP/1.1" 200 273 0.012739 10.0.0.137 - - [2025-08-11 02:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011243 10.0.0.137 - - [2025-08-11 02:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131426 10.0.0.137 - - [2025-08-11 02:02:28] "PUT /access-control-list/5098598f-3400-4d95-980c-22c55898669d HTTP/1.1" 200 273 0.007359 10.0.0.137 - - [2025-08-11 02:02:29] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001004 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.038267 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002526 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.003175 10.0.0.137 - - [2025-08-11 02:02:29] "POST /route-targets HTTP/1.1" 200 328 0.012740 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002556 10.0.0.137 - - [2025-08-11 02:02:29] "PUT /logical-router/c2989fe7-00a4-4a42-9849-6036cc6a0f95 HTTP/1.1" 200 263 0.015526 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.003210 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002369 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002209 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002269 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.003351 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002273 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002235 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002265 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002176 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002180 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002251 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002402 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002672 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002275 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002349 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002326 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002250 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002158 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002279 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002303 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002539 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002361 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002506 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002408 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002416 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002432 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002406 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002467 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002734 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.014550 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002831 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.013590 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002891 10.0.0.137 - - [2025-08-11 02:02:29] "GET /logical-router/c2989fe7-00a4-4a42-9849-6036cc6a0f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003876 10.0.0.137 - - [2025-08-11 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 151 0.052995 10.0.0.137 - - [2025-08-11 02:02:29] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001908 10.0.0.137 - - [2025-08-11 02:02:29] "DELETE /route-target/87039096-3604-4389-972c-592948187b5d HTTP/1.1" 200 115 0.026439 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.047471 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002965 10.0.0.137 - - [2025-08-11 02:02:29] "POST /route-targets HTTP/1.1" 200 328 0.012001 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.003935 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002413 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002342 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002576 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002257 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002439 10.0.0.137 - - [2025-08-11 02:02:29] "PUT /logical-router/207ec734-0d35-4261-8ecb-1addf2c38201 HTTP/1.1" 200 263 0.013196 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.003599 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002398 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.004179 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002373 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002649 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002353 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002569 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002376 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002502 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002388 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002442 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002558 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.003126 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002704 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002684 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002791 10.0.0.137 - - [2025-08-11 02:02:29] "POST /neutron/router HTTP/1.1" 200 541 0.002657 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 541 0.002656 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 541 0.002508 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 541 0.002624 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 541 0.002891 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 541 0.002937 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 541 0.002682 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 541 0.002821 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 541 0.002774 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 541 0.011704 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 541 0.002901 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 542 0.012592 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 542 0.002799 10.0.0.137 - - [2025-08-11 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.137 - - [2025-08-11 02:02:30] "GET /logical-router/207ec734-0d35-4261-8ecb-1addf2c38201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002895 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 151 0.036160 10.0.0.137 - - [2025-08-11 02:02:30] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000957 10.0.0.137 - - [2025-08-11 02:02:30] "DELETE /route-target/2fe421f9-cd7a-4220-9099-a72a0185c884 HTTP/1.1" 200 115 0.021073 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.047362 10.0.0.137 - - [2025-08-11 02:02:30] "POST /route-targets HTTP/1.1" 200 328 0.007518 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.004165 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002388 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002369 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002258 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.003386 10.0.0.137 - - [2025-08-11 02:02:30] "PUT /logical-router/ab6be809-165d-43bb-b54b-1a659cd988aa HTTP/1.1" 200 263 0.015831 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.003342 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002595 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002673 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002523 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.003620 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002379 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002450 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002340 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002343 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002628 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.003796 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002303 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002346 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002455 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002469 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002516 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002621 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002954 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002586 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002414 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002489 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002318 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002374 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002354 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002406 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002779 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002426 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.014306 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 559 0.002837 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 560 0.014567 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 560 0.002985 10.0.0.137 - - [2025-08-11 02:02:30] "GET /logical-router/ab6be809-165d-43bb-b54b-1a659cd988aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002237 10.0.0.137 - - [2025-08-11 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006548 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/router HTTP/1.1" 200 151 0.039686 10.0.0.137 - - [2025-08-11 02:02:30] "DELETE /route-target/70313a0c-e860-40eb-8bb2-e337f8553595 HTTP/1.1" 200 115 0.018362 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/security_group HTTP/1.1" 200 521 0.004739 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.036047 10.0.0.137 - - [2025-08-11 02:02:30] "DELETE /access-control-list/6159a7fa-c6a8-4752-83e2-da36df200d1e HTTP/1.1" 200 115 0.015944 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/security_group HTTP/1.1" 200 521 0.002736 10.0.0.137 - - [2025-08-11 02:02:30] "DELETE /access-control-list/5098598f-3400-4d95-980c-22c55898669d HTTP/1.1" 200 115 0.023462 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.033583 10.0.0.137 - - [2025-08-11 02:02:30] "DELETE /access-control-list/42e8897c-387a-4566-b4d3-48e110a7892f HTTP/1.1" 200 115 0.014924 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/security_group HTTP/1.1" 200 506 0.002738 10.0.0.137 - - [2025-08-11 02:02:30] "DELETE /access-control-list/fe3be81f-f5d0-4a19-a9f6-31d1a1c1741a HTTP/1.1" 200 115 0.023261 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.032877 10.0.0.137 - - [2025-08-11 02:02:30] "DELETE /access-control-list/f2aeba74-ed9e-4fb1-a5fe-10cafd34767f HTTP/1.1" 200 115 0.014752 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/security_group HTTP/1.1" 200 506 0.002601 10.0.0.137 - - [2025-08-11 02:02:30] "DELETE /access-control-list/e887fca0-6bb9-4188-90bd-480f034acadd HTTP/1.1" 200 115 0.021051 10.0.0.137 - - [2025-08-11 02:02:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.035713 10.0.0.137 - - [2025-08-11 02:02:30] "DELETE /access-control-list/1389d184-be48-463f-b0a5-5b219b6d0ed6 HTTP/1.1" 200 115 0.017207 10.0.0.137 - - [2025-08-11 02:02:30] "DELETE /access-control-list/3e63ec9b-9f8a-4b1a-a3ef-d092afabfcaa HTTP/1.1" 200 115 0.015763 10.0.0.137 - - [2025-08-11 02:02:31] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001094 10.0.0.137 - - [2025-08-11 02:02:31] "GET /project/bbaf7273-27c8-4131-b949-c23fbf1c3183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.026854 10.0.0.137 - - [2025-08-11 02:02:31] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.137 - - [2025-08-11 02:02:31] "GET /project/bbaf7273-27c8-4131-b949-c23fbf1c3183?fields=virtual_networks HTTP/1.1" 200 1025 0.064527 10.0.0.137 - - [2025-08-11 02:02:31] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001331 10.0.0.137 - - [2025-08-11 02:02:31] "GET /project/bbaf7273-27c8-4131-b949-c23fbf1c3183?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.024625 10.0.0.137 - - [2025-08-11 02:02:31] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001037 10.0.0.137 - - [2025-08-11 02:02:31] "GET /project/bbaf7273-27c8-4131-b949-c23fbf1c3183?fields=security_groups HTTP/1.1" 200 1247 0.023124 10.0.0.137 - - [2025-08-11 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.019976 10.0.0.137 - - [2025-08-11 02:02:32] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002125 10.0.0.137 - - [2025-08-11 02:02:32] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.137 - - [2025-08-11 02:02:32] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006719 10.0.0.137 - - [2025-08-11 02:02:32] "POST /id-to-fqname HTTP/1.1" 200 186 0.002029 10.0.0.137 - - [2025-08-11 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.002771 10.0.0.137 - - [2025-08-11 02:02:32] "POST /security-groups HTTP/1.1" 200 587 0.059240 10.0.0.137 - - [2025-08-11 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 230 0.002210 10.0.0.137 - - [2025-08-11 02:02:32] "POST /projects HTTP/1.1" 200 577 0.220938 10.0.0.137 - - [2025-08-11 02:02:32] "POST /access-control-lists HTTP/1.1" 200 594 0.059622 10.0.0.137 - - [2025-08-11 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.289927 10.0.0.137 - - [2025-08-11 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.002411 10.0.0.137 - - [2025-08-11 02:02:32] "GET /project/26c0e47c-613a-4704-b2af-a06526e20599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.395908 10.0.0.137 - - [2025-08-11 02:02:32] "POST /access-control-lists HTTP/1.1" 200 592 0.055951 10.0.0.137 - - [2025-08-11 02:02:33] "GET / HTTP/1.1" 200 36215 0.002047 10.0.0.137 - - [2025-08-11 02:02:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.137 - - [2025-08-11 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.047165 10.0.0.137 - - [2025-08-11 02:02:34] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000967 10.0.0.137 - - [2025-08-11 02:02:34] "GET /project/26c0e47c-613a-4704-b2af-a06526e20599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.021329 10.0.0.137 - - [2025-08-11 02:02:34] "POST /neutron/network HTTP/1.1" 200 117 0.024447 10.0.0.137 - - [2025-08-11 02:02:34] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001264 10.0.0.137 - - [2025-08-11 02:02:34] "POST /neutron/network HTTP/1.1" 200 601 0.063884 10.0.0.137 - - [2025-08-11 02:02:34] "POST /route-targets HTTP/1.1" 200 328 0.013279 10.0.0.137 - - [2025-08-11 02:02:34] "POST /ref-update HTTP/1.1" 200 156 0.013522 10.0.0.137 - - [2025-08-11 02:02:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002770 10.0.0.137 - - [2025-08-11 02:02:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.139751 10.0.0.137 - - [2025-08-11 02:02:34] "POST /neutron/network HTTP/1.1" 200 818 0.004720 10.0.0.137 - - [2025-08-11 02:02:34] "POST /id-to-fqname HTTP/1.1" 200 216 0.001109 10.0.0.137 - - [2025-08-11 02:02:34] "GET /virtual-network/0c17fd45-9cf5-4b15-a672-ad8517ef30ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.004292 10.0.0.137 - - [2025-08-11 02:02:34] "POST /neutron/network HTTP/1.1" 200 818 0.005026 10.0.0.137 - - [2025-08-11 02:02:34] "GET /virtual-network/0c17fd45-9cf5-4b15-a672-ad8517ef30ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.004264 10.0.0.137 - - [2025-08-11 02:02:34] "POST /neutron/network HTTP/1.1" 200 818 0.004857 10.0.0.137 - - [2025-08-11 02:02:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.004976 10.0.0.137 - - [2025-08-11 02:02:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.001790 10.0.0.137 - - [2025-08-11 02:02:35] "GET /virtual-network/0c17fd45-9cf5-4b15-a672-ad8517ef30ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.004850 10.0.0.137 - - [2025-08-11 02:02:35] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000956 10.0.0.137 - - [2025-08-11 02:02:35] "POST /neutron/port HTTP/1.1" 200 1015 0.164640 10.0.0.137 - - [2025-08-11 02:02:35] "GET /virtual-machine-interface/9d204661-77eb-417f-9423-4786284de06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.004357 10.0.0.137 - - [2025-08-11 02:02:35] "GET /virtual-machine-interface/9d204661-77eb-417f-9423-4786284de06d?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.004285 10.0.0.137 - - [2025-08-11 02:02:35] "GET /instance-ip/080d1e8e-5453-4106-9cfc-9639c2700bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.003605 10.0.0.137 - - [2025-08-11 02:02:35] "GET /virtual-machine-interface/9d204661-77eb-417f-9423-4786284de06d HTTP/1.1" 401 293 0.000436 10.0.0.137 - - [2025-08-11 02:02:35] "GET /virtual-machine-interface/9d204661-77eb-417f-9423-4786284de06d HTTP/1.1" 200 2612 0.023310 10.0.0.137 - - [2025-08-11 02:02:35] "POST /neutron/port HTTP/1.1" 200 1015 0.006803 10.0.0.137 - - [2025-08-11 02:02:35] "POST /neutron/port HTTP/1.1" 200 151 0.059707 10.0.0.137 - - [2025-08-11 02:02:35] "POST /neutron/network HTTP/1.1" 200 818 0.004698 10.0.0.137 - - [2025-08-11 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509 10.0.0.137 - - [2025-08-11 02:02:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003168 10.0.0.137 - - [2025-08-11 02:02:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001886 10.0.0.137 - - [2025-08-11 02:02:35] "POST /neutron/network HTTP/1.1" 200 151 0.072118 10.0.0.137 - - [2025-08-11 02:02:35] "DELETE /route-target/5ec6b433-1339-448f-bd40-06ac34dac9b6 HTTP/1.1" 200 115 0.017693 10.0.0.137 - - [2025-08-11 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.137 - - [2025-08-11 02:02:36] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000894 10.0.0.137 - - [2025-08-11 02:02:36] "GET /project/26c0e47c-613a-4704-b2af-a06526e20599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.021271 10.0.0.137 - - [2025-08-11 02:02:36] "POST /neutron/network HTTP/1.1" 200 117 0.006129 10.0.0.137 - - [2025-08-11 02:02:36] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001258 10.0.0.137 - - [2025-08-11 02:02:36] "POST /neutron/network HTTP/1.1" 200 603 0.057235 10.0.0.137 - - [2025-08-11 02:02:36] "POST /route-targets HTTP/1.1" 200 328 0.009693 10.0.0.137 - - [2025-08-11 02:02:36] "POST /ref-update HTTP/1.1" 200 156 0.011925 10.0.0.137 - - [2025-08-11 02:02:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002970 10.0.0.137 - - [2025-08-11 02:02:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.180653 10.0.0.137 - - [2025-08-11 02:02:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003520 10.0.0.137 - - [2025-08-11 02:02:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.176939 10.0.0.137 - - [2025-08-11 02:02:36] "POST /neutron/network HTTP/1.1" 200 977 0.005462 10.0.0.137 - - [2025-08-11 02:02:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.000962 10.0.0.137 - - [2025-08-11 02:02:36] "GET /virtual-network/b7dcac1f-7abc-4a6f-a369-dc4ea5467607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.003967 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/network HTTP/1.1" 200 977 0.006160 10.0.0.137 - - [2025-08-11 02:02:37] "GET /virtual-network/b7dcac1f-7abc-4a6f-a369-dc4ea5467607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.004012 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/network HTTP/1.1" 200 977 0.006016 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.005029 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.005013 10.0.0.137 - - [2025-08-11 02:02:37] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001142 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 1017 0.137506 10.0.0.137 - - [2025-08-11 02:02:37] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000976 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 1018 0.141918 10.0.0.137 - - [2025-08-11 02:02:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.001155 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 1017 0.006436 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 1017 0.006248 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/network HTTP/1.1" 200 977 0.005815 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 1017 0.006097 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.004461 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.004057 10.0.0.137 - - [2025-08-11 02:02:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.001111 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.004083 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 1018 0.007069 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 1018 0.006096 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/network HTTP/1.1" 200 977 0.005647 10.0.0.137 - - [2025-08-11 02:02:37] "POST /neutron/port HTTP/1.1" 200 1018 0.005906 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.005608 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006590 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1018 0.006942 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.003402 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.004323 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006733 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/network HTTP/1.1" 200 987 0.006778 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1018 0.006963 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1017 0.009378 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/network HTTP/1.1" 200 987 0.009591 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006193 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1018 0.008554 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1018 0.013687 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1109 0.112938 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1110 0.097373 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1083 0.012188 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 1084 0.009260 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002703 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002444 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.011527 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.008994 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/network HTTP/1.1" 200 977 0.008124 10.0.0.137 - - [2025-08-11 02:02:38] "POST /neutron/network HTTP/1.1" 200 977 0.005878 10.0.0.137 - - [2025-08-11 02:02:43] "POST /neutron/port HTTP/1.1" 200 1083 0.010444 10.0.0.137 - - [2025-08-11 02:02:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006477 10.0.0.137 - - [2025-08-11 02:02:43] "POST /neutron/port HTTP/1.1" 200 1083 0.010111 10.0.0.137 - - [2025-08-11 02:02:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005357 10.0.0.137 - - [2025-08-11 02:02:43] "POST /neutron/port HTTP/1.1" 200 1083 0.009943 10.0.0.137 - - [2025-08-11 02:02:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005168 10.0.0.137 - - [2025-08-11 02:02:43] "GET /virtual-machine/6142f23a-5baa-4a8f-bff5-57114354105d HTTP/1.1" 200 1286 0.003755 10.0.0.137 - - [2025-08-11 02:02:43] "GET /virtual-machine-interface/55d5aeea-7bb6-4014-ac21-b82602375ad5 HTTP/1.1" 200 2931 0.004409 10.0.0.137 - - [2025-08-11 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.137 - - [2025-08-11 02:02:43] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002533 10.0.0.137 - - [2025-08-11 02:02:43] "GET /virtual-networks?parent_id=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002675 10.0.0.137 - - [2025-08-11 02:02:43] "GET /virtual-network/b7dcac1f-7abc-4a6f-a369-dc4ea5467607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005107 10.0.0.137 - - [2025-08-11 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.137 - - [2025-08-11 02:02:46] "GET /virtual-network/b7dcac1f-7abc-4a6f-a369-dc4ea5467607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.004414 10.0.0.137 - - [2025-08-11 02:02:46] "POST /neutron/port HTTP/1.1" 200 1084 0.010003 10.0.0.137 - - [2025-08-11 02:02:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004540 10.0.0.137 - - [2025-08-11 02:02:46] "POST /neutron/port HTTP/1.1" 200 1083 0.009999 10.0.0.137 - - [2025-08-11 02:02:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004570 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /project/bbaf727327c84131b949c23fbf1c3183 HTTP/1.1" 404 173 0.017037 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /project/2756400048294bf4a3a6da09ad1f7681 HTTP/1.1" 404 173 0.013511 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /project/14398fbf79e04f618ceadb1bba0fcf6f HTTP/1.1" 404 173 0.011474 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /project/26c0e47c613a4704b2afa06526e20599 HTTP/1.1" 404 173 0.008252 10.0.0.137 - - [2025-08-11 02:02:47] "GET /projects?obj_uuids=14398fbf-79e0-4f61-8cea-db1bba0fcf6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.137 - - [2025-08-11 02:02:47] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284 10.0.0.137 - - [2025-08-11 02:02:47] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000874 10.0.0.137 - - [2025-08-11 02:02:47] "GET /project/14398fbf-79e0-4f61-8cea-db1bba0fcf6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.048183 10.0.0.137 - - [2025-08-11 02:02:47] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.045266 10.0.0.137 - - [2025-08-11 02:02:47] "GET /project/bbaf7273-27c8-4131-b949-c23fbf1c3183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.056957 10.0.0.137 - - [2025-08-11 02:02:47] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.137 - - [2025-08-11 02:02:47] "GET /projects?obj_uuids=14398fbf-79e0-4f61-8cea-db1bba0fcf6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000846 10.0.0.137 - - [2025-08-11 02:02:47] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000867 10.0.0.137 - - [2025-08-11 02:02:47] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?fields=security_groups HTTP/1.1" 200 1399 0.045881 10.0.0.137 - - [2025-08-11 02:02:47] "GET /project/14398fbf-79e0-4f61-8cea-db1bba0fcf6f?fields=security_groups HTTP/1.1" 200 1348 0.054553 10.0.0.137 - - [2025-08-11 02:02:47] "GET /project/bbaf7273-27c8-4131-b949-c23fbf1c3183?fields=security_groups HTTP/1.1" 200 1349 0.053755 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /security-group/697c21ea-3499-4fe0-9b08-5a2a70fbf62a HTTP/1.1" 200 115 0.071697 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /security-group/b1e32715-2062-4bff-932d-0c461274008a HTTP/1.1" 200 115 0.074364 10.0.0.137 - - [2025-08-11 02:02:47] "GET /projects?obj_uuids=27564000-4829-4bf4-a3a6-da09ad1f7681&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001296 10.0.0.137 - - [2025-08-11 02:02:47] "GET /projects?obj_uuids=14398fbf-79e0-4f61-8cea-db1bba0fcf6f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001139 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /access-control-list/3a9e079c-544f-4668-a3d3-77b0ef5df928 HTTP/1.1" 200 115 0.096808 10.0.0.137 - - [2025-08-11 02:02:47] "GET /project/27564000-4829-4bf4-a3a6-da09ad1f7681?fields=application_policy_sets HTTP/1.1" 200 1438 0.074002 10.0.0.137 - - [2025-08-11 02:02:47] "GET /project/14398fbf-79e0-4f61-8cea-db1bba0fcf6f?fields=application_policy_sets HTTP/1.1" 200 1387 0.071567 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /security-group/73629939-f7dc-49c6-96a8-32bdf5a59393 HTTP/1.1" 200 115 0.146105 10.0.0.137 - - [2025-08-11 02:02:47] "GET /projects?obj_uuids=bbaf7273-27c8-4131-b949-c23fbf1c3183&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /access-control-list/54187fbe-0275-43b9-8d07-b4a5eb73b4c2 HTTP/1.1" 200 115 0.051523 10.0.0.137 - - [2025-08-11 02:02:47] "GET /project/bbaf7273-27c8-4131-b949-c23fbf1c3183?fields=application_policy_sets HTTP/1.1" 200 1388 0.033611 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /access-control-list/be591fac-1e90-46da-8131-e615ed21b531 HTTP/1.1" 200 115 0.031269 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /access-control-list/6cbb6d2c-3d39-4f65-80ea-cf01116d08a8 HTTP/1.1" 200 115 0.068019 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /access-control-list/894ebf5a-0022-4279-9de6-6d7fc63d56a9 HTTP/1.1" 200 115 0.051869 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /project/27564000-4829-4bf4-a3a6-da09ad1f7681 HTTP/1.1" 200 115 0.541635 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /project/14398fbf-79e0-4f61-8cea-db1bba0fcf6f HTTP/1.1" 200 115 0.551752 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /access-control-list/7afdb696-5df7-40a7-b0f1-7f2df5877cd6 HTTP/1.1" 200 115 0.037802 10.0.0.137 - - [2025-08-11 02:02:47] "DELETE /project/bbaf7273-27c8-4131-b949-c23fbf1c3183 HTTP/1.1" 200 115 0.578433 10.0.0.137 - - [2025-08-11 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.137 - - [2025-08-11 02:02:48] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002887 10.0.0.137 - - [2025-08-11 02:02:48] "GET /virtual-networks?parent_id=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002856 10.0.0.137 - - [2025-08-11 02:02:48] "GET /virtual-network/b7dcac1f-7abc-4a6f-a369-dc4ea5467607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005359 10.0.0.137 - - [2025-08-11 02:02:49] "POST /neutron/port HTTP/1.1" 200 1084 0.013120 10.0.0.137 - - [2025-08-11 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007221 10.0.0.137 - - [2025-08-11 02:02:49] "POST /neutron/port HTTP/1.1" 200 1084 0.010238 10.0.0.137 - - [2025-08-11 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005835 10.0.0.137 - - [2025-08-11 02:02:49] "POST /neutron/port HTTP/1.1" 200 1084 0.011235 10.0.0.137 - - [2025-08-11 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005435 10.0.0.137 - - [2025-08-11 02:02:49] "GET /virtual-machine/74f73feb-f026-4f84-b72e-800d73389b6f HTTP/1.1" 200 1286 0.004182 10.0.0.137 - - [2025-08-11 02:02:49] "GET /virtual-machine-interface/acfd3deb-7fb1-476e-8c2d-8fcf9c0ae767 HTTP/1.1" 200 2932 0.006636 10.0.0.137 - - [2025-08-11 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.137 - - [2025-08-11 02:02:49] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002837 10.0.0.137 - - [2025-08-11 02:02:49] "GET /virtual-networks?parent_id=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002638 10.0.0.137 - - [2025-08-11 02:02:49] "GET /virtual-network/b7dcac1f-7abc-4a6f-a369-dc4ea5467607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005009 10.0.0.137 - - [2025-08-11 02:02:50] "POST /neutron/port HTTP/1.1" 200 1083 0.010310 10.0.0.137 - - [2025-08-11 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.137 - - [2025-08-11 02:02:50] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002510 10.0.0.137 - - [2025-08-11 02:02:50] "POST /neutron/port HTTP/1.1" 200 1083 0.009025 10.0.0.137 - - [2025-08-11 02:02:50] "POST /neutron/network HTTP/1.1" 200 987 0.007310 10.0.0.137 - - [2025-08-11 02:02:50] "GET /virtual-networks?parent_id=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002412 10.0.0.137 - - [2025-08-11 02:02:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002703 10.0.0.137 - - [2025-08-11 02:02:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.007316 10.0.0.137 - - [2025-08-11 02:02:50] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.137 - - [2025-08-11 02:02:50] "GET /virtual-network/b7dcac1f-7abc-4a6f-a369-dc4ea5467607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005452 10.0.0.137 - - [2025-08-11 02:02:50] "POST /neutron/network HTTP/1.1" 200 977 0.006145 10.0.0.137 - - [2025-08-11 02:02:52] "GET /obj-perms HTTP/1.1" 200 5075 0.041109 10.0.0.137 - - [2025-08-11 02:02:53] "GET /obj-perms HTTP/1.1" 200 5075 0.037448 10.0.0.137 - - [2025-08-11 02:02:53] "POST /neutron/port HTTP/1.1" 200 1110 0.010733 10.0.0.137 - - [2025-08-11 02:02:53] "POST /neutron/port HTTP/1.1" 200 1110 0.008525 10.0.0.137 - - [2025-08-11 02:02:53] "POST /neutron/port HTTP/1.1" 200 151 0.078812 10.0.0.137 - - [2025-08-11 02:02:54] "POST /neutron/port HTTP/1.1" 200 1109 0.009193 10.0.0.137 - - [2025-08-11 02:02:54] "POST /neutron/port HTTP/1.1" 200 1109 0.006915 10.0.0.137 - - [2025-08-11 02:02:54] "POST /neutron/port HTTP/1.1" 200 151 0.091705 10.0.0.137 - - [2025-08-11 02:02:54] "POST /neutron/network HTTP/1.1" 200 977 0.006794 10.0.0.137 - - [2025-08-11 02:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.137 - - [2025-08-11 02:02:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002363 10.0.0.137 - - [2025-08-11 02:02:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002626 10.0.0.137 - - [2025-08-11 02:02:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001661 10.0.0.137 - - [2025-08-11 02:02:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001753 10.0.0.137 - - [2025-08-11 02:02:54] "POST /neutron/network HTTP/1.1" 200 151 0.087927 10.0.0.137 - - [2025-08-11 02:02:54] "DELETE /route-target/3ad9fd47-14d6-4443-8306-ec838919e018 HTTP/1.1" 200 115 0.022248 10.0.0.137 - - [2025-08-11 02:02:54] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001021 10.0.0.137 - - [2025-08-11 02:02:54] "GET /project/26c0e47c-613a-4704-b2af-a06526e20599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.026200 10.0.0.137 - - [2025-08-11 02:02:54] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000934 10.0.0.137 - - [2025-08-11 02:02:54] "GET /project/26c0e47c-613a-4704-b2af-a06526e20599?fields=virtual_networks HTTP/1.1" 200 1026 0.069932 10.0.0.137 - - [2025-08-11 02:02:54] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.137 - - [2025-08-11 02:02:54] "GET /project/26c0e47c-613a-4704-b2af-a06526e20599?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.025003 10.0.0.137 - - [2025-08-11 02:02:54] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001050 10.0.0.137 - - [2025-08-11 02:02:54] "GET /project/26c0e47c-613a-4704-b2af-a06526e20599?fields=security_groups HTTP/1.1" 200 1249 0.025240 10.0.0.137 - - [2025-08-11 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.021913 10.0.0.137 - - [2025-08-11 02:02:55] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002834 10.0.0.137 - - [2025-08-11 02:02:55] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.137 - - [2025-08-11 02:02:55] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007020 10.0.0.137 - - [2025-08-11 02:02:55] "POST /id-to-fqname HTTP/1.1" 200 188 0.001186 10.0.0.137 - - [2025-08-11 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.002086 10.0.0.137 - - [2025-08-11 02:02:55] "POST /security-groups HTTP/1.1" 200 589 0.111614 10.0.0.137 - - [2025-08-11 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.003829 10.0.0.137 - - [2025-08-11 02:02:55] "POST /projects HTTP/1.1" 200 581 0.280060 10.0.0.137 - - [2025-08-11 02:02:55] "POST /access-control-lists HTTP/1.1" 200 596 0.055763 10.0.0.137 - - [2025-08-11 02:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.351409 10.0.0.137 - - [2025-08-11 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.002731 10.0.0.137 - - [2025-08-11 02:02:55] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.481558 10.0.0.137 - - [2025-08-11 02:02:56] "POST /access-control-lists HTTP/1.1" 200 594 0.064068 10.0.0.137 - - [2025-08-11 02:02:56] "GET / HTTP/1.1" 200 36215 0.001760 10.0.0.137 - - [2025-08-11 02:02:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000566 10.0.0.137 - - [2025-08-11 02:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.059769 10.0.0.137 - - [2025-08-11 02:02:58] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.137 - - [2025-08-11 02:02:58] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.034533 10.0.0.137 - - [2025-08-11 02:02:58] "POST /neutron/network HTTP/1.1" 200 117 0.025444 10.0.0.137 - - [2025-08-11 02:02:58] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001397 10.0.0.137 - - [2025-08-11 02:02:58] "POST /neutron/network HTTP/1.1" 200 605 0.071327 10.0.0.137 - - [2025-08-11 02:02:58] "POST /route-targets HTTP/1.1" 200 328 0.034231 10.0.0.137 - - [2025-08-11 02:02:58] "POST /ref-update HTTP/1.1" 200 156 0.035613 10.0.0.137 - - [2025-08-11 02:02:58] "POST /useragent-kv HTTP/1.1" 200 115 0.012019 10.0.0.137 - - [2025-08-11 02:02:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.218062 10.0.0.137 - - [2025-08-11 02:02:58] "POST /neutron/network HTTP/1.1" 200 826 0.009936 10.0.0.137 - - [2025-08-11 02:02:58] "POST /id-to-fqname HTTP/1.1" 200 219 0.001129 10.0.0.137 - - [2025-08-11 02:02:58] "GET /virtual-network/8e3654bc-b39f-43b1-9123-e0f9db477ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007439 10.0.0.137 - - [2025-08-11 02:02:58] "POST /neutron/network HTTP/1.1" 200 826 0.005232 10.0.0.137 - - [2025-08-11 02:02:58] "GET /virtual-network/8e3654bc-b39f-43b1-9123-e0f9db477ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005070 10.0.0.137 - - [2025-08-11 02:02:58] "POST /neutron/network HTTP/1.1" 200 826 0.005247 10.0.0.137 - - [2025-08-11 02:02:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.006521 10.0.0.137 - - [2025-08-11 02:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.137 - - [2025-08-11 02:02:58] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.137 - - [2025-08-11 02:02:58] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.028973 10.0.0.137 - - [2025-08-11 02:02:58] "POST /neutron/network HTTP/1.1" 200 117 0.009087 10.0.0.137 - - [2025-08-11 02:02:58] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001748 10.0.0.137 - - [2025-08-11 02:02:58] "POST /neutron/network HTTP/1.1" 200 605 0.123948 10.0.0.137 - - [2025-08-11 02:02:58] "POST /route-targets HTTP/1.1" 200 328 0.023948 10.0.0.137 - - [2025-08-11 02:02:58] "POST /ref-update HTTP/1.1" 200 156 0.017350 10.0.0.137 - - [2025-08-11 02:02:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007747 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.168548 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/network HTTP/1.1" 200 826 0.004610 10.0.0.137 - - [2025-08-11 02:02:59] "POST /id-to-fqname HTTP/1.1" 200 219 0.001060 10.0.0.137 - - [2025-08-11 02:02:59] "GET /virtual-network/bafa23ff-1584-48a1-a42f-2d9d89aca034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005219 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/port HTTP/1.1" 200 117 0.004108 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/port HTTP/1.1" 400 205 0.003220 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/network HTTP/1.1" 200 826 0.008473 10.0.0.137 - - [2025-08-11 02:02:59] "GET /virtual-network/bafa23ff-1584-48a1-a42f-2d9d89aca034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004425 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/port HTTP/1.1" 200 117 0.004469 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/port HTTP/1.1" 400 205 0.002736 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/network HTTP/1.1" 200 826 0.004770 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.006222 10.0.0.137 - - [2025-08-11 02:02:59] "POST /id-to-fqname HTTP/1.1" 200 219 0.001031 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/port HTTP/1.1" 200 117 0.005985 10.0.0.137 - - [2025-08-11 02:02:59] "POST /neutron/network HTTP/1.1" 200 836 0.005074 10.0.0.137 - - [2025-08-11 02:02:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000381 10.0.0.137 - - [2025-08-11 02:02:59] "GET / HTTP/1.1" 200 36215 0.002429 10.0.0.137 - - [2025-08-11 02:02:59] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000379 10.0.0.137 - - [2025-08-11 02:03:00] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.137 - - [2025-08-11 02:03:00] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.050184 10.0.0.137 - - [2025-08-11 02:03:00] "POST /neutron/network HTTP/1.1" 200 826 0.004578 10.0.0.137 - - [2025-08-11 02:03:00] "POST /neutron/port HTTP/1.1" 200 117 0.004329 10.0.0.137 - - [2025-08-11 02:03:00] "POST /neutron/port HTTP/1.1" 200 117 0.005203 10.0.0.137 - - [2025-08-11 02:03:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.001125 10.0.0.137 - - [2025-08-11 02:03:00] "POST /neutron/port HTTP/1.1" 200 117 0.004634 10.0.0.137 - - [2025-08-11 02:03:00] "POST /neutron/network HTTP/1.1" 200 836 0.005090 10.0.0.137 - - [2025-08-11 02:03:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000371 10.0.0.137 - - [2025-08-11 02:03:00] "POST /neutron/network HTTP/1.1" 200 836 0.005230 10.0.0.137 - - [2025-08-11 02:03:00] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.137 - - [2025-08-11 02:03:00] "POST /neutron/port HTTP/1.1" 200 1060 0.237471 10.0.0.137 - - [2025-08-11 02:03:00] "GET / HTTP/1.1" 200 36215 0.001316 10.0.0.137 - - [2025-08-11 02:03:00] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000384 10.0.0.137 - - [2025-08-11 02:03:00] "POST /neutron/port HTTP/1.1" 200 1060 0.007269 10.0.0.137 - - [2025-08-11 02:03:00] "POST /neutron/port HTTP/1.1" 200 1060 0.007264 10.0.0.137 - - [2025-08-11 02:03:00] "POST /neutron/port HTTP/1.1" 200 1114 0.050595 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/port HTTP/1.1" 200 1088 0.010539 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002556 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.005690 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/port HTTP/1.1" 200 117 0.000953 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/network HTTP/1.1" 200 826 0.004330 10.0.0.137 - - [2025-08-11 02:03:01] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001455 10.0.0.137 - - [2025-08-11 02:03:01] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.051340 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/network HTTP/1.1" 200 826 0.010896 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/port HTTP/1.1" 200 1088 0.011948 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005551 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/port HTTP/1.1" 200 117 0.004401 10.0.0.137 - - [2025-08-11 02:03:01] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/router HTTP/1.1" 200 580 0.051168 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/router HTTP/1.1" 200 580 0.003613 10.0.0.137 - - [2025-08-11 02:03:01] "POST /route-targets HTTP/1.1" 200 328 0.019973 10.0.0.137 - - [2025-08-11 02:03:01] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.137 - - [2025-08-11 02:03:01] "PUT /logical-router/d96037ce-fa8d-4ac4-976c-a662441f06b9 HTTP/1.1" 200 263 0.024449 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/router HTTP/1.1" 200 344 0.213666 10.0.0.137 - - [2025-08-11 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.008768 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/network HTTP/1.1" 200 836 0.005134 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/port HTTP/1.1" 200 1088 0.013758 10.0.0.137 - - [2025-08-11 02:03:01] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.137 - - [2025-08-11 02:03:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012295 10.0.0.137 - - [2025-08-11 02:03:02] "POST /neutron/port HTTP/1.1" 200 1060 0.192488 10.0.0.137 - - [2025-08-11 02:03:02] "POST /neutron/port HTTP/1.1" 200 1060 0.015279 10.0.0.137 - - [2025-08-11 02:03:02] "POST /neutron/port HTTP/1.1" 200 1060 0.011171 10.0.0.137 - - [2025-08-11 02:03:02] "POST /neutron/port HTTP/1.1" 200 1114 0.066486 10.0.0.137 - - [2025-08-11 02:03:02] "POST /neutron/port HTTP/1.1" 200 1088 0.010898 10.0.0.137 - - [2025-08-11 02:03:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002640 10.0.0.137 - - [2025-08-11 02:03:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.008437 10.0.0.137 - - [2025-08-11 02:03:02] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.137 - - [2025-08-11 02:03:02] "POST /neutron/network HTTP/1.1" 200 826 0.012361 10.0.0.137 - - [2025-08-11 02:03:06] "POST /neutron/port HTTP/1.1" 200 1088 0.012443 10.0.0.137 - - [2025-08-11 02:03:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007765 10.0.0.137 - - [2025-08-11 02:03:07] "POST /neutron/port HTTP/1.1" 200 1088 0.011669 10.0.0.137 - - [2025-08-11 02:03:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004935 10.0.0.137 - - [2025-08-11 02:03:07] "POST /neutron/port HTTP/1.1" 200 1088 0.011563 10.0.0.137 - - [2025-08-11 02:03:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006582 10.0.0.137 - - [2025-08-11 02:03:07] "GET /virtual-machine/03b446c0-1f2d-44db-98ce-46fa02776025 HTTP/1.1" 401 293 0.000492 10.0.0.137 - - [2025-08-11 02:03:07] "GET /virtual-machine/03b446c0-1f2d-44db-98ce-46fa02776025 HTTP/1.1" 200 1291 0.023727 10.0.0.137 - - [2025-08-11 02:03:07] "GET /virtual-machine-interface/8653728c-e202-4dba-b687-6663fa6d5034 HTTP/1.1" 200 2941 0.005405 10.0.0.137 - - [2025-08-11 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.137 - - [2025-08-11 02:03:07] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003261 10.0.0.137 - - [2025-08-11 02:03:07] "GET /virtual-networks?parent_id=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002496 10.0.0.137 - - [2025-08-11 02:03:07] "GET /virtual-network/8e3654bc-b39f-43b1-9123-e0f9db477ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004890 10.0.0.137 - - [2025-08-11 02:03:08] "POST /neutron/port HTTP/1.1" 200 1088 0.011664 10.0.0.137 - - [2025-08-11 02:03:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004368 10.0.0.137 - - [2025-08-11 02:03:10] "POST /neutron/port HTTP/1.1" 200 1088 0.009915 10.0.0.137 - - [2025-08-11 02:03:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004436 10.0.0.137 - - [2025-08-11 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.137 - - [2025-08-11 02:03:10] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002829 10.0.0.137 - - [2025-08-11 02:03:10] "GET /virtual-networks?parent_id=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002565 10.0.0.137 - - [2025-08-11 02:03:10] "GET /virtual-network/8e3654bc-b39f-43b1-9123-e0f9db477ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005054 10.0.0.137 - - [2025-08-11 02:03:11] "POST /neutron/port HTTP/1.1" 200 1088 0.009900 10.0.0.137 - - [2025-08-11 02:03:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005459 10.0.0.137 - - [2025-08-11 02:03:11] "POST /neutron/port HTTP/1.1" 200 1088 0.009903 10.0.0.137 - - [2025-08-11 02:03:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004718 10.0.0.137 - - [2025-08-11 02:03:11] "POST /neutron/port HTTP/1.1" 200 1088 0.009686 10.0.0.137 - - [2025-08-11 02:03:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004960 10.0.0.137 - - [2025-08-11 02:03:11] "GET /virtual-machine/5ad33faf-dbb2-4181-99a5-8c03d2e3b5ba HTTP/1.1" 200 1292 0.003968 10.0.0.137 - - [2025-08-11 02:03:11] "GET /virtual-machine-interface/45de140e-ade2-494e-8946-f85a6a3e2960 HTTP/1.1" 200 2940 0.004602 10.0.0.137 - - [2025-08-11 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.137 - - [2025-08-11 02:03:11] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002739 10.0.0.137 - - [2025-08-11 02:03:11] "GET /virtual-networks?parent_id=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002563 10.0.0.137 - - [2025-08-11 02:03:11] "GET /virtual-network/bafa23ff-1584-48a1-a42f-2d9d89aca034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004967 10.0.0.137 - - [2025-08-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.137 - - [2025-08-11 02:03:12] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002887 10.0.0.137 - - [2025-08-11 02:03:12] "GET /virtual-networks?parent_id=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002628 10.0.0.137 - - [2025-08-11 02:03:12] "GET /virtual-network/bafa23ff-1584-48a1-a42f-2d9d89aca034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004668 10.0.0.137 - - [2025-08-11 02:03:17] "POST /neutron/router HTTP/1.1" 200 580 0.003404 10.0.0.137 - - [2025-08-11 02:03:17] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.137 - - [2025-08-11 02:03:17] "POST /neutron/router HTTP/1.1" 200 344 0.196307 10.0.0.137 - - [2025-08-11 02:03:17] "POST /ref-update HTTP/1.1" 200 156 0.009734 10.0.0.137 - - [2025-08-11 02:03:17] "POST /neutron/port HTTP/1.1" 200 1888 0.018893 10.0.0.137 - - [2025-08-11 02:03:19] "POST /neutron/router HTTP/1.1" 200 580 0.003447 10.0.0.137 - - [2025-08-11 02:03:19] "POST /ref-update HTTP/1.1" 200 156 0.010232 10.0.0.137 - - [2025-08-11 02:03:19] "POST /neutron/router HTTP/1.1" 200 344 0.090315 10.0.0.137 - - [2025-08-11 02:03:23] "POST /neutron/router HTTP/1.1" 200 580 0.004572 10.0.0.137 - - [2025-08-11 02:03:23] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001372 10.0.0.137 - - [2025-08-11 02:03:23] "POST /neutron/router HTTP/1.1" 200 344 0.181557 10.0.0.137 - - [2025-08-11 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.007166 10.0.0.137 - - [2025-08-11 02:03:25] "POST /neutron/router HTTP/1.1" 200 580 0.004483 10.0.0.137 - - [2025-08-11 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.009389 10.0.0.137 - - [2025-08-11 02:03:25] "POST /neutron/router HTTP/1.1" 200 344 0.089481 10.0.0.137 - - [2025-08-11 02:03:25] "POST /neutron/router HTTP/1.1" 200 580 0.003800 10.0.0.137 - - [2025-08-11 02:03:25] "POST /neutron/router HTTP/1.1" 200 344 0.072429 10.0.0.137 - - [2025-08-11 02:03:25] "POST /neutron/router HTTP/1.1" 200 580 0.005778 10.0.0.137 - - [2025-08-11 02:03:25] "POST /neutron/router HTTP/1.1" 200 151 0.032768 10.0.0.137 - - [2025-08-11 02:03:25] "GET /logical-router/d96037ce-fa8d-4ac4-976c-a662441f06b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003105 10.0.0.137 - - [2025-08-11 02:03:25] "POST /neutron/network HTTP/1.1" 200 826 0.005702 10.0.0.137 - - [2025-08-11 02:03:25] "POST /neutron/network HTTP/1.1" 400 204 0.008392 10.0.0.137 - - [2025-08-11 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.009688 10.0.0.137 - - [2025-08-11 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.137 - - [2025-08-11 02:03:26] "DELETE /route-target/a6b39df8-1007-4c83-9f3a-e701e79fdb7d HTTP/1.1" 200 115 0.017123 10.0.0.137 - - [2025-08-11 02:03:26] "POST /neutron/port HTTP/1.1" 200 1088 0.014019 10.0.0.137 - - [2025-08-11 02:03:26] "POST /neutron/port HTTP/1.1" 200 1114 0.008218 10.0.0.137 - - [2025-08-11 02:03:26] "POST /neutron/port HTTP/1.1" 200 1088 0.014337 10.0.0.137 - - [2025-08-11 02:03:26] "POST /neutron/port HTTP/1.1" 200 1114 0.009792 10.0.0.137 - - [2025-08-11 02:03:26] "POST /neutron/port HTTP/1.1" 200 151 0.128661 10.0.0.137 - - [2025-08-11 02:03:26] "POST /neutron/port HTTP/1.1" 200 151 0.108008 10.0.0.137 - - [2025-08-11 02:03:27] "POST /neutron/network HTTP/1.1" 200 826 0.004944 10.0.0.137 - - [2025-08-11 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.137 - - [2025-08-11 02:03:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002333 10.0.0.137 - - [2025-08-11 02:03:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001692 10.0.0.137 - - [2025-08-11 02:03:27] "POST /neutron/network HTTP/1.1" 200 151 0.074628 10.0.0.137 - - [2025-08-11 02:03:27] "DELETE /route-target/89436c00-aa18-40c8-818c-259b8f2ad85c HTTP/1.1" 200 115 0.020442 10.0.0.137 - - [2025-08-11 02:03:27] "POST /neutron/network HTTP/1.1" 200 826 0.004709 10.0.0.137 - - [2025-08-11 02:03:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.137 - - [2025-08-11 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.137 - - [2025-08-11 02:03:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001540 10.0.0.137 - - [2025-08-11 02:03:28] "POST /neutron/network HTTP/1.1" 200 151 0.065841 10.0.0.137 - - [2025-08-11 02:03:28] "DELETE /route-target/7e6e85d3-f3f9-442d-9115-dc1e92f7a1e4 HTTP/1.1" 200 115 0.012983 10.0.0.137 - - [2025-08-11 02:03:28] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.137 - - [2025-08-11 02:03:28] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024693 10.0.0.137 - - [2025-08-11 02:03:28] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.137 - - [2025-08-11 02:03:28] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?fields=virtual_networks HTTP/1.1" 200 1030 0.065724 10.0.0.137 - - [2025-08-11 02:03:28] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.137 - - [2025-08-11 02:03:28] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.024675 10.0.0.137 - - [2025-08-11 02:03:28] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.137 - - [2025-08-11 02:03:28] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?fields=security_groups HTTP/1.1" 200 1255 0.024965 10.0.0.137 - - [2025-08-11 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.019836 10.0.0.137 - - [2025-08-11 02:03:29] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002346 10.0.0.137 - - [2025-08-11 02:03:29] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.137 - - [2025-08-11 02:03:29] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006452 10.0.0.137 - - [2025-08-11 02:03:29] "POST /id-to-fqname HTTP/1.1" 200 193 0.001548 10.0.0.137 - - [2025-08-11 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.002523 10.0.0.137 - - [2025-08-11 02:03:29] "POST /security-groups HTTP/1.1" 200 594 0.063577 10.0.0.137 - - [2025-08-11 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 237 0.002385 10.0.0.137 - - [2025-08-11 02:03:29] "POST /projects HTTP/1.1" 200 591 0.209668 10.0.0.137 - - [2025-08-11 02:03:29] "POST /access-control-lists HTTP/1.1" 200 601 0.056012 10.0.0.137 - - [2025-08-11 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.274356 10.0.0.137 - - [2025-08-11 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.002309 10.0.0.137 - - [2025-08-11 02:03:29] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.381823 10.0.0.137 - - [2025-08-11 02:03:29] "POST /access-control-lists HTTP/1.1" 200 599 0.056123 10.0.0.137 - - [2025-08-11 02:03:30] "GET / HTTP/1.1" 200 36215 0.001855 10.0.0.137 - - [2025-08-11 02:03:31] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000445 10.0.0.137 - - [2025-08-11 02:03:31] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001078 10.0.0.137 - - [2025-08-11 02:03:31] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.045247 10.0.0.137 - - [2025-08-11 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.137 - - [2025-08-11 02:03:31] "GET /security-group/885d3ed0-f449-4fcf-a80b-622235798768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004847 10.0.0.137 - - [2025-08-11 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.137 - - [2025-08-11 02:03:32] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001319 10.0.0.137 - - [2025-08-11 02:03:32] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.028203 10.0.0.137 - - [2025-08-11 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.137 - - [2025-08-11 02:03:32] "GET /security-group/885d3ed0-f449-4fcf-a80b-622235798768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.003669 10.0.0.137 - - [2025-08-11 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.137 - - [2025-08-11 02:03:32] "PUT /security-group/885d3ed0-f449-4fcf-a80b-622235798768 HTTP/1.1" 200 263 0.015244 10.0.0.137 - - [2025-08-11 02:03:32] "PUT /access-control-list/e6485a21-f59b-4c47-a401-9c2ec88016c2 HTTP/1.1" 200 273 0.009763 10.0.0.137 - - [2025-08-11 02:03:32] "PUT /access-control-list/c0298869-01d9-436b-85d3-97a2c980d790 HTTP/1.1" 200 273 0.008219 10.0.0.137 - - [2025-08-11 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.002312 10.0.0.137 - - [2025-08-11 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.137 - - [2025-08-11 02:03:32] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001375 10.0.0.137 - - [2025-08-11 02:03:32] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.025020 10.0.0.137 - - [2025-08-11 02:03:32] "POST /neutron/network HTTP/1.1" 200 117 0.026356 10.0.0.137 - - [2025-08-11 02:03:32] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000985 10.0.0.137 - - [2025-08-11 02:03:32] "POST /neutron/network HTTP/1.1" 200 608 0.056445 10.0.0.137 - - [2025-08-11 02:03:32] "POST /route-targets HTTP/1.1" 200 328 0.009628 10.0.0.137 - - [2025-08-11 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.011158 10.0.0.137 - - [2025-08-11 02:03:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006032 10.0.0.137 - - [2025-08-11 02:03:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.183110 10.0.0.137 - - [2025-08-11 02:03:32] "POST /neutron/network HTTP/1.1" 200 829 0.004779 10.0.0.137 - - [2025-08-11 02:03:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001017 10.0.0.137 - - [2025-08-11 02:03:32] "GET /virtual-network/c0c5405b-4683-4ee2-b6d8-83fe0c2871de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004173 10.0.0.137 - - [2025-08-11 02:03:32] "POST /neutron/network HTTP/1.1" 200 829 0.005558 10.0.0.137 - - [2025-08-11 02:03:32] "GET /virtual-network/c0c5405b-4683-4ee2-b6d8-83fe0c2871de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004284 10.0.0.137 - - [2025-08-11 02:03:32] "POST /neutron/network HTTP/1.1" 200 829 0.004987 10.0.0.137 - - [2025-08-11 02:03:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.005725 10.0.0.137 - - [2025-08-11 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002026 10.0.0.137 - - [2025-08-11 02:03:33] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001020 10.0.0.137 - - [2025-08-11 02:03:33] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.023955 10.0.0.137 - - [2025-08-11 02:03:33] "POST /neutron/network HTTP/1.1" 200 117 0.008775 10.0.0.137 - - [2025-08-11 02:03:33] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001518 10.0.0.137 - - [2025-08-11 02:03:33] "POST /neutron/network HTTP/1.1" 200 615 0.097402 10.0.0.137 - - [2025-08-11 02:03:33] "POST /route-targets HTTP/1.1" 200 328 0.011906 10.0.0.137 - - [2025-08-11 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.013248 10.0.0.137 - - [2025-08-11 02:03:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002812 10.0.0.137 - - [2025-08-11 02:03:33] "POST /neutron/subnet HTTP/1.1" 200 710 0.178681 10.0.0.137 - - [2025-08-11 02:03:33] "POST /neutron/network HTTP/1.1" 200 831 0.004742 10.0.0.137 - - [2025-08-11 02:03:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001137 10.0.0.137 - - [2025-08-11 02:03:33] "GET /virtual-network/1f7f716d-cd47-4d13-acfb-c64a3eb6ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004458 10.0.0.137 - - [2025-08-11 02:03:33] "POST /neutron/network HTTP/1.1" 200 831 0.005378 10.0.0.137 - - [2025-08-11 02:03:33] "GET /virtual-network/1f7f716d-cd47-4d13-acfb-c64a3eb6ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004277 10.0.0.137 - - [2025-08-11 02:03:33] "POST /neutron/network HTTP/1.1" 200 831 0.004996 10.0.0.137 - - [2025-08-11 02:03:33] "POST /neutron/subnet HTTP/1.1" 200 710 0.005634 10.0.0.137 - - [2025-08-11 02:03:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001054 10.0.0.137 - - [2025-08-11 02:03:33] "POST /neutron/network HTTP/1.1" 200 839 0.005092 10.0.0.137 - - [2025-08-11 02:03:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000355 10.0.0.137 - - [2025-08-11 02:03:34] "GET / HTTP/1.1" 200 36215 0.001718 10.0.0.137 - - [2025-08-11 02:03:34] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000388 10.0.0.137 - - [2025-08-11 02:03:34] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001065 10.0.0.137 - - [2025-08-11 02:03:34] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.043040 10.0.0.137 - - [2025-08-11 02:03:34] "POST /neutron/network HTTP/1.1" 200 829 0.004246 10.0.0.137 - - [2025-08-11 02:03:34] "POST /neutron/port HTTP/1.1" 200 117 0.004412 10.0.0.137 - - [2025-08-11 02:03:34] "POST /neutron/port HTTP/1.1" 200 117 0.004262 10.0.0.137 - - [2025-08-11 02:03:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001168 10.0.0.137 - - [2025-08-11 02:03:34] "POST /neutron/port HTTP/1.1" 200 117 0.004635 10.0.0.137 - - [2025-08-11 02:03:34] "POST /neutron/network HTTP/1.1" 200 841 0.006160 10.0.0.137 - - [2025-08-11 02:03:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000413 10.0.0.137 - - [2025-08-11 02:03:34] "POST /neutron/network HTTP/1.1" 200 839 0.005017 10.0.0.137 - - [2025-08-11 02:03:34] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000981 10.0.0.137 - - [2025-08-11 02:03:35] "GET / HTTP/1.1" 200 36215 0.001715 10.0.0.137 - - [2025-08-11 02:03:35] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000408 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 1065 0.185355 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 1065 0.007704 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 1065 0.007952 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 1119 0.055593 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 1093 0.009804 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002686 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/subnet HTTP/1.1" 200 708 0.005970 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 117 0.000967 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/network HTTP/1.1" 200 829 0.005294 10.0.0.137 - - [2025-08-11 02:03:35] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001045 10.0.0.137 - - [2025-08-11 02:03:35] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.039540 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/network HTTP/1.1" 200 831 0.004641 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 1093 0.012946 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006845 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/port HTTP/1.1" 200 117 0.004505 10.0.0.137 - - [2025-08-11 02:03:35] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000993 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/router HTTP/1.1" 200 585 0.061500 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/router HTTP/1.1" 200 585 0.005527 10.0.0.137 - - [2025-08-11 02:03:35] "POST /route-targets HTTP/1.1" 200 328 0.023065 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/router HTTP/1.1" 200 656 0.036704 10.0.0.137 - - [2025-08-11 02:03:35] "PUT /logical-router/c71497a1-0140-4fef-a583-9122ddec1ed4 HTTP/1.1" 200 263 0.036436 10.0.0.137 - - [2025-08-11 02:03:35] "GET /logical-router/c71497a1-0140-4fef-a583-9122ddec1ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.015489 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/router HTTP/1.1" 200 656 0.012160 10.0.0.137 - - [2025-08-11 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010512 10.0.0.137 - - [2025-08-11 02:03:35] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000983 10.0.0.137 - - [2025-08-11 02:03:35] "GET /service-template/7bced617-f174-4a30-aec3-4bf9b1b1cc29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.007407 10.0.0.137 - - [2025-08-11 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.002638 10.0.0.137 - - [2025-08-11 02:03:35] "POST /neutron/network HTTP/1.1" 200 841 0.021754 10.0.0.137 - - [2025-08-11 02:03:35] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001006 10.0.0.137 - - [2025-08-11 02:03:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006509 10.0.0.137 - - [2025-08-11 02:03:36] "POST /virtual-networks HTTP/1.1" 200 696 0.157155 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/router HTTP/1.1" 200 344 0.321109 10.0.0.137 - - [2025-08-11 02:03:36] "POST /route-targets HTTP/1.1" 200 328 0.072517 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 1093 0.041893 10.0.0.137 - - [2025-08-11 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.034951 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.049157 10.0.0.137 - - [2025-08-11 02:03:36] "POST /service-instances HTTP/1.1" 200 672 0.113979 10.0.0.137 - - [2025-08-11 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.013318 10.0.0.137 - - [2025-08-11 02:03:36] "POST /route-tables HTTP/1.1" 200 584 0.052156 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 1060 0.414693 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 1060 0.010036 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 1060 0.008085 10.0.0.137 - - [2025-08-11 02:03:36] "PUT /logical-router/c71497a1-0140-4fef-a583-9122ddec1ed4 HTTP/1.1" 200 263 0.024124 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 1114 0.070993 10.0.0.137 - - [2025-08-11 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.013957 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 1088 0.009169 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002682 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/subnet HTTP/1.1" 200 684 0.005543 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.000923 10.0.0.137 - - [2025-08-11 02:03:36] "POST /neutron/network HTTP/1.1" 200 831 0.004625 10.0.0.137 - - [2025-08-11 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001849 10.0.0.137 - - [2025-08-11 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001741 10.0.0.137 - - [2025-08-11 02:03:36] "POST /virtual-machines HTTP/1.1" 200 554 0.011411 10.0.0.137 - - [2025-08-11 02:03:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.081511 10.0.0.137 - - [2025-08-11 02:03:36] "POST /chown HTTP/1.1" 200 109 0.007485 10.0.0.137 - - [2025-08-11 02:03:36] "POST /instance-ips HTTP/1.1" 200 552 0.017531 10.0.0.137 - - [2025-08-11 02:03:36] "POST /instance-ips HTTP/1.1" 400 246 0.012944 10.0.0.137 - - [2025-08-11 02:03:36] "POST /chown HTTP/1.1" 200 109 0.007782 10.0.0.137 - - [2025-08-11 02:03:37] "PUT /virtual-machine-interface/ca4a3fd1-6f00-40d3-8b3c-d9ef315369a2 HTTP/1.1" 200 285 0.008663 10.0.0.137 - - [2025-08-11 02:03:37] "PUT /instance-ip/32ba6af6-a129-44d8-a463-2bd4779feccd HTTP/1.1" 200 257 0.010183 10.0.0.137 - - [2025-08-11 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.009600 10.0.0.137 - - [2025-08-11 02:03:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.078514 10.0.0.137 - - [2025-08-11 02:03:37] "POST /chown HTTP/1.1" 200 109 0.012220 10.0.0.137 - - [2025-08-11 02:03:37] "POST /instance-ips HTTP/1.1" 200 550 0.032243 10.0.0.137 - - [2025-08-11 02:03:37] "POST /instance-ips HTTP/1.1" 400 316 0.020624 10.0.0.137 - - [2025-08-11 02:03:37] "POST /chown HTTP/1.1" 200 109 0.007571 10.0.0.137 - - [2025-08-11 02:03:37] "PUT /virtual-machine-interface/7bc1c947-5090-449b-a408-7351ec85c68c HTTP/1.1" 200 285 0.008560 10.0.0.137 - - [2025-08-11 02:03:37] "PUT /instance-ip/7052cdee-9b7e-47d9-ba40-74c3012bd9d0 HTTP/1.1" 200 257 0.009967 10.0.0.137 - - [2025-08-11 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.008815 10.0.0.137 - - [2025-08-11 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.008901 10.0.0.137 - - [2025-08-11 02:03:37] "PUT /routing-instance/0fbb5c8b-1650-4451-b4a6-74df01ee8f3a HTTP/1.1" 200 267 0.009301 10.0.0.137 - - [2025-08-11 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.008453 10.0.0.137 - - [2025-08-11 02:03:37] "POST /virtual-machines HTTP/1.1" 200 554 0.013664 10.0.0.137 - - [2025-08-11 02:03:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.080718 10.0.0.137 - - [2025-08-11 02:03:37] "POST /chown HTTP/1.1" 200 109 0.006819 10.0.0.137 - - [2025-08-11 02:03:38] "POST /instance-ips HTTP/1.1" 400 246 0.014323 10.0.0.137 - - [2025-08-11 02:03:38] "POST /chown HTTP/1.1" 200 109 0.006360 10.0.0.137 - - [2025-08-11 02:03:38] "PUT /virtual-machine-interface/d86c5a00-a29b-4e7c-8575-4e8e587d231c HTTP/1.1" 200 285 0.008969 10.0.0.137 - - [2025-08-11 02:03:38] "PUT /instance-ip/32ba6af6-a129-44d8-a463-2bd4779feccd HTTP/1.1" 200 257 0.011454 10.0.0.137 - - [2025-08-11 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.009510 10.0.0.137 - - [2025-08-11 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.016358 10.0.0.137 - - [2025-08-11 02:03:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.088881 10.0.0.137 - - [2025-08-11 02:03:38] "POST /chown HTTP/1.1" 200 109 0.007030 10.0.0.137 - - [2025-08-11 02:03:38] "POST /instance-ips HTTP/1.1" 400 316 0.022989 10.0.0.137 - - [2025-08-11 02:03:38] "POST /chown HTTP/1.1" 200 109 0.007016 10.0.0.137 - - [2025-08-11 02:03:38] "PUT /virtual-machine-interface/f2b82301-5179-48a1-a431-2116cd18ceee HTTP/1.1" 200 285 0.009371 10.0.0.137 - - [2025-08-11 02:03:38] "PUT /instance-ip/7052cdee-9b7e-47d9-ba40-74c3012bd9d0 HTTP/1.1" 200 257 0.014507 10.0.0.137 - - [2025-08-11 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.014276 10.0.0.137 - - [2025-08-11 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.016877 10.0.0.137 - - [2025-08-11 02:03:41] "POST /neutron/port HTTP/1.1" 200 1093 0.010453 10.0.0.137 - - [2025-08-11 02:03:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007321 10.0.0.137 - - [2025-08-11 02:03:41] "POST /neutron/port HTTP/1.1" 200 1093 0.011447 10.0.0.137 - - [2025-08-11 02:03:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005734 10.0.0.137 - - [2025-08-11 02:03:41] "POST /neutron/port HTTP/1.1" 200 1093 0.010432 10.0.0.137 - - [2025-08-11 02:03:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006517 10.0.0.137 - - [2025-08-11 02:03:41] "GET /virtual-machine/446833ea-a98f-4936-bb17-aa833fe4d101 HTTP/1.1" 401 293 0.000433 10.0.0.137 - - [2025-08-11 02:03:41] "GET /virtual-machine/446833ea-a98f-4936-bb17-aa833fe4d101 HTTP/1.1" 200 1297 0.022768 10.0.0.137 - - [2025-08-11 02:03:41] "GET /virtual-machine-interface/14e692eb-ef1b-43b7-bf6c-b22920af8cf0 HTTP/1.1" 200 2963 0.004787 10.0.0.137 - - [2025-08-11 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.137 - - [2025-08-11 02:03:41] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004936 10.0.0.137 - - [2025-08-11 02:03:41] "GET /virtual-networks?parent_id=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002810 10.0.0.137 - - [2025-08-11 02:03:41] "GET /virtual-network/c0c5405b-4683-4ee2-b6d8-83fe0c2871de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005099 10.0.0.137 - - [2025-08-11 02:03:43] "POST /neutron/port HTTP/1.1" 200 1093 0.010305 10.0.0.137 - - [2025-08-11 02:03:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004523 10.0.0.137 - - [2025-08-11 02:03:44] "POST /neutron/port HTTP/1.1" 200 1088 0.012076 10.0.0.137 - - [2025-08-11 02:03:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004521 10.0.0.137 - - [2025-08-11 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.137 - - [2025-08-11 02:03:45] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002761 10.0.0.137 - - [2025-08-11 02:03:45] "GET /virtual-networks?parent_id=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002655 10.0.0.137 - - [2025-08-11 02:03:45] "GET /virtual-network/c0c5405b-4683-4ee2-b6d8-83fe0c2871de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005213 10.0.0.137 - - [2025-08-11 02:03:45] "POST /neutron/port HTTP/1.1" 200 1088 0.010224 10.0.0.137 - - [2025-08-11 02:03:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005625 10.0.0.137 - - [2025-08-11 02:03:45] "POST /neutron/port HTTP/1.1" 200 1088 0.009352 10.0.0.137 - - [2025-08-11 02:03:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004805 10.0.0.137 - - [2025-08-11 02:03:45] "POST /neutron/port HTTP/1.1" 200 1088 0.009272 10.0.0.137 - - [2025-08-11 02:03:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005208 10.0.0.137 - - [2025-08-11 02:03:45] "GET /virtual-machine/06b80c19-a28d-4f9a-b677-94e07835ee9b HTTP/1.1" 200 1296 0.003673 10.0.0.137 - - [2025-08-11 02:03:45] "GET /virtual-machine-interface/8b4984d7-a398-475a-9678-f92846de2b0f HTTP/1.1" 200 2976 0.004241 10.0.0.137 - - [2025-08-11 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.137 - - [2025-08-11 02:03:45] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002448 10.0.0.137 - - [2025-08-11 02:03:45] "GET /virtual-networks?parent_id=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002475 10.0.0.137 - - [2025-08-11 02:03:45] "GET /virtual-network/1f7f716d-cd47-4d13-acfb-c64a3eb6ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004904 10.0.0.137 - - [2025-08-11 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.137 - - [2025-08-11 02:03:46] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002732 10.0.0.137 - - [2025-08-11 02:03:46] "GET /virtual-networks?parent_id=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002722 10.0.0.137 - - [2025-08-11 02:03:46] "GET /virtual-network/1f7f716d-cd47-4d13-acfb-c64a3eb6ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004853 10.0.0.137 - - [2025-08-11 02:03:47] "DELETE /project/3bdbe5b36d014acc9b2118103ce96975 HTTP/1.1" 404 173 0.017410 10.0.0.137 - - [2025-08-11 02:03:47] "DELETE /project/39574d97133049e8bea49c6f06d08c4f HTTP/1.1" 404 173 0.011576 10.0.0.137 - - [2025-08-11 02:03:47] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000932 10.0.0.137 - - [2025-08-11 02:03:47] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.137 - - [2025-08-11 02:03:47] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.033999 10.0.0.137 - - [2025-08-11 02:03:47] "GET /project/26c0e47c-613a-4704-b2af-a06526e20599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.036201 10.0.0.137 - - [2025-08-11 02:03:47] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000970 10.0.0.137 - - [2025-08-11 02:03:47] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.137 - - [2025-08-11 02:03:48] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?fields=security_groups HTTP/1.1" 200 1357 0.029817 10.0.0.137 - - [2025-08-11 02:03:48] "GET /project/26c0e47c-613a-4704-b2af-a06526e20599?fields=security_groups HTTP/1.1" 200 1351 0.033166 10.0.0.137 - - [2025-08-11 02:03:48] "DELETE /security-group/52ee505c-45d6-4dfb-8f6d-7a7d6c98111a HTTP/1.1" 200 115 0.055575 10.0.0.137 - - [2025-08-11 02:03:48] "DELETE /security-group/40079ea6-51d9-4a83-8d06-55c60f3bca73 HTTP/1.1" 200 115 0.058465 10.0.0.137 - - [2025-08-11 02:03:48] "GET /projects?obj_uuids=39574d97-1330-49e8-bea4-9c6f06d08c4f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.137 - - [2025-08-11 02:03:48] "GET /projects?obj_uuids=26c0e47c-613a-4704-b2af-a06526e20599&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.137 - - [2025-08-11 02:03:48] "DELETE /access-control-list/184c1ea7-cfc4-45bb-bfcc-ef36827eff6a HTTP/1.1" 200 115 0.044813 10.0.0.137 - - [2025-08-11 02:03:48] "GET /project/39574d97-1330-49e8-bea4-9c6f06d08c4f?fields=application_policy_sets HTTP/1.1" 200 1396 0.036850 10.0.0.137 - - [2025-08-11 02:03:48] "DELETE /access-control-list/6cdac5ae-dbeb-4506-bb4e-5d48d3b9c1de HTTP/1.1" 200 115 0.029321 10.0.0.137 - - [2025-08-11 02:03:48] "DELETE /access-control-list/c3854e14-6939-4b87-90b5-0fb50672630a HTTP/1.1" 200 115 0.021654 10.0.0.137 - - [2025-08-11 02:03:48] "GET /project/26c0e47c-613a-4704-b2af-a06526e20599?fields=application_policy_sets HTTP/1.1" 200 1390 0.080098 10.0.0.137 - - [2025-08-11 02:03:48] "DELETE /access-control-list/adc22260-5211-4b07-9b2b-526a46848cdf HTTP/1.1" 200 115 0.039224 10.0.0.137 - - [2025-08-11 02:03:48] "DELETE /project/39574d97-1330-49e8-bea4-9c6f06d08c4f HTTP/1.1" 200 115 0.359411 10.0.0.137 - - [2025-08-11 02:03:48] "DELETE /project/26c0e47c-613a-4704-b2af-a06526e20599 HTTP/1.1" 200 115 0.404924 10.0.0.137 - - [2025-08-11 02:03:50] "POST /neutron/router HTTP/1.1" 200 656 0.004688 10.0.0.137 - - [2025-08-11 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.012579 10.0.0.137 - - [2025-08-11 02:03:50] "POST /neutron/router HTTP/1.1" 200 344 0.101466 10.0.0.137 - - [2025-08-11 02:03:50] "POST /neutron/router HTTP/1.1" 200 656 0.005056 10.0.0.137 - - [2025-08-11 02:03:50] "GET /logical-router/c71497a1-0140-4fef-a583-9122ddec1ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.005767 10.0.0.137 - - [2025-08-11 02:03:50] "GET /service-instance/3055bbe9-31bc-4a75-8d20-e31af6ff128a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.005352 10.0.0.137 - - [2025-08-11 02:03:50] "POST /neutron/router HTTP/1.1" 200 151 0.062457 10.0.0.137 - - [2025-08-11 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.137 - - [2025-08-11 02:03:50] "DELETE /route-target/04eaccec-38c9-4529-9a94-2f97ac9b9676 HTTP/1.1" 409 240 0.005392 10.0.0.137 - - [2025-08-11 02:03:50] "PUT /logical-router/c71497a1-0140-4fef-a583-9122ddec1ed4 HTTP/1.1" 404 171 0.003873 10.0.0.137 - - [2025-08-11 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.012839 10.0.0.137 - - [2025-08-11 02:03:51] "DELETE /route-table/825dadf2-c568-442b-a037-5a857b1e285f HTTP/1.1" 200 115 0.040787 10.0.0.137 - - [2025-08-11 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.137 - - [2025-08-11 02:03:51] "PUT /routing-instance/0fbb5c8b-1650-4451-b4a6-74df01ee8f3a HTTP/1.1" 200 267 0.009838 10.0.0.137 - - [2025-08-11 02:03:51] "GET /virtual-network/ba907e43-b625-48aa-acc2-4b9d26da8302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.007365 10.0.0.137 - - [2025-08-11 02:03:51] "POST /neutron/network HTTP/1.1" 200 831 0.013883 10.0.0.137 - - [2025-08-11 02:03:51] "POST /neutron/network HTTP/1.1" 400 204 0.032826 10.0.0.137 - - [2025-08-11 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.009523 10.0.0.137 - - [2025-08-11 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.008635 10.0.0.137 - - [2025-08-11 02:03:51] "DELETE /instance-ip/7052cdee-9b7e-47d9-ba40-74c3012bd9d0 HTTP/1.1" 200 115 0.037235 10.0.0.137 - - [2025-08-11 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.137 - - [2025-08-11 02:03:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001835 10.0.0.137 - - [2025-08-11 02:03:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003570 10.0.0.137 - - [2025-08-11 02:03:51] "DELETE /virtual-network/ba907e43-b625-48aa-acc2-4b9d26da8302 HTTP/1.1" 200 115 0.126438 10.0.0.137 - - [2025-08-11 02:03:51] "DELETE /route-target/3f21b94f-3b7e-4881-ac60-c010da8df68b HTTP/1.1" 200 115 0.027286 10.0.0.137 - - [2025-08-11 02:03:51] "DELETE /service-instance/3055bbe9-31bc-4a75-8d20-e31af6ff128a HTTP/1.1" 200 115 0.037784 10.0.0.137 - - [2025-08-11 02:03:51] "GET /logical-router/c71497a1-0140-4fef-a583-9122ddec1ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002365 10.0.0.137 - - [2025-08-11 02:03:51] "GET /service-instance/3055bbe9-31bc-4a75-8d20-e31af6ff128a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002448 10.0.0.137 - - [2025-08-11 02:03:51] "POST /neutron/port HTTP/1.1" 200 1088 0.013001 10.0.0.137 - - [2025-08-11 02:03:51] "POST /neutron/port HTTP/1.1" 200 1114 0.017432 10.0.0.137 - - [2025-08-11 02:03:51] "GET /virtual-machine-interface/f2b82301-5179-48a1-a431-2116cd18ceee?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1336 0.010181 10.0.0.137 - - [2025-08-11 02:03:51] "POST /neutron/port HTTP/1.1" 200 1093 0.023603 10.0.0.137 - - [2025-08-11 02:03:51] "POST /neutron/port HTTP/1.1" 200 1119 0.010010 10.0.0.137 - - [2025-08-11 02:03:51] "DELETE /virtual-machine-interface/f2b82301-5179-48a1-a431-2116cd18ceee HTTP/1.1" 200 115 0.056504 10.0.0.137 - - [2025-08-11 02:03:51] "GET /virtual-machine-interface/d86c5a00-a29b-4e7c-8575-4e8e587d231c?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.005317 10.0.0.137 - - [2025-08-11 02:03:51] "POST /neutron/port HTTP/1.1" 200 151 0.159353 10.0.0.137 - - [2025-08-11 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.011278 10.0.0.137 - - [2025-08-11 02:03:51] "POST /neutron/port HTTP/1.1" 200 151 0.162956 10.0.0.137 - - [2025-08-11 02:03:51] "GET /instance-ip/32ba6af6-a129-44d8-a463-2bd4779feccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004264 10.0.0.137 - - [2025-08-11 02:03:51] "DELETE /virtual-machine-interface/d86c5a00-a29b-4e7c-8575-4e8e587d231c HTTP/1.1" 200 115 0.033905 10.0.0.137 - - [2025-08-11 02:03:51] "DELETE /virtual-machine/69db4da1-ba33-409a-a159-2c6d226f8827 HTTP/1.1" 200 115 0.018124 10.0.0.137 - - [2025-08-11 02:03:51] "GET /virtual-machine-interface/ca4a3fd1-6f00-40d3-8b3c-d9ef315369a2?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1657 0.006466 10.0.0.137 - - [2025-08-11 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.014143 10.0.0.137 - - [2025-08-11 02:03:52] "GET /instance-ip/32ba6af6-a129-44d8-a463-2bd4779feccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.005259 10.0.0.137 - - [2025-08-11 02:03:52] "DELETE /instance-ip/32ba6af6-a129-44d8-a463-2bd4779feccd HTTP/1.1" 200 115 0.023800 10.0.0.137 - - [2025-08-11 02:03:52] "DELETE /virtual-machine-interface/ca4a3fd1-6f00-40d3-8b3c-d9ef315369a2 HTTP/1.1" 200 115 0.033289 10.0.0.137 - - [2025-08-11 02:03:52] "GET /virtual-machine-interface/7bc1c947-5090-449b-a408-7351ec85c68c?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1335 0.005474 10.0.0.137 - - [2025-08-11 02:03:52] "DELETE /virtual-machine-interface/7bc1c947-5090-449b-a408-7351ec85c68c HTTP/1.1" 200 115 0.027789 10.0.0.137 - - [2025-08-11 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.007050 10.0.0.137 - - [2025-08-11 02:03:52] "DELETE /virtual-machine/ddd7801e-5ad3-4794-9d73-87b8ea118e4c HTTP/1.1" 200 115 0.018829 10.0.0.137 - - [2025-08-11 02:03:53] "POST /neutron/network HTTP/1.1" 200 831 0.005746 10.0.0.137 - - [2025-08-11 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.137 - - [2025-08-11 02:03:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002114 10.0.0.137 - - [2025-08-11 02:03:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003509 10.0.0.137 - - [2025-08-11 02:03:53] "POST /neutron/network HTTP/1.1" 200 151 0.081688 10.0.0.137 - - [2025-08-11 02:03:53] "DELETE /route-target/ea9978ac-9088-4da1-ba8b-0f7136612021 HTTP/1.1" 200 115 0.026522 10.0.0.137 - - [2025-08-11 02:03:53] "POST /neutron/network HTTP/1.1" 200 829 0.005859 10.0.0.137 - - [2025-08-11 02:03:53] "GET /obj-perms HTTP/1.1" 200 5075 0.050261 10.0.0.137 - - [2025-08-11 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.137 - - [2025-08-11 02:03:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002126 10.0.0.137 - - [2025-08-11 02:03:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003253 10.0.0.137 - - [2025-08-11 02:03:53] "POST /neutron/network HTTP/1.1" 200 151 0.110232 10.0.0.137 - - [2025-08-11 02:03:53] "DELETE /route-target/99986c42-bcc4-478f-8398-16cb62c2d201 HTTP/1.1" 200 115 0.023110 10.0.0.137 - - [2025-08-11 02:03:53] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001199 10.0.0.137 - - [2025-08-11 02:03:53] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.034293 10.0.0.137 - - [2025-08-11 02:03:53] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.137 - - [2025-08-11 02:03:53] "GET /obj-perms HTTP/1.1" 200 5075 0.055687 10.0.0.137 - - [2025-08-11 02:03:53] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?fields=virtual_networks HTTP/1.1" 200 1040 0.075947 10.0.0.137 - - [2025-08-11 02:03:53] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001801 10.0.0.137 - - [2025-08-11 02:03:53] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.032949 10.0.0.137 - - [2025-08-11 02:03:53] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.137 - - [2025-08-11 02:03:53] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?fields=security_groups HTTP/1.1" 200 1270 0.031092 10.0.0.137 - - [2025-08-11 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.020456 10.0.0.137 - - [2025-08-11 02:03:54] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002149 10.0.0.137 - - [2025-08-11 02:03:54] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.137 - - [2025-08-11 02:03:54] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007359 10.0.0.137 - - [2025-08-11 02:03:54] "POST /id-to-fqname HTTP/1.1" 200 198 0.001140 10.0.0.137 - - [2025-08-11 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.006909 10.0.0.137 - - [2025-08-11 02:03:54] "POST /security-groups HTTP/1.1" 200 599 0.072056 10.0.0.137 - - [2025-08-11 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.003685 10.0.0.137 - - [2025-08-11 02:03:55] "POST /projects HTTP/1.1" 200 601 0.221246 10.0.0.137 - - [2025-08-11 02:03:55] "POST /access-control-lists HTTP/1.1" 200 606 0.056349 10.0.0.137 - - [2025-08-11 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.289014 10.0.0.137 - - [2025-08-11 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 241 0.003034 10.0.0.137 - - [2025-08-11 02:03:55] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.407083 10.0.0.137 - - [2025-08-11 02:03:55] "POST /access-control-lists HTTP/1.1" 200 604 0.067997 10.0.0.137 - - [2025-08-11 02:03:56] "GET / HTTP/1.1" 200 36215 0.002048 10.0.0.137 - - [2025-08-11 02:03:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000656 10.0.0.137 - - [2025-08-11 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.052464 10.0.0.137 - - [2025-08-11 02:03:57] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.137 - - [2025-08-11 02:03:57] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.023612 10.0.0.137 - - [2025-08-11 02:03:57] "POST /neutron/network HTTP/1.1" 200 117 0.026216 10.0.0.137 - - [2025-08-11 02:03:57] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002426 10.0.0.137 - - [2025-08-11 02:03:57] "POST /neutron/network HTTP/1.1" 200 613 0.070065 10.0.0.137 - - [2025-08-11 02:03:57] "POST /route-targets HTTP/1.1" 200 328 0.013176 10.0.0.137 - - [2025-08-11 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.016398 10.0.0.137 - - [2025-08-11 02:03:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003554 10.0.0.137 - - [2025-08-11 02:03:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.180874 10.0.0.137 - - [2025-08-11 02:03:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004381 10.0.0.137 - - [2025-08-11 02:03:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.159294 10.0.0.137 - - [2025-08-11 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.037637 10.0.0.137 - - [2025-08-11 02:03:57] "GET /virtual-network/c554387a-d01f-4636-995c-07a409b9e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.015461 10.0.0.137 - - [2025-08-11 02:03:57] "POST /neutron/network HTTP/1.1" 200 1004 0.008790 10.0.0.137 - - [2025-08-11 02:03:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001176 10.0.0.137 - - [2025-08-11 02:03:57] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004595 10.0.0.137 - - [2025-08-11 02:03:57] "POST /neutron/network HTTP/1.1" 200 1004 0.007542 10.0.0.137 - - [2025-08-11 02:03:57] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005881 10.0.0.137 - - [2025-08-11 02:03:57] "POST /neutron/network HTTP/1.1" 200 1004 0.007636 10.0.0.137 - - [2025-08-11 02:03:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.007802 10.0.0.137 - - [2025-08-11 02:03:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.006948 10.0.0.137 - - [2025-08-11 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.137 - - [2025-08-11 02:03:57] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.137 - - [2025-08-11 02:03:57] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.030919 10.0.0.137 - - [2025-08-11 02:03:58] "POST /neutron/network HTTP/1.1" 200 117 0.009009 10.0.0.137 - - [2025-08-11 02:03:58] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.137 - - [2025-08-11 02:03:58] "POST /neutron/network HTTP/1.1" 200 613 0.068583 10.0.0.137 - - [2025-08-11 02:03:58] "POST /route-targets HTTP/1.1" 200 328 0.011185 10.0.0.137 - - [2025-08-11 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.008928 10.0.0.137 - - [2025-08-11 02:03:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003743 10.0.0.137 - - [2025-08-11 02:03:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.184262 10.0.0.137 - - [2025-08-11 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.137 - - [2025-08-11 02:03:58] "GET /virtual-network/c554387a-d01f-4636-995c-07a409b9e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.011507 10.0.0.137 - - [2025-08-11 02:03:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009969 10.0.0.137 - - [2025-08-11 02:03:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.207499 10.0.0.137 - - [2025-08-11 02:03:58] "POST /neutron/network HTTP/1.1" 200 1007 0.009859 10.0.0.137 - - [2025-08-11 02:03:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001265 10.0.0.137 - - [2025-08-11 02:03:58] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005902 10.0.0.137 - - [2025-08-11 02:03:58] "POST /neutron/network HTTP/1.1" 200 1007 0.012226 10.0.0.137 - - [2025-08-11 02:03:58] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004671 10.0.0.137 - - [2025-08-11 02:03:58] "POST /neutron/network HTTP/1.1" 200 1007 0.007884 10.0.0.137 - - [2025-08-11 02:03:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.013008 10.0.0.137 - - [2025-08-11 02:03:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.007478 10.0.0.137 - - [2025-08-11 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.002592 10.0.0.137 - - [2025-08-11 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.137 - - [2025-08-11 02:03:58] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001591 10.0.0.137 - - [2025-08-11 02:03:58] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.031342 10.0.0.137 - - [2025-08-11 02:03:58] "POST /network-policys HTTP/1.1" 200 579 0.063819 10.0.0.137 - - [2025-08-11 02:03:58] "GET /network-policy/1a47a915-316b-418d-b67a-160bd6e9aced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005426 10.0.0.137 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 1004 0.007356 10.0.0.137 - - [2025-08-11 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005390 10.0.0.137 - - [2025-08-11 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.004119 10.0.0.137 - - [2025-08-11 02:03:59] "GET /virtual-network/c554387a-d01f-4636-995c-07a409b9e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006490 10.0.0.137 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 1112 0.059251 10.0.0.137 - - [2025-08-11 02:03:59] "POST /access-control-lists HTTP/1.1" 200 598 0.066814 10.0.0.137 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 1112 0.040514 10.0.0.137 - - [2025-08-11 02:03:59] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004956 10.0.0.137 - - [2025-08-11 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.137 - - [2025-08-11 02:03:59] "GET /network-policy/1a47a915-316b-418d-b67a-160bd6e9aced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003773 10.0.0.137 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 1007 0.006894 10.0.0.137 - - [2025-08-11 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.137 - - [2025-08-11 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.002179 10.0.0.137 - - [2025-08-11 02:03:59] "GET /virtual-network/c554387a-d01f-4636-995c-07a409b9e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008917 10.0.0.137 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 1115 0.054929 10.0.0.137 - - [2025-08-11 02:03:59] "POST /access-control-lists HTTP/1.1" 200 598 0.071728 10.0.0.137 - - [2025-08-11 02:03:59] "POST /neutron/network HTTP/1.1" 200 1115 0.049623 10.0.0.137 - - [2025-08-11 02:03:59] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.005094 10.0.0.137 - - [2025-08-11 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.137 - - [2025-08-11 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.009990 10.0.0.137 - - [2025-08-11 02:03:59] "GET /network-policy/1a47a915-316b-418d-b67a-160bd6e9aced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004759 10.0.0.137 - - [2025-08-11 02:03:59] "GET /domains HTTP/1.1" 401 293 0.000407 10.0.0.137 - - [2025-08-11 02:03:59] "PUT /access-control-list/3f25776f-605a-4fed-b1e1-7bc891806354 HTTP/1.1" 200 273 0.069082 10.0.0.137 - - [2025-08-11 02:03:59] "GET /domains HTTP/1.1" 200 281 0.027429 10.0.0.137 - - [2025-08-11 02:03:59] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001680 10.0.0.137 - - [2025-08-11 02:03:59] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2780 0.009360 10.0.0.137 - - [2025-08-11 02:03:59] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.137 - - [2025-08-11 02:03:59] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26 HTTP/1.1" 200 2633 0.077552 10.0.0.137 - - [2025-08-11 02:03:59] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe HTTP/1.1" 200 3506 0.006031 10.0.0.137 - - [2025-08-11 02:03:59] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe HTTP/1.1" 200 3506 0.005082 10.0.0.137 - - [2025-08-11 02:03:59] "GET /routing-instance/9b193354-29d2-4ae4-826d-49e1b0b9398c HTTP/1.1" 200 1799 0.003916 10.0.0.137 - - [2025-08-11 02:03:59] "GET /routing-instance/9b193354-29d2-4ae4-826d-49e1b0b9398c HTTP/1.1" 200 1799 0.003785 10.0.0.137 - - [2025-08-11 02:04:00] "GET /route-target/0f77f968-6e53-4060-90c7-3fab8caa9cd0 HTTP/1.1" 200 1214 0.004178 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe HTTP/1.1" 200 3506 0.005207 10.0.0.137 - - [2025-08-11 02:04:00] "GET /routing-instance/9b193354-29d2-4ae4-826d-49e1b0b9398c HTTP/1.1" 200 1799 0.003333 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004711 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe HTTP/1.1" 200 3506 0.004599 10.0.0.137 - - [2025-08-11 02:04:00] "GET /routing-instance/9b193354-29d2-4ae4-826d-49e1b0b9398c HTTP/1.1" 200 1799 0.005295 10.0.0.137 - - [2025-08-11 02:04:00] "GET /routing-instance/9b193354-29d2-4ae4-826d-49e1b0b9398c HTTP/1.1" 200 1799 0.003597 10.0.0.137 - - [2025-08-11 02:04:00] "GET /route-target/0f77f968-6e53-4060-90c7-3fab8caa9cd0 HTTP/1.1" 200 1214 0.003372 10.0.0.137 - - [2025-08-11 02:04:00] "GET /domains HTTP/1.1" 200 281 0.003122 10.0.0.137 - - [2025-08-11 02:04:00] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.137 - - [2025-08-11 02:04:00] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2780 0.007038 10.0.0.137 - - [2025-08-11 02:04:00] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.137 - - [2025-08-11 02:04:00] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26 HTTP/1.1" 200 2633 0.069365 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe HTTP/1.1" 200 3506 0.005089 10.0.0.137 - - [2025-08-11 02:04:00] "GET /obj-perms HTTP/1.1" 200 5065 0.060473 10.0.0.137 - - [2025-08-11 02:04:00] "GET /domains HTTP/1.1" 200 281 0.002872 10.0.0.137 - - [2025-08-11 02:04:00] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.137 - - [2025-08-11 02:04:00] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2780 0.006686 10.0.0.137 - - [2025-08-11 02:04:00] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.137 - - [2025-08-11 02:04:00] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26 HTTP/1.1" 200 2633 0.064918 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585 HTTP/1.1" 200 3516 0.007045 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585 HTTP/1.1" 200 3516 0.004951 10.0.0.137 - - [2025-08-11 02:04:00] "GET /routing-instance/12accda1-3dfc-47f6-9082-cd185d107cb0 HTTP/1.1" 200 1799 0.003764 10.0.0.137 - - [2025-08-11 02:04:00] "GET /routing-instance/12accda1-3dfc-47f6-9082-cd185d107cb0 HTTP/1.1" 200 1799 0.003892 10.0.0.137 - - [2025-08-11 02:04:00] "GET /route-target/37948525-3456-4073-91d0-147ce0ee7bd6 HTTP/1.1" 200 1214 0.003295 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585 HTTP/1.1" 200 3516 0.004645 10.0.0.137 - - [2025-08-11 02:04:00] "GET /routing-instance/12accda1-3dfc-47f6-9082-cd185d107cb0 HTTP/1.1" 200 1799 0.003229 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.004538 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585 HTTP/1.1" 200 3516 0.004293 10.0.0.137 - - [2025-08-11 02:04:00] "GET /routing-instance/12accda1-3dfc-47f6-9082-cd185d107cb0 HTTP/1.1" 200 1799 0.002698 10.0.0.137 - - [2025-08-11 02:04:00] "GET /routing-instance/12accda1-3dfc-47f6-9082-cd185d107cb0 HTTP/1.1" 200 1799 0.004590 10.0.0.137 - - [2025-08-11 02:04:00] "GET /route-target/37948525-3456-4073-91d0-147ce0ee7bd6 HTTP/1.1" 200 1214 0.004452 10.0.0.137 - - [2025-08-11 02:04:00] "GET /domains HTTP/1.1" 200 281 0.004016 10.0.0.137 - - [2025-08-11 02:04:00] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001827 10.0.0.137 - - [2025-08-11 02:04:00] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2780 0.011088 10.0.0.137 - - [2025-08-11 02:04:00] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.137 - - [2025-08-11 02:04:00] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26 HTTP/1.1" 200 2633 0.070241 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585 HTTP/1.1" 200 3516 0.006777 10.0.0.137 - - [2025-08-11 02:04:00] "GET /obj-perms HTTP/1.1" 200 5065 0.003228 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.005202 10.0.0.137 - - [2025-08-11 02:04:00] "POST /neutron/network HTTP/1.1" 200 1115 0.006696 10.0.0.137 - - [2025-08-11 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.010329 10.0.0.137 - - [2025-08-11 02:04:00] "GET /virtual-network/c554387a-d01f-4636-995c-07a409b9e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008782 10.0.0.137 - - [2025-08-11 02:04:00] "POST /neutron/network HTTP/1.1" 200 1007 0.050663 10.0.0.137 - - [2025-08-11 02:04:01] "DELETE /access-control-list/25a1859e-c4cc-411c-8f1d-e5bee2361af8 HTTP/1.1" 200 115 0.040231 10.0.0.137 - - [2025-08-11 02:04:01] "POST /neutron/network HTTP/1.1" 200 1007 0.014058 10.0.0.137 - - [2025-08-11 02:04:01] "GET /virtual-network/c8ce04b0-4377-4c92-b4a2-1493948e4585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004503 10.0.0.137 - - [2025-08-11 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.020708 10.0.0.137 - - [2025-08-11 02:04:01] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004855 10.0.0.137 - - [2025-08-11 02:04:01] "POST /neutron/network HTTP/1.1" 200 1112 0.008152 10.0.0.137 - - [2025-08-11 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206 10.0.0.137 - - [2025-08-11 02:04:01] "GET /virtual-network/c554387a-d01f-4636-995c-07a409b9e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.010730 10.0.0.137 - - [2025-08-11 02:04:01] "POST /neutron/network HTTP/1.1" 200 1004 0.056935 10.0.0.137 - - [2025-08-11 02:04:01] "DELETE /access-control-list/3f25776f-605a-4fed-b1e1-7bc891806354 HTTP/1.1" 200 115 0.042389 10.0.0.137 - - [2025-08-11 02:04:01] "POST /neutron/network HTTP/1.1" 200 1004 0.010718 10.0.0.137 - - [2025-08-11 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.013289 10.0.0.137 - - [2025-08-11 02:04:01] "GET /virtual-network/5368bc27-568b-4f7c-9fdd-0ae12f0da2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008240 10.0.0.137 - - [2025-08-11 02:04:01] "DELETE /network-policy/1a47a915-316b-418d-b67a-160bd6e9aced HTTP/1.1" 200 115 0.022840 10.0.0.137 - - [2025-08-11 02:04:01] "POST /neutron/network HTTP/1.1" 200 1007 0.006310 10.0.0.137 - - [2025-08-11 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002692 10.0.0.137 - - [2025-08-11 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002871 10.0.0.137 - - [2025-08-11 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.137 - - [2025-08-11 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001696 10.0.0.137 - - [2025-08-11 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002094 10.0.0.137 - - [2025-08-11 02:04:01] "POST /neutron/network HTTP/1.1" 200 151 0.085138 10.0.0.137 - - [2025-08-11 02:04:01] "DELETE /route-target/37948525-3456-4073-91d0-147ce0ee7bd6 HTTP/1.1" 200 115 0.020716 10.0.0.137 - - [2025-08-11 02:04:01] "GET /routing-instance/12accda1-3dfc-47f6-9082-cd185d107cb0 HTTP/1.1" 404 171 0.004207 10.0.0.137 - - [2025-08-11 02:04:01] "GET /domains HTTP/1.1" 200 281 0.002488 10.0.0.137 - - [2025-08-11 02:04:01] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.137 - - [2025-08-11 02:04:01] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2780 0.047985 10.0.0.137 - - [2025-08-11 02:04:01] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.137 - - [2025-08-11 02:04:01] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26 HTTP/1.1" 200 2151 0.072193 10.0.0.137 - - [2025-08-11 02:04:01] "POST /neutron/network HTTP/1.1" 200 1004 0.006876 10.0.0.137 - - [2025-08-11 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006360 10.0.0.137 - - [2025-08-11 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004192 10.0.0.137 - - [2025-08-11 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002712 10.0.0.137 - - [2025-08-11 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003091 10.0.0.137 - - [2025-08-11 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001858 10.0.0.137 - - [2025-08-11 02:04:01] "POST /neutron/network HTTP/1.1" 200 151 0.102304 10.0.0.137 - - [2025-08-11 02:04:01] "DELETE /route-target/0f77f968-6e53-4060-90c7-3fab8caa9cd0 HTTP/1.1" 200 115 0.029740 10.0.0.137 - - [2025-08-11 02:04:01] "GET /routing-instance/9b193354-29d2-4ae4-826d-49e1b0b9398c HTTP/1.1" 404 171 0.001942 10.0.0.137 - - [2025-08-11 02:04:01] "GET /domains HTTP/1.1" 200 281 0.002052 10.0.0.137 - - [2025-08-11 02:04:01] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.137 - - [2025-08-11 02:04:01] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2780 0.047427 10.0.0.137 - - [2025-08-11 02:04:01] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.137 - - [2025-08-11 02:04:01] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26 HTTP/1.1" 200 1905 0.068502 10.0.0.137 - - [2025-08-11 02:04:02] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.137 - - [2025-08-11 02:04:02] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.027531 10.0.0.137 - - [2025-08-11 02:04:02] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.137 - - [2025-08-11 02:04:02] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?fields=virtual_networks HTTP/1.1" 200 1050 0.073115 10.0.0.137 - - [2025-08-11 02:04:02] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.137 - - [2025-08-11 02:04:02] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.023054 10.0.0.137 - - [2025-08-11 02:04:02] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.137 - - [2025-08-11 02:04:02] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?fields=security_groups HTTP/1.1" 200 1285 0.034208 10.0.0.137 - - [2025-08-11 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 204 0.027343 10.0.0.137 - - [2025-08-11 02:04:03] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003027 10.0.0.137 - - [2025-08-11 02:04:03] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.137 - - [2025-08-11 02:04:03] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007242 10.0.0.137 - - [2025-08-11 02:04:03] "POST /id-to-fqname HTTP/1.1" 200 206 0.001568 10.0.0.137 - - [2025-08-11 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.004347 10.0.0.137 - - [2025-08-11 02:04:03] "POST /security-groups HTTP/1.1" 200 607 0.063607 10.0.0.137 - - [2025-08-11 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 250 0.002596 10.0.0.137 - - [2025-08-11 02:04:03] "POST /projects HTTP/1.1" 200 617 0.216926 10.0.0.137 - - [2025-08-11 02:04:03] "POST /access-control-lists HTTP/1.1" 200 614 0.061460 10.0.0.137 - - [2025-08-11 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.293260 10.0.0.137 - - [2025-08-11 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 249 0.002871 10.0.0.137 - - [2025-08-11 02:04:03] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.414071 10.0.0.137 - - [2025-08-11 02:04:03] "POST /access-control-lists HTTP/1.1" 200 612 0.059982 10.0.0.137 - - [2025-08-11 02:04:04] "GET / HTTP/1.1" 200 36215 0.001879 10.0.0.137 - - [2025-08-11 02:04:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000561 10.0.0.137 - - [2025-08-11 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.057211 10.0.0.137 - - [2025-08-11 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.137 - - [2025-08-11 02:04:05] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001251 10.0.0.137 - - [2025-08-11 02:04:05] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.025153 10.0.0.137 - - [2025-08-11 02:04:06] "POST /network-policys HTTP/1.1" 200 569 0.059587 10.0.0.137 - - [2025-08-11 02:04:06] "GET /network-policy/4587a4cf-f3ca-46a7-b654-a2f4bf71fd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.005321 10.0.0.137 - - [2025-08-11 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.137 - - [2025-08-11 02:04:06] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001734 10.0.0.137 - - [2025-08-11 02:04:06] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.034475 10.0.0.137 - - [2025-08-11 02:04:06] "POST /neutron/network HTTP/1.1" 200 117 0.029272 10.0.0.137 - - [2025-08-11 02:04:06] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001091 10.0.0.137 - - [2025-08-11 02:04:06] "POST /neutron/network HTTP/1.1" 200 623 0.061989 10.0.0.137 - - [2025-08-11 02:04:06] "POST /route-targets HTTP/1.1" 200 328 0.011920 10.0.0.137 - - [2025-08-11 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.012124 10.0.0.137 - - [2025-08-11 02:04:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003278 10.0.0.137 - - [2025-08-11 02:04:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.187722 10.0.0.137 - - [2025-08-11 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.137 - - [2025-08-11 02:04:06] "GET /virtual-network/c554387a-d01f-4636-995c-07a409b9e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004436 10.0.0.137 - - [2025-08-11 02:04:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003353 10.0.0.137 - - [2025-08-11 02:04:06] "POST /neutron/subnet HTTP/1.1" 200 823 0.180549 10.0.0.137 - - [2025-08-11 02:04:06] "POST /neutron/network HTTP/1.1" 200 1016 0.006725 10.0.0.137 - - [2025-08-11 02:04:06] "POST /id-to-fqname HTTP/1.1" 200 237 0.001245 10.0.0.137 - - [2025-08-11 02:04:06] "GET /virtual-network/087e4c70-a557-4b2f-bca2-d71968b5c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2661 0.004741 10.0.0.137 - - [2025-08-11 02:04:06] "POST /neutron/network HTTP/1.1" 200 1016 0.006138 10.0.0.137 - - [2025-08-11 02:04:06] "GET /virtual-network/087e4c70-a557-4b2f-bca2-d71968b5c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2661 0.004636 10.0.0.137 - - [2025-08-11 02:04:06] "POST /neutron/network HTTP/1.1" 200 1016 0.006358 10.0.0.137 - - [2025-08-11 02:04:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.006022 10.0.0.137 - - [2025-08-11 02:04:06] "POST /neutron/subnet HTTP/1.1" 200 823 0.006047 10.0.0.137 - - [2025-08-11 02:04:06] "POST /neutron/network HTTP/1.1" 200 1016 0.007441 10.0.0.137 - - [2025-08-11 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 252 0.004964 10.0.0.137 - - [2025-08-11 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.137 - - [2025-08-11 02:04:07] "GET /virtual-network/c554387a-d01f-4636-995c-07a409b9e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008383 10.0.0.137 - - [2025-08-11 02:04:07] "POST /neutron/network HTTP/1.1" 200 1123 0.045073 10.0.0.137 - - [2025-08-11 02:04:07] "POST /access-control-lists HTTP/1.1" 200 609 0.064961 10.0.0.137 - - [2025-08-11 02:04:07] "POST /neutron/network HTTP/1.1" 200 1123 0.042114 10.0.0.137 - - [2025-08-11 02:04:07] "GET /virtual-network/087e4c70-a557-4b2f-bca2-d71968b5c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.005233 10.0.0.137 - - [2025-08-11 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.137 - - [2025-08-11 02:04:07] "GET /network-policy/4587a4cf-f3ca-46a7-b654-a2f4bf71fd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003385 10.0.0.137 - - [2025-08-11 02:04:07] "GET /domains HTTP/1.1" 401 293 0.000438 10.0.0.137 - - [2025-08-11 02:04:07] "GET /domains HTTP/1.1" 200 281 0.022327 10.0.0.137 - - [2025-08-11 02:04:07] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.137 - - [2025-08-11 02:04:07] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2983 0.007795 10.0.0.137 - - [2025-08-11 02:04:07] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000952 10.0.0.137 - - [2025-08-11 02:04:07] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17 HTTP/1.1" 200 2466 0.069242 10.0.0.137 - - [2025-08-11 02:04:07] "GET /virtual-network/087e4c70-a557-4b2f-bca2-d71968b5c105 HTTP/1.1" 200 3549 0.006805 10.0.0.137 - - [2025-08-11 02:04:07] "GET /virtual-network/087e4c70-a557-4b2f-bca2-d71968b5c105 HTTP/1.1" 200 3549 0.005482 10.0.0.137 - - [2025-08-11 02:04:07] "GET /routing-instance/59906d51-2131-4182-91b2-4a200a44c1f3 HTTP/1.1" 200 1498 0.003355 10.0.0.137 - - [2025-08-11 02:04:07] "GET /routing-instance/59906d51-2131-4182-91b2-4a200a44c1f3 HTTP/1.1" 200 1498 0.002871 10.0.0.137 - - [2025-08-11 02:04:07] "GET /route-target/9954a15d-d0b3-495c-bee1-2852d792feac HTTP/1.1" 200 1225 0.002489 10.0.0.137 - - [2025-08-11 02:04:07] "GET /virtual-network/087e4c70-a557-4b2f-bca2-d71968b5c105 HTTP/1.1" 200 3549 0.004077 10.0.0.137 - - [2025-08-11 02:04:07] "GET /routing-instance/59906d51-2131-4182-91b2-4a200a44c1f3 HTTP/1.1" 200 1498 0.002711 10.0.0.137 - - [2025-08-11 02:04:07] "GET /virtual-network/087e4c70-a557-4b2f-bca2-d71968b5c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.005398 10.0.0.137 - - [2025-08-11 02:04:07] "GET /virtual-network/087e4c70-a557-4b2f-bca2-d71968b5c105 HTTP/1.1" 200 3549 0.006111 10.0.0.137 - - [2025-08-11 02:04:07] "GET /routing-instance/59906d51-2131-4182-91b2-4a200a44c1f3 HTTP/1.1" 200 1498 0.003634 10.0.0.137 - - [2025-08-11 02:04:07] "GET /routing-instance/59906d51-2131-4182-91b2-4a200a44c1f3 HTTP/1.1" 200 1498 0.003793 10.0.0.137 - - [2025-08-11 02:04:07] "GET /route-target/9954a15d-d0b3-495c-bee1-2852d792feac HTTP/1.1" 200 1225 0.003044 10.0.0.137 - - [2025-08-11 02:04:07] "GET /domains HTTP/1.1" 200 281 0.002454 10.0.0.137 - - [2025-08-11 02:04:07] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.137 - - [2025-08-11 02:04:07] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2983 0.006918 10.0.0.137 - - [2025-08-11 02:04:07] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001249 10.0.0.137 - - [2025-08-11 02:04:07] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17 HTTP/1.1" 200 2466 0.068113 10.0.0.137 - - [2025-08-11 02:04:07] "GET /virtual-network/087e4c70-a557-4b2f-bca2-d71968b5c105 HTTP/1.1" 200 3549 0.007632 10.0.0.137 - - [2025-08-11 02:04:08] "GET /obj-perms HTTP/1.1" 200 5081 0.048860 10.0.0.137 - - [2025-08-11 02:04:08] "GET /domains HTTP/1.1" 200 281 0.003464 10.0.0.137 - - [2025-08-11 02:04:08] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001552 10.0.0.137 - - [2025-08-11 02:04:08] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2983 0.009926 10.0.0.137 - - [2025-08-11 02:04:08] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002002 10.0.0.137 - - [2025-08-11 02:04:08] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17 HTTP/1.1" 200 2466 0.068646 10.0.0.137 - - [2025-08-11 02:04:08] "GET /network-policy/4587a4cf-f3ca-46a7-b654-a2f4bf71fd17 HTTP/1.1" 200 3482 0.004309 10.0.0.137 - - [2025-08-11 02:04:08] "DELETE /network-policy/4587a4cf-f3ca-46a7-b654-a2f4bf71fd17 HTTP/1.1" 409 239 0.005103 10.0.0.137 - - [2025-08-11 02:04:08] "POST /neutron/network HTTP/1.1" 200 1123 0.006688 10.0.0.137 - - [2025-08-11 02:04:08] "DELETE /access-control-list/2773c5c5-bc38-460e-a91c-6cf3c57f491b HTTP/1.1" 200 115 0.027752 10.0.0.137 - - [2025-08-11 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004861 10.0.0.137 - - [2025-08-11 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.137 - - [2025-08-11 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001774 10.0.0.137 - - [2025-08-11 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001707 10.0.0.137 - - [2025-08-11 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001737 10.0.0.137 - - [2025-08-11 02:04:08] "POST /neutron/network HTTP/1.1" 200 151 0.090758 10.0.0.137 - - [2025-08-11 02:04:08] "GET /routing-instance/59906d51-2131-4182-91b2-4a200a44c1f3 HTTP/1.1" 404 171 0.003007 10.0.0.137 - - [2025-08-11 02:04:08] "GET /domains HTTP/1.1" 200 281 0.002851 10.0.0.137 - - [2025-08-11 02:04:08] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.137 - - [2025-08-11 02:04:08] "DELETE /route-target/9954a15d-d0b3-495c-bee1-2852d792feac HTTP/1.1" 200 115 0.011641 10.0.0.137 - - [2025-08-11 02:04:08] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2983 0.048228 10.0.0.137 - - [2025-08-11 02:04:08] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001300 10.0.0.137 - - [2025-08-11 02:04:08] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17 HTTP/1.1" 200 2211 0.068633 10.0.0.137 - - [2025-08-11 02:04:08] "DELETE /network-policy/4587a4cf-f3ca-46a7-b654-a2f4bf71fd17 HTTP/1.1" 200 115 0.032177 10.0.0.137 - - [2025-08-11 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002214 10.0.0.137 - - [2025-08-11 02:04:08] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001275 10.0.0.137 - - [2025-08-11 02:04:08] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.029618 10.0.0.137 - - [2025-08-11 02:04:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-29994104&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003900 10.0.0.137 - - [2025-08-11 02:04:09] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001075 10.0.0.137 - - [2025-08-11 02:04:09] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.022623 10.0.0.137 - - [2025-08-11 02:04:09] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001088 10.0.0.137 - - [2025-08-11 02:04:09] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?fields=virtual_networks HTTP/1.1" 200 1067 0.068654 10.0.0.137 - - [2025-08-11 02:04:09] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001500 10.0.0.137 - - [2025-08-11 02:04:09] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.024367 10.0.0.137 - - [2025-08-11 02:04:09] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001048 10.0.0.137 - - [2025-08-11 02:04:09] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?fields=security_groups HTTP/1.1" 200 1310 0.024201 10.0.0.137 - - [2025-08-11 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.027941 10.0.0.137 - - [2025-08-11 02:04:10] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002450 10.0.0.137 - - [2025-08-11 02:04:10] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.137 - - [2025-08-11 02:04:10] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007015 10.0.0.137 - - [2025-08-11 02:04:10] "POST /id-to-fqname HTTP/1.1" 200 192 0.002166 10.0.0.137 - - [2025-08-11 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.002313 10.0.0.137 - - [2025-08-11 02:04:10] "POST /security-groups HTTP/1.1" 200 593 0.059345 10.0.0.137 - - [2025-08-11 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.002292 10.0.0.137 - - [2025-08-11 02:04:10] "POST /projects HTTP/1.1" 200 589 0.205610 10.0.0.137 - - [2025-08-11 02:04:10] "POST /access-control-lists HTTP/1.1" 200 600 0.055558 10.0.0.137 - - [2025-08-11 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.271820 10.0.0.137 - - [2025-08-11 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.002769 10.0.0.137 - - [2025-08-11 02:04:10] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.389972 10.0.0.137 - - [2025-08-11 02:04:10] "POST /access-control-lists HTTP/1.1" 200 598 0.060379 10.0.0.137 - - [2025-08-11 02:04:11] "GET / HTTP/1.1" 200 36215 0.003445 10.0.0.137 - - [2025-08-11 02:04:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000532 10.0.0.137 - - [2025-08-11 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.053992 10.0.0.137 - - [2025-08-11 02:04:12] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.137 - - [2025-08-11 02:04:12] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027323 10.0.0.137 - - [2025-08-11 02:04:12] "POST /neutron/network HTTP/1.1" 200 117 0.026540 10.0.0.137 - - [2025-08-11 02:04:12] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001332 10.0.0.137 - - [2025-08-11 02:04:12] "POST /neutron/network HTTP/1.1" 200 607 0.060560 10.0.0.137 - - [2025-08-11 02:04:13] "POST /route-targets HTTP/1.1" 200 328 0.012225 10.0.0.137 - - [2025-08-11 02:04:13] "POST /ref-update HTTP/1.1" 200 156 0.011765 10.0.0.137 - - [2025-08-11 02:04:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003466 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.151202 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 825 0.005522 10.0.0.137 - - [2025-08-11 02:04:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001136 10.0.0.137 - - [2025-08-11 02:04:13] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004567 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 825 0.004918 10.0.0.137 - - [2025-08-11 02:04:13] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004552 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 825 0.004983 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.005753 10.0.0.137 - - [2025-08-11 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002146 10.0.0.137 - - [2025-08-11 02:04:13] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001509 10.0.0.137 - - [2025-08-11 02:04:13] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025433 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 117 0.007965 10.0.0.137 - - [2025-08-11 02:04:13] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001186 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 607 0.061819 10.0.0.137 - - [2025-08-11 02:04:13] "POST /route-targets HTTP/1.1" 200 328 0.010080 10.0.0.137 - - [2025-08-11 02:04:13] "POST /ref-update HTTP/1.1" 200 156 0.009669 10.0.0.137 - - [2025-08-11 02:04:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002300 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/subnet HTTP/1.1" 200 730 0.159972 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 827 0.004988 10.0.0.137 - - [2025-08-11 02:04:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001087 10.0.0.137 - - [2025-08-11 02:04:13] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004316 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 827 0.005101 10.0.0.137 - - [2025-08-11 02:04:13] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004477 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 827 0.006888 10.0.0.137 - - [2025-08-11 02:04:13] "POST /neutron/subnet HTTP/1.1" 200 730 0.009517 10.0.0.137 - - [2025-08-11 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.003039 10.0.0.137 - - [2025-08-11 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.137 - - [2025-08-11 02:04:13] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001866 10.0.0.137 - - [2025-08-11 02:04:13] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.038136 10.0.0.137 - - [2025-08-11 02:04:14] "POST /network-policys HTTP/1.1" 200 573 0.016244 10.0.0.137 - - [2025-08-11 02:04:14] "GET /network-policy/620ebe38-dc93-4e17-9549-a604647e651c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004421 10.0.0.137 - - [2025-08-11 02:04:14] "POST /neutron/network HTTP/1.1" 200 825 0.005366 10.0.0.137 - - [2025-08-11 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.003739 10.0.0.137 - - [2025-08-11 02:04:14] "POST /neutron/network HTTP/1.1" 200 927 0.044940 10.0.0.137 - - [2025-08-11 02:04:14] "POST /neutron/network HTTP/1.1" 200 927 0.039469 10.0.0.137 - - [2025-08-11 02:04:14] "POST /access-control-lists HTTP/1.1" 200 592 0.067221 10.0.0.137 - - [2025-08-11 02:04:14] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005165 10.0.0.137 - - [2025-08-11 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.137 - - [2025-08-11 02:04:14] "GET /network-policy/620ebe38-dc93-4e17-9549-a604647e651c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003319 10.0.0.137 - - [2025-08-11 02:04:14] "POST /neutron/network HTTP/1.1" 200 827 0.005129 10.0.0.137 - - [2025-08-11 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.007283 10.0.0.137 - - [2025-08-11 02:04:14] "POST /neutron/network HTTP/1.1" 200 929 0.049711 10.0.0.137 - - [2025-08-11 02:04:14] "POST /neutron/network HTTP/1.1" 200 929 0.044182 10.0.0.137 - - [2025-08-11 02:04:14] "POST /access-control-lists HTTP/1.1" 200 592 0.071864 10.0.0.137 - - [2025-08-11 02:04:14] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.013830 10.0.0.137 - - [2025-08-11 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002385 10.0.0.137 - - [2025-08-11 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.011203 10.0.0.137 - - [2025-08-11 02:04:14] "GET /network-policy/620ebe38-dc93-4e17-9549-a604647e651c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003105 10.0.0.137 - - [2025-08-11 02:04:14] "GET /domains HTTP/1.1" 401 293 0.000429 10.0.0.137 - - [2025-08-11 02:04:14] "PUT /access-control-list/6d363f46-6898-4995-835a-d195309e2157 HTTP/1.1" 200 273 0.050439 10.0.0.137 - - [2025-08-11 02:04:14] "GET /domains HTTP/1.1" 200 281 0.021919 10.0.0.137 - - [2025-08-11 02:04:14] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.137 - - [2025-08-11 02:04:14] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 3172 0.008031 10.0.0.137 - - [2025-08-11 02:04:14] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.137 - - [2025-08-11 02:04:15] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd HTTP/1.1" 200 2580 0.071514 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8 HTTP/1.1" 200 2895 0.005191 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8 HTTP/1.1" 200 2895 0.004235 10.0.0.137 - - [2025-08-11 02:04:15] "GET /routing-instance/43421076-18e2-4358-b7fc-b8080f33c2bf HTTP/1.1" 200 1787 0.003109 10.0.0.137 - - [2025-08-11 02:04:15] "GET /routing-instance/43421076-18e2-4358-b7fc-b8080f33c2bf HTTP/1.1" 200 1787 0.002927 10.0.0.137 - - [2025-08-11 02:04:15] "GET /route-target/2b63782e-553f-41b8-af9d-2b2d3c7a1cd1 HTTP/1.1" 200 1208 0.002615 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8 HTTP/1.1" 200 2895 0.004144 10.0.0.137 - - [2025-08-11 02:04:15] "GET /routing-instance/43421076-18e2-4358-b7fc-b8080f33c2bf HTTP/1.1" 200 1787 0.002562 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004268 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8 HTTP/1.1" 200 2895 0.004619 10.0.0.137 - - [2025-08-11 02:04:15] "GET /routing-instance/43421076-18e2-4358-b7fc-b8080f33c2bf HTTP/1.1" 200 1787 0.003505 10.0.0.137 - - [2025-08-11 02:04:15] "GET /routing-instance/43421076-18e2-4358-b7fc-b8080f33c2bf HTTP/1.1" 200 1787 0.003106 10.0.0.137 - - [2025-08-11 02:04:15] "GET /route-target/2b63782e-553f-41b8-af9d-2b2d3c7a1cd1 HTTP/1.1" 200 1208 0.002882 10.0.0.137 - - [2025-08-11 02:04:15] "GET /domains HTTP/1.1" 200 281 0.002466 10.0.0.137 - - [2025-08-11 02:04:15] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.137 - - [2025-08-11 02:04:15] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 3172 0.006208 10.0.0.137 - - [2025-08-11 02:04:15] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001263 10.0.0.137 - - [2025-08-11 02:04:15] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd HTTP/1.1" 200 2580 0.072879 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8 HTTP/1.1" 200 2895 0.004207 10.0.0.137 - - [2025-08-11 02:04:15] "GET /obj-perms HTTP/1.1" 200 5053 0.042765 10.0.0.137 - - [2025-08-11 02:04:15] "GET /domains HTTP/1.1" 200 281 0.002472 10.0.0.137 - - [2025-08-11 02:04:15] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.137 - - [2025-08-11 02:04:15] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 3172 0.006488 10.0.0.137 - - [2025-08-11 02:04:15] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001253 10.0.0.137 - - [2025-08-11 02:04:15] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd HTTP/1.1" 200 2580 0.065012 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a HTTP/1.1" 200 2902 0.006211 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a HTTP/1.1" 200 2902 0.004226 10.0.0.137 - - [2025-08-11 02:04:15] "GET /routing-instance/5d838f3f-3bc2-4de3-8359-508e8df244f1 HTTP/1.1" 200 1786 0.002972 10.0.0.137 - - [2025-08-11 02:04:15] "GET /routing-instance/5d838f3f-3bc2-4de3-8359-508e8df244f1 HTTP/1.1" 200 1786 0.002831 10.0.0.137 - - [2025-08-11 02:04:15] "GET /route-target/e01e089d-bdb9-4682-8e94-2788112dd9cd HTTP/1.1" 200 1209 0.002645 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a HTTP/1.1" 200 2902 0.004514 10.0.0.137 - - [2025-08-11 02:04:15] "GET /routing-instance/5d838f3f-3bc2-4de3-8359-508e8df244f1 HTTP/1.1" 200 1786 0.002993 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004333 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a HTTP/1.1" 200 2902 0.004694 10.0.0.137 - - [2025-08-11 02:04:15] "GET /routing-instance/5d838f3f-3bc2-4de3-8359-508e8df244f1 HTTP/1.1" 200 1786 0.002878 10.0.0.137 - - [2025-08-11 02:04:15] "GET /routing-instance/5d838f3f-3bc2-4de3-8359-508e8df244f1 HTTP/1.1" 200 1786 0.002964 10.0.0.137 - - [2025-08-11 02:04:15] "GET /route-target/e01e089d-bdb9-4682-8e94-2788112dd9cd HTTP/1.1" 200 1209 0.002503 10.0.0.137 - - [2025-08-11 02:04:15] "GET /domains HTTP/1.1" 200 281 0.002489 10.0.0.137 - - [2025-08-11 02:04:15] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.137 - - [2025-08-11 02:04:15] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 3172 0.006399 10.0.0.137 - - [2025-08-11 02:04:15] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.137 - - [2025-08-11 02:04:15] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd HTTP/1.1" 200 2580 0.065836 10.0.0.137 - - [2025-08-11 02:04:15] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a HTTP/1.1" 200 2902 0.004276 10.0.0.137 - - [2025-08-11 02:04:15] "GET /obj-perms HTTP/1.1" 200 5053 0.002956 10.0.0.137 - - [2025-08-11 02:04:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001334 10.0.0.137 - - [2025-08-11 02:04:16] "POST /neutron/network HTTP/1.1" 200 937 0.005080 10.0.0.137 - - [2025-08-11 02:04:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000389 10.0.0.137 - - [2025-08-11 02:04:16] "GET / HTTP/1.1" 200 36215 0.001832 10.0.0.137 - - [2025-08-11 02:04:16] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000398 10.0.0.137 - - [2025-08-11 02:04:16] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001121 10.0.0.137 - - [2025-08-11 02:04:16] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042600 10.0.0.137 - - [2025-08-11 02:04:16] "POST /neutron/network HTTP/1.1" 200 927 0.004848 10.0.0.137 - - [2025-08-11 02:04:16] "POST /neutron/port HTTP/1.1" 200 117 0.004762 10.0.0.137 - - [2025-08-11 02:04:16] "POST /neutron/port HTTP/1.1" 200 117 0.004591 10.0.0.137 - - [2025-08-11 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001486 10.0.0.137 - - [2025-08-11 02:04:16] "POST /neutron/port HTTP/1.1" 200 117 0.006872 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/network HTTP/1.1" 200 939 0.006212 10.0.0.137 - - [2025-08-11 02:04:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000494 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/network HTTP/1.1" 200 937 0.006155 10.0.0.137 - - [2025-08-11 02:04:17] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001195 10.0.0.137 - - [2025-08-11 02:04:17] "GET / HTTP/1.1" 200 36215 0.002032 10.0.0.137 - - [2025-08-11 02:04:17] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000401 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/port HTTP/1.1" 200 1061 0.202412 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/port HTTP/1.1" 200 1061 0.008065 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/port HTTP/1.1" 200 1061 0.008893 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/port HTTP/1.1" 200 1115 0.057221 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/port HTTP/1.1" 200 1089 0.011634 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003279 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.007644 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/network HTTP/1.1" 200 927 0.005389 10.0.0.137 - - [2025-08-11 02:04:17] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.137 - - [2025-08-11 02:04:17] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048845 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/network HTTP/1.1" 200 929 0.005444 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/port HTTP/1.1" 200 1089 0.016483 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007561 10.0.0.137 - - [2025-08-11 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.005941 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/port HTTP/1.1" 200 1089 0.011259 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006100 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/network HTTP/1.1" 200 939 0.006443 10.0.0.137 - - [2025-08-11 02:04:18] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131 10.0.0.137 - - [2025-08-11 02:04:18] "PUT /access-control-list/fb6a150f-eb81-4a33-86d5-7cc3fe19719c HTTP/1.1" 200 273 0.064480 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/port HTTP/1.1" 200 1063 0.291671 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/port HTTP/1.1" 200 1063 0.011904 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/port HTTP/1.1" 200 1063 0.016712 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/port HTTP/1.1" 200 1117 0.060880 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/port HTTP/1.1" 200 1091 0.013119 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003321 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/subnet HTTP/1.1" 200 704 0.008707 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.137 - - [2025-08-11 02:04:18] "POST /neutron/network HTTP/1.1" 200 929 0.006036 10.0.0.137 - - [2025-08-11 02:04:23] "POST /neutron/port HTTP/1.1" 200 1089 0.011388 10.0.0.137 - - [2025-08-11 02:04:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006287 10.0.0.137 - - [2025-08-11 02:04:23] "POST /neutron/port HTTP/1.1" 200 1089 0.012079 10.0.0.137 - - [2025-08-11 02:04:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005480 10.0.0.137 - - [2025-08-11 02:04:23] "POST /neutron/port HTTP/1.1" 200 1089 0.011894 10.0.0.137 - - [2025-08-11 02:04:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006742 10.0.0.137 - - [2025-08-11 02:04:23] "GET /virtual-machine/a6e4335d-d319-441f-b59f-ca835bfb03db HTTP/1.1" 200 1297 0.004562 10.0.0.137 - - [2025-08-11 02:04:23] "GET /virtual-machine-interface/09c59404-6ef6-43ef-a261-979d047744c1 HTTP/1.1" 200 2957 0.004452 10.0.0.137 - - [2025-08-11 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.137 - - [2025-08-11 02:04:23] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003623 10.0.0.137 - - [2025-08-11 02:04:23] "GET /virtual-networks?parent_id=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003219 10.0.0.137 - - [2025-08-11 02:04:23] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005049 10.0.0.137 - - [2025-08-11 02:04:25] "POST /neutron/port HTTP/1.1" 200 1089 0.010765 10.0.0.137 - - [2025-08-11 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005519 10.0.0.137 - - [2025-08-11 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.137 - - [2025-08-11 02:04:26] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007027 10.0.0.137 - - [2025-08-11 02:04:26] "POST /neutron/port HTTP/1.1" 200 1091 0.012485 10.0.0.137 - - [2025-08-11 02:04:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005976 10.0.0.137 - - [2025-08-11 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.137 - - [2025-08-11 02:04:28] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003736 10.0.0.137 - - [2025-08-11 02:04:28] "GET /virtual-networks?parent_id=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003337 10.0.0.137 - - [2025-08-11 02:04:28] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005623 10.0.0.137 - - [2025-08-11 02:04:29] "POST /neutron/port HTTP/1.1" 200 1091 0.011199 10.0.0.137 - - [2025-08-11 02:04:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005974 10.0.0.137 - - [2025-08-11 02:04:29] "POST /neutron/port HTTP/1.1" 200 1091 0.010969 10.0.0.137 - - [2025-08-11 02:04:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006177 10.0.0.137 - - [2025-08-11 02:04:29] "POST /neutron/port HTTP/1.1" 200 1091 0.010817 10.0.0.137 - - [2025-08-11 02:04:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005706 10.0.0.137 - - [2025-08-11 02:04:29] "GET /virtual-machine/e175505b-608e-45fe-ad3a-73b5d877a1b2 HTTP/1.1" 200 1297 0.006126 10.0.0.137 - - [2025-08-11 02:04:29] "GET /virtual-machine-interface/ac1080f1-4651-470d-89e6-6eebab9280aa HTTP/1.1" 200 2958 0.005600 10.0.0.137 - - [2025-08-11 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.137 - - [2025-08-11 02:04:29] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003462 10.0.0.137 - - [2025-08-11 02:04:29] "GET /virtual-networks?parent_id=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003715 10.0.0.137 - - [2025-08-11 02:04:29] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.008377 10.0.0.137 - - [2025-08-11 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.137 - - [2025-08-11 02:04:30] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003408 10.0.0.137 - - [2025-08-11 02:04:30] "GET /virtual-networks?parent_id=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003438 10.0.0.137 - - [2025-08-11 02:04:30] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005102 10.0.0.137 - - [2025-08-11 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.137 - - [2025-08-11 02:04:34] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.137 - - [2025-08-11 02:04:34] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025404 10.0.0.137 - - [2025-08-11 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.137 - - [2025-08-11 02:04:34] "PUT /network-policy/620ebe38-dc93-4e17-9549-a604647e651c HTTP/1.1" 200 263 0.019955 10.0.0.137 - - [2025-08-11 02:04:35] "PUT /access-control-list/fb6a150f-eb81-4a33-86d5-7cc3fe19719c HTTP/1.1" 200 273 0.056989 10.0.0.137 - - [2025-08-11 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.012556 10.0.0.137 - - [2025-08-11 02:04:35] "PUT /access-control-list/6d363f46-6898-4995-835a-d195309e2157 HTTP/1.1" 200 273 0.053524 10.0.0.137 - - [2025-08-11 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.010006 10.0.0.137 - - [2025-08-11 02:04:38] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005473 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/network HTTP/1.1" 200 929 0.005718 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/network HTTP/1.1" 200 827 0.043025 10.0.0.137 - - [2025-08-11 02:04:38] "DELETE /access-control-list/fb6a150f-eb81-4a33-86d5-7cc3fe19719c HTTP/1.1" 200 115 0.028875 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/network HTTP/1.1" 200 827 0.008012 10.0.0.137 - - [2025-08-11 02:04:38] "GET /virtual-network/ec61b0ee-8203-403e-9851-f875a38f6f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006932 10.0.0.137 - - [2025-08-11 02:04:38] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006937 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/network HTTP/1.1" 200 927 0.005368 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/network HTTP/1.1" 200 825 0.052247 10.0.0.137 - - [2025-08-11 02:04:38] "DELETE /access-control-list/6d363f46-6898-4995-835a-d195309e2157 HTTP/1.1" 200 115 0.039157 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/network HTTP/1.1" 200 825 0.005840 10.0.0.137 - - [2025-08-11 02:04:38] "GET /virtual-network/767ea6ec-5aa3-429b-9507-fed54c1857f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005797 10.0.0.137 - - [2025-08-11 02:04:38] "DELETE /network-policy/620ebe38-dc93-4e17-9549-a604647e651c HTTP/1.1" 200 115 0.021235 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/network HTTP/1.1" 200 827 0.005101 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/network HTTP/1.1" 400 204 0.014073 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/port HTTP/1.1" 200 1091 0.012187 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/port HTTP/1.1" 200 1117 0.009114 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/port HTTP/1.1" 200 1089 0.011458 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/port HTTP/1.1" 200 1115 0.008308 10.0.0.137 - - [2025-08-11 02:04:38] "POST /neutron/port HTTP/1.1" 200 151 0.121023 10.0.0.137 - - [2025-08-11 02:04:39] "POST /neutron/port HTTP/1.1" 200 151 0.137674 10.0.0.137 - - [2025-08-11 02:04:40] "POST /neutron/network HTTP/1.1" 200 827 0.005462 10.0.0.137 - - [2025-08-11 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.137 - - [2025-08-11 02:04:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002084 10.0.0.137 - - [2025-08-11 02:04:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002855 10.0.0.137 - - [2025-08-11 02:04:40] "POST /neutron/network HTTP/1.1" 200 151 0.086561 10.0.0.137 - - [2025-08-11 02:04:40] "DELETE /route-target/e01e089d-bdb9-4682-8e94-2788112dd9cd HTTP/1.1" 200 115 0.019157 10.0.0.137 - - [2025-08-11 02:04:40] "GET /routing-instance/5d838f3f-3bc2-4de3-8359-508e8df244f1 HTTP/1.1" 404 171 0.002979 10.0.0.137 - - [2025-08-11 02:04:40] "GET /domains HTTP/1.1" 200 281 0.002550 10.0.0.137 - - [2025-08-11 02:04:40] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001497 10.0.0.137 - - [2025-08-11 02:04:40] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 3172 0.050088 10.0.0.137 - - [2025-08-11 02:04:40] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.137 - - [2025-08-11 02:04:40] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd HTTP/1.1" 200 2110 0.066458 10.0.0.137 - - [2025-08-11 02:04:40] "POST /neutron/network HTTP/1.1" 200 825 0.006821 10.0.0.137 - - [2025-08-11 02:04:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002956 10.0.0.137 - - [2025-08-11 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.137 - - [2025-08-11 02:04:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001643 10.0.0.137 - - [2025-08-11 02:04:41] "POST /neutron/network HTTP/1.1" 200 151 0.074971 10.0.0.137 - - [2025-08-11 02:04:41] "GET /routing-instance/43421076-18e2-4358-b7fc-b8080f33c2bf HTTP/1.1" 404 171 0.002002 10.0.0.137 - - [2025-08-11 02:04:41] "DELETE /route-target/2b63782e-553f-41b8-af9d-2b2d3c7a1cd1 HTTP/1.1" 200 115 0.018908 10.0.0.137 - - [2025-08-11 02:04:41] "GET /domains HTTP/1.1" 200 281 0.004401 10.0.0.137 - - [2025-08-11 02:04:41] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.137 - - [2025-08-11 02:04:41] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 3172 0.047395 10.0.0.137 - - [2025-08-11 02:04:41] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.137 - - [2025-08-11 02:04:41] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd HTTP/1.1" 200 1870 0.065897 10.0.0.137 - - [2025-08-11 02:04:41] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001093 10.0.0.137 - - [2025-08-11 02:04:41] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.032161 10.0.0.137 - - [2025-08-11 02:04:41] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001471 10.0.0.137 - - [2025-08-11 02:04:41] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?fields=virtual_networks HTTP/1.1" 200 1039 0.070863 10.0.0.137 - - [2025-08-11 02:04:41] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001227 10.0.0.137 - - [2025-08-11 02:04:41] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.026869 10.0.0.137 - - [2025-08-11 02:04:41] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001269 10.0.0.137 - - [2025-08-11 02:04:41] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?fields=security_groups HTTP/1.1" 200 1268 0.027435 10.0.0.137 - - [2025-08-11 02:04:42] "POST /fqname-to-id HTTP/1.1" 404 181 0.025533 10.0.0.137 - - [2025-08-11 02:04:42] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005751 10.0.0.137 - - [2025-08-11 02:04:42] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.137 - - [2025-08-11 02:04:42] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007501 10.0.0.137 - - [2025-08-11 02:04:42] "POST /id-to-fqname HTTP/1.1" 200 183 0.001256 10.0.0.137 - - [2025-08-11 02:04:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.002533 10.0.0.137 - - [2025-08-11 02:04:42] "POST /security-groups HTTP/1.1" 200 584 0.066110 10.0.0.137 - - [2025-08-11 02:04:42] "POST /fqname-to-id HTTP/1.1" 404 227 0.002612 10.0.0.137 - - [2025-08-11 02:04:42] "POST /projects HTTP/1.1" 200 571 0.228620 10.0.0.137 - - [2025-08-11 02:04:42] "POST /access-control-lists HTTP/1.1" 200 591 0.061638 10.0.0.137 - - [2025-08-11 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.301017 10.0.0.137 - - [2025-08-11 02:04:42] "POST /fqname-to-id HTTP/1.1" 404 226 0.004246 10.0.0.137 - - [2025-08-11 02:04:42] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.425517 10.0.0.137 - - [2025-08-11 02:04:43] "POST /access-control-lists HTTP/1.1" 200 589 0.060023 10.0.0.137 - - [2025-08-11 02:04:43] "GET / HTTP/1.1" 200 36215 0.003400 10.0.0.137 - - [2025-08-11 02:04:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000590 10.0.0.137 - - [2025-08-11 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.053792 10.0.0.137 - - [2025-08-11 02:04:45] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001029 10.0.0.137 - - [2025-08-11 02:04:45] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.026632 10.0.0.137 - - [2025-08-11 02:04:45] "POST /neutron/network HTTP/1.1" 200 117 0.030611 10.0.0.137 - - [2025-08-11 02:04:45] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001524 10.0.0.137 - - [2025-08-11 02:04:45] "POST /neutron/network HTTP/1.1" 200 612 0.074383 10.0.0.137 - - [2025-08-11 02:04:45] "POST /route-targets HTTP/1.1" 200 328 0.019345 10.0.0.137 - - [2025-08-11 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.018235 10.0.0.137 - - [2025-08-11 02:04:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002261 10.0.0.137 - - [2025-08-11 02:04:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.218754 10.0.0.137 - - [2025-08-11 02:04:45] "POST /neutron/network HTTP/1.1" 200 832 0.005571 10.0.0.137 - - [2025-08-11 02:04:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001385 10.0.0.137 - - [2025-08-11 02:04:45] "GET /virtual-network/ea2bd91e-186c-4383-af2b-df3da4305f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005642 10.0.0.137 - - [2025-08-11 02:04:45] "POST /neutron/network HTTP/1.1" 200 832 0.006898 10.0.0.137 - - [2025-08-11 02:04:45] "GET /virtual-network/ea2bd91e-186c-4383-af2b-df3da4305f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005004 10.0.0.137 - - [2025-08-11 02:04:45] "POST /neutron/network HTTP/1.1" 200 832 0.005418 10.0.0.137 - - [2025-08-11 02:04:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.006757 10.0.0.137 - - [2025-08-11 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.137 - - [2025-08-11 02:04:45] "GET /virtual-network/ea2bd91e-186c-4383-af2b-df3da4305f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005819 10.0.0.137 - - [2025-08-11 02:04:45] "PUT /virtual-network/ea2bd91e-186c-4383-af2b-df3da4305f74 HTTP/1.1" 200 265 0.035453 10.0.0.137 - - [2025-08-11 02:04:45] "POST /route-targets HTTP/1.1" 200 324 0.014619 10.0.0.137 - - [2025-08-11 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.014434 10.0.0.137 - - [2025-08-11 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.137 - - [2025-08-11 02:04:45] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001060 10.0.0.137 - - [2025-08-11 02:04:45] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.028149 10.0.0.137 - - [2025-08-11 02:04:45] "POST /neutron/network HTTP/1.1" 200 117 0.010370 10.0.0.137 - - [2025-08-11 02:04:45] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001512 10.0.0.137 - - [2025-08-11 02:04:46] "POST /neutron/network HTTP/1.1" 200 612 0.078796 10.0.0.137 - - [2025-08-11 02:04:46] "POST /route-targets HTTP/1.1" 200 328 0.011145 10.0.0.137 - - [2025-08-11 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.012074 10.0.0.137 - - [2025-08-11 02:04:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003221 10.0.0.137 - - [2025-08-11 02:04:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.201013 10.0.0.137 - - [2025-08-11 02:04:46] "POST /neutron/network HTTP/1.1" 200 831 0.005513 10.0.0.137 - - [2025-08-11 02:04:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001145 10.0.0.137 - - [2025-08-11 02:04:46] "GET /virtual-network/fa3285af-4f48-406f-8a9e-b36cdecf9fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004480 10.0.0.137 - - [2025-08-11 02:04:46] "POST /neutron/network HTTP/1.1" 200 831 0.011438 10.0.0.137 - - [2025-08-11 02:04:46] "GET /virtual-network/fa3285af-4f48-406f-8a9e-b36cdecf9fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004917 10.0.0.137 - - [2025-08-11 02:04:46] "POST /neutron/network HTTP/1.1" 200 831 0.005650 10.0.0.137 - - [2025-08-11 02:04:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.009773 10.0.0.137 - - [2025-08-11 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.137 - - [2025-08-11 02:04:46] "GET /virtual-network/fa3285af-4f48-406f-8a9e-b36cdecf9fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004773 10.0.0.137 - - [2025-08-11 02:04:46] "PUT /virtual-network/fa3285af-4f48-406f-8a9e-b36cdecf9fa9 HTTP/1.1" 200 265 0.038582 10.0.0.137 - - [2025-08-11 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.010034 10.0.0.137 - - [2025-08-11 02:04:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001689 10.0.0.137 - - [2025-08-11 02:04:46] "POST /neutron/network HTTP/1.1" 200 842 0.006847 10.0.0.137 - - [2025-08-11 02:04:46] "GET /aaa-mode HTTP/1.1" 401 293 0.000416 10.0.0.137 - - [2025-08-11 02:04:47] "GET / HTTP/1.1" 200 36215 0.002865 10.0.0.137 - - [2025-08-11 02:04:47] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000382 10.0.0.137 - - [2025-08-11 02:04:47] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001070 10.0.0.137 - - [2025-08-11 02:04:47] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.044536 10.0.0.137 - - [2025-08-11 02:04:47] "POST /neutron/network HTTP/1.1" 200 832 0.005899 10.0.0.137 - - [2025-08-11 02:04:47] "POST /neutron/port HTTP/1.1" 200 117 0.005036 10.0.0.137 - - [2025-08-11 02:04:47] "POST /neutron/port HTTP/1.1" 200 117 0.004663 10.0.0.137 - - [2025-08-11 02:04:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001602 10.0.0.137 - - [2025-08-11 02:04:47] "POST /neutron/port HTTP/1.1" 200 117 0.004847 10.0.0.137 - - [2025-08-11 02:04:47] "POST /neutron/network HTTP/1.1" 200 841 0.005547 10.0.0.137 - - [2025-08-11 02:04:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000407 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/network HTTP/1.1" 200 842 0.005715 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001124 10.0.0.137 - - [2025-08-11 02:04:48] "GET / HTTP/1.1" 200 36215 0.005066 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000894 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/port HTTP/1.1" 200 1054 0.192999 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/port HTTP/1.1" 200 1054 0.008565 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/port HTTP/1.1" 200 1054 0.007395 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/port HTTP/1.1" 200 1108 0.063728 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /project/f9e3c270289d4b97ae4dc85011093d17 HTTP/1.1" 404 173 0.024278 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /project/5f5c90e78f36469da838265b8f690c26 HTTP/1.1" 404 173 0.018417 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /project/ed1d17b132b240f6812796aced4405aa HTTP/1.1" 404 173 0.017738 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /project/8b01ea9e880c4a67902687546ea27acd HTTP/1.1" 404 173 0.017514 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000835 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000858 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000904 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/port HTTP/1.1" 200 1082 0.039749 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.059649 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011932 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.067526 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.071798 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.026360 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.101681 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000981 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000839 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/port HTTP/1.1" 200 117 0.000930 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001092 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001017 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/network HTTP/1.1" 200 832 0.010117 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?fields=security_groups HTTP/1.1" 200 1370 0.098297 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?fields=security_groups HTTP/1.1" 200 1387 0.099868 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?fields=security_groups HTTP/1.1" 200 1412 0.102360 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.133425 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?fields=security_groups HTTP/1.1" 200 1372 0.118758 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/network HTTP/1.1" 200 831 0.009276 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /security-group/80350aa4-b39b-40b0-852c-090ac0ce4abc HTTP/1.1" 200 115 0.098706 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /access-control-list/7a700cfb-ba77-40b7-b13e-ede4f1b7b018 HTTP/1.1" 200 115 0.057438 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=8b01ea9e-880c-4a67-9026-87546ea27acd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001147 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /security-group/cf5e240a-a011-408e-8621-062923ce9b8d HTTP/1.1" 200 115 0.105666 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /security-group/3f2e4112-eae3-4efd-b5f0-81d7927d661f HTTP/1.1" 200 115 0.119678 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=f9e3c270-289d-4b97-ae4d-c85011093d17&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001057 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=5f5c90e7-8f36-469d-a838-265b8f690c26&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/8b01ea9e-880c-4a67-9026-87546ea27acd?fields=application_policy_sets HTTP/1.1" 200 1409 0.072168 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /security-group/885d3ed0-f449-4fcf-a80b-622235798768 HTTP/1.1" 200 115 0.153788 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/5f5c90e7-8f36-469d-a838-265b8f690c26?fields=application_policy_sets HTTP/1.1" 200 1426 0.086586 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /access-control-list/78d84e6d-baea-4be4-957a-0bbab9c6fcfa HTTP/1.1" 200 115 0.117510 10.0.0.137 - - [2025-08-11 02:04:48] "GET /projects?obj_uuids=3bdbe5b3-6d01-4acc-9b21-18103ce96975&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001057 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/port HTTP/1.1" 200 1082 0.065817 10.0.0.137 - - [2025-08-11 02:04:48] "GET /project/f9e3c270-289d-4b97-ae4d-c85011093d17?fields=application_policy_sets HTTP/1.1" 200 1451 0.149397 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.023563 10.0.0.137 - - [2025-08-11 02:04:48] "DELETE /access-control-list/f685a880-d92f-4d0c-86db-38710940c789 HTTP/1.1" 200 115 0.069631 10.0.0.137 - - [2025-08-11 02:04:48] "POST /neutron/port HTTP/1.1" 200 117 0.028054 10.0.0.137 - - [2025-08-11 02:04:49] "GET /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975?fields=application_policy_sets HTTP/1.1" 200 1411 0.143699 10.0.0.137 - - [2025-08-11 02:04:49] "DELETE /access-control-list/60fc480d-3e7b-4867-8fab-82e43e2e6a94 HTTP/1.1" 200 115 0.109519 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1082 0.042068 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.037344 10.0.0.137 - - [2025-08-11 02:04:49] "DELETE /access-control-list/1b1641f7-5c13-4f4f-942f-906b0b32799a HTTP/1.1" 200 115 0.092953 10.0.0.137 - - [2025-08-11 02:04:49] "DELETE /project/8b01ea9e-880c-4a67-9026-87546ea27acd HTTP/1.1" 200 115 0.797765 10.0.0.137 - - [2025-08-11 02:04:49] "DELETE /project/5f5c90e7-8f36-469d-a838-265b8f690c26 HTTP/1.1" 200 115 0.806013 10.0.0.137 - - [2025-08-11 02:04:49] "DELETE /access-control-list/aa8f7a88-8754-496d-bb52-4692c8c7dc42 HTTP/1.1" 200 115 0.041742 10.0.0.137 - - [2025-08-11 02:04:49] "DELETE /project/f9e3c270-289d-4b97-ae4d-c85011093d17 HTTP/1.1" 200 115 0.853305 10.0.0.137 - - [2025-08-11 02:04:49] "DELETE /project/3bdbe5b3-6d01-4acc-9b21-18103ce96975 HTTP/1.1" 200 115 0.864085 10.0.0.137 - - [2025-08-11 02:04:49] "DELETE /access-control-list/e6485a21-f59b-4c47-a401-9c2ec88016c2 HTTP/1.1" 200 115 0.034186 10.0.0.137 - - [2025-08-11 02:04:49] "DELETE /access-control-list/c0298869-01d9-436b-85d3-97a2c980d790 HTTP/1.1" 200 115 0.021217 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/network HTTP/1.1" 200 841 0.011158 10.0.0.137 - - [2025-08-11 02:04:49] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001128 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1053 0.276978 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1053 0.009882 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1053 0.007791 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1107 0.090948 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 1081 0.011729 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002952 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.007770 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.137 - - [2025-08-11 02:04:49] "POST /neutron/network HTTP/1.1" 200 831 0.005056 10.0.0.137 - - [2025-08-11 02:04:53] "POST /neutron/port HTTP/1.1" 200 1082 0.009978 10.0.0.137 - - [2025-08-11 02:04:53] "POST /neutron/port HTTP/1.1" 200 1082 0.010568 10.0.0.137 - - [2025-08-11 02:04:53] "POST /neutron/network HTTP/1.1" 200 842 0.004916 10.0.0.137 - - [2025-08-11 02:04:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002755 10.0.0.137 - - [2025-08-11 02:04:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.006744 10.0.0.137 - - [2025-08-11 02:04:53] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.137 - - [2025-08-11 02:04:53] "POST /neutron/network HTTP/1.1" 200 832 0.005933 10.0.0.137 - - [2025-08-11 02:04:54] "GET /obj-perms HTTP/1.1" 200 5075 0.043028 10.0.0.137 - - [2025-08-11 02:04:54] "POST /neutron/port HTTP/1.1" 200 1082 0.011011 10.0.0.137 - - [2025-08-11 02:04:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005501 10.0.0.137 - - [2025-08-11 02:04:54] "POST /neutron/port HTTP/1.1" 200 1082 0.010561 10.0.0.137 - - [2025-08-11 02:04:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004843 10.0.0.137 - - [2025-08-11 02:04:54] "POST /neutron/port HTTP/1.1" 200 1082 0.009950 10.0.0.137 - - [2025-08-11 02:04:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005439 10.0.0.137 - - [2025-08-11 02:04:54] "GET /obj-perms HTTP/1.1" 200 5075 0.041201 10.0.0.137 - - [2025-08-11 02:04:54] "GET /virtual-machine/f62d117e-8b24-4d8f-bae2-74ea88500a03 HTTP/1.1" 401 293 0.000354 10.0.0.137 - - [2025-08-11 02:04:54] "GET /virtual-machine/f62d117e-8b24-4d8f-bae2-74ea88500a03 HTTP/1.1" 200 1288 0.026674 10.0.0.137 - - [2025-08-11 02:04:54] "GET /virtual-machine-interface/b833e125-bbfd-4b49-9bd8-5f1253ae27e9 HTTP/1.1" 200 2935 0.004776 10.0.0.137 - - [2025-08-11 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.137 - - [2025-08-11 02:04:54] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002584 10.0.0.137 - - [2025-08-11 02:04:54] "GET /virtual-networks?parent_id=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002765 10.0.0.137 - - [2025-08-11 02:04:54] "GET /virtual-network/ea2bd91e-186c-4383-af2b-df3da4305f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005047 10.0.0.137 - - [2025-08-11 02:04:56] "POST /neutron/port HTTP/1.1" 200 1082 0.010470 10.0.0.137 - - [2025-08-11 02:04:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004355 10.0.0.137 - - [2025-08-11 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.137 - - [2025-08-11 02:04:58] "GET /virtual-network/ea2bd91e-186c-4383-af2b-df3da4305f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.010091 10.0.0.137 - - [2025-08-11 02:04:58] "POST /neutron/port HTTP/1.1" 200 1081 0.013315 10.0.0.137 - - [2025-08-11 02:04:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005991 10.0.0.137 - - [2025-08-11 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.137 - - [2025-08-11 02:05:00] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003387 10.0.0.137 - - [2025-08-11 02:05:00] "GET /virtual-networks?parent_id=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002780 10.0.0.137 - - [2025-08-11 02:05:00] "GET /virtual-network/ea2bd91e-186c-4383-af2b-df3da4305f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.004979 10.0.0.137 - - [2025-08-11 02:05:00] "POST /neutron/port HTTP/1.1" 200 1081 0.011975 10.0.0.137 - - [2025-08-11 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006218 10.0.0.137 - - [2025-08-11 02:05:00] "POST /neutron/port HTTP/1.1" 200 1081 0.012087 10.0.0.137 - - [2025-08-11 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006066 10.0.0.137 - - [2025-08-11 02:05:00] "POST /neutron/port HTTP/1.1" 200 1081 0.009916 10.0.0.137 - - [2025-08-11 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005435 10.0.0.137 - - [2025-08-11 02:05:00] "GET /virtual-machine/f58b1bff-8004-430a-aa51-da91bea8dcf1 HTTP/1.1" 200 1288 0.004202 10.0.0.137 - - [2025-08-11 02:05:00] "GET /virtual-machine-interface/3203d716-1380-4f52-9ad2-4dd250f431f1 HTTP/1.1" 200 2934 0.004498 10.0.0.137 - - [2025-08-11 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.137 - - [2025-08-11 02:05:00] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003682 10.0.0.137 - - [2025-08-11 02:05:00] "GET /virtual-networks?parent_id=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003168 10.0.0.137 - - [2025-08-11 02:05:00] "GET /virtual-network/fa3285af-4f48-406f-8a9e-b36cdecf9fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006129 10.0.0.137 - - [2025-08-11 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.137 - - [2025-08-11 02:05:01] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003211 10.0.0.137 - - [2025-08-11 02:05:01] "GET /virtual-networks?parent_id=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002704 10.0.0.137 - - [2025-08-11 02:05:02] "GET /virtual-network/fa3285af-4f48-406f-8a9e-b36cdecf9fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.025488 10.0.0.137 - - [2025-08-11 02:05:02] "POST /routing-policys HTTP/1.1" 200 536 0.016112 10.0.0.137 - - [2025-08-11 02:05:02] "GET /virtual-network/ea2bd91e-186c-4383-af2b-df3da4305f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.004847 10.0.0.137 - - [2025-08-11 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.011380 10.0.0.137 - - [2025-08-11 02:05:02] "PUT /virtual-network/ea2bd91e-186c-4383-af2b-df3da4305f74 HTTP/1.1" 200 265 0.033581 10.0.0.137 - - [2025-08-11 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.013365 10.0.0.137 - - [2025-08-11 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.034664 10.0.0.137 - - [2025-08-11 02:05:06] "DELETE /routing-policy/b5618e75-b975-4294-a44a-2ffccb932601 HTTP/1.1" 200 115 0.022820 10.0.0.137 - - [2025-08-11 02:05:06] "POST /neutron/network HTTP/1.1" 200 831 0.007420 10.0.0.137 - - [2025-08-11 02:05:06] "POST /neutron/network HTTP/1.1" 400 204 0.008219 10.0.0.137 - - [2025-08-11 02:05:06] "POST /neutron/port HTTP/1.1" 200 1081 0.014133 10.0.0.137 - - [2025-08-11 02:05:06] "POST /neutron/port HTTP/1.1" 200 1107 0.010982 10.0.0.137 - - [2025-08-11 02:05:06] "POST /neutron/port HTTP/1.1" 200 1082 0.014140 10.0.0.137 - - [2025-08-11 02:05:06] "POST /neutron/port HTTP/1.1" 200 1108 0.015669 10.0.0.137 - - [2025-08-11 02:05:06] "POST /neutron/port HTTP/1.1" 200 151 0.131288 10.0.0.137 - - [2025-08-11 02:05:06] "POST /neutron/port HTTP/1.1" 200 151 0.111963 10.0.0.137 - - [2025-08-11 02:05:08] "POST /neutron/network HTTP/1.1" 200 831 0.005320 10.0.0.137 - - [2025-08-11 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.137 - - [2025-08-11 02:05:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002036 10.0.0.137 - - [2025-08-11 02:05:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002550 10.0.0.137 - - [2025-08-11 02:05:08] "POST /neutron/network HTTP/1.1" 200 151 0.069180 10.0.0.137 - - [2025-08-11 02:05:08] "DELETE /route-target/9a3a98c7-7b78-4dda-8adc-72246e45f12f HTTP/1.1" 200 115 0.016055 10.0.0.137 - - [2025-08-11 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.137 - - [2025-08-11 02:05:08] "POST /neutron/network HTTP/1.1" 200 832 0.004055 10.0.0.137 - - [2025-08-11 02:05:08] "DELETE /route-target/58394794-dcf3-44c7-a05d-5f543352ec39 HTTP/1.1" 409 240 0.003749 10.0.0.137 - - [2025-08-11 02:05:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002045 10.0.0.137 - - [2025-08-11 02:05:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002054 10.0.0.137 - - [2025-08-11 02:05:08] "POST /neutron/network HTTP/1.1" 200 151 0.067589 10.0.0.137 - - [2025-08-11 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.137 - - [2025-08-11 02:05:08] "DELETE /route-target/01078d53-0edf-4a71-99b9-7bcd37f73e6a HTTP/1.1" 200 115 0.017348 10.0.0.137 - - [2025-08-11 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.137 - - [2025-08-11 02:05:08] "DELETE /route-target/58394794-dcf3-44c7-a05d-5f543352ec39 HTTP/1.1" 200 115 0.013328 10.0.0.137 - - [2025-08-11 02:05:08] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001036 10.0.0.137 - - [2025-08-11 02:05:08] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.024176 10.0.0.137 - - [2025-08-11 02:05:08] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000946 10.0.0.137 - - [2025-08-11 02:05:08] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?fields=virtual_networks HTTP/1.1" 200 1020 0.063680 10.0.0.137 - - [2025-08-11 02:05:08] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001010 10.0.0.137 - - [2025-08-11 02:05:08] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.022137 10.0.0.137 - - [2025-08-11 02:05:08] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001016 10.0.0.137 - - [2025-08-11 02:05:08] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?fields=security_groups HTTP/1.1" 200 1240 0.022779 10.0.0.137 - - [2025-08-11 02:05:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.021525 10.0.0.137 - - [2025-08-11 02:05:09] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002282 10.0.0.137 - - [2025-08-11 02:05:09] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.137 - - [2025-08-11 02:05:09] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006683 10.0.0.137 - - [2025-08-11 02:05:09] "POST /id-to-fqname HTTP/1.1" 200 188 0.002272 10.0.0.137 - - [2025-08-11 02:05:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.003066 10.0.0.137 - - [2025-08-11 02:05:09] "POST /security-groups HTTP/1.1" 200 589 0.059632 10.0.0.137 - - [2025-08-11 02:05:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.002314 10.0.0.137 - - [2025-08-11 02:05:09] "POST /projects HTTP/1.1" 200 581 0.204307 10.0.0.137 - - [2025-08-11 02:05:09] "POST /access-control-lists HTTP/1.1" 200 596 0.057507 10.0.0.137 - - [2025-08-11 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.268431 10.0.0.137 - - [2025-08-11 02:05:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.002522 10.0.0.137 - - [2025-08-11 02:05:10] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.383284 10.0.0.137 - - [2025-08-11 02:05:10] "POST /access-control-lists HTTP/1.1" 200 594 0.059613 10.0.0.137 - - [2025-08-11 02:05:10] "GET / HTTP/1.1" 200 36215 0.001923 10.0.0.137 - - [2025-08-11 02:05:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000463 10.0.0.137 - - [2025-08-11 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.049311 10.0.0.137 - - [2025-08-11 02:05:11] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001279 10.0.0.137 - - [2025-08-11 02:05:11] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.029182 10.0.0.137 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 117 0.028016 10.0.0.137 - - [2025-08-11 02:05:12] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001331 10.0.0.137 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 613 0.060148 10.0.0.137 - - [2025-08-11 02:05:12] "POST /route-targets HTTP/1.1" 200 328 0.009849 10.0.0.137 - - [2025-08-11 02:05:12] "POST /ref-update HTTP/1.1" 200 156 0.011453 10.0.0.137 - - [2025-08-11 02:05:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002681 10.0.0.137 - - [2025-08-11 02:05:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.164649 10.0.0.137 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 831 0.004654 10.0.0.137 - - [2025-08-11 02:05:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001044 10.0.0.137 - - [2025-08-11 02:05:12] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003964 10.0.0.137 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 831 0.004940 10.0.0.137 - - [2025-08-11 02:05:12] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004870 10.0.0.137 - - [2025-08-11 02:05:12] "POST /neutron/network HTTP/1.1" 200 831 0.004623 10.0.0.137 - - [2025-08-11 02:05:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.004948 10.0.0.137 - - [2025-08-11 02:05:12] "GET /domains HTTP/1.1" 401 293 0.000310 10.0.0.137 - - [2025-08-11 02:05:12] "GET /domains HTTP/1.1" 200 281 0.021141 10.0.0.137 - - [2025-08-11 02:05:12] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.137 - - [2025-08-11 02:05:12] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2760 0.007138 10.0.0.137 - - [2025-08-11 02:05:12] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.137 - - [2025-08-11 02:05:12] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 2087 0.067185 10.0.0.137 - - [2025-08-11 02:05:12] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429 HTTP/1.1" 200 2320 0.005563 10.0.0.137 - - [2025-08-11 02:05:12] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429 HTTP/1.1" 200 2320 0.004110 10.0.0.137 - - [2025-08-11 02:05:12] "GET /routing-instance/5adb8a63-0601-456e-8c1d-52f83cf83ffe HTTP/1.1" 200 1496 0.002730 10.0.0.137 - - [2025-08-11 02:05:12] "GET /routing-instance/5adb8a63-0601-456e-8c1d-52f83cf83ffe HTTP/1.1" 200 1496 0.003052 10.0.0.137 - - [2025-08-11 02:05:12] "GET /route-target/26296073-010f-4d3c-a79c-7996ea15377f HTTP/1.1" 200 1214 0.002353 10.0.0.137 - - [2025-08-11 02:05:12] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429 HTTP/1.1" 200 2320 0.003946 10.0.0.137 - - [2025-08-11 02:05:12] "GET /routing-instance/5adb8a63-0601-456e-8c1d-52f83cf83ffe HTTP/1.1" 200 1496 0.002680 10.0.0.137 - - [2025-08-11 02:05:12] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004257 10.0.0.137 - - [2025-08-11 02:05:12] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429 HTTP/1.1" 200 2320 0.004001 10.0.0.137 - - [2025-08-11 02:05:12] "GET /routing-instance/5adb8a63-0601-456e-8c1d-52f83cf83ffe HTTP/1.1" 200 1496 0.002551 10.0.0.137 - - [2025-08-11 02:05:12] "GET /routing-instance/5adb8a63-0601-456e-8c1d-52f83cf83ffe HTTP/1.1" 200 1496 0.002492 10.0.0.137 - - [2025-08-11 02:05:12] "GET /route-target/26296073-010f-4d3c-a79c-7996ea15377f HTTP/1.1" 200 1214 0.002486 10.0.0.137 - - [2025-08-11 02:05:12] "GET /domains HTTP/1.1" 200 281 0.001856 10.0.0.137 - - [2025-08-11 02:05:12] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.137 - - [2025-08-11 02:05:12] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2760 0.005733 10.0.0.137 - - [2025-08-11 02:05:12] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000851 10.0.0.137 - - [2025-08-11 02:05:13] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 2087 0.065183 10.0.0.137 - - [2025-08-11 02:05:13] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429 HTTP/1.1" 200 2320 0.004783 10.0.0.137 - - [2025-08-11 02:05:13] "GET /obj-perms HTTP/1.1" 200 5045 0.045412 10.0.0.137 - - [2025-08-11 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.137 - - [2025-08-11 02:05:13] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.137 - - [2025-08-11 02:05:13] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021955 10.0.0.137 - - [2025-08-11 02:05:13] "POST /neutron/network HTTP/1.1" 200 117 0.008278 10.0.0.137 - - [2025-08-11 02:05:13] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001589 10.0.0.137 - - [2025-08-11 02:05:13] "POST /neutron/network HTTP/1.1" 200 613 0.065670 10.0.0.137 - - [2025-08-11 02:05:13] "POST /route-targets HTTP/1.1" 200 328 0.009876 10.0.0.137 - - [2025-08-11 02:05:13] "POST /ref-update HTTP/1.1" 200 156 0.012777 10.0.0.137 - - [2025-08-11 02:05:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002705 10.0.0.137 - - [2025-08-11 02:05:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.153708 10.0.0.137 - - [2025-08-11 02:05:13] "POST /neutron/network HTTP/1.1" 200 831 0.004722 10.0.0.137 - - [2025-08-11 02:05:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001001 10.0.0.137 - - [2025-08-11 02:05:13] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003927 10.0.0.137 - - [2025-08-11 02:05:13] "POST /neutron/network HTTP/1.1" 200 831 0.005245 10.0.0.137 - - [2025-08-11 02:05:13] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004036 10.0.0.137 - - [2025-08-11 02:05:13] "POST /neutron/network HTTP/1.1" 200 831 0.005019 10.0.0.137 - - [2025-08-11 02:05:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.005357 10.0.0.137 - - [2025-08-11 02:05:13] "GET /domains HTTP/1.1" 200 281 0.001809 10.0.0.137 - - [2025-08-11 02:05:13] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.137 - - [2025-08-11 02:05:13] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2760 0.006253 10.0.0.137 - - [2025-08-11 02:05:13] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.137 - - [2025-08-11 02:05:14] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 2306 0.063989 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668 HTTP/1.1" 200 2320 0.005036 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668 HTTP/1.1" 200 2320 0.003926 10.0.0.137 - - [2025-08-11 02:05:14] "GET /routing-instance/3e53b777-1670-4457-b002-699d4b6c00e6 HTTP/1.1" 200 1496 0.002748 10.0.0.137 - - [2025-08-11 02:05:14] "GET /routing-instance/3e53b777-1670-4457-b002-699d4b6c00e6 HTTP/1.1" 200 1496 0.002495 10.0.0.137 - - [2025-08-11 02:05:14] "GET /route-target/692a08d3-2caa-4793-9156-8cb6705429f3 HTTP/1.1" 200 1214 0.002254 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668 HTTP/1.1" 200 2320 0.004304 10.0.0.137 - - [2025-08-11 02:05:14] "GET /routing-instance/3e53b777-1670-4457-b002-699d4b6c00e6 HTTP/1.1" 200 1496 0.002607 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003837 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668 HTTP/1.1" 200 2320 0.004391 10.0.0.137 - - [2025-08-11 02:05:14] "GET /routing-instance/3e53b777-1670-4457-b002-699d4b6c00e6 HTTP/1.1" 200 1496 0.002509 10.0.0.137 - - [2025-08-11 02:05:14] "GET /routing-instance/3e53b777-1670-4457-b002-699d4b6c00e6 HTTP/1.1" 200 1496 0.002805 10.0.0.137 - - [2025-08-11 02:05:14] "GET /route-target/692a08d3-2caa-4793-9156-8cb6705429f3 HTTP/1.1" 200 1214 0.002146 10.0.0.137 - - [2025-08-11 02:05:14] "GET /domains HTTP/1.1" 200 281 0.001958 10.0.0.137 - - [2025-08-11 02:05:14] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.137 - - [2025-08-11 02:05:14] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2760 0.005952 10.0.0.137 - - [2025-08-11 02:05:14] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.137 - - [2025-08-11 02:05:14] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 2306 0.070807 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668 HTTP/1.1" 200 2320 0.005693 10.0.0.137 - - [2025-08-11 02:05:14] "GET /obj-perms HTTP/1.1" 200 5045 0.002639 10.0.0.137 - - [2025-08-11 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002224 10.0.0.137 - - [2025-08-11 02:05:14] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.137 - - [2025-08-11 02:05:14] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.023875 10.0.0.137 - - [2025-08-11 02:05:14] "POST /neutron/network HTTP/1.1" 200 117 0.008789 10.0.0.137 - - [2025-08-11 02:05:14] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.137 - - [2025-08-11 02:05:14] "POST /neutron/network HTTP/1.1" 200 615 0.053509 10.0.0.137 - - [2025-08-11 02:05:14] "POST /ref-update HTTP/1.1" 200 156 0.008501 10.0.0.137 - - [2025-08-11 02:05:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003290 10.0.0.137 - - [2025-08-11 02:05:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.186752 10.0.0.137 - - [2025-08-11 02:05:14] "POST /neutron/network HTTP/1.1" 200 835 0.005263 10.0.0.137 - - [2025-08-11 02:05:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001179 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004121 10.0.0.137 - - [2025-08-11 02:05:14] "POST /neutron/network HTTP/1.1" 200 835 0.005854 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004304 10.0.0.137 - - [2025-08-11 02:05:14] "POST /neutron/network HTTP/1.1" 200 835 0.005084 10.0.0.137 - - [2025-08-11 02:05:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.005584 10.0.0.137 - - [2025-08-11 02:05:14] "GET /domains HTTP/1.1" 200 281 0.001888 10.0.0.137 - - [2025-08-11 02:05:14] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.137 - - [2025-08-11 02:05:14] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2760 0.006162 10.0.0.137 - - [2025-08-11 02:05:14] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000856 10.0.0.137 - - [2025-08-11 02:05:14] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 2526 0.069176 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b HTTP/1.1" 200 2331 0.005202 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b HTTP/1.1" 200 2331 0.004060 10.0.0.137 - - [2025-08-11 02:05:14] "GET /routing-instance/c5094404-a176-43cb-bfc1-ee4dc4f594a2 HTTP/1.1" 200 1501 0.002814 10.0.0.137 - - [2025-08-11 02:05:14] "GET /routing-instance/c5094404-a176-43cb-bfc1-ee4dc4f594a2 HTTP/1.1" 200 1501 0.002571 10.0.0.137 - - [2025-08-11 02:05:14] "GET /route-target/04eaccec-38c9-4529-9a94-2f97ac9b9676 HTTP/1.1" 200 1215 0.002499 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b HTTP/1.1" 200 2331 0.004275 10.0.0.137 - - [2025-08-11 02:05:14] "GET /routing-instance/c5094404-a176-43cb-bfc1-ee4dc4f594a2 HTTP/1.1" 200 1501 0.002648 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003916 10.0.0.137 - - [2025-08-11 02:05:14] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b HTTP/1.1" 200 2331 0.003951 10.0.0.137 - - [2025-08-11 02:05:14] "GET /routing-instance/c5094404-a176-43cb-bfc1-ee4dc4f594a2 HTTP/1.1" 200 1501 0.002658 10.0.0.137 - - [2025-08-11 02:05:14] "GET /routing-instance/c5094404-a176-43cb-bfc1-ee4dc4f594a2 HTTP/1.1" 200 1501 0.002485 10.0.0.137 - - [2025-08-11 02:05:14] "GET /route-target/04eaccec-38c9-4529-9a94-2f97ac9b9676 HTTP/1.1" 200 1215 0.002195 10.0.0.137 - - [2025-08-11 02:05:14] "GET /domains HTTP/1.1" 200 281 0.001845 10.0.0.137 - - [2025-08-11 02:05:14] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.137 - - [2025-08-11 02:05:14] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2760 0.007356 10.0.0.137 - - [2025-08-11 02:05:14] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.137 - - [2025-08-11 02:05:15] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 2526 0.065414 10.0.0.137 - - [2025-08-11 02:05:15] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b HTTP/1.1" 200 2331 0.004474 10.0.0.137 - - [2025-08-11 02:05:15] "GET /obj-perms HTTP/1.1" 200 5045 0.002523 10.0.0.137 - - [2025-08-11 02:05:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001065 10.0.0.137 - - [2025-08-11 02:05:15] "POST /neutron/network HTTP/1.1" 200 841 0.008976 10.0.0.137 - - [2025-08-11 02:05:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000480 10.0.0.137 - - [2025-08-11 02:05:15] "GET / HTTP/1.1" 200 36215 0.001844 10.0.0.137 - - [2025-08-11 02:05:15] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000381 10.0.0.137 - - [2025-08-11 02:05:15] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.137 - - [2025-08-11 02:05:16] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039296 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/network HTTP/1.1" 200 831 0.005283 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.004461 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.004320 10.0.0.137 - - [2025-08-11 02:05:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001149 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.004760 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/network HTTP/1.1" 200 845 0.005639 10.0.0.137 - - [2025-08-11 02:05:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000406 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/network HTTP/1.1" 200 841 0.005343 10.0.0.137 - - [2025-08-11 02:05:16] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001129 10.0.0.137 - - [2025-08-11 02:05:16] "GET / HTTP/1.1" 200 36215 0.001684 10.0.0.137 - - [2025-08-11 02:05:16] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000482 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1057 0.193209 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1057 0.008476 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1057 0.006968 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1111 0.057319 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1085 0.009623 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002360 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.005086 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 117 0.000945 10.0.0.137 - - [2025-08-11 02:05:16] "POST /neutron/network HTTP/1.1" 200 831 0.005639 10.0.0.137 - - [2025-08-11 02:05:16] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001560 10.0.0.137 - - [2025-08-11 02:05:16] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044236 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/network HTTP/1.1" 200 835 0.005242 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1085 0.011937 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007209 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 117 0.005867 10.0.0.137 - - [2025-08-11 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.002111 10.0.0.137 - - [2025-08-11 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.137 - - [2025-08-11 02:05:17] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.137 - - [2025-08-11 02:05:17] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008080 10.0.0.137 - - [2025-08-11 02:05:17] "POST /service-templates HTTP/1.1" 200 545 0.017917 10.0.0.137 - - [2025-08-11 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.137 - - [2025-08-11 02:05:17] "GET /service-template/42ac09fc-ea2c-4737-84d5-2e1eb17a925d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007276 10.0.0.137 - - [2025-08-11 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005483 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/network HTTP/1.1" 200 845 0.006002 10.0.0.137 - - [2025-08-11 02:05:17] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.137 - - [2025-08-11 02:05:17] "GET /service-template/42ac09fc-ea2c-4737-84d5-2e1eb17a925d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.009084 10.0.0.137 - - [2025-08-11 02:05:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001859 10.0.0.137 - - [2025-08-11 02:05:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.002976 10.0.0.137 - - [2025-08-11 02:05:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.003036 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1059 0.312214 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1059 0.014648 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1059 0.011193 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 2002 0.033331 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009500 10.0.0.137 - - [2025-08-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1113 0.100386 10.0.0.137 - - [2025-08-11 02:05:18] "POST /neutron/port HTTP/1.1" 200 1087 0.011711 10.0.0.137 - - [2025-08-11 02:05:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003049 10.0.0.137 - - [2025-08-11 02:05:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.007921 10.0.0.137 - - [2025-08-11 02:05:18] "POST /neutron/port HTTP/1.1" 200 117 0.002398 10.0.0.137 - - [2025-08-11 02:05:18] "POST /neutron/network HTTP/1.1" 200 835 0.005035 10.0.0.137 - - [2025-08-11 02:05:18] "POST /neutron/network HTTP/1.1" 200 2222 0.018622 10.0.0.137 - - [2025-08-11 02:05:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000412 10.0.0.137 - - [2025-08-11 02:05:18] "GET / HTTP/1.1" 200 36215 0.001580 10.0.0.137 - - [2025-08-11 02:05:18] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000376 10.0.0.137 - - [2025-08-11 02:05:19] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.137 - - [2025-08-11 02:05:19] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.053665 10.0.0.137 - - [2025-08-11 02:05:19] "POST /neutron/network HTTP/1.1" 200 831 0.005500 10.0.0.137 - - [2025-08-11 02:05:19] "POST /neutron/network HTTP/1.1" 200 831 0.005267 10.0.0.137 - - [2025-08-11 02:05:19] "POST /neutron/network HTTP/1.1" 200 835 0.004784 10.0.0.137 - - [2025-08-11 02:05:19] "POST /neutron/port HTTP/1.1" 200 2056 0.022789 10.0.0.137 - - [2025-08-11 02:05:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011445 10.0.0.137 - - [2025-08-11 02:05:19] "POST /neutron/port HTTP/1.1" 200 117 0.005942 10.0.0.137 - - [2025-08-11 02:05:19] "POST /neutron/port HTTP/1.1" 200 117 0.006842 10.0.0.137 - - [2025-08-11 02:05:19] "POST /neutron/network HTTP/1.1" 200 2222 0.019163 10.0.0.137 - - [2025-08-11 02:05:20] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001302 10.0.0.137 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1057 0.271067 10.0.0.137 - - [2025-08-11 02:05:20] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002253 10.0.0.137 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1057 0.199811 10.0.0.137 - - [2025-08-11 02:05:20] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001470 10.0.0.137 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1059 0.189262 10.0.0.137 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1057 0.009342 10.0.0.137 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1057 0.007987 10.0.0.137 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1111 0.060846 10.0.0.137 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1057 0.010815 10.0.0.137 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1057 0.016860 10.0.0.137 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1111 0.068572 10.0.0.137 - - [2025-08-11 02:05:20] "POST /neutron/port HTTP/1.1" 200 1059 0.018392 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/port HTTP/1.1" 200 1059 0.021031 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/port HTTP/1.1" 200 1113 0.074699 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/port HTTP/1.1" 200 3024 0.014157 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004229 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.007381 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/network HTTP/1.1" 200 831 0.006442 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003138 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.006990 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/network HTTP/1.1" 200 831 0.005756 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003933 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.008078 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/port HTTP/1.1" 200 117 0.001471 10.0.0.137 - - [2025-08-11 02:05:21] "POST /neutron/network HTTP/1.1" 200 835 0.007886 10.0.0.137 - - [2025-08-11 02:05:24] "POST /neutron/port HTTP/1.1" 200 3024 0.014246 10.0.0.137 - - [2025-08-11 02:05:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006618 10.0.0.137 - - [2025-08-11 02:05:24] "POST /neutron/port HTTP/1.1" 200 3024 0.013408 10.0.0.137 - - [2025-08-11 02:05:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005283 10.0.0.137 - - [2025-08-11 02:05:24] "POST /neutron/port HTTP/1.1" 200 3024 0.015055 10.0.0.137 - - [2025-08-11 02:05:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005672 10.0.0.137 - - [2025-08-11 02:05:24] "POST /neutron/port HTTP/1.1" 200 3024 0.015614 10.0.0.137 - - [2025-08-11 02:05:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005888 10.0.0.137 - - [2025-08-11 02:05:25] "POST /neutron/port HTTP/1.1" 200 3024 0.013654 10.0.0.137 - - [2025-08-11 02:05:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005734 10.0.0.137 - - [2025-08-11 02:05:25] "GET /virtual-machine/019b1877-1acc-43e1-b09f-22639a3dd986 HTTP/1.1" 200 1805 0.004215 10.0.0.137 - - [2025-08-11 02:05:25] "GET /virtual-machine-interface/41cdd24e-6b79-4de7-8b1a-8bb67a823acd HTTP/1.1" 200 2956 0.005730 10.0.0.137 - - [2025-08-11 02:05:25] "GET /virtual-machine-interface/49211036-1012-4a1c-bd95-a713e5adb8eb HTTP/1.1" 200 2953 0.004563 10.0.0.137 - - [2025-08-11 02:05:25] "GET /virtual-machine-interface/998cb458-cc77-45b2-8f60-86829a0b5661 HTTP/1.1" 200 2954 0.005159 10.0.0.137 - - [2025-08-11 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.137 - - [2025-08-11 02:05:25] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003047 10.0.0.137 - - [2025-08-11 02:05:25] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002846 10.0.0.137 - - [2025-08-11 02:05:25] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005744 10.0.0.137 - - [2025-08-11 02:05:25] "POST /neutron/port HTTP/1.1" 200 1085 0.011040 10.0.0.137 - - [2025-08-11 02:05:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005412 10.0.0.137 - - [2025-08-11 02:05:26] "POST /neutron/port HTTP/1.1" 200 1087 0.011022 10.0.0.137 - - [2025-08-11 02:05:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004620 10.0.0.137 - - [2025-08-11 02:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.137 - - [2025-08-11 02:05:28] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004305 10.0.0.137 - - [2025-08-11 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.137 - - [2025-08-11 02:05:32] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005124 10.0.0.137 - - [2025-08-11 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.137 - - [2025-08-11 02:05:36] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006075 10.0.0.137 - - [2025-08-11 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.137 - - [2025-08-11 02:05:38] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003991 10.0.0.137 - - [2025-08-11 02:05:38] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003290 10.0.0.137 - - [2025-08-11 02:05:38] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006605 10.0.0.137 - - [2025-08-11 02:05:39] "POST /neutron/port HTTP/1.1" 200 3024 0.015140 10.0.0.137 - - [2025-08-11 02:05:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005908 10.0.0.137 - - [2025-08-11 02:05:44] "POST /neutron/port HTTP/1.1" 200 3024 0.017114 10.0.0.137 - - [2025-08-11 02:05:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005598 10.0.0.137 - - [2025-08-11 02:05:49] "DELETE /project/f75c00c679c14c76b7a025ee8e002aac HTTP/1.1" 404 173 0.005796 10.0.0.137 - - [2025-08-11 02:05:49] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000893 10.0.0.137 - - [2025-08-11 02:05:49] "POST /neutron/port HTTP/1.1" 200 3024 0.024201 10.0.0.137 - - [2025-08-11 02:05:49] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.037900 10.0.0.137 - - [2025-08-11 02:05:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013903 10.0.0.137 - - [2025-08-11 02:05:49] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001437 10.0.0.137 - - [2025-08-11 02:05:49] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?fields=security_groups HTTP/1.1" 200 1342 0.026124 10.0.0.137 - - [2025-08-11 02:05:49] "DELETE /security-group/74787a51-daee-42ce-b5b4-2aceae118beb HTTP/1.1" 200 115 0.041229 10.0.0.137 - - [2025-08-11 02:05:49] "GET /projects?obj_uuids=ed1d17b1-32b2-40f6-8127-96aced4405aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001172 10.0.0.137 - - [2025-08-11 02:05:49] "DELETE /access-control-list/deb64824-df3a-4809-9294-d9679941c926 HTTP/1.1" 200 115 0.029899 10.0.0.137 - - [2025-08-11 02:05:49] "GET /project/ed1d17b1-32b2-40f6-8127-96aced4405aa?fields=application_policy_sets HTTP/1.1" 200 1381 0.028827 10.0.0.137 - - [2025-08-11 02:05:49] "DELETE /access-control-list/9ca6da02-805a-4a2d-b7ba-019cb6cf488b HTTP/1.1" 200 115 0.028071 10.0.0.137 - - [2025-08-11 02:05:49] "DELETE /project/ed1d17b1-32b2-40f6-8127-96aced4405aa HTTP/1.1" 200 115 0.295475 10.0.0.137 - - [2025-08-11 02:05:51] "POST /neutron/port HTTP/1.1" 200 3024 0.014565 10.0.0.137 - - [2025-08-11 02:05:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005275 10.0.0.137 - - [2025-08-11 02:05:54] "POST /neutron/port HTTP/1.1" 200 3024 0.017127 10.0.0.137 - - [2025-08-11 02:05:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006971 10.0.0.137 - - [2025-08-11 02:05:54] "GET /obj-perms HTTP/1.1" 200 5075 0.040497 10.0.0.137 - - [2025-08-11 02:05:55] "GET /obj-perms HTTP/1.1" 200 5075 0.045913 10.0.0.137 - - [2025-08-11 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.137 - - [2025-08-11 02:05:59] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003623 10.0.0.137 - - [2025-08-11 02:05:59] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004161 10.0.0.137 - - [2025-08-11 02:05:59] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007739 10.0.0.137 - - [2025-08-11 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.137 - - [2025-08-11 02:06:00] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004232 10.0.0.137 - - [2025-08-11 02:06:00] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003599 10.0.0.137 - - [2025-08-11 02:06:00] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005344 10.0.0.137 - - [2025-08-11 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.006605 10.0.0.137 - - [2025-08-11 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.137 - - [2025-08-11 02:06:00] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001817 10.0.0.137 - - [2025-08-11 02:06:00] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.032738 10.0.0.137 - - [2025-08-11 02:06:00] "POST /service-instances HTTP/1.1" 200 545 0.068312 10.0.0.137 - - [2025-08-11 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.137 - - [2025-08-11 02:06:00] "GET /service-instance/d2d70fc8-3665-437b-a9c2-35f1ffecf400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005035 10.0.0.137 - - [2025-08-11 02:06:00] "POST /port-tuples HTTP/1.1" 200 588 0.023962 10.0.0.137 - - [2025-08-11 02:06:00] "GET /virtual-machine-interface/49211036-1012-4a1c-bd95-a713e5adb8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005684 10.0.0.137 - - [2025-08-11 02:06:00] "PUT /virtual-machine-interface/49211036-1012-4a1c-bd95-a713e5adb8eb HTTP/1.1" 200 285 0.018047 10.0.0.137 - - [2025-08-11 02:06:00] "POST /ref-update HTTP/1.1" 200 156 0.018133 10.0.0.137 - - [2025-08-11 02:06:00] "POST /instance-ips HTTP/1.1" 200 386 0.030888 10.0.0.137 - - [2025-08-11 02:06:00] "GET /virtual-machine-interface/998cb458-cc77-45b2-8f60-86829a0b5661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.009201 10.0.0.137 - - [2025-08-11 02:06:00] "POST /ref-update HTTP/1.1" 200 156 0.023385 10.0.0.137 - - [2025-08-11 02:06:01] "PUT /virtual-machine-interface/998cb458-cc77-45b2-8f60-86829a0b5661 HTTP/1.1" 200 285 0.014400 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.013892 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003826 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.018002 10.0.0.137 - - [2025-08-11 02:06:01] "GET /virtual-machine-interface/41cdd24e-6b79-4de7-8b1a-8bb67a823acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.009880 10.0.0.137 - - [2025-08-11 02:06:01] "POST /instance-ips HTTP/1.1" 200 386 0.028619 10.0.0.137 - - [2025-08-11 02:06:01] "PUT /virtual-machine-interface/41cdd24e-6b79-4de7-8b1a-8bb67a823acd HTTP/1.1" 200 285 0.011420 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.011205 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.008746 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.008164 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003242 10.0.0.137 - - [2025-08-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 1085 0.011151 10.0.0.137 - - [2025-08-11 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005741 10.0.0.137 - - [2025-08-11 02:06:01] "POST /instance-ips HTTP/1.1" 200 374 0.016734 10.0.0.137 - - [2025-08-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 1085 0.010518 10.0.0.137 - - [2025-08-11 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006496 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.008955 10.0.0.137 - - [2025-08-11 02:06:01] "POST /neutron/port HTTP/1.1" 200 1085 0.011103 10.0.0.137 - - [2025-08-11 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006212 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.012856 10.0.0.137 - - [2025-08-11 02:06:01] "GET /virtual-machine/f307542a-67cc-4f01-a24e-ba6e9d0416d2 HTTP/1.1" 200 1293 0.004553 10.0.0.137 - - [2025-08-11 02:06:01] "GET /virtual-machine-interface/6eb6004d-73b4-47f1-9d2f-28d916b02ae4 HTTP/1.1" 200 2953 0.006092 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003121 10.0.0.137 - - [2025-08-11 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.137 - - [2025-08-11 02:06:01] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002697 10.0.0.137 - - [2025-08-11 02:06:01] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002759 10.0.0.137 - - [2025-08-11 02:06:01] "POST /instance-ips HTTP/1.1" 200 374 0.016826 10.0.0.137 - - [2025-08-11 02:06:01] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005913 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.010940 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.008377 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003355 10.0.0.137 - - [2025-08-11 02:06:01] "POST /instance-ips HTTP/1.1" 200 376 0.014458 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.009304 10.0.0.137 - - [2025-08-11 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.010566 10.0.0.137 - - [2025-08-11 02:06:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002832 10.0.0.137 - - [2025-08-11 02:06:02] "POST /instance-ips HTTP/1.1" 200 376 0.017115 10.0.0.137 - - [2025-08-11 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.009496 10.0.0.137 - - [2025-08-11 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.011833 10.0.0.137 - - [2025-08-11 02:06:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003152 10.0.0.137 - - [2025-08-11 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.137 - - [2025-08-11 02:06:02] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003288 10.0.0.137 - - [2025-08-11 02:06:02] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004179 10.0.0.137 - - [2025-08-11 02:06:02] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005680 10.0.0.137 - - [2025-08-11 02:06:03] "POST /neutron/port HTTP/1.1" 200 1087 0.011270 10.0.0.137 - - [2025-08-11 02:06:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005643 10.0.0.137 - - [2025-08-11 02:06:03] "POST /neutron/port HTTP/1.1" 200 1087 0.013494 10.0.0.137 - - [2025-08-11 02:06:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006057 10.0.0.137 - - [2025-08-11 02:06:03] "POST /neutron/port HTTP/1.1" 200 1087 0.012244 10.0.0.137 - - [2025-08-11 02:06:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006777 10.0.0.137 - - [2025-08-11 02:06:03] "GET /virtual-machine/967e1c69-f345-4aef-818d-77f17362efb0 HTTP/1.1" 200 1292 0.004473 10.0.0.137 - - [2025-08-11 02:06:03] "GET /virtual-machine-interface/1f6c3bbe-ad0d-4e96-85ef-15ad867ac0e2 HTTP/1.1" 200 2955 0.004651 10.0.0.137 - - [2025-08-11 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.137 - - [2025-08-11 02:06:03] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002797 10.0.0.137 - - [2025-08-11 02:06:03] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003819 10.0.0.137 - - [2025-08-11 02:06:03] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005887 10.0.0.137 - - [2025-08-11 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.137 - - [2025-08-11 02:06:04] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004335 10.0.0.137 - - [2025-08-11 02:06:04] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003024 10.0.0.137 - - [2025-08-11 02:06:04] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006590 10.0.0.137 - - [2025-08-11 02:06:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.002967 10.0.0.137 - - [2025-08-11 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.137 - - [2025-08-11 02:06:04] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001405 10.0.0.137 - - [2025-08-11 02:06:04] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.030216 10.0.0.137 - - [2025-08-11 02:06:05] "POST /network-policys HTTP/1.1" 200 549 0.017262 10.0.0.137 - - [2025-08-11 02:06:05] "GET /network-policy/d257fa2f-8688-4d58-8f9c-1268b379b879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.005505 10.0.0.137 - - [2025-08-11 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.137 - - [2025-08-11 02:06:05] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008354 10.0.0.137 - - [2025-08-11 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.137 - - [2025-08-11 02:06:05] "GET /network-policy/d257fa2f-8688-4d58-8f9c-1268b379b879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004678 10.0.0.137 - - [2025-08-11 02:06:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.005342 10.0.0.137 - - [2025-08-11 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.036310 10.0.0.137 - - [2025-08-11 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.137 - - [2025-08-11 02:06:05] "POST /access-control-lists HTTP/1.1" 200 603 0.063905 10.0.0.137 - - [2025-08-11 02:06:05] "GET /network-policy/d257fa2f-8688-4d58-8f9c-1268b379b879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003759 10.0.0.137 - - [2025-08-11 02:06:05] "POST /neutron/network HTTP/1.1" 200 919 0.008524 10.0.0.137 - - [2025-08-11 02:06:05] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006110 10.0.0.137 - - [2025-08-11 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.137 - - [2025-08-11 02:06:05] "GET /network-policy/d257fa2f-8688-4d58-8f9c-1268b379b879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003697 10.0.0.137 - - [2025-08-11 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.137 - - [2025-08-11 02:06:05] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005465 10.0.0.137 - - [2025-08-11 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.137 - - [2025-08-11 02:06:05] "GET /network-policy/d257fa2f-8688-4d58-8f9c-1268b379b879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003963 10.0.0.137 - - [2025-08-11 02:06:05] "POST /fqname-to-id HTTP/1.1" 404 244 0.005572 10.0.0.137 - - [2025-08-11 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.090675 10.0.0.137 - - [2025-08-11 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.137 - - [2025-08-11 02:06:06] "POST /access-control-lists HTTP/1.1" 200 606 0.065885 10.0.0.137 - - [2025-08-11 02:06:06] "GET /network-policy/d257fa2f-8688-4d58-8f9c-1268b379b879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003789 10.0.0.137 - - [2025-08-11 02:06:06] "POST /routing-instances HTTP/1.1" 200 761 0.018470 10.0.0.137 - - [2025-08-11 02:06:06] "POST /neutron/network HTTP/1.1" 200 923 0.006762 10.0.0.137 - - [2025-08-11 02:06:06] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006247 10.0.0.137 - - [2025-08-11 02:06:06] "POST /route-targets HTTP/1.1" 200 328 0.010210 10.0.0.137 - - [2025-08-11 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.137 - - [2025-08-11 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.011349 10.0.0.137 - - [2025-08-11 02:06:06] "GET /network-policy/d257fa2f-8688-4d58-8f9c-1268b379b879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003788 10.0.0.137 - - [2025-08-11 02:06:06] "GET /routing-instance/c4a5e4be-ebbe-4221-aebb-624a5fd46244?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.004589 10.0.0.137 - - [2025-08-11 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.137 - - [2025-08-11 02:06:06] "GET /routing-instance/c4a5e4be-ebbe-4221-aebb-624a5fd46244?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.004160 10.0.0.137 - - [2025-08-11 02:06:06] "GET /service-template/42ac09fc-ea2c-4737-84d5-2e1eb17a925d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003334 10.0.0.137 - - [2025-08-11 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.010559 10.0.0.137 - - [2025-08-11 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.137 - - [2025-08-11 02:06:06] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.137 - - [2025-08-11 02:06:06] "POST /routing-instances HTTP/1.1" 200 762 0.019330 10.0.0.137 - - [2025-08-11 02:06:06] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.035437 10.0.0.137 - - [2025-08-11 02:06:06] "POST /route-targets HTTP/1.1" 200 328 0.011453 10.0.0.137 - - [2025-08-11 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006269 10.0.0.137 - - [2025-08-11 02:06:06] "GET /service-instance/d2d70fc8-3665-437b-a9c2-35f1ffecf400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3539 0.004918 10.0.0.137 - - [2025-08-11 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.013970 10.0.0.137 - - [2025-08-11 02:06:06] "GET /domains HTTP/1.1" 200 281 0.002548 10.0.0.137 - - [2025-08-11 02:06:06] "GET /routing-instance/957b7b71-4fcf-40b9-ab05-54db92bdbf52?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1281 0.003131 10.0.0.137 - - [2025-08-11 02:06:06] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.137 - - [2025-08-11 02:06:06] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2781 0.008860 10.0.0.137 - - [2025-08-11 02:06:06] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.137 - - [2025-08-11 02:06:06] "GET /routing-instance/957b7b71-4fcf-40b9-ab05-54db92bdbf52?fields=routing_policy_back_refs HTTP/1.1" 200 1281 0.004704 10.0.0.137 - - [2025-08-11 02:06:06] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 4249 0.067553 10.0.0.137 - - [2025-08-11 02:06:06] "GET /service-instance/d2d70fc8-3665-437b-a9c2-35f1ffecf400 HTTP/1.1" 200 3794 0.005069 10.0.0.137 - - [2025-08-11 02:06:06] "GET /domains HTTP/1.1" 200 281 0.002441 10.0.0.137 - - [2025-08-11 02:06:06] "PUT /routing-instance/c4a5e4be-ebbe-4221-aebb-624a5fd46244 HTTP/1.1" 200 267 0.010890 10.0.0.137 - - [2025-08-11 02:06:06] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.137 - - [2025-08-11 02:06:06] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2781 0.009002 10.0.0.137 - - [2025-08-11 02:06:06] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.137 - - [2025-08-11 02:06:06] "PUT /routing-instance/957b7b71-4fcf-40b9-ab05-54db92bdbf52 HTTP/1.1" 200 267 0.011190 10.0.0.137 - - [2025-08-11 02:06:06] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 4249 0.069340 10.0.0.137 - - [2025-08-11 02:06:06] "GET /service-instance/d2d70fc8-3665-437b-a9c2-35f1ffecf400 HTTP/1.1" 200 3794 0.003842 10.0.0.137 - - [2025-08-11 02:06:06] "GET /port-tuple/05c8730e-ce61-476a-9acb-853f6d07157f HTTP/1.1" 200 1983 0.003758 10.0.0.137 - - [2025-08-11 02:06:06] "GET /virtual-machine-interface/41cdd24e-6b79-4de7-8b1a-8bb67a823acd HTTP/1.1" 200 3814 0.005372 10.0.0.137 - - [2025-08-11 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.013137 10.0.0.137 - - [2025-08-11 02:06:06] "GET /virtual-machine-interface/49211036-1012-4a1c-bd95-a713e5adb8eb HTTP/1.1" 200 3826 0.006302 10.0.0.137 - - [2025-08-11 02:06:06] "GET /virtual-machine-interface/998cb458-cc77-45b2-8f60-86829a0b5661 HTTP/1.1" 200 3809 0.005440 10.0.0.137 - - [2025-08-11 02:06:06] "PUT /access-control-list/8aa6c117-2b57-4e0c-a772-d131013dbaca HTTP/1.1" 200 273 0.013030 10.0.0.137 - - [2025-08-11 02:06:06] "POST /neutron/port HTTP/1.1" 200 3831 0.036709 10.0.0.137 - - [2025-08-11 02:06:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005623 10.0.0.137 - - [2025-08-11 02:06:06] "PUT /access-control-list/5601bf4c-aaca-4e3f-81f5-7576508aa8cf HTTP/1.1" 200 273 0.009450 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/port HTTP/1.1" 200 3831 0.033494 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006487 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/port HTTP/1.1" 200 3831 0.025653 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005691 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/port HTTP/1.1" 200 3831 0.030402 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005749 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/network HTTP/1.1" 200 893 0.012597 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/network HTTP/1.1" 200 919 0.005640 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/network HTTP/1.1" 200 805 0.013013 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/network HTTP/1.1" 200 831 0.004719 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/network HTTP/1.1" 200 897 0.011389 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/network HTTP/1.1" 200 923 0.004851 10.0.0.137 - - [2025-08-11 02:06:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001096 10.0.0.137 - - [2025-08-11 02:06:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.000952 10.0.0.137 - - [2025-08-11 02:06:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001500 10.0.0.137 - - [2025-08-11 02:06:07] "GET /virtual-machine/019b1877-1acc-43e1-b09f-22639a3dd986 HTTP/1.1" 200 1805 0.004533 10.0.0.137 - - [2025-08-11 02:06:07] "GET /virtual-machine-interface/41cdd24e-6b79-4de7-8b1a-8bb67a823acd HTTP/1.1" 200 3814 0.005350 10.0.0.137 - - [2025-08-11 02:06:07] "GET /virtual-machine-interface/49211036-1012-4a1c-bd95-a713e5adb8eb HTTP/1.1" 200 3826 0.005236 10.0.0.137 - - [2025-08-11 02:06:07] "GET /virtual-machine-interface/998cb458-cc77-45b2-8f60-86829a0b5661 HTTP/1.1" 200 3809 0.005275 10.0.0.137 - - [2025-08-11 02:06:07] "GET /instance-ip/659859bb-6376-4f32-ab10-ef509e97e35a HTTP/1.1" 200 1962 0.003606 10.0.0.137 - - [2025-08-11 02:06:07] "GET /instance-ip/c6f3672f-29ff-4bcc-80fe-498c30ed15d3 HTTP/1.1" 200 1626 0.004107 10.0.0.137 - - [2025-08-11 02:06:07] "GET /instance-ip/ff42345a-49f4-4ed3-994b-6b5bbb813caf HTTP/1.1" 200 1965 0.003106 10.0.0.137 - - [2025-08-11 02:06:07] "GET /instance-ip/5e2d9872-0fc8-4140-9996-90c095b58e75 HTTP/1.1" 200 1982 0.002895 10.0.0.137 - - [2025-08-11 02:06:07] "GET /instance-ip/5e896ce5-710d-474e-a107-48d9bc036d46 HTTP/1.1" 200 1984 0.003128 10.0.0.137 - - [2025-08-11 02:06:07] "GET /instance-ip/c4f933a7-807d-4f19-a605-d9c53b155734 HTTP/1.1" 200 1624 0.003573 10.0.0.137 - - [2025-08-11 02:06:07] "GET /instance-ip/7cb06b78-755e-4e72-9eea-4e2d9683523e HTTP/1.1" 200 1960 0.003587 10.0.0.137 - - [2025-08-11 02:06:07] "GET /instance-ip/9ab32d5d-483c-406f-8408-a314d28506f8 HTTP/1.1" 200 1958 0.003411 10.0.0.137 - - [2025-08-11 02:06:07] "GET /instance-ip/dd8338e0-b17d-42a2-b2a5-ff16d7ee7987 HTTP/1.1" 200 1624 0.006824 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/port HTTP/1.1" 200 3831 0.033507 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008572 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/port HTTP/1.1" 200 3831 0.037802 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005843 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/port HTTP/1.1" 200 3831 0.025976 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005349 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/port HTTP/1.1" 200 3831 0.027015 10.0.0.137 - - [2025-08-11 02:06:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005423 10.0.0.137 - - [2025-08-11 02:06:07] "GET /virtual-machine/019b1877-1acc-43e1-b09f-22639a3dd986 HTTP/1.1" 200 1805 0.002875 10.0.0.137 - - [2025-08-11 02:06:07] "GET /virtual-machine-interface/41cdd24e-6b79-4de7-8b1a-8bb67a823acd HTTP/1.1" 200 3814 0.004221 10.0.0.137 - - [2025-08-11 02:06:07] "GET /virtual-machine-interface/49211036-1012-4a1c-bd95-a713e5adb8eb HTTP/1.1" 200 3826 0.004925 10.0.0.137 - - [2025-08-11 02:06:07] "GET /virtual-machine-interface/998cb458-cc77-45b2-8f60-86829a0b5661 HTTP/1.1" 200 3809 0.005002 10.0.0.137 - - [2025-08-11 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.137 - - [2025-08-11 02:06:08] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003211 10.0.0.137 - - [2025-08-11 02:06:08] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002903 10.0.0.137 - - [2025-08-11 02:06:08] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005738 10.0.0.137 - - [2025-08-11 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.137 - - [2025-08-11 02:06:09] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003456 10.0.0.137 - - [2025-08-11 02:06:09] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002970 10.0.0.137 - - [2025-08-11 02:06:09] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005283 10.0.0.137 - - [2025-08-11 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.137 - - [2025-08-11 02:06:09] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004037 10.0.0.137 - - [2025-08-11 02:06:09] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003314 10.0.0.137 - - [2025-08-11 02:06:09] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006286 10.0.0.137 - - [2025-08-11 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.137 - - [2025-08-11 02:06:09] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004302 10.0.0.137 - - [2025-08-11 02:06:09] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003001 10.0.0.137 - - [2025-08-11 02:06:09] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005366 10.0.0.137 - - [2025-08-11 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.137 - - [2025-08-11 02:06:09] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003466 10.0.0.137 - - [2025-08-11 02:06:09] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003076 10.0.0.137 - - [2025-08-11 02:06:10] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006076 10.0.0.137 - - [2025-08-11 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.137 - - [2025-08-11 02:06:10] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003912 10.0.0.137 - - [2025-08-11 02:06:10] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004009 10.0.0.137 - - [2025-08-11 02:06:10] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005954 10.0.0.137 - - [2025-08-11 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.137 - - [2025-08-11 02:06:10] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003793 10.0.0.137 - - [2025-08-11 02:06:10] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003316 10.0.0.137 - - [2025-08-11 02:06:10] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005643 10.0.0.137 - - [2025-08-11 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.137 - - [2025-08-11 02:06:10] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003881 10.0.0.137 - - [2025-08-11 02:06:10] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003280 10.0.0.137 - - [2025-08-11 02:06:10] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006195 10.0.0.137 - - [2025-08-11 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.137 - - [2025-08-11 02:06:10] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003656 10.0.0.137 - - [2025-08-11 02:06:10] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003253 10.0.0.137 - - [2025-08-11 02:06:10] "GET /virtual-network/35687b1a-8e65-4d3a-a2ad-ab8abb737429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005392 10.0.0.137 - - [2025-08-11 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.137 - - [2025-08-11 02:06:10] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003956 10.0.0.137 - - [2025-08-11 02:06:11] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003382 10.0.0.137 - - [2025-08-11 02:06:11] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005762 10.0.0.137 - - [2025-08-11 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.137 - - [2025-08-11 02:06:11] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004216 10.0.0.137 - - [2025-08-11 02:06:11] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003586 10.0.0.137 - - [2025-08-11 02:06:11] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005660 10.0.0.137 - - [2025-08-11 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.137 - - [2025-08-11 02:06:11] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003948 10.0.0.137 - - [2025-08-11 02:06:11] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003181 10.0.0.137 - - [2025-08-11 02:06:11] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005799 10.0.0.137 - - [2025-08-11 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.137 - - [2025-08-11 02:06:11] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003929 10.0.0.137 - - [2025-08-11 02:06:11] "GET /virtual-networks?parent_id=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004589 10.0.0.137 - - [2025-08-11 02:06:11] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005553 10.0.0.137 - - [2025-08-11 02:06:11] "GET /virtual-machine/019b1877-1acc-43e1-b09f-22639a3dd986 HTTP/1.1" 200 1805 0.003990 10.0.0.137 - - [2025-08-11 02:06:11] "GET /domains HTTP/1.1" 200 281 0.002359 10.0.0.137 - - [2025-08-11 02:06:11] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.137 - - [2025-08-11 02:06:11] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2781 0.006801 10.0.0.137 - - [2025-08-11 02:06:11] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.137 - - [2025-08-11 02:06:11] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 4249 0.078548 10.0.0.137 - - [2025-08-11 02:06:11] "GET /service-instance/d2d70fc8-3665-437b-a9c2-35f1ffecf400 HTTP/1.1" 200 3794 0.003754 10.0.0.137 - - [2025-08-11 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.137 - - [2025-08-11 02:06:11] "GET /routing-instance/3e53b777-1670-4457-b002-699d4b6c00e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.002943 10.0.0.137 - - [2025-08-11 02:06:11] "GET /routing-instance/3e53b777-1670-4457-b002-699d4b6c00e6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004872 10.0.0.137 - - [2025-08-11 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.137 - - [2025-08-11 02:06:12] "GET /routing-instance/c5094404-a176-43cb-bfc1-ee4dc4f594a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.006301 10.0.0.137 - - [2025-08-11 02:06:12] "GET /routing-instance/c5094404-a176-43cb-bfc1-ee4dc4f594a2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.006650 10.0.0.137 - - [2025-08-11 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.137 - - [2025-08-11 02:06:12] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005692 10.0.0.137 - - [2025-08-11 02:06:12] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?fields=routing_instances HTTP/1.1" 200 1687 0.006256 10.0.0.137 - - [2025-08-11 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.137 - - [2025-08-11 02:06:12] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005676 10.0.0.137 - - [2025-08-11 02:06:12] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?fields=routing_instances HTTP/1.1" 200 1692 0.007214 10.0.0.137 - - [2025-08-11 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.033680 10.0.0.137 - - [2025-08-11 02:06:16] "DELETE /access-control-list/5601bf4c-aaca-4e3f-81f5-7576508aa8cf HTTP/1.1" 200 115 0.029784 10.0.0.137 - - [2025-08-11 02:06:16] "POST /neutron/network HTTP/1.1" 200 835 0.008256 10.0.0.137 - - [2025-08-11 02:06:16] "GET /virtual-network/699e2b2d-6ded-44cc-ae94-c17c9bbbb26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005309 10.0.0.137 - - [2025-08-11 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.137 - - [2025-08-11 02:06:16] "DELETE /routing-instance/c4a5e4be-ebbe-4221-aebb-624a5fd46244 HTTP/1.1" 200 115 0.025581 10.0.0.137 - - [2025-08-11 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.137 - - [2025-08-11 02:06:16] "GET /network-policy/d257fa2f-8688-4d58-8f9c-1268b379b879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004048 10.0.0.137 - - [2025-08-11 02:06:16] "DELETE /route-target/7e6b3a68-bbd2-40a6-9554-91ebaac205d7 HTTP/1.1" 200 115 0.015666 10.0.0.137 - - [2025-08-11 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.029866 10.0.0.137 - - [2025-08-11 02:06:16] "DELETE /routing-instance/957b7b71-4fcf-40b9-ab05-54db92bdbf52 HTTP/1.1" 200 115 0.044907 10.0.0.137 - - [2025-08-11 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.137 - - [2025-08-11 02:06:16] "POST /neutron/network HTTP/1.1" 200 831 0.007292 10.0.0.137 - - [2025-08-11 02:06:16] "GET /virtual-network/677d8910-8dc4-476c-aaf2-c6ab06b86668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004719 10.0.0.137 - - [2025-08-11 02:06:16] "DELETE /route-target/545472ed-7cfa-41f5-b2a7-c8aad54e6fc1 HTTP/1.1" 200 115 0.026522 10.0.0.137 - - [2025-08-11 02:06:16] "DELETE /access-control-list/8aa6c117-2b57-4e0c-a772-d131013dbaca HTTP/1.1" 200 115 0.020973 10.0.0.137 - - [2025-08-11 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.137 - - [2025-08-11 02:06:16] "GET /network-policy/d257fa2f-8688-4d58-8f9c-1268b379b879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004298 10.0.0.137 - - [2025-08-11 02:06:16] "DELETE /network-policy/d257fa2f-8688-4d58-8f9c-1268b379b879 HTTP/1.1" 200 115 0.028107 10.0.0.137 - - [2025-08-11 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.137 - - [2025-08-11 02:06:17] "DELETE /service-instance/d2d70fc8-3665-437b-a9c2-35f1ffecf400 HTTP/1.1" 200 115 0.043714 10.0.0.137 - - [2025-08-11 02:06:17] "GET /domains HTTP/1.1" 200 281 0.002159 10.0.0.137 - - [2025-08-11 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.017283 10.0.0.137 - - [2025-08-11 02:06:17] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002121 10.0.0.137 - - [2025-08-11 02:06:17] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2781 0.012921 10.0.0.137 - - [2025-08-11 02:06:17] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.137 - - [2025-08-11 02:06:17] "DELETE /instance-ip/7cb06b78-755e-4e72-9eea-4e2d9683523e HTTP/1.1" 200 115 0.029321 10.0.0.137 - - [2025-08-11 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.009066 10.0.0.137 - - [2025-08-11 02:06:17] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 3773 0.070326 10.0.0.137 - - [2025-08-11 02:06:17] "GET /virtual-machine/019b1877-1acc-43e1-b09f-22639a3dd986 HTTP/1.1" 200 1805 0.004113 10.0.0.137 - - [2025-08-11 02:06:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002115 10.0.0.137 - - [2025-08-11 02:06:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002802 10.0.0.137 - - [2025-08-11 02:06:17] "DELETE /instance-ip/9ab32d5d-483c-406f-8408-a314d28506f8 HTTP/1.1" 200 115 0.027339 10.0.0.137 - - [2025-08-11 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.009513 10.0.0.137 - - [2025-08-11 02:06:17] "DELETE /instance-ip/ff42345a-49f4-4ed3-994b-6b5bbb813caf HTTP/1.1" 200 115 0.024290 10.0.0.137 - - [2025-08-11 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.009771 10.0.0.137 - - [2025-08-11 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008587 10.0.0.137 - - [2025-08-11 02:06:17] "DELETE /service-template/42ac09fc-ea2c-4737-84d5-2e1eb17a925d HTTP/1.1" 200 115 0.023298 10.0.0.137 - - [2025-08-11 02:06:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.009464 10.0.0.137 - - [2025-08-11 02:06:17] "DELETE /instance-ip/659859bb-6376-4f32-ab10-ef509e97e35a HTTP/1.1" 200 115 0.032551 10.0.0.137 - - [2025-08-11 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.013304 10.0.0.137 - - [2025-08-11 02:06:17] "DELETE /instance-ip/5e2d9872-0fc8-4140-9996-90c095b58e75 HTTP/1.1" 200 115 0.022884 10.0.0.137 - - [2025-08-11 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.010494 10.0.0.137 - - [2025-08-11 02:06:17] "DELETE /instance-ip/5e896ce5-710d-474e-a107-48d9bc036d46 HTTP/1.1" 200 115 0.034395 10.0.0.137 - - [2025-08-11 02:06:17] "POST /neutron/network HTTP/1.1" 200 835 0.011463 10.0.0.137 - - [2025-08-11 02:06:17] "POST /neutron/network HTTP/1.1" 400 204 0.017917 10.0.0.137 - - [2025-08-11 02:06:17] "POST /neutron/port HTTP/1.1" 200 1087 0.013685 10.0.0.137 - - [2025-08-11 02:06:17] "POST /neutron/port HTTP/1.1" 200 1113 0.009791 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 1085 0.016379 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 151 0.107357 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 1111 0.014413 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 3024 0.048403 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 151 0.154770 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 1111 0.008866 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 151 0.114461 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 1113 0.009446 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 151 0.089430 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 1111 0.011326 10.0.0.137 - - [2025-08-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 151 0.099316 10.0.0.137 - - [2025-08-11 02:06:19] "POST /neutron/network HTTP/1.1" 200 835 0.005281 10.0.0.137 - - [2025-08-11 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.137 - - [2025-08-11 02:06:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002187 10.0.0.137 - - [2025-08-11 02:06:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002904 10.0.0.137 - - [2025-08-11 02:06:19] "POST /neutron/network HTTP/1.1" 200 151 0.091619 10.0.0.137 - - [2025-08-11 02:06:19] "DELETE /route-target/04eaccec-38c9-4529-9a94-2f97ac9b9676 HTTP/1.1" 200 115 0.015009 10.0.0.137 - - [2025-08-11 02:06:19] "GET /routing-instance/c5094404-a176-43cb-bfc1-ee4dc4f594a2 HTTP/1.1" 404 171 0.002555 10.0.0.137 - - [2025-08-11 02:06:19] "GET /domains HTTP/1.1" 200 281 0.002143 10.0.0.137 - - [2025-08-11 02:06:19] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001315 10.0.0.137 - - [2025-08-11 02:06:19] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2580 0.051793 10.0.0.137 - - [2025-08-11 02:06:19] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.137 - - [2025-08-11 02:06:19] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 2306 0.065980 10.0.0.137 - - [2025-08-11 02:06:19] "POST /neutron/network HTTP/1.1" 200 831 0.005227 10.0.0.137 - - [2025-08-11 02:06:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002926 10.0.0.137 - - [2025-08-11 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.137 - - [2025-08-11 02:06:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002090 10.0.0.137 - - [2025-08-11 02:06:19] "POST /neutron/network HTTP/1.1" 200 151 0.075316 10.0.0.137 - - [2025-08-11 02:06:19] "DELETE /route-target/692a08d3-2caa-4793-9156-8cb6705429f3 HTTP/1.1" 200 115 0.014083 10.0.0.137 - - [2025-08-11 02:06:19] "GET /routing-instance/3e53b777-1670-4457-b002-699d4b6c00e6 HTTP/1.1" 404 171 0.002904 10.0.0.137 - - [2025-08-11 02:06:19] "GET /domains HTTP/1.1" 200 281 0.003233 10.0.0.137 - - [2025-08-11 02:06:19] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.137 - - [2025-08-11 02:06:20] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2580 0.049844 10.0.0.137 - - [2025-08-11 02:06:20] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.137 - - [2025-08-11 02:06:20] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 2087 0.071255 10.0.0.137 - - [2025-08-11 02:06:20] "POST /neutron/network HTTP/1.1" 200 831 0.005131 10.0.0.137 - - [2025-08-11 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005300 10.0.0.137 - - [2025-08-11 02:06:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003351 10.0.0.137 - - [2025-08-11 02:06:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002368 10.0.0.137 - - [2025-08-11 02:06:20] "POST /neutron/network HTTP/1.1" 200 151 0.084332 10.0.0.137 - - [2025-08-11 02:06:20] "DELETE /route-target/26296073-010f-4d3c-a79c-7996ea15377f HTTP/1.1" 200 115 0.023115 10.0.0.137 - - [2025-08-11 02:06:20] "GET /routing-instance/5adb8a63-0601-456e-8c1d-52f83cf83ffe HTTP/1.1" 404 171 0.002389 10.0.0.137 - - [2025-08-11 02:06:20] "GET /domains HTTP/1.1" 200 281 0.002804 10.0.0.137 - - [2025-08-11 02:06:20] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.137 - - [2025-08-11 02:06:20] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2580 0.046925 10.0.0.137 - - [2025-08-11 02:06:20] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.137 - - [2025-08-11 02:06:20] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 1846 0.068882 10.0.0.137 - - [2025-08-11 02:06:20] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001548 10.0.0.137 - - [2025-08-11 02:06:20] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.024364 10.0.0.137 - - [2025-08-11 02:06:20] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.137 - - [2025-08-11 02:06:20] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?fields=virtual_networks HTTP/1.1" 200 1031 0.068597 10.0.0.137 - - [2025-08-11 02:06:20] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001211 10.0.0.137 - - [2025-08-11 02:06:20] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.029211 10.0.0.137 - - [2025-08-11 02:06:20] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001519 10.0.0.137 - - [2025-08-11 02:06:20] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?fields=security_groups HTTP/1.1" 200 1256 0.023825 10.0.0.137 - - [2025-08-11 02:06:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.020879 10.0.0.137 - - [2025-08-11 02:06:21] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002136 10.0.0.137 - - [2025-08-11 02:06:21] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.137 - - [2025-08-11 02:06:21] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006505 10.0.0.137 - - [2025-08-11 02:06:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.001719 10.0.0.137 - - [2025-08-11 02:06:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.003198 10.0.0.137 - - [2025-08-11 02:06:21] "POST /security-groups HTTP/1.1" 200 592 0.059899 10.0.0.137 - - [2025-08-11 02:06:21] "POST /fqname-to-id HTTP/1.1" 404 235 0.003169 10.0.0.137 - - [2025-08-11 02:06:21] "POST /projects HTTP/1.1" 200 587 0.201750 10.0.0.137 - - [2025-08-11 02:06:21] "POST /access-control-lists HTTP/1.1" 200 599 0.055638 10.0.0.137 - - [2025-08-11 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.270341 10.0.0.137 - - [2025-08-11 02:06:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.002721 10.0.0.137 - - [2025-08-11 02:06:22] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.387607 10.0.0.137 - - [2025-08-11 02:06:22] "POST /access-control-lists HTTP/1.1" 200 597 0.055760 10.0.0.137 - - [2025-08-11 02:06:23] "GET / HTTP/1.1" 200 36215 0.001950 10.0.0.137 - - [2025-08-11 02:06:24] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000448 10.0.0.137 - - [2025-08-11 02:06:24] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001519 10.0.0.137 - - [2025-08-11 02:06:24] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047209 10.0.0.137 - - [2025-08-11 02:06:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.002955 10.0.0.137 - - [2025-08-11 02:06:24] "POST /virtual-DNSs HTTP/1.1" 200 509 0.016562 10.0.0.137 - - [2025-08-11 02:06:24] "GET /virtual-DNS/41e6c65f-be63-4ffe-98a6-dc3d76dcb05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.005200 10.0.0.137 - - [2025-08-11 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.137 - - [2025-08-11 02:06:24] "GET /virtual-DNS/41e6c65f-be63-4ffe-98a6-dc3d76dcb05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003920 10.0.0.137 - - [2025-08-11 02:06:24] "GET /domains HTTP/1.1" 401 293 0.000525 10.0.0.137 - - [2025-08-11 02:06:25] "GET /domains HTTP/1.1" 200 281 0.023386 10.0.0.137 - - [2025-08-11 02:06:25] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.137 - - [2025-08-11 02:06:25] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2969 0.008309 10.0.0.137 - - [2025-08-11 02:06:25] "GET /virtual-DNS/41e6c65f-be63-4ffe-98a6-dc3d76dcb05a HTTP/1.1" 200 1440 0.003375 10.0.0.137 - - [2025-08-11 02:06:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002489 10.0.0.137 - - [2025-08-11 02:06:25] "POST /network-ipams HTTP/1.1" 200 516 0.014796 10.0.0.137 - - [2025-08-11 02:06:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002733 10.0.0.137 - - [2025-08-11 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.137 - - [2025-08-11 02:06:25] "GET /network-ipam/95c3b1dd-6b3c-484d-b91c-053c46b91fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.004562 10.0.0.137 - - [2025-08-11 02:06:25] "PUT /network-ipam/95c3b1dd-6b3c-484d-b91c-053c46b91fdf HTTP/1.1" 200 259 0.009098 10.0.0.137 - - [2025-08-11 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.008664 10.0.0.137 - - [2025-08-11 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.137 - - [2025-08-11 02:06:25] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.137 - - [2025-08-11 02:06:25] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.029669 10.0.0.137 - - [2025-08-11 02:06:25] "POST /neutron/network HTTP/1.1" 200 117 0.028687 10.0.0.137 - - [2025-08-11 02:06:25] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.137 - - [2025-08-11 02:06:25] "POST /neutron/network HTTP/1.1" 200 618 0.075347 10.0.0.137 - - [2025-08-11 02:06:25] "POST /route-targets HTTP/1.1" 200 328 0.011419 10.0.0.137 - - [2025-08-11 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.011349 10.0.0.137 - - [2025-08-11 02:06:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005051 10.0.0.137 - - [2025-08-11 02:06:25] "POST /neutron/subnet HTTP/1.1" 200 711 0.153685 10.0.0.137 - - [2025-08-11 02:06:25] "POST /neutron/network HTTP/1.1" 200 833 0.005010 10.0.0.137 - - [2025-08-11 02:06:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001061 10.0.0.137 - - [2025-08-11 02:06:25] "GET /virtual-network/cd18f129-f214-4055-9f69-0b0dee58d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007985 10.0.0.137 - - [2025-08-11 02:06:25] "POST /neutron/network HTTP/1.1" 200 833 0.005487 10.0.0.137 - - [2025-08-11 02:06:25] "GET /virtual-network/cd18f129-f214-4055-9f69-0b0dee58d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004686 10.0.0.137 - - [2025-08-11 02:06:25] "POST /neutron/network HTTP/1.1" 200 833 0.005667 10.0.0.137 - - [2025-08-11 02:06:25] "POST /neutron/subnet HTTP/1.1" 200 711 0.006999 10.0.0.137 - - [2025-08-11 02:06:26] "POST /neutron/network HTTP/1.1" 200 807 0.011717 10.0.0.137 - - [2025-08-11 02:06:26] "POST /neutron/network HTTP/1.1" 200 833 0.005635 10.0.0.137 - - [2025-08-11 02:06:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001286 10.0.0.137 - - [2025-08-11 02:06:26] "POST /neutron/network HTTP/1.1" 200 843 0.005538 10.0.0.137 - - [2025-08-11 02:06:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.137 - - [2025-08-11 02:06:26] "GET / HTTP/1.1" 200 36215 0.002116 10.0.0.137 - - [2025-08-11 02:06:26] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000439 10.0.0.137 - - [2025-08-11 02:06:26] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001659 10.0.0.137 - - [2025-08-11 02:06:26] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.045187 10.0.0.137 - - [2025-08-11 02:06:26] "POST /neutron/network HTTP/1.1" 200 833 0.007100 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.009005 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.004405 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.005157 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/network HTTP/1.1" 200 843 0.005595 10.0.0.137 - - [2025-08-11 02:06:27] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001297 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/port HTTP/1.1" 200 1058 0.234124 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/port HTTP/1.1" 200 1058 0.011162 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/port HTTP/1.1" 200 1058 0.010200 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/port HTTP/1.1" 200 1112 0.058799 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/port HTTP/1.1" 200 1086 0.012126 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004355 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/subnet HTTP/1.1" 200 685 0.007938 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.137 - - [2025-08-11 02:06:27] "POST /neutron/network HTTP/1.1" 200 833 0.004720 10.0.0.137 - - [2025-08-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 1086 0.012064 10.0.0.137 - - [2025-08-11 02:06:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005570 10.0.0.137 - - [2025-08-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 1086 0.011011 10.0.0.137 - - [2025-08-11 02:06:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005267 10.0.0.137 - - [2025-08-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 1086 0.010617 10.0.0.137 - - [2025-08-11 02:06:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009233 10.0.0.137 - - [2025-08-11 02:06:32] "GET /virtual-machine/05adc9f8-a885-4189-a665-28d393fce352 HTTP/1.1" 200 1294 0.006221 10.0.0.137 - - [2025-08-11 02:06:32] "GET /virtual-machine-interface/b847ceb3-bde8-4035-ad4f-1fba51cbd5bf HTTP/1.1" 200 2972 0.007602 10.0.0.137 - - [2025-08-11 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.137 - - [2025-08-11 02:06:32] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003003 10.0.0.137 - - [2025-08-11 02:06:32] "GET /virtual-networks?parent_id=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004492 10.0.0.137 - - [2025-08-11 02:06:32] "GET /virtual-network/cd18f129-f214-4055-9f69-0b0dee58d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006031 10.0.0.137 - - [2025-08-11 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.137 - - [2025-08-11 02:06:35] "GET /virtual-network/cd18f129-f214-4055-9f69-0b0dee58d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005523 10.0.0.137 - - [2025-08-11 02:06:35] "POST /neutron/port HTTP/1.1" 200 1086 0.015137 10.0.0.137 - - [2025-08-11 02:06:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004847 10.0.0.137 - - [2025-08-11 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.137 - - [2025-08-11 02:06:37] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003535 10.0.0.137 - - [2025-08-11 02:06:37] "GET /virtual-networks?parent_id=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002766 10.0.0.137 - - [2025-08-11 02:06:37] "GET /virtual-network/cd18f129-f214-4055-9f69-0b0dee58d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004853 10.0.0.137 - - [2025-08-11 02:06:38] "POST /neutron/port HTTP/1.1" 200 1086 0.011290 10.0.0.137 - - [2025-08-11 02:06:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005659 10.0.0.137 - - [2025-08-11 02:06:47] "POST /neutron/network HTTP/1.1" 200 807 0.009512 10.0.0.137 - - [2025-08-11 02:06:47] "POST /neutron/network HTTP/1.1" 200 833 0.004513 10.0.0.137 - - [2025-08-11 02:06:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001082 10.0.0.137 - - [2025-08-11 02:06:47] "POST /neutron/port HTTP/1.1" 200 1086 0.010914 10.0.0.137 - - [2025-08-11 02:06:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005768 10.0.0.137 - - [2025-08-11 02:06:47] "POST /neutron/network HTTP/1.1" 200 843 0.005177 10.0.0.137 - - [2025-08-11 02:06:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000405 10.0.0.137 - - [2025-08-11 02:06:47] "GET / HTTP/1.1" 200 36215 0.002004 10.0.0.137 - - [2025-08-11 02:06:47] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000411 10.0.0.137 - - [2025-08-11 02:06:48] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.029121 10.0.0.137 - - [2025-08-11 02:06:48] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.071166 10.0.0.137 - - [2025-08-11 02:06:48] "POST /neutron/network HTTP/1.1" 200 833 0.022533 10.0.0.137 - - [2025-08-11 02:06:48] "POST /neutron/port HTTP/1.1" 200 1086 0.011856 10.0.0.137 - - [2025-08-11 02:06:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007785 10.0.0.137 - - [2025-08-11 02:06:48] "POST /neutron/port HTTP/1.1" 200 117 0.004406 10.0.0.137 - - [2025-08-11 02:06:48] "POST /neutron/port HTTP/1.1" 200 117 0.004505 10.0.0.137 - - [2025-08-11 02:06:48] "POST /neutron/network HTTP/1.1" 200 843 0.005233 10.0.0.137 - - [2025-08-11 02:06:48] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001457 10.0.0.137 - - [2025-08-11 02:06:49] "POST /neutron/port HTTP/1.1" 200 1058 0.185209 10.0.0.137 - - [2025-08-11 02:06:49] "POST /neutron/port HTTP/1.1" 200 1058 0.030710 10.0.0.137 - - [2025-08-11 02:06:49] "POST /neutron/port HTTP/1.1" 200 1058 0.009804 10.0.0.137 - - [2025-08-11 02:06:49] "POST /neutron/port HTTP/1.1" 200 1112 0.049419 10.0.0.137 - - [2025-08-11 02:06:49] "POST /neutron/port HTTP/1.1" 200 1086 0.010342 10.0.0.137 - - [2025-08-11 02:06:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002465 10.0.0.137 - - [2025-08-11 02:06:49] "POST /neutron/subnet HTTP/1.1" 200 685 0.005257 10.0.0.137 - - [2025-08-11 02:06:49] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.137 - - [2025-08-11 02:06:49] "POST /neutron/network HTTP/1.1" 200 833 0.004795 10.0.0.137 - - [2025-08-11 02:06:49] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001269 10.0.0.137 - - [2025-08-11 02:06:49] "DELETE /project/13ba741482ec427385967281e15e87b4 HTTP/1.1" 404 173 0.044171 10.0.0.137 - - [2025-08-11 02:06:49] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.031461 10.0.0.137 - - [2025-08-11 02:06:49] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001378 10.0.0.137 - - [2025-08-11 02:06:49] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?fields=security_groups HTTP/1.1" 200 1358 0.064342 10.0.0.137 - - [2025-08-11 02:06:49] "DELETE /security-group/bb2cbea6-e79a-412a-a016-2f5cf6823f7b HTTP/1.1" 200 115 0.036985 10.0.0.137 - - [2025-08-11 02:06:49] "GET /projects?obj_uuids=f75c00c6-79c1-4c76-b7a0-25ee8e002aac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.137 - - [2025-08-11 02:06:49] "GET /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac?fields=application_policy_sets HTTP/1.1" 200 1397 0.030162 10.0.0.137 - - [2025-08-11 02:06:49] "DELETE /access-control-list/47a9f369-6781-4f61-9f29-d63fd8748010 HTTP/1.1" 200 115 0.051336 10.0.0.137 - - [2025-08-11 02:06:49] "DELETE /access-control-list/545b417d-5ca5-4c76-a089-6a9c2b32c7ac HTTP/1.1" 200 115 0.020118 10.0.0.137 - - [2025-08-11 02:06:50] "DELETE /project/f75c00c6-79c1-4c76-b7a0-25ee8e002aac HTTP/1.1" 200 115 0.343285 10.0.0.137 - - [2025-08-11 02:06:53] "POST /neutron/port HTTP/1.1" 200 1086 0.009953 10.0.0.137 - - [2025-08-11 02:06:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005733 10.0.0.137 - - [2025-08-11 02:06:53] "POST /neutron/port HTTP/1.1" 200 1086 0.010722 10.0.0.137 - - [2025-08-11 02:06:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005668 10.0.0.137 - - [2025-08-11 02:06:53] "POST /neutron/port HTTP/1.1" 200 1086 0.009896 10.0.0.137 - - [2025-08-11 02:06:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005583 10.0.0.137 - - [2025-08-11 02:06:53] "GET /virtual-machine/3d929d85-12e0-4851-bc13-b99fdfe3bb6c HTTP/1.1" 200 1295 0.004312 10.0.0.137 - - [2025-08-11 02:06:53] "GET /virtual-machine-interface/68a81504-f1cd-4fb5-ac64-7afff4bd8109 HTTP/1.1" 200 2971 0.005784 10.0.0.137 - - [2025-08-11 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.137 - - [2025-08-11 02:06:53] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002994 10.0.0.137 - - [2025-08-11 02:06:53] "GET /virtual-networks?parent_id=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003115 10.0.0.137 - - [2025-08-11 02:06:54] "GET /virtual-network/cd18f129-f214-4055-9f69-0b0dee58d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005103 10.0.0.137 - - [2025-08-11 02:06:54] "POST /neutron/port HTTP/1.1" 200 1086 0.011753 10.0.0.137 - - [2025-08-11 02:06:54] "POST /neutron/port HTTP/1.1" 200 1086 0.010767 10.0.0.137 - - [2025-08-11 02:06:54] "POST /neutron/network HTTP/1.1" 200 843 0.005369 10.0.0.137 - - [2025-08-11 02:06:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003242 10.0.0.137 - - [2025-08-11 02:06:54] "POST /neutron/subnet HTTP/1.1" 200 685 0.006511 10.0.0.137 - - [2025-08-11 02:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.137 - - [2025-08-11 02:06:54] "POST /neutron/network HTTP/1.1" 200 833 0.005162 10.0.0.137 - - [2025-08-11 02:06:55] "GET /obj-perms HTTP/1.1" 200 5075 0.048846 10.0.0.137 - - [2025-08-11 02:06:55] "GET /obj-perms HTTP/1.1" 200 5075 0.056943 10.0.0.137 - - [2025-08-11 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.137 - - [2025-08-11 02:06:57] "GET /virtual-network/cd18f129-f214-4055-9f69-0b0dee58d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004445 10.0.0.137 - - [2025-08-11 02:06:57] "POST /neutron/port HTTP/1.1" 200 1086 0.011055 10.0.0.137 - - [2025-08-11 02:06:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005107 10.0.0.137 - - [2025-08-11 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.137 - - [2025-08-11 02:06:59] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002990 10.0.0.137 - - [2025-08-11 02:06:59] "GET /virtual-networks?parent_id=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003506 10.0.0.137 - - [2025-08-11 02:06:59] "GET /virtual-network/cd18f129-f214-4055-9f69-0b0dee58d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005280 10.0.0.137 - - [2025-08-11 02:07:00] "GET /global-system-configs HTTP/1.1" 200 323 0.047206 10.0.0.137 - - [2025-08-11 02:07:00] "GET /obj-perms HTTP/1.1" 200 5075 0.062194 10.0.0.137 - - [2025-08-11 02:07:01] "GET /global-system-configs HTTP/1.1" 200 323 0.038396 10.0.0.137 - - [2025-08-11 02:07:01] "GET /obj-perms HTTP/1.1" 200 5075 0.071672 10.0.0.137 - - [2025-08-11 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.137 - - [2025-08-11 02:07:06] "DELETE /virtual-DNS/41e6c65f-be63-4ffe-98a6-dc3d76dcb05a HTTP/1.1" 409 236 0.006015 10.0.0.137 - - [2025-08-11 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.002863 10.0.0.137 - - [2025-08-11 02:07:06] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.016132 10.0.0.137 - - [2025-08-11 02:07:06] "GET /virtual-DNS-record/f232c782-aee9-4783-aae3-c6184def9c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004890 10.0.0.137 - - [2025-08-11 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.137 - - [2025-08-11 02:07:06] "GET /virtual-DNS-record/f232c782-aee9-4783-aae3-c6184def9c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004979 10.0.0.137 - - [2025-08-11 02:07:06] "GET /domains HTTP/1.1" 200 281 0.003179 10.0.0.137 - - [2025-08-11 02:07:06] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.137 - - [2025-08-11 02:07:06] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2784 0.008206 10.0.0.137 - - [2025-08-11 02:07:06] "GET /virtual-DNS/41e6c65f-be63-4ffe-98a6-dc3d76dcb05a HTTP/1.1" 200 1911 0.003995 10.0.0.137 - - [2025-08-11 02:07:06] "GET /virtual-DNS-record/f232c782-aee9-4783-aae3-c6184def9c2b HTTP/1.1" 200 1339 0.002627 10.0.0.137 - - [2025-08-11 02:07:11] "DELETE /virtual-DNS-record/f232c782-aee9-4783-aae3-c6184def9c2b HTTP/1.1" 200 115 0.020090 10.0.0.137 - - [2025-08-11 02:07:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.003100 10.0.0.137 - - [2025-08-11 02:07:12] "POST /neutron/network HTTP/1.1" 200 833 0.007995 10.0.0.137 - - [2025-08-11 02:07:12] "POST /neutron/network HTTP/1.1" 400 204 0.009447 10.0.0.137 - - [2025-08-11 02:07:12] "POST /neutron/port HTTP/1.1" 200 1086 0.010863 10.0.0.137 - - [2025-08-11 02:07:12] "POST /neutron/port HTTP/1.1" 200 1112 0.008031 10.0.0.137 - - [2025-08-11 02:07:12] "POST /neutron/port HTTP/1.1" 200 1086 0.012537 10.0.0.137 - - [2025-08-11 02:07:12] "POST /neutron/port HTTP/1.1" 200 1112 0.010876 10.0.0.137 - - [2025-08-11 02:07:12] "POST /neutron/port HTTP/1.1" 200 151 0.126144 10.0.0.137 - - [2025-08-11 02:07:12] "POST /neutron/port HTTP/1.1" 200 151 0.105389 10.0.0.137 - - [2025-08-11 02:07:14] "POST /neutron/network HTTP/1.1" 200 833 0.006343 10.0.0.137 - - [2025-08-11 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.137 - - [2025-08-11 02:07:14] "POST /useragent-kv HTTP/1.1" 200 115 0.028979 10.0.0.137 - - [2025-08-11 02:07:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003970 10.0.0.137 - - [2025-08-11 02:07:14] "DELETE /route-target/3dff27b6-1dc7-4e37-ac3c-f44f3b0ec3d3 HTTP/1.1" 200 115 0.037179 10.0.0.137 - - [2025-08-11 02:07:14] "POST /neutron/network HTTP/1.1" 200 151 0.220510 10.0.0.137 - - [2025-08-11 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.137 - - [2025-08-11 02:07:14] "DELETE /network-ipam/95c3b1dd-6b3c-484d-b91c-053c46b91fdf HTTP/1.1" 200 115 0.021711 10.0.0.137 - - [2025-08-11 02:07:14] "DELETE /virtual-DNS/41e6c65f-be63-4ffe-98a6-dc3d76dcb05a HTTP/1.1" 200 115 0.020001 10.0.0.137 - - [2025-08-11 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 180 0.002806 10.0.0.137 - - [2025-08-11 02:07:14] "GET /domains HTTP/1.1" 200 281 0.004057 10.0.0.137 - - [2025-08-11 02:07:14] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.137 - - [2025-08-11 02:07:14] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2583 0.012521 10.0.0.137 - - [2025-08-11 02:07:14] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.137 - - [2025-08-11 02:07:14] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.050889 10.0.0.137 - - [2025-08-11 02:07:14] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.137 - - [2025-08-11 02:07:14] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?fields=virtual_networks HTTP/1.1" 200 1035 0.065392 10.0.0.137 - - [2025-08-11 02:07:14] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.137 - - [2025-08-11 02:07:14] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023257 10.0.0.137 - - [2025-08-11 02:07:15] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181 10.0.0.137 - - [2025-08-11 02:07:15] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?fields=security_groups HTTP/1.1" 200 1263 0.025033 10.0.0.137 - - [2025-08-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.024570 10.0.0.137 - - [2025-08-11 02:07:15] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002375 10.0.0.137 - - [2025-08-11 02:07:15] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.137 - - [2025-08-11 02:07:15] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007519 10.0.0.137 - - [2025-08-11 02:07:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.001173 10.0.0.137 - - [2025-08-11 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.002166 10.0.0.137 - - [2025-08-11 02:07:16] "POST /security-groups HTTP/1.1" 200 592 0.060410 10.0.0.137 - - [2025-08-11 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 235 0.004711 10.0.0.137 - - [2025-08-11 02:07:16] "POST /projects HTTP/1.1" 200 587 0.201073 10.0.0.137 - - [2025-08-11 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.267937 10.0.0.137 - - [2025-08-11 02:07:16] "POST /access-control-lists HTTP/1.1" 200 599 0.063346 10.0.0.137 - - [2025-08-11 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.002655 10.0.0.137 - - [2025-08-11 02:07:16] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.384461 10.0.0.137 - - [2025-08-11 02:07:16] "POST /access-control-lists HTTP/1.1" 200 597 0.063883 10.0.0.137 - - [2025-08-11 02:07:17] "GET / HTTP/1.1" 200 36215 0.002170 10.0.0.137 - - [2025-08-11 02:07:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000931 10.0.0.137 - - [2025-08-11 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.047365 10.0.0.137 - - [2025-08-11 02:07:18] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000987 10.0.0.137 - - [2025-08-11 02:07:18] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023407 10.0.0.137 - - [2025-08-11 02:07:18] "POST /neutron/network HTTP/1.1" 200 117 0.029115 10.0.0.137 - - [2025-08-11 02:07:18] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001444 10.0.0.137 - - [2025-08-11 02:07:18] "POST /neutron/network HTTP/1.1" 200 606 0.057925 10.0.0.137 - - [2025-08-11 02:07:18] "POST /route-targets HTTP/1.1" 200 328 0.010524 10.0.0.137 - - [2025-08-11 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.008895 10.0.0.137 - - [2025-08-11 02:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003349 10.0.0.137 - - [2025-08-11 02:07:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.137651 10.0.0.137 - - [2025-08-11 02:07:18] "POST /neutron/network HTTP/1.1" 200 823 0.005291 10.0.0.137 - - [2025-08-11 02:07:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001139 10.0.0.137 - - [2025-08-11 02:07:18] "GET /virtual-network/21ac4d98-99bb-41e4-9062-c34f613b6976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004635 10.0.0.137 - - [2025-08-11 02:07:18] "POST /neutron/network HTTP/1.1" 200 823 0.005245 10.0.0.137 - - [2025-08-11 02:07:18] "GET /virtual-network/21ac4d98-99bb-41e4-9062-c34f613b6976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004304 10.0.0.137 - - [2025-08-11 02:07:18] "POST /neutron/network HTTP/1.1" 200 823 0.006214 10.0.0.137 - - [2025-08-11 02:07:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.007999 10.0.0.137 - - [2025-08-11 02:07:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001678 10.0.0.137 - - [2025-08-11 02:07:18] "POST /neutron/network HTTP/1.1" 200 833 0.007764 10.0.0.137 - - [2025-08-11 02:07:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000463 10.0.0.137 - - [2025-08-11 02:07:19] "GET / HTTP/1.1" 200 36215 0.002012 10.0.0.137 - - [2025-08-11 02:07:19] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000415 10.0.0.137 - - [2025-08-11 02:07:19] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.137 - - [2025-08-11 02:07:19] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042310 10.0.0.137 - - [2025-08-11 02:07:19] "POST /neutron/network HTTP/1.1" 200 823 0.004582 10.0.0.137 - - [2025-08-11 02:07:19] "POST /neutron/port HTTP/1.1" 200 117 0.004924 10.0.0.137 - - [2025-08-11 02:07:19] "POST /neutron/port HTTP/1.1" 200 117 0.005148 10.0.0.137 - - [2025-08-11 02:07:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001378 10.0.0.137 - - [2025-08-11 02:07:19] "POST /neutron/port HTTP/1.1" 200 117 0.004695 10.0.0.137 - - [2025-08-11 02:07:19] "POST /neutron/network HTTP/1.1" 200 833 0.005278 10.0.0.137 - - [2025-08-11 02:07:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000379 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/network HTTP/1.1" 200 833 0.005184 10.0.0.137 - - [2025-08-11 02:07:20] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001099 10.0.0.137 - - [2025-08-11 02:07:20] "GET / HTTP/1.1" 200 36215 0.002533 10.0.0.137 - - [2025-08-11 02:07:20] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000409 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/port HTTP/1.1" 200 1059 0.178881 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/port HTTP/1.1" 200 1059 0.007653 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/port HTTP/1.1" 200 1059 0.008284 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/port HTTP/1.1" 200 1113 0.058279 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/port HTTP/1.1" 200 1087 0.010019 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002692 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/subnet HTTP/1.1" 200 689 0.005840 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/network HTTP/1.1" 200 823 0.004646 10.0.0.137 - - [2025-08-11 02:07:20] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001536 10.0.0.137 - - [2025-08-11 02:07:20] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041992 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/network HTTP/1.1" 200 823 0.004642 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/port HTTP/1.1" 200 1087 0.013208 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008011 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/port HTTP/1.1" 200 117 0.004818 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/port HTTP/1.1" 200 1087 0.010158 10.0.0.137 - - [2025-08-11 02:07:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009193 10.0.0.137 - - [2025-08-11 02:07:21] "POST /neutron/network HTTP/1.1" 200 833 0.005487 10.0.0.137 - - [2025-08-11 02:07:21] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.137 - - [2025-08-11 02:07:21] "POST /neutron/port HTTP/1.1" 200 1059 0.213434 10.0.0.137 - - [2025-08-11 02:07:21] "POST /neutron/port HTTP/1.1" 200 1059 0.011509 10.0.0.137 - - [2025-08-11 02:07:21] "POST /neutron/port HTTP/1.1" 200 1059 0.008266 10.0.0.137 - - [2025-08-11 02:07:21] "POST /neutron/port HTTP/1.1" 200 1113 0.074549 10.0.0.137 - - [2025-08-11 02:07:21] "POST /neutron/port HTTP/1.1" 200 1087 0.012579 10.0.0.137 - - [2025-08-11 02:07:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004025 10.0.0.137 - - [2025-08-11 02:07:21] "POST /neutron/subnet HTTP/1.1" 200 689 0.006410 10.0.0.137 - - [2025-08-11 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.137 - - [2025-08-11 02:07:21] "POST /neutron/network HTTP/1.1" 200 823 0.005139 10.0.0.137 - - [2025-08-11 02:07:26] "POST /neutron/port HTTP/1.1" 200 1087 0.011369 10.0.0.137 - - [2025-08-11 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005871 10.0.0.137 - - [2025-08-11 02:07:26] "POST /neutron/port HTTP/1.1" 200 1087 0.010500 10.0.0.137 - - [2025-08-11 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005816 10.0.0.137 - - [2025-08-11 02:07:26] "POST /neutron/port HTTP/1.1" 200 1087 0.011101 10.0.0.137 - - [2025-08-11 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005956 10.0.0.137 - - [2025-08-11 02:07:26] "GET /virtual-machine/1638f395-73ad-4a27-8292-c8f4425682f4 HTTP/1.1" 401 293 0.000485 10.0.0.137 - - [2025-08-11 02:07:26] "GET /virtual-machine/1638f395-73ad-4a27-8292-c8f4425682f4 HTTP/1.1" 200 1294 0.023800 10.0.0.137 - - [2025-08-11 02:07:26] "GET /virtual-machine-interface/4477a880-773b-497c-9957-15b286b7574a HTTP/1.1" 200 2953 0.004986 10.0.0.137 - - [2025-08-11 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.137 - - [2025-08-11 02:07:26] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002779 10.0.0.137 - - [2025-08-11 02:07:26] "GET /virtual-networks?parent_id=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002772 10.0.0.137 - - [2025-08-11 02:07:26] "GET /virtual-network/21ac4d98-99bb-41e4-9062-c34f613b6976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006081 10.0.0.137 - - [2025-08-11 02:07:28] "POST /neutron/port HTTP/1.1" 200 1087 0.036104 10.0.0.137 - - [2025-08-11 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005078 10.0.0.137 - - [2025-08-11 02:07:29] "POST /neutron/port HTTP/1.1" 200 1087 0.012088 10.0.0.137 - - [2025-08-11 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005545 10.0.0.137 - - [2025-08-11 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.137 - - [2025-08-11 02:07:29] "GET /virtual-network/21ac4d98-99bb-41e4-9062-c34f613b6976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004889 10.0.0.137 - - [2025-08-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.137 - - [2025-08-11 02:07:31] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004057 10.0.0.137 - - [2025-08-11 02:07:31] "GET /virtual-networks?parent_id=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002914 10.0.0.137 - - [2025-08-11 02:07:32] "GET /virtual-network/21ac4d98-99bb-41e4-9062-c34f613b6976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007082 10.0.0.137 - - [2025-08-11 02:07:32] "POST /neutron/port HTTP/1.1" 200 1087 0.014194 10.0.0.137 - - [2025-08-11 02:07:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006452 10.0.0.137 - - [2025-08-11 02:07:32] "POST /neutron/port HTTP/1.1" 200 1087 0.012861 10.0.0.137 - - [2025-08-11 02:07:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006235 10.0.0.137 - - [2025-08-11 02:07:32] "POST /neutron/port HTTP/1.1" 200 1087 0.011742 10.0.0.137 - - [2025-08-11 02:07:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006662 10.0.0.137 - - [2025-08-11 02:07:32] "GET /virtual-machine/54bf265c-9ef2-438e-b7d4-4515d1172d4c HTTP/1.1" 200 1295 0.005015 10.0.0.137 - - [2025-08-11 02:07:32] "GET /virtual-machine-interface/74947547-e944-41e5-877a-1cef06f2033a HTTP/1.1" 200 2952 0.005113 10.0.0.137 - - [2025-08-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.137 - - [2025-08-11 02:07:32] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002919 10.0.0.137 - - [2025-08-11 02:07:32] "GET /virtual-networks?parent_id=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004131 10.0.0.137 - - [2025-08-11 02:07:32] "GET /virtual-network/21ac4d98-99bb-41e4-9062-c34f613b6976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008118 10.0.0.137 - - [2025-08-11 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.137 - - [2025-08-11 02:07:33] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003235 10.0.0.137 - - [2025-08-11 02:07:33] "GET /virtual-networks?parent_id=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003100 10.0.0.137 - - [2025-08-11 02:07:33] "GET /virtual-network/21ac4d98-99bb-41e4-9062-c34f613b6976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005446 10.0.0.137 - - [2025-08-11 02:07:38] "POST /neutron/network HTTP/1.1" 200 823 0.007507 10.0.0.137 - - [2025-08-11 02:07:38] "POST /neutron/network HTTP/1.1" 400 204 0.009120 10.0.0.137 - - [2025-08-11 02:07:39] "POST /neutron/port HTTP/1.1" 200 1087 0.015606 10.0.0.137 - - [2025-08-11 02:07:39] "POST /neutron/port HTTP/1.1" 200 1113 0.012882 10.0.0.137 - - [2025-08-11 02:07:39] "POST /neutron/port HTTP/1.1" 200 1087 0.013498 10.0.0.137 - - [2025-08-11 02:07:39] "POST /neutron/port HTTP/1.1" 200 1113 0.012757 10.0.0.137 - - [2025-08-11 02:07:39] "POST /neutron/port HTTP/1.1" 200 151 0.129388 10.0.0.137 - - [2025-08-11 02:07:39] "POST /neutron/port HTTP/1.1" 200 151 0.099146 10.0.0.137 - - [2025-08-11 02:07:40] "POST /neutron/network HTTP/1.1" 200 823 0.006562 10.0.0.137 - - [2025-08-11 02:07:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.137 - - [2025-08-11 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.137 - - [2025-08-11 02:07:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001953 10.0.0.137 - - [2025-08-11 02:07:40] "POST /neutron/network HTTP/1.1" 200 151 0.067487 10.0.0.137 - - [2025-08-11 02:07:40] "DELETE /route-target/a365bae9-b980-44df-bc11-848bcf4f9ef7 HTTP/1.1" 200 115 0.010916 10.0.0.137 - - [2025-08-11 02:07:41] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001154 10.0.0.137 - - [2025-08-11 02:07:41] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025816 10.0.0.137 - - [2025-08-11 02:07:41] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.137 - - [2025-08-11 02:07:41] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?fields=virtual_networks HTTP/1.1" 200 1037 0.072202 10.0.0.137 - - [2025-08-11 02:07:41] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001732 10.0.0.137 - - [2025-08-11 02:07:41] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.032392 10.0.0.137 - - [2025-08-11 02:07:41] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.137 - - [2025-08-11 02:07:41] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?fields=security_groups HTTP/1.1" 200 1265 0.027711 10.0.0.137 - - [2025-08-11 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.022395 10.0.0.137 - - [2025-08-11 02:07:42] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003325 10.0.0.137 - - [2025-08-11 02:07:42] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001551 10.0.0.137 - - [2025-08-11 02:07:42] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007852 10.0.0.137 - - [2025-08-11 02:07:42] "POST /id-to-fqname HTTP/1.1" 200 190 0.001426 10.0.0.137 - - [2025-08-11 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.002156 10.0.0.137 - - [2025-08-11 02:07:42] "POST /security-groups HTTP/1.1" 200 591 0.059434 10.0.0.137 - - [2025-08-11 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002575 10.0.0.137 - - [2025-08-11 02:07:42] "POST /projects HTTP/1.1" 200 585 0.211668 10.0.0.137 - - [2025-08-11 02:07:42] "POST /access-control-lists HTTP/1.1" 200 598 0.058561 10.0.0.137 - - [2025-08-11 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.279285 10.0.0.137 - - [2025-08-11 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 233 0.002827 10.0.0.137 - - [2025-08-11 02:07:42] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.403176 10.0.0.137 - - [2025-08-11 02:07:42] "POST /access-control-lists HTTP/1.1" 200 596 0.055881 10.0.0.137 - - [2025-08-11 02:07:43] "GET / HTTP/1.1" 200 36215 0.001964 10.0.0.137 - - [2025-08-11 02:07:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.137 - - [2025-08-11 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.052616 10.0.0.137 - - [2025-08-11 02:07:44] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.137 - - [2025-08-11 02:07:44] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024883 10.0.0.137 - - [2025-08-11 02:07:44] "POST /neutron/network HTTP/1.1" 200 117 0.031525 10.0.0.137 - - [2025-08-11 02:07:44] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001430 10.0.0.137 - - [2025-08-11 02:07:44] "POST /neutron/network HTTP/1.1" 200 625 0.071742 10.0.0.137 - - [2025-08-11 02:07:44] "POST /route-targets HTTP/1.1" 200 328 0.011350 10.0.0.137 - - [2025-08-11 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.010924 10.0.0.137 - - [2025-08-11 02:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004040 10.0.0.137 - - [2025-08-11 02:07:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.162480 10.0.0.137 - - [2025-08-11 02:07:45] "POST /neutron/network HTTP/1.1" 200 839 0.005798 10.0.0.137 - - [2025-08-11 02:07:45] "POST /id-to-fqname HTTP/1.1" 200 230 0.001108 10.0.0.137 - - [2025-08-11 02:07:45] "GET /virtual-network/7dd95171-ba82-4753-9ec9-d7264cb3e858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004884 10.0.0.137 - - [2025-08-11 02:07:45] "POST /neutron/network HTTP/1.1" 200 839 0.006362 10.0.0.137 - - [2025-08-11 02:07:45] "GET /virtual-network/7dd95171-ba82-4753-9ec9-d7264cb3e858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005207 10.0.0.137 - - [2025-08-11 02:07:45] "POST /neutron/network HTTP/1.1" 200 839 0.005940 10.0.0.137 - - [2025-08-11 02:07:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.008159 10.0.0.137 - - [2025-08-11 02:07:45] "POST /neutron/network HTTP/1.1" 200 839 0.006185 10.0.0.137 - - [2025-08-11 02:07:45] "POST /id-to-fqname HTTP/1.1" 200 230 0.001471 10.0.0.137 - - [2025-08-11 02:07:45] "POST /neutron/network HTTP/1.1" 200 849 0.009310 10.0.0.137 - - [2025-08-11 02:07:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000488 10.0.0.137 - - [2025-08-11 02:07:45] "GET / HTTP/1.1" 200 36215 0.001607 10.0.0.137 - - [2025-08-11 02:07:45] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000433 10.0.0.137 - - [2025-08-11 02:07:46] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001415 10.0.0.137 - - [2025-08-11 02:07:46] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056559 10.0.0.137 - - [2025-08-11 02:07:46] "POST /neutron/network HTTP/1.1" 200 839 0.005699 10.0.0.137 - - [2025-08-11 02:07:46] "POST /neutron/port HTTP/1.1" 200 117 0.005492 10.0.0.137 - - [2025-08-11 02:07:46] "POST /neutron/port HTTP/1.1" 200 117 0.005016 10.0.0.137 - - [2025-08-11 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.137 - - [2025-08-11 02:07:46] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002898 10.0.0.137 - - [2025-08-11 02:07:46] "PUT /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8 HTTP/1.1" 200 277 0.010085 10.0.0.137 - - [2025-08-11 02:07:46] "POST /neutron/port HTTP/1.1" 200 117 0.004697 10.0.0.137 - - [2025-08-11 02:07:46] "POST /neutron/network HTTP/1.1" 200 849 0.006596 10.0.0.137 - - [2025-08-11 02:07:46] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001387 10.0.0.137 - - [2025-08-11 02:07:46] "POST /neutron/port HTTP/1.1" 200 1055 0.204201 10.0.0.137 - - [2025-08-11 02:07:46] "POST /neutron/port HTTP/1.1" 200 1055 0.008830 10.0.0.137 - - [2025-08-11 02:07:46] "POST /neutron/port HTTP/1.1" 200 1055 0.008386 10.0.0.137 - - [2025-08-11 02:07:47] "POST /neutron/port HTTP/1.1" 200 1109 0.065779 10.0.0.137 - - [2025-08-11 02:07:47] "POST /neutron/port HTTP/1.1" 200 1083 0.011191 10.0.0.137 - - [2025-08-11 02:07:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003513 10.0.0.137 - - [2025-08-11 02:07:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.007407 10.0.0.137 - - [2025-08-11 02:07:47] "POST /neutron/port HTTP/1.1" 200 117 0.001361 10.0.0.137 - - [2025-08-11 02:07:47] "POST /neutron/network HTTP/1.1" 200 839 0.005463 10.0.0.137 - - [2025-08-11 02:07:50] "DELETE /project/9536ad94bcb94972bad8885fc6f6b01e HTTP/1.1" 404 173 0.016204 10.0.0.137 - - [2025-08-11 02:07:50] "DELETE /project/8d1887f856484cdb90a5a4296e4382e5 HTTP/1.1" 404 173 0.009285 10.0.0.137 - - [2025-08-11 02:07:50] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.137 - - [2025-08-11 02:07:50] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.137 - - [2025-08-11 02:07:50] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.040562 10.0.0.137 - - [2025-08-11 02:07:50] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.047756 10.0.0.137 - - [2025-08-11 02:07:50] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002268 10.0.0.137 - - [2025-08-11 02:07:50] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001448 10.0.0.137 - - [2025-08-11 02:07:50] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?fields=security_groups HTTP/1.1" 200 1367 0.051791 10.0.0.137 - - [2025-08-11 02:07:50] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?fields=security_groups HTTP/1.1" 200 1365 0.054659 10.0.0.137 - - [2025-08-11 02:07:50] "DELETE /security-group/5bb85863-fff9-4d86-9cb6-1fb3f4e3d44c HTTP/1.1" 200 115 0.056903 10.0.0.137 - - [2025-08-11 02:07:50] "GET /projects?obj_uuids=8d1887f8-5648-4cdb-90a5-a4296e4382e5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001288 10.0.0.137 - - [2025-08-11 02:07:50] "DELETE /security-group/e5a4fac2-9dae-4955-a703-e6baae08f0c2 HTTP/1.1" 200 115 0.068400 10.0.0.137 - - [2025-08-11 02:07:50] "DELETE /access-control-list/09c565f6-482d-4216-b473-d7ec06b63c8b HTTP/1.1" 200 115 0.049668 10.0.0.137 - - [2025-08-11 02:07:50] "GET /projects?obj_uuids=13ba7414-82ec-4273-8596-7281e15e87b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.137 - - [2025-08-11 02:07:50] "GET /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5?fields=application_policy_sets HTTP/1.1" 200 1406 0.045962 10.0.0.137 - - [2025-08-11 02:07:50] "DELETE /access-control-list/a7559c3b-e6a9-4380-9944-c704bd89fe41 HTTP/1.1" 200 115 0.033005 10.0.0.137 - - [2025-08-11 02:07:50] "GET /project/13ba7414-82ec-4273-8596-7281e15e87b4?fields=application_policy_sets HTTP/1.1" 200 1404 0.091131 10.0.0.137 - - [2025-08-11 02:07:50] "DELETE /access-control-list/5eda81a8-25bd-44ea-8633-368fa5e1b4d8 HTTP/1.1" 200 115 0.050501 10.0.0.137 - - [2025-08-11 02:07:50] "DELETE /access-control-list/e6934d94-c5f3-415b-b0f6-e45ad8342617 HTTP/1.1" 200 115 0.042032 10.0.0.137 - - [2025-08-11 02:07:50] "DELETE /project/8d1887f8-5648-4cdb-90a5-a4296e4382e5 HTTP/1.1" 200 115 0.458291 10.0.0.137 - - [2025-08-11 02:07:50] "DELETE /project/13ba7414-82ec-4273-8596-7281e15e87b4 HTTP/1.1" 200 115 0.497614 10.0.0.137 - - [2025-08-11 02:07:51] "POST /neutron/port HTTP/1.1" 200 1083 0.013320 10.0.0.137 - - [2025-08-11 02:07:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009279 10.0.0.137 - - [2025-08-11 02:07:51] "POST /neutron/port HTTP/1.1" 200 1083 0.012006 10.0.0.137 - - [2025-08-11 02:07:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010809 10.0.0.137 - - [2025-08-11 02:07:51] "POST /neutron/port HTTP/1.1" 200 1083 0.012358 10.0.0.137 - - [2025-08-11 02:07:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006908 10.0.0.137 - - [2025-08-11 02:07:51] "GET /virtual-machine/1d87d3b6-567f-4f67-8e69-d890236d8b0e HTTP/1.1" 401 293 0.000553 10.0.0.137 - - [2025-08-11 02:07:52] "GET /virtual-machine/1d87d3b6-567f-4f67-8e69-d890236d8b0e HTTP/1.1" 200 1294 0.029885 10.0.0.137 - - [2025-08-11 02:07:52] "GET /virtual-machine-interface/f289bb0a-dfd6-43bd-96d8-ae16c29204b6 HTTP/1.1" 200 2979 0.006641 10.0.0.137 - - [2025-08-11 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.137 - - [2025-08-11 02:07:52] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003300 10.0.0.137 - - [2025-08-11 02:07:52] "GET /virtual-networks?parent_id=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004405 10.0.0.137 - - [2025-08-11 02:07:52] "GET /virtual-network/7dd95171-ba82-4753-9ec9-d7264cb3e858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006353 10.0.0.137 - - [2025-08-11 02:07:55] "POST /neutron/port HTTP/1.1" 200 1083 0.012496 10.0.0.137 - - [2025-08-11 02:07:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006520 10.0.0.137 - - [2025-08-11 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.137 - - [2025-08-11 02:07:55] "GET /virtual-network/7dd95171-ba82-4753-9ec9-d7264cb3e858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005808 10.0.0.137 - - [2025-08-11 02:07:56] "GET /obj-perms HTTP/1.1" 200 5075 0.051293 10.0.0.137 - - [2025-08-11 02:07:56] "GET /obj-perms HTTP/1.1" 200 5075 0.048272 10.0.0.137 - - [2025-08-11 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.137 - - [2025-08-11 02:07:57] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003335 10.0.0.137 - - [2025-08-11 02:07:57] "GET /virtual-networks?parent_id=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003339 10.0.0.137 - - [2025-08-11 02:07:57] "GET /virtual-network/7dd95171-ba82-4753-9ec9-d7264cb3e858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006271 10.0.0.137 - - [2025-08-11 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.137 - - [2025-08-11 02:07:59] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.004111 10.0.0.137 - - [2025-08-11 02:07:59] "PUT /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8 HTTP/1.1" 200 277 0.008907 10.0.0.137 - - [2025-08-11 02:07:59] "POST /neutron/network HTTP/1.1" 200 839 0.006348 10.0.0.137 - - [2025-08-11 02:07:59] "POST /neutron/network HTTP/1.1" 400 204 0.012796 10.0.0.137 - - [2025-08-11 02:08:00] "POST /neutron/port HTTP/1.1" 200 1083 0.010953 10.0.0.137 - - [2025-08-11 02:08:00] "POST /neutron/port HTTP/1.1" 200 1109 0.007844 10.0.0.137 - - [2025-08-11 02:08:00] "POST /neutron/port HTTP/1.1" 200 151 0.094675 10.0.0.137 - - [2025-08-11 02:08:01] "POST /neutron/network HTTP/1.1" 200 839 0.005544 10.0.0.137 - - [2025-08-11 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.137 - - [2025-08-11 02:08:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002360 10.0.0.137 - - [2025-08-11 02:08:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003787 10.0.0.137 - - [2025-08-11 02:08:01] "POST /neutron/network HTTP/1.1" 200 151 0.093679 10.0.0.137 - - [2025-08-11 02:08:02] "DELETE /route-target/bd7cb3cb-ece4-4a8a-a1cd-174b54838a20 HTTP/1.1" 200 115 0.021633 10.0.0.137 - - [2025-08-11 02:08:02] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.003008 10.0.0.137 - - [2025-08-11 02:08:02] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8 HTTP/1.1" 200 1830 0.003716 10.0.0.137 - - [2025-08-11 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.137 - - [2025-08-11 02:08:02] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.137 - - [2025-08-11 02:08:02] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026090 10.0.0.137 - - [2025-08-11 02:08:02] "POST /neutron/network HTTP/1.1" 200 117 0.008611 10.0.0.137 - - [2025-08-11 02:08:02] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001673 10.0.0.137 - - [2025-08-11 02:08:02] "POST /neutron/network HTTP/1.1" 200 605 0.068177 10.0.0.137 - - [2025-08-11 02:08:02] "POST /route-targets HTTP/1.1" 200 328 0.013589 10.0.0.137 - - [2025-08-11 02:08:02] "POST /ref-update HTTP/1.1" 200 156 0.017172 10.0.0.137 - - [2025-08-11 02:08:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002466 10.0.0.137 - - [2025-08-11 02:08:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.222093 10.0.0.137 - - [2025-08-11 02:08:03] "POST /neutron/network HTTP/1.1" 200 826 0.005016 10.0.0.137 - - [2025-08-11 02:08:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001019 10.0.0.137 - - [2025-08-11 02:08:03] "GET /virtual-network/871dd0dc-af8b-404d-a4bf-e1babd3bf14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004064 10.0.0.137 - - [2025-08-11 02:08:03] "POST /neutron/network HTTP/1.1" 200 826 0.006441 10.0.0.137 - - [2025-08-11 02:08:03] "GET /virtual-network/871dd0dc-af8b-404d-a4bf-e1babd3bf14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005464 10.0.0.137 - - [2025-08-11 02:08:03] "POST /neutron/network HTTP/1.1" 200 826 0.005320 10.0.0.137 - - [2025-08-11 02:08:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.007028 10.0.0.137 - - [2025-08-11 02:08:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001339 10.0.0.137 - - [2025-08-11 02:08:03] "POST /neutron/network HTTP/1.1" 200 836 0.005444 10.0.0.137 - - [2025-08-11 02:08:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000491 10.0.0.137 - - [2025-08-11 02:08:03] "GET / HTTP/1.1" 200 36215 0.001781 10.0.0.137 - - [2025-08-11 02:08:03] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000411 10.0.0.137 - - [2025-08-11 02:08:04] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.137 - - [2025-08-11 02:08:04] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049175 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/network HTTP/1.1" 200 826 0.005156 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/port HTTP/1.1" 200 117 0.006420 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/port HTTP/1.1" 200 117 0.005865 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/port HTTP/1.1" 200 117 0.007338 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/network HTTP/1.1" 200 836 0.006427 10.0.0.137 - - [2025-08-11 02:08:04] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/port HTTP/1.1" 200 1062 0.245813 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/port HTTP/1.1" 200 1062 0.010665 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/port HTTP/1.1" 200 1062 0.008806 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/port HTTP/1.1" 200 1116 0.057065 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/port HTTP/1.1" 200 1090 0.011181 10.0.0.137 - - [2025-08-11 02:08:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003177 10.0.0.137 - - [2025-08-11 02:08:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.006510 10.0.0.137 - - [2025-08-11 02:08:05] "POST /neutron/port HTTP/1.1" 200 117 0.001346 10.0.0.137 - - [2025-08-11 02:08:05] "POST /neutron/network HTTP/1.1" 200 826 0.005541 10.0.0.137 - - [2025-08-11 02:08:09] "POST /neutron/port HTTP/1.1" 200 1090 0.010648 10.0.0.137 - - [2025-08-11 02:08:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005499 10.0.0.137 - - [2025-08-11 02:08:09] "POST /neutron/port HTTP/1.1" 200 1090 0.011467 10.0.0.137 - - [2025-08-11 02:08:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006034 10.0.0.137 - - [2025-08-11 02:08:09] "POST /neutron/port HTTP/1.1" 200 1090 0.010025 10.0.0.137 - - [2025-08-11 02:08:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005926 10.0.0.137 - - [2025-08-11 02:08:09] "GET /virtual-machine/2b994cac-c7e3-48e1-ab55-069afff1c25f HTTP/1.1" 200 1294 0.004811 10.0.0.137 - - [2025-08-11 02:08:09] "GET /virtual-machine-interface/6c012481-18c7-4a54-ba9b-880aed50123c HTTP/1.1" 200 2948 0.004838 10.0.0.137 - - [2025-08-11 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.137 - - [2025-08-11 02:08:09] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002554 10.0.0.137 - - [2025-08-11 02:08:09] "GET /virtual-networks?parent_id=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003471 10.0.0.137 - - [2025-08-11 02:08:09] "GET /virtual-network/871dd0dc-af8b-404d-a4bf-e1babd3bf14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005129 10.0.0.137 - - [2025-08-11 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.137 - - [2025-08-11 02:08:12] "GET /virtual-network/871dd0dc-af8b-404d-a4bf-e1babd3bf14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006349 10.0.0.137 - - [2025-08-11 02:08:13] "POST /neutron/port HTTP/1.1" 200 1090 0.010811 10.0.0.137 - - [2025-08-11 02:08:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004861 10.0.0.137 - - [2025-08-11 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.137 - - [2025-08-11 02:08:14] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002963 10.0.0.137 - - [2025-08-11 02:08:14] "GET /virtual-networks?parent_id=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002675 10.0.0.137 - - [2025-08-11 02:08:14] "GET /virtual-network/871dd0dc-af8b-404d-a4bf-e1babd3bf14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005506 10.0.0.137 - - [2025-08-11 02:08:16] "POST /neutron/network HTTP/1.1" 200 826 0.005728 10.0.0.137 - - [2025-08-11 02:08:16] "POST /neutron/network HTTP/1.1" 400 204 0.010744 10.0.0.137 - - [2025-08-11 02:08:17] "POST /neutron/port HTTP/1.1" 200 1090 0.010134 10.0.0.137 - - [2025-08-11 02:08:17] "POST /neutron/port HTTP/1.1" 200 1116 0.007493 10.0.0.137 - - [2025-08-11 02:08:17] "POST /neutron/port HTTP/1.1" 200 151 0.084669 10.0.0.137 - - [2025-08-11 02:08:18] "POST /neutron/network HTTP/1.1" 200 826 0.005998 10.0.0.137 - - [2025-08-11 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005607 10.0.0.137 - - [2025-08-11 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003654 10.0.0.137 - - [2025-08-11 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002276 10.0.0.137 - - [2025-08-11 02:08:18] "POST /neutron/network HTTP/1.1" 200 151 0.077680 10.0.0.137 - - [2025-08-11 02:08:18] "DELETE /route-target/dbc3adc7-d87f-4b44-b2f6-ac9b52f67ea6 HTTP/1.1" 200 115 0.021540 10.0.0.137 - - [2025-08-11 02:08:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002726 10.0.0.137 - - [2025-08-11 02:08:19] "POST /network-ipams HTTP/1.1" 200 543 0.014137 10.0.0.137 - - [2025-08-11 02:08:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003352 10.0.0.137 - - [2025-08-11 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.137 - - [2025-08-11 02:08:19] "GET /network-ipam/555c5173-d4b6-4fa4-b3c6-2e490e2c67e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.005147 10.0.0.137 - - [2025-08-11 02:08:19] "PUT /network-ipam/555c5173-d4b6-4fa4-b3c6-2e490e2c67e4 HTTP/1.1" 200 259 0.009391 10.0.0.137 - - [2025-08-11 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.137 - - [2025-08-11 02:08:19] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.137 - - [2025-08-11 02:08:19] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.030407 10.0.0.137 - - [2025-08-11 02:08:19] "POST /neutron/network HTTP/1.1" 200 117 0.008900 10.0.0.137 - - [2025-08-11 02:08:19] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.137 - - [2025-08-11 02:08:19] "POST /neutron/network HTTP/1.1" 200 605 0.083836 10.0.0.137 - - [2025-08-11 02:08:20] "POST /route-targets HTTP/1.1" 200 328 0.010463 10.0.0.137 - - [2025-08-11 02:08:20] "POST /ref-update HTTP/1.1" 200 156 0.011191 10.0.0.137 - - [2025-08-11 02:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002661 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.210649 10.0.0.137 - - [2025-08-11 02:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003996 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.121039 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/network HTTP/1.1" 200 994 0.008274 10.0.0.137 - - [2025-08-11 02:08:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001783 10.0.0.137 - - [2025-08-11 02:08:20] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005576 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/network HTTP/1.1" 200 994 0.006433 10.0.0.137 - - [2025-08-11 02:08:20] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004422 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/network HTTP/1.1" 200 994 0.006337 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.006010 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.005507 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/network HTTP/1.1" 200 994 0.006234 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.005751 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.005375 10.0.0.137 - - [2025-08-11 02:08:20] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001275 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/port HTTP/1.1" 200 1017 0.144315 10.0.0.137 - - [2025-08-11 02:08:20] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.137 - - [2025-08-11 02:08:20] "POST /neutron/port HTTP/1.1" 200 1017 0.154283 10.0.0.137 - - [2025-08-11 02:08:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001170 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007178 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.006670 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 994 0.005764 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.006056 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.005101 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.006356 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.004506 10.0.0.137 - - [2025-08-11 02:08:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001334 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.004980 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.006995 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.006610 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 994 0.005761 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.006561 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.006992 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.005559 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.004312 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.006658 10.0.0.137 - - [2025-08-11 02:08:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001204 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 1004 0.005581 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007390 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.006999 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.011461 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1109 0.079784 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1083 0.010011 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 1004 0.005622 10.0.0.137 - - [2025-08-11 02:08:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000355 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005932 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/subnet HTTP/1.1" 200 673 0.012351 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/network HTTP/1.1" 200 994 0.014537 10.0.0.137 - - [2025-08-11 02:08:21] "POST /neutron/port HTTP/1.1" 200 1017 0.009993 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/network HTTP/1.1" 200 1004 0.009883 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/port HTTP/1.1" 200 1017 0.009978 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/port HTTP/1.1" 200 1017 0.006697 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/port HTTP/1.1" 200 1109 0.068793 10.0.0.137 - - [2025-08-11 02:08:22] "GET / HTTP/1.1" 200 36215 0.001617 10.0.0.137 - - [2025-08-11 02:08:22] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000360 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/port HTTP/1.1" 200 1083 0.011349 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003103 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.008935 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.002321 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/network HTTP/1.1" 200 994 0.007535 10.0.0.137 - - [2025-08-11 02:08:22] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.137 - - [2025-08-11 02:08:22] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061839 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/network HTTP/1.1" 200 994 0.017111 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/port HTTP/1.1" 200 2050 0.019334 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008991 10.0.0.137 - - [2025-08-11 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.005842 10.0.0.137 - - [2025-08-11 02:08:22] "GET /domains HTTP/1.1" 200 281 0.003485 10.0.0.137 - - [2025-08-11 02:08:22] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.137 - - [2025-08-11 02:08:22] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2582 0.008647 10.0.0.137 - - [2025-08-11 02:08:22] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.137 - - [2025-08-11 02:08:22] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e HTTP/1.1" 200 2852 0.076432 10.0.0.137 - - [2025-08-11 02:08:22] "GET /network-ipam/555c5173-d4b6-4fa4-b3c6-2e490e2c67e4 HTTP/1.1" 200 2604 0.012549 10.0.0.137 - - [2025-08-11 02:08:22] "GET /domains HTTP/1.1" 200 281 0.003221 10.0.0.137 - - [2025-08-11 02:08:22] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.137 - - [2025-08-11 02:08:22] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2582 0.008854 10.0.0.137 - - [2025-08-11 02:08:22] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001232 10.0.0.137 - - [2025-08-11 02:08:23] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e HTTP/1.1" 200 2852 0.093411 10.0.0.137 - - [2025-08-11 02:08:23] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a HTTP/1.1" 200 3788 0.011028 10.0.0.137 - - [2025-08-11 02:08:23] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a HTTP/1.1" 200 3788 0.007180 10.0.0.137 - - [2025-08-11 02:08:23] "GET /routing-instance/8cd5fee3-8a6f-4f70-93a2-2dd79908d3ae HTTP/1.1" 200 2386 0.004061 10.0.0.137 - - [2025-08-11 02:08:23] "GET /routing-instance/8cd5fee3-8a6f-4f70-93a2-2dd79908d3ae HTTP/1.1" 200 2386 0.003514 10.0.0.137 - - [2025-08-11 02:08:23] "GET /route-target/81561970-b7b4-4953-9935-8023b11f0856 HTTP/1.1" 200 1206 0.003396 10.0.0.137 - - [2025-08-11 02:08:23] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a HTTP/1.1" 200 3788 0.004849 10.0.0.137 - - [2025-08-11 02:08:23] "GET /routing-instance/8cd5fee3-8a6f-4f70-93a2-2dd79908d3ae HTTP/1.1" 200 2386 0.004409 10.0.0.137 - - [2025-08-11 02:08:23] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.008422 10.0.0.137 - - [2025-08-11 02:08:23] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a HTTP/1.1" 200 3788 0.011550 10.0.0.137 - - [2025-08-11 02:08:23] "GET /routing-instance/8cd5fee3-8a6f-4f70-93a2-2dd79908d3ae HTTP/1.1" 200 2386 0.004442 10.0.0.137 - - [2025-08-11 02:08:23] "GET /routing-instance/8cd5fee3-8a6f-4f70-93a2-2dd79908d3ae HTTP/1.1" 200 2386 0.003558 10.0.0.137 - - [2025-08-11 02:08:23] "GET /route-target/81561970-b7b4-4953-9935-8023b11f0856 HTTP/1.1" 200 1206 0.004754 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/network HTTP/1.1" 200 1004 0.011975 10.0.0.137 - - [2025-08-11 02:08:23] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.137 - - [2025-08-11 02:08:23] "GET /domains HTTP/1.1" 200 281 0.010018 10.0.0.137 - - [2025-08-11 02:08:23] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001925 10.0.0.137 - - [2025-08-11 02:08:23] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2582 0.064491 10.0.0.137 - - [2025-08-11 02:08:23] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001792 10.0.0.137 - - [2025-08-11 02:08:23] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e HTTP/1.1" 200 3097 0.146956 10.0.0.137 - - [2025-08-11 02:08:23] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a HTTP/1.1" 200 4047 0.017403 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1055 0.323205 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1055 0.009246 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1055 0.012048 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1109 0.072351 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1083 0.015158 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003742 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.009700 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 117 0.001573 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/network HTTP/1.1" 200 994 0.008331 10.0.0.137 - - [2025-08-11 02:08:23] "GET /obj-perms HTTP/1.1" 200 5049 0.046974 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1083 0.009568 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004635 10.0.0.137 - - [2025-08-11 02:08:23] "POST /neutron/port HTTP/1.1" 200 1083 0.012462 10.0.0.137 - - [2025-08-11 02:08:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005647 10.0.0.137 - - [2025-08-11 02:08:24] "POST /neutron/port HTTP/1.1" 200 1083 0.012924 10.0.0.137 - - [2025-08-11 02:08:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005790 10.0.0.137 - - [2025-08-11 02:08:24] "GET /virtual-machine/bba99f77-eeb0-4926-be0e-7e5444d4afac HTTP/1.1" 200 1291 0.004315 10.0.0.137 - - [2025-08-11 02:08:24] "GET /virtual-machine-interface/04c262f4-fe37-4bb8-881f-3e49e108afb0 HTTP/1.1" 200 2946 0.004942 10.0.0.137 - - [2025-08-11 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.137 - - [2025-08-11 02:08:24] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002983 10.0.0.137 - - [2025-08-11 02:08:24] "GET /virtual-networks?parent_id=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005687 10.0.0.137 - - [2025-08-11 02:08:24] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005124 10.0.0.137 - - [2025-08-11 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.137 - - [2025-08-11 02:08:27] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005211 10.0.0.137 - - [2025-08-11 02:08:30] "POST /neutron/port HTTP/1.1" 200 1083 0.013988 10.0.0.137 - - [2025-08-11 02:08:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005230 10.0.0.137 - - [2025-08-11 02:08:30] "POST /neutron/port HTTP/1.1" 200 1083 0.011848 10.0.0.137 - - [2025-08-11 02:08:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004225 10.0.0.137 - - [2025-08-11 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.137 - - [2025-08-11 02:08:31] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004414 10.0.0.137 - - [2025-08-11 02:08:31] "POST /neutron/port HTTP/1.1" 200 1083 0.011545 10.0.0.137 - - [2025-08-11 02:08:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004619 10.0.0.137 - - [2025-08-11 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.137 - - [2025-08-11 02:08:33] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002724 10.0.0.137 - - [2025-08-11 02:08:33] "GET /virtual-networks?parent_id=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004457 10.0.0.137 - - [2025-08-11 02:08:33] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005133 10.0.0.137 - - [2025-08-11 02:08:33] "POST /neutron/port HTTP/1.1" 200 1083 0.010056 10.0.0.137 - - [2025-08-11 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008311 10.0.0.137 - - [2025-08-11 02:08:34] "POST /neutron/port HTTP/1.1" 200 1083 0.017186 10.0.0.137 - - [2025-08-11 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006541 10.0.0.137 - - [2025-08-11 02:08:34] "POST /neutron/port HTTP/1.1" 200 1083 0.011111 10.0.0.137 - - [2025-08-11 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008208 10.0.0.137 - - [2025-08-11 02:08:34] "GET /virtual-machine/7fd0926b-953e-4448-bfff-e305cc0cfd2b HTTP/1.1" 200 1290 0.004213 10.0.0.137 - - [2025-08-11 02:08:34] "GET /virtual-machine-interface/18b4e649-83ff-48d7-82b8-c344e10d7785 HTTP/1.1" 200 2947 0.004394 10.0.0.137 - - [2025-08-11 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.137 - - [2025-08-11 02:08:34] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003053 10.0.0.137 - - [2025-08-11 02:08:34] "GET /virtual-networks?parent_id=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002970 10.0.0.137 - - [2025-08-11 02:08:34] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005899 10.0.0.137 - - [2025-08-11 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.137 - - [2025-08-11 02:08:35] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003478 10.0.0.137 - - [2025-08-11 02:08:35] "GET /virtual-networks?parent_id=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002731 10.0.0.137 - - [2025-08-11 02:08:35] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005175 10.0.0.137 - - [2025-08-11 02:08:35] "POST /neutron/port HTTP/1.1" 200 1083 0.010509 10.0.0.137 - - [2025-08-11 02:08:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006398 10.0.0.137 - - [2025-08-11 02:08:35] "POST /neutron/port HTTP/1.1" 200 1083 0.011046 10.0.0.137 - - [2025-08-11 02:08:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007077 10.0.0.137 - - [2025-08-11 02:08:35] "POST /neutron/port HTTP/1.1" 200 1083 0.010445 10.0.0.137 - - [2025-08-11 02:08:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005611 10.0.0.137 - - [2025-08-11 02:08:35] "GET /virtual-machine/66cfcf20-09bb-47f0-a6dd-30d97a129f65 HTTP/1.1" 200 1294 0.004715 10.0.0.137 - - [2025-08-11 02:08:35] "GET /virtual-machine-interface/acca5d16-6a20-440d-b31f-94936e5c4e00 HTTP/1.1" 200 2949 0.004841 10.0.0.137 - - [2025-08-11 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.137 - - [2025-08-11 02:08:35] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003346 10.0.0.137 - - [2025-08-11 02:08:36] "GET /virtual-networks?parent_id=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003239 10.0.0.137 - - [2025-08-11 02:08:36] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006847 10.0.0.137 - - [2025-08-11 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.137 - - [2025-08-11 02:08:37] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003886 10.0.0.137 - - [2025-08-11 02:08:37] "GET /virtual-networks?parent_id=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002880 10.0.0.137 - - [2025-08-11 02:08:37] "GET /virtual-network/61fccedc-2d84-4fb6-a868-9fe043e22c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005556 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/port HTTP/1.1" 200 1109 0.012154 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/port HTTP/1.1" 200 1109 0.008885 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/port HTTP/1.1" 200 151 0.093315 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/port HTTP/1.1" 200 1109 0.008830 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/port HTTP/1.1" 200 1109 0.011567 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/port HTTP/1.1" 200 151 0.118412 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/network HTTP/1.1" 200 994 0.006951 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/network HTTP/1.1" 400 204 0.012765 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/port HTTP/1.1" 200 1083 0.009256 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/port HTTP/1.1" 200 1109 0.007813 10.0.0.137 - - [2025-08-11 02:08:53] "POST /neutron/port HTTP/1.1" 200 151 0.087374 10.0.0.137 - - [2025-08-11 02:08:55] "POST /neutron/network HTTP/1.1" 200 994 0.007383 10.0.0.137 - - [2025-08-11 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.137 - - [2025-08-11 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002027 10.0.0.137 - - [2025-08-11 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003836 10.0.0.137 - - [2025-08-11 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001933 10.0.0.137 - - [2025-08-11 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001678 10.0.0.137 - - [2025-08-11 02:08:55] "POST /neutron/network HTTP/1.1" 200 151 0.103543 10.0.0.137 - - [2025-08-11 02:08:55] "DELETE /route-target/81561970-b7b4-4953-9935-8023b11f0856 HTTP/1.1" 200 115 0.026325 10.0.0.137 - - [2025-08-11 02:08:55] "GET /routing-instance/8cd5fee3-8a6f-4f70-93a2-2dd79908d3ae HTTP/1.1" 404 171 0.002359 10.0.0.137 - - [2025-08-11 02:08:55] "GET /domains HTTP/1.1" 200 281 0.002292 10.0.0.137 - - [2025-08-11 02:08:55] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.137 - - [2025-08-11 02:08:55] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2582 0.050627 10.0.0.137 - - [2025-08-11 02:08:55] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.137 - - [2025-08-11 02:08:55] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e HTTP/1.1" 200 2092 0.069234 10.0.0.137 - - [2025-08-11 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.137 - - [2025-08-11 02:08:55] "DELETE /network-ipam/555c5173-d4b6-4fa4-b3c6-2e490e2c67e4 HTTP/1.1" 200 115 0.027237 10.0.0.137 - - [2025-08-11 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.003189 10.0.0.137 - - [2025-08-11 02:08:56] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.137 - - [2025-08-11 02:08:56] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.031247 10.0.0.137 - - [2025-08-11 02:08:56] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001415 10.0.0.137 - - [2025-08-11 02:08:56] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?fields=virtual_networks HTTP/1.1" 200 1035 0.065418 10.0.0.137 - - [2025-08-11 02:08:56] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.137 - - [2025-08-11 02:08:56] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.035488 10.0.0.137 - - [2025-08-11 02:08:56] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.137 - - [2025-08-11 02:08:56] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?fields=security_groups HTTP/1.1" 200 1262 0.025187 10.0.0.137 - - [2025-08-11 02:08:57] "GET /obj-perms HTTP/1.1" 200 5075 0.046074 10.0.0.137 - - [2025-08-11 02:08:57] "GET /obj-perms HTTP/1.1" 200 5075 0.132449 10.0.0.137 - - [2025-08-11 02:08:58] "POST /neutron/port HTTP/1.1" 200 117 0.004957 10.0.0.137 - - [2025-08-11 02:08:58] "POST /neutron/port HTTP/1.1" 400 205 0.003229 10.0.0.137 - - [2025-08-11 02:08:58] "POST /neutron/port HTTP/1.1" 200 117 0.004883 10.0.0.137 - - [2025-08-11 02:08:58] "POST /neutron/port HTTP/1.1" 400 205 0.003229 10.0.0.137 - - [2025-08-11 02:09:04] "GET / HTTP/1.1" 200 36215 0.001928 10.0.0.137 - - [2025-08-11 02:09:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.137 - - [2025-08-11 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.057658 10.0.0.137 - - [2025-08-11 02:09:05] "GET /projects?obj_uuids=2cab44b4-4e6e-4091-acd4-06bc9b2580d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002341 10.0.0.137 - - [2025-08-11 02:09:05] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.137 - - [2025-08-11 02:09:05] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007266 10.0.0.137 - - [2025-08-11 02:09:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001424 10.0.0.137 - - [2025-08-11 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.003590 10.0.0.137 - - [2025-08-11 02:09:05] "POST /security-groups HTTP/1.1" 200 586 0.063549 10.0.0.137 - - [2025-08-11 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002396 10.0.0.137 - - [2025-08-11 02:09:05] "POST /projects HTTP/1.1" 200 575 0.204157 10.0.0.137 - - [2025-08-11 02:09:05] "POST /access-control-lists HTTP/1.1" 200 593 0.056044 10.0.0.137 - - [2025-08-11 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.276436 10.0.0.137 - - [2025-08-11 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002625 10.0.0.137 - - [2025-08-11 02:09:05] "GET /project/2cab44b4-4e6e-4091-acd4-06bc9b2580d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.405762 10.0.0.137 - - [2025-08-11 02:09:06] "POST /access-control-lists HTTP/1.1" 200 591 0.059839 10.0.0.137 - - [2025-08-11 02:09:06] "GET / HTTP/1.1" 200 36215 0.001839 10.0.0.137 - - [2025-08-11 02:09:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000779 10.0.0.137 - - [2025-08-11 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.027610 10.0.0.137 - - [2025-08-11 02:09:09] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003968 10.0.0.137 - - [2025-08-11 02:09:09] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003967 10.0.0.137 - - [2025-08-11 02:09:09] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003888 10.0.0.137 - - [2025-08-11 02:09:09] "PUT /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7 HTTP/1.1" 200 265 0.008876 10.0.0.137 - - [2025-08-11 02:09:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000664 10.0.0.137 - - [2025-08-11 02:09:09] "GET /aaa-mode HTTP/1.1" 200 128 0.023143 10.0.0.137 - - [2025-08-11 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.021785 10.0.0.137 - - [2025-08-11 02:09:10] "GET /projects?obj_uuids=c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003370 10.0.0.137 - - [2025-08-11 02:09:10] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.137 - - [2025-08-11 02:09:10] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007740 10.0.0.137 - - [2025-08-11 02:09:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.001223 10.0.0.137 - - [2025-08-11 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.002513 10.0.0.137 - - [2025-08-11 02:09:10] "POST /security-groups HTTP/1.1" 200 586 0.071141 10.0.0.137 - - [2025-08-11 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003690 10.0.0.137 - - [2025-08-11 02:09:10] "POST /projects HTTP/1.1" 200 575 0.225699 10.0.0.137 - - [2025-08-11 02:09:10] "POST /access-control-lists HTTP/1.1" 200 593 0.064714 10.0.0.137 - - [2025-08-11 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.298156 10.0.0.137 - - [2025-08-11 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.003092 10.0.0.137 - - [2025-08-11 02:09:10] "GET /project/c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.421456 10.0.0.137 - - [2025-08-11 02:09:10] "POST /access-control-lists HTTP/1.1" 200 591 0.056104 10.0.0.137 - - [2025-08-11 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.023288 10.0.0.137 - - [2025-08-11 02:09:11] "GET /projects?obj_uuids=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002859 10.0.0.137 - - [2025-08-11 02:09:11] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.137 - - [2025-08-11 02:09:11] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007010 10.0.0.137 - - [2025-08-11 02:09:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.002413 10.0.0.137 - - [2025-08-11 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.002614 10.0.0.137 - - [2025-08-11 02:09:11] "POST /security-groups HTTP/1.1" 200 586 0.063954 10.0.0.137 - - [2025-08-11 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.005350 10.0.0.137 - - [2025-08-11 02:09:11] "POST /projects HTTP/1.1" 200 575 0.249944 10.0.0.137 - - [2025-08-11 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.324538 10.0.0.137 - - [2025-08-11 02:09:11] "POST /access-control-lists HTTP/1.1" 200 593 0.067383 10.0.0.137 - - [2025-08-11 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.002728 10.0.0.137 - - [2025-08-11 02:09:11] "GET /project/72daa84f-080a-43d9-9824-7a80b702c244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.443935 10.0.0.137 - - [2025-08-11 02:09:11] "POST /access-control-lists HTTP/1.1" 200 591 0.059989 10.0.0.137 - - [2025-08-11 02:09:12] "GET / HTTP/1.1" 200 36215 0.002156 10.0.0.137 - - [2025-08-11 02:09:12] "GET / HTTP/1.1" 200 36215 0.001611 10.0.0.137 - - [2025-08-11 02:09:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.002691 10.0.0.137 - - [2025-08-11 02:09:13] "POST /api-access-lists HTTP/1.1" 200 523 0.012184 10.0.0.137 - - [2025-08-11 02:09:13] "GET /api-access-list/d903591d-43c2-4c7b-93c8-ea2802278555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.004260 10.0.0.137 - - [2025-08-11 02:09:13] "GET /api-access-list/d903591d-43c2-4c7b-93c8-ea2802278555 HTTP/1.1" 401 293 0.000455 10.0.0.137 - - [2025-08-11 02:09:13] "GET /api-access-list/d903591d-43c2-4c7b-93c8-ea2802278555 HTTP/1.1" 200 1268 0.045785 10.0.0.137 - - [2025-08-11 02:09:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.137 - - [2025-08-11 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.088190 10.0.0.137 - - [2025-08-11 02:09:14] "GET /projects?obj_uuids=c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199 10.0.0.137 - - [2025-08-11 02:09:14] "GET /project/c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.036263 10.0.0.137 - - [2025-08-11 02:09:14] "GET /virtual-networks?parent_id=c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010247 10.0.0.137 - - [2025-08-11 02:09:14] "POST /virtual-networks HTTP/1.1" 200 570 0.079346 10.0.0.137 - - [2025-08-11 02:09:14] "POST /route-targets HTTP/1.1" 200 328 0.011392 10.0.0.137 - - [2025-08-11 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.014626 10.0.0.137 - - [2025-08-11 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.018334 10.0.0.137 - - [2025-08-11 02:09:14] "GET /network-ipam/1119b101-fb40-4e90-a209-11f231aa09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.010347 10.0.0.137 - - [2025-08-11 02:09:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003964 10.0.0.137 - - [2025-08-11 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.051771 10.0.0.137 - - [2025-08-11 02:09:14] "POST /neutron/network HTTP/1.1" 200 831 0.045202 10.0.0.137 - - [2025-08-11 02:09:14] "POST /neutron/network HTTP/1.1" 200 831 0.018054 10.0.0.137 - - [2025-08-11 02:09:14] "GET /virtual-network/caa5b732-90a9-41e8-8424-f6475692da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.013409 10.0.0.137 - - [2025-08-11 02:09:14] "POST /neutron/network HTTP/1.1" 200 831 0.019053 10.0.0.137 - - [2025-08-11 02:09:14] "POST /neutron/subnet HTTP/1.1" 200 673 0.023786 10.0.0.137 - - [2025-08-11 02:09:14] "GET /virtual-network/caa5b732-90a9-41e8-8424-f6475692da5d HTTP/1.1" 401 293 0.000424 10.0.0.137 - - [2025-08-11 02:09:15] "GET /virtual-network/caa5b732-90a9-41e8-8424-f6475692da5d HTTP/1.1" 200 2268 0.034439 10.0.0.137 - - [2025-08-11 02:09:15] "GET /virtual-network/caa5b732-90a9-41e8-8424-f6475692da5d HTTP/1.1" 401 293 0.000429 10.0.0.137 - - [2025-08-11 02:09:15] "GET /virtual-network/caa5b732-90a9-41e8-8424-f6475692da5d HTTP/1.1" 200 2007 0.036013 10.0.0.137 - - [2025-08-11 02:09:15] "POST /id-to-fqname HTTP/1.1" 401 293 0.000440 10.0.0.137 - - [2025-08-11 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 230 0.029969 10.0.0.137 - - [2025-08-11 02:09:16] "POST /neutron/network HTTP/1.1" 200 841 0.039345 10.0.0.137 - - [2025-08-11 02:09:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000456 10.0.0.137 - - [2025-08-11 02:09:16] "GET / HTTP/1.1" 200 36215 0.001808 10.0.0.137 - - [2025-08-11 02:09:16] "GET /project/72daa84f-080a-43d9-9824-7a80b702c244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000421 10.0.0.137 - - [2025-08-11 02:09:16] "GET /projects?obj_uuids=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.137 - - [2025-08-11 02:09:16] "GET /project/72daa84f-080a-43d9-9824-7a80b702c244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041833 10.0.0.137 - - [2025-08-11 02:09:16] "POST /neutron/network HTTP/1.1" 200 831 0.005376 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/port HTTP/1.1" 200 117 0.030711 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/port HTTP/1.1" 200 117 0.004989 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/port HTTP/1.1" 200 117 0.005349 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/network HTTP/1.1" 200 841 0.019755 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/network HTTP/1.1" 200 831 0.019342 10.0.0.137 - - [2025-08-11 02:09:17] "GET /projects?obj_uuids=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001182 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/port HTTP/1.1" 200 1055 0.324622 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/port HTTP/1.1" 200 1055 0.010947 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/port HTTP/1.1" 200 1055 0.008584 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/port HTTP/1.1" 200 1109 0.050957 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/port HTTP/1.1" 200 1083 0.010687 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003089 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/subnet HTTP/1.1" 200 647 0.006362 10.0.0.137 - - [2025-08-11 02:09:17] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.137 - - [2025-08-11 02:09:18] "POST /neutron/network HTTP/1.1" 200 831 0.004901 10.0.0.137 - - [2025-08-11 02:09:22] "POST /neutron/port HTTP/1.1" 200 1083 0.013176 10.0.0.137 - - [2025-08-11 02:09:22] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005388 10.0.0.137 - - [2025-08-11 02:09:22] "POST /neutron/port HTTP/1.1" 200 1083 0.009694 10.0.0.137 - - [2025-08-11 02:09:22] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004877 10.0.0.137 - - [2025-08-11 02:09:22] "POST /neutron/port HTTP/1.1" 200 1083 0.009689 10.0.0.137 - - [2025-08-11 02:09:22] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004772 10.0.0.137 - - [2025-08-11 02:09:22] "POST /neutron/port HTTP/1.1" 200 1083 0.014758 10.0.0.137 - - [2025-08-11 02:09:22] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005365 10.0.0.137 - - [2025-08-11 02:09:22] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03 HTTP/1.1" 200 1290 0.010702 10.0.0.137 - - [2025-08-11 02:09:22] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03 HTTP/1.1" 200 1290 0.009257 10.0.0.137 - - [2025-08-11 02:09:22] "GET /virtual-machine-interface/d7b1b560-6a71-411c-9e7a-ad0e2ece38be HTTP/1.1" 200 2537 0.012971 10.0.0.137 - - [2025-08-11 02:09:22] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03 HTTP/1.1" 200 1290 0.008894 10.0.0.137 - - [2025-08-11 02:09:22] "GET /virtual-machine-interface/d7b1b560-6a71-411c-9e7a-ad0e2ece38be HTTP/1.1" 200 2537 0.012799 10.0.0.137 - - [2025-08-11 02:09:22] "GET /instance-ip/89ee839d-949e-4967-84da-25fd46f3d9a3 HTTP/1.1" 200 1627 0.010830 10.0.0.137 - - [2025-08-11 02:09:22] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03 HTTP/1.1" 200 1290 0.010755 10.0.0.137 - - [2025-08-11 02:09:22] "GET /virtual-machine-interface/d7b1b560-6a71-411c-9e7a-ad0e2ece38be HTTP/1.1" 200 2537 0.013350 10.0.0.137 - - [2025-08-11 02:09:22] "GET /instance-ip/89ee839d-949e-4967-84da-25fd46f3d9a3 HTTP/1.1" 200 1627 0.010833 10.0.0.137 - - [2025-08-11 02:09:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.009889 10.0.0.137 - - [2025-08-11 02:09:22] "GET / HTTP/1.1" 200 36215 0.001966 10.0.0.137 - - [2025-08-11 02:09:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000482 10.0.0.137 - - [2025-08-11 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.027823 10.0.0.137 - - [2025-08-11 02:09:23] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003054 10.0.0.137 - - [2025-08-11 02:09:23] "GET /virtual-networks?parent_id=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010932 10.0.0.137 - - [2025-08-11 02:09:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.010646 10.0.0.137 - - [2025-08-11 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009129 10.0.0.137 - - [2025-08-11 02:09:23] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002869 10.0.0.137 - - [2025-08-11 02:09:23] "GET /virtual-networks?parent_id=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009961 10.0.0.137 - - [2025-08-11 02:09:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.009422 10.0.0.137 - - [2025-08-11 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.137 - - [2025-08-11 02:09:23] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003000 10.0.0.137 - - [2025-08-11 02:09:23] "GET /virtual-networks?parent_id=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011489 10.0.0.137 - - [2025-08-11 02:09:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.008708 10.0.0.137 - - [2025-08-11 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.137 - - [2025-08-11 02:09:23] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002810 10.0.0.137 - - [2025-08-11 02:09:23] "GET /virtual-networks?parent_id=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009450 10.0.0.137 - - [2025-08-11 02:09:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.010896 10.0.0.137 - - [2025-08-11 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.137 - - [2025-08-11 02:09:23] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003304 10.0.0.137 - - [2025-08-11 02:09:23] "GET /virtual-networks?parent_id=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009683 10.0.0.137 - - [2025-08-11 02:09:25] "POST /neutron/port HTTP/1.1" 200 1083 0.011690 10.0.0.137 - - [2025-08-11 02:09:25] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004243 10.0.0.137 - - [2025-08-11 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010239 10.0.0.137 - - [2025-08-11 02:09:26] "GET /virtual-network/caa5b732-90a9-41e8-8424-f6475692da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.011971 10.0.0.137 - - [2025-08-11 02:09:28] "POST /fqname-to-id HTTP/1.1" 403 339 0.009372 10.0.0.137 - - [2025-08-11 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001775 10.0.0.137 - - [2025-08-11 02:09:28] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002158 10.0.0.137 - - [2025-08-11 02:09:29] "GET /virtual-networks?parent_id=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.007939 10.0.0.137 - - [2025-08-11 02:09:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.009191 10.0.0.137 - - [2025-08-11 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001792 10.0.0.137 - - [2025-08-11 02:09:29] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002245 10.0.0.137 - - [2025-08-11 02:09:29] "GET /virtual-networks?parent_id=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008201 10.0.0.137 - - [2025-08-11 02:09:29] "POST /fqname-to-id HTTP/1.1" 403 361 0.008117 10.0.0.137 - - [2025-08-11 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.137 - - [2025-08-11 02:09:29] "GET /routing-instance/50067420-6ac2-4372-8496-45e5ce9ca69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.002852 10.0.0.137 - - [2025-08-11 02:09:29] "GET /route-target/42844be1-43c7-40a6-b712-afd5bbab2b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007538 10.0.0.137 - - [2025-08-11 02:09:29] "GET /route-target/42844be1-43c7-40a6-b712-afd5bbab2b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002369 10.0.0.137 - - [2025-08-11 02:09:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.008333 10.0.0.137 - - [2025-08-11 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001656 10.0.0.137 - - [2025-08-11 02:09:29] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002933 10.0.0.137 - - [2025-08-11 02:09:29] "GET /virtual-networks?parent_id=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009638 10.0.0.137 - - [2025-08-11 02:09:29] "POST /fqname-to-id HTTP/1.1" 403 361 0.022082 10.0.0.137 - - [2025-08-11 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.137 - - [2025-08-11 02:09:29] "GET /routing-instance/50067420-6ac2-4372-8496-45e5ce9ca69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.002919 10.0.0.137 - - [2025-08-11 02:09:29] "GET /route-target/42844be1-43c7-40a6-b712-afd5bbab2b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008296 10.0.0.137 - - [2025-08-11 02:09:29] "GET /route-target/42844be1-43c7-40a6-b712-afd5bbab2b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002492 10.0.0.137 - - [2025-08-11 02:09:30] "GET /obj-perms HTTP/1.1" 200 4934 0.051689 10.0.0.137 - - [2025-08-11 02:09:30] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009784 10.0.0.137 - - [2025-08-11 02:09:32] "GET /obj-perms HTTP/1.1" 200 4934 0.008720 10.0.0.137 - - [2025-08-11 02:09:32] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008552 10.0.0.137 - - [2025-08-11 02:09:34] "GET /obj-perms HTTP/1.1" 200 4934 0.008881 10.0.0.137 - - [2025-08-11 02:09:34] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008812 10.0.0.137 - - [2025-08-11 02:09:36] "GET /obj-perms HTTP/1.1" 200 4934 0.009102 10.0.0.137 - - [2025-08-11 02:09:36] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008826 10.0.0.137 - - [2025-08-11 02:09:38] "GET /obj-perms HTTP/1.1" 200 4934 0.008721 10.0.0.137 - - [2025-08-11 02:09:38] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009306 10.0.0.137 - - [2025-08-11 02:09:40] "GET /obj-perms HTTP/1.1" 200 4934 0.010689 10.0.0.137 - - [2025-08-11 02:09:40] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.011316 10.0.0.137 - - [2025-08-11 02:09:42] "GET /obj-perms HTTP/1.1" 200 4934 0.010456 10.0.0.137 - - [2025-08-11 02:09:42] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008924 10.0.0.137 - - [2025-08-11 02:09:42] "GET /obj-perms HTTP/1.1" 200 4934 0.008582 10.0.0.137 - - [2025-08-11 02:09:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000384 10.0.0.137 - - [2025-08-11 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.020823 10.0.0.137 - - [2025-08-11 02:09:42] "GET /virtual-machine-interface/d7b1b560-6a71-411c-9e7a-ad0e2ece38be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.013073 10.0.0.137 - - [2025-08-11 02:09:43] "GET /obj-perms HTTP/1.1" 200 4934 0.008803 10.0.0.137 - - [2025-08-11 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.137 - - [2025-08-11 02:09:43] "GET /virtual-machine-interface/d7b1b560-6a71-411c-9e7a-ad0e2ece38be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.016858 10.0.0.137 - - [2025-08-11 02:09:43] "GET /obj-perms HTTP/1.1" 200 4934 0.009513 10.0.0.137 - - [2025-08-11 02:09:43] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009838 10.0.0.137 - - [2025-08-11 02:09:43] "GET /obj-perms HTTP/1.1" 200 4934 0.009316 10.0.0.137 - - [2025-08-11 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.137 - - [2025-08-11 02:09:43] "GET /virtual-machine-interface/d7b1b560-6a71-411c-9e7a-ad0e2ece38be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.014218 10.0.0.137 - - [2025-08-11 02:09:43] "GET /obj-perms HTTP/1.1" 200 4934 0.008963 10.0.0.137 - - [2025-08-11 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.137 - - [2025-08-11 02:09:43] "GET /virtual-network/caa5b732-90a9-41e8-8424-f6475692da5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.012014 10.0.0.137 - - [2025-08-11 02:09:43] "GET /obj-perms HTTP/1.1" 200 4934 0.009827 10.0.0.137 - - [2025-08-11 02:09:43] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009650 10.0.0.137 - - [2025-08-11 02:09:43] "GET /obj-perms HTTP/1.1" 200 4934 0.009067 10.0.0.137 - - [2025-08-11 02:09:43] "GET /obj-perms HTTP/1.1" 200 4934 0.008890 10.0.0.137 - - [2025-08-11 02:09:44] "GET /obj-perms HTTP/1.1" 200 4934 0.047553 10.0.0.137 - - [2025-08-11 02:09:44] "GET /obj-perms HTTP/1.1" 200 4934 0.007906 10.0.0.137 - - [2025-08-11 02:09:44] "GET /obj-perms HTTP/1.1" 200 5039 0.040328 10.0.0.137 - - [2025-08-11 02:09:44] "GET /obj-perms HTTP/1.1" 200 5039 0.003016 10.0.0.137 - - [2025-08-11 02:09:44] "GET /obj-perms HTTP/1.1" 200 4934 0.008398 10.0.0.137 - - [2025-08-11 02:09:44] "GET /obj-perms HTTP/1.1" 200 4934 0.009289 10.0.0.137 - - [2025-08-11 02:09:45] "GET /obj-perms HTTP/1.1" 200 4934 0.044455 10.0.0.137 - - [2025-08-11 02:09:45] "GET /obj-perms HTTP/1.1" 200 4934 0.007927 10.0.0.137 - - [2025-08-11 02:09:45] "GET /obj-perms HTTP/1.1" 200 5039 0.003073 10.0.0.137 - - [2025-08-11 02:09:45] "GET /obj-perms HTTP/1.1" 200 5039 0.002985 10.0.0.137 - - [2025-08-11 02:09:45] "GET /obj-perms HTTP/1.1" 200 4934 0.009833 10.0.0.137 - - [2025-08-11 02:09:45] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.010348 10.0.0.137 - - [2025-08-11 02:09:45] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03 HTTP/1.1" 200 1290 0.017255 10.0.0.137 - - [2025-08-11 02:09:45] "POST /neutron/port HTTP/1.1" 200 1083 0.010052 10.0.0.137 - - [2025-08-11 02:09:45] "POST /neutron/port HTTP/1.1" 200 1109 0.007545 10.0.0.137 - - [2025-08-11 02:09:46] "POST /neutron/port HTTP/1.1" 200 151 0.079404 10.0.0.137 - - [2025-08-11 02:09:47] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03 HTTP/1.1" 404 171 0.011686 10.0.0.137 - - [2025-08-11 02:09:47] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03 HTTP/1.1" 404 171 0.007942 10.0.0.137 - - [2025-08-11 02:09:47] "GET /virtual-machine/96ada977-2d05-40b1-9a63-5cad9eecbc03 HTTP/1.1" 404 171 0.008148 10.0.0.137 - - [2025-08-11 02:09:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.008726 10.0.0.137 - - [2025-08-11 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001807 10.0.0.137 - - [2025-08-11 02:09:47] "GET /global-vrouter-config/54d6f193-0f85-4a36-afa6-c6fd2842cee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002123 10.0.0.137 - - [2025-08-11 02:09:47] "GET /virtual-networks?parent_id=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008183 10.0.0.137 - - [2025-08-11 02:09:47] "POST /fqname-to-id HTTP/1.1" 403 361 0.007336 10.0.0.137 - - [2025-08-11 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001995 10.0.0.137 - - [2025-08-11 02:09:47] "GET /routing-instance/50067420-6ac2-4372-8496-45e5ce9ca69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.002546 10.0.0.137 - - [2025-08-11 02:09:47] "GET /route-target/42844be1-43c7-40a6-b712-afd5bbab2b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.006913 10.0.0.137 - - [2025-08-11 02:09:47] "GET /route-target/42844be1-43c7-40a6-b712-afd5bbab2b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002243 10.0.0.137 - - [2025-08-11 02:09:47] "GET /obj-perms HTTP/1.1" 200 4934 0.007664 10.0.0.137 - - [2025-08-11 02:09:47] "GET /obj-perms HTTP/1.1" 200 4934 0.006895 10.0.0.137 - - [2025-08-11 02:09:48] "GET /obj-perms HTTP/1.1" 200 4934 0.043795 10.0.0.137 - - [2025-08-11 02:09:48] "GET /obj-perms HTTP/1.1" 200 4934 0.007205 10.0.0.137 - - [2025-08-11 02:09:48] "GET /obj-perms HTTP/1.1" 200 5039 0.002800 10.0.0.137 - - [2025-08-11 02:09:50] "DELETE /project/c11d66b90c4f4d4b9cb320b94afe90fe HTTP/1.1" 404 173 0.010109 10.0.0.137 - - [2025-08-11 02:09:50] "DELETE /project/2cab44b44e6e4091acd406bc9b2580d6 HTTP/1.1" 404 173 0.004875 10.0.0.137 - - [2025-08-11 02:09:50] "DELETE /project/72daa84f080a43d998247a80b702c244 HTTP/1.1" 404 173 0.008567 10.0.0.137 - - [2025-08-11 02:09:50] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.137 - - [2025-08-11 02:09:50] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.024578 10.0.0.137 - - [2025-08-11 02:09:50] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.137 - - [2025-08-11 02:09:50] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?fields=security_groups HTTP/1.1" 200 1364 0.062279 10.0.0.137 - - [2025-08-11 02:09:50] "DELETE /security-group/943d946d-9c15-4145-97dc-16c96594ac15 HTTP/1.1" 200 115 0.031667 10.0.0.137 - - [2025-08-11 02:09:50] "GET /projects?obj_uuids=9536ad94-bcb9-4972-bad8-885fc6f6b01e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.137 - - [2025-08-11 02:09:50] "DELETE /access-control-list/83806430-c3e1-4b42-a212-8028e8f66238 HTTP/1.1" 200 115 0.024642 10.0.0.137 - - [2025-08-11 02:09:50] "GET /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e?fields=application_policy_sets HTTP/1.1" 200 1403 0.028350 10.0.0.137 - - [2025-08-11 02:09:50] "DELETE /access-control-list/428aa686-0492-467f-a841-0e85a47c05c7 HTTP/1.1" 200 115 0.026179 10.0.0.137 - - [2025-08-11 02:09:50] "DELETE /project/9536ad94-bcb9-4972-bad8-885fc6f6b01e HTTP/1.1" 200 115 0.286945 10.0.0.137 - - [2025-08-11 02:09:51] "GET /obj-perms HTTP/1.1" 200 5039 0.003862 10.0.0.137 - - [2025-08-11 02:09:54] "GET /obj-perms HTTP/1.1" 200 5039 0.003802 10.0.0.137 - - [2025-08-11 02:09:57] "GET /obj-perms HTTP/1.1" 200 5039 0.003132 10.0.0.137 - - [2025-08-11 02:09:57] "GET /obj-perms HTTP/1.1" 200 5075 0.038557 10.0.0.137 - - [2025-08-11 02:09:58] "GET /obj-perms HTTP/1.1" 200 5075 0.041192 10.0.0.137 - - [2025-08-11 02:10:00] "GET /obj-perms HTTP/1.1" 200 5039 0.003200 10.0.0.137 - - [2025-08-11 02:10:03] "GET /obj-perms HTTP/1.1" 200 5039 0.003356 10.0.0.137 - - [2025-08-11 02:10:06] "GET /obj-perms HTTP/1.1" 200 5039 0.003001 10.0.0.137 - - [2025-08-11 02:10:09] "GET /obj-perms HTTP/1.1" 200 5039 0.003050 10.0.0.137 - - [2025-08-11 02:10:12] "GET /obj-perms HTTP/1.1" 200 5039 0.003024 10.0.0.137 - - [2025-08-11 02:10:15] "GET /obj-perms HTTP/1.1" 200 5039 0.003016 10.0.0.137 - - [2025-08-11 02:10:18] "GET /obj-perms HTTP/1.1" 200 5039 0.003408 10.0.0.137 - - [2025-08-11 02:10:21] "GET /obj-perms HTTP/1.1" 200 5039 0.003142 10.0.0.137 - - [2025-08-11 02:10:24] "GET /obj-perms HTTP/1.1" 200 5039 0.003096 10.0.0.137 - - [2025-08-11 02:10:27] "GET /obj-perms HTTP/1.1" 200 5039 0.002982 10.0.0.137 - - [2025-08-11 02:10:30] "GET /obj-perms HTTP/1.1" 200 5039 0.003093 10.0.0.137 - - [2025-08-11 02:10:33] "GET /obj-perms HTTP/1.1" 200 5039 0.003454 10.0.0.137 - - [2025-08-11 02:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002008 10.0.0.137 - - [2025-08-11 02:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.010648 10.0.0.137 - - [2025-08-11 02:10:33] "DELETE /virtual-network/caa5b732-90a9-41e8-8424-f6475692da5d HTTP/1.1" 200 115 0.070353 10.0.0.137 - - [2025-08-11 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.010862 10.0.0.137 - - [2025-08-11 02:10:33] "DELETE /route-target/42844be1-43c7-40a6-b712-afd5bbab2b01 HTTP/1.1" 200 115 0.018707 10.0.0.137 - - [2025-08-11 02:10:33] "DELETE /api-access-list/d903591d-43c2-4c7b-93c8-ea2802278555 HTTP/1.1" 200 115 0.034328 10.0.0.137 - - [2025-08-11 02:10:33] "GET /api-access-list/d903591d-43c2-4c7b-93c8-ea2802278555 HTTP/1.1" 404 171 0.003023 10.0.0.137 - - [2025-08-11 02:10:33] "GET /projects?obj_uuids=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.137 - - [2025-08-11 02:10:33] "GET /project/72daa84f-080a-43d9-9824-7a80b702c244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.022418 10.0.0.137 - - [2025-08-11 02:10:33] "GET /projects?obj_uuids=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000915 10.0.0.137 - - [2025-08-11 02:10:33] "GET /project/72daa84f-080a-43d9-9824-7a80b702c244?fields=virtual_networks HTTP/1.1" 200 1024 0.063266 10.0.0.137 - - [2025-08-11 02:10:33] "GET /projects?obj_uuids=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.137 - - [2025-08-11 02:10:34] "GET /project/72daa84f-080a-43d9-9824-7a80b702c244?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.019645 10.0.0.137 - - [2025-08-11 02:10:34] "GET /projects?obj_uuids=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000979 10.0.0.137 - - [2025-08-11 02:10:34] "GET /project/72daa84f-080a-43d9-9824-7a80b702c244?fields=security_groups HTTP/1.1" 200 1246 0.029045 10.0.0.137 - - [2025-08-11 02:10:34] "GET /projects?obj_uuids=c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.137 - - [2025-08-11 02:10:34] "GET /project/c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.023566 10.0.0.137 - - [2025-08-11 02:10:34] "GET /projects?obj_uuids=c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.137 - - [2025-08-11 02:10:34] "GET /project/c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe?fields=virtual_networks HTTP/1.1" 200 1025 0.067085 10.0.0.137 - - [2025-08-11 02:10:34] "GET /projects?obj_uuids=c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.137 - - [2025-08-11 02:10:34] "GET /project/c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.019422 10.0.0.137 - - [2025-08-11 02:10:34] "GET /projects?obj_uuids=c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000955 10.0.0.137 - - [2025-08-11 02:10:34] "GET /project/c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe?fields=security_groups HTTP/1.1" 200 1247 0.020598 10.0.0.137 - - [2025-08-11 02:10:35] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003218 10.0.0.137 - - [2025-08-11 02:10:35] "PUT /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7 HTTP/1.1" 200 265 0.006690 10.0.0.137 - - [2025-08-11 02:10:35] "GET /projects?obj_uuids=2cab44b4-4e6e-4091-acd4-06bc9b2580d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001007 10.0.0.137 - - [2025-08-11 02:10:35] "GET /project/2cab44b4-4e6e-4091-acd4-06bc9b2580d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.021439 10.0.0.137 - - [2025-08-11 02:10:35] "GET /projects?obj_uuids=2cab44b4-4e6e-4091-acd4-06bc9b2580d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.137 - - [2025-08-11 02:10:35] "GET /project/2cab44b4-4e6e-4091-acd4-06bc9b2580d6?fields=virtual_networks HTTP/1.1" 200 1024 0.069384 10.0.0.137 - - [2025-08-11 02:10:35] "GET /projects?obj_uuids=2cab44b4-4e6e-4091-acd4-06bc9b2580d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.137 - - [2025-08-11 02:10:35] "GET /project/2cab44b4-4e6e-4091-acd4-06bc9b2580d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.018854 10.0.0.137 - - [2025-08-11 02:10:36] "GET /projects?obj_uuids=2cab44b4-4e6e-4091-acd4-06bc9b2580d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000959 10.0.0.137 - - [2025-08-11 02:10:36] "GET /project/2cab44b4-4e6e-4091-acd4-06bc9b2580d6?fields=security_groups HTTP/1.1" 200 1246 0.020179 10.0.0.137 - - [2025-08-11 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.017781 10.0.0.137 - - [2025-08-11 02:10:36] "GET /projects?obj_uuids=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003533 10.0.0.137 - - [2025-08-11 02:10:36] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.137 - - [2025-08-11 02:10:36] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.046019 10.0.0.137 - - [2025-08-11 02:10:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.002777 10.0.0.137 - - [2025-08-11 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.003206 10.0.0.137 - - [2025-08-11 02:10:37] "POST /security-groups HTTP/1.1" 200 591 0.057806 10.0.0.137 - - [2025-08-11 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.001952 10.0.0.137 - - [2025-08-11 02:10:37] "POST /projects HTTP/1.1" 200 585 0.208684 10.0.0.137 - - [2025-08-11 02:10:37] "POST /access-control-lists HTTP/1.1" 200 598 0.052698 10.0.0.137 - - [2025-08-11 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.272992 10.0.0.137 - - [2025-08-11 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.002114 10.0.0.137 - - [2025-08-11 02:10:37] "GET /project/29de0636-3bb0-42c9-83df-f15966a61fe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.419408 10.0.0.137 - - [2025-08-11 02:10:37] "POST /access-control-lists HTTP/1.1" 200 596 0.059582 10.0.0.137 - - [2025-08-11 02:10:38] "GET / HTTP/1.1" 200 36215 0.002023 10.0.0.137 - - [2025-08-11 02:10:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.137 - - [2025-08-11 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.021927 10.0.0.137 - - [2025-08-11 02:10:40] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002472 10.0.0.137 - - [2025-08-11 02:10:40] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002635 10.0.0.137 - - [2025-08-11 02:10:40] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002774 10.0.0.137 - - [2025-08-11 02:10:40] "PUT /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7 HTTP/1.1" 200 265 0.006864 10.0.0.137 - - [2025-08-11 02:10:40] "GET /aaa-mode HTTP/1.1" 200 128 0.001008 10.0.0.137 - - [2025-08-11 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.016838 10.0.0.137 - - [2025-08-11 02:10:40] "GET /projects?obj_uuids=dbdf2b2a-2820-4899-bcae-eb7266974738&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001936 10.0.0.137 - - [2025-08-11 02:10:40] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.137 - - [2025-08-11 02:10:41] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.050040 10.0.0.137 - - [2025-08-11 02:10:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.001600 10.0.0.137 - - [2025-08-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.002046 10.0.0.137 - - [2025-08-11 02:10:41] "POST /security-groups HTTP/1.1" 200 591 0.059614 10.0.0.137 - - [2025-08-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.002144 10.0.0.137 - - [2025-08-11 02:10:41] "POST /projects HTTP/1.1" 200 585 0.200684 10.0.0.137 - - [2025-08-11 02:10:41] "POST /access-control-lists HTTP/1.1" 200 598 0.054624 10.0.0.137 - - [2025-08-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.264400 10.0.0.137 - - [2025-08-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 233 0.002447 10.0.0.137 - - [2025-08-11 02:10:41] "GET /project/dbdf2b2a-2820-4899-bcae-eb7266974738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.413363 10.0.0.137 - - [2025-08-11 02:10:41] "POST /access-control-lists HTTP/1.1" 200 596 0.055763 10.0.0.137 - - [2025-08-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.018277 10.0.0.137 - - [2025-08-11 02:10:41] "GET /projects?obj_uuids=f710d26c-eb14-46d9-97eb-db06ffeeafd1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002209 10.0.0.137 - - [2025-08-11 02:10:41] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.137 - - [2025-08-11 02:10:41] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006381 10.0.0.137 - - [2025-08-11 02:10:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.001187 10.0.0.137 - - [2025-08-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.003094 10.0.0.137 - - [2025-08-11 02:10:41] "POST /security-groups HTTP/1.1" 200 591 0.059523 10.0.0.137 - - [2025-08-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.002207 10.0.0.137 - - [2025-08-11 02:10:42] "POST /projects HTTP/1.1" 200 585 0.198972 10.0.0.137 - - [2025-08-11 02:10:42] "POST /access-control-lists HTTP/1.1" 200 598 0.056713 10.0.0.137 - - [2025-08-11 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.262948 10.0.0.137 - - [2025-08-11 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 233 0.002470 10.0.0.137 - - [2025-08-11 02:10:42] "GET /project/f710d26c-eb14-46d9-97eb-db06ffeeafd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.373698 10.0.0.137 - - [2025-08-11 02:10:42] "POST /access-control-lists HTTP/1.1" 200 596 0.059868 10.0.0.137 - - [2025-08-11 02:10:42] "GET / HTTP/1.1" 200 36215 0.001946 10.0.0.137 - - [2025-08-11 02:10:43] "GET / HTTP/1.1" 200 36215 0.001490 10.0.0.137 - - [2025-08-11 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.002567 10.0.0.137 - - [2025-08-11 02:10:43] "POST /api-access-lists HTTP/1.1" 200 523 0.010783 10.0.0.137 - - [2025-08-11 02:10:43] "GET /api-access-list/769394a5-8a94-483c-8065-c83645d81e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003829 10.0.0.137 - - [2025-08-11 02:10:43] "GET /api-access-list/769394a5-8a94-483c-8065-c83645d81e85 HTTP/1.1" 401 293 0.000428 10.0.0.137 - - [2025-08-11 02:10:44] "GET /api-access-list/769394a5-8a94-483c-8065-c83645d81e85 HTTP/1.1" 200 1290 0.043299 10.0.0.137 - - [2025-08-11 02:10:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000375 10.0.0.137 - - [2025-08-11 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.031102 10.0.0.137 - - [2025-08-11 02:10:44] "GET /projects?obj_uuids=dbdf2b2a-2820-4899-bcae-eb7266974738&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.137 - - [2025-08-11 02:10:44] "GET /project/dbdf2b2a-2820-4899-bcae-eb7266974738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028967 10.0.0.137 - - [2025-08-11 02:10:44] "GET /virtual-networks?parent_id=dbdf2b2a-2820-4899-bcae-eb7266974738&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009913 10.0.0.137 - - [2025-08-11 02:10:44] "POST /virtual-networks HTTP/1.1" 200 585 0.039984 10.0.0.137 - - [2025-08-11 02:10:44] "POST /route-targets HTTP/1.1" 200 328 0.010202 10.0.0.137 - - [2025-08-11 02:10:44] "POST /ref-update HTTP/1.1" 200 156 0.008962 10.0.0.137 - - [2025-08-11 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.010571 10.0.0.137 - - [2025-08-11 02:10:44] "GET /network-ipam/1119b101-fb40-4e90-a209-11f231aa09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.009554 10.0.0.137 - - [2025-08-11 02:10:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003504 10.0.0.137 - - [2025-08-11 02:10:44] "POST /ref-update HTTP/1.1" 200 156 0.042656 10.0.0.137 - - [2025-08-11 02:10:44] "POST /neutron/network HTTP/1.1" 200 848 0.035669 10.0.0.137 - - [2025-08-11 02:10:44] "POST /neutron/network HTTP/1.1" 200 848 0.016845 10.0.0.137 - - [2025-08-11 02:10:44] "GET /virtual-network/54c75cf3-f037-4769-a175-6ca0a754a813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011225 10.0.0.137 - - [2025-08-11 02:10:45] "POST /neutron/network HTTP/1.1" 200 848 0.016176 10.0.0.137 - - [2025-08-11 02:10:45] "POST /neutron/subnet HTTP/1.1" 200 679 0.022571 10.0.0.137 - - [2025-08-11 02:10:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000379 10.0.0.137 - - [2025-08-11 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.031935 10.0.0.137 - - [2025-08-11 02:10:45] "GET /projects?obj_uuids=f710d26c-eb14-46d9-97eb-db06ffeeafd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.137 - - [2025-08-11 02:10:45] "GET /project/f710d26c-eb14-46d9-97eb-db06ffeeafd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.032963 10.0.0.137 - - [2025-08-11 02:10:45] "GET /virtual-networks?parent_id=f710d26c-eb14-46d9-97eb-db06ffeeafd1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010747 10.0.0.137 - - [2025-08-11 02:10:45] "POST /virtual-networks HTTP/1.1" 200 585 0.045198 10.0.0.137 - - [2025-08-11 02:10:45] "POST /route-targets HTTP/1.1" 200 328 0.014802 10.0.0.137 - - [2025-08-11 02:10:45] "POST /ref-update HTTP/1.1" 200 156 0.010491 10.0.0.137 - - [2025-08-11 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.016376 10.0.0.137 - - [2025-08-11 02:10:45] "GET /network-ipam/1119b101-fb40-4e90-a209-11f231aa09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.009291 10.0.0.137 - - [2025-08-11 02:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003096 10.0.0.137 - - [2025-08-11 02:10:45] "POST /ref-update HTTP/1.1" 200 156 0.039388 10.0.0.137 - - [2025-08-11 02:10:45] "POST /neutron/network HTTP/1.1" 200 849 0.034947 10.0.0.137 - - [2025-08-11 02:10:45] "POST /neutron/network HTTP/1.1" 200 849 0.028288 10.0.0.137 - - [2025-08-11 02:10:45] "GET /virtual-network/80214a15-3ea0-4164-b2be-0a656ecc33c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.010863 10.0.0.137 - - [2025-08-11 02:10:45] "POST /neutron/network HTTP/1.1" 200 849 0.017758 10.0.0.137 - - [2025-08-11 02:10:45] "POST /neutron/subnet HTTP/1.1" 200 681 0.025397 10.0.0.137 - - [2025-08-11 02:10:45] "GET /virtual-network/54c75cf3-f037-4769-a175-6ca0a754a813 HTTP/1.1" 401 293 0.000389 10.0.0.137 - - [2025-08-11 02:10:46] "GET /virtual-network/54c75cf3-f037-4769-a175-6ca0a754a813 HTTP/1.1" 200 2317 0.032443 10.0.0.137 - - [2025-08-11 02:10:46] "GET /virtual-network/54c75cf3-f037-4769-a175-6ca0a754a813 HTTP/1.1" 401 293 0.000344 10.0.0.137 - - [2025-08-11 02:10:46] "GET /virtual-network/54c75cf3-f037-4769-a175-6ca0a754a813 HTTP/1.1" 403 376 0.028657 10.0.0.137 - - [2025-08-11 02:10:46] "GET /virtual-network/54c75cf3-f037-4769-a175-6ca0a754a813 HTTP/1.1" 200 2317 0.006111 10.0.0.137 - - [2025-08-11 02:10:46] "GET /virtual-networks HTTP/1.1" 200 372 0.026123 10.0.0.137 - - [2025-08-11 02:10:46] "GET /virtual-networks HTTP/1.1" 200 372 0.015870 10.0.0.137 - - [2025-08-11 02:10:46] "PUT /virtual-network/54c75cf3-f037-4769-a175-6ca0a754a813 HTTP/1.1" 200 265 0.021159 10.0.0.137 - - [2025-08-11 02:10:46] "GET /virtual-networks HTTP/1.1" 200 132 0.018333 10.0.0.137 - - [2025-08-11 02:10:46] "GET /virtual-networks HTTP/1.1" 200 613 0.015683 10.0.0.137 - - [2025-08-11 02:10:46] "GET /virtual-networks HTTP/1.1" 200 1654 0.001989 10.0.0.137 - - [2025-08-11 02:10:46] "PUT /virtual-network/54c75cf3-f037-4769-a175-6ca0a754a813 HTTP/1.1" 200 265 0.023357 10.0.0.137 - - [2025-08-11 02:10:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003034 10.0.0.137 - - [2025-08-11 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.137 - - [2025-08-11 02:10:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001538 10.0.0.137 - - [2025-08-11 02:10:46] "DELETE /virtual-network/80214a15-3ea0-4164-b2be-0a656ecc33c6 HTTP/1.1" 200 115 0.060553 10.0.0.137 - - [2025-08-11 02:10:46] "DELETE /route-target/207e2d75-ae51-45f9-89b1-cbded25c8496 HTTP/1.1" 200 115 0.014892 10.0.0.137 - - [2025-08-11 02:10:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002753 10.0.0.137 - - [2025-08-11 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.137 - - [2025-08-11 02:10:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003241 10.0.0.137 - - [2025-08-11 02:10:46] "DELETE /virtual-network/54c75cf3-f037-4769-a175-6ca0a754a813 HTTP/1.1" 200 115 0.062045 10.0.0.137 - - [2025-08-11 02:10:46] "DELETE /route-target/f0876fdc-5e0b-4213-afbe-a46f530f336c HTTP/1.1" 200 115 0.014448 10.0.0.137 - - [2025-08-11 02:10:46] "DELETE /api-access-list/769394a5-8a94-483c-8065-c83645d81e85 HTTP/1.1" 200 115 0.017392 10.0.0.137 - - [2025-08-11 02:10:46] "GET /api-access-list/769394a5-8a94-483c-8065-c83645d81e85 HTTP/1.1" 404 171 0.002047 10.0.0.137 - - [2025-08-11 02:10:47] "GET /projects?obj_uuids=f710d26c-eb14-46d9-97eb-db06ffeeafd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.137 - - [2025-08-11 02:10:47] "GET /project/f710d26c-eb14-46d9-97eb-db06ffeeafd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022360 10.0.0.137 - - [2025-08-11 02:10:47] "GET /projects?obj_uuids=f710d26c-eb14-46d9-97eb-db06ffeeafd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001560 10.0.0.137 - - [2025-08-11 02:10:47] "GET /project/f710d26c-eb14-46d9-97eb-db06ffeeafd1?fields=virtual_networks HTTP/1.1" 200 1035 0.068145 10.0.0.137 - - [2025-08-11 02:10:47] "GET /projects?obj_uuids=f710d26c-eb14-46d9-97eb-db06ffeeafd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001570 10.0.0.137 - - [2025-08-11 02:10:47] "GET /project/f710d26c-eb14-46d9-97eb-db06ffeeafd1?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.021445 10.0.0.137 - - [2025-08-11 02:10:47] "GET /projects?obj_uuids=f710d26c-eb14-46d9-97eb-db06ffeeafd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.137 - - [2025-08-11 02:10:47] "GET /project/f710d26c-eb14-46d9-97eb-db06ffeeafd1?fields=security_groups HTTP/1.1" 200 1262 0.024072 10.0.0.137 - - [2025-08-11 02:10:47] "GET /projects?obj_uuids=dbdf2b2a-2820-4899-bcae-eb7266974738&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.137 - - [2025-08-11 02:10:47] "GET /project/dbdf2b2a-2820-4899-bcae-eb7266974738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021468 10.0.0.137 - - [2025-08-11 02:10:47] "GET /projects?obj_uuids=dbdf2b2a-2820-4899-bcae-eb7266974738&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.137 - - [2025-08-11 02:10:47] "GET /project/dbdf2b2a-2820-4899-bcae-eb7266974738?fields=virtual_networks HTTP/1.1" 200 1035 0.065367 10.0.0.137 - - [2025-08-11 02:10:47] "GET /projects?obj_uuids=dbdf2b2a-2820-4899-bcae-eb7266974738&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.137 - - [2025-08-11 02:10:47] "GET /project/dbdf2b2a-2820-4899-bcae-eb7266974738?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.020056 10.0.0.137 - - [2025-08-11 02:10:47] "GET /projects?obj_uuids=dbdf2b2a-2820-4899-bcae-eb7266974738&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.137 - - [2025-08-11 02:10:47] "GET /project/dbdf2b2a-2820-4899-bcae-eb7266974738?fields=security_groups HTTP/1.1" 200 1262 0.022477 10.0.0.137 - - [2025-08-11 02:10:48] "GET /aaa-mode HTTP/1.1" 200 128 0.001047 10.0.0.137 - - [2025-08-11 02:10:49] "GET / HTTP/1.1" 200 36215 0.002975 10.0.0.137 - - [2025-08-11 02:10:49] "GET / HTTP/1.1" 200 36215 0.001674 10.0.0.137 - - [2025-08-11 02:10:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000587 10.0.0.137 - - [2025-08-11 02:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.054883 10.0.0.137 - - [2025-08-11 02:10:50] "GET /projects?obj_uuids=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.137 - - [2025-08-11 02:10:50] "GET /project/29de0636-3bb0-42c9-83df-f15966a61fe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028678 10.0.0.137 - - [2025-08-11 02:10:50] "GET /virtual-networks?parent_id=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007180 10.0.0.137 - - [2025-08-11 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.007218 10.0.0.137 - - [2025-08-11 02:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008139 10.0.0.137 - - [2025-08-11 02:10:50] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.137 - - [2025-08-11 02:10:50] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012319 10.0.0.137 - - [2025-08-11 02:10:50] "POST /service-templates HTTP/1.1" 403 264 0.006261 10.0.0.137 - - [2025-08-11 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.002318 10.0.0.137 - - [2025-08-11 02:10:50] "POST /api-access-lists HTTP/1.1" 200 557 0.012948 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /project/dbdf2b2a28204899bcaeeb7266974738 HTTP/1.1" 404 173 0.021323 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /project/29de06363bb042c983dff15966a61fe3 HTTP/1.1" 404 173 0.018297 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /project/f710d26ceb1446d997ebdb06ffeeafd1 HTTP/1.1" 404 173 0.015339 10.0.0.137 - - [2025-08-11 02:10:51] "GET /api-access-list/969d4560-36d6-4039-b8e9-8574f7e3ab44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.018049 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=2cab44b4-4e6e-4091-acd4-06bc9b2580d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=dbdf2b2a-2820-4899-bcae-eb7266974738&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000812 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000791 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=f710d26c-eb14-46d9-97eb-db06ffeeafd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000825 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/72daa84f-080a-43d9-9824-7a80b702c244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.056085 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/dbdf2b2a-2820-4899-bcae-eb7266974738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.058512 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/2cab44b4-4e6e-4091-acd4-06bc9b2580d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.060547 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/f710d26c-eb14-46d9-97eb-db06ffeeafd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.060742 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.066644 10.0.0.137 - - [2025-08-11 02:10:51] "GET /api-access-list/969d4560-36d6-4039-b8e9-8574f7e3ab44 HTTP/1.1" 200 1326 0.011559 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000916 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=f710d26c-eb14-46d9-97eb-db06ffeeafd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=2cab44b4-4e6e-4091-acd4-06bc9b2580d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001467 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=dbdf2b2a-2820-4899-bcae-eb7266974738&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000835 10.0.0.137 - - [2025-08-11 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.053968 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/dbdf2b2a-2820-4899-bcae-eb7266974738?fields=security_groups HTTP/1.1" 200 1364 0.071095 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/72daa84f-080a-43d9-9824-7a80b702c244?fields=security_groups HTTP/1.1" 200 1348 0.077805 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe?fields=security_groups HTTP/1.1" 200 1349 0.073219 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/f710d26c-eb14-46d9-97eb-db06ffeeafd1?fields=security_groups HTTP/1.1" 200 1364 0.079814 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/2cab44b4-4e6e-4091-acd4-06bc9b2580d6?fields=security_groups HTTP/1.1" 200 1348 0.085840 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001625 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/29de0636-3bb0-42c9-83df-f15966a61fe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.102917 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /security-group/8b9091f6-35d9-4082-9718-e4e3100934c2 HTTP/1.1" 200 115 0.140213 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /security-group/b7e3d27a-1aaf-453d-a9ee-d7c5689411d6 HTTP/1.1" 200 115 0.149878 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=72daa84f-080a-43d9-9824-7a80b702c244&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.137 - - [2025-08-11 02:10:51] "GET /virtual-networks?parent_id=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.044750 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=dbdf2b2a-2820-4899-bcae-eb7266974738&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /access-control-list/2f9ed565-cdde-4f4f-9d6a-458d196346e5 HTTP/1.1" 200 115 0.086407 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /security-group/c215a5a6-7863-44ed-aba4-89a2b9329e9c HTTP/1.1" 200 115 0.178605 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/72daa84f-080a-43d9-9824-7a80b702c244?fields=application_policy_sets HTTP/1.1" 200 1387 0.049583 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /security-group/26d371a3-4044-4fc3-af98-ef099cd1704e HTTP/1.1" 200 115 0.162759 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /security-group/1be3da28-e9c5-42a6-900d-eadf1ad6d838 HTTP/1.1" 200 115 0.171655 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=f710d26c-eb14-46d9-97eb-db06ffeeafd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.137 - - [2025-08-11 02:10:51] "GET /projects?obj_uuids=2cab44b4-4e6e-4091-acd4-06bc9b2580d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000882 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /access-control-list/16c9f7e5-f67a-408f-9467-e097594b4737 HTTP/1.1" 200 115 0.069945 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe?fields=application_policy_sets HTTP/1.1" 200 1388 0.054501 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/dbdf2b2a-2820-4899-bcae-eb7266974738?fields=application_policy_sets HTTP/1.1" 200 1403 0.110749 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/f710d26c-eb14-46d9-97eb-db06ffeeafd1?fields=application_policy_sets HTTP/1.1" 200 1403 0.091354 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /access-control-list/de9eccc9-5709-4edd-a557-8c6afde62649 HTTP/1.1" 200 115 0.055132 10.0.0.137 - - [2025-08-11 02:10:51] "GET /project/2cab44b4-4e6e-4091-acd4-06bc9b2580d6?fields=application_policy_sets HTTP/1.1" 200 1387 0.102629 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /access-control-list/76cb178c-90d8-4d1e-905e-4349d216cf3d HTTP/1.1" 200 115 0.057435 10.0.0.137 - - [2025-08-11 02:10:51] "POST /virtual-networks HTTP/1.1" 200 585 0.195326 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /project/72daa84f-080a-43d9-9824-7a80b702c244 HTTP/1.1" 200 115 0.637122 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /access-control-list/1ab34aec-d079-4226-98e2-bd277f0f42d9 HTTP/1.1" 200 115 0.048680 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /project/c11d66b9-0c4f-4d4b-9cb3-20b94afe90fe HTTP/1.1" 200 115 0.711146 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /access-control-list/3ce55038-e338-4709-9312-cfaba6ba08c0 HTTP/1.1" 200 115 0.038920 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /project/dbdf2b2a-2820-4899-bcae-eb7266974738 HTTP/1.1" 200 115 0.708761 10.0.0.137 - - [2025-08-11 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.033377 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /project/f710d26c-eb14-46d9-97eb-db06ffeeafd1 HTTP/1.1" 200 115 0.727430 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /project/2cab44b4-4e6e-4091-acd4-06bc9b2580d6 HTTP/1.1" 200 115 0.731281 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /access-control-list/d835e6f7-0631-4027-a447-9351dbede032 HTTP/1.1" 200 115 0.019244 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /access-control-list/c391f732-09ab-40fe-86a9-8acb69646abe HTTP/1.1" 200 115 0.018793 10.0.0.137 - - [2025-08-11 02:10:51] "GET /network-ipam/1119b101-fb40-4e90-a209-11f231aa09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.019074 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /access-control-list/7f70e5b1-530f-44c3-a9ae-416a5a3a709a HTTP/1.1" 200 115 0.018236 10.0.0.137 - - [2025-08-11 02:10:51] "DELETE /access-control-list/814eb959-7faf-4535-ad2f-b13c1060ba8a HTTP/1.1" 200 115 0.013187 10.0.0.137 - - [2025-08-11 02:10:51] "POST /route-targets HTTP/1.1" 200 328 0.011948 10.0.0.137 - - [2025-08-11 02:10:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002702 10.0.0.137 - - [2025-08-11 02:10:51] "POST /ref-update HTTP/1.1" 200 156 0.045414 10.0.0.137 - - [2025-08-11 02:10:51] "POST /ref-update HTTP/1.1" 200 156 0.008919 10.0.0.137 - - [2025-08-11 02:10:51] "POST /neutron/network HTTP/1.1" 200 846 0.038321 10.0.0.137 - - [2025-08-11 02:10:51] "POST /neutron/network HTTP/1.1" 200 846 0.017081 10.0.0.137 - - [2025-08-11 02:10:52] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.010527 10.0.0.137 - - [2025-08-11 02:10:52] "POST /neutron/network HTTP/1.1" 200 846 0.020915 10.0.0.137 - - [2025-08-11 02:10:52] "POST /neutron/subnet HTTP/1.1" 200 669 0.021866 10.0.0.137 - - [2025-08-11 02:10:52] "POST /neutron/network HTTP/1.1" 200 846 0.048645 10.0.0.137 - - [2025-08-11 02:10:52] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.006574 10.0.0.137 - - [2025-08-11 02:10:52] "GET /network-ipam/1119b101-fb40-4e90-a209-11f231aa09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.003426 10.0.0.137 - - [2025-08-11 02:10:52] "GET /domains HTTP/1.1" 200 281 0.002457 10.0.0.137 - - [2025-08-11 02:10:52] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.137 - - [2025-08-11 02:10:52] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2582 0.005982 10.0.0.137 - - [2025-08-11 02:10:52] "GET /projects?obj_uuids=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.137 - - [2025-08-11 02:10:52] "GET /project/29de0636-3bb0-42c9-83df-f15966a61fe3 HTTP/1.1" 200 2358 0.065971 10.0.0.137 - - [2025-08-11 02:10:52] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 200 2310 0.004923 10.0.0.137 - - [2025-08-11 02:10:52] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 200 2310 0.003990 10.0.0.137 - - [2025-08-11 02:10:52] "GET /routing-instance/530112cd-26a1-45bd-a7da-fd172fa44a04 HTTP/1.1" 200 1558 0.002636 10.0.0.137 - - [2025-08-11 02:10:52] "GET /routing-instance/530112cd-26a1-45bd-a7da-fd172fa44a04 HTTP/1.1" 200 1558 0.002892 10.0.0.137 - - [2025-08-11 02:10:52] "GET /route-target/6c93e76b-8347-4d82-8289-132398137a59 HTTP/1.1" 200 1245 0.002281 10.0.0.137 - - [2025-08-11 02:10:52] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 200 2310 0.003845 10.0.0.137 - - [2025-08-11 02:10:52] "GET /routing-instance/530112cd-26a1-45bd-a7da-fd172fa44a04 HTTP/1.1" 200 1558 0.003791 10.0.0.137 - - [2025-08-11 02:10:52] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.006042 10.0.0.137 - - [2025-08-11 02:10:52] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 200 2310 0.006403 10.0.0.137 - - [2025-08-11 02:10:52] "GET /routing-instance/530112cd-26a1-45bd-a7da-fd172fa44a04 HTTP/1.1" 200 1558 0.003863 10.0.0.137 - - [2025-08-11 02:10:52] "GET /routing-instance/530112cd-26a1-45bd-a7da-fd172fa44a04 HTTP/1.1" 200 1558 0.004065 10.0.0.137 - - [2025-08-11 02:10:52] "GET /route-target/6c93e76b-8347-4d82-8289-132398137a59 HTTP/1.1" 200 1245 0.002452 10.0.0.137 - - [2025-08-11 02:10:52] "GET /domains HTTP/1.1" 200 281 0.002354 10.0.0.137 - - [2025-08-11 02:10:52] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.137 - - [2025-08-11 02:10:52] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d HTTP/1.1" 200 2582 0.005826 10.0.0.137 - - [2025-08-11 02:10:52] "GET /projects?obj_uuids=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.137 - - [2025-08-11 02:10:52] "GET /project/29de0636-3bb0-42c9-83df-f15966a61fe3 HTTP/1.1" 200 2358 0.064593 10.0.0.137 - - [2025-08-11 02:10:52] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 200 2310 0.004030 10.0.0.137 - - [2025-08-11 02:10:52] "GET /obj-perms HTTP/1.1" 200 5049 0.038752 10.0.0.137 - - [2025-08-11 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.009764 10.0.0.137 - - [2025-08-11 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007495 10.0.0.137 - - [2025-08-11 02:10:52] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.137 - - [2025-08-11 02:10:52] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012432 10.0.0.137 - - [2025-08-11 02:10:52] "POST /service-templates HTTP/1.1" 403 264 0.006501 10.0.0.137 - - [2025-08-11 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.002202 10.0.0.137 - - [2025-08-11 02:10:53] "POST /api-access-lists HTTP/1.1" 200 523 0.010359 10.0.0.137 - - [2025-08-11 02:10:53] "GET /api-access-list/27d67089-865c-48db-8e95-9f15a3350be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.006127 10.0.0.137 - - [2025-08-11 02:10:53] "GET /api-access-list/27d67089-865c-48db-8e95-9f15a3350be2 HTTP/1.1" 200 1292 0.002904 10.0.0.137 - - [2025-08-11 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.010795 10.0.0.137 - - [2025-08-11 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.012153 10.0.0.137 - - [2025-08-11 02:10:53] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.137 - - [2025-08-11 02:10:53] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014010 10.0.0.137 - - [2025-08-11 02:10:53] "POST /service-templates HTTP/1.1" 200 553 0.026980 10.0.0.137 - - [2025-08-11 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.012336 10.0.0.137 - - [2025-08-11 02:10:53] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.010463 10.0.0.137 - - [2025-08-11 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010199 10.0.0.137 - - [2025-08-11 02:10:53] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.009958 10.0.0.137 - - [2025-08-11 02:10:53] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 401 293 0.000416 10.0.0.137 - - [2025-08-11 02:10:53] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 403 263 0.029194 10.0.0.137 - - [2025-08-11 02:10:53] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 403 264 0.007317 10.0.0.137 - - [2025-08-11 02:10:54] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 403 264 0.026802 10.0.0.137 - - [2025-08-11 02:10:54] "GET /api-access-list/969d4560-36d6-4039-b8e9-8574f7e3ab44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.002252 10.0.0.137 - - [2025-08-11 02:10:54] "PUT /api-access-list/969d4560-36d6-4039-b8e9-8574f7e3ab44 HTTP/1.1" 200 265 0.006421 10.0.0.137 - - [2025-08-11 02:10:54] "GET /api-access-list/969d4560-36d6-4039-b8e9-8574f7e3ab44 HTTP/1.1" 200 1463 0.003206 10.0.0.137 - - [2025-08-11 02:10:54] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 200 2310 0.012571 10.0.0.137 - - [2025-08-11 02:10:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000354 10.0.0.137 - - [2025-08-11 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.028804 10.0.0.137 - - [2025-08-11 02:10:54] "GET /projects?obj_uuids=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002035 10.0.0.137 - - [2025-08-11 02:10:54] "GET /project/29de0636-3bb0-42c9-83df-f15966a61fe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037251 10.0.0.137 - - [2025-08-11 02:10:54] "GET /virtual-networks?parent_id=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012401 10.0.0.137 - - [2025-08-11 02:10:54] "POST /virtual-networks HTTP/1.1" 403 263 0.007939 10.0.0.137 - - [2025-08-11 02:10:54] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 403 264 0.008544 10.0.0.137 - - [2025-08-11 02:10:55] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 403 264 0.027088 10.0.0.137 - - [2025-08-11 02:10:55] "GET /api-access-list/27d67089-865c-48db-8e95-9f15a3350be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.002281 10.0.0.137 - - [2025-08-11 02:10:55] "PUT /api-access-list/27d67089-865c-48db-8e95-9f15a3350be2 HTTP/1.1" 200 265 0.007469 10.0.0.137 - - [2025-08-11 02:10:55] "GET /api-access-list/27d67089-865c-48db-8e95-9f15a3350be2 HTTP/1.1" 200 1430 0.003609 10.0.0.137 - - [2025-08-11 02:10:55] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 200 1855 0.010446 10.0.0.137 - - [2025-08-11 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.007519 10.0.0.137 - - [2025-08-11 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008086 10.0.0.137 - - [2025-08-11 02:10:55] "GET /domains?obj_uuids=4f50ffac-df1c-40e0-836b-06b55563f63d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.137 - - [2025-08-11 02:10:55] "GET /domain/4f50ffac-df1c-40e0-836b-06b55563f63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014643 10.0.0.137 - - [2025-08-11 02:10:55] "POST /service-templates HTTP/1.1" 403 264 0.008235 10.0.0.137 - - [2025-08-11 02:10:55] "GET /api-access-list/969d4560-36d6-4039-b8e9-8574f7e3ab44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.002993 10.0.0.137 - - [2025-08-11 02:10:55] "PUT /api-access-list/969d4560-36d6-4039-b8e9-8574f7e3ab44 HTTP/1.1" 200 265 0.007787 10.0.0.137 - - [2025-08-11 02:10:55] "GET /api-access-list/969d4560-36d6-4039-b8e9-8574f7e3ab44 HTTP/1.1" 200 1326 0.003008 10.0.0.137 - - [2025-08-11 02:10:55] "GET /api-access-list/27d67089-865c-48db-8e95-9f15a3350be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002800 10.0.0.137 - - [2025-08-11 02:10:55] "PUT /api-access-list/27d67089-865c-48db-8e95-9f15a3350be2 HTTP/1.1" 200 265 0.007308 10.0.0.137 - - [2025-08-11 02:10:55] "GET /api-access-list/27d67089-865c-48db-8e95-9f15a3350be2 HTTP/1.1" 200 1292 0.002994 10.0.0.137 - - [2025-08-11 02:10:55] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 403 263 0.007155 10.0.0.137 - - [2025-08-11 02:10:55] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 403 263 0.026143 10.0.0.137 - - [2025-08-11 02:10:55] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 403 264 0.008045 10.0.0.137 - - [2025-08-11 02:10:56] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 403 264 0.026655 10.0.0.137 - - [2025-08-11 02:10:56] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.002536 10.0.0.137 - - [2025-08-11 02:10:56] "PUT /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7 HTTP/1.1" 200 265 0.006827 10.0.0.137 - - [2025-08-11 02:10:56] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 200 1855 0.010740 10.0.0.137 - - [2025-08-11 02:10:56] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 200 2310 0.012345 10.0.0.137 - - [2025-08-11 02:10:56] "DELETE /api-access-list/969d4560-36d6-4039-b8e9-8574f7e3ab44 HTTP/1.1" 200 115 0.026235 10.0.0.137 - - [2025-08-11 02:10:56] "GET /api-access-list/969d4560-36d6-4039-b8e9-8574f7e3ab44 HTTP/1.1" 404 171 0.001960 10.0.0.137 - - [2025-08-11 02:10:56] "DELETE /api-access-list/27d67089-865c-48db-8e95-9f15a3350be2 HTTP/1.1" 200 115 0.014354 10.0.0.137 - - [2025-08-11 02:10:56] "GET /api-access-list/27d67089-865c-48db-8e95-9f15a3350be2 HTTP/1.1" 404 171 0.001970 10.0.0.137 - - [2025-08-11 02:10:56] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 401 293 0.000335 10.0.0.137 - - [2025-08-11 02:10:56] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 403 263 0.027579 10.0.0.137 - - [2025-08-11 02:10:56] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 403 264 0.006562 10.0.0.137 - - [2025-08-11 02:10:56] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 403 264 0.025501 10.0.0.137 - - [2025-08-11 02:10:56] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.002699 10.0.0.137 - - [2025-08-11 02:10:56] "PUT /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7 HTTP/1.1" 200 265 0.007914 10.0.0.137 - - [2025-08-11 02:10:57] "GET /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 200 2310 0.011479 10.0.0.137 - - [2025-08-11 02:10:57] "GET /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 200 1855 0.008254 10.0.0.137 - - [2025-08-11 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007306 10.0.0.137 - - [2025-08-11 02:10:57] "DELETE /service-template/18cadfb2-3282-4484-b706-4602dcc497cb HTTP/1.1" 200 115 0.022017 10.0.0.137 - - [2025-08-11 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.008342 10.0.0.137 - - [2025-08-11 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.137 - - [2025-08-11 02:10:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001934 10.0.0.137 - - [2025-08-11 02:10:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.137 - - [2025-08-11 02:10:57] "DELETE /virtual-network/306bb490-dcc8-4cb5-81aa-654a24a9e01a HTTP/1.1" 200 115 0.065369 10.0.0.137 - - [2025-08-11 02:10:57] "DELETE /route-target/6c93e76b-8347-4d82-8289-132398137a59 HTTP/1.1" 200 115 0.014795 10.0.0.137 - - [2025-08-11 02:10:57] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003262 10.0.0.137 - - [2025-08-11 02:10:57] "PUT /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7 HTTP/1.1" 200 265 0.007192 10.0.0.137 - - [2025-08-11 02:10:57] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003361 10.0.0.137 - - [2025-08-11 02:10:57] "PUT /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7 HTTP/1.1" 200 265 0.008006 10.0.0.137 - - [2025-08-11 02:10:58] "GET /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003397 10.0.0.137 - - [2025-08-11 02:10:58] "PUT /api-access-list/a8b4e848-c647-4203-a3d6-4262e7746ec7 HTTP/1.1" 200 265 0.008097 10.0.0.137 - - [2025-08-11 02:10:58] "GET /projects?obj_uuids=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.137 - - [2025-08-11 02:10:58] "GET /project/29de0636-3bb0-42c9-83df-f15966a61fe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021624 10.0.0.137 - - [2025-08-11 02:10:58] "GET /projects?obj_uuids=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.137 - - [2025-08-11 02:10:58] "GET /project/29de0636-3bb0-42c9-83df-f15966a61fe3?fields=virtual_networks HTTP/1.1" 200 1033 0.080335 10.0.0.137 - - [2025-08-11 02:10:58] "GET /projects?obj_uuids=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.137 - - [2025-08-11 02:10:58] "GET /project/29de0636-3bb0-42c9-83df-f15966a61fe3?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025338 10.0.0.137 - - [2025-08-11 02:10:58] "GET /projects?obj_uuids=29de0636-3bb0-42c9-83df-f15966a61fe3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.137 - - [2025-08-11 02:10:58] "GET /project/29de0636-3bb0-42c9-83df-f15966a61fe3?fields=security_groups HTTP/1.1" 200 1260 0.023491 10.0.0.137 - - [2025-08-11 02:10:58] "GET /obj-perms HTTP/1.1" 200 5075 0.320472 10.0.0.137 - - [2025-08-11 02:10:59] "GET /obj-perms HTTP/1.1" 200 5075 0.126583 10.0.0.137 - - [2025-08-11 02:10:59] "GET /projects?obj_uuids=0252c7dc-b40e-4cde-be3a-056f5d7631c3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001338 10.0.0.137 - - [2025-08-11 02:10:59] "GET /project/0252c7dc-b40e-4cde-be3a-056f5d7631c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.025656 [Introspect:8084]10.0.0.137 - - [2025-08-11 02:10:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001066