++ 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 4 02:08:23 UTC 2025 ===================' INFO: =================== Mon Aug 4 02:08:23 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.254 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.254 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.254 ++ ANALYTICSDB_NODES=10.0.0.254 ++ ANALYTICS_SNMP_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ '[' -n '10.0.0.254:8081 ' ']' +++ echo 10.0.0.254:8081 ++ ANALYTICS_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ '[' -n '10.0.0.254:9042 ' ']' +++ echo 10.0.0.254:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.254:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ '[' -n '10.0.0.254:8086 ' ']' +++ echo 10.0.0.254:8086 ++ COLLECTOR_SERVERS=10.0.0.254: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.254 ++ CONFIGDB_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ '[' -n '10.0.0.254:8082 ' ']' +++ echo 10.0.0.254:8082 ++ CONFIG_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ '[' -n '10.0.0.254:9161 ' ']' +++ echo 10.0.0.254:9161 ++ CONFIGDB_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ '[' -n '10.0.0.254:9041 ' ']' +++ echo 10.0.0.254:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.254: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.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ '[' -n 10.0.0.254:2181, ']' +++ echo 10.0.0.254:2181 ++ ZOOKEEPER_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ '[' -n '10.0.0.254:2181 ' ']' +++ echo 10.0.0.254:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.254:2181 ++ RABBITMQ_NODES=10.0.0.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ '[' -n 10.0.0.254:5673, ']' +++ echo 10.0.0.254:5673 ++ RABBITMQ_SERVERS=10.0.0.254: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ '[' -n '10.0.0.254:6379 ' ']' +++ echo 10.0.0.254:6379 ++ REDIS_SERVERS=10.0.0.254: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.254 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ '[' -n '10.0.0.254:9092 ' ']' +++ echo 10.0.0.254:9092 ++ KAFKA_SERVERS=10.0.0.254: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.254 ++ 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.254 ++ 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.254 ++ 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.254 ++ cut -d , -f 1 + local cassandra=10.0.0.254 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.254 9041 + echo -e '\035\nquit' + 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.254 +++ local servers=10.0.0.254 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.254,10.20.0.17,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.254'\''))' +++ local server_ip=10.0.0.254 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.254 ]] +++ [[ ,10.0.0.254,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] +++ echo 10.0.0.254 1 +++ return ++ local ip=10.0.0.254 ++ [[ -z 10.0.0.254 ]] ++ echo 10.0.0.254 + host_ip=10.0.0.254 + [[ cql == \c\q\l ]] ++ echo 10.0.0.254:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.254:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.254: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/04/2025 02:08:32.302 7fb32272e248 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/04/2025 02:08:32.487 7fb32272e248 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/04/2025 02:08:32.510 7fb32272e248 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/04/2025 02:08:32.511 7fb32272e248 [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.254:8082/ Hit Ctrl-C to quit. 10.0.0.254 - - [2025-08-04 02:08:35] "GET / HTTP/1.1" 503 181 0.000427 10.0.0.254 - - [2025-08-04 02:08:35] "GET / HTTP/1.1" 503 181 0.000160 10.0.0.254 - - [2025-08-04 02:08:36] "GET / HTTP/1.1" 200 36215 0.001792 10.0.0.254 - - [2025-08-04 02:08:36] "GET / HTTP/1.1" 200 45871 0.001519 10.0.0.254 - - [2025-08-04 02:08:36] "GET / HTTP/1.1" 200 45871 0.001302 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.254 - - [2025-08-04 02:08:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000605 10.0.0.254 - - [2025-08-04 02:08:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000305 10.0.0.254 - - [2025-08-04 02:08:36] "GET / HTTP/1.1" 200 36215 0.002209 10.0.0.254 - - [2025-08-04 02:08:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.254 - - [2025-08-04 02:08:37] "GET / HTTP/1.1" 200 36215 0.049279 10.0.0.254 - - [2025-08-04 02:08:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000457 10.0.0.254 - - [2025-08-04 02:08:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000785 10.0.0.254 - - [2025-08-04 02:08:38] "GET / HTTP/1.1" 200 36215 0.001452 10.0.0.254 - - [2025-08-04 02:08:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000596 10.0.0.254 - - [2025-08-04 02:08:38] "GET / HTTP/1.1" 200 36215 0.001636 10.0.0.254 - - [2025-08-04 02:08:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.254 - - [2025-08-04 02:08:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.791257 10.0.0.254 - - [2025-08-04 02:08:39] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003390 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 1.229731 10.0.0.254 - - [2025-08-04 02:08:39] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006170 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.951807 10.0.0.254 - - [2025-08-04 02:08:39] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007379 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 1.557163 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007951 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.005824 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.397250 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.003253 10.0.0.254 - - [2025-08-04 02:08:39] "GET /network-ipam/52de23a0-a1a7-4642-b4d4-a48b7cfa4c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.006695 10.0.0.254 - - [2025-08-04 02:08:39] "POST /config-database-nodes HTTP/1.1" 200 619 0.030226 10.0.0.254 - - [2025-08-04 02:08:39] "POST /config-nodes HTTP/1.1" 200 601 0.029472 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.414353 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.046120 10.0.0.254 - - [2025-08-04 02:08:39] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.015320 10.0.0.254 - - [2025-08-04 02:08:39] "GET / HTTP/1.1" 200 36215 0.001686 10.0.0.254 - - [2025-08-04 02:08:39] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000956 10.0.0.254 - - [2025-08-04 02:08:39] "POST /job-templates HTTP/1.1" 200 557 0.106225 10.0.0.254 - - [2025-08-04 02:08:39] "POST /service-appliance-sets HTTP/1.1" 200 555 0.025873 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.003887 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 180 0.003783 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.254 - - [2025-08-04 02:08:39] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.017108 10.0.0.254 - - [2025-08-04 02:08:39] "POST /job-templates HTTP/1.1" 200 565 0.078490 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.003095 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.004481 10.0.0.254 - - [2025-08-04 02:08:39] "POST /access-control-lists HTTP/1.1" 200 589 0.024398 10.0.0.254 - - [2025-08-04 02:08:39] "POST /service-appliance-sets HTTP/1.1" 200 543 0.024609 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 224 0.003691 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.254 - - [2025-08-04 02:08:39] "GET /network-ipam/52de23a0-a1a7-4642-b4d4-a48b7cfa4c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.007823 10.0.0.254 - - [2025-08-04 02:08:39] "POST /job-templates HTTP/1.1" 200 547 0.074535 10.0.0.254 - - [2025-08-04 02:08:39] "POST /access-control-lists HTTP/1.1" 200 587 0.041322 10.0.0.254 - - [2025-08-04 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002938 10.0.0.254 - - [2025-08-04 02:08:40] "POST /route-targets HTTP/1.1" 200 328 0.024193 /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.254 - - [2025-08-04 02:08:40] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.038443 10.0.0.254 - - [2025-08-04 02:08:40] "POST /job-templates HTTP/1.1" 200 579 0.091032 10.0.0.254 - - [2025-08-04 02:08:40] "POST /service-templates HTTP/1.1" 200 513 0.041073 10.0.0.254 - - [2025-08-04 02:08:40] "POST /ref-update HTTP/1.1" 200 156 0.035046 10.0.0.254 - - [2025-08-04 02:08:40] "POST /service-templates HTTP/1.1" 200 503 0.019017 10.0.0.254 - - [2025-08-04 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 208 0.003127 10.0.0.254 - - [2025-08-04 02:08:40] "POST /route-targets HTTP/1.1" 200 328 0.016893 10.0.0.254 - - [2025-08-04 02:08:40] "POST /service-templates HTTP/1.1" 200 517 0.024297 10.0.0.254 - - [2025-08-04 02:08:40] "POST /job-templates HTTP/1.1" 200 581 0.071180 10.0.0.254 - - [2025-08-04 02:08:40] "POST /ref-update HTTP/1.1" 200 156 0.040845 10.0.0.254 - - [2025-08-04 02:08:40] "POST /service-templates HTTP/1.1" 200 537 0.028293 10.0.0.254 - - [2025-08-04 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.003374 10.0.0.254 - - [2025-08-04 02:08:40] "POST /route-targets HTTP/1.1" 200 328 0.028432 10.0.0.254 - - [2025-08-04 02:08:40] "POST /service-templates HTTP/1.1" 200 509 0.046512 10.0.0.254 - - [2025-08-04 02:08:40] "POST /job-templates HTTP/1.1" 200 585 0.077323 10.0.0.254 - - [2025-08-04 02:08:40] "POST /ref-update HTTP/1.1" 200 156 0.029532 10.0.0.254 - - [2025-08-04 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.003070 10.0.0.254 - - [2025-08-04 02:08:40] "POST /route-targets HTTP/1.1" 200 328 0.013719 10.0.0.254 - - [2025-08-04 02:08:40] "POST /job-templates HTTP/1.1" 200 561 0.065764 10.0.0.254 - - [2025-08-04 02:08:40] "POST /ref-update HTTP/1.1" 200 156 0.050315 10.0.0.254 - - [2025-08-04 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.003634 10.0.0.254 - - [2025-08-04 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 201 0.003002 10.0.0.254 - - [2025-08-04 02:08:40] "POST /job-templates HTTP/1.1" 200 571 0.069682 10.0.0.254 - - [2025-08-04 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.003360 10.0.0.254 - - [2025-08-04 02:08:40] "POST /access-control-lists HTTP/1.1" 200 553 0.083238 10.0.0.254 - - [2025-08-04 02:08:40] "PUT /access-control-list/da4379e0-9b5a-4772-8157-8daa880bec4f HTTP/1.1" 200 273 0.063033 10.0.0.254 - - [2025-08-04 02:08:40] "POST /job-templates HTTP/1.1" 200 557 0.071626 10.0.0.254 - - [2025-08-04 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.005070 10.0.0.254 - - [2025-08-04 02:08:40] "PUT /access-control-list/2f81b70a-f17a-4fbf-aa87-cae8ec2eaa4b HTTP/1.1" 200 273 0.011731 10.0.0.254 - - [2025-08-04 02:08:41] "POST /job-templates HTTP/1.1" 200 557 0.080945 10.0.0.254 - - [2025-08-04 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.003170 10.0.0.254 - - [2025-08-04 02:08:41] "POST /job-templates HTTP/1.1" 200 557 0.072225 10.0.0.254 - - [2025-08-04 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.003284 10.0.0.254 - - [2025-08-04 02:08:41] "POST /job-templates HTTP/1.1" 200 537 0.061089 10.0.0.254 - - [2025-08-04 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003149 10.0.0.254 - - [2025-08-04 02:08:41] "POST /job-templates HTTP/1.1" 200 561 0.076919 10.0.0.254 - - [2025-08-04 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003359 10.0.0.254 - - [2025-08-04 02:08:41] "POST /job-templates HTTP/1.1" 200 561 0.067393 10.0.0.254 - - [2025-08-04 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.004008 10.0.0.254 - - [2025-08-04 02:08:41] "POST /job-templates HTTP/1.1" 200 561 0.061549 10.0.0.254 - - [2025-08-04 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.004305 10.0.0.254 - - [2025-08-04 02:08:42] "POST /job-templates HTTP/1.1" 200 567 0.069811 10.0.0.254 - - [2025-08-04 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.003285 10.0.0.254 - - [2025-08-04 02:08:42] "POST /job-templates HTTP/1.1" 200 559 0.065963 10.0.0.254 - - [2025-08-04 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003461 10.0.0.254 - - [2025-08-04 02:08:42] "POST /job-templates HTTP/1.1" 200 557 0.062232 10.0.0.254 - - [2025-08-04 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.003347 10.0.0.254 - - [2025-08-04 02:08:42] "POST /job-templates HTTP/1.1" 200 575 0.065426 10.0.0.254 - - [2025-08-04 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.003151 10.0.0.254 - - [2025-08-04 02:08:42] "POST /job-templates HTTP/1.1" 200 553 0.069458 10.0.0.254 - - [2025-08-04 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 208 0.003767 10.0.0.254 - - [2025-08-04 02:08:42] "POST /job-templates HTTP/1.1" 200 581 0.069535 10.0.0.254 - - [2025-08-04 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003244 10.0.0.254 - - [2025-08-04 02:08:43] "POST /job-templates HTTP/1.1" 200 557 0.071502 10.0.0.254 - - [2025-08-04 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003307 10.0.0.254 - - [2025-08-04 02:08:43] "POST /job-templates HTTP/1.1" 200 561 0.065983 10.0.0.254 - - [2025-08-04 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.003010 10.0.0.254 - - [2025-08-04 02:08:43] "POST /job-templates HTTP/1.1" 200 577 0.078365 10.0.0.254 - - [2025-08-04 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.003033 10.0.0.254 - - [2025-08-04 02:08:43] "POST /job-templates HTTP/1.1" 200 559 0.061380 10.0.0.254 - - [2025-08-04 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.002994 10.0.0.254 - - [2025-08-04 02:08:43] "POST /job-templates HTTP/1.1" 200 561 0.070020 10.0.0.254 - - [2025-08-04 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.003049 10.0.0.254 - - [2025-08-04 02:08:43] "POST /job-templates HTTP/1.1" 200 557 0.061068 10.0.0.254 - - [2025-08-04 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.005427 10.0.0.254 - - [2025-08-04 02:08:44] "POST /job-templates HTTP/1.1" 200 555 0.066795 10.0.0.254 - - [2025-08-04 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.006568 10.0.0.254 - - [2025-08-04 02:08:44] "POST /job-templates HTTP/1.1" 200 555 0.060790 10.0.0.254 - - [2025-08-04 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.003141 10.0.0.254 - - [2025-08-04 02:08:44] "POST /job-templates HTTP/1.1" 200 555 0.061070 10.0.0.254 - - [2025-08-04 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.004389 10.0.0.254 - - [2025-08-04 02:08:44] "POST /job-templates HTTP/1.1" 200 565 0.066912 10.0.0.254 - - [2025-08-04 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.003699 10.0.0.254 - - [2025-08-04 02:08:44] "POST /job-templates HTTP/1.1" 200 567 0.068061 10.0.0.254 - - [2025-08-04 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.002944 10.0.0.254 - - [2025-08-04 02:08:44] "POST /config-propertiess HTTP/1.1" 200 553 0.017720 10.0.0.254 - - [2025-08-04 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 168 0.003294 10.0.0.254 - - [2025-08-04 02:08:44] "POST /tags HTTP/1.1" 200 322 0.063624 10.0.0.254 - - [2025-08-04 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 166 0.003765 10.0.0.254 - - [2025-08-04 02:08:45] "POST /tags HTTP/1.1" 200 318 0.027308 10.0.0.254 - - [2025-08-04 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.254 - - [2025-08-04 02:08:45] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1164 0.004422 10.0.0.254 - - [2025-08-04 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 174 0.003128 10.0.0.254 - - [2025-08-04 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.254 - - [2025-08-04 02:08:45] "POST /tags HTTP/1.1" 200 334 0.028978 10.0.0.254 - - [2025-08-04 02:08:45] "PUT /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79 HTTP/1.1" 200 277 0.013040 10.0.0.254 - - [2025-08-04 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 162 0.003447 10.0.0.254 - - [2025-08-04 02:08:45] "POST /tags HTTP/1.1" 200 310 0.027909 10.0.0.254 - - [2025-08-04 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 174 0.003273 10.0.0.254 - - [2025-08-04 02:08:45] "POST /tags HTTP/1.1" 200 334 0.024996 10.0.0.254 - - [2025-08-04 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 164 0.003050 10.0.0.254 - - [2025-08-04 02:08:45] "GET / HTTP/1.1" 200 36215 0.001612 10.0.0.254 - - [2025-08-04 02:08:45] "POST /alarms HTTP/1.1" 401 293 0.000394 10.0.0.254 - - [2025-08-04 02:08:45] "POST /tags HTTP/1.1" 200 314 0.024316 10.0.0.254 - - [2025-08-04 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 169 0.003453 10.0.0.254 - - [2025-08-04 02:08:45] "POST /tags HTTP/1.1" 200 324 0.036418 10.0.0.254 - - [2025-08-04 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.254 - - [2025-08-04 02:08:45] "PUT /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026 HTTP/1.1" 200 275 0.011463 10.0.0.254 - - [2025-08-04 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.002723 10.0.0.254 - - [2025-08-04 02:08:45] "POST /hardwares HTTP/1.1" 200 328 0.011999 10.0.0.254 - - [2025-08-04 02:08:45] "POST /alarms HTTP/1.1" 200 583 0.039533 10.0.0.254 - - [2025-08-04 02:08:45] "POST /alarms HTTP/1.1" 200 577 0.017734 10.0.0.254 - - [2025-08-04 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.003145 10.0.0.254 - - [2025-08-04 02:08:45] "POST /alarms HTTP/1.1" 200 577 0.019851 10.0.0.254 - - [2025-08-04 02:08:46] "POST /hardwares HTTP/1.1" 200 328 0.014652 10.0.0.254 - - [2025-08-04 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 166 0.002483 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 561 0.026450 10.0.0.254 - - [2025-08-04 02:08:46] "POST /hardwares HTTP/1.1" 200 328 0.011996 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 557 0.021640 10.0.0.254 - - [2025-08-04 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 166 0.003950 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 559 0.018108 10.0.0.254 - - [2025-08-04 02:08:46] "POST /hardwares HTTP/1.1" 200 328 0.012301 10.0.0.254 - - [2025-08-04 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.005162 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 567 0.024193 10.0.0.254 - - [2025-08-04 02:08:46] "POST /hardwares HTTP/1.1" 200 324 0.019336 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 551 0.029797 10.0.0.254 - - [2025-08-04 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003140 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 559 0.018877 10.0.0.254 - - [2025-08-04 02:08:46] "POST /hardwares HTTP/1.1" 200 324 0.011181 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 569 0.020468 10.0.0.254 - - [2025-08-04 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 161 0.002570 10.0.0.254 - - [2025-08-04 02:08:46] "POST /hardwares HTTP/1.1" 200 318 0.010497 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 557 0.019887 10.0.0.254 - - [2025-08-04 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.002980 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 569 0.017464 10.0.0.254 - - [2025-08-04 02:08:46] "POST /hardwares HTTP/1.1" 200 324 0.012475 10.0.0.254 - - [2025-08-04 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003370 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 577 0.064659 10.0.0.254 - - [2025-08-04 02:08:46] "POST /hardwares HTTP/1.1" 200 324 0.012131 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 571 0.019441 10.0.0.254 - - [2025-08-04 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003094 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 563 0.027138 10.0.0.254 - - [2025-08-04 02:08:46] "POST /hardwares HTTP/1.1" 200 324 0.014719 10.0.0.254 - - [2025-08-04 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.004026 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 563 0.022249 10.0.0.254 - - [2025-08-04 02:08:46] "POST /hardwares HTTP/1.1" 200 326 0.012748 10.0.0.254 - - [2025-08-04 02:08:46] "POST /alarms HTTP/1.1" 200 563 0.024171 10.0.0.254 - - [2025-08-04 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 165 0.003513 10.0.0.254 - - [2025-08-04 02:08:47] "POST /alarms HTTP/1.1" 200 549 0.021195 10.0.0.254 - - [2025-08-04 02:08:47] "POST /hardwares HTTP/1.1" 200 326 0.011693 10.0.0.254 - - [2025-08-04 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 165 0.002706 10.0.0.254 - - [2025-08-04 02:08:47] "POST /alarms HTTP/1.1" 200 597 0.024081 10.0.0.254 - - [2025-08-04 02:08:47] "POST /hardwares HTTP/1.1" 200 326 0.014956 10.0.0.254 - - [2025-08-04 02:08:47] "POST /alarms HTTP/1.1" 200 577 0.033937 10.0.0.254 - - [2025-08-04 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 165 0.002802 10.0.0.254 - - [2025-08-04 02:08:47] "POST /alarms HTTP/1.1" 200 573 0.036494 10.0.0.254 - - [2025-08-04 02:08:47] "POST /hardwares HTTP/1.1" 200 326 0.012367 10.0.0.254 - - [2025-08-04 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.003488 10.0.0.254 - - [2025-08-04 02:08:47] "POST /alarms HTTP/1.1" 200 585 0.023534 10.0.0.254 - - [2025-08-04 02:08:47] "POST /hardwares HTTP/1.1" 200 324 0.011801 10.0.0.254 - - [2025-08-04 02:08:47] "POST /alarms HTTP/1.1" 200 611 0.018247 10.0.0.254 - - [2025-08-04 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.004035 10.0.0.254 - - [2025-08-04 02:08:47] "POST /hardwares HTTP/1.1" 200 318 0.012361 10.0.0.254 - - [2025-08-04 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.002987 10.0.0.254 - - [2025-08-04 02:08:47] "POST /hardwares HTTP/1.1" 200 324 0.013292 10.0.0.254 - - [2025-08-04 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003446 10.0.0.254 - - [2025-08-04 02:08:47] "POST /hardwares HTTP/1.1" 200 318 0.018619 10.0.0.254 - - [2025-08-04 02:08:47] "GET / HTTP/1.1" 200 36215 0.001645 10.0.0.254 - - [2025-08-04 02:08:47] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000566 10.0.0.254 - - [2025-08-04 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.014195 10.0.0.254 - - [2025-08-04 02:08:47] "POST /hardwares HTTP/1.1" 200 324 0.021748 10.0.0.254 - - [2025-08-04 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.002966 10.0.0.254 - - [2025-08-04 02:08:47] "POST /hardwares HTTP/1.1" 200 320 0.011654 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.004030 10.0.0.254 - - [2025-08-04 02:08:48] "POST /hardwares HTTP/1.1" 200 320 0.010659 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 165 0.003219 10.0.0.254 - - [2025-08-04 02:08:48] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024718 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.254 - - [2025-08-04 02:08:48] "POST /hardwares HTTP/1.1" 200 326 0.011705 10.0.0.254 - - [2025-08-04 02:08:48] "PUT /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79 HTTP/1.1" 200 277 0.010131 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 161 0.003315 10.0.0.254 - - [2025-08-04 02:08:48] "POST /hardwares HTTP/1.1" 200 318 0.012062 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 161 0.002938 10.0.0.254 - - [2025-08-04 02:08:48] "POST /hardwares HTTP/1.1" 200 318 0.011852 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.004237 10.0.0.254 - - [2025-08-04 02:08:48] "POST /hardwares HTTP/1.1" 200 320 0.016938 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.004035 10.0.0.254 - - [2025-08-04 02:08:48] "GET / HTTP/1.1" 200 36215 0.002939 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000653 10.0.0.254 - - [2025-08-04 02:08:48] "POST /hardwares HTTP/1.1" 200 320 0.011140 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.002952 10.0.0.254 - - [2025-08-04 02:08:48] "POST /hardwares HTTP/1.1" 200 320 0.011059 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.002836 10.0.0.254 - - [2025-08-04 02:08:48] "POST /hardwares HTTP/1.1" 200 312 0.011652 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.003865 10.0.0.254 - - [2025-08-04 02:08:48] "POST /hardwares HTTP/1.1" 200 312 0.011901 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.026593 10.0.0.254 - - [2025-08-04 02:08:48] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004079 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 160 0.003372 10.0.0.254 - - [2025-08-04 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.254 - - [2025-08-04 02:08:49] "POST /hardwares HTTP/1.1" 200 316 0.014125 10.0.0.254 - - [2025-08-04 02:08:49] "PUT /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79 HTTP/1.1" 200 277 0.010739 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 154 0.003075 10.0.0.254 - - [2025-08-04 02:08:49] "POST /hardwares HTTP/1.1" 200 304 0.014281 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 158 0.005581 10.0.0.254 - - [2025-08-04 02:08:49] "POST /hardwares HTTP/1.1" 200 312 0.023498 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 155 0.003013 10.0.0.254 - - [2025-08-04 02:08:49] "POST /hardwares HTTP/1.1" 200 306 0.010739 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 155 0.003646 10.0.0.254 - - [2025-08-04 02:08:49] "GET / HTTP/1.1" 200 36215 0.001281 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000492 10.0.0.254 - - [2025-08-04 02:08:49] "POST /hardwares HTTP/1.1" 200 306 0.015283 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 155 0.003073 10.0.0.254 - - [2025-08-04 02:08:49] "POST /hardwares HTTP/1.1" 200 306 0.010013 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 155 0.003005 10.0.0.254 - - [2025-08-04 02:08:49] "POST /hardwares HTTP/1.1" 200 306 0.012929 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003221 10.0.0.254 - - [2025-08-04 02:08:49] "POST /hardwares HTTP/1.1" 200 308 0.010872 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.027842 10.0.0.254 - - [2025-08-04 02:08:49] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006340 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003059 10.0.0.254 - - [2025-08-04 02:08:49] "PUT /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026 HTTP/1.1" 200 275 0.019683 10.0.0.254 - - [2025-08-04 02:08:49] "POST /hardwares HTTP/1.1" 200 308 0.012116 10.0.0.254 - - [2025-08-04 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003349 10.0.0.254 - - [2025-08-04 02:08:50] "POST /hardwares HTTP/1.1" 200 308 0.014106 10.0.0.254 - - [2025-08-04 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003995 10.0.0.254 - - [2025-08-04 02:08:50] "POST /hardwares HTTP/1.1" 200 310 0.012964 10.0.0.254 - - [2025-08-04 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 158 0.003112 10.0.0.254 - - [2025-08-04 02:08:50] "POST /hardwares HTTP/1.1" 200 312 0.011527 10.0.0.254 - - [2025-08-04 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 158 0.003095 10.0.0.254 - - [2025-08-04 02:08:50] "POST /hardwares HTTP/1.1" 200 312 0.012807 10.0.0.254 - - [2025-08-04 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 153 0.003133 10.0.0.254 - - [2025-08-04 02:08:50] "POST /hardwares HTTP/1.1" 200 302 0.012717 10.0.0.254 - - [2025-08-04 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003858 10.0.0.254 - - [2025-08-04 02:08:50] "POST /hardwares HTTP/1.1" 200 310 0.013382 10.0.0.254 - - [2025-08-04 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.004593 10.0.0.254 - - [2025-08-04 02:08:50] "POST /hardwares HTTP/1.1" 200 310 0.013185 10.0.0.254 - - [2025-08-04 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003279 10.0.0.254 - - [2025-08-04 02:08:50] "POST /hardwares HTTP/1.1" 200 310 0.014184 10.0.0.254 - - [2025-08-04 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003330 10.0.0.254 - - [2025-08-04 02:08:50] "POST /hardwares HTTP/1.1" 200 310 0.011373 10.0.0.254 - - [2025-08-04 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003359 10.0.0.254 - - [2025-08-04 02:08:50] "POST /hardwares HTTP/1.1" 200 310 0.010638 10.0.0.254 - - [2025-08-04 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.002998 10.0.0.254 - - [2025-08-04 02:08:51] "POST /hardwares HTTP/1.1" 200 318 0.010750 10.0.0.254 - - [2025-08-04 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 157 0.003245 10.0.0.254 - - [2025-08-04 02:08:51] "POST /hardwares HTTP/1.1" 200 310 0.011447 10.0.0.254 - - [2025-08-04 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 157 0.003752 10.0.0.254 - - [2025-08-04 02:08:51] "POST /hardwares HTTP/1.1" 200 310 0.053091 10.0.0.254 - - [2025-08-04 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 154 0.003345 10.0.0.254 - - [2025-08-04 02:08:51] "POST /hardwares HTTP/1.1" 200 304 0.042187 10.0.0.254 - - [2025-08-04 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.003915 10.0.0.254 - - [2025-08-04 02:08:51] "POST /features HTTP/1.1" 200 535 0.040118 10.0.0.254 - - [2025-08-04 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 185 0.003795 10.0.0.254 - - [2025-08-04 02:08:51] "POST /features HTTP/1.1" 200 525 0.065370 10.0.0.254 - - [2025-08-04 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003207 10.0.0.254 - - [2025-08-04 02:08:51] "POST /features HTTP/1.1" 200 523 0.032443 10.0.0.254 - - [2025-08-04 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.002967 10.0.0.254 - - [2025-08-04 02:08:52] "POST /features HTTP/1.1" 200 523 0.036812 10.0.0.254 - - [2025-08-04 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.002879 10.0.0.254 - - [2025-08-04 02:08:52] "POST /features HTTP/1.1" 200 533 0.030046 10.0.0.254 - - [2025-08-04 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.003504 10.0.0.254 - - [2025-08-04 02:08:52] "POST /features HTTP/1.1" 200 523 0.034282 10.0.0.254 - - [2025-08-04 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003397 10.0.0.254 - - [2025-08-04 02:08:52] "POST /features HTTP/1.1" 200 541 0.052708 10.0.0.254 - - [2025-08-04 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.006029 10.0.0.254 - - [2025-08-04 02:08:52] "POST /features HTTP/1.1" 200 527 0.063736 10.0.0.254 - - [2025-08-04 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.003893 10.0.0.254 - - [2025-08-04 02:08:52] "POST /features HTTP/1.1" 200 521 0.055334 10.0.0.254 - - [2025-08-04 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 182 0.003097 10.0.0.254 - - [2025-08-04 02:08:53] "POST /features HTTP/1.1" 200 519 0.018978 10.0.0.254 - - [2025-08-04 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 190 0.003196 10.0.0.254 - - [2025-08-04 02:08:53] "POST /features HTTP/1.1" 200 535 0.025706 10.0.0.254 - - [2025-08-04 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.003222 10.0.0.254 - - [2025-08-04 02:08:53] "POST /features HTTP/1.1" 200 543 0.030104 10.0.0.254 - - [2025-08-04 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 178 0.003447 10.0.0.254 - - [2025-08-04 02:08:53] "POST /physical-roles HTTP/1.1" 200 523 0.021995 10.0.0.254 - - [2025-08-04 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 179 0.003333 10.0.0.254 - - [2025-08-04 02:08:53] "POST /physical-roles HTTP/1.1" 200 525 0.018501 10.0.0.254 - - [2025-08-04 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.003161 10.0.0.254 - - [2025-08-04 02:08:53] "POST /physical-roles HTTP/1.1" 200 535 0.026293 10.0.0.254 - - [2025-08-04 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 177 0.003700 10.0.0.254 - - [2025-08-04 02:08:53] "POST /physical-roles HTTP/1.1" 200 521 0.055883 10.0.0.254 - - [2025-08-04 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.003322 10.0.0.254 - - [2025-08-04 02:08:53] "POST /overlay-roles HTTP/1.1" 200 547 0.019190 10.0.0.254 - - [2025-08-04 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.003791 10.0.0.254 - - [2025-08-04 02:08:53] "POST /overlay-roles HTTP/1.1" 200 533 0.016213 10.0.0.254 - - [2025-08-04 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.003055 10.0.0.254 - - [2025-08-04 02:08:54] "POST /overlay-roles HTTP/1.1" 200 547 0.016752 10.0.0.254 - - [2025-08-04 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 185 0.003987 10.0.0.254 - - [2025-08-04 02:08:54] "POST /overlay-roles HTTP/1.1" 200 535 0.019107 10.0.0.254 - - [2025-08-04 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.003257 10.0.0.254 - - [2025-08-04 02:08:54] "POST /overlay-roles HTTP/1.1" 200 543 0.017694 10.0.0.254 - - [2025-08-04 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.254 - - [2025-08-04 02:08:54] "PUT /overlay-role/7e4ef358-e49f-40c1-9ab9-04df49d6c39a HTTP/1.1" 200 259 0.023557 10.0.0.254 - - [2025-08-04 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.004159 10.0.0.254 - - [2025-08-04 02:08:54] "POST /overlay-roles HTTP/1.1" 200 533 0.022530 10.0.0.254 - - [2025-08-04 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 185 0.003117 10.0.0.254 - - [2025-08-04 02:08:54] "POST /overlay-roles HTTP/1.1" 200 535 0.018596 10.0.0.254 - - [2025-08-04 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.003670 10.0.0.254 - - [2025-08-04 02:08:54] "POST /overlay-roles HTTP/1.1" 200 531 0.028003 10.0.0.254 - - [2025-08-04 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 187 0.005185 10.0.0.254 - - [2025-08-04 02:08:54] "POST /overlay-roles HTTP/1.1" 200 539 0.022429 10.0.0.254 - - [2025-08-04 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.005559 10.0.0.254 - - [2025-08-04 02:08:55] "POST /overlay-roles HTTP/1.1" 200 543 0.019120 10.0.0.254 - - [2025-08-04 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 178 0.002982 10.0.0.254 - - [2025-08-04 02:08:55] "POST /overlay-roles HTTP/1.1" 200 521 0.020170 10.0.0.254 - - [2025-08-04 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003831 10.0.0.254 - - [2025-08-04 02:08:55] "POST /overlay-roles HTTP/1.1" 200 545 0.030532 10.0.0.254 - - [2025-08-04 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 182 0.004171 10.0.0.254 - - [2025-08-04 02:08:55] "POST /role-definitions HTTP/1.1" 200 535 0.027756 10.0.0.254 - - [2025-08-04 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.003842 10.0.0.254 - - [2025-08-04 02:08:55] "POST /role-definitions HTTP/1.1" 200 549 0.018085 10.0.0.254 - - [2025-08-04 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003526 10.0.0.254 - - [2025-08-04 02:08:55] "POST /role-definitions HTTP/1.1" 200 551 0.018064 10.0.0.254 - - [2025-08-04 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.004856 10.0.0.254 - - [2025-08-04 02:08:55] "POST /role-definitions HTTP/1.1" 200 553 0.030572 10.0.0.254 - - [2025-08-04 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.003273 10.0.0.254 - - [2025-08-04 02:08:55] "POST /role-definitions HTTP/1.1" 200 565 0.029903 10.0.0.254 - - [2025-08-04 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.004191 10.0.0.254 - - [2025-08-04 02:08:55] "POST /role-definitions HTTP/1.1" 200 549 0.016822 10.0.0.254 - - [2025-08-04 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.003253 10.0.0.254 - - [2025-08-04 02:08:56] "POST /role-definitions HTTP/1.1" 200 551 0.018065 10.0.0.254 - - [2025-08-04 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 191 0.003797 10.0.0.254 - - [2025-08-04 02:08:56] "POST /role-definitions HTTP/1.1" 200 553 0.022659 10.0.0.254 - - [2025-08-04 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.003929 10.0.0.254 - - [2025-08-04 02:08:56] "POST /role-definitions HTTP/1.1" 200 551 0.017518 10.0.0.254 - - [2025-08-04 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003266 10.0.0.254 - - [2025-08-04 02:08:56] "POST /role-definitions HTTP/1.1" 200 563 0.022969 10.0.0.254 - - [2025-08-04 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.004926 10.0.0.254 - - [2025-08-04 02:08:56] "POST /role-definitions HTTP/1.1" 200 549 0.021871 10.0.0.254 - - [2025-08-04 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.003051 10.0.0.254 - - [2025-08-04 02:08:56] "POST /role-definitions HTTP/1.1" 200 551 0.021273 10.0.0.254 - - [2025-08-04 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.003149 10.0.0.254 - - [2025-08-04 02:08:56] "POST /role-definitions HTTP/1.1" 200 547 0.019283 10.0.0.254 - - [2025-08-04 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.003459 10.0.0.254 - - [2025-08-04 02:08:56] "POST /role-definitions HTTP/1.1" 200 549 0.019343 10.0.0.254 - - [2025-08-04 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.004052 10.0.0.254 - - [2025-08-04 02:08:56] "POST /role-definitions HTTP/1.1" 200 555 0.024120 10.0.0.254 - - [2025-08-04 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003216 10.0.0.254 - - [2025-08-04 02:08:57] "POST /role-definitions HTTP/1.1" 200 557 0.018555 10.0.0.254 - - [2025-08-04 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 182 0.005837 10.0.0.254 - - [2025-08-04 02:08:57] "POST /role-definitions HTTP/1.1" 200 535 0.017134 10.0.0.254 - - [2025-08-04 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 187 0.003105 10.0.0.254 - - [2025-08-04 02:08:57] "POST /role-definitions HTTP/1.1" 200 545 0.043719 10.0.0.254 - - [2025-08-04 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 181 0.002936 10.0.0.254 - - [2025-08-04 02:08:57] "POST /role-definitions HTTP/1.1" 200 533 0.018873 10.0.0.254 - - [2025-08-04 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.003114 10.0.0.254 - - [2025-08-04 02:08:57] "POST /role-definitions HTTP/1.1" 200 539 0.018601 10.0.0.254 - - [2025-08-04 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.003557 10.0.0.254 - - [2025-08-04 02:08:57] "POST /role-definitions HTTP/1.1" 200 549 0.019236 10.0.0.254 - - [2025-08-04 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.003065 10.0.0.254 - - [2025-08-04 02:08:57] "POST /role-definitions HTTP/1.1" 200 559 0.017602 10.0.0.254 - - [2025-08-04 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.002885 10.0.0.254 - - [2025-08-04 02:08:57] "POST /role-definitions HTTP/1.1" 200 563 0.021623 10.0.0.254 - - [2025-08-04 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.003088 10.0.0.254 - - [2025-08-04 02:08:58] "POST /role-definitions HTTP/1.1" 200 561 0.020268 10.0.0.254 - - [2025-08-04 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.003284 10.0.0.254 - - [2025-08-04 02:08:58] "POST /feature-configs HTTP/1.1" 200 539 0.018245 10.0.0.254 - - [2025-08-04 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 212 0.003997 10.0.0.254 - - [2025-08-04 02:08:58] "POST /feature-configs HTTP/1.1" 200 564 0.016619 10.0.0.254 - - [2025-08-04 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.004095 10.0.0.254 - - [2025-08-04 02:08:58] "POST /feature-configs HTTP/1.1" 200 563 0.017142 10.0.0.254 - - [2025-08-04 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.003138 10.0.0.254 - - [2025-08-04 02:08:58] "POST /node-profiles HTTP/1.1" 200 549 0.023715 10.0.0.254 - - [2025-08-04 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 187 0.002830 10.0.0.254 - - [2025-08-04 02:08:58] "POST /node-profiles HTTP/1.1" 200 539 0.016585 10.0.0.254 - - [2025-08-04 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.002867 10.0.0.254 - - [2025-08-04 02:08:58] "POST /node-profiles HTTP/1.1" 200 551 0.018106 10.0.0.254 - - [2025-08-04 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.002885 10.0.0.254 - - [2025-08-04 02:08:58] "POST /node-profiles HTTP/1.1" 200 543 0.017099 10.0.0.254 - - [2025-08-04 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003205 10.0.0.254 - - [2025-08-04 02:08:58] "POST /node-profiles HTTP/1.1" 200 543 0.018259 10.0.0.254 - - [2025-08-04 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.002962 10.0.0.254 - - [2025-08-04 02:08:59] "POST /node-profiles HTTP/1.1" 200 541 0.022573 10.0.0.254 - - [2025-08-04 02:08:59] "GET /global-system-configs HTTP/1.1" 200 323 0.592448 10.0.0.254 - - [2025-08-04 02:08:59] "GET /global-system-configs HTTP/1.1" 200 323 0.037766 10.0.0.254 - - [2025-08-04 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.003190 10.0.0.254 - - [2025-08-04 02:08:59] "POST /node-profiles HTTP/1.1" 200 533 0.018730 10.0.0.254 - - [2025-08-04 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 185 0.003013 10.0.0.254 - - [2025-08-04 02:08:59] "POST /node-profiles HTTP/1.1" 200 535 0.027190 10.0.0.254 - - [2025-08-04 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.003175 10.0.0.254 - - [2025-08-04 02:08:59] "POST /node-profiles HTTP/1.1" 200 559 0.018213 10.0.0.254 - - [2025-08-04 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003768 10.0.0.254 - - [2025-08-04 02:08:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.020294 10.0.0.254 - - [2025-08-04 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003031 10.0.0.254 - - [2025-08-04 02:08:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018907 10.0.0.254 - - [2025-08-04 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003255 10.0.0.254 - - [2025-08-04 02:08:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018489 10.0.0.254 - - [2025-08-04 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003201 10.0.0.254 - - [2025-08-04 02:08:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.020370 10.0.0.254 - - [2025-08-04 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003412 10.0.0.254 - - [2025-08-04 02:08:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017524 10.0.0.254 - - [2025-08-04 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.003229 10.0.0.254 - - [2025-08-04 02:09:00] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016817 10.0.0.254 - - [2025-08-04 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.003284 10.0.0.254 - - [2025-08-04 02:09:00] "POST /sflow-profiles HTTP/1.1" 200 534 0.021397 10.0.0.254 - - [2025-08-04 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.003824 10.0.0.254 - - [2025-08-04 02:09:00] "POST /sflow-profiles HTTP/1.1" 200 540 0.018420 10.0.0.254 - - [2025-08-04 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.003296 10.0.0.254 - - [2025-08-04 02:09:00] "POST /sflow-profiles HTTP/1.1" 200 540 0.019549 10.0.0.254 - - [2025-08-04 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.002993 10.0.0.254 - - [2025-08-04 02:09:00] "POST /grpc-profiles HTTP/1.1" 200 532 0.021199 10.0.0.254 - - [2025-08-04 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.003131 10.0.0.254 - - [2025-08-04 02:09:00] "POST /snmp-profiles HTTP/1.1" 200 532 0.017732 10.0.0.254 - - [2025-08-04 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.003911 10.0.0.254 - - [2025-08-04 02:09:00] "POST /netconf-profiles HTTP/1.1" 200 544 0.018055 10.0.0.254 - - [2025-08-04 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003310 10.0.0.254 - - [2025-08-04 02:09:00] "POST /device-functional-groups HTTP/1.1" 200 542 0.016798 10.0.0.254 - - [2025-08-04 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.011411 10.0.0.254 - - [2025-08-04 02:09:01] "POST /device-functional-groups HTTP/1.1" 200 542 0.020961 10.0.0.254 - - [2025-08-04 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.003032 10.0.0.254 - - [2025-08-04 02:09:01] "POST /device-functional-groups HTTP/1.1" 200 546 0.020603 10.0.0.254 - - [2025-08-04 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.003957 10.0.0.254 - - [2025-08-04 02:09:01] "POST /device-functional-groups HTTP/1.1" 200 544 0.028946 10.0.0.254 - - [2025-08-04 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 218 0.003461 10.0.0.254 - - [2025-08-04 02:09:01] "POST /device-functional-groups HTTP/1.1" 200 592 0.029617 10.0.0.254 - - [2025-08-04 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 208 0.003340 10.0.0.254 - - [2025-08-04 02:09:01] "POST /device-functional-groups HTTP/1.1" 200 572 0.016847 10.0.0.254 - - [2025-08-04 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.003790 10.0.0.254 - - [2025-08-04 02:09:01] "POST /device-functional-groups HTTP/1.1" 200 622 0.020090 10.0.0.254 - - [2025-08-04 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.004155 10.0.0.254 - - [2025-08-04 02:09:01] "POST /device-functional-groups HTTP/1.1" 200 568 0.019977 10.0.0.254 - - [2025-08-04 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.002929 10.0.0.254 - - [2025-08-04 02:09:01] "POST /device-functional-groups HTTP/1.1" 200 566 0.019570 10.0.0.254 - - [2025-08-04 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 210 0.002802 10.0.0.254 - - [2025-08-04 02:09:01] "POST /device-functional-groups HTTP/1.1" 200 576 0.022538 10.0.0.254 - - [2025-08-04 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.004163 10.0.0.254 - - [2025-08-04 02:09:02] "POST /role-configs HTTP/1.1" 200 527 0.017539 10.0.0.254 - - [2025-08-04 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.004744 10.0.0.254 - - [2025-08-04 02:09:02] "POST /role-configs HTTP/1.1" 200 522 0.018587 10.0.0.254 - - [2025-08-04 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.002868 10.0.0.254 - - [2025-08-04 02:09:02] "POST /role-configs HTTP/1.1" 200 524 0.016205 10.0.0.254 - - [2025-08-04 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.003280 10.0.0.254 - - [2025-08-04 02:09:02] "POST /role-configs HTTP/1.1" 200 524 0.018654 10.0.0.254 - - [2025-08-04 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.003014 10.0.0.254 - - [2025-08-04 02:09:02] "POST /role-configs HTTP/1.1" 200 528 0.023328 10.0.0.254 - - [2025-08-04 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.003416 10.0.0.254 - - [2025-08-04 02:09:02] "POST /role-configs HTTP/1.1" 200 523 0.018239 10.0.0.254 - - [2025-08-04 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003911 10.0.0.254 - - [2025-08-04 02:09:02] "POST /role-configs HTTP/1.1" 200 519 0.018086 10.0.0.254 - - [2025-08-04 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003699 10.0.0.254 - - [2025-08-04 02:09:02] "POST /role-configs HTTP/1.1" 200 520 0.020226 10.0.0.254 - - [2025-08-04 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.254 - - [2025-08-04 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.254 - - [2025-08-04 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.011227 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.254 - - [2025-08-04 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.008245 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.254 - - [2025-08-04 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.010617 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.254 - - [2025-08-04 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.008506 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.254 - - [2025-08-04 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.009333 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.254 - - [2025-08-04 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.008704 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.254 - - [2025-08-04 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.009375 10.0.0.254 - - [2025-08-04 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.254 - - [2025-08-04 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.009131 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.254 - - [2025-08-04 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.011450 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.254 - - [2025-08-04 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.010007 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.254 - - [2025-08-04 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.011112 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.254 - - [2025-08-04 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.010306 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.254 - - [2025-08-04 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.009716 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.254 - - [2025-08-04 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.254 - - [2025-08-04 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.010112 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.254 - - [2025-08-04 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.008609 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.254 - - [2025-08-04 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.010448 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.254 - - [2025-08-04 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.007265 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.254 - - [2025-08-04 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.008802 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.254 - - [2025-08-04 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.010644 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.254 - - [2025-08-04 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.009107 10.0.0.254 - - [2025-08-04 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.254 - - [2025-08-04 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.008812 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.254 - - [2025-08-04 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.010122 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.254 - - [2025-08-04 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.009478 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.254 - - [2025-08-04 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.011067 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.254 - - [2025-08-04 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.012000 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.254 - - [2025-08-04 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.007385 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.254 - - [2025-08-04 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.254 - - [2025-08-04 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.027788 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.254 - - [2025-08-04 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.007497 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.254 - - [2025-08-04 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.008652 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.254 - - [2025-08-04 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.007734 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.254 - - [2025-08-04 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.008473 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.254 - - [2025-08-04 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.009392 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.254 - - [2025-08-04 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.010615 10.0.0.254 - - [2025-08-04 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.254 - - [2025-08-04 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.010867 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.254 - - [2025-08-04 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.009390 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.254 - - [2025-08-04 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.008676 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.254 - - [2025-08-04 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.008601 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.254 - - [2025-08-04 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.009914 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.254 - - [2025-08-04 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.009932 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.254 - - [2025-08-04 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.254 - - [2025-08-04 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.008880 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.254 - - [2025-08-04 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.010755 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.254 - - [2025-08-04 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.008885 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.254 - - [2025-08-04 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.009272 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.254 - - [2025-08-04 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.009601 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.254 - - [2025-08-04 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.008563 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.254 - - [2025-08-04 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.021987 10.0.0.254 - - [2025-08-04 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.254 - - [2025-08-04 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.007832 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.254 - - [2025-08-04 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.009588 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.254 - - [2025-08-04 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.011142 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.254 - - [2025-08-04 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.254 - - [2025-08-04 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.254 - - [2025-08-04 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.009780 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.254 - - [2025-08-04 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.254 - - [2025-08-04 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.008937 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.254 - - [2025-08-04 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.008160 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.254 - - [2025-08-04 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.007795 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.254 - - [2025-08-04 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.008780 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.254 - - [2025-08-04 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.009341 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.254 - - [2025-08-04 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.010375 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.254 - - [2025-08-04 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.010869 10.0.0.254 - - [2025-08-04 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.254 - - [2025-08-04 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.010682 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.254 - - [2025-08-04 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.013316 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.254 - - [2025-08-04 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.008582 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.254 - - [2025-08-04 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.008092 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.254 - - [2025-08-04 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.027118 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.254 - - [2025-08-04 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.008011 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.254 - - [2025-08-04 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.254 - - [2025-08-04 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.009706 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.254 - - [2025-08-04 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.011752 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.254 - - [2025-08-04 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.010512 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.254 - - [2025-08-04 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.010990 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.254 - - [2025-08-04 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.008597 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005822 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.254 - - [2025-08-04 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.011674 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.254 - - [2025-08-04 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.254 - - [2025-08-04 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.009603 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.254 - - [2025-08-04 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.007554 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.254 - - [2025-08-04 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.008458 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.254 - - [2025-08-04 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.009186 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.254 - - [2025-08-04 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.010159 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.254 - - [2025-08-04 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.009458 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.254 - - [2025-08-04 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.010938 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.254 - - [2025-08-04 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.254 - - [2025-08-04 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.009526 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.254 - - [2025-08-04 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.009948 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.254 - - [2025-08-04 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.009139 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.254 - - [2025-08-04 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.007831 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.254 - - [2025-08-04 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.010872 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.254 - - [2025-08-04 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.007286 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.254 - - [2025-08-04 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.008302 10.0.0.254 - - [2025-08-04 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.254 - - [2025-08-04 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.007746 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.254 - - [2025-08-04 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.008568 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.254 - - [2025-08-04 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.008693 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.254 - - [2025-08-04 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.007432 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.254 - - [2025-08-04 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.009594 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.254 - - [2025-08-04 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.254 - - [2025-08-04 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.254 - - [2025-08-04 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.254 - - [2025-08-04 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.008504 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.019891 10.0.0.254 - - [2025-08-04 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.008901 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.254 - - [2025-08-04 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.008180 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.254 - - [2025-08-04 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.008332 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.254 - - [2025-08-04 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.008318 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.254 - - [2025-08-04 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.007474 10.0.0.254 - - [2025-08-04 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.254 - - [2025-08-04 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.007455 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.254 - - [2025-08-04 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.254 - - [2025-08-04 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.008540 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.254 - - [2025-08-04 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.010074 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.254 - - [2025-08-04 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.007760 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.254 - - [2025-08-04 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.254 - - [2025-08-04 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.254 - - [2025-08-04 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.008446 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.254 - - [2025-08-04 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.008325 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.254 - - [2025-08-04 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.008862 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.254 - - [2025-08-04 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.009787 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.254 - - [2025-08-04 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.014991 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.254 - - [2025-08-04 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.009036 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.254 - - [2025-08-04 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.007303 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.254 - - [2025-08-04 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.254 - - [2025-08-04 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.009296 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.254 - - [2025-08-04 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.009840 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.254 - - [2025-08-04 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.007686 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.254 - - [2025-08-04 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.009226 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.254 - - [2025-08-04 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.009319 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.254 - - [2025-08-04 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.008282 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.254 - - [2025-08-04 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.254 - - [2025-08-04 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.007242 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.254 - - [2025-08-04 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.011125 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.254 - - [2025-08-04 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.011022 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.254 - - [2025-08-04 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.008858 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.254 - - [2025-08-04 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.008011 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.254 - - [2025-08-04 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.010601 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.254 - - [2025-08-04 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.009132 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.254 - - [2025-08-04 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.254 - - [2025-08-04 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.008349 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004913 10.0.0.254 - - [2025-08-04 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.007405 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.254 - - [2025-08-04 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.019532 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.254 - - [2025-08-04 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.007795 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.254 - - [2025-08-04 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.007723 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.254 - - [2025-08-04 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.008353 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.254 - - [2025-08-04 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.254 - - [2025-08-04 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.009977 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.254 - - [2025-08-04 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.011531 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005763 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.254 - - [2025-08-04 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.011363 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.254 - - [2025-08-04 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.010840 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.254 - - [2025-08-04 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.008050 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.254 - - [2025-08-04 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.009251 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.254 - - [2025-08-04 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.007359 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.254 - - [2025-08-04 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.254 - - [2025-08-04 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.009497 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.254 - - [2025-08-04 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.007149 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.254 - - [2025-08-04 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.254 - - [2025-08-04 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.008379 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.254 - - [2025-08-04 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.010016 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.254 - - [2025-08-04 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.006654 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.254 - - [2025-08-04 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.011809 10.0.0.254 - - [2025-08-04 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.254 - - [2025-08-04 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.008462 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.254 - - [2025-08-04 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.008219 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.254 - - [2025-08-04 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.008362 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.254 - - [2025-08-04 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.009786 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.254 - - [2025-08-04 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.008484 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.254 - - [2025-08-04 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.009251 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.254 - - [2025-08-04 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.254 - - [2025-08-04 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.008344 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.254 - - [2025-08-04 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.008101 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.254 - - [2025-08-04 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.009517 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005701 10.0.0.254 - - [2025-08-04 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.013465 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.254 - - [2025-08-04 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.008939 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.254 - - [2025-08-04 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.254 - - [2025-08-04 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.030685 10.0.0.254 - - [2025-08-04 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.254 - - [2025-08-04 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.015991 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005543 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.254 - - [2025-08-04 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.011889 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.254 - - [2025-08-04 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.010369 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.254 - - [2025-08-04 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.009130 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.254 - - [2025-08-04 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.007584 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.254 - - [2025-08-04 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.008301 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.254 - - [2025-08-04 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.254 - - [2025-08-04 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.013772 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.254 - - [2025-08-04 02:09:28] "GET / HTTP/1.1" 200 36215 0.002306 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000582 10.0.0.254 - - [2025-08-04 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.008630 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005817 10.0.0.254 - - [2025-08-04 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.020808 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.254 - - [2025-08-04 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.008410 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.024217 10.0.0.254 - - [2025-08-04 02:09:28] "GET /routing-instance/da9cc22f-1b93-4a27-984f-8b806e3da7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004575 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.254 - - [2025-08-04 02:09:28] "POST /bgp-routers HTTP/1.1" 200 622 0.024281 10.0.0.254 - - [2025-08-04 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.014803 10.0.0.254 - - [2025-08-04 02:09:28] "GET /bgp-router/6de654c0-f830-412d-a6ba-7f4b809d0042?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.011995 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009011 10.0.0.254 - - [2025-08-04 02:09:28] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.008942 10.0.0.254 - - [2025-08-04 02:09:28] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008261 10.0.0.254 - - [2025-08-04 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.017994 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.254 - - [2025-08-04 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.008813 10.0.0.254 - - [2025-08-04 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.254 - - [2025-08-04 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.007975 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.254 - - [2025-08-04 02:09:29] "POST /ref-update HTTP/1.1" 200 156 0.010495 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.254 - - [2025-08-04 02:09:29] "POST /ref-update HTTP/1.1" 200 156 0.011306 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.254 - - [2025-08-04 02:09:29] "POST /ref-update HTTP/1.1" 200 156 0.008611 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.254 - - [2025-08-04 02:09:29] "POST /ref-update HTTP/1.1" 200 156 0.013062 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.254 - - [2025-08-04 02:09:29] "POST /ref-update HTTP/1.1" 200 156 0.009683 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.254 - - [2025-08-04 02:09:29] "POST /ref-update HTTP/1.1" 200 156 0.009059 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.254 - - [2025-08-04 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.254 - - [2025-08-04 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.008114 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.254 - - [2025-08-04 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.009451 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.254 - - [2025-08-04 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.007060 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.254 - - [2025-08-04 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.008324 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.254 - - [2025-08-04 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.254 - - [2025-08-04 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.007408 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.254 - - [2025-08-04 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.254 - - [2025-08-04 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.013585 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.254 - - [2025-08-04 02:09:31] "POST /ref-update HTTP/1.1" 200 156 0.008663 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.254 - - [2025-08-04 02:09:31] "POST /ref-update HTTP/1.1" 200 156 0.009179 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.254 - - [2025-08-04 02:09:31] "POST /ref-update HTTP/1.1" 200 156 0.010222 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.254 - - [2025-08-04 02:09:31] "POST /ref-update HTTP/1.1" 200 156 0.010381 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.254 - - [2025-08-04 02:09:31] "POST /ref-update HTTP/1.1" 200 156 0.009646 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.254 - - [2025-08-04 02:09:31] "POST /ref-update HTTP/1.1" 200 156 0.008906 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.254 - - [2025-08-04 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.254 - - [2025-08-04 02:09:32] "POST /ref-update HTTP/1.1" 200 156 0.008732 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.254 - - [2025-08-04 02:09:32] "POST /ref-update HTTP/1.1" 200 156 0.010903 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.254 - - [2025-08-04 02:09:32] "POST /ref-update HTTP/1.1" 200 156 0.009372 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.254 - - [2025-08-04 02:09:32] "POST /ref-update HTTP/1.1" 200 156 0.008380 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.254 - - [2025-08-04 02:09:32] "POST /ref-update HTTP/1.1" 200 156 0.013752 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.254 - - [2025-08-04 02:09:32] "POST /ref-update HTTP/1.1" 200 156 0.008620 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.254 - - [2025-08-04 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.254 - - [2025-08-04 02:09:32] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.254 - - [2025-08-04 02:09:33] "POST /ref-update HTTP/1.1" 200 156 0.010018 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.254 - - [2025-08-04 02:09:33] "POST /ref-update HTTP/1.1" 200 156 0.011156 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.254 - - [2025-08-04 02:09:33] "POST /ref-update HTTP/1.1" 200 156 0.009923 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.254 - - [2025-08-04 02:09:33] "POST /ref-update HTTP/1.1" 200 156 0.008876 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.254 - - [2025-08-04 02:09:33] "POST /ref-update HTTP/1.1" 200 156 0.008292 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.254 - - [2025-08-04 02:09:33] "POST /ref-update HTTP/1.1" 200 156 0.010545 10.0.0.254 - - [2025-08-04 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.254 - - [2025-08-04 02:09:34] "POST /ref-update HTTP/1.1" 200 156 0.011076 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.254 - - [2025-08-04 02:09:34] "POST /ref-update HTTP/1.1" 200 156 0.009970 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.254 - - [2025-08-04 02:09:34] "POST /ref-update HTTP/1.1" 200 156 0.011737 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.254 - - [2025-08-04 02:09:34] "POST /ref-update HTTP/1.1" 200 156 0.008692 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.254 - - [2025-08-04 02:09:34] "POST /ref-update HTTP/1.1" 200 156 0.011675 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.254 - - [2025-08-04 02:09:34] "POST /ref-update HTTP/1.1" 200 156 0.009870 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.254 - - [2025-08-04 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.254 - - [2025-08-04 02:09:34] "POST /ref-update HTTP/1.1" 200 156 0.008813 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.254 - - [2025-08-04 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.008701 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.254 - - [2025-08-04 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.008695 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.254 - - [2025-08-04 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.008665 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.254 - - [2025-08-04 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.009782 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.254 - - [2025-08-04 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.009228 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.254 - - [2025-08-04 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.010549 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.254 - - [2025-08-04 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009013 10.0.0.254 - - [2025-08-04 02:09:36] "POST /ref-update HTTP/1.1" 200 156 0.009767 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.254 - - [2025-08-04 02:09:36] "POST /ref-update HTTP/1.1" 200 156 0.008699 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.254 - - [2025-08-04 02:09:36] "POST /ref-update HTTP/1.1" 200 156 0.014676 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.254 - - [2025-08-04 02:09:36] "POST /ref-update HTTP/1.1" 200 156 0.009740 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.254 - - [2025-08-04 02:09:36] "POST /ref-update HTTP/1.1" 200 156 0.009154 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.254 - - [2025-08-04 02:09:36] "POST /ref-update HTTP/1.1" 200 156 0.008419 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.254 - - [2025-08-04 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.254 - - [2025-08-04 02:09:36] "POST /ref-update HTTP/1.1" 200 156 0.011436 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.254 - - [2025-08-04 02:09:37] "POST /ref-update HTTP/1.1" 200 156 0.008872 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.254 - - [2025-08-04 02:09:37] "POST /ref-update HTTP/1.1" 200 156 0.010911 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.254 - - [2025-08-04 02:09:37] "POST /ref-update HTTP/1.1" 200 156 0.008967 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.011329 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.254 - - [2025-08-04 02:09:37] "POST /ref-update HTTP/1.1" 200 156 0.025312 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.254 - - [2025-08-04 02:09:37] "POST /ref-update HTTP/1.1" 200 156 0.016036 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.254 - - [2025-08-04 02:09:37] "POST /ref-update HTTP/1.1" 200 156 0.012932 10.0.0.254 - - [2025-08-04 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.254 - - [2025-08-04 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.009189 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.254 - - [2025-08-04 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.009094 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.254 - - [2025-08-04 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.017599 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.254 - - [2025-08-04 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.009964 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.254 - - [2025-08-04 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.010186 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.254 - - [2025-08-04 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.008957 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.254 - - [2025-08-04 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.254 - - [2025-08-04 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.007723 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.254 - - [2025-08-04 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.254 - - [2025-08-04 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.008811 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.254 - - [2025-08-04 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.008756 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.254 - - [2025-08-04 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.007728 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.254 - - [2025-08-04 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.008729 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.254 - - [2025-08-04 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.008716 10.0.0.254 - - [2025-08-04 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.254 - - [2025-08-04 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.008107 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.254 - - [2025-08-04 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.008370 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.254 - - [2025-08-04 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.007780 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.254 - - [2025-08-04 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.009457 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.254 - - [2025-08-04 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.014301 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.254 - - [2025-08-04 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.012100 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.254 - - [2025-08-04 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.254 - - [2025-08-04 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.010514 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.254 - - [2025-08-04 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.010338 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.254 - - [2025-08-04 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.009934 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.254 - - [2025-08-04 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.011939 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.254 - - [2025-08-04 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.009693 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.254 - - [2025-08-04 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.009069 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.254 - - [2025-08-04 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.008167 10.0.0.254 - - [2025-08-04 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.254 - - [2025-08-04 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.010653 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.254 - - [2025-08-04 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.011153 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.254 - - [2025-08-04 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.008669 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.254 - - [2025-08-04 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.008685 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.254 - - [2025-08-04 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.013294 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.254 - - [2025-08-04 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.009673 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.254 - - [2025-08-04 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.254 - - [2025-08-04 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.010050 10.0.0.254 - - [2025-08-04 02:09:43] "POST /network-ipams HTTP/1.1" 200 552 0.017540 10.0.0.254 - - [2025-08-04 02:09:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004666 10.0.0.254 - - [2025-08-04 02:09:43] "POST /virtual-networks HTTP/1.1" 200 554 0.115458 10.0.0.254 - - [2025-08-04 02:09:43] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002682 10.0.0.254 - - [2025-08-04 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.003525 10.0.0.254 - - [2025-08-04 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 178 0.003215 10.0.0.254 - - [2025-08-04 02:09:43] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002925 10.0.0.254 - - [2025-08-04 02:09:43] "GET /fabric/d7ce22fd-7d8c-409b-8af3-f9f7f1285e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.004111 10.0.0.254 - - [2025-08-04 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.002866 10.0.0.254 - - [2025-08-04 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.002983 10.0.0.254 - - [2025-08-04 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.002765 10.0.0.254 - - [2025-08-04 02:09:43] "POST /route-targets HTTP/1.1" 200 328 0.017033 10.0.0.254 - - [2025-08-04 02:09:43] "POST /ref-update HTTP/1.1" 200 156 0.011530 10.0.0.254 - - [2025-08-04 02:09:59] "GET / HTTP/1.1" 200 36215 0.001825 10.0.0.254 - - [2025-08-04 02:09:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.254 - - [2025-08-04 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.032312 10.0.0.254 - - [2025-08-04 02:10:00] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.010202 10.0.0.254 - - [2025-08-04 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.003891 10.0.0.254 - - [2025-08-04 02:10:00] "POST /database-nodes HTTP/1.1" 200 605 0.024538 10.0.0.254 - - [2025-08-04 02:10:32] "GET / HTTP/1.1" 200 36215 0.001698 10.0.0.254 - - [2025-08-04 02:10:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.254 - - [2025-08-04 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.023437 10.0.0.254 - - [2025-08-04 02:10:32] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007857 10.0.0.254 - - [2025-08-04 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.002928 10.0.0.254 - - [2025-08-04 02:10:33] "POST /analytics-nodes HTTP/1.1" 200 607 0.016024 10.0.0.254 - - [2025-08-04 02:10:38] "GET / HTTP/1.1" 200 36215 0.002069 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.254 - - [2025-08-04 02:10:41] "GET /obj-perms HTTP/1.1" 200 5075 0.356796 10.0.0.254 - - [2025-08-04 02:10:42] "GET /obj-perms HTTP/1.1" 200 5075 0.044489 10.0.0.254 - - [2025-08-04 02:10:46] "GET / HTTP/1.1" 200 36215 0.001450 10.0.0.254 - - [2025-08-04 02:10:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429 10.0.0.254 - - [2025-08-04 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.025936 10.0.0.254 - - [2025-08-04 02:10:47] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.009973 10.0.0.254 - - [2025-08-04 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.002915 10.0.0.254 - - [2025-08-04 02:10:47] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.033735 10.0.0.254 - - [2025-08-04 02:10:55] "GET / HTTP/1.1" 200 36215 0.002430 10.0.0.254 - - [2025-08-04 02:10:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.254 - - [2025-08-04 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.030006 10.0.0.254 - - [2025-08-04 02:10:55] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006919 10.0.0.254 - - [2025-08-04 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.002725 10.0.0.254 - - [2025-08-04 02:10:56] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.033178 10.0.0.254 - - [2025-08-04 02:11:42] "GET /obj-perms HTTP/1.1" 200 5075 0.048792 10.0.0.254 - - [2025-08-04 02:11:42] "GET /obj-perms HTTP/1.1" 200 5075 0.042392 10.0.0.254 - - [2025-08-04 02:12:25] "GET / HTTP/1.1" 200 36215 0.001657 10.0.0.254 - - [2025-08-04 02:12:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.254 - - [2025-08-04 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.022666 10.0.0.254 - - [2025-08-04 02:12:26] "GET /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005366 10.0.0.254 - - [2025-08-04 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.254 - - [2025-08-04 02:12:26] "GET /routing-instance/da9cc22f-1b93-4a27-984f-8b806e3da7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004116 10.0.0.254 - - [2025-08-04 02:12:26] "PUT /global-system-config/f5cc10c8-81f4-4ea8-8a33-a06505b06026 HTTP/1.1" 200 275 0.011123 10.0.0.254 - - [2025-08-04 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 218 0.002928 10.0.0.254 - - [2025-08-04 02:12:26] "POST /virtual-routers HTTP/1.1" 200 605 0.018325 10.0.0.254 - - [2025-08-04 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.254 - - [2025-08-04 02:12:26] "GET /virtual-router/b8ec3ca7-41e5-4c0f-bea7-f48352fcc204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1258 0.005155 10.0.0.254 - - [2025-08-04 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.003268 10.0.0.254 - - [2025-08-04 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007434 10.0.0.254 - - [2025-08-04 02:12:26] "GET /virtual-network/153a0d31-582e-4d41-a970-6c3e3d81b9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005954 10.0.0.254 - - [2025-08-04 02:12:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.048730 10.0.0.254 - - [2025-08-04 02:12:27] "PUT /access-control-list/906208f4-9eb9-4e54-90e8-cfa4da13f059 HTTP/1.1" 200 273 0.010188 [Introspect:8084]10.0.0.254 - - [2025-08-04 02:12:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000797 [Introspect:8084]10.0.0.254 - - [2025-08-04 02:12:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000873 [Introspect:8084]10.0.0.254 - - [2025-08-04 02:12:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000827 [Introspect:8084]10.0.0.254 - - [2025-08-04 02:12:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000865 10.0.0.254 - - [2025-08-04 02:12:43] "GET /obj-perms HTTP/1.1" 200 5075 0.047288 10.0.0.254 - - [2025-08-04 02:12:43] "GET /obj-perms HTTP/1.1" 200 5075 0.044678 10.0.0.254 - - [2025-08-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.254 - - [2025-08-04 02:12:43] "GET /virtual-router/b8ec3ca7-41e5-4c0f-bea7-f48352fcc204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1258 0.003538 10.0.0.254 - - [2025-08-04 02:13:31] "GET / HTTP/1.1" 200 36215 0.001862 10.0.0.254 - - [2025-08-04 02:13:31] "GET /project/27b571c6-9b33-4f7e-ac89-6dc03c65cb60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000432 10.0.0.254 - - [2025-08-04 02:13:32] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002857 10.0.0.254 - - [2025-08-04 02:13:32] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.254 - - [2025-08-04 02:13:32] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047946 10.0.0.254 - - [2025-08-04 02:13:32] "POST /id-to-fqname HTTP/1.1" 200 167 0.002232 10.0.0.254 - - [2025-08-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 176 0.002984 10.0.0.254 - - [2025-08-04 02:13:32] "POST /security-groups HTTP/1.1" 200 568 0.066942 10.0.0.254 - - [2025-08-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.002235 10.0.0.254 - - [2025-08-04 02:13:32] "POST /projects HTTP/1.1" 200 539 0.226042 10.0.0.254 - - [2025-08-04 02:13:32] "POST /access-control-lists HTTP/1.1" 200 575 0.059031 10.0.0.254 - - [2025-08-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.295790 10.0.0.254 - - [2025-08-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.002811 10.0.0.254 - - [2025-08-04 02:13:32] "GET /project/27b571c6-9b33-4f7e-ac89-6dc03c65cb60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.460923 10.0.0.254 - - [2025-08-04 02:13:32] "POST /access-control-lists HTTP/1.1" 200 573 0.061535 [Introspect:8084]10.0.0.254 - - [2025-08-04 02:13:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001161 10.0.0.254 - - [2025-08-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.022304 10.0.0.254 - - [2025-08-04 02:13:33] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002985 10.0.0.254 - - [2025-08-04 02:13:33] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.254 - - [2025-08-04 02:13:33] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007946 10.0.0.254 - - [2025-08-04 02:13:33] "POST /id-to-fqname HTTP/1.1" 200 201 0.001225 10.0.0.254 - - [2025-08-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.002297 10.0.0.254 - - [2025-08-04 02:13:33] "POST /security-groups HTTP/1.1" 200 602 0.059765 10.0.0.254 - - [2025-08-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.002629 10.0.0.254 - - [2025-08-04 02:13:33] "POST /projects HTTP/1.1" 200 607 0.213241 10.0.0.254 - - [2025-08-04 02:13:33] "POST /access-control-lists HTTP/1.1" 200 609 0.059672 10.0.0.254 - - [2025-08-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.280550 10.0.0.254 - - [2025-08-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.002865 10.0.0.254 - - [2025-08-04 02:13:33] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.403198 10.0.0.254 - - [2025-08-04 02:13:33] "POST /access-control-lists HTTP/1.1" 200 607 0.084486 10.0.0.254 - - [2025-08-04 02:13:34] "GET / HTTP/1.1" 200 36215 0.001800 10.0.0.254 - - [2025-08-04 02:13:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000644 10.0.0.254 - - [2025-08-04 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.046994 10.0.0.254 - - [2025-08-04 02:13:35] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001042 10.0.0.254 - - [2025-08-04 02:13:35] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.025058 10.0.0.254 - - [2025-08-04 02:13:35] "POST /neutron/network HTTP/1.1" 200 117 0.034443 10.0.0.254 - - [2025-08-04 02:13:35] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001134 10.0.0.254 - - [2025-08-04 02:13:36] "POST /neutron/network HTTP/1.1" 200 620 0.076572 10.0.0.254 - - [2025-08-04 02:13:36] "POST /route-targets HTTP/1.1" 200 328 0.009901 10.0.0.254 - - [2025-08-04 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.012477 10.0.0.254 - - [2025-08-04 02:13:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002519 10.0.0.254 - - [2025-08-04 02:13:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.150532 10.0.0.254 - - [2025-08-04 02:13:36] "POST /neutron/network HTTP/1.1" 200 839 0.005149 10.0.0.254 - - [2025-08-04 02:13:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001159 10.0.0.254 - - [2025-08-04 02:13:36] "GET /virtual-network/0bed70ab-28f9-474a-9329-d80dc745b289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004593 10.0.0.254 - - [2025-08-04 02:13:36] "POST /neutron/network HTTP/1.1" 200 839 0.005122 10.0.0.254 - - [2025-08-04 02:13:36] "GET /virtual-network/0bed70ab-28f9-474a-9329-d80dc745b289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005987 10.0.0.254 - - [2025-08-04 02:13:36] "POST /neutron/network HTTP/1.1" 200 839 0.005129 10.0.0.254 - - [2025-08-04 02:13:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.006247 10.0.0.254 - - [2025-08-04 02:13:36] "GET /domains HTTP/1.1" 401 293 0.000358 10.0.0.254 - - [2025-08-04 02:13:36] "GET /domains HTTP/1.1" 200 281 0.024741 10.0.0.254 - - [2025-08-04 02:13:36] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.254 - - [2025-08-04 02:13:36] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2595 0.017456 10.0.0.254 - - [2025-08-04 02:13:36] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000985 10.0.0.254 - - [2025-08-04 02:13:36] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c HTTP/1.1" 200 2185 0.067382 10.0.0.254 - - [2025-08-04 02:13:36] "GET /virtual-network/0bed70ab-28f9-474a-9329-d80dc745b289 HTTP/1.1" 200 2345 0.005853 10.0.0.254 - - [2025-08-04 02:13:36] "GET /virtual-network/0bed70ab-28f9-474a-9329-d80dc745b289 HTTP/1.1" 200 2345 0.004657 10.0.0.254 - - [2025-08-04 02:13:36] "GET /routing-instance/2844aef8-a475-483a-ba05-7cec092b80ee HTTP/1.1" 200 1497 0.003399 10.0.0.254 - - [2025-08-04 02:13:36] "GET /routing-instance/2844aef8-a475-483a-ba05-7cec092b80ee HTTP/1.1" 200 1497 0.003202 10.0.0.254 - - [2025-08-04 02:13:36] "GET /route-target/4dd9357e-1b84-4175-9f22-08d69324b74d HTTP/1.1" 200 1221 0.002953 10.0.0.254 - - [2025-08-04 02:13:36] "GET /virtual-network/0bed70ab-28f9-474a-9329-d80dc745b289 HTTP/1.1" 200 2345 0.004470 10.0.0.254 - - [2025-08-04 02:13:36] "GET /routing-instance/2844aef8-a475-483a-ba05-7cec092b80ee HTTP/1.1" 200 1497 0.003035 10.0.0.254 - - [2025-08-04 02:13:36] "GET /virtual-network/0bed70ab-28f9-474a-9329-d80dc745b289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004536 10.0.0.254 - - [2025-08-04 02:13:36] "GET /virtual-network/0bed70ab-28f9-474a-9329-d80dc745b289 HTTP/1.1" 200 2345 0.004834 10.0.0.254 - - [2025-08-04 02:13:36] "GET /routing-instance/2844aef8-a475-483a-ba05-7cec092b80ee HTTP/1.1" 200 1497 0.003066 10.0.0.254 - - [2025-08-04 02:13:36] "GET /routing-instance/2844aef8-a475-483a-ba05-7cec092b80ee HTTP/1.1" 200 1497 0.003143 10.0.0.254 - - [2025-08-04 02:13:36] "GET /route-target/4dd9357e-1b84-4175-9f22-08d69324b74d HTTP/1.1" 200 1221 0.002733 10.0.0.254 - - [2025-08-04 02:13:36] "GET /domains HTTP/1.1" 200 281 0.002868 10.0.0.254 - - [2025-08-04 02:13:36] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.254 - - [2025-08-04 02:13:36] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2595 0.006731 10.0.0.254 - - [2025-08-04 02:13:36] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001292 10.0.0.254 - - [2025-08-04 02:13:37] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c HTTP/1.1" 200 2185 0.069816 10.0.0.254 - - [2025-08-04 02:13:37] "GET /virtual-network/0bed70ab-28f9-474a-9329-d80dc745b289 HTTP/1.1" 200 2345 0.004848 10.0.0.254 - - [2025-08-04 02:13:37] "GET /obj-perms HTTP/1.1" 200 5071 0.045444 10.0.0.254 - - [2025-08-04 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001829 10.0.0.254 - - [2025-08-04 02:13:38] "POST /neutron/network HTTP/1.1" 200 849 0.005893 10.0.0.254 - - [2025-08-04 02:13:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000421 10.0.0.254 - - [2025-08-04 02:13:39] "GET / HTTP/1.1" 200 36215 0.001743 10.0.0.254 - - [2025-08-04 02:13:39] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.254 - - [2025-08-04 02:13:39] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.019867 10.0.0.254 - - [2025-08-04 02:13:39] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.064998 10.0.0.254 - - [2025-08-04 02:13:40] "POST /neutron/network HTTP/1.1" 200 839 0.024542 10.0.0.254 - - [2025-08-04 02:13:40] "DELETE /project/27b571c69b334f7eac896dc03c65cb60 HTTP/1.1" 404 173 0.026390 10.0.0.254 - - [2025-08-04 02:13:40] "DELETE /project/98368bb995794c00bfd5313ccd10298c HTTP/1.1" 404 173 0.049828 10.0.0.254 - - [2025-08-04 02:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.005823 10.0.0.254 - - [2025-08-04 02:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.004937 10.0.0.254 - - [2025-08-04 02:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.005574 10.0.0.254 - - [2025-08-04 02:13:41] "POST /neutron/network HTTP/1.1" 200 849 0.010830 10.0.0.254 - - [2025-08-04 02:13:41] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001230 10.0.0.254 - - [2025-08-04 02:13:41] "POST /neutron/port HTTP/1.1" 200 1071 0.206280 10.0.0.254 - - [2025-08-04 02:13:41] "POST /neutron/port HTTP/1.1" 200 1071 0.028106 10.0.0.254 - - [2025-08-04 02:13:41] "POST /neutron/port HTTP/1.1" 200 1071 0.007667 10.0.0.254 - - [2025-08-04 02:13:42] "POST /neutron/port HTTP/1.1" 200 1125 0.049239 10.0.0.254 - - [2025-08-04 02:13:42] "POST /neutron/port HTTP/1.1" 200 1099 0.010618 10.0.0.254 - - [2025-08-04 02:13:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003135 10.0.0.254 - - [2025-08-04 02:13:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.007694 10.0.0.254 - - [2025-08-04 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.254 - - [2025-08-04 02:13:42] "POST /neutron/network HTTP/1.1" 200 839 0.005303 10.0.0.254 - - [2025-08-04 02:13:43] "GET /obj-perms HTTP/1.1" 200 5075 0.043700 10.0.0.254 - - [2025-08-04 02:13:44] "GET /obj-perms HTTP/1.1" 200 5075 0.045151 10.0.0.254 - - [2025-08-04 02:13:45] "POST /neutron/port HTTP/1.1" 200 1099 0.011255 10.0.0.254 - - [2025-08-04 02:13:45] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006409 10.0.0.254 - - [2025-08-04 02:13:45] "GET /obj-perms HTTP/1.1" 200 5071 0.003255 10.0.0.254 - - [2025-08-04 02:13:46] "GET /obj-perms HTTP/1.1" 200 5071 0.003270 10.0.0.254 - - [2025-08-04 02:13:47] "GET /obj-perms HTTP/1.1" 200 5071 0.003288 10.0.0.254 - - [2025-08-04 02:13:48] "GET /obj-perms HTTP/1.1" 200 5071 0.003560 10.0.0.254 - - [2025-08-04 02:13:49] "GET /obj-perms HTTP/1.1" 200 5071 0.003439 10.0.0.254 - - [2025-08-04 02:13:50] "POST /neutron/network HTTP/1.1" 200 839 0.006099 10.0.0.254 - - [2025-08-04 02:13:50] "POST /neutron/network HTTP/1.1" 400 204 0.009731 10.0.0.254 - - [2025-08-04 02:13:51] "POST /neutron/port HTTP/1.1" 200 1099 0.012767 10.0.0.254 - - [2025-08-04 02:13:51] "POST /neutron/port HTTP/1.1" 200 1125 0.011061 10.0.0.254 - - [2025-08-04 02:13:51] "POST /neutron/port HTTP/1.1" 200 151 0.098725 10.0.0.254 - - [2025-08-04 02:13:52] "POST /neutron/network HTTP/1.1" 200 839 0.005389 10.0.0.254 - - [2025-08-04 02:13:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003728 10.0.0.254 - - [2025-08-04 02:13:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002133 10.0.0.254 - - [2025-08-04 02:13:52] "POST /neutron/network HTTP/1.1" 200 151 0.083198 10.0.0.254 - - [2025-08-04 02:13:52] "GET /routing-instance/2844aef8-a475-483a-ba05-7cec092b80ee HTTP/1.1" 404 171 0.002610 10.0.0.254 - - [2025-08-04 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.029157 10.0.0.254 - - [2025-08-04 02:13:52] "GET /domains HTTP/1.1" 200 281 0.003750 10.0.0.254 - - [2025-08-04 02:13:52] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.254 - - [2025-08-04 02:13:52] "DELETE /route-target/4dd9357e-1b84-4175-9f22-08d69324b74d HTTP/1.1" 200 115 0.017065 10.0.0.254 - - [2025-08-04 02:13:53] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2595 0.052613 10.0.0.254 - - [2025-08-04 02:13:53] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001048 10.0.0.254 - - [2025-08-04 02:13:53] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c HTTP/1.1" 200 1934 0.068398 10.0.0.254 - - [2025-08-04 02:13:53] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001131 10.0.0.254 - - [2025-08-04 02:13:53] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.036215 10.0.0.254 - - [2025-08-04 02:13:53] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001556 10.0.0.254 - - [2025-08-04 02:13:53] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?fields=virtual_networks HTTP/1.1" 200 1067 0.070256 10.0.0.254 - - [2025-08-04 02:13:53] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001008 10.0.0.254 - - [2025-08-04 02:13:53] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.026593 10.0.0.254 - - [2025-08-04 02:13:53] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001107 10.0.0.254 - - [2025-08-04 02:13:53] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?fields=security_groups HTTP/1.1" 200 1305 0.035386 10.0.0.254 - - [2025-08-04 02:13:54] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001598 10.0.0.254 - - [2025-08-04 02:13:54] "GET /project/27b571c6-9b33-4f7e-ac89-6dc03c65cb60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.027356 10.0.0.254 - - [2025-08-04 02:13:55] "GET /global-system-configs HTTP/1.1" 200 323 0.005885 10.0.0.254 - - [2025-08-04 02:13:55] "GET /obj-perms HTTP/1.1" 200 5075 0.063034 10.0.0.254 - - [2025-08-04 02:13:55] "GET /global-system-configs HTTP/1.1" 200 323 0.002725 10.0.0.254 - - [2025-08-04 02:13:55] "GET /obj-perms HTTP/1.1" 200 5075 0.026985 10.0.0.254 - - [2025-08-04 02:13:58] "POST /fqname-to-id HTTP/1.1" 404 200 0.028888 10.0.0.254 - - [2025-08-04 02:13:59] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002959 10.0.0.254 - - [2025-08-04 02:13:59] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.254 - - [2025-08-04 02:13:59] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007009 10.0.0.254 - - [2025-08-04 02:13:59] "POST /id-to-fqname HTTP/1.1" 200 202 0.001341 10.0.0.254 - - [2025-08-04 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.002354 10.0.0.254 - - [2025-08-04 02:13:59] "POST /security-groups HTTP/1.1" 200 603 0.059794 10.0.0.254 - - [2025-08-04 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 246 0.003562 10.0.0.254 - - [2025-08-04 02:13:59] "POST /projects HTTP/1.1" 200 609 0.223985 10.0.0.254 - - [2025-08-04 02:13:59] "POST /access-control-lists HTTP/1.1" 200 610 0.059452 10.0.0.254 - - [2025-08-04 02:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.296932 10.0.0.254 - - [2025-08-04 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.002769 10.0.0.254 - - [2025-08-04 02:13:59] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.417890 10.0.0.254 - - [2025-08-04 02:13:59] "POST /access-control-lists HTTP/1.1" 200 608 0.069189 10.0.0.254 - - [2025-08-04 02:14:00] "GET / HTTP/1.1" 200 36215 0.001973 10.0.0.254 - - [2025-08-04 02:14:00] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001012 10.0.0.254 - - [2025-08-04 02:14:00] "GET /project/27b571c6-9b33-4f7e-ac89-6dc03c65cb60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.025209 10.0.0.254 - - [2025-08-04 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.254 - - [2025-08-04 02:14:01] "GET /security-group/17441f39-34e6-4b3e-b508-0925b6f42ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.004800 10.0.0.254 - - [2025-08-04 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.254 - - [2025-08-04 02:14:01] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001300 10.0.0.254 - - [2025-08-04 02:14:01] "GET /project/27b571c6-9b33-4f7e-ac89-6dc03c65cb60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.025889 10.0.0.254 - - [2025-08-04 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.254 - - [2025-08-04 02:14:01] "GET /security-group/17441f39-34e6-4b3e-b508-0925b6f42ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.003790 10.0.0.254 - - [2025-08-04 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.254 - - [2025-08-04 02:14:01] "PUT /security-group/17441f39-34e6-4b3e-b508-0925b6f42ffc HTTP/1.1" 200 263 0.013252 10.0.0.254 - - [2025-08-04 02:14:01] "PUT /access-control-list/01568934-17e2-497c-9890-fe087ed953ee HTTP/1.1" 200 273 0.008432 10.0.0.254 - - [2025-08-04 02:14:01] "PUT /access-control-list/3ff00d3d-c781-47c8-93c5-a2f5b136896f HTTP/1.1" 200 273 0.009316 10.0.0.254 - - [2025-08-04 02:14:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.254 - - [2025-08-04 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.054716 10.0.0.254 - - [2025-08-04 02:14:02] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001384 10.0.0.254 - - [2025-08-04 02:14:02] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.037755 10.0.0.254 - - [2025-08-04 02:14:02] "POST /neutron/network HTTP/1.1" 200 117 0.029384 10.0.0.254 - - [2025-08-04 02:14:02] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001228 10.0.0.254 - - [2025-08-04 02:14:02] "POST /neutron/network HTTP/1.1" 200 619 0.100212 10.0.0.254 - - [2025-08-04 02:14:02] "POST /route-targets HTTP/1.1" 200 328 0.011451 10.0.0.254 - - [2025-08-04 02:14:02] "POST /ref-update HTTP/1.1" 200 156 0.012720 10.0.0.254 - - [2025-08-04 02:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003734 10.0.0.254 - - [2025-08-04 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.172582 10.0.0.254 - - [2025-08-04 02:14:02] "POST /neutron/network HTTP/1.1" 200 838 0.005600 10.0.0.254 - - [2025-08-04 02:14:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001344 10.0.0.254 - - [2025-08-04 02:14:02] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004848 10.0.0.254 - - [2025-08-04 02:14:03] "POST /neutron/network HTTP/1.1" 200 838 0.006453 10.0.0.254 - - [2025-08-04 02:14:03] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007354 10.0.0.254 - - [2025-08-04 02:14:03] "POST /neutron/network HTTP/1.1" 200 838 0.006086 10.0.0.254 - - [2025-08-04 02:14:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.007098 10.0.0.254 - - [2025-08-04 02:14:03] "GET /domains HTTP/1.1" 401 293 0.000410 10.0.0.254 - - [2025-08-04 02:14:03] "GET /domains HTTP/1.1" 200 281 0.028652 10.0.0.254 - - [2025-08-04 02:14:03] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.254 - - [2025-08-04 02:14:03] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2794 0.009244 10.0.0.254 - - [2025-08-04 02:14:03] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.254 - - [2025-08-04 02:14:03] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b HTTP/1.1" 200 2191 0.074213 10.0.0.254 - - [2025-08-04 02:14:03] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0 HTTP/1.1" 200 2345 0.006683 10.0.0.254 - - [2025-08-04 02:14:03] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0 HTTP/1.1" 200 2345 0.004188 10.0.0.254 - - [2025-08-04 02:14:03] "GET /routing-instance/5c14de43-4b96-47b7-b852-b77cc919f3e0 HTTP/1.1" 200 1494 0.004499 10.0.0.254 - - [2025-08-04 02:14:03] "GET /routing-instance/5c14de43-4b96-47b7-b852-b77cc919f3e0 HTTP/1.1" 200 1494 0.003029 10.0.0.254 - - [2025-08-04 02:14:03] "GET /route-target/b9ee971d-06a4-4ff7-888d-a6c6cf73f814 HTTP/1.1" 200 1220 0.003770 10.0.0.254 - - [2025-08-04 02:14:03] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0 HTTP/1.1" 200 2345 0.008142 10.0.0.254 - - [2025-08-04 02:14:03] "GET /routing-instance/5c14de43-4b96-47b7-b852-b77cc919f3e0 HTTP/1.1" 200 1494 0.004902 10.0.0.254 - - [2025-08-04 02:14:03] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007205 10.0.0.254 - - [2025-08-04 02:14:03] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0 HTTP/1.1" 200 2345 0.005825 10.0.0.254 - - [2025-08-04 02:14:03] "GET /routing-instance/5c14de43-4b96-47b7-b852-b77cc919f3e0 HTTP/1.1" 200 1494 0.003555 10.0.0.254 - - [2025-08-04 02:14:03] "GET /routing-instance/5c14de43-4b96-47b7-b852-b77cc919f3e0 HTTP/1.1" 200 1494 0.003914 10.0.0.254 - - [2025-08-04 02:14:03] "GET /route-target/b9ee971d-06a4-4ff7-888d-a6c6cf73f814 HTTP/1.1" 200 1220 0.003403 10.0.0.254 - - [2025-08-04 02:14:03] "GET /domains HTTP/1.1" 200 281 0.002456 10.0.0.254 - - [2025-08-04 02:14:03] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.254 - - [2025-08-04 02:14:03] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2794 0.006824 10.0.0.254 - - [2025-08-04 02:14:03] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002254 10.0.0.254 - - [2025-08-04 02:14:03] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b HTTP/1.1" 200 2191 0.072333 10.0.0.254 - - [2025-08-04 02:14:03] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0 HTTP/1.1" 200 2345 0.006454 10.0.0.254 - - [2025-08-04 02:14:04] "GET /obj-perms HTTP/1.1" 200 5073 0.050521 10.0.0.254 - - [2025-08-04 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.254 - - [2025-08-04 02:14:04] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001509 10.0.0.254 - - [2025-08-04 02:14:04] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.028153 10.0.0.254 - - [2025-08-04 02:14:04] "POST /neutron/network HTTP/1.1" 200 117 0.016829 10.0.0.254 - - [2025-08-04 02:14:04] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.254 - - [2025-08-04 02:14:04] "POST /neutron/network HTTP/1.1" 200 619 0.070644 10.0.0.254 - - [2025-08-04 02:14:04] "POST /route-targets HTTP/1.1" 200 328 0.009340 10.0.0.254 - - [2025-08-04 02:14:04] "POST /ref-update HTTP/1.1" 200 156 0.010299 10.0.0.254 - - [2025-08-04 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002914 10.0.0.254 - - [2025-08-04 02:14:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.188256 10.0.0.254 - - [2025-08-04 02:14:04] "POST /neutron/network HTTP/1.1" 200 838 0.005485 10.0.0.254 - - [2025-08-04 02:14:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001224 10.0.0.254 - - [2025-08-04 02:14:04] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004876 10.0.0.254 - - [2025-08-04 02:14:04] "POST /neutron/network HTTP/1.1" 200 838 0.005383 10.0.0.254 - - [2025-08-04 02:14:04] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007681 10.0.0.254 - - [2025-08-04 02:14:04] "POST /neutron/network HTTP/1.1" 200 838 0.005232 10.0.0.254 - - [2025-08-04 02:14:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.006719 10.0.0.254 - - [2025-08-04 02:14:04] "GET /domains HTTP/1.1" 200 281 0.002120 10.0.0.254 - - [2025-08-04 02:14:04] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.254 - - [2025-08-04 02:14:04] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2794 0.006868 10.0.0.254 - - [2025-08-04 02:14:04] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.254 - - [2025-08-04 02:14:04] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b HTTP/1.1" 200 2420 0.075203 10.0.0.254 - - [2025-08-04 02:14:04] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d HTTP/1.1" 200 2343 0.006288 10.0.0.254 - - [2025-08-04 02:14:04] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d HTTP/1.1" 200 2343 0.004784 10.0.0.254 - - [2025-08-04 02:14:04] "GET /routing-instance/dfe22f1d-6b99-425e-8be2-af4e40db45ab HTTP/1.1" 200 1495 0.004262 10.0.0.254 - - [2025-08-04 02:14:04] "GET /routing-instance/dfe22f1d-6b99-425e-8be2-af4e40db45ab HTTP/1.1" 200 1495 0.003594 10.0.0.254 - - [2025-08-04 02:14:04] "GET /route-target/f6398b5a-068a-4049-8b8d-c41418d8ebb6 HTTP/1.1" 200 1221 0.003064 10.0.0.254 - - [2025-08-04 02:14:04] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d HTTP/1.1" 200 2343 0.004616 10.0.0.254 - - [2025-08-04 02:14:04] "GET /routing-instance/dfe22f1d-6b99-425e-8be2-af4e40db45ab HTTP/1.1" 200 1495 0.003383 10.0.0.254 - - [2025-08-04 02:14:04] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004435 10.0.0.254 - - [2025-08-04 02:14:04] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d HTTP/1.1" 200 2343 0.004442 10.0.0.254 - - [2025-08-04 02:14:04] "GET /routing-instance/dfe22f1d-6b99-425e-8be2-af4e40db45ab HTTP/1.1" 200 1495 0.003026 10.0.0.254 - - [2025-08-04 02:14:04] "GET /routing-instance/dfe22f1d-6b99-425e-8be2-af4e40db45ab HTTP/1.1" 200 1495 0.003502 10.0.0.254 - - [2025-08-04 02:14:04] "GET /route-target/f6398b5a-068a-4049-8b8d-c41418d8ebb6 HTTP/1.1" 200 1221 0.003073 10.0.0.254 - - [2025-08-04 02:14:04] "GET /domains HTTP/1.1" 200 281 0.002433 10.0.0.254 - - [2025-08-04 02:14:04] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.254 - - [2025-08-04 02:14:04] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2794 0.006802 10.0.0.254 - - [2025-08-04 02:14:04] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000911 10.0.0.254 - - [2025-08-04 02:14:05] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b HTTP/1.1" 200 2420 0.068790 10.0.0.254 - - [2025-08-04 02:14:05] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d HTTP/1.1" 200 2343 0.006324 10.0.0.254 - - [2025-08-04 02:14:05] "GET /obj-perms HTTP/1.1" 200 5073 0.003327 10.0.0.254 - - [2025-08-04 02:14:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001346 10.0.0.254 - - [2025-08-04 02:14:05] "POST /neutron/network HTTP/1.1" 200 848 0.005818 10.0.0.254 - - [2025-08-04 02:14:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000419 10.0.0.254 - - [2025-08-04 02:14:05] "GET / HTTP/1.1" 200 36215 0.001724 10.0.0.254 - - [2025-08-04 02:14:05] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000438 10.0.0.254 - - [2025-08-04 02:14:05] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.254 - - [2025-08-04 02:14:05] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.050497 10.0.0.254 - - [2025-08-04 02:14:05] "POST /neutron/network HTTP/1.1" 200 838 0.005199 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.007838 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.006808 10.0.0.254 - - [2025-08-04 02:14:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001283 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.005063 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/network HTTP/1.1" 200 848 0.005923 10.0.0.254 - - [2025-08-04 02:14:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000405 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/network HTTP/1.1" 200 848 0.005734 10.0.0.254 - - [2025-08-04 02:14:06] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.254 - - [2025-08-04 02:14:06] "GET / HTTP/1.1" 200 36215 0.003360 10.0.0.254 - - [2025-08-04 02:14:06] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001214 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/port HTTP/1.1" 200 1072 0.224927 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/port HTTP/1.1" 200 1072 0.010564 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/port HTTP/1.1" 200 1072 0.009094 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/port HTTP/1.1" 200 1126 0.064967 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/port HTTP/1.1" 200 1100 0.011467 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003118 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.007162 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.254 - - [2025-08-04 02:14:06] "POST /neutron/network HTTP/1.1" 200 838 0.004952 10.0.0.254 - - [2025-08-04 02:14:06] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.254 - - [2025-08-04 02:14:07] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.067805 10.0.0.254 - - [2025-08-04 02:14:07] "POST /neutron/network HTTP/1.1" 200 838 0.005324 10.0.0.254 - - [2025-08-04 02:14:07] "POST /neutron/port HTTP/1.1" 200 1100 0.015920 10.0.0.254 - - [2025-08-04 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015477 10.0.0.254 - - [2025-08-04 02:14:07] "POST /neutron/port HTTP/1.1" 200 117 0.004946 10.0.0.254 - - [2025-08-04 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.254 - - [2025-08-04 02:14:07] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.254 - - [2025-08-04 02:14:07] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.041353 10.0.0.254 - - [2025-08-04 02:14:07] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005780 10.0.0.254 - - [2025-08-04 02:14:07] "GET /floating-ip-pools?parent_id=e181da67-3d00-462a-ab43-645266f973b0&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004685 10.0.0.254 - - [2025-08-04 02:14:07] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007092 10.0.0.254 - - [2025-08-04 02:14:07] "POST /neutron/network HTTP/1.1" 200 848 0.010509 10.0.0.254 - - [2025-08-04 02:14:07] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.254 - - [2025-08-04 02:14:07] "POST /floating-ip-pools HTTP/1.1" 200 611 0.046422 10.0.0.254 - - [2025-08-04 02:14:07] "POST /ref-update HTTP/1.1" 200 156 0.015981 10.0.0.254 - - [2025-08-04 02:14:07] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.022599 10.0.0.254 - - [2025-08-04 02:14:07] "GET /domains HTTP/1.1" 200 281 0.011471 10.0.0.254 - - [2025-08-04 02:14:07] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.254 - - [2025-08-04 02:14:07] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2794 0.014666 10.0.0.254 - - [2025-08-04 02:14:07] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.254 - - [2025-08-04 02:14:07] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b HTTP/1.1" 200 3265 0.084544 10.0.0.254 - - [2025-08-04 02:14:07] "POST /neutron/port HTTP/1.1" 200 1072 0.323873 10.0.0.254 - - [2025-08-04 02:14:07] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0 HTTP/1.1" 200 3160 0.006175 10.0.0.254 - - [2025-08-04 02:14:07] "GET /floating-ip-pool/7050b5f5-5c33-404d-8cce-a1a641fd668a HTTP/1.1" 200 1444 0.004798 10.0.0.254 - - [2025-08-04 02:14:07] "GET /domains HTTP/1.1" 200 281 0.003024 10.0.0.254 - - [2025-08-04 02:14:07] "POST /neutron/port HTTP/1.1" 200 1072 0.012356 10.0.0.254 - - [2025-08-04 02:14:07] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.254 - - [2025-08-04 02:14:07] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2794 0.010161 10.0.0.254 - - [2025-08-04 02:14:07] "POST /neutron/port HTTP/1.1" 200 1072 0.011645 10.0.0.254 - - [2025-08-04 02:14:07] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/port HTTP/1.1" 200 1126 0.065338 10.0.0.254 - - [2025-08-04 02:14:08] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b HTTP/1.1" 200 3265 0.088281 10.0.0.254 - - [2025-08-04 02:14:08] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0 HTTP/1.1" 200 3160 0.005950 10.0.0.254 - - [2025-08-04 02:14:08] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004728 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/port HTTP/1.1" 200 1100 0.010846 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003946 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/port HTTP/1.1" 200 1100 0.013195 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.007373 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010302 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/network HTTP/1.1" 200 838 0.005589 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/port HTTP/1.1" 200 1100 0.019002 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006835 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/port HTTP/1.1" 200 1100 0.012158 10.0.0.254 - - [2025-08-04 02:14:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006394 10.0.0.254 - - [2025-08-04 02:14:08] "GET /virtual-machine/0c699152-fbaa-4d47-8cc5-7ffa73dac128 HTTP/1.1" 200 1305 0.004210 10.0.0.254 - - [2025-08-04 02:14:08] "GET /virtual-machine-interface/a8454059-7c44-4d69-a751-24fcdc31ec8b HTTP/1.1" 200 3012 0.004562 10.0.0.254 - - [2025-08-04 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.254 - - [2025-08-04 02:14:08] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003214 10.0.0.254 - - [2025-08-04 02:14:08] "GET /virtual-networks?parent_id=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004157 10.0.0.254 - - [2025-08-04 02:14:08] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005517 10.0.0.254 - - [2025-08-04 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.254 - - [2025-08-04 02:14:11] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004697 10.0.0.254 - - [2025-08-04 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.254 - - [2025-08-04 02:14:15] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005117 10.0.0.254 - - [2025-08-04 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.254 - - [2025-08-04 02:14:17] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003132 10.0.0.254 - - [2025-08-04 02:14:17] "GET /virtual-networks?parent_id=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002935 10.0.0.254 - - [2025-08-04 02:14:17] "GET /virtual-network/0de72d92-bf49-4d60-81ed-ff4bbc29196d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005264 10.0.0.254 - - [2025-08-04 02:14:17] "POST /neutron/port HTTP/1.1" 200 1100 0.012242 10.0.0.254 - - [2025-08-04 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006291 10.0.0.254 - - [2025-08-04 02:14:18] "POST /neutron/port HTTP/1.1" 200 1100 0.032771 10.0.0.254 - - [2025-08-04 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005505 10.0.0.254 - - [2025-08-04 02:14:18] "POST /neutron/port HTTP/1.1" 200 1100 0.011488 10.0.0.254 - - [2025-08-04 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006068 10.0.0.254 - - [2025-08-04 02:14:23] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.254 - - [2025-08-04 02:14:23] "POST /neutron/floatingip HTTP/1.1" 200 530 0.064322 10.0.0.254 - - [2025-08-04 02:14:23] "POST /neutron/port HTTP/1.1" 200 1100 0.012832 10.0.0.254 - - [2025-08-04 02:14:23] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005501 10.0.0.254 - - [2025-08-04 02:14:23] "POST /neutron/floatingip HTTP/1.1" 200 577 0.031726 10.0.0.254 - - [2025-08-04 02:14:23] "POST /neutron/port HTTP/1.1" 200 1100 0.021160 10.0.0.254 - - [2025-08-04 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017785 10.0.0.254 - - [2025-08-04 02:14:23] "POST /neutron/port HTTP/1.1" 200 1100 0.011251 10.0.0.254 - - [2025-08-04 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006293 10.0.0.254 - - [2025-08-04 02:14:23] "POST /neutron/port HTTP/1.1" 200 1100 0.011322 10.0.0.254 - - [2025-08-04 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005553 10.0.0.254 - - [2025-08-04 02:14:23] "GET /virtual-machine/9f1a7632-a298-4371-b0a3-81e5e5429c1c HTTP/1.1" 200 1307 0.004443 10.0.0.254 - - [2025-08-04 02:14:23] "GET /virtual-machine-interface/a60193e0-8b70-4bfb-b072-532100cfe081 HTTP/1.1" 200 3012 0.004434 10.0.0.254 - - [2025-08-04 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.254 - - [2025-08-04 02:14:23] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002780 10.0.0.254 - - [2025-08-04 02:14:23] "GET /virtual-networks?parent_id=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002800 10.0.0.254 - - [2025-08-04 02:14:23] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005535 10.0.0.254 - - [2025-08-04 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.254 - - [2025-08-04 02:14:24] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003579 10.0.0.254 - - [2025-08-04 02:14:24] "GET /virtual-networks?parent_id=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002889 10.0.0.254 - - [2025-08-04 02:14:24] "GET /virtual-network/e181da67-3d00-462a-ab43-645266f973b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005335 10.0.0.254 - - [2025-08-04 02:14:24] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009986 10.0.0.254 - - [2025-08-04 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002210 10.0.0.254 - - [2025-08-04 02:14:24] "GET /routing-instance/5c14de43-4b96-47b7-b852-b77cc919f3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002787 10.0.0.254 - - [2025-08-04 02:14:24] "GET /route-target/b9ee971d-06a4-4ff7-888d-a6c6cf73f814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003682 10.0.0.254 - - [2025-08-04 02:14:24] "GET /floating-ip/09d91dc0-0c82-469e-8a16-724ee3401176 HTTP/1.1" 200 1891 0.004729 10.0.0.254 - - [2025-08-04 02:14:27] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009088 10.0.0.254 - - [2025-08-04 02:14:27] "POST /neutron/floatingip HTTP/1.1" 200 530 0.019730 10.0.0.254 - - [2025-08-04 02:14:27] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005622 10.0.0.254 - - [2025-08-04 02:14:27] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031582 10.0.0.254 - - [2025-08-04 02:14:27] "GET /floating-ip-pool/7050b5f5-5c33-404d-8cce-a1a641fd668a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003234 10.0.0.254 - - [2025-08-04 02:14:27] "POST /ref-update HTTP/1.1" 200 156 0.007600 10.0.0.254 - - [2025-08-04 02:14:27] "DELETE /floating-ip-pool/7050b5f5-5c33-404d-8cce-a1a641fd668a HTTP/1.1" 200 115 0.023389 10.0.0.254 - - [2025-08-04 02:14:27] "POST /neutron/network HTTP/1.1" 200 838 0.006488 10.0.0.254 - - [2025-08-04 02:14:27] "POST /neutron/network HTTP/1.1" 400 204 0.010876 10.0.0.254 - - [2025-08-04 02:14:28] "POST /neutron/port HTTP/1.1" 200 1100 0.011348 10.0.0.254 - - [2025-08-04 02:14:28] "POST /neutron/port HTTP/1.1" 200 1126 0.010656 10.0.0.254 - - [2025-08-04 02:14:28] "POST /neutron/port HTTP/1.1" 200 1100 0.010939 10.0.0.254 - - [2025-08-04 02:14:28] "POST /neutron/port HTTP/1.1" 200 1126 0.008719 10.0.0.254 - - [2025-08-04 02:14:28] "POST /neutron/port HTTP/1.1" 200 151 0.120934 10.0.0.254 - - [2025-08-04 02:14:28] "POST /neutron/port HTTP/1.1" 200 151 0.119374 10.0.0.254 - - [2025-08-04 02:14:29] "POST /neutron/network HTTP/1.1" 200 838 0.005371 10.0.0.254 - - [2025-08-04 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.254 - - [2025-08-04 02:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.023941 10.0.0.254 - - [2025-08-04 02:14:30] "DELETE /route-target/f6398b5a-068a-4049-8b8d-c41418d8ebb6 HTTP/1.1" 200 115 0.019359 10.0.0.254 - - [2025-08-04 02:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003093 10.0.0.254 - - [2025-08-04 02:14:30] "POST /neutron/network HTTP/1.1" 200 151 0.100427 10.0.0.254 - - [2025-08-04 02:14:30] "GET /routing-instance/dfe22f1d-6b99-425e-8be2-af4e40db45ab HTTP/1.1" 404 171 0.002299 10.0.0.254 - - [2025-08-04 02:14:30] "GET /domains HTTP/1.1" 200 281 0.002518 10.0.0.254 - - [2025-08-04 02:14:30] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.254 - - [2025-08-04 02:14:30] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2794 0.047852 10.0.0.254 - - [2025-08-04 02:14:30] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.254 - - [2025-08-04 02:14:30] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b HTTP/1.1" 200 2191 0.069200 10.0.0.254 - - [2025-08-04 02:14:30] "POST /neutron/network HTTP/1.1" 200 838 0.005402 10.0.0.254 - - [2025-08-04 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.254 - - [2025-08-04 02:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003413 10.0.0.254 - - [2025-08-04 02:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002037 10.0.0.254 - - [2025-08-04 02:14:30] "POST /neutron/network HTTP/1.1" 200 151 0.086717 10.0.0.254 - - [2025-08-04 02:14:30] "DELETE /route-target/b9ee971d-06a4-4ff7-888d-a6c6cf73f814 HTTP/1.1" 200 115 0.018559 10.0.0.254 - - [2025-08-04 02:14:30] "GET /routing-instance/5c14de43-4b96-47b7-b852-b77cc919f3e0 HTTP/1.1" 404 171 0.002134 10.0.0.254 - - [2025-08-04 02:14:30] "GET /domains HTTP/1.1" 200 281 0.002284 10.0.0.254 - - [2025-08-04 02:14:30] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.254 - - [2025-08-04 02:14:30] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2794 0.049480 10.0.0.254 - - [2025-08-04 02:14:30] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.254 - - [2025-08-04 02:14:30] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b HTTP/1.1" 200 1940 0.070032 10.0.0.254 - - [2025-08-04 02:14:30] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.254 - - [2025-08-04 02:14:30] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.026298 10.0.0.254 - - [2025-08-04 02:14:30] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.254 - - [2025-08-04 02:14:30] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?fields=virtual_networks HTTP/1.1" 200 1069 0.069402 10.0.0.254 - - [2025-08-04 02:14:30] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.254 - - [2025-08-04 02:14:30] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.028910 10.0.0.254 - - [2025-08-04 02:14:30] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.254 - - [2025-08-04 02:14:31] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?fields=security_groups HTTP/1.1" 200 1308 0.040066 10.0.0.254 - - [2025-08-04 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.022387 10.0.0.254 - - [2025-08-04 02:14:31] "GET /projects?obj_uuids=b1d629a3-85a4-4683-b07a-6c011bb81d5c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002446 10.0.0.254 - - [2025-08-04 02:14:31] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.254 - - [2025-08-04 02:14:31] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007210 10.0.0.254 - - [2025-08-04 02:14:31] "POST /id-to-fqname HTTP/1.1" 200 185 0.002895 10.0.0.254 - - [2025-08-04 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.002821 10.0.0.254 - - [2025-08-04 02:14:32] "POST /security-groups HTTP/1.1" 200 586 0.063832 10.0.0.254 - - [2025-08-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.002442 10.0.0.254 - - [2025-08-04 02:14:32] "POST /projects HTTP/1.1" 200 575 0.212495 10.0.0.254 - - [2025-08-04 02:14:32] "POST /access-control-lists HTTP/1.1" 200 593 0.062080 10.0.0.254 - - [2025-08-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.281090 10.0.0.254 - - [2025-08-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.002661 10.0.0.254 - - [2025-08-04 02:14:32] "GET /project/b1d629a3-85a4-4683-b07a-6c011bb81d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.401829 10.0.0.254 - - [2025-08-04 02:14:32] "POST /access-control-lists HTTP/1.1" 200 591 0.064111 10.0.0.254 - - [2025-08-04 02:14:33] "GET / HTTP/1.1" 200 36215 0.002607 10.0.0.254 - - [2025-08-04 02:14:34] "GET /projects?obj_uuids=b1d629a3-85a4-4683-b07a-6c011bb81d5c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001205 10.0.0.254 - - [2025-08-04 02:14:34] "GET /project/b1d629a3-85a4-4683-b07a-6c011bb81d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.033344 10.0.0.254 - - [2025-08-04 02:14:34] "GET /projects?obj_uuids=b1d629a3-85a4-4683-b07a-6c011bb81d5c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.254 - - [2025-08-04 02:14:34] "GET /project/b1d629a3-85a4-4683-b07a-6c011bb81d5c?fields=virtual_networks HTTP/1.1" 200 1035 0.075306 10.0.0.254 - - [2025-08-04 02:14:34] "GET /projects?obj_uuids=b1d629a3-85a4-4683-b07a-6c011bb81d5c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001811 10.0.0.254 - - [2025-08-04 02:14:34] "GET /project/b1d629a3-85a4-4683-b07a-6c011bb81d5c?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.032642 10.0.0.254 - - [2025-08-04 02:14:34] "GET /projects?obj_uuids=b1d629a3-85a4-4683-b07a-6c011bb81d5c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001082 10.0.0.254 - - [2025-08-04 02:14:34] "GET /project/b1d629a3-85a4-4683-b07a-6c011bb81d5c?fields=security_groups HTTP/1.1" 200 1257 0.028276 10.0.0.254 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.028378 10.0.0.254 - - [2025-08-04 02:14:35] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002967 10.0.0.254 - - [2025-08-04 02:14:35] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.254 - - [2025-08-04 02:14:35] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008062 10.0.0.254 - - [2025-08-04 02:14:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001436 10.0.0.254 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.005801 10.0.0.254 - - [2025-08-04 02:14:35] "POST /security-groups HTTP/1.1" 200 586 0.064634 10.0.0.254 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.002582 10.0.0.254 - - [2025-08-04 02:14:35] "POST /projects HTTP/1.1" 200 575 0.234346 10.0.0.254 - - [2025-08-04 02:14:35] "POST /access-control-lists HTTP/1.1" 200 593 0.059983 10.0.0.254 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.304444 10.0.0.254 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.003697 10.0.0.254 - - [2025-08-04 02:14:36] "GET /project/42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.474070 10.0.0.254 - - [2025-08-04 02:14:36] "POST /access-control-lists HTTP/1.1" 200 591 0.085040 10.0.0.254 - - [2025-08-04 02:14:37] "GET / HTTP/1.1" 200 36215 0.002082 10.0.0.254 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.002969 10.0.0.254 - - [2025-08-04 02:14:37] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001175 10.0.0.254 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.004079 10.0.0.254 - - [2025-08-04 02:14:37] "POST /access-control-lists HTTP/1.1" 200 592 0.019063 10.0.0.254 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.002786 10.0.0.254 - - [2025-08-04 02:14:37] "POST /access-control-lists HTTP/1.1" 200 590 0.018126 10.0.0.254 - - [2025-08-04 02:14:37] "PUT /access-control-list/c7f54907-d8e6-4105-83ad-3b3806ff919d HTTP/1.1" 200 273 0.022153 10.0.0.254 - - [2025-08-04 02:14:38] "PUT /access-control-list/3ddb4327-e98d-4c72-bbdb-a25f42e55fd0 HTTP/1.1" 200 273 0.009523 10.0.0.254 - - [2025-08-04 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 1364 0.436487 10.0.0.254 - - [2025-08-04 02:14:38] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001321 10.0.0.254 - - [2025-08-04 02:14:38] "PUT /access-control-list/3ddb4327-e98d-4c72-bbdb-a25f42e55fd0 HTTP/1.1" 200 273 0.023196 10.0.0.254 - - [2025-08-04 02:14:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.034375 10.0.0.254 - - [2025-08-04 02:14:38] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009786 10.0.0.254 - - [2025-08-04 02:14:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.138103 10.0.0.254 - - [2025-08-04 02:14:38] "PUT /access-control-list/3ddb4327-e98d-4c72-bbdb-a25f42e55fd0 HTTP/1.1" 200 273 0.013120 10.0.0.254 - - [2025-08-04 02:14:38] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014074 10.0.0.254 - - [2025-08-04 02:14:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125412 10.0.0.254 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.005378 10.0.0.254 - - [2025-08-04 02:14:38] "PUT /access-control-list/3ddb4327-e98d-4c72-bbdb-a25f42e55fd0 HTTP/1.1" 200 273 0.012584 10.0.0.254 - - [2025-08-04 02:14:38] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001206 10.0.0.254 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.009281 10.0.0.254 - - [2025-08-04 02:14:38] "POST /access-control-lists HTTP/1.1" 200 592 0.016428 10.0.0.254 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 227 0.003340 10.0.0.254 - - [2025-08-04 02:14:38] "POST /access-control-lists HTTP/1.1" 200 590 0.021411 10.0.0.254 - - [2025-08-04 02:14:38] "PUT /access-control-list/76bd252e-db19-43f5-9f9d-f39fe0ccea01 HTTP/1.1" 200 273 0.010585 10.0.0.254 - - [2025-08-04 02:14:38] "PUT /access-control-list/55e49afb-9574-4999-8e96-5152eff653d5 HTTP/1.1" 200 273 0.028883 10.0.0.254 - - [2025-08-04 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 1364 0.354988 10.0.0.254 - - [2025-08-04 02:14:38] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001013 10.0.0.254 - - [2025-08-04 02:14:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.040501 10.0.0.254 - - [2025-08-04 02:14:38] "PUT /access-control-list/55e49afb-9574-4999-8e96-5152eff653d5 HTTP/1.1" 200 273 0.024809 10.0.0.254 - - [2025-08-04 02:14:38] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011058 10.0.0.254 - - [2025-08-04 02:14:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132118 10.0.0.254 - - [2025-08-04 02:14:39] "PUT /access-control-list/55e49afb-9574-4999-8e96-5152eff653d5 HTTP/1.1" 200 273 0.014556 10.0.0.254 - - [2025-08-04 02:14:39] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.029100 10.0.0.254 - - [2025-08-04 02:14:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.148021 10.0.0.254 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000367 10.0.0.254 - - [2025-08-04 02:14:39] "PUT /access-control-list/55e49afb-9574-4999-8e96-5152eff653d5 HTTP/1.1" 200 273 0.007780 10.0.0.254 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.026026 10.0.0.254 - - [2025-08-04 02:14:39] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001320 10.0.0.254 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 245 0.002970 10.0.0.254 - - [2025-08-04 02:14:39] "POST /access-control-lists HTTP/1.1" 200 609 0.022100 10.0.0.254 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 244 0.002752 10.0.0.254 - - [2025-08-04 02:14:39] "POST /access-control-lists HTTP/1.1" 200 607 0.020329 10.0.0.254 - - [2025-08-04 02:14:39] "PUT /access-control-list/059787ca-b53a-4423-aa58-d07c4bc4a536 HTTP/1.1" 200 273 0.008608 10.0.0.254 - - [2025-08-04 02:14:39] "PUT /access-control-list/878d923f-34e4-4768-aebf-61fcefe3312e HTTP/1.1" 200 273 0.011084 10.0.0.254 - - [2025-08-04 02:14:40] "POST /neutron/security_group HTTP/1.1" 200 1379 0.410790 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001180 10.0.0.254 - - [2025-08-04 02:14:40] "PUT /access-control-list/878d923f-34e4-4768-aebf-61fcefe3312e HTTP/1.1" 200 273 0.025362 10.0.0.254 - - [2025-08-04 02:14:40] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.039719 10.0.0.254 - - [2025-08-04 02:14:40] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009833 10.0.0.254 - - [2025-08-04 02:14:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.166615 10.0.0.254 - - [2025-08-04 02:14:40] "PUT /access-control-list/878d923f-34e4-4768-aebf-61fcefe3312e HTTP/1.1" 200 273 0.017272 10.0.0.254 - - [2025-08-04 02:14:40] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016851 10.0.0.254 - - [2025-08-04 02:14:40] "DELETE /project/b1d629a385a44683b07a6c011bb81d5c HTTP/1.1" 404 173 0.019952 10.0.0.254 - - [2025-08-04 02:14:40] "DELETE /project/fdbf9feda1394c2d97c1e69cc26e230b HTTP/1.1" 404 173 0.014513 10.0.0.254 - - [2025-08-04 02:14:40] "DELETE /project/42c63cd9a2f74f0aa0a498ce4b75b94d HTTP/1.1" 404 173 0.009899 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=b1d629a3-85a4-4683-b07a-6c011bb81d5c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001202 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000968 10.0.0.254 - - [2025-08-04 02:14:40] "GET /project/b1d629a3-85a4-4683-b07a-6c011bb81d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.065867 10.0.0.254 - - [2025-08-04 02:14:40] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.080470 10.0.0.254 - - [2025-08-04 02:14:40] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.083073 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=b1d629a3-85a4-4683-b07a-6c011bb81d5c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000949 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000832 10.0.0.254 - - [2025-08-04 02:14:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.277399 10.0.0.254 - - [2025-08-04 02:14:40] "PUT /access-control-list/878d923f-34e4-4768-aebf-61fcefe3312e HTTP/1.1" 200 273 0.032440 10.0.0.254 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.011553 10.0.0.254 - - [2025-08-04 02:14:40] "GET /project/b1d629a3-85a4-4683-b07a-6c011bb81d5c?fields=security_groups HTTP/1.1" 200 1359 0.065781 10.0.0.254 - - [2025-08-04 02:14:40] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?fields=security_groups HTTP/1.1" 200 1407 0.074727 10.0.0.254 - - [2025-08-04 02:14:40] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?fields=security_groups HTTP/1.1" 200 1410 0.081712 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001227 10.0.0.254 - - [2025-08-04 02:14:40] "DELETE /access-control-list/c889a87d-c3ad-4787-935a-844cbb72c0a0 HTTP/1.1" 200 115 0.050036 10.0.0.254 - - [2025-08-04 02:14:40] "DELETE /security-group/4e0402e2-c98e-4019-9960-e6e6f32ed7f7 HTTP/1.1" 200 115 0.093918 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=b1d629a3-85a4-4683-b07a-6c011bb81d5c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001354 10.0.0.254 - - [2025-08-04 02:14:40] "DELETE /security-group/a85ef917-0e98-4ab8-9498-c4d0e7655b2c HTTP/1.1" 200 115 0.103594 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=98368bb9-9579-4c00-bfd5-313ccd10298c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001589 10.0.0.254 - - [2025-08-04 02:14:40] "DELETE /security-group/31462493-870a-42b4-bd66-73345a0b3415 HTTP/1.1" 200 115 0.121459 10.0.0.254 - - [2025-08-04 02:14:40] "GET /projects?obj_uuids=fdbf9fed-a139-4c2d-97c1-e69cc26e230b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001796 10.0.0.254 - - [2025-08-04 02:14:40] "GET /project/b1d629a3-85a4-4683-b07a-6c011bb81d5c?fields=application_policy_sets HTTP/1.1" 200 1398 0.092646 10.0.0.254 - - [2025-08-04 02:14:40] "DELETE /access-control-list/6c095f7f-684d-4cd3-b2d1-74a4b85b6225 HTTP/1.1" 200 115 0.099840 10.0.0.254 - - [2025-08-04 02:14:40] "GET /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b?fields=application_policy_sets HTTP/1.1" 200 1449 0.068328 10.0.0.254 - - [2025-08-04 02:14:40] "GET /project/98368bb9-9579-4c00-bfd5-313ccd10298c?fields=application_policy_sets HTTP/1.1" 200 1446 0.105688 10.0.0.254 - - [2025-08-04 02:14:40] "DELETE /access-control-list/c43cbcc3-f2c6-4f74-8999-fa4f8f4227a6 HTTP/1.1" 200 115 0.047882 10.0.0.254 - - [2025-08-04 02:14:40] "DELETE /access-control-list/30554307-0c4a-49af-91e0-6524ee02d467 HTTP/1.1" 200 115 0.046267 10.0.0.254 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.004606 10.0.0.254 - - [2025-08-04 02:14:41] "DELETE /project/b1d629a3-85a4-4683-b07a-6c011bb81d5c HTTP/1.1" 200 115 0.626916 10.0.0.254 - - [2025-08-04 02:14:41] "POST /access-control-lists HTTP/1.1" 200 609 0.047188 10.0.0.254 - - [2025-08-04 02:14:41] "DELETE /project/fdbf9fed-a139-4c2d-97c1-e69cc26e230b HTTP/1.1" 200 115 0.640047 10.0.0.254 - - [2025-08-04 02:14:41] "DELETE /project/98368bb9-9579-4c00-bfd5-313ccd10298c HTTP/1.1" 200 115 0.637095 10.0.0.254 - - [2025-08-04 02:14:41] "POST /fqname-to-id HTTP/1.1" 404 244 0.003041 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/security_group HTTP/1.1" 200 1379 0.570590 10.0.0.254 - - [2025-08-04 02:14:41] "POST /access-control-lists HTTP/1.1" 200 607 0.024600 10.0.0.254 - - [2025-08-04 02:14:41] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001176 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.036625 10.0.0.254 - - [2025-08-04 02:14:41] "DELETE /access-control-list/55e9142b-77d0-4708-a0b7-17f530a4d211 HTTP/1.1" 200 115 0.024367 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.024169 10.0.0.254 - - [2025-08-04 02:14:41] "DELETE /access-control-list/1005bd2d-bca0-4754-89e4-de9ee892d8b7 HTTP/1.1" 200 115 0.031239 10.0.0.254 - - [2025-08-04 02:14:41] "PUT /access-control-list/93150a72-e9e6-4833-bb6a-29c4d8f1d2d5 HTTP/1.1" 200 273 0.011853 10.0.0.254 - - [2025-08-04 02:14:41] "PUT /access-control-list/6e4ec791-e5b6-4a98-9145-67023a75eff8 HTTP/1.1" 200 273 0.015660 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131513 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008665 10.0.0.254 - - [2025-08-04 02:14:41] "PUT /access-control-list/6e4ec791-e5b6-4a98-9145-67023a75eff8 HTTP/1.1" 200 273 0.008951 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.122527 10.0.0.254 - - [2025-08-04 02:14:41] "PUT /access-control-list/6e4ec791-e5b6-4a98-9145-67023a75eff8 HTTP/1.1" 200 273 0.008232 10.0.0.254 - - [2025-08-04 02:14:41] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001270 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/router HTTP/1.1" 200 541 0.048932 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/router HTTP/1.1" 200 541 0.005022 10.0.0.254 - - [2025-08-04 02:14:41] "POST /route-targets HTTP/1.1" 200 328 0.013884 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/router HTTP/1.1" 200 541 0.003451 10.0.0.254 - - [2025-08-04 02:14:41] "PUT /logical-router/f168bfd7-8998-4edf-b494-ef4bebdeb3f0 HTTP/1.1" 200 263 0.021407 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/router HTTP/1.1" 200 541 0.004857 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/router HTTP/1.1" 200 541 0.003763 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/router HTTP/1.1" 200 541 0.003652 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/router HTTP/1.1" 200 541 0.003351 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/router HTTP/1.1" 200 541 0.003809 10.0.0.254 - - [2025-08-04 02:14:41] "POST /neutron/router HTTP/1.1" 200 541 0.003017 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003748 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.004108 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003555 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003592 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.004063 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003172 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003521 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003494 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003936 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003905 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003615 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.004141 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003566 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003596 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003925 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003762 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003848 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.004050 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.004495 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003779 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003710 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.004683 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.005507 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003709 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.022977 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 541 0.003461 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 542 0.019131 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 542 0.004552 10.0.0.254 - - [2025-08-04 02:14:42] "GET /logical-router/f168bfd7-8998-4edf-b494-ef4bebdeb3f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004433 10.0.0.254 - - [2025-08-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008395 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 151 0.055527 10.0.0.254 - - [2025-08-04 02:14:42] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001588 10.0.0.254 - - [2025-08-04 02:14:42] "DELETE /route-target/0fbd8327-66d3-4bc5-855c-9518f0a1259a HTTP/1.1" 200 115 0.018452 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.057842 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.005745 10.0.0.254 - - [2025-08-04 02:14:42] "POST /route-targets HTTP/1.1" 200 328 0.015921 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.006120 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.006549 10.0.0.254 - - [2025-08-04 02:14:42] "PUT /logical-router/1196930f-1e9b-4418-9d8f-778bbd6ea425 HTTP/1.1" 200 263 0.024953 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.005457 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.004669 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003702 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003508 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003263 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003735 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003816 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.014963 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003999 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003547 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003764 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003745 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.004089 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003814 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.004292 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003855 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003747 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003825 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003874 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003883 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.004359 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.003816 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.004464 10.0.0.254 - - [2025-08-04 02:14:42] "POST /neutron/router HTTP/1.1" 200 559 0.004337 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 559 0.003618 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 559 0.003772 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 559 0.003803 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 559 0.004252 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 559 0.004211 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 559 0.019200 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 559 0.004068 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 559 0.023952 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 559 0.004134 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 151 0.057149 10.0.0.254 - - [2025-08-04 02:14:43] "GET /logical-router/1196930f-1e9b-4418-9d8f-778bbd6ea425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009466 10.0.0.254 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.254 - - [2025-08-04 02:14:43] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001224 10.0.0.254 - - [2025-08-04 02:14:43] "DELETE /route-target/18e7a087-8bc2-4788-82ac-108009d44d7b HTTP/1.1" 200 115 0.037930 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.068139 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.010020 10.0.0.254 - - [2025-08-04 02:14:43] "POST /route-targets HTTP/1.1" 200 328 0.019576 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.005777 10.0.0.254 - - [2025-08-04 02:14:43] "PUT /logical-router/cc0d8ce1-738a-46bf-8ebf-0167c63d44b1 HTTP/1.1" 200 263 0.034875 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.016432 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003352 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003754 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004494 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004237 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004115 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003602 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.006892 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.005380 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.005134 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.005100 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004460 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004945 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003535 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004235 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.009365 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004750 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.005722 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004630 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003571 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003664 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004206 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003965 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003871 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004294 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003651 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003472 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.007854 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004609 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003862 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.036176 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.004470 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.021323 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 542 0.003952 10.0.0.254 - - [2025-08-04 02:14:43] "GET /logical-router/cc0d8ce1-738a-46bf-8ebf-0167c63d44b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002734 10.0.0.254 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.254 - - [2025-08-04 02:14:43] "POST /neutron/router HTTP/1.1" 200 151 0.058515 10.0.0.254 - - [2025-08-04 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 521 0.003806 10.0.0.254 - - [2025-08-04 02:14:44] "DELETE /route-target/ed18040a-64a5-4f92-a6f6-20bb31eb693c HTTP/1.1" 200 115 0.034895 10.0.0.254 - - [2025-08-04 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 151 0.059242 10.0.0.254 - - [2025-08-04 02:14:44] "DELETE /access-control-list/93150a72-e9e6-4833-bb6a-29c4d8f1d2d5 HTTP/1.1" 200 115 0.024729 10.0.0.254 - - [2025-08-04 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 521 0.003216 10.0.0.254 - - [2025-08-04 02:14:44] "DELETE /access-control-list/6e4ec791-e5b6-4a98-9145-67023a75eff8 HTTP/1.1" 200 115 0.033398 10.0.0.254 - - [2025-08-04 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 151 0.048678 10.0.0.254 - - [2025-08-04 02:14:44] "DELETE /access-control-list/059787ca-b53a-4423-aa58-d07c4bc4a536 HTTP/1.1" 200 115 0.022422 10.0.0.254 - - [2025-08-04 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 506 0.004227 10.0.0.254 - - [2025-08-04 02:14:44] "DELETE /access-control-list/878d923f-34e4-4768-aebf-61fcefe3312e HTTP/1.1" 200 115 0.019760 10.0.0.254 - - [2025-08-04 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 151 0.078820 10.0.0.254 - - [2025-08-04 02:14:44] "DELETE /access-control-list/76bd252e-db19-43f5-9f9d-f39fe0ccea01 HTTP/1.1" 200 115 0.042235 10.0.0.254 - - [2025-08-04 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 506 0.006065 10.0.0.254 - - [2025-08-04 02:14:44] "DELETE /access-control-list/55e49afb-9574-4999-8e96-5152eff653d5 HTTP/1.1" 200 115 0.031317 10.0.0.254 - - [2025-08-04 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 151 0.066152 10.0.0.254 - - [2025-08-04 02:14:44] "DELETE /access-control-list/c7f54907-d8e6-4105-83ad-3b3806ff919d HTTP/1.1" 200 115 0.028715 10.0.0.254 - - [2025-08-04 02:14:44] "DELETE /access-control-list/3ddb4327-e98d-4c72-bbdb-a25f42e55fd0 HTTP/1.1" 200 115 0.032309 10.0.0.254 - - [2025-08-04 02:14:44] "GET /obj-perms HTTP/1.1" 200 5075 0.048002 10.0.0.254 - - [2025-08-04 02:14:44] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001212 10.0.0.254 - - [2025-08-04 02:14:44] "GET /project/42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045852 10.0.0.254 - - [2025-08-04 02:14:44] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001403 10.0.0.254 - - [2025-08-04 02:14:44] "GET /project/42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d?fields=virtual_networks HTTP/1.1" 200 1034 0.026740 10.0.0.254 - - [2025-08-04 02:14:44] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001163 10.0.0.254 - - [2025-08-04 02:14:44] "GET /project/42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.028158 10.0.0.254 - - [2025-08-04 02:14:44] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001146 10.0.0.254 - - [2025-08-04 02:14:44] "GET /project/42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d?fields=security_groups HTTP/1.1" 200 1256 0.032460 10.0.0.254 - - [2025-08-04 02:14:45] "GET /obj-perms HTTP/1.1" 200 5075 0.330936 10.0.0.254 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.027011 10.0.0.254 - - [2025-08-04 02:14:45] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003585 10.0.0.254 - - [2025-08-04 02:14:45] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001871 10.0.0.254 - - [2025-08-04 02:14:45] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009100 10.0.0.254 - - [2025-08-04 02:14:45] "POST /id-to-fqname HTTP/1.1" 200 186 0.001339 10.0.0.254 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.004050 10.0.0.254 - - [2025-08-04 02:14:46] "POST /security-groups HTTP/1.1" 200 587 0.064817 10.0.0.254 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 230 0.003507 10.0.0.254 - - [2025-08-04 02:14:46] "POST /projects HTTP/1.1" 200 577 0.214382 10.0.0.254 - - [2025-08-04 02:14:46] "POST /access-control-lists HTTP/1.1" 200 594 0.065196 10.0.0.254 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.284785 10.0.0.254 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002634 10.0.0.254 - - [2025-08-04 02:14:46] "GET /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.414589 10.0.0.254 - - [2025-08-04 02:14:46] "POST /access-control-lists HTTP/1.1" 200 592 0.066521 10.0.0.254 - - [2025-08-04 02:14:47] "GET / HTTP/1.1" 200 36215 0.001845 10.0.0.254 - - [2025-08-04 02:14:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.254 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.060369 10.0.0.254 - - [2025-08-04 02:14:48] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001056 10.0.0.254 - - [2025-08-04 02:14:48] "GET /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.022829 10.0.0.254 - - [2025-08-04 02:14:48] "POST /neutron/network HTTP/1.1" 200 117 0.031687 10.0.0.254 - - [2025-08-04 02:14:48] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002026 10.0.0.254 - - [2025-08-04 02:14:48] "POST /neutron/network HTTP/1.1" 200 601 0.069156 10.0.0.254 - - [2025-08-04 02:14:48] "POST /route-targets HTTP/1.1" 200 328 0.011156 10.0.0.254 - - [2025-08-04 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.013021 10.0.0.254 - - [2025-08-04 02:14:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009385 10.0.0.254 - - [2025-08-04 02:14:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.151410 10.0.0.254 - - [2025-08-04 02:14:48] "POST /neutron/network HTTP/1.1" 200 821 0.006671 10.0.0.254 - - [2025-08-04 02:14:48] "POST /id-to-fqname HTTP/1.1" 200 216 0.001343 10.0.0.254 - - [2025-08-04 02:14:48] "GET /virtual-network/e6868856-761a-42ff-8f06-b9156597366a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005290 10.0.0.254 - - [2025-08-04 02:14:48] "POST /neutron/network HTTP/1.1" 200 821 0.005775 10.0.0.254 - - [2025-08-04 02:14:48] "GET /virtual-network/e6868856-761a-42ff-8f06-b9156597366a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005473 10.0.0.254 - - [2025-08-04 02:14:48] "POST /neutron/network HTTP/1.1" 200 821 0.005832 10.0.0.254 - - [2025-08-04 02:14:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.009976 10.0.0.254 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002953 10.0.0.254 - - [2025-08-04 02:14:48] "GET /virtual-network/e6868856-761a-42ff-8f06-b9156597366a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005487 10.0.0.254 - - [2025-08-04 02:14:48] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001179 10.0.0.254 - - [2025-08-04 02:14:49] "POST /neutron/port HTTP/1.1" 200 1018 0.191033 10.0.0.254 - - [2025-08-04 02:14:49] "GET /virtual-machine-interface/a708f0ba-56c6-4d42-a4ae-29e952fb3a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.004786 10.0.0.254 - - [2025-08-04 02:14:49] "GET /virtual-machine-interface/a708f0ba-56c6-4d42-a4ae-29e952fb3a59?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.007279 10.0.0.254 - - [2025-08-04 02:14:49] "GET /instance-ip/bc05736d-6c64-4687-903e-d96f0e048be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.004263 10.0.0.254 - - [2025-08-04 02:14:49] "GET /virtual-machine-interface/a708f0ba-56c6-4d42-a4ae-29e952fb3a59 HTTP/1.1" 401 293 0.000454 10.0.0.254 - - [2025-08-04 02:14:49] "GET /virtual-machine-interface/a708f0ba-56c6-4d42-a4ae-29e952fb3a59 HTTP/1.1" 200 2612 0.026146 10.0.0.254 - - [2025-08-04 02:14:49] "POST /neutron/port HTTP/1.1" 200 1018 0.011812 10.0.0.254 - - [2025-08-04 02:14:49] "POST /neutron/port HTTP/1.1" 200 151 0.073021 10.0.0.254 - - [2025-08-04 02:14:49] "POST /neutron/network HTTP/1.1" 200 821 0.007033 10.0.0.254 - - [2025-08-04 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005270 10.0.0.254 - - [2025-08-04 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005996 10.0.0.254 - - [2025-08-04 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004090 10.0.0.254 - - [2025-08-04 02:14:49] "POST /neutron/network HTTP/1.1" 200 151 0.083810 10.0.0.254 - - [2025-08-04 02:14:49] "DELETE /route-target/5d2a36ea-b03f-4ed1-8858-52502745d24b HTTP/1.1" 200 115 0.018286 10.0.0.254 - - [2025-08-04 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.254 - - [2025-08-04 02:14:50] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001132 10.0.0.254 - - [2025-08-04 02:14:50] "GET /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.036681 10.0.0.254 - - [2025-08-04 02:14:50] "POST /neutron/network HTTP/1.1" 200 117 0.009827 10.0.0.254 - - [2025-08-04 02:14:50] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002459 10.0.0.254 - - [2025-08-04 02:14:50] "POST /neutron/network HTTP/1.1" 200 603 0.074999 10.0.0.254 - - [2025-08-04 02:14:50] "POST /route-targets HTTP/1.1" 200 328 0.013818 10.0.0.254 - - [2025-08-04 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.013257 10.0.0.254 - - [2025-08-04 02:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005115 10.0.0.254 - - [2025-08-04 02:14:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.205502 10.0.0.254 - - [2025-08-04 02:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004454 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.191947 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/network HTTP/1.1" 200 977 0.010119 10.0.0.254 - - [2025-08-04 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 217 0.001849 10.0.0.254 - - [2025-08-04 02:14:51] "GET /virtual-network/2c11bb9c-a6b3-41f5-b9a1-813709b868e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.007081 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/network HTTP/1.1" 200 977 0.010924 10.0.0.254 - - [2025-08-04 02:14:51] "GET /virtual-network/2c11bb9c-a6b3-41f5-b9a1-813709b868e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.007413 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/network HTTP/1.1" 200 977 0.009636 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.011144 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.007689 10.0.0.254 - - [2025-08-04 02:14:51] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001868 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/port HTTP/1.1" 200 1019 0.194223 10.0.0.254 - - [2025-08-04 02:14:51] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001770 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/port HTTP/1.1" 200 1016 0.183037 10.0.0.254 - - [2025-08-04 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 217 0.001230 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/port HTTP/1.1" 200 1019 0.008379 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/port HTTP/1.1" 200 1019 0.007800 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/network HTTP/1.1" 200 977 0.006701 10.0.0.254 - - [2025-08-04 02:14:51] "POST /neutron/port HTTP/1.1" 200 1019 0.009525 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.006268 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.005513 10.0.0.254 - - [2025-08-04 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 217 0.001208 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.004855 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 1016 0.010032 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 1016 0.007105 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/network HTTP/1.1" 200 977 0.008461 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 1016 0.007920 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 1019 0.008095 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 1016 0.014511 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.007215 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.006462 10.0.0.254 - - [2025-08-04 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.005804 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 1019 0.010058 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 1016 0.009264 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/network HTTP/1.1" 200 987 0.010605 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/network HTTP/1.1" 200 987 0.012985 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 1019 0.009095 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 1016 0.007165 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 1019 0.018314 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 1016 0.020198 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 1111 0.176693 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 1108 0.175560 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 1082 0.019533 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 1085 0.015219 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006124 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003695 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.013210 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 689 0.012583 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/network HTTP/1.1" 200 977 0.008574 10.0.0.254 - - [2025-08-04 02:14:53] "POST /neutron/network HTTP/1.1" 200 977 0.008301 10.0.0.254 - - [2025-08-04 02:14:57] "POST /neutron/port HTTP/1.1" 200 1085 0.011262 10.0.0.254 - - [2025-08-04 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.012362 10.0.0.254 - - [2025-08-04 02:14:57] "POST /neutron/port HTTP/1.1" 200 1085 0.012135 10.0.0.254 - - [2025-08-04 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006129 10.0.0.254 - - [2025-08-04 02:14:57] "POST /neutron/port HTTP/1.1" 200 1085 0.010849 10.0.0.254 - - [2025-08-04 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007120 10.0.0.254 - - [2025-08-04 02:14:57] "GET /virtual-machine/66339049-35fb-4bd0-bf33-7ad2e9f99f9e HTTP/1.1" 200 1286 0.004904 10.0.0.254 - - [2025-08-04 02:14:57] "GET /virtual-machine-interface/b5c0c7cc-41cc-4f3a-9ade-aae7fe0149fb HTTP/1.1" 200 2932 0.007072 10.0.0.254 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.254 - - [2025-08-04 02:14:57] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005437 10.0.0.254 - - [2025-08-04 02:14:57] "GET /virtual-networks?parent_id=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003046 10.0.0.254 - - [2025-08-04 02:14:57] "GET /virtual-network/2c11bb9c-a6b3-41f5-b9a1-813709b868e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005509 10.0.0.254 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.254 - - [2025-08-04 02:15:01] "GET /virtual-network/2c11bb9c-a6b3-41f5-b9a1-813709b868e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006820 10.0.0.254 - - [2025-08-04 02:15:01] "POST /neutron/port HTTP/1.1" 200 1085 0.013984 10.0.0.254 - - [2025-08-04 02:15:01] "POST /neutron/port HTTP/1.1" 200 1085 0.012805 10.0.0.254 - - [2025-08-04 02:15:01] "POST /neutron/network HTTP/1.1" 200 987 0.008415 10.0.0.254 - - [2025-08-04 02:15:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004505 10.0.0.254 - - [2025-08-04 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.020046 10.0.0.254 - - [2025-08-04 02:15:01] "POST /neutron/port HTTP/1.1" 200 117 0.001774 10.0.0.254 - - [2025-08-04 02:15:01] "POST /neutron/network HTTP/1.1" 200 977 0.010438 10.0.0.254 - - [2025-08-04 02:15:02] "POST /neutron/port HTTP/1.1" 200 1085 0.017220 10.0.0.254 - - [2025-08-04 02:15:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008907 10.0.0.254 - - [2025-08-04 02:15:02] "POST /neutron/port HTTP/1.1" 200 1082 0.015141 10.0.0.254 - - [2025-08-04 02:15:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007552 10.0.0.254 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-08-04 02:15:03] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003516 10.0.0.254 - - [2025-08-04 02:15:03] "GET /virtual-networks?parent_id=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005091 10.0.0.254 - - [2025-08-04 02:15:03] "GET /virtual-network/2c11bb9c-a6b3-41f5-b9a1-813709b868e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.007278 10.0.0.254 - - [2025-08-04 02:15:03] "POST /neutron/port HTTP/1.1" 200 1085 0.011898 10.0.0.254 - - [2025-08-04 02:15:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.017149 10.0.0.254 - - [2025-08-04 02:15:08] "POST /neutron/port HTTP/1.1" 200 1082 0.011923 10.0.0.254 - - [2025-08-04 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007541 10.0.0.254 - - [2025-08-04 02:15:08] "POST /neutron/port HTTP/1.1" 200 1082 0.011323 10.0.0.254 - - [2025-08-04 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006226 10.0.0.254 - - [2025-08-04 02:15:08] "POST /neutron/port HTTP/1.1" 200 1082 0.012655 10.0.0.254 - - [2025-08-04 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006982 10.0.0.254 - - [2025-08-04 02:15:08] "GET /virtual-machine/d143244c-b57d-466d-9da8-f012f8989a00 HTTP/1.1" 200 1287 0.004693 10.0.0.254 - - [2025-08-04 02:15:08] "GET /virtual-machine-interface/36e30846-f016-4285-99f8-481c474a3208 HTTP/1.1" 200 2931 0.004875 10.0.0.254 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.254 - - [2025-08-04 02:15:08] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003450 10.0.0.254 - - [2025-08-04 02:15:08] "GET /virtual-networks?parent_id=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003703 10.0.0.254 - - [2025-08-04 02:15:09] "GET /virtual-network/2c11bb9c-a6b3-41f5-b9a1-813709b868e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005351 10.0.0.254 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.254 - - [2025-08-04 02:15:10] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004325 10.0.0.254 - - [2025-08-04 02:15:10] "GET /virtual-networks?parent_id=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002982 10.0.0.254 - - [2025-08-04 02:15:10] "GET /virtual-network/2c11bb9c-a6b3-41f5-b9a1-813709b868e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005251 10.0.0.254 - - [2025-08-04 02:15:13] "POST /neutron/port HTTP/1.1" 200 1108 0.008486 10.0.0.254 - - [2025-08-04 02:15:13] "POST /neutron/port HTTP/1.1" 200 1108 0.009744 10.0.0.254 - - [2025-08-04 02:15:13] "POST /neutron/port HTTP/1.1" 200 151 0.174719 10.0.0.254 - - [2025-08-04 02:15:13] "POST /neutron/port HTTP/1.1" 200 1111 0.010636 10.0.0.254 - - [2025-08-04 02:15:13] "POST /neutron/port HTTP/1.1" 200 1111 0.008629 10.0.0.254 - - [2025-08-04 02:15:14] "POST /neutron/port HTTP/1.1" 200 151 0.116002 10.0.0.254 - - [2025-08-04 02:15:14] "POST /neutron/network HTTP/1.1" 200 977 0.007025 10.0.0.254 - - [2025-08-04 02:15:14] "POST /neutron/port HTTP/1.1" 400 205 0.002599 10.0.0.254 - - [2025-08-04 02:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.008011 10.0.0.254 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007755 10.0.0.254 - - [2025-08-04 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003591 10.0.0.254 - - [2025-08-04 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.254 - - [2025-08-04 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001904 10.0.0.254 - - [2025-08-04 02:15:14] "POST /neutron/port HTTP/1.1" 400 205 0.003466 10.0.0.254 - - [2025-08-04 02:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002494 10.0.0.254 - - [2025-08-04 02:15:14] "POST /neutron/network HTTP/1.1" 200 151 0.120995 10.0.0.254 - - [2025-08-04 02:15:14] "DELETE /route-target/9198e242-c61c-4712-9878-8998d03f3c9f HTTP/1.1" 200 115 0.026828 10.0.0.254 - - [2025-08-04 02:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.004792 10.0.0.254 - - [2025-08-04 02:15:14] "POST /neutron/port HTTP/1.1" 400 205 0.003117 10.0.0.254 - - [2025-08-04 02:15:14] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001604 10.0.0.254 - - [2025-08-04 02:15:14] "GET /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.028818 10.0.0.254 - - [2025-08-04 02:15:14] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001037 10.0.0.254 - - [2025-08-04 02:15:14] "GET /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278?fields=virtual_networks HTTP/1.1" 200 1037 0.070222 10.0.0.254 - - [2025-08-04 02:15:14] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001076 10.0.0.254 - - [2025-08-04 02:15:14] "GET /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.030321 10.0.0.254 - - [2025-08-04 02:15:14] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001450 10.0.0.254 - - [2025-08-04 02:15:14] "GET /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278?fields=security_groups HTTP/1.1" 200 1260 0.026617 10.0.0.254 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.023143 10.0.0.254 - - [2025-08-04 02:15:15] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002307 10.0.0.254 - - [2025-08-04 02:15:15] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.254 - - [2025-08-04 02:15:15] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007293 10.0.0.254 - - [2025-08-04 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.001243 10.0.0.254 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.003240 10.0.0.254 - - [2025-08-04 02:15:15] "POST /security-groups HTTP/1.1" 200 589 0.063584 10.0.0.254 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 232 0.002903 10.0.0.254 - - [2025-08-04 02:15:15] "POST /projects HTTP/1.1" 200 581 0.230797 10.0.0.254 - - [2025-08-04 02:15:15] "POST /access-control-lists HTTP/1.1" 200 596 0.059829 10.0.0.254 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.298162 10.0.0.254 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.002798 10.0.0.254 - - [2025-08-04 02:15:16] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.419966 10.0.0.254 - - [2025-08-04 02:15:16] "POST /access-control-lists HTTP/1.1" 200 594 0.068958 10.0.0.254 - - [2025-08-04 02:15:17] "GET / HTTP/1.1" 200 36215 0.002007 10.0.0.254 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000538 10.0.0.254 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.050318 10.0.0.254 - - [2025-08-04 02:15:18] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.254 - - [2025-08-04 02:15:18] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027402 10.0.0.254 - - [2025-08-04 02:15:18] "POST /neutron/network HTTP/1.1" 200 117 0.029279 10.0.0.254 - - [2025-08-04 02:15:18] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002415 10.0.0.254 - - [2025-08-04 02:15:18] "POST /neutron/network HTTP/1.1" 200 605 0.080102 10.0.0.254 - - [2025-08-04 02:15:18] "POST /route-targets HTTP/1.1" 200 328 0.011725 10.0.0.254 - - [2025-08-04 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.016702 10.0.0.254 - - [2025-08-04 02:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005709 10.0.0.254 - - [2025-08-04 02:15:18] "POST /neutron/subnet HTTP/1.1" 200 710 0.138316 10.0.0.254 - - [2025-08-04 02:15:18] "POST /neutron/network HTTP/1.1" 200 821 0.005494 10.0.0.254 - - [2025-08-04 02:15:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.001298 10.0.0.254 - - [2025-08-04 02:15:18] "GET /virtual-network/e2e2b0c1-a3e6-4840-887f-2797e588d4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004941 10.0.0.254 - - [2025-08-04 02:15:18] "POST /neutron/network HTTP/1.1" 200 821 0.009383 10.0.0.254 - - [2025-08-04 02:15:18] "GET /virtual-network/e2e2b0c1-a3e6-4840-887f-2797e588d4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005950 10.0.0.254 - - [2025-08-04 02:15:18] "POST /neutron/network HTTP/1.1" 200 821 0.005904 10.0.0.254 - - [2025-08-04 02:15:18] "POST /neutron/subnet HTTP/1.1" 200 710 0.007484 10.0.0.254 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.254 - - [2025-08-04 02:15:18] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001129 10.0.0.254 - - [2025-08-04 02:15:18] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.030834 10.0.0.254 - - [2025-08-04 02:15:18] "POST /neutron/network HTTP/1.1" 200 117 0.010344 10.0.0.254 - - [2025-08-04 02:15:18] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001339 10.0.0.254 - - [2025-08-04 02:15:18] "POST /neutron/network HTTP/1.1" 200 605 0.072837 10.0.0.254 - - [2025-08-04 02:15:18] "POST /route-targets HTTP/1.1" 200 328 0.010117 10.0.0.254 - - [2025-08-04 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.014899 10.0.0.254 - - [2025-08-04 02:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004453 10.0.0.254 - - [2025-08-04 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 719 0.205221 10.0.0.254 - - [2025-08-04 02:15:19] "POST /neutron/network HTTP/1.1" 200 823 0.005334 10.0.0.254 - - [2025-08-04 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001184 10.0.0.254 - - [2025-08-04 02:15:19] "GET /virtual-network/7751c261-bdb1-40e8-85d7-a54910c5010d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004954 10.0.0.254 - - [2025-08-04 02:15:19] "POST /neutron/network HTTP/1.1" 200 823 0.005513 10.0.0.254 - - [2025-08-04 02:15:19] "GET /virtual-network/7751c261-bdb1-40e8-85d7-a54910c5010d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004939 10.0.0.254 - - [2025-08-04 02:15:19] "POST /neutron/network HTTP/1.1" 200 823 0.006036 10.0.0.254 - - [2025-08-04 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 719 0.007794 10.0.0.254 - - [2025-08-04 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001313 10.0.0.254 - - [2025-08-04 02:15:19] "POST /neutron/network HTTP/1.1" 200 831 0.006025 10.0.0.254 - - [2025-08-04 02:15:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000521 10.0.0.254 - - [2025-08-04 02:15:19] "GET / HTTP/1.1" 200 36215 0.001744 10.0.0.254 - - [2025-08-04 02:15:19] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000408 10.0.0.254 - - [2025-08-04 02:15:20] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.254 - - [2025-08-04 02:15:20] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053493 10.0.0.254 - - [2025-08-04 02:15:20] "POST /neutron/network HTTP/1.1" 200 821 0.005985 10.0.0.254 - - [2025-08-04 02:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.006062 10.0.0.254 - - [2025-08-04 02:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.005646 10.0.0.254 - - [2025-08-04 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001451 10.0.0.254 - - [2025-08-04 02:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.005674 10.0.0.254 - - [2025-08-04 02:15:20] "POST /neutron/network HTTP/1.1" 200 833 0.014786 10.0.0.254 - - [2025-08-04 02:15:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000697 10.0.0.254 - - [2025-08-04 02:15:20] "POST /neutron/network HTTP/1.1" 200 831 0.005521 10.0.0.254 - - [2025-08-04 02:15:20] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.254 - - [2025-08-04 02:15:20] "POST /neutron/port HTTP/1.1" 200 1055 0.241247 10.0.0.254 - - [2025-08-04 02:15:20] "GET / HTTP/1.1" 200 36215 0.001558 10.0.0.254 - - [2025-08-04 02:15:20] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000428 10.0.0.254 - - [2025-08-04 02:15:20] "POST /neutron/port HTTP/1.1" 200 1055 0.009850 10.0.0.254 - - [2025-08-04 02:15:20] "POST /neutron/port HTTP/1.1" 200 1055 0.008504 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/port HTTP/1.1" 200 1109 0.067737 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/port HTTP/1.1" 200 1083 0.011661 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003892 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/subnet HTTP/1.1" 200 684 0.008151 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/network HTTP/1.1" 200 821 0.005647 10.0.0.254 - - [2025-08-04 02:15:21] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002994 10.0.0.254 - - [2025-08-04 02:15:21] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.067461 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/network HTTP/1.1" 200 823 0.006365 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/port HTTP/1.1" 200 1083 0.014305 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009265 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/port HTTP/1.1" 200 117 0.007176 10.0.0.254 - - [2025-08-04 02:15:21] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/router HTTP/1.1" 200 580 0.079237 10.0.0.254 - - [2025-08-04 02:15:21] "POST /neutron/router HTTP/1.1" 200 580 0.011529 10.0.0.254 - - [2025-08-04 02:15:21] "POST /route-targets HTTP/1.1" 200 328 0.028422 10.0.0.254 - - [2025-08-04 02:15:21] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001549 10.0.0.254 - - [2025-08-04 02:15:21] "PUT /logical-router/0fa59681-b066-4715-8a15-e205e5dee1b3 HTTP/1.1" 200 263 0.043154 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/network HTTP/1.1" 200 833 0.009513 10.0.0.254 - - [2025-08-04 02:15:22] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002310 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/router HTTP/1.1" 200 344 0.363523 10.0.0.254 - - [2025-08-04 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.039992 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/port HTTP/1.1" 200 1083 0.020673 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.052350 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/port HTTP/1.1" 200 1057 0.376864 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/port HTTP/1.1" 200 1057 0.011786 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/port HTTP/1.1" 200 1057 0.009562 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/port HTTP/1.1" 200 1111 0.078989 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/port HTTP/1.1" 200 1085 0.012764 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003918 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/subnet HTTP/1.1" 200 693 0.008332 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.001447 10.0.0.254 - - [2025-08-04 02:15:22] "POST /neutron/network HTTP/1.1" 200 823 0.005644 10.0.0.254 - - [2025-08-04 02:15:27] "POST /neutron/port HTTP/1.1" 200 1083 0.018169 10.0.0.254 - - [2025-08-04 02:15:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.019652 10.0.0.254 - - [2025-08-04 02:15:27] "POST /neutron/port HTTP/1.1" 200 1083 0.011304 10.0.0.254 - - [2025-08-04 02:15:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006552 10.0.0.254 - - [2025-08-04 02:15:27] "POST /neutron/port HTTP/1.1" 200 1083 0.013063 10.0.0.254 - - [2025-08-04 02:15:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006564 10.0.0.254 - - [2025-08-04 02:15:27] "GET /virtual-machine/dbbfaa5d-c68e-4c27-ac08-11998ca9f0a8 HTTP/1.1" 401 293 0.000420 10.0.0.254 - - [2025-08-04 02:15:27] "GET /virtual-machine/dbbfaa5d-c68e-4c27-ac08-11998ca9f0a8 HTTP/1.1" 200 1293 0.032871 10.0.0.254 - - [2025-08-04 02:15:27] "GET /virtual-machine-interface/84a47629-631c-47b5-8b63-9526e40e6f26 HTTP/1.1" 200 2941 0.009118 10.0.0.254 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.254 - - [2025-08-04 02:15:27] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004095 10.0.0.254 - - [2025-08-04 02:15:27] "GET /virtual-networks?parent_id=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003558 10.0.0.254 - - [2025-08-04 02:15:28] "GET /virtual-network/e2e2b0c1-a3e6-4840-887f-2797e588d4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005315 10.0.0.254 - - [2025-08-04 02:15:29] "POST /neutron/port HTTP/1.1" 200 1083 0.012928 10.0.0.254 - - [2025-08-04 02:15:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008737 10.0.0.254 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.254 - - [2025-08-04 02:15:31] "GET /virtual-network/e2e2b0c1-a3e6-4840-887f-2797e588d4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004980 10.0.0.254 - - [2025-08-04 02:15:31] "POST /neutron/port HTTP/1.1" 200 1085 0.012120 10.0.0.254 - - [2025-08-04 02:15:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006202 10.0.0.254 - - [2025-08-04 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.254 - - [2025-08-04 02:15:33] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003353 10.0.0.254 - - [2025-08-04 02:15:33] "GET /virtual-networks?parent_id=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003226 10.0.0.254 - - [2025-08-04 02:15:33] "GET /virtual-network/e2e2b0c1-a3e6-4840-887f-2797e588d4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006511 10.0.0.254 - - [2025-08-04 02:15:33] "POST /neutron/port HTTP/1.1" 200 1085 0.011172 10.0.0.254 - - [2025-08-04 02:15:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005807 10.0.0.254 - - [2025-08-04 02:15:33] "POST /neutron/port HTTP/1.1" 200 1085 0.011049 10.0.0.254 - - [2025-08-04 02:15:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005835 10.0.0.254 - - [2025-08-04 02:15:33] "POST /neutron/port HTTP/1.1" 200 1085 0.012398 10.0.0.254 - - [2025-08-04 02:15:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007117 10.0.0.254 - - [2025-08-04 02:15:33] "GET /virtual-machine/6fa6da17-3a96-4eb0-866c-6c6fbf3785dd HTTP/1.1" 200 1291 0.009401 10.0.0.254 - - [2025-08-04 02:15:33] "GET /virtual-machine-interface/d8985494-d4ed-4a21-96e5-c0f25ff986b2 HTTP/1.1" 200 2942 0.005279 10.0.0.254 - - [2025-08-04 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.254 - - [2025-08-04 02:15:33] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003124 10.0.0.254 - - [2025-08-04 02:15:33] "GET /virtual-networks?parent_id=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003031 10.0.0.254 - - [2025-08-04 02:15:33] "GET /virtual-network/7751c261-bdb1-40e8-85d7-a54910c5010d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005377 10.0.0.254 - - [2025-08-04 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.254 - - [2025-08-04 02:15:35] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004010 10.0.0.254 - - [2025-08-04 02:15:35] "GET /virtual-networks?parent_id=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002848 10.0.0.254 - - [2025-08-04 02:15:35] "GET /virtual-network/7751c261-bdb1-40e8-85d7-a54910c5010d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007705 10.0.0.254 - - [2025-08-04 02:15:40] "POST /neutron/router HTTP/1.1" 200 580 0.003915 10.0.0.254 - - [2025-08-04 02:15:40] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.254 - - [2025-08-04 02:15:40] "POST /neutron/router HTTP/1.1" 200 344 0.214164 10.0.0.254 - - [2025-08-04 02:15:40] "POST /neutron/port HTTP/1.1" 200 1880 0.015774 10.0.0.254 - - [2025-08-04 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.011723 10.0.0.254 - - [2025-08-04 02:15:41] "DELETE /project/a87b6b2b275148ce98b91cf9eab16278 HTTP/1.1" 404 173 0.016232 10.0.0.254 - - [2025-08-04 02:15:41] "DELETE /project/219d9cedb1fd48538ba540b2480814b6 HTTP/1.1" 404 173 0.010409 10.0.0.254 - - [2025-08-04 02:15:41] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001385 10.0.0.254 - - [2025-08-04 02:15:41] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001116 10.0.0.254 - - [2025-08-04 02:15:41] "GET /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.055652 10.0.0.254 - - [2025-08-04 02:15:41] "GET /project/42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.060888 10.0.0.254 - - [2025-08-04 02:15:41] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001091 10.0.0.254 - - [2025-08-04 02:15:41] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001019 10.0.0.254 - - [2025-08-04 02:15:41] "GET /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278?fields=security_groups HTTP/1.1" 200 1362 0.034908 10.0.0.254 - - [2025-08-04 02:15:41] "GET /project/42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d?fields=security_groups HTTP/1.1" 200 1358 0.038088 10.0.0.254 - - [2025-08-04 02:15:41] "DELETE /security-group/8c10dd16-ab56-47fb-ba98-50d67dd4bced HTTP/1.1" 200 115 0.054441 10.0.0.254 - - [2025-08-04 02:15:41] "DELETE /security-group/1bd2e490-4987-4a3c-8496-42697038b9dc HTTP/1.1" 200 115 0.055522 10.0.0.254 - - [2025-08-04 02:15:41] "GET /projects?obj_uuids=a87b6b2b-2751-48ce-98b9-1cf9eab16278&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001088 10.0.0.254 - - [2025-08-04 02:15:41] "GET /projects?obj_uuids=42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001261 10.0.0.254 - - [2025-08-04 02:15:41] "DELETE /access-control-list/48c23b9d-43de-4037-bceb-e5f4a0157b84 HTTP/1.1" 200 115 0.045778 10.0.0.254 - - [2025-08-04 02:15:41] "GET /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278?fields=application_policy_sets HTTP/1.1" 200 1401 0.043886 10.0.0.254 - - [2025-08-04 02:15:41] "GET /project/42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d?fields=application_policy_sets HTTP/1.1" 200 1397 0.045692 10.0.0.254 - - [2025-08-04 02:15:41] "DELETE /access-control-list/86cf2232-a7b0-4074-9d03-e91f644466f1 HTTP/1.1" 200 115 0.044671 10.0.0.254 - - [2025-08-04 02:15:41] "DELETE /access-control-list/e0d4958a-908c-4a50-ab19-0b153705ab47 HTTP/1.1" 200 115 0.039433 10.0.0.254 - - [2025-08-04 02:15:41] "DELETE /access-control-list/d76df001-aa75-4c90-9655-7aeb679a195d HTTP/1.1" 200 115 0.042503 10.0.0.254 - - [2025-08-04 02:15:41] "DELETE /project/a87b6b2b-2751-48ce-98b9-1cf9eab16278 HTTP/1.1" 200 115 0.424324 10.0.0.254 - - [2025-08-04 02:15:41] "DELETE /project/42c63cd9-a2f7-4f0a-a0a4-98ce4b75b94d HTTP/1.1" 200 115 0.436690 10.0.0.254 - - [2025-08-04 02:15:45] "GET /obj-perms HTTP/1.1" 200 5075 0.054402 10.0.0.254 - - [2025-08-04 02:15:45] "GET /obj-perms HTTP/1.1" 200 5075 0.056658 10.0.0.254 - - [2025-08-04 02:15:46] "POST /neutron/router HTTP/1.1" 200 580 0.003646 10.0.0.254 - - [2025-08-04 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.018127 10.0.0.254 - - [2025-08-04 02:15:46] "POST /neutron/router HTTP/1.1" 200 344 0.119623 10.0.0.254 - - [2025-08-04 02:15:50] "POST /neutron/router HTTP/1.1" 200 580 0.005738 10.0.0.254 - - [2025-08-04 02:15:50] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002076 10.0.0.254 - - [2025-08-04 02:15:50] "POST /neutron/router HTTP/1.1" 200 344 0.248541 10.0.0.254 - - [2025-08-04 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.015721 10.0.0.254 - - [2025-08-04 02:15:52] "POST /neutron/router HTTP/1.1" 200 580 0.005171 10.0.0.254 - - [2025-08-04 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.016360 10.0.0.254 - - [2025-08-04 02:15:52] "POST /neutron/router HTTP/1.1" 200 344 0.106580 10.0.0.254 - - [2025-08-04 02:15:52] "POST /neutron/router HTTP/1.1" 200 580 0.004927 10.0.0.254 - - [2025-08-04 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.013956 10.0.0.254 - - [2025-08-04 02:15:52] "POST /neutron/router HTTP/1.1" 200 344 0.108758 10.0.0.254 - - [2025-08-04 02:15:52] "POST /neutron/router HTTP/1.1" 200 580 0.005107 10.0.0.254 - - [2025-08-04 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007482 10.0.0.254 - - [2025-08-04 02:15:52] "GET /logical-router/0fa59681-b066-4715-8a15-e205e5dee1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004702 10.0.0.254 - - [2025-08-04 02:15:52] "POST /neutron/router HTTP/1.1" 200 151 0.051562 10.0.0.254 - - [2025-08-04 02:15:52] "DELETE /route-target/3bce6c28-ff59-4593-a508-05b770c7d4c6 HTTP/1.1" 200 115 0.020591 10.0.0.254 - - [2025-08-04 02:15:53] "POST /neutron/network HTTP/1.1" 200 823 0.015078 10.0.0.254 - - [2025-08-04 02:15:53] "POST /neutron/network HTTP/1.1" 400 204 0.011776 10.0.0.254 - - [2025-08-04 02:15:53] "POST /neutron/port HTTP/1.1" 200 1085 0.012377 10.0.0.254 - - [2025-08-04 02:15:53] "POST /neutron/port HTTP/1.1" 200 1111 0.010469 10.0.0.254 - - [2025-08-04 02:15:53] "POST /neutron/port HTTP/1.1" 200 1083 0.017319 10.0.0.254 - - [2025-08-04 02:15:53] "POST /neutron/port HTTP/1.1" 200 1109 0.014163 10.0.0.254 - - [2025-08-04 02:15:53] "POST /neutron/port HTTP/1.1" 200 151 0.147488 10.0.0.254 - - [2025-08-04 02:15:53] "POST /neutron/port HTTP/1.1" 200 151 0.140725 10.0.0.254 - - [2025-08-04 02:15:55] "POST /neutron/network HTTP/1.1" 200 823 0.006072 10.0.0.254 - - [2025-08-04 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004678 10.0.0.254 - - [2025-08-04 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006041 10.0.0.254 - - [2025-08-04 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002042 10.0.0.254 - - [2025-08-04 02:15:55] "POST /neutron/network HTTP/1.1" 200 151 0.096733 10.0.0.254 - - [2025-08-04 02:15:55] "DELETE /route-target/6917c3c0-e297-4f61-a316-f487be8dae70 HTTP/1.1" 200 115 0.019599 10.0.0.254 - - [2025-08-04 02:15:55] "POST /neutron/network HTTP/1.1" 200 821 0.005582 10.0.0.254 - - [2025-08-04 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003417 10.0.0.254 - - [2025-08-04 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.254 - - [2025-08-04 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002295 10.0.0.254 - - [2025-08-04 02:15:55] "POST /neutron/network HTTP/1.1" 200 151 0.082783 10.0.0.254 - - [2025-08-04 02:15:55] "DELETE /route-target/7cb275b7-76d4-45bc-8b37-4facf9b71f93 HTTP/1.1" 200 115 0.017734 10.0.0.254 - - [2025-08-04 02:15:55] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.254 - - [2025-08-04 02:15:55] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.032249 10.0.0.254 - - [2025-08-04 02:15:55] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001614 10.0.0.254 - - [2025-08-04 02:15:55] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?fields=virtual_networks HTTP/1.1" 200 1040 0.069154 10.0.0.254 - - [2025-08-04 02:15:55] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.254 - - [2025-08-04 02:15:55] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.028219 10.0.0.254 - - [2025-08-04 02:15:55] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.254 - - [2025-08-04 02:15:55] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?fields=security_groups HTTP/1.1" 200 1265 0.024012 10.0.0.254 - - [2025-08-04 02:15:56] "POST /fqname-to-id HTTP/1.1" 404 191 0.028202 10.0.0.254 - - [2025-08-04 02:15:56] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002906 10.0.0.254 - - [2025-08-04 02:15:56] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.254 - - [2025-08-04 02:15:56] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006974 10.0.0.254 - - [2025-08-04 02:15:56] "POST /id-to-fqname HTTP/1.1" 200 193 0.001324 10.0.0.254 - - [2025-08-04 02:15:56] "POST /fqname-to-id HTTP/1.1" 404 202 0.002593 10.0.0.254 - - [2025-08-04 02:15:56] "POST /security-groups HTTP/1.1" 200 594 0.067712 10.0.0.254 - - [2025-08-04 02:15:56] "POST /fqname-to-id HTTP/1.1" 404 237 0.002438 10.0.0.254 - - [2025-08-04 02:15:57] "POST /projects HTTP/1.1" 200 591 0.220899 10.0.0.254 - - [2025-08-04 02:15:57] "POST /access-control-lists HTTP/1.1" 200 601 0.061984 10.0.0.254 - - [2025-08-04 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.291836 10.0.0.254 - - [2025-08-04 02:15:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.002727 10.0.0.254 - - [2025-08-04 02:15:57] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.414275 10.0.0.254 - - [2025-08-04 02:15:57] "POST /access-control-lists HTTP/1.1" 200 599 0.060488 10.0.0.254 - - [2025-08-04 02:15:58] "GET / HTTP/1.1" 200 36215 0.001997 10.0.0.254 - - [2025-08-04 02:15:59] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000582 10.0.0.254 - - [2025-08-04 02:15:59] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001253 10.0.0.254 - - [2025-08-04 02:15:59] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.051095 10.0.0.254 - - [2025-08-04 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.254 - - [2025-08-04 02:15:59] "GET /security-group/2c794949-f1ad-4f23-9a21-5d61e94f563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.005489 10.0.0.254 - - [2025-08-04 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.254 - - [2025-08-04 02:15:59] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001437 10.0.0.254 - - [2025-08-04 02:15:59] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.027458 10.0.0.254 - - [2025-08-04 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.254 - - [2025-08-04 02:15:59] "GET /security-group/2c794949-f1ad-4f23-9a21-5d61e94f563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004640 10.0.0.254 - - [2025-08-04 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.254 - - [2025-08-04 02:15:59] "PUT /security-group/2c794949-f1ad-4f23-9a21-5d61e94f563c HTTP/1.1" 200 263 0.016445 10.0.0.254 - - [2025-08-04 02:15:59] "PUT /access-control-list/1274e714-67f8-4035-a79a-04e636a0b6f4 HTTP/1.1" 200 273 0.011596 10.0.0.254 - - [2025-08-04 02:15:59] "PUT /access-control-list/36bf451d-2a94-4a40-be54-78f5ebcce780 HTTP/1.1" 200 273 0.009869 10.0.0.254 - - [2025-08-04 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.002562 10.0.0.254 - - [2025-08-04 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.254 - - [2025-08-04 02:16:00] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001565 10.0.0.254 - - [2025-08-04 02:16:00] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.025447 10.0.0.254 - - [2025-08-04 02:16:00] "POST /neutron/network HTTP/1.1" 200 117 0.029573 10.0.0.254 - - [2025-08-04 02:16:00] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001641 10.0.0.254 - - [2025-08-04 02:16:00] "POST /neutron/network HTTP/1.1" 200 608 0.082448 10.0.0.254 - - [2025-08-04 02:16:00] "POST /route-targets HTTP/1.1" 200 328 0.013533 10.0.0.254 - - [2025-08-04 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.027008 10.0.0.254 - - [2025-08-04 02:16:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006873 10.0.0.254 - - [2025-08-04 02:16:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.181167 10.0.0.254 - - [2025-08-04 02:16:00] "POST /neutron/network HTTP/1.1" 200 827 0.005590 10.0.0.254 - - [2025-08-04 02:16:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001377 10.0.0.254 - - [2025-08-04 02:16:00] "GET /virtual-network/5b776b62-8f60-4971-ac15-05b713911280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005080 10.0.0.254 - - [2025-08-04 02:16:00] "POST /neutron/network HTTP/1.1" 200 827 0.005527 10.0.0.254 - - [2025-08-04 02:16:00] "GET /virtual-network/5b776b62-8f60-4971-ac15-05b713911280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005028 10.0.0.254 - - [2025-08-04 02:16:00] "POST /neutron/network HTTP/1.1" 200 827 0.007238 10.0.0.254 - - [2025-08-04 02:16:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.008118 10.0.0.254 - - [2025-08-04 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.254 - - [2025-08-04 02:16:00] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001411 10.0.0.254 - - [2025-08-04 02:16:00] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.031197 10.0.0.254 - - [2025-08-04 02:16:00] "POST /neutron/network HTTP/1.1" 200 117 0.014079 10.0.0.254 - - [2025-08-04 02:16:00] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001355 10.0.0.254 - - [2025-08-04 02:16:00] "POST /neutron/network HTTP/1.1" 200 615 0.143295 10.0.0.254 - - [2025-08-04 02:16:00] "POST /route-targets HTTP/1.1" 200 328 0.031802 10.0.0.254 - - [2025-08-04 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.018236 10.0.0.254 - - [2025-08-04 02:16:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002210 10.0.0.254 - - [2025-08-04 02:16:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.210743 10.0.0.254 - - [2025-08-04 02:16:01] "POST /neutron/network HTTP/1.1" 200 832 0.007779 10.0.0.254 - - [2025-08-04 02:16:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001397 10.0.0.254 - - [2025-08-04 02:16:01] "GET /virtual-network/a5900a3d-9b8b-4194-ae50-c9e51c34e984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005158 10.0.0.254 - - [2025-08-04 02:16:01] "POST /neutron/network HTTP/1.1" 200 832 0.007546 10.0.0.254 - - [2025-08-04 02:16:01] "GET /virtual-network/a5900a3d-9b8b-4194-ae50-c9e51c34e984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006067 10.0.0.254 - - [2025-08-04 02:16:01] "POST /neutron/network HTTP/1.1" 200 832 0.010259 10.0.0.254 - - [2025-08-04 02:16:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.007432 10.0.0.254 - - [2025-08-04 02:16:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001375 10.0.0.254 - - [2025-08-04 02:16:01] "POST /neutron/network HTTP/1.1" 200 837 0.005857 10.0.0.254 - - [2025-08-04 02:16:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000501 10.0.0.254 - - [2025-08-04 02:16:01] "GET / HTTP/1.1" 200 36215 0.003017 10.0.0.254 - - [2025-08-04 02:16:01] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000486 10.0.0.254 - - [2025-08-04 02:16:02] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001150 10.0.0.254 - - [2025-08-04 02:16:02] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.063850 10.0.0.254 - - [2025-08-04 02:16:02] "POST /neutron/network HTTP/1.1" 200 827 0.010263 10.0.0.254 - - [2025-08-04 02:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.011810 10.0.0.254 - - [2025-08-04 02:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.006614 10.0.0.254 - - [2025-08-04 02:16:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.002169 10.0.0.254 - - [2025-08-04 02:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.006095 10.0.0.254 - - [2025-08-04 02:16:02] "POST /neutron/network HTTP/1.1" 200 842 0.005927 10.0.0.254 - - [2025-08-04 02:16:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.254 - - [2025-08-04 02:16:02] "POST /neutron/network HTTP/1.1" 200 837 0.005737 10.0.0.254 - - [2025-08-04 02:16:02] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001242 10.0.0.254 - - [2025-08-04 02:16:03] "GET / HTTP/1.1" 200 36215 0.001444 10.0.0.254 - - [2025-08-04 02:16:03] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000629 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/port HTTP/1.1" 200 1063 0.252788 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/port HTTP/1.1" 200 1063 0.009976 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/port HTTP/1.1" 200 1063 0.008955 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/port HTTP/1.1" 200 1117 0.074007 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/port HTTP/1.1" 200 1091 0.011665 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003546 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.009178 10.0.0.254 - - [2025-08-04 02:16:03] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001262 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.002409 10.0.0.254 - - [2025-08-04 02:16:03] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.067028 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/network HTTP/1.1" 200 827 0.007799 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/network HTTP/1.1" 200 832 0.007909 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/port HTTP/1.1" 200 1091 0.013195 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010985 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.005165 10.0.0.254 - - [2025-08-04 02:16:03] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001085 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/router HTTP/1.1" 200 585 0.045525 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/router HTTP/1.1" 200 585 0.003179 10.0.0.254 - - [2025-08-04 02:16:03] "POST /route-targets HTTP/1.1" 200 328 0.018594 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/router HTTP/1.1" 200 656 0.027481 10.0.0.254 - - [2025-08-04 02:16:03] "PUT /logical-router/665a3fbc-09e9-4580-b795-adea326af8f9 HTTP/1.1" 200 263 0.024470 10.0.0.254 - - [2025-08-04 02:16:03] "GET /logical-router/665a3fbc-09e9-4580-b795-adea326af8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.006129 10.0.0.254 - - [2025-08-04 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.254 - - [2025-08-04 02:16:03] "POST /neutron/router HTTP/1.1" 200 656 0.004409 10.0.0.254 - - [2025-08-04 02:16:03] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001753 10.0.0.254 - - [2025-08-04 02:16:03] "GET /service-template/1527dbf7-7399-4864-835d-debf53304ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.008812 10.0.0.254 - - [2025-08-04 02:16:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.002255 10.0.0.254 - - [2025-08-04 02:16:04] "POST /useragent-kv HTTP/1.1" 200 115 0.016762 10.0.0.254 - - [2025-08-04 02:16:04] "POST /virtual-networks HTTP/1.1" 200 696 0.194991 10.0.0.254 - - [2025-08-04 02:16:04] "POST /neutron/network HTTP/1.1" 200 842 0.025752 10.0.0.254 - - [2025-08-04 02:16:04] "POST /neutron/router HTTP/1.1" 200 344 0.363295 10.0.0.254 - - [2025-08-04 02:16:04] "POST /route-targets HTTP/1.1" 200 328 0.044019 10.0.0.254 - - [2025-08-04 02:16:04] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003127 10.0.0.254 - - [2025-08-04 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.037730 10.0.0.254 - - [2025-08-04 02:16:04] "POST /neutron/port HTTP/1.1" 200 1091 0.035725 10.0.0.254 - - [2025-08-04 02:16:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.034969 10.0.0.254 - - [2025-08-04 02:16:04] "POST /service-instances HTTP/1.1" 200 672 0.117476 10.0.0.254 - - [2025-08-04 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.062608 10.0.0.254 - - [2025-08-04 02:16:04] "POST /route-tables HTTP/1.1" 200 584 0.061928 10.0.0.254 - - [2025-08-04 02:16:04] "PUT /logical-router/665a3fbc-09e9-4580-b795-adea326af8f9 HTTP/1.1" 200 263 0.041902 10.0.0.254 - - [2025-08-04 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.034707 10.0.0.254 - - [2025-08-04 02:16:04] "POST /neutron/port HTTP/1.1" 200 1061 0.485713 10.0.0.254 - - [2025-08-04 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.254 - - [2025-08-04 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.254 - - [2025-08-04 02:16:04] "POST /neutron/port HTTP/1.1" 200 1061 0.018218 10.0.0.254 - - [2025-08-04 02:16:04] "POST /neutron/port HTTP/1.1" 200 1061 0.018639 10.0.0.254 - - [2025-08-04 02:16:04] "POST /virtual-machines HTTP/1.1" 200 554 0.026608 10.0.0.254 - - [2025-08-04 02:16:04] "POST /neutron/port HTTP/1.1" 200 1115 0.110213 10.0.0.254 - - [2025-08-04 02:16:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.154400 10.0.0.254 - - [2025-08-04 02:16:05] "POST /neutron/port HTTP/1.1" 200 1089 0.031022 10.0.0.254 - - [2025-08-04 02:16:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005241 10.0.0.254 - - [2025-08-04 02:16:05] "POST /chown HTTP/1.1" 200 109 0.014165 10.0.0.254 - - [2025-08-04 02:16:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.010442 10.0.0.254 - - [2025-08-04 02:16:05] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.254 - - [2025-08-04 02:16:05] "POST /neutron/network HTTP/1.1" 200 832 0.006222 10.0.0.254 - - [2025-08-04 02:16:05] "POST /instance-ips HTTP/1.1" 200 552 0.023892 10.0.0.254 - - [2025-08-04 02:16:05] "POST /instance-ips HTTP/1.1" 400 246 0.015171 10.0.0.254 - - [2025-08-04 02:16:05] "POST /chown HTTP/1.1" 200 109 0.009780 10.0.0.254 - - [2025-08-04 02:16:05] "PUT /virtual-machine-interface/537ccc6c-fa04-4619-a6f2-02073c43b357 HTTP/1.1" 200 285 0.025244 10.0.0.254 - - [2025-08-04 02:16:05] "PUT /instance-ip/2688b34c-2a97-4911-8e9d-3f2fc7216762 HTTP/1.1" 200 257 0.012567 10.0.0.254 - - [2025-08-04 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.014197 10.0.0.254 - - [2025-08-04 02:16:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.103968 10.0.0.254 - - [2025-08-04 02:16:05] "POST /chown HTTP/1.1" 200 109 0.009189 10.0.0.254 - - [2025-08-04 02:16:05] "POST /instance-ips HTTP/1.1" 200 550 0.029674 10.0.0.254 - - [2025-08-04 02:16:05] "POST /instance-ips HTTP/1.1" 400 316 0.016379 10.0.0.254 - - [2025-08-04 02:16:05] "POST /chown HTTP/1.1" 200 109 0.008771 10.0.0.254 - - [2025-08-04 02:16:05] "PUT /virtual-machine-interface/db541e6b-f9e5-4eca-a7c1-49c3aa22874e HTTP/1.1" 200 285 0.011116 10.0.0.254 - - [2025-08-04 02:16:06] "PUT /instance-ip/cd12b8cb-de6e-466e-b10c-135e6a286c0a HTTP/1.1" 200 257 0.019279 10.0.0.254 - - [2025-08-04 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.017964 10.0.0.254 - - [2025-08-04 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.044644 10.0.0.254 - - [2025-08-04 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.041235 10.0.0.254 - - [2025-08-04 02:16:06] "PUT /routing-instance/1ece113a-db76-4d75-925e-211bd73c5de0 HTTP/1.1" 200 267 0.039461 10.0.0.254 - - [2025-08-04 02:16:06] "POST /virtual-machines HTTP/1.1" 200 554 0.022817 10.0.0.254 - - [2025-08-04 02:16:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.081477 10.0.0.254 - - [2025-08-04 02:16:06] "POST /chown HTTP/1.1" 200 109 0.008202 10.0.0.254 - - [2025-08-04 02:16:06] "POST /instance-ips HTTP/1.1" 400 246 0.014889 10.0.0.254 - - [2025-08-04 02:16:06] "POST /chown HTTP/1.1" 200 109 0.009825 10.0.0.254 - - [2025-08-04 02:16:06] "PUT /virtual-machine-interface/5ebec8a7-ef8e-4a16-9ab0-00d5f3bb8d4e HTTP/1.1" 200 285 0.018299 10.0.0.254 - - [2025-08-04 02:16:06] "PUT /instance-ip/2688b34c-2a97-4911-8e9d-3f2fc7216762 HTTP/1.1" 200 257 0.011856 10.0.0.254 - - [2025-08-04 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.012292 10.0.0.254 - - [2025-08-04 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.010799 10.0.0.254 - - [2025-08-04 02:16:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.095363 10.0.0.254 - - [2025-08-04 02:16:06] "POST /chown HTTP/1.1" 200 109 0.007778 10.0.0.254 - - [2025-08-04 02:16:07] "POST /instance-ips HTTP/1.1" 400 316 0.025948 10.0.0.254 - - [2025-08-04 02:16:07] "POST /chown HTTP/1.1" 200 109 0.007373 10.0.0.254 - - [2025-08-04 02:16:07] "PUT /virtual-machine-interface/4028e1da-85d2-4da5-9886-4e5ffb17cec0 HTTP/1.1" 200 285 0.013211 10.0.0.254 - - [2025-08-04 02:16:07] "PUT /instance-ip/cd12b8cb-de6e-466e-b10c-135e6a286c0a HTTP/1.1" 200 257 0.011864 10.0.0.254 - - [2025-08-04 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.014357 10.0.0.254 - - [2025-08-04 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.013411 10.0.0.254 - - [2025-08-04 02:16:09] "POST /neutron/port HTTP/1.1" 200 1091 0.011610 10.0.0.254 - - [2025-08-04 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007520 10.0.0.254 - - [2025-08-04 02:16:09] "POST /neutron/port HTTP/1.1" 200 1091 0.012532 10.0.0.254 - - [2025-08-04 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007679 10.0.0.254 - - [2025-08-04 02:16:09] "POST /neutron/port HTTP/1.1" 200 1091 0.012009 10.0.0.254 - - [2025-08-04 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006822 10.0.0.254 - - [2025-08-04 02:16:09] "GET /virtual-machine/245ca253-152d-48c8-991a-88e2a4f0caf1 HTTP/1.1" 401 293 0.000451 10.0.0.254 - - [2025-08-04 02:16:09] "GET /virtual-machine/245ca253-152d-48c8-991a-88e2a4f0caf1 HTTP/1.1" 200 1297 0.025233 10.0.0.254 - - [2025-08-04 02:16:09] "GET /virtual-machine-interface/de878001-54a3-47d2-add9-acce265b7471 HTTP/1.1" 200 2964 0.004651 10.0.0.254 - - [2025-08-04 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.254 - - [2025-08-04 02:16:10] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003147 10.0.0.254 - - [2025-08-04 02:16:10] "GET /virtual-networks?parent_id=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003654 10.0.0.254 - - [2025-08-04 02:16:10] "GET /virtual-network/5b776b62-8f60-4971-ac15-05b713911280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005219 10.0.0.254 - - [2025-08-04 02:16:12] "POST /neutron/port HTTP/1.1" 200 1091 0.010684 10.0.0.254 - - [2025-08-04 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005310 10.0.0.254 - - [2025-08-04 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.254 - - [2025-08-04 02:16:13] "GET /virtual-network/5b776b62-8f60-4971-ac15-05b713911280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004839 10.0.0.254 - - [2025-08-04 02:16:13] "POST /neutron/port HTTP/1.1" 200 1089 0.012052 10.0.0.254 - - [2025-08-04 02:16:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006320 10.0.0.254 - - [2025-08-04 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.254 - - [2025-08-04 02:16:15] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003188 10.0.0.254 - - [2025-08-04 02:16:15] "GET /virtual-networks?parent_id=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002880 10.0.0.254 - - [2025-08-04 02:16:15] "GET /virtual-network/5b776b62-8f60-4971-ac15-05b713911280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005098 10.0.0.254 - - [2025-08-04 02:16:15] "POST /neutron/port HTTP/1.1" 200 1089 0.010739 10.0.0.254 - - [2025-08-04 02:16:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007044 10.0.0.254 - - [2025-08-04 02:16:15] "POST /neutron/port HTTP/1.1" 200 1089 0.011496 10.0.0.254 - - [2025-08-04 02:16:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006788 10.0.0.254 - - [2025-08-04 02:16:15] "POST /neutron/port HTTP/1.1" 200 1089 0.011597 10.0.0.254 - - [2025-08-04 02:16:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006252 10.0.0.254 - - [2025-08-04 02:16:15] "GET /virtual-machine/69f3f287-bd36-40a4-8050-8cbd6f743493 HTTP/1.1" 200 1296 0.004501 10.0.0.254 - - [2025-08-04 02:16:15] "GET /virtual-machine-interface/1dcf540f-a98a-465d-a287-88dde2132c6c HTTP/1.1" 200 2975 0.004470 10.0.0.254 - - [2025-08-04 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.254 - - [2025-08-04 02:16:15] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003402 10.0.0.254 - - [2025-08-04 02:16:15] "GET /virtual-networks?parent_id=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003785 10.0.0.254 - - [2025-08-04 02:16:16] "GET /virtual-network/a5900a3d-9b8b-4194-ae50-c9e51c34e984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005775 10.0.0.254 - - [2025-08-04 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.254 - - [2025-08-04 02:16:17] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003546 10.0.0.254 - - [2025-08-04 02:16:17] "GET /virtual-networks?parent_id=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002980 10.0.0.254 - - [2025-08-04 02:16:17] "GET /virtual-network/a5900a3d-9b8b-4194-ae50-c9e51c34e984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005399 10.0.0.254 - - [2025-08-04 02:16:21] "POST /neutron/router HTTP/1.1" 200 656 0.004011 10.0.0.254 - - [2025-08-04 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.011147 10.0.0.254 - - [2025-08-04 02:16:21] "POST /neutron/router HTTP/1.1" 200 344 0.101211 10.0.0.254 - - [2025-08-04 02:16:21] "POST /neutron/router HTTP/1.1" 200 656 0.004242 10.0.0.254 - - [2025-08-04 02:16:21] "GET /logical-router/665a3fbc-09e9-4580-b795-adea326af8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.004138 10.0.0.254 - - [2025-08-04 02:16:21] "GET /service-instance/533720ae-9d95-49cd-b976-80bd9dd4b8b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2328 0.004755 10.0.0.254 - - [2025-08-04 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.254 - - [2025-08-04 02:16:21] "POST /neutron/router HTTP/1.1" 200 151 0.064914 10.0.0.254 - - [2025-08-04 02:16:21] "DELETE /route-target/387b1eb3-a350-4b85-a386-8e3f481926bd HTTP/1.1" 409 240 0.004727 10.0.0.254 - - [2025-08-04 02:16:21] "PUT /logical-router/665a3fbc-09e9-4580-b795-adea326af8f9 HTTP/1.1" 404 171 0.002605 10.0.0.254 - - [2025-08-04 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.019846 10.0.0.254 - - [2025-08-04 02:16:21] "DELETE /route-table/05b9a443-641c-4841-a6fa-a66514d0f088 HTTP/1.1" 200 115 0.039616 10.0.0.254 - - [2025-08-04 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.254 - - [2025-08-04 02:16:21] "PUT /routing-instance/1ece113a-db76-4d75-925e-211bd73c5de0 HTTP/1.1" 200 267 0.020318 10.0.0.254 - - [2025-08-04 02:16:21] "GET /virtual-network/7d1d8bfd-acf4-4761-8808-be3de809c994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.009091 10.0.0.254 - - [2025-08-04 02:16:21] "POST /neutron/network HTTP/1.1" 200 832 0.011998 10.0.0.254 - - [2025-08-04 02:16:21] "POST /neutron/network HTTP/1.1" 400 204 0.037934 10.0.0.254 - - [2025-08-04 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.008040 10.0.0.254 - - [2025-08-04 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.009200 10.0.0.254 - - [2025-08-04 02:16:21] "DELETE /instance-ip/cd12b8cb-de6e-466e-b10c-135e6a286c0a HTTP/1.1" 200 115 0.029088 10.0.0.254 - - [2025-08-04 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.254 - - [2025-08-04 02:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008037 10.0.0.254 - - [2025-08-04 02:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003125 10.0.0.254 - - [2025-08-04 02:16:22] "DELETE /virtual-network/7d1d8bfd-acf4-4761-8808-be3de809c994 HTTP/1.1" 200 115 0.130020 10.0.0.254 - - [2025-08-04 02:16:22] "DELETE /route-target/42fb0720-35ee-4351-87f0-27b2c0341434 HTTP/1.1" 200 115 0.039387 10.0.0.254 - - [2025-08-04 02:16:22] "DELETE /service-instance/533720ae-9d95-49cd-b976-80bd9dd4b8b2 HTTP/1.1" 200 115 0.049822 10.0.0.254 - - [2025-08-04 02:16:22] "GET /logical-router/665a3fbc-09e9-4580-b795-adea326af8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003142 10.0.0.254 - - [2025-08-04 02:16:22] "GET /service-instance/533720ae-9d95-49cd-b976-80bd9dd4b8b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002769 10.0.0.254 - - [2025-08-04 02:16:22] "POST /neutron/port HTTP/1.1" 200 1089 0.011568 10.0.0.254 - - [2025-08-04 02:16:22] "POST /neutron/port HTTP/1.1" 200 1115 0.013247 10.0.0.254 - - [2025-08-04 02:16:22] "GET /virtual-machine-interface/4028e1da-85d2-4da5-9886-4e5ffb17cec0?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1345 0.008779 10.0.0.254 - - [2025-08-04 02:16:22] "POST /neutron/port HTTP/1.1" 200 1091 0.019612 10.0.0.254 - - [2025-08-04 02:16:22] "POST /neutron/port HTTP/1.1" 200 1117 0.009821 10.0.0.254 - - [2025-08-04 02:16:22] "DELETE /virtual-machine-interface/4028e1da-85d2-4da5-9886-4e5ffb17cec0 HTTP/1.1" 200 115 0.056319 10.0.0.254 - - [2025-08-04 02:16:22] "GET /virtual-machine-interface/5ebec8a7-ef8e-4a16-9ab0-00d5f3bb8d4e?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1666 0.011308 10.0.0.254 - - [2025-08-04 02:16:22] "POST /neutron/port HTTP/1.1" 200 151 0.173053 10.0.0.254 - - [2025-08-04 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.018505 10.0.0.254 - - [2025-08-04 02:16:22] "POST /neutron/port HTTP/1.1" 200 151 0.159836 10.0.0.254 - - [2025-08-04 02:16:22] "GET /instance-ip/2688b34c-2a97-4911-8e9d-3f2fc7216762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004660 10.0.0.254 - - [2025-08-04 02:16:22] "DELETE /virtual-machine-interface/5ebec8a7-ef8e-4a16-9ab0-00d5f3bb8d4e HTTP/1.1" 200 115 0.051003 10.0.0.254 - - [2025-08-04 02:16:22] "DELETE /virtual-machine/4957e32a-2d79-4901-987a-f0e57ab66de3 HTTP/1.1" 200 115 0.026382 10.0.0.254 - - [2025-08-04 02:16:22] "GET /virtual-machine-interface/db541e6b-f9e5-4eca-a7c1-49c3aa22874e?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1346 0.006307 10.0.0.254 - - [2025-08-04 02:16:22] "DELETE /virtual-machine-interface/db541e6b-f9e5-4eca-a7c1-49c3aa22874e HTTP/1.1" 200 115 0.031622 10.0.0.254 - - [2025-08-04 02:16:22] "GET /virtual-machine-interface/537ccc6c-fa04-4619-a6f2-02073c43b357?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1666 0.005022 10.0.0.254 - - [2025-08-04 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.014720 10.0.0.254 - - [2025-08-04 02:16:22] "GET /instance-ip/2688b34c-2a97-4911-8e9d-3f2fc7216762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005127 10.0.0.254 - - [2025-08-04 02:16:22] "DELETE /instance-ip/2688b34c-2a97-4911-8e9d-3f2fc7216762 HTTP/1.1" 200 115 0.023115 10.0.0.254 - - [2025-08-04 02:16:22] "DELETE /virtual-machine-interface/537ccc6c-fa04-4619-a6f2-02073c43b357 HTTP/1.1" 200 115 0.041157 10.0.0.254 - - [2025-08-04 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.009237 10.0.0.254 - - [2025-08-04 02:16:23] "DELETE /virtual-machine/a3fe2dd8-2a31-4671-8e52-072a23120d37 HTTP/1.1" 200 115 0.016160 10.0.0.254 - - [2025-08-04 02:16:23] "POST /neutron/network HTTP/1.1" 200 832 0.006290 10.0.0.254 - - [2025-08-04 02:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003055 10.0.0.254 - - [2025-08-04 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.254 - - [2025-08-04 02:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001775 10.0.0.254 - - [2025-08-04 02:16:23] "POST /neutron/network HTTP/1.1" 200 151 0.079258 10.0.0.254 - - [2025-08-04 02:16:23] "POST /neutron/network HTTP/1.1" 200 827 0.006496 10.0.0.254 - - [2025-08-04 02:16:23] "DELETE /route-target/0e8a0cc8-c76d-4635-bfd6-b7f45689d282 HTTP/1.1" 200 115 0.026178 10.0.0.254 - - [2025-08-04 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.254 - - [2025-08-04 02:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004627 10.0.0.254 - - [2025-08-04 02:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002610 10.0.0.254 - - [2025-08-04 02:16:24] "POST /neutron/network HTTP/1.1" 200 151 0.086304 10.0.0.254 - - [2025-08-04 02:16:24] "DELETE /route-target/2970ef9a-6474-455d-80b7-d6085b481759 HTTP/1.1" 200 115 0.022119 10.0.0.254 - - [2025-08-04 02:16:24] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001096 10.0.0.254 - - [2025-08-04 02:16:24] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.030831 10.0.0.254 - - [2025-08-04 02:16:24] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001076 10.0.0.254 - - [2025-08-04 02:16:24] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?fields=virtual_networks HTTP/1.1" 200 1051 0.065775 10.0.0.254 - - [2025-08-04 02:16:24] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001080 10.0.0.254 - - [2025-08-04 02:16:24] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.027634 10.0.0.254 - - [2025-08-04 02:16:24] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.254 - - [2025-08-04 02:16:24] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?fields=security_groups HTTP/1.1" 200 1281 0.027456 10.0.0.254 - - [2025-08-04 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.022880 10.0.0.254 - - [2025-08-04 02:16:25] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002446 10.0.0.254 - - [2025-08-04 02:16:25] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.254 - - [2025-08-04 02:16:25] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008843 10.0.0.254 - - [2025-08-04 02:16:25] "POST /id-to-fqname HTTP/1.1" 200 198 0.002653 10.0.0.254 - - [2025-08-04 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.002142 10.0.0.254 - - [2025-08-04 02:16:25] "POST /security-groups HTTP/1.1" 200 599 0.059840 10.0.0.254 - - [2025-08-04 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.002460 10.0.0.254 - - [2025-08-04 02:16:25] "POST /projects HTTP/1.1" 200 601 0.205486 10.0.0.254 - - [2025-08-04 02:16:25] "POST /access-control-lists HTTP/1.1" 200 606 0.057944 10.0.0.254 - - [2025-08-04 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.278578 10.0.0.254 - - [2025-08-04 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 241 0.003577 10.0.0.254 - - [2025-08-04 02:16:25] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.400321 10.0.0.254 - - [2025-08-04 02:16:25] "POST /access-control-lists HTTP/1.1" 200 604 0.060088 10.0.0.254 - - [2025-08-04 02:16:26] "GET / HTTP/1.1" 200 36215 0.002043 10.0.0.254 - - [2025-08-04 02:16:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.254 - - [2025-08-04 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.052806 10.0.0.254 - - [2025-08-04 02:16:27] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001452 10.0.0.254 - - [2025-08-04 02:16:27] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.050454 10.0.0.254 - - [2025-08-04 02:16:27] "POST /neutron/network HTTP/1.1" 200 117 0.030281 10.0.0.254 - - [2025-08-04 02:16:27] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001409 10.0.0.254 - - [2025-08-04 02:16:28] "POST /neutron/network HTTP/1.1" 200 613 0.068607 10.0.0.254 - - [2025-08-04 02:16:28] "POST /route-targets HTTP/1.1" 200 328 0.012242 10.0.0.254 - - [2025-08-04 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.015012 10.0.0.254 - - [2025-08-04 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002858 10.0.0.254 - - [2025-08-04 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.205467 10.0.0.254 - - [2025-08-04 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003084 10.0.0.254 - - [2025-08-04 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 823 0.157383 10.0.0.254 - - [2025-08-04 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.027285 10.0.0.254 - - [2025-08-04 02:16:28] "GET /virtual-network/470e9d96-dbd3-4776-9e33-6b9e34fda199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008248 10.0.0.254 - - [2025-08-04 02:16:28] "POST /neutron/network HTTP/1.1" 200 1005 0.008487 10.0.0.254 - - [2025-08-04 02:16:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001195 10.0.0.254 - - [2025-08-04 02:16:28] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004377 10.0.0.254 - - [2025-08-04 02:16:28] "POST /neutron/network HTTP/1.1" 200 1005 0.007188 10.0.0.254 - - [2025-08-04 02:16:28] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006079 10.0.0.254 - - [2025-08-04 02:16:28] "POST /neutron/network HTTP/1.1" 200 1005 0.007441 10.0.0.254 - - [2025-08-04 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.006734 10.0.0.254 - - [2025-08-04 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 823 0.006997 10.0.0.254 - - [2025-08-04 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.254 - - [2025-08-04 02:16:28] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.254 - - [2025-08-04 02:16:28] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.024678 10.0.0.254 - - [2025-08-04 02:16:28] "POST /neutron/network HTTP/1.1" 200 117 0.009045 10.0.0.254 - - [2025-08-04 02:16:28] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.254 - - [2025-08-04 02:16:28] "POST /neutron/network HTTP/1.1" 200 613 0.069449 10.0.0.254 - - [2025-08-04 02:16:28] "POST /route-targets HTTP/1.1" 200 328 0.009420 10.0.0.254 - - [2025-08-04 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.010540 10.0.0.254 - - [2025-08-04 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004530 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.171778 10.0.0.254 - - [2025-08-04 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007711 10.0.0.254 - - [2025-08-04 02:16:29] "GET /virtual-network/470e9d96-dbd3-4776-9e33-6b9e34fda199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008103 10.0.0.254 - - [2025-08-04 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006306 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 823 0.196442 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/network HTTP/1.1" 200 1006 0.007540 10.0.0.254 - - [2025-08-04 02:16:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001163 10.0.0.254 - - [2025-08-04 02:16:29] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004491 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/network HTTP/1.1" 200 1006 0.007627 10.0.0.254 - - [2025-08-04 02:16:29] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005137 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/network HTTP/1.1" 200 1006 0.007423 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.007289 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 823 0.007573 10.0.0.254 - - [2025-08-04 02:16:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.002349 10.0.0.254 - - [2025-08-04 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.254 - - [2025-08-04 02:16:29] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001540 10.0.0.254 - - [2025-08-04 02:16:29] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.022944 10.0.0.254 - - [2025-08-04 02:16:29] "POST /network-policys HTTP/1.1" 200 579 0.060425 10.0.0.254 - - [2025-08-04 02:16:29] "GET /network-policy/abc66512-3b0d-40f9-aa76-dccf863857a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.005109 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/network HTTP/1.1" 200 1005 0.007446 10.0.0.254 - - [2025-08-04 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007288 10.0.0.254 - - [2025-08-04 02:16:29] "GET /virtual-network/470e9d96-dbd3-4776-9e33-6b9e34fda199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.004859 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/network HTTP/1.1" 200 1113 0.056097 10.0.0.254 - - [2025-08-04 02:16:29] "POST /fqname-to-id HTTP/1.1" 404 242 0.002834 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/network HTTP/1.1" 200 1113 0.013355 10.0.0.254 - - [2025-08-04 02:16:29] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005548 10.0.0.254 - - [2025-08-04 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.254 - - [2025-08-04 02:16:29] "GET /network-policy/abc66512-3b0d-40f9-aa76-dccf863857a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.003715 10.0.0.254 - - [2025-08-04 02:16:29] "POST /access-control-lists HTTP/1.1" 200 598 0.090726 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/network HTTP/1.1" 200 1006 0.007972 10.0.0.254 - - [2025-08-04 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005877 10.0.0.254 - - [2025-08-04 02:16:29] "GET /virtual-network/470e9d96-dbd3-4776-9e33-6b9e34fda199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.004815 10.0.0.254 - - [2025-08-04 02:16:29] "POST /neutron/network HTTP/1.1" 200 1114 0.050119 10.0.0.254 - - [2025-08-04 02:16:30] "PUT /access-control-list/c119bb04-e220-4a29-bb86-9d26e526cb7d HTTP/1.1" 200 273 0.058229 10.0.0.254 - - [2025-08-04 02:16:30] "POST /neutron/network HTTP/1.1" 200 1114 0.027695 10.0.0.254 - - [2025-08-04 02:16:30] "POST /fqname-to-id HTTP/1.1" 404 242 0.003803 10.0.0.254 - - [2025-08-04 02:16:30] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004766 10.0.0.254 - - [2025-08-04 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002225 10.0.0.254 - - [2025-08-04 02:16:30] "GET /network-policy/abc66512-3b0d-40f9-aa76-dccf863857a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.005205 10.0.0.254 - - [2025-08-04 02:16:30] "GET /domains HTTP/1.1" 401 293 0.000458 10.0.0.254 - - [2025-08-04 02:16:30] "POST /access-control-lists HTTP/1.1" 200 598 0.074003 10.0.0.254 - - [2025-08-04 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.011831 10.0.0.254 - - [2025-08-04 02:16:30] "GET /domains HTTP/1.1" 200 281 0.026500 10.0.0.254 - - [2025-08-04 02:16:30] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001539 10.0.0.254 - - [2025-08-04 02:16:30] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2967 0.011146 10.0.0.254 - - [2025-08-04 02:16:30] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.254 - - [2025-08-04 02:16:30] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61 HTTP/1.1" 200 2643 0.070435 10.0.0.254 - - [2025-08-04 02:16:30] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504 HTTP/1.1" 200 3510 0.009128 10.0.0.254 - - [2025-08-04 02:16:30] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504 HTTP/1.1" 200 3510 0.005119 10.0.0.254 - - [2025-08-04 02:16:30] "GET /routing-instance/ce36db93-aa35-432a-8f5c-684f0bd98eba HTTP/1.1" 200 1800 0.004858 10.0.0.254 - - [2025-08-04 02:16:30] "GET /routing-instance/ce36db93-aa35-432a-8f5c-684f0bd98eba HTTP/1.1" 200 1800 0.003752 10.0.0.254 - - [2025-08-04 02:16:30] "GET /route-target/9776876d-0736-4566-9100-830654bcf054 HTTP/1.1" 200 1215 0.003301 10.0.0.254 - - [2025-08-04 02:16:30] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504 HTTP/1.1" 200 3510 0.006127 10.0.0.254 - - [2025-08-04 02:16:30] "GET /routing-instance/ce36db93-aa35-432a-8f5c-684f0bd98eba HTTP/1.1" 200 1800 0.004882 10.0.0.254 - - [2025-08-04 02:16:30] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004968 10.0.0.254 - - [2025-08-04 02:16:30] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504 HTTP/1.1" 200 3510 0.005260 10.0.0.254 - - [2025-08-04 02:16:30] "GET /routing-instance/ce36db93-aa35-432a-8f5c-684f0bd98eba HTTP/1.1" 200 1800 0.003448 10.0.0.254 - - [2025-08-04 02:16:30] "GET /routing-instance/ce36db93-aa35-432a-8f5c-684f0bd98eba HTTP/1.1" 200 1800 0.004071 10.0.0.254 - - [2025-08-04 02:16:30] "GET /route-target/9776876d-0736-4566-9100-830654bcf054 HTTP/1.1" 200 1215 0.003269 10.0.0.254 - - [2025-08-04 02:16:30] "GET /domains HTTP/1.1" 200 281 0.002759 10.0.0.254 - - [2025-08-04 02:16:30] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.254 - - [2025-08-04 02:16:30] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2967 0.008294 10.0.0.254 - - [2025-08-04 02:16:30] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002117 10.0.0.254 - - [2025-08-04 02:16:30] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61 HTTP/1.1" 200 2643 0.068917 10.0.0.254 - - [2025-08-04 02:16:30] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504 HTTP/1.1" 200 3510 0.007161 10.0.0.254 - - [2025-08-04 02:16:31] "GET /obj-perms HTTP/1.1" 200 5065 0.055344 10.0.0.254 - - [2025-08-04 02:16:31] "GET /domains HTTP/1.1" 200 281 0.002650 10.0.0.254 - - [2025-08-04 02:16:31] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.254 - - [2025-08-04 02:16:31] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2967 0.006854 10.0.0.254 - - [2025-08-04 02:16:31] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001337 10.0.0.254 - - [2025-08-04 02:16:31] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61 HTTP/1.1" 200 2643 0.071929 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8 HTTP/1.1" 200 3512 0.009970 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8 HTTP/1.1" 200 3512 0.005562 10.0.0.254 - - [2025-08-04 02:16:31] "GET /routing-instance/2dc34d0e-9b1a-4fe3-95de-03e8275a86c1 HTTP/1.1" 200 1799 0.004226 10.0.0.254 - - [2025-08-04 02:16:31] "GET /routing-instance/2dc34d0e-9b1a-4fe3-95de-03e8275a86c1 HTTP/1.1" 200 1799 0.003315 10.0.0.254 - - [2025-08-04 02:16:31] "GET /route-target/71d7baeb-aa87-4242-9049-40181ec7ed2f HTTP/1.1" 200 1214 0.003038 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8 HTTP/1.1" 200 3512 0.004876 10.0.0.254 - - [2025-08-04 02:16:31] "GET /routing-instance/2dc34d0e-9b1a-4fe3-95de-03e8275a86c1 HTTP/1.1" 200 1799 0.003535 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005603 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8 HTTP/1.1" 200 3512 0.005044 10.0.0.254 - - [2025-08-04 02:16:31] "GET /routing-instance/2dc34d0e-9b1a-4fe3-95de-03e8275a86c1 HTTP/1.1" 200 1799 0.004828 10.0.0.254 - - [2025-08-04 02:16:31] "GET /routing-instance/2dc34d0e-9b1a-4fe3-95de-03e8275a86c1 HTTP/1.1" 200 1799 0.003670 10.0.0.254 - - [2025-08-04 02:16:31] "GET /route-target/71d7baeb-aa87-4242-9049-40181ec7ed2f HTTP/1.1" 200 1214 0.003157 10.0.0.254 - - [2025-08-04 02:16:31] "GET /domains HTTP/1.1" 200 281 0.002670 10.0.0.254 - - [2025-08-04 02:16:31] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.254 - - [2025-08-04 02:16:31] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2967 0.007303 10.0.0.254 - - [2025-08-04 02:16:31] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001485 10.0.0.254 - - [2025-08-04 02:16:31] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61 HTTP/1.1" 200 2643 0.067994 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8 HTTP/1.1" 200 3512 0.004941 10.0.0.254 - - [2025-08-04 02:16:31] "GET /obj-perms HTTP/1.1" 200 5065 0.003567 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006028 10.0.0.254 - - [2025-08-04 02:16:31] "POST /neutron/network HTTP/1.1" 200 1114 0.006918 10.0.0.254 - - [2025-08-04 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/470e9d96-dbd3-4776-9e33-6b9e34fda199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.004907 10.0.0.254 - - [2025-08-04 02:16:31] "POST /neutron/network HTTP/1.1" 200 1006 0.045965 10.0.0.254 - - [2025-08-04 02:16:31] "DELETE /access-control-list/4566a383-a64b-4b32-a47f-9fc9b04cae73 HTTP/1.1" 200 115 0.031264 10.0.0.254 - - [2025-08-04 02:16:31] "POST /neutron/network HTTP/1.1" 200 1006 0.007331 10.0.0.254 - - [2025-08-04 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.015936 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/3e1e2c13-0ea8-4dd3-8b4f-45cb2c48a8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007761 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006479 10.0.0.254 - - [2025-08-04 02:16:31] "POST /neutron/network HTTP/1.1" 200 1113 0.006773 10.0.0.254 - - [2025-08-04 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/470e9d96-dbd3-4776-9e33-6b9e34fda199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.004722 10.0.0.254 - - [2025-08-04 02:16:31] "POST /neutron/network HTTP/1.1" 200 1005 0.045930 10.0.0.254 - - [2025-08-04 02:16:31] "DELETE /access-control-list/c119bb04-e220-4a29-bb86-9d26e526cb7d HTTP/1.1" 200 115 0.030414 10.0.0.254 - - [2025-08-04 02:16:31] "POST /neutron/network HTTP/1.1" 200 1005 0.006833 10.0.0.254 - - [2025-08-04 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.018694 10.0.0.254 - - [2025-08-04 02:16:31] "GET /virtual-network/fb499877-fb78-41e8-8d06-91e5bfdcf504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005795 10.0.0.254 - - [2025-08-04 02:16:31] "DELETE /network-policy/abc66512-3b0d-40f9-aa76-dccf863857a0 HTTP/1.1" 200 115 0.025820 10.0.0.254 - - [2025-08-04 02:16:31] "POST /neutron/network HTTP/1.1" 200 1006 0.007936 10.0.0.254 - - [2025-08-04 02:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005163 10.0.0.254 - - [2025-08-04 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006014 10.0.0.254 - - [2025-08-04 02:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003124 10.0.0.254 - - [2025-08-04 02:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001810 10.0.0.254 - - [2025-08-04 02:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001659 10.0.0.254 - - [2025-08-04 02:16:31] "POST /neutron/network HTTP/1.1" 200 151 0.084888 10.0.0.254 - - [2025-08-04 02:16:31] "DELETE /route-target/71d7baeb-aa87-4242-9049-40181ec7ed2f HTTP/1.1" 200 115 0.020502 10.0.0.254 - - [2025-08-04 02:16:31] "GET /routing-instance/2dc34d0e-9b1a-4fe3-95de-03e8275a86c1 HTTP/1.1" 404 171 0.002321 10.0.0.254 - - [2025-08-04 02:16:31] "GET /domains HTTP/1.1" 200 281 0.002147 10.0.0.254 - - [2025-08-04 02:16:31] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.254 - - [2025-08-04 02:16:32] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2967 0.048085 10.0.0.254 - - [2025-08-04 02:16:32] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.254 - - [2025-08-04 02:16:32] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61 HTTP/1.1" 200 2161 0.067821 10.0.0.254 - - [2025-08-04 02:16:32] "POST /neutron/network HTTP/1.1" 200 1005 0.007348 10.0.0.254 - - [2025-08-04 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.254 - - [2025-08-04 02:16:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002120 10.0.0.254 - - [2025-08-04 02:16:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002634 10.0.0.254 - - [2025-08-04 02:16:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002111 10.0.0.254 - - [2025-08-04 02:16:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001661 10.0.0.254 - - [2025-08-04 02:16:32] "POST /neutron/network HTTP/1.1" 200 151 0.086719 10.0.0.254 - - [2025-08-04 02:16:32] "DELETE /route-target/9776876d-0736-4566-9100-830654bcf054 HTTP/1.1" 200 115 0.020086 10.0.0.254 - - [2025-08-04 02:16:32] "GET /routing-instance/ce36db93-aa35-432a-8f5c-684f0bd98eba HTTP/1.1" 404 171 0.002483 10.0.0.254 - - [2025-08-04 02:16:32] "GET /domains HTTP/1.1" 200 281 0.002215 10.0.0.254 - - [2025-08-04 02:16:32] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.254 - - [2025-08-04 02:16:32] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2967 0.048991 10.0.0.254 - - [2025-08-04 02:16:32] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.254 - - [2025-08-04 02:16:32] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61 HTTP/1.1" 200 1915 0.069200 10.0.0.254 - - [2025-08-04 02:16:32] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.254 - - [2025-08-04 02:16:32] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.028486 10.0.0.254 - - [2025-08-04 02:16:32] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.254 - - [2025-08-04 02:16:32] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?fields=virtual_networks HTTP/1.1" 200 1060 0.068758 10.0.0.254 - - [2025-08-04 02:16:32] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.254 - - [2025-08-04 02:16:32] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.022355 10.0.0.254 - - [2025-08-04 02:16:32] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.254 - - [2025-08-04 02:16:32] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?fields=security_groups HTTP/1.1" 200 1295 0.024654 10.0.0.254 - - [2025-08-04 02:16:33] "POST /fqname-to-id HTTP/1.1" 404 204 0.022625 10.0.0.254 - - [2025-08-04 02:16:33] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002411 10.0.0.254 - - [2025-08-04 02:16:33] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001635 10.0.0.254 - - [2025-08-04 02:16:33] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007790 10.0.0.254 - - [2025-08-04 02:16:33] "POST /id-to-fqname HTTP/1.1" 200 206 0.001495 10.0.0.254 - - [2025-08-04 02:16:33] "POST /fqname-to-id HTTP/1.1" 404 215 0.002717 10.0.0.254 - - [2025-08-04 02:16:33] "POST /security-groups HTTP/1.1" 200 607 0.063633 10.0.0.254 - - [2025-08-04 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 250 0.003856 10.0.0.254 - - [2025-08-04 02:16:34] "POST /projects HTTP/1.1" 200 617 0.221743 10.0.0.254 - - [2025-08-04 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.287801 10.0.0.254 - - [2025-08-04 02:16:34] "POST /access-control-lists HTTP/1.1" 200 614 0.066229 10.0.0.254 - - [2025-08-04 02:16:34] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.422570 10.0.0.254 - - [2025-08-04 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 249 0.008141 10.0.0.254 - - [2025-08-04 02:16:34] "POST /access-control-lists HTTP/1.1" 200 612 0.059916 10.0.0.254 - - [2025-08-04 02:16:35] "GET / HTTP/1.1" 200 36215 0.001874 10.0.0.254 - - [2025-08-04 02:16:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000475 10.0.0.254 - - [2025-08-04 02:16:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.048285 10.0.0.254 - - [2025-08-04 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.254 - - [2025-08-04 02:16:36] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001108 10.0.0.254 - - [2025-08-04 02:16:36] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.023270 10.0.0.254 - - [2025-08-04 02:16:36] "POST /network-policys HTTP/1.1" 200 569 0.059892 10.0.0.254 - - [2025-08-04 02:16:36] "GET /network-policy/1ea8b421-4539-46c5-abb9-a0672df7e40c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.005067 10.0.0.254 - - [2025-08-04 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.254 - - [2025-08-04 02:16:36] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001050 10.0.0.254 - - [2025-08-04 02:16:36] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.028580 10.0.0.254 - - [2025-08-04 02:16:36] "POST /neutron/network HTTP/1.1" 200 117 0.031385 10.0.0.254 - - [2025-08-04 02:16:36] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001075 10.0.0.254 - - [2025-08-04 02:16:36] "POST /neutron/network HTTP/1.1" 200 623 0.062016 10.0.0.254 - - [2025-08-04 02:16:36] "POST /route-targets HTTP/1.1" 200 328 0.014731 10.0.0.254 - - [2025-08-04 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.012148 10.0.0.254 - - [2025-08-04 02:16:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005874 10.0.0.254 - - [2025-08-04 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 710 0.148667 10.0.0.254 - - [2025-08-04 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.254 - - [2025-08-04 02:16:37] "GET /virtual-network/470e9d96-dbd3-4776-9e33-6b9e34fda199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.004777 10.0.0.254 - - [2025-08-04 02:16:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004410 10.0.0.254 - - [2025-08-04 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.134057 10.0.0.254 - - [2025-08-04 02:16:37] "POST /neutron/network HTTP/1.1" 200 1012 0.007680 10.0.0.254 - - [2025-08-04 02:16:37] "POST /id-to-fqname HTTP/1.1" 200 237 0.001488 10.0.0.254 - - [2025-08-04 02:16:37] "GET /virtual-network/ad44f6f6-eea0-45e1-b6e6-00a9c64a0433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2651 0.005047 10.0.0.254 - - [2025-08-04 02:16:37] "POST /neutron/network HTTP/1.1" 200 1012 0.007939 10.0.0.254 - - [2025-08-04 02:16:37] "GET /virtual-network/ad44f6f6-eea0-45e1-b6e6-00a9c64a0433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2651 0.006065 10.0.0.254 - - [2025-08-04 02:16:37] "POST /neutron/network HTTP/1.1" 200 1012 0.009697 10.0.0.254 - - [2025-08-04 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 710 0.007394 10.0.0.254 - - [2025-08-04 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.009754 10.0.0.254 - - [2025-08-04 02:16:37] "POST /neutron/network HTTP/1.1" 200 1012 0.011043 10.0.0.254 - - [2025-08-04 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009445 10.0.0.254 - - [2025-08-04 02:16:37] "POST /fqname-to-id HTTP/1.1" 404 252 0.007883 10.0.0.254 - - [2025-08-04 02:16:37] "GET /virtual-network/470e9d96-dbd3-4776-9e33-6b9e34fda199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009310 10.0.0.254 - - [2025-08-04 02:16:37] "POST /neutron/network HTTP/1.1" 200 1119 0.076485 10.0.0.254 - - [2025-08-04 02:16:37] "POST /neutron/network HTTP/1.1" 200 1119 0.044719 10.0.0.254 - - [2025-08-04 02:16:37] "POST /access-control-lists HTTP/1.1" 200 609 0.087424 10.0.0.254 - - [2025-08-04 02:16:37] "GET /virtual-network/ad44f6f6-eea0-45e1-b6e6-00a9c64a0433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.005953 10.0.0.254 - - [2025-08-04 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.254 - - [2025-08-04 02:16:37] "GET /network-policy/1ea8b421-4539-46c5-abb9-a0672df7e40c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003788 10.0.0.254 - - [2025-08-04 02:16:37] "GET /domains HTTP/1.1" 401 293 0.000582 10.0.0.254 - - [2025-08-04 02:16:38] "GET /domains HTTP/1.1" 200 281 0.024873 10.0.0.254 - - [2025-08-04 02:16:38] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.254 - - [2025-08-04 02:16:38] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 3170 0.008663 10.0.0.254 - - [2025-08-04 02:16:38] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001028 10.0.0.254 - - [2025-08-04 02:16:38] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c HTTP/1.1" 200 2475 0.079721 10.0.0.254 - - [2025-08-04 02:16:38] "GET /virtual-network/ad44f6f6-eea0-45e1-b6e6-00a9c64a0433 HTTP/1.1" 200 3539 0.016098 10.0.0.254 - - [2025-08-04 02:16:38] "GET /virtual-network/ad44f6f6-eea0-45e1-b6e6-00a9c64a0433 HTTP/1.1" 200 3539 0.005600 10.0.0.254 - - [2025-08-04 02:16:38] "GET /routing-instance/dfa03eba-243d-4bd8-9d09-2e555b75079d HTTP/1.1" 200 1499 0.003815 10.0.0.254 - - [2025-08-04 02:16:38] "GET /routing-instance/dfa03eba-243d-4bd8-9d09-2e555b75079d HTTP/1.1" 200 1499 0.003548 10.0.0.254 - - [2025-08-04 02:16:38] "GET /route-target/47bf3838-56b6-4217-861b-46c68b6835a8 HTTP/1.1" 200 1223 0.003193 10.0.0.254 - - [2025-08-04 02:16:38] "GET /virtual-network/ad44f6f6-eea0-45e1-b6e6-00a9c64a0433 HTTP/1.1" 200 3539 0.004814 10.0.0.254 - - [2025-08-04 02:16:38] "GET /routing-instance/dfa03eba-243d-4bd8-9d09-2e555b75079d HTTP/1.1" 200 1499 0.003283 10.0.0.254 - - [2025-08-04 02:16:38] "GET /virtual-network/ad44f6f6-eea0-45e1-b6e6-00a9c64a0433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.004825 10.0.0.254 - - [2025-08-04 02:16:38] "GET /virtual-network/ad44f6f6-eea0-45e1-b6e6-00a9c64a0433 HTTP/1.1" 200 3539 0.005248 10.0.0.254 - - [2025-08-04 02:16:38] "GET /routing-instance/dfa03eba-243d-4bd8-9d09-2e555b75079d HTTP/1.1" 200 1499 0.003510 10.0.0.254 - - [2025-08-04 02:16:38] "GET /routing-instance/dfa03eba-243d-4bd8-9d09-2e555b75079d HTTP/1.1" 200 1499 0.003283 10.0.0.254 - - [2025-08-04 02:16:38] "GET /route-target/47bf3838-56b6-4217-861b-46c68b6835a8 HTTP/1.1" 200 1223 0.003236 10.0.0.254 - - [2025-08-04 02:16:38] "GET /domains HTTP/1.1" 200 281 0.002575 10.0.0.254 - - [2025-08-04 02:16:38] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.254 - - [2025-08-04 02:16:38] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 3170 0.007782 10.0.0.254 - - [2025-08-04 02:16:38] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001475 10.0.0.254 - - [2025-08-04 02:16:38] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c HTTP/1.1" 200 2475 0.068208 10.0.0.254 - - [2025-08-04 02:16:38] "GET /virtual-network/ad44f6f6-eea0-45e1-b6e6-00a9c64a0433 HTTP/1.1" 200 3539 0.004885 10.0.0.254 - - [2025-08-04 02:16:38] "GET /obj-perms HTTP/1.1" 200 5081 0.047572 10.0.0.254 - - [2025-08-04 02:16:38] "GET /domains HTTP/1.1" 200 281 0.002628 10.0.0.254 - - [2025-08-04 02:16:38] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.254 - - [2025-08-04 02:16:38] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 3170 0.016013 10.0.0.254 - - [2025-08-04 02:16:38] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001641 10.0.0.254 - - [2025-08-04 02:16:38] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c HTTP/1.1" 200 2475 0.079794 10.0.0.254 - - [2025-08-04 02:16:38] "GET /network-policy/1ea8b421-4539-46c5-abb9-a0672df7e40c HTTP/1.1" 200 3482 0.005665 10.0.0.254 - - [2025-08-04 02:16:38] "DELETE /network-policy/1ea8b421-4539-46c5-abb9-a0672df7e40c HTTP/1.1" 409 239 0.005859 10.0.0.254 - - [2025-08-04 02:16:38] "POST /neutron/network HTTP/1.1" 200 1119 0.007325 10.0.0.254 - - [2025-08-04 02:16:39] "DELETE /access-control-list/6685bb63-b00f-4578-a5e0-c72670a9bbd2 HTTP/1.1" 200 115 0.024927 10.0.0.254 - - [2025-08-04 02:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002122 10.0.0.254 - - [2025-08-04 02:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004189 10.0.0.254 - - [2025-08-04 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.254 - - [2025-08-04 02:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001730 10.0.0.254 - - [2025-08-04 02:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001578 10.0.0.254 - - [2025-08-04 02:16:39] "POST /neutron/network HTTP/1.1" 200 151 0.100536 10.0.0.254 - - [2025-08-04 02:16:39] "GET /routing-instance/dfa03eba-243d-4bd8-9d09-2e555b75079d HTTP/1.1" 404 171 0.002297 10.0.0.254 - - [2025-08-04 02:16:39] "GET /domains HTTP/1.1" 200 281 0.002333 10.0.0.254 - - [2025-08-04 02:16:39] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.254 - - [2025-08-04 02:16:39] "DELETE /route-target/47bf3838-56b6-4217-861b-46c68b6835a8 HTTP/1.1" 200 115 0.015094 10.0.0.254 - - [2025-08-04 02:16:39] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 3170 0.049453 10.0.0.254 - - [2025-08-04 02:16:39] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001057 10.0.0.254 - - [2025-08-04 02:16:39] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c HTTP/1.1" 200 2220 0.070837 10.0.0.254 - - [2025-08-04 02:16:39] "DELETE /network-policy/1ea8b421-4539-46c5-abb9-a0672df7e40c HTTP/1.1" 200 115 0.026834 10.0.0.254 - - [2025-08-04 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.254 - - [2025-08-04 02:16:39] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001327 10.0.0.254 - - [2025-08-04 02:16:39] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.023340 10.0.0.254 - - [2025-08-04 02:16:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-51130233&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004232 10.0.0.254 - - [2025-08-04 02:16:39] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001142 10.0.0.254 - - [2025-08-04 02:16:40] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.026992 10.0.0.254 - - [2025-08-04 02:16:40] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001007 10.0.0.254 - - [2025-08-04 02:16:40] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?fields=virtual_networks HTTP/1.1" 200 1076 0.065370 10.0.0.254 - - [2025-08-04 02:16:40] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001445 10.0.0.254 - - [2025-08-04 02:16:40] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?fields=virtual_machine_interfaces HTTP/1.1" 200 1076 0.029351 10.0.0.254 - - [2025-08-04 02:16:40] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001087 10.0.0.254 - - [2025-08-04 02:16:40] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?fields=security_groups HTTP/1.1" 200 1319 0.026267 10.0.0.254 - - [2025-08-04 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.024307 10.0.0.254 - - [2025-08-04 02:16:41] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002676 10.0.0.254 - - [2025-08-04 02:16:41] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.254 - - [2025-08-04 02:16:41] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007341 10.0.0.254 - - [2025-08-04 02:16:41] "POST /id-to-fqname HTTP/1.1" 200 192 0.001543 10.0.0.254 - - [2025-08-04 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.002574 10.0.0.254 - - [2025-08-04 02:16:41] "POST /security-groups HTTP/1.1" 200 593 0.061070 10.0.0.254 - - [2025-08-04 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 236 0.003071 10.0.0.254 - - [2025-08-04 02:16:41] "POST /projects HTTP/1.1" 200 589 0.217158 10.0.0.254 - - [2025-08-04 02:16:41] "POST /access-control-lists HTTP/1.1" 200 600 0.057133 10.0.0.254 - - [2025-08-04 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.286906 10.0.0.254 - - [2025-08-04 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 235 0.003132 10.0.0.254 - - [2025-08-04 02:16:41] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.407871 10.0.0.254 - - [2025-08-04 02:16:41] "POST /access-control-lists HTTP/1.1" 200 598 0.064285 10.0.0.254 - - [2025-08-04 02:16:41] "DELETE /project/a48d6d6a214d42dc87e612a3cf56373c HTTP/1.1" 404 173 0.023543 10.0.0.254 - - [2025-08-04 02:16:41] "DELETE /project/eee291091dd045048af6739e19bd0f44 HTTP/1.1" 404 173 0.020168 10.0.0.254 - - [2025-08-04 02:16:41] "DELETE /project/b4a5fc7366b04ba08645d74d182efe04 HTTP/1.1" 404 173 0.014841 10.0.0.254 - - [2025-08-04 02:16:41] "DELETE /project/ba4282819ab347cc872784820e0aed61 HTTP/1.1" 404 173 0.012738 10.0.0.254 - - [2025-08-04 02:16:41] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001036 10.0.0.254 - - [2025-08-04 02:16:41] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000947 10.0.0.254 - - [2025-08-04 02:16:41] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.254 - - [2025-08-04 02:16:41] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.254 - - [2025-08-04 02:16:41] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.059847 10.0.0.254 - - [2025-08-04 02:16:41] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.067816 10.0.0.254 - - [2025-08-04 02:16:41] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.069981 10.0.0.254 - - [2025-08-04 02:16:41] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.067918 10.0.0.254 - - [2025-08-04 02:16:42] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.254 - - [2025-08-04 02:16:42] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.254 - - [2025-08-04 02:16:42] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000852 10.0.0.254 - - [2025-08-04 02:16:42] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000823 10.0.0.254 - - [2025-08-04 02:16:42] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?fields=security_groups HTTP/1.1" 200 1383 0.065483 10.0.0.254 - - [2025-08-04 02:16:42] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?fields=security_groups HTTP/1.1" 200 1421 0.070011 10.0.0.254 - - [2025-08-04 02:16:42] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?fields=security_groups HTTP/1.1" 200 1397 0.074599 10.0.0.254 - - [2025-08-04 02:16:42] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?fields=security_groups HTTP/1.1" 200 1367 0.078476 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /security-group/2c794949-f1ad-4f23-9a21-5d61e94f563c HTTP/1.1" 200 115 0.096431 10.0.0.254 - - [2025-08-04 02:16:42] "GET /projects?obj_uuids=eee29109-1dd0-4504-8af6-739e19bd0f44&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001169 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /security-group/43407677-04dd-4e72-a44c-129e91b00481 HTTP/1.1" 200 115 0.108152 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /access-control-list/1274e714-67f8-4035-a79a-04e636a0b6f4 HTTP/1.1" 200 115 0.071728 10.0.0.254 - - [2025-08-04 02:16:42] "GET /projects?obj_uuids=a48d6d6a-214d-42dc-87e6-12a3cf56373c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001049 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /security-group/0de1496e-44c0-4d07-ab11-bc60d1c36861 HTTP/1.1" 200 115 0.115330 10.0.0.254 - - [2025-08-04 02:16:42] "GET /projects?obj_uuids=ba428281-9ab3-47cc-8727-84820e0aed61&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002522 10.0.0.254 - - [2025-08-04 02:16:42] "GET /project/eee29109-1dd0-4504-8af6-739e19bd0f44?fields=application_policy_sets HTTP/1.1" 200 1422 0.052546 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /security-group/c04e33e5-b165-4123-a08e-b779325bdfd4 HTTP/1.1" 200 115 0.134951 10.0.0.254 - - [2025-08-04 02:16:42] "GET /projects?obj_uuids=219d9ced-b1fd-4853-8ba5-40b2480814b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.254 - - [2025-08-04 02:16:42] "GET /project/ba428281-9ab3-47cc-8727-84820e0aed61?fields=application_policy_sets HTTP/1.1" 200 1436 0.060941 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /access-control-list/36bf451d-2a94-4a40-be54-78f5ebcce780 HTTP/1.1" 200 115 0.074370 10.0.0.254 - - [2025-08-04 02:16:42] "GET /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c?fields=application_policy_sets HTTP/1.1" 200 1460 0.099391 10.0.0.254 - - [2025-08-04 02:16:42] "GET /project/219d9ced-b1fd-4853-8ba5-40b2480814b6?fields=application_policy_sets HTTP/1.1" 200 1406 0.114626 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /access-control-list/bd5f226a-71ca-4052-9514-dd15324c5976 HTTP/1.1" 200 115 0.065306 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /access-control-list/bf8e7349-feac-4902-aca2-7304adb02dea HTTP/1.1" 200 115 0.056345 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /project/eee29109-1dd0-4504-8af6-739e19bd0f44 HTTP/1.1" 200 115 0.635113 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /access-control-list/a157e07c-9843-4700-b614-8241e1cf9925 HTTP/1.1" 200 115 0.068279 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /project/ba428281-9ab3-47cc-8727-84820e0aed61 HTTP/1.1" 200 115 0.660190 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /project/a48d6d6a-214d-42dc-87e6-12a3cf56373c HTTP/1.1" 200 115 0.661958 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /access-control-list/88024ac3-e39d-492c-a1f0-f5416dc7f5b2 HTTP/1.1" 200 115 0.024013 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /project/219d9ced-b1fd-4853-8ba5-40b2480814b6 HTTP/1.1" 200 115 0.677569 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /access-control-list/d0dece2c-856d-421f-a6dd-021cf957a977 HTTP/1.1" 200 115 0.023206 10.0.0.254 - - [2025-08-04 02:16:42] "DELETE /access-control-list/5272067d-5344-4ead-99cb-0d2cdab8d2b4 HTTP/1.1" 200 115 0.021725 10.0.0.254 - - [2025-08-04 02:16:42] "GET / HTTP/1.1" 200 36215 0.002836 10.0.0.254 - - [2025-08-04 02:16:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000467 10.0.0.254 - - [2025-08-04 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.059221 10.0.0.254 - - [2025-08-04 02:16:43] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001097 10.0.0.254 - - [2025-08-04 02:16:43] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.028023 10.0.0.254 - - [2025-08-04 02:16:43] "POST /neutron/network HTTP/1.1" 200 117 0.028432 10.0.0.254 - - [2025-08-04 02:16:43] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002023 10.0.0.254 - - [2025-08-04 02:16:43] "POST /neutron/network HTTP/1.1" 200 607 0.072233 10.0.0.254 - - [2025-08-04 02:16:43] "POST /route-targets HTTP/1.1" 200 328 0.011764 10.0.0.254 - - [2025-08-04 02:16:43] "POST /ref-update HTTP/1.1" 200 156 0.015341 10.0.0.254 - - [2025-08-04 02:16:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003792 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/subnet HTTP/1.1" 200 710 0.170837 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/network HTTP/1.1" 200 823 0.005520 10.0.0.254 - - [2025-08-04 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001386 10.0.0.254 - - [2025-08-04 02:16:44] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005830 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/network HTTP/1.1" 200 823 0.007707 10.0.0.254 - - [2025-08-04 02:16:44] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005196 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/network HTTP/1.1" 200 823 0.008756 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/subnet HTTP/1.1" 200 710 0.008483 10.0.0.254 - - [2025-08-04 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.254 - - [2025-08-04 02:16:44] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000995 10.0.0.254 - - [2025-08-04 02:16:44] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.029182 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/network HTTP/1.1" 200 117 0.008446 10.0.0.254 - - [2025-08-04 02:16:44] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001250 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/network HTTP/1.1" 200 607 0.080203 10.0.0.254 - - [2025-08-04 02:16:44] "POST /route-targets HTTP/1.1" 200 328 0.013436 10.0.0.254 - - [2025-08-04 02:16:44] "POST /ref-update HTTP/1.1" 200 156 0.015224 10.0.0.254 - - [2025-08-04 02:16:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002874 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.167332 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/network HTTP/1.1" 200 824 0.005338 10.0.0.254 - - [2025-08-04 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001681 10.0.0.254 - - [2025-08-04 02:16:44] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008741 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/network HTTP/1.1" 200 824 0.005867 10.0.0.254 - - [2025-08-04 02:16:44] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005491 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/network HTTP/1.1" 200 824 0.006633 10.0.0.254 - - [2025-08-04 02:16:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.007507 10.0.0.254 - - [2025-08-04 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.002547 10.0.0.254 - - [2025-08-04 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002252 10.0.0.254 - - [2025-08-04 02:16:44] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001687 10.0.0.254 - - [2025-08-04 02:16:44] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.035416 10.0.0.254 - - [2025-08-04 02:16:45] "POST /network-policys HTTP/1.1" 200 573 0.020206 10.0.0.254 - - [2025-08-04 02:16:45] "GET /network-policy/b4e8cdfb-77fc-46eb-9662-52fdea8c8af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.004824 10.0.0.254 - - [2025-08-04 02:16:45] "POST /neutron/network HTTP/1.1" 200 823 0.006120 10.0.0.254 - - [2025-08-04 02:16:45] "POST /neutron/network HTTP/1.1" 200 925 0.051564 10.0.0.254 - - [2025-08-04 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 236 0.010203 10.0.0.254 - - [2025-08-04 02:16:45] "POST /neutron/network HTTP/1.1" 200 925 0.006653 10.0.0.254 - - [2025-08-04 02:16:45] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.040404 10.0.0.254 - - [2025-08-04 02:16:45] "POST /access-control-lists HTTP/1.1" 200 592 0.072431 10.0.0.254 - - [2025-08-04 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.016690 10.0.0.254 - - [2025-08-04 02:16:45] "GET /network-policy/b4e8cdfb-77fc-46eb-9662-52fdea8c8af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.004305 10.0.0.254 - - [2025-08-04 02:16:45] "POST /neutron/network HTTP/1.1" 200 824 0.005119 10.0.0.254 - - [2025-08-04 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 236 0.004045 10.0.0.254 - - [2025-08-04 02:16:45] "POST /neutron/network HTTP/1.1" 200 926 0.044828 10.0.0.254 - - [2025-08-04 02:16:45] "POST /neutron/network HTTP/1.1" 200 926 0.005475 10.0.0.254 - - [2025-08-04 02:16:45] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.040389 10.0.0.254 - - [2025-08-04 02:16:45] "POST /access-control-lists HTTP/1.1" 200 592 0.071791 10.0.0.254 - - [2025-08-04 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.254 - - [2025-08-04 02:16:45] "POST /ref-update HTTP/1.1" 200 156 0.009686 10.0.0.254 - - [2025-08-04 02:16:45] "GET /network-policy/b4e8cdfb-77fc-46eb-9662-52fdea8c8af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.008395 10.0.0.254 - - [2025-08-04 02:16:45] "GET /domains HTTP/1.1" 401 293 0.000580 10.0.0.254 - - [2025-08-04 02:16:45] "PUT /access-control-list/43d8ca6b-7b89-4a55-8e38-bfa95673497f HTTP/1.1" 200 273 0.053673 10.0.0.254 - - [2025-08-04 02:16:45] "GET /domains HTTP/1.1" 200 281 0.027863 10.0.0.254 - - [2025-08-04 02:16:45] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001756 10.0.0.254 - - [2025-08-04 02:16:45] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2586 0.012413 10.0.0.254 - - [2025-08-04 02:16:45] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002392 10.0.0.254 - - [2025-08-04 02:16:46] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04 HTTP/1.1" 200 2589 0.087044 10.0.0.254 - - [2025-08-04 02:16:46] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f HTTP/1.1" 200 2889 0.006710 10.0.0.254 - - [2025-08-04 02:16:46] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f HTTP/1.1" 200 2889 0.005393 10.0.0.254 - - [2025-08-04 02:16:46] "GET /routing-instance/0905f6e3-7e36-4327-8e4a-5a64803af72f HTTP/1.1" 200 1786 0.006599 10.0.0.254 - - [2025-08-04 02:16:46] "GET /routing-instance/0905f6e3-7e36-4327-8e4a-5a64803af72f HTTP/1.1" 200 1786 0.005935 10.0.0.254 - - [2025-08-04 02:16:46] "GET /route-target/d2a5785f-8b0a-430b-89ff-e88228793e1c HTTP/1.1" 200 1208 0.010392 10.0.0.254 - - [2025-08-04 02:16:46] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f HTTP/1.1" 200 2889 0.008182 10.0.0.254 - - [2025-08-04 02:16:46] "GET /routing-instance/0905f6e3-7e36-4327-8e4a-5a64803af72f HTTP/1.1" 200 1786 0.004128 10.0.0.254 - - [2025-08-04 02:16:46] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.010586 10.0.0.254 - - [2025-08-04 02:16:46] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f HTTP/1.1" 200 2889 0.008384 10.0.0.254 - - [2025-08-04 02:16:46] "GET /routing-instance/0905f6e3-7e36-4327-8e4a-5a64803af72f HTTP/1.1" 200 1786 0.003440 10.0.0.254 - - [2025-08-04 02:16:46] "GET /routing-instance/0905f6e3-7e36-4327-8e4a-5a64803af72f HTTP/1.1" 200 1786 0.003411 10.0.0.254 - - [2025-08-04 02:16:46] "GET /route-target/d2a5785f-8b0a-430b-89ff-e88228793e1c HTTP/1.1" 200 1208 0.003031 10.0.0.254 - - [2025-08-04 02:16:46] "GET /domains HTTP/1.1" 200 281 0.002941 10.0.0.254 - - [2025-08-04 02:16:46] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.254 - - [2025-08-04 02:16:46] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2586 0.009069 10.0.0.254 - - [2025-08-04 02:16:46] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001752 10.0.0.254 - - [2025-08-04 02:16:46] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04 HTTP/1.1" 200 2589 0.079605 10.0.0.254 - - [2025-08-04 02:16:46] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f HTTP/1.1" 200 2889 0.007465 10.0.0.254 - - [2025-08-04 02:16:46] "GET /obj-perms HTTP/1.1" 200 5075 0.058401 10.0.0.254 - - [2025-08-04 02:16:46] "GET /obj-perms HTTP/1.1" 200 5075 0.339816 10.0.0.254 - - [2025-08-04 02:16:46] "GET /obj-perms HTTP/1.1" 200 5053 0.067300 10.0.0.254 - - [2025-08-04 02:16:47] "GET /domains HTTP/1.1" 200 281 0.003483 10.0.0.254 - - [2025-08-04 02:16:47] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.254 - - [2025-08-04 02:16:47] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2586 0.007883 10.0.0.254 - - [2025-08-04 02:16:47] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.254 - - [2025-08-04 02:16:47] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04 HTTP/1.1" 200 2589 0.075341 10.0.0.254 - - [2025-08-04 02:16:47] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8 HTTP/1.1" 200 2892 0.014053 10.0.0.254 - - [2025-08-04 02:16:47] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8 HTTP/1.1" 200 2892 0.010044 10.0.0.254 - - [2025-08-04 02:16:47] "GET /routing-instance/d160b62d-c2b4-4f4f-a544-fc9bb2f522fb HTTP/1.1" 200 1788 0.003630 10.0.0.254 - - [2025-08-04 02:16:47] "GET /routing-instance/d160b62d-c2b4-4f4f-a544-fc9bb2f522fb HTTP/1.1" 200 1788 0.003263 10.0.0.254 - - [2025-08-04 02:16:47] "GET /route-target/df68fa3a-deb5-45bb-bfdd-83a62ad6b611 HTTP/1.1" 200 1209 0.003613 10.0.0.254 - - [2025-08-04 02:16:47] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8 HTTP/1.1" 200 2892 0.005878 10.0.0.254 - - [2025-08-04 02:16:47] "GET /routing-instance/d160b62d-c2b4-4f4f-a544-fc9bb2f522fb HTTP/1.1" 200 1788 0.003188 10.0.0.254 - - [2025-08-04 02:16:47] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004656 10.0.0.254 - - [2025-08-04 02:16:47] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8 HTTP/1.1" 200 2892 0.005054 10.0.0.254 - - [2025-08-04 02:16:47] "GET /routing-instance/d160b62d-c2b4-4f4f-a544-fc9bb2f522fb HTTP/1.1" 200 1788 0.003424 10.0.0.254 - - [2025-08-04 02:16:47] "GET /routing-instance/d160b62d-c2b4-4f4f-a544-fc9bb2f522fb HTTP/1.1" 200 1788 0.003397 10.0.0.254 - - [2025-08-04 02:16:47] "GET /route-target/df68fa3a-deb5-45bb-bfdd-83a62ad6b611 HTTP/1.1" 200 1209 0.003134 10.0.0.254 - - [2025-08-04 02:16:47] "GET /domains HTTP/1.1" 200 281 0.003952 10.0.0.254 - - [2025-08-04 02:16:47] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.254 - - [2025-08-04 02:16:47] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2586 0.007182 10.0.0.254 - - [2025-08-04 02:16:47] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001119 10.0.0.254 - - [2025-08-04 02:16:47] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04 HTTP/1.1" 200 2589 0.070567 10.0.0.254 - - [2025-08-04 02:16:47] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8 HTTP/1.1" 200 2892 0.004986 10.0.0.254 - - [2025-08-04 02:16:47] "GET /obj-perms HTTP/1.1" 200 5053 0.003405 10.0.0.254 - - [2025-08-04 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.004004 10.0.0.254 - - [2025-08-04 02:16:47] "POST /neutron/network HTTP/1.1" 200 935 0.007518 10.0.0.254 - - [2025-08-04 02:16:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000604 10.0.0.254 - - [2025-08-04 02:16:47] "GET / HTTP/1.1" 200 36215 0.001539 10.0.0.254 - - [2025-08-04 02:16:47] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000415 10.0.0.254 - - [2025-08-04 02:16:48] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001347 10.0.0.254 - - [2025-08-04 02:16:48] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.052659 10.0.0.254 - - [2025-08-04 02:16:48] "POST /neutron/network HTTP/1.1" 200 925 0.005394 10.0.0.254 - - [2025-08-04 02:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.005039 10.0.0.254 - - [2025-08-04 02:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.006576 10.0.0.254 - - [2025-08-04 02:16:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001301 10.0.0.254 - - [2025-08-04 02:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.004845 10.0.0.254 - - [2025-08-04 02:16:48] "POST /neutron/network HTTP/1.1" 200 936 0.007545 10.0.0.254 - - [2025-08-04 02:16:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000447 10.0.0.254 - - [2025-08-04 02:16:48] "POST /neutron/network HTTP/1.1" 200 935 0.005963 10.0.0.254 - - [2025-08-04 02:16:48] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001588 10.0.0.254 - - [2025-08-04 02:16:48] "GET / HTTP/1.1" 200 36215 0.002222 10.0.0.254 - - [2025-08-04 02:16:48] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000509 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/port HTTP/1.1" 200 1059 0.229915 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/port HTTP/1.1" 200 1059 0.009560 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/port HTTP/1.1" 200 1059 0.011045 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/port HTTP/1.1" 200 1113 0.074668 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/port HTTP/1.1" 200 1087 0.011984 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004306 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/subnet HTTP/1.1" 200 684 0.007363 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/network HTTP/1.1" 200 925 0.005301 10.0.0.254 - - [2025-08-04 02:16:49] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001197 10.0.0.254 - - [2025-08-04 02:16:49] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.055655 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/network HTTP/1.1" 200 926 0.006171 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/port HTTP/1.1" 200 1087 0.013952 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007928 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.004827 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/port HTTP/1.1" 200 1087 0.016108 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007597 10.0.0.254 - - [2025-08-04 02:16:49] "POST /neutron/network HTTP/1.1" 200 936 0.006931 10.0.0.254 - - [2025-08-04 02:16:49] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001917 10.0.0.254 - - [2025-08-04 02:16:50] "PUT /access-control-list/83be242f-b420-4a0f-b381-23555f1f5106 HTTP/1.1" 200 273 0.065444 10.0.0.254 - - [2025-08-04 02:16:50] "POST /neutron/port HTTP/1.1" 200 1060 0.309141 10.0.0.254 - - [2025-08-04 02:16:50] "POST /neutron/port HTTP/1.1" 200 1060 0.019442 10.0.0.254 - - [2025-08-04 02:16:50] "POST /neutron/port HTTP/1.1" 200 1060 0.012982 10.0.0.254 - - [2025-08-04 02:16:50] "POST /neutron/port HTTP/1.1" 200 1114 0.084132 10.0.0.254 - - [2025-08-04 02:16:50] "POST /neutron/port HTTP/1.1" 200 1088 0.011708 10.0.0.254 - - [2025-08-04 02:16:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004197 10.0.0.254 - - [2025-08-04 02:16:50] "POST /neutron/subnet HTTP/1.1" 200 689 0.008078 10.0.0.254 - - [2025-08-04 02:16:50] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.254 - - [2025-08-04 02:16:50] "POST /neutron/network HTTP/1.1" 200 926 0.007156 10.0.0.254 - - [2025-08-04 02:16:54] "POST /neutron/port HTTP/1.1" 200 1087 0.013001 10.0.0.254 - - [2025-08-04 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006914 10.0.0.254 - - [2025-08-04 02:16:54] "POST /neutron/port HTTP/1.1" 200 1087 0.011407 10.0.0.254 - - [2025-08-04 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006204 10.0.0.254 - - [2025-08-04 02:16:54] "POST /neutron/port HTTP/1.1" 200 1087 0.012172 10.0.0.254 - - [2025-08-04 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005740 10.0.0.254 - - [2025-08-04 02:16:54] "GET /virtual-machine/b9d6aefc-5f1e-4948-9952-8029bdbfc84a HTTP/1.1" 200 1297 0.005598 10.0.0.254 - - [2025-08-04 02:16:54] "GET /virtual-machine-interface/7a6df777-f52d-4c4a-8e76-f284165b705a HTTP/1.1" 200 2958 0.005905 10.0.0.254 - - [2025-08-04 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.254 - - [2025-08-04 02:16:54] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003231 10.0.0.254 - - [2025-08-04 02:16:54] "GET /virtual-networks?parent_id=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003074 10.0.0.254 - - [2025-08-04 02:16:55] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005423 10.0.0.254 - - [2025-08-04 02:16:57] "POST /neutron/port HTTP/1.1" 200 1087 0.014981 10.0.0.254 - - [2025-08-04 02:16:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006046 10.0.0.254 - - [2025-08-04 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.254 - - [2025-08-04 02:16:58] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005336 10.0.0.254 - - [2025-08-04 02:16:59] "POST /neutron/port HTTP/1.1" 200 1088 0.012027 10.0.0.254 - - [2025-08-04 02:16:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005264 10.0.0.254 - - [2025-08-04 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.254 - - [2025-08-04 02:17:00] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005224 10.0.0.254 - - [2025-08-04 02:17:00] "GET /virtual-networks?parent_id=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002991 10.0.0.254 - - [2025-08-04 02:17:00] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005560 10.0.0.254 - - [2025-08-04 02:17:00] "POST /neutron/port HTTP/1.1" 200 1088 0.012640 10.0.0.254 - - [2025-08-04 02:17:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006422 10.0.0.254 - - [2025-08-04 02:17:00] "POST /neutron/port HTTP/1.1" 200 1088 0.015581 10.0.0.254 - - [2025-08-04 02:17:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010608 10.0.0.254 - - [2025-08-04 02:17:00] "POST /neutron/port HTTP/1.1" 200 1088 0.011554 10.0.0.254 - - [2025-08-04 02:17:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.015053 10.0.0.254 - - [2025-08-04 02:17:00] "GET /virtual-machine/664b32af-899e-45ff-bbab-e1c48dc1ffbc HTTP/1.1" 200 1296 0.004853 10.0.0.254 - - [2025-08-04 02:17:00] "GET /virtual-machine-interface/9015d1ea-a142-43de-995e-684270cd6a62 HTTP/1.1" 200 2959 0.005246 10.0.0.254 - - [2025-08-04 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.254 - - [2025-08-04 02:17:01] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003634 10.0.0.254 - - [2025-08-04 02:17:01] "GET /virtual-networks?parent_id=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004311 10.0.0.254 - - [2025-08-04 02:17:01] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005421 10.0.0.254 - - [2025-08-04 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.254 - - [2025-08-04 02:17:02] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004463 10.0.0.254 - - [2025-08-04 02:17:02] "GET /virtual-networks?parent_id=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003650 10.0.0.254 - - [2025-08-04 02:17:02] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006843 10.0.0.254 - - [2025-08-04 02:17:03] "POST /neutron/port HTTP/1.1" 200 1087 0.010776 10.0.0.254 - - [2025-08-04 02:17:03] "POST /neutron/port HTTP/1.1" 200 1087 0.012075 10.0.0.254 - - [2025-08-04 02:17:03] "POST /neutron/network HTTP/1.1" 200 935 0.006341 10.0.0.254 - - [2025-08-04 02:17:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003642 10.0.0.254 - - [2025-08-04 02:17:03] "POST /neutron/subnet HTTP/1.1" 200 684 0.008802 10.0.0.254 - - [2025-08-04 02:17:03] "POST /neutron/port HTTP/1.1" 200 117 0.001279 10.0.0.254 - - [2025-08-04 02:17:03] "POST /neutron/network HTTP/1.1" 200 925 0.005509 10.0.0.254 - - [2025-08-04 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.254 - - [2025-08-04 02:17:06] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001160 10.0.0.254 - - [2025-08-04 02:17:06] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.028482 10.0.0.254 - - [2025-08-04 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.254 - - [2025-08-04 02:17:06] "PUT /network-policy/b4e8cdfb-77fc-46eb-9662-52fdea8c8af6 HTTP/1.1" 200 263 0.010494 10.0.0.254 - - [2025-08-04 02:17:06] "PUT /access-control-list/43d8ca6b-7b89-4a55-8e38-bfa95673497f HTTP/1.1" 200 273 0.049674 10.0.0.254 - - [2025-08-04 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.011797 10.0.0.254 - - [2025-08-04 02:17:06] "PUT /access-control-list/83be242f-b420-4a0f-b381-23555f1f5106 HTTP/1.1" 200 273 0.053363 10.0.0.254 - - [2025-08-04 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.013714 10.0.0.254 - - [2025-08-04 02:17:09] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005564 10.0.0.254 - - [2025-08-04 02:17:09] "POST /neutron/network HTTP/1.1" 200 926 0.014221 10.0.0.254 - - [2025-08-04 02:17:09] "POST /neutron/network HTTP/1.1" 200 824 0.051633 10.0.0.254 - - [2025-08-04 02:17:09] "DELETE /access-control-list/83be242f-b420-4a0f-b381-23555f1f5106 HTTP/1.1" 200 115 0.039735 10.0.0.254 - - [2025-08-04 02:17:09] "POST /neutron/network HTTP/1.1" 200 824 0.012889 10.0.0.254 - - [2025-08-04 02:17:09] "GET /virtual-network/e7f98712-5e11-4577-8843-6d50132101c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004755 10.0.0.254 - - [2025-08-04 02:17:09] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004730 10.0.0.254 - - [2025-08-04 02:17:09] "POST /neutron/network HTTP/1.1" 200 925 0.007188 10.0.0.254 - - [2025-08-04 02:17:10] "POST /neutron/network HTTP/1.1" 200 823 0.057797 10.0.0.254 - - [2025-08-04 02:17:10] "DELETE /access-control-list/43d8ca6b-7b89-4a55-8e38-bfa95673497f HTTP/1.1" 200 115 0.048693 10.0.0.254 - - [2025-08-04 02:17:10] "POST /neutron/network HTTP/1.1" 200 823 0.010209 10.0.0.254 - - [2025-08-04 02:17:10] "GET /virtual-network/81178ad2-2fe0-4050-a6dc-ff25911c807f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.013094 10.0.0.254 - - [2025-08-04 02:17:10] "DELETE /network-policy/b4e8cdfb-77fc-46eb-9662-52fdea8c8af6 HTTP/1.1" 200 115 0.024757 10.0.0.254 - - [2025-08-04 02:17:10] "POST /neutron/network HTTP/1.1" 200 824 0.006216 10.0.0.254 - - [2025-08-04 02:17:10] "POST /neutron/network HTTP/1.1" 400 204 0.013690 10.0.0.254 - - [2025-08-04 02:17:10] "POST /neutron/port HTTP/1.1" 200 1088 0.017398 10.0.0.254 - - [2025-08-04 02:17:10] "POST /neutron/port HTTP/1.1" 200 1114 0.009553 10.0.0.254 - - [2025-08-04 02:17:10] "POST /neutron/port HTTP/1.1" 200 1087 0.018348 10.0.0.254 - - [2025-08-04 02:17:10] "POST /neutron/port HTTP/1.1" 200 1113 0.012303 10.0.0.254 - - [2025-08-04 02:17:10] "POST /neutron/port HTTP/1.1" 200 151 0.131975 10.0.0.254 - - [2025-08-04 02:17:10] "POST /neutron/port HTTP/1.1" 200 151 0.117172 10.0.0.254 - - [2025-08-04 02:17:12] "POST /neutron/network HTTP/1.1" 200 824 0.005639 10.0.0.254 - - [2025-08-04 02:17:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.254 - - [2025-08-04 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.254 - - [2025-08-04 02:17:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001925 10.0.0.254 - - [2025-08-04 02:17:12] "POST /neutron/network HTTP/1.1" 200 151 0.076065 10.0.0.254 - - [2025-08-04 02:17:12] "GET /routing-instance/d160b62d-c2b4-4f4f-a544-fc9bb2f522fb HTTP/1.1" 404 171 0.002093 10.0.0.254 - - [2025-08-04 02:17:12] "GET /domains HTTP/1.1" 200 281 0.003380 10.0.0.254 - - [2025-08-04 02:17:12] "DELETE /route-target/df68fa3a-deb5-45bb-bfdd-83a62ad6b611 HTTP/1.1" 200 115 0.022733 10.0.0.254 - - [2025-08-04 02:17:12] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001482 10.0.0.254 - - [2025-08-04 02:17:12] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2586 0.059842 10.0.0.254 - - [2025-08-04 02:17:12] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001154 10.0.0.254 - - [2025-08-04 02:17:12] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04 HTTP/1.1" 200 2119 0.062677 10.0.0.254 - - [2025-08-04 02:17:12] "POST /neutron/network HTTP/1.1" 200 823 0.005624 10.0.0.254 - - [2025-08-04 02:17:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002627 10.0.0.254 - - [2025-08-04 02:17:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002850 10.0.0.254 - - [2025-08-04 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.254 - - [2025-08-04 02:17:12] "POST /neutron/network HTTP/1.1" 200 151 0.092240 10.0.0.254 - - [2025-08-04 02:17:12] "GET /routing-instance/0905f6e3-7e36-4327-8e4a-5a64803af72f HTTP/1.1" 404 171 0.002454 10.0.0.254 - - [2025-08-04 02:17:12] "GET /domains HTTP/1.1" 200 281 0.003025 10.0.0.254 - - [2025-08-04 02:17:12] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001716 10.0.0.254 - - [2025-08-04 02:17:12] "DELETE /route-target/d2a5785f-8b0a-430b-89ff-e88228793e1c HTTP/1.1" 200 115 0.030263 10.0.0.254 - - [2025-08-04 02:17:12] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2586 0.052356 10.0.0.254 - - [2025-08-04 02:17:12] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001879 10.0.0.254 - - [2025-08-04 02:17:12] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04 HTTP/1.1" 200 1879 0.070458 10.0.0.254 - - [2025-08-04 02:17:12] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001095 10.0.0.254 - - [2025-08-04 02:17:12] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.025024 10.0.0.254 - - [2025-08-04 02:17:12] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001071 10.0.0.254 - - [2025-08-04 02:17:13] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?fields=virtual_networks HTTP/1.1" 200 1048 0.073329 10.0.0.254 - - [2025-08-04 02:17:13] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001286 10.0.0.254 - - [2025-08-04 02:17:13] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.028983 10.0.0.254 - - [2025-08-04 02:17:13] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.254 - - [2025-08-04 02:17:13] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?fields=security_groups HTTP/1.1" 200 1277 0.029479 10.0.0.254 - - [2025-08-04 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 181 0.031937 10.0.0.254 - - [2025-08-04 02:17:14] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003625 10.0.0.254 - - [2025-08-04 02:17:14] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002321 10.0.0.254 - - [2025-08-04 02:17:14] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010826 10.0.0.254 - - [2025-08-04 02:17:14] "POST /id-to-fqname HTTP/1.1" 200 183 0.001277 10.0.0.254 - - [2025-08-04 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 192 0.003300 10.0.0.254 - - [2025-08-04 02:17:14] "POST /security-groups HTTP/1.1" 200 584 0.063753 10.0.0.254 - - [2025-08-04 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 227 0.004165 10.0.0.254 - - [2025-08-04 02:17:14] "POST /projects HTTP/1.1" 200 571 0.226635 10.0.0.254 - - [2025-08-04 02:17:14] "POST /access-control-lists HTTP/1.1" 200 591 0.058886 10.0.0.254 - - [2025-08-04 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.309311 10.0.0.254 - - [2025-08-04 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 226 0.002846 10.0.0.254 - - [2025-08-04 02:17:14] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.451426 10.0.0.254 - - [2025-08-04 02:17:14] "POST /access-control-lists HTTP/1.1" 200 589 0.064985 10.0.0.254 - - [2025-08-04 02:17:15] "GET / HTTP/1.1" 200 36215 0.001959 10.0.0.254 - - [2025-08-04 02:17:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.254 - - [2025-08-04 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.056749 10.0.0.254 - - [2025-08-04 02:17:16] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001083 10.0.0.254 - - [2025-08-04 02:17:16] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.024792 10.0.0.254 - - [2025-08-04 02:17:16] "POST /neutron/network HTTP/1.1" 200 117 0.029326 10.0.0.254 - - [2025-08-04 02:17:16] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001443 10.0.0.254 - - [2025-08-04 02:17:16] "POST /neutron/network HTTP/1.1" 200 612 0.071502 10.0.0.254 - - [2025-08-04 02:17:16] "POST /route-targets HTTP/1.1" 200 328 0.010633 10.0.0.254 - - [2025-08-04 02:17:16] "POST /ref-update HTTP/1.1" 200 156 0.011447 10.0.0.254 - - [2025-08-04 02:17:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002254 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/subnet HTTP/1.1" 200 719 0.193439 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/network HTTP/1.1" 200 830 0.005737 10.0.0.254 - - [2025-08-04 02:17:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001265 10.0.0.254 - - [2025-08-04 02:17:17] "GET /virtual-network/e70d38a1-60ef-4e2e-b3fc-42a0f03fd5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005454 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/network HTTP/1.1" 200 830 0.005901 10.0.0.254 - - [2025-08-04 02:17:17] "GET /virtual-network/e70d38a1-60ef-4e2e-b3fc-42a0f03fd5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005227 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/network HTTP/1.1" 200 830 0.006194 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/subnet HTTP/1.1" 200 719 0.007068 10.0.0.254 - - [2025-08-04 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.254 - - [2025-08-04 02:17:17] "GET /virtual-network/e70d38a1-60ef-4e2e-b3fc-42a0f03fd5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005232 10.0.0.254 - - [2025-08-04 02:17:17] "PUT /virtual-network/e70d38a1-60ef-4e2e-b3fc-42a0f03fd5ce HTTP/1.1" 200 265 0.034490 10.0.0.254 - - [2025-08-04 02:17:17] "POST /route-targets HTTP/1.1" 200 324 0.014525 10.0.0.254 - - [2025-08-04 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.010029 10.0.0.254 - - [2025-08-04 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.254 - - [2025-08-04 02:17:17] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001194 10.0.0.254 - - [2025-08-04 02:17:17] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.028749 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/network HTTP/1.1" 200 117 0.011326 10.0.0.254 - - [2025-08-04 02:17:17] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001134 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/network HTTP/1.1" 200 612 0.069570 10.0.0.254 - - [2025-08-04 02:17:17] "POST /route-targets HTTP/1.1" 200 328 0.015133 10.0.0.254 - - [2025-08-04 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.014827 10.0.0.254 - - [2025-08-04 02:17:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004203 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.208689 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/network HTTP/1.1" 200 832 0.005252 10.0.0.254 - - [2025-08-04 02:17:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001158 10.0.0.254 - - [2025-08-04 02:17:17] "GET /virtual-network/dce3abe6-9185-4c17-aa68-fa2ac7f27910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005965 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/network HTTP/1.1" 200 832 0.007031 10.0.0.254 - - [2025-08-04 02:17:17] "GET /virtual-network/dce3abe6-9185-4c17-aa68-fa2ac7f27910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009245 10.0.0.254 - - [2025-08-04 02:17:17] "POST /neutron/network HTTP/1.1" 200 832 0.005952 10.0.0.254 - - [2025-08-04 02:17:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.011870 10.0.0.254 - - [2025-08-04 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.254 - - [2025-08-04 02:17:18] "GET /virtual-network/dce3abe6-9185-4c17-aa68-fa2ac7f27910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004749 10.0.0.254 - - [2025-08-04 02:17:18] "POST /ref-update HTTP/1.1" 200 156 0.010636 10.0.0.254 - - [2025-08-04 02:17:18] "PUT /virtual-network/dce3abe6-9185-4c17-aa68-fa2ac7f27910 HTTP/1.1" 200 265 0.033493 10.0.0.254 - - [2025-08-04 02:17:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001377 10.0.0.254 - - [2025-08-04 02:17:18] "POST /neutron/network HTTP/1.1" 200 840 0.007116 10.0.0.254 - - [2025-08-04 02:17:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.254 - - [2025-08-04 02:17:18] "GET / HTTP/1.1" 200 36215 0.001880 10.0.0.254 - - [2025-08-04 02:17:18] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000418 10.0.0.254 - - [2025-08-04 02:17:19] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001097 10.0.0.254 - - [2025-08-04 02:17:19] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.071952 10.0.0.254 - - [2025-08-04 02:17:19] "POST /neutron/network HTTP/1.1" 200 830 0.005940 10.0.0.254 - - [2025-08-04 02:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.006730 10.0.0.254 - - [2025-08-04 02:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.006598 10.0.0.254 - - [2025-08-04 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001686 10.0.0.254 - - [2025-08-04 02:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.009956 10.0.0.254 - - [2025-08-04 02:17:19] "POST /neutron/network HTTP/1.1" 200 842 0.006562 10.0.0.254 - - [2025-08-04 02:17:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000453 10.0.0.254 - - [2025-08-04 02:17:19] "POST /neutron/network HTTP/1.1" 200 840 0.016973 10.0.0.254 - - [2025-08-04 02:17:19] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001168 10.0.0.254 - - [2025-08-04 02:17:19] "GET / HTTP/1.1" 200 36215 0.001796 10.0.0.254 - - [2025-08-04 02:17:19] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000392 10.0.0.254 - - [2025-08-04 02:17:19] "POST /neutron/port HTTP/1.1" 200 1052 0.227343 10.0.0.254 - - [2025-08-04 02:17:19] "POST /neutron/port HTTP/1.1" 200 1052 0.011669 10.0.0.254 - - [2025-08-04 02:17:19] "POST /neutron/port HTTP/1.1" 200 1052 0.010360 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/port HTTP/1.1" 200 1106 0.069610 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/port HTTP/1.1" 200 1080 0.017097 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003427 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/subnet HTTP/1.1" 200 693 0.010712 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.254 - - [2025-08-04 02:17:20] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001116 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/network HTTP/1.1" 200 830 0.005692 10.0.0.254 - - [2025-08-04 02:17:20] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.056659 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/network HTTP/1.1" 200 832 0.007030 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/port HTTP/1.1" 200 1080 0.016187 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006716 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.004876 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/port HTTP/1.1" 200 1080 0.018257 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.012928 10.0.0.254 - - [2025-08-04 02:17:20] "POST /neutron/network HTTP/1.1" 200 842 0.005857 10.0.0.254 - - [2025-08-04 02:17:20] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001849 10.0.0.254 - - [2025-08-04 02:17:21] "POST /neutron/port HTTP/1.1" 200 1054 0.247689 10.0.0.254 - - [2025-08-04 02:17:21] "POST /neutron/port HTTP/1.1" 200 1054 0.008876 10.0.0.254 - - [2025-08-04 02:17:21] "POST /neutron/port HTTP/1.1" 200 1054 0.008827 10.0.0.254 - - [2025-08-04 02:17:21] "POST /neutron/port HTTP/1.1" 200 1108 0.081385 10.0.0.254 - - [2025-08-04 02:17:21] "POST /neutron/port HTTP/1.1" 200 1082 0.012605 10.0.0.254 - - [2025-08-04 02:17:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003694 10.0.0.254 - - [2025-08-04 02:17:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.013549 10.0.0.254 - - [2025-08-04 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.254 - - [2025-08-04 02:17:21] "POST /neutron/network HTTP/1.1" 200 832 0.005902 10.0.0.254 - - [2025-08-04 02:17:25] "POST /neutron/port HTTP/1.1" 200 1080 0.010793 10.0.0.254 - - [2025-08-04 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006594 10.0.0.254 - - [2025-08-04 02:17:25] "POST /neutron/port HTTP/1.1" 200 1080 0.010732 10.0.0.254 - - [2025-08-04 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007186 10.0.0.254 - - [2025-08-04 02:17:25] "POST /neutron/port HTTP/1.1" 200 1080 0.011114 10.0.0.254 - - [2025-08-04 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005855 10.0.0.254 - - [2025-08-04 02:17:25] "GET /virtual-machine/a3dfc47f-3624-4b99-85c5-916d308ba3f9 HTTP/1.1" 401 293 0.000478 10.0.0.254 - - [2025-08-04 02:17:26] "GET /virtual-machine/a3dfc47f-3624-4b99-85c5-916d308ba3f9 HTTP/1.1" 200 1287 0.029565 10.0.0.254 - - [2025-08-04 02:17:26] "GET /virtual-machine-interface/1633d42f-6cee-454e-a7f3-5f244b3ea258 HTTP/1.1" 200 2934 0.005558 10.0.0.254 - - [2025-08-04 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.254 - - [2025-08-04 02:17:26] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003271 10.0.0.254 - - [2025-08-04 02:17:26] "GET /virtual-networks?parent_id=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004411 10.0.0.254 - - [2025-08-04 02:17:26] "GET /virtual-network/e70d38a1-60ef-4e2e-b3fc-42a0f03fd5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007882 10.0.0.254 - - [2025-08-04 02:17:28] "POST /neutron/port HTTP/1.1" 200 1080 0.012597 10.0.0.254 - - [2025-08-04 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005812 10.0.0.254 - - [2025-08-04 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.254 - - [2025-08-04 02:17:29] "GET /virtual-network/e70d38a1-60ef-4e2e-b3fc-42a0f03fd5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005414 10.0.0.254 - - [2025-08-04 02:17:29] "POST /neutron/port HTTP/1.1" 200 1082 0.010862 10.0.0.254 - - [2025-08-04 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007219 10.0.0.254 - - [2025-08-04 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.254 - - [2025-08-04 02:17:31] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004837 10.0.0.254 - - [2025-08-04 02:17:31] "GET /virtual-networks?parent_id=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003061 10.0.0.254 - - [2025-08-04 02:17:31] "GET /virtual-network/e70d38a1-60ef-4e2e-b3fc-42a0f03fd5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005931 10.0.0.254 - - [2025-08-04 02:17:31] "POST /neutron/port HTTP/1.1" 200 1080 0.012221 10.0.0.254 - - [2025-08-04 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006490 10.0.0.254 - - [2025-08-04 02:17:37] "POST /neutron/port HTTP/1.1" 200 1082 0.015827 10.0.0.254 - - [2025-08-04 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006675 10.0.0.254 - - [2025-08-04 02:17:37] "POST /neutron/port HTTP/1.1" 200 1082 0.014121 10.0.0.254 - - [2025-08-04 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007181 10.0.0.254 - - [2025-08-04 02:17:37] "POST /neutron/port HTTP/1.1" 200 1082 0.011543 10.0.0.254 - - [2025-08-04 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007266 10.0.0.254 - - [2025-08-04 02:17:37] "GET /virtual-machine/c01579be-de9d-4cab-9d7e-dfce2a754b82 HTTP/1.1" 200 1288 0.005146 10.0.0.254 - - [2025-08-04 02:17:37] "GET /virtual-machine-interface/b05b525d-8f1f-421b-893d-5aedfe7ae7ee HTTP/1.1" 200 2934 0.005451 10.0.0.254 - - [2025-08-04 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.254 - - [2025-08-04 02:17:37] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003091 10.0.0.254 - - [2025-08-04 02:17:37] "GET /virtual-networks?parent_id=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003447 10.0.0.254 - - [2025-08-04 02:17:37] "GET /virtual-network/dce3abe6-9185-4c17-aa68-fa2ac7f27910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005675 10.0.0.254 - - [2025-08-04 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.254 - - [2025-08-04 02:17:38] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004090 10.0.0.254 - - [2025-08-04 02:17:38] "GET /virtual-networks?parent_id=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003139 10.0.0.254 - - [2025-08-04 02:17:38] "GET /virtual-network/dce3abe6-9185-4c17-aa68-fa2ac7f27910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005008 10.0.0.254 - - [2025-08-04 02:17:38] "POST /routing-policys HTTP/1.1" 200 536 0.019044 10.0.0.254 - - [2025-08-04 02:17:38] "GET /virtual-network/e70d38a1-60ef-4e2e-b3fc-42a0f03fd5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006887 10.0.0.254 - - [2025-08-04 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.013170 10.0.0.254 - - [2025-08-04 02:17:38] "PUT /virtual-network/e70d38a1-60ef-4e2e-b3fc-42a0f03fd5ce HTTP/1.1" 200 265 0.038182 10.0.0.254 - - [2025-08-04 02:17:42] "DELETE /project/7e8663ce7d0b49419951a46d39ea53b4 HTTP/1.1" 404 173 0.007686 10.0.0.254 - - [2025-08-04 02:17:42] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.254 - - [2025-08-04 02:17:42] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.027585 10.0.0.254 - - [2025-08-04 02:17:42] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001286 10.0.0.254 - - [2025-08-04 02:17:42] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?fields=security_groups HTTP/1.1" 200 1379 0.074074 10.0.0.254 - - [2025-08-04 02:17:42] "DELETE /security-group/a3133303-04d1-4524-a390-e55ebedb3901 HTTP/1.1" 200 115 0.045119 10.0.0.254 - - [2025-08-04 02:17:42] "GET /projects?obj_uuids=b4a5fc73-66b0-4ba0-8645-d74d182efe04&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001492 10.0.0.254 - - [2025-08-04 02:17:42] "DELETE /access-control-list/78e1f642-4e0c-48ee-8463-0d973772e3e4 HTTP/1.1" 200 115 0.039580 10.0.0.254 - - [2025-08-04 02:17:42] "GET /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04?fields=application_policy_sets HTTP/1.1" 200 1418 0.040958 10.0.0.254 - - [2025-08-04 02:17:42] "DELETE /access-control-list/f477289a-ef4d-48a0-b6f1-afd9d289dc3d HTTP/1.1" 200 115 0.031267 10.0.0.254 - - [2025-08-04 02:17:43] "DELETE /project/b4a5fc73-66b0-4ba0-8645-d74d182efe04 HTTP/1.1" 200 115 0.351674 10.0.0.254 - - [2025-08-04 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.021669 10.0.0.254 - - [2025-08-04 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.061075 10.0.0.254 - - [2025-08-04 02:17:43] "DELETE /routing-policy/fe834fbe-14bd-44c9-bdac-747f9024f3db HTTP/1.1" 200 115 0.032111 10.0.0.254 - - [2025-08-04 02:17:43] "POST /neutron/network HTTP/1.1" 200 832 0.006055 10.0.0.254 - - [2025-08-04 02:17:43] "POST /neutron/network HTTP/1.1" 400 204 0.011728 10.0.0.254 - - [2025-08-04 02:17:43] "POST /neutron/port HTTP/1.1" 200 1082 0.014791 10.0.0.254 - - [2025-08-04 02:17:43] "POST /neutron/port HTTP/1.1" 200 1108 0.012110 10.0.0.254 - - [2025-08-04 02:17:43] "POST /neutron/port HTTP/1.1" 200 1080 0.017386 10.0.0.254 - - [2025-08-04 02:17:43] "POST /neutron/port HTTP/1.1" 200 1106 0.010679 10.0.0.254 - - [2025-08-04 02:17:43] "POST /neutron/port HTTP/1.1" 200 151 0.143049 10.0.0.254 - - [2025-08-04 02:17:43] "POST /neutron/port HTTP/1.1" 200 151 0.143461 10.0.0.254 - - [2025-08-04 02:17:45] "POST /neutron/network HTTP/1.1" 200 832 0.006180 10.0.0.254 - - [2025-08-04 02:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003070 10.0.0.254 - - [2025-08-04 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.254 - - [2025-08-04 02:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002815 10.0.0.254 - - [2025-08-04 02:17:45] "POST /neutron/network HTTP/1.1" 200 151 0.100774 10.0.0.254 - - [2025-08-04 02:17:45] "DELETE /route-target/95c6b46d-4413-4a0f-9817-b20196ec5325 HTTP/1.1" 200 115 0.021510 10.0.0.254 - - [2025-08-04 02:17:45] "POST /neutron/network HTTP/1.1" 200 830 0.007891 10.0.0.254 - - [2025-08-04 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.254 - - [2025-08-04 02:17:45] "DELETE /route-target/abcd4b07-aa75-4d36-96e2-d1d4f2d08564 HTTP/1.1" 409 240 0.007849 10.0.0.254 - - [2025-08-04 02:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002356 10.0.0.254 - - [2025-08-04 02:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002056 10.0.0.254 - - [2025-08-04 02:17:45] "POST /neutron/network HTTP/1.1" 200 151 0.090710 10.0.0.254 - - [2025-08-04 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.254 - - [2025-08-04 02:17:45] "DELETE /route-target/ef57bc6f-9e26-4172-b47f-3cd3bfd4c93b HTTP/1.1" 200 115 0.021452 10.0.0.254 - - [2025-08-04 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.254 - - [2025-08-04 02:17:45] "DELETE /route-target/abcd4b07-aa75-4d36-96e2-d1d4f2d08564 HTTP/1.1" 200 115 0.020349 10.0.0.254 - - [2025-08-04 02:17:45] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001923 10.0.0.254 - - [2025-08-04 02:17:45] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.030771 10.0.0.254 - - [2025-08-04 02:17:45] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001151 10.0.0.254 - - [2025-08-04 02:17:45] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?fields=virtual_networks HTTP/1.1" 200 1030 0.071975 10.0.0.254 - - [2025-08-04 02:17:45] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001143 10.0.0.254 - - [2025-08-04 02:17:46] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.024997 10.0.0.254 - - [2025-08-04 02:17:46] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001711 10.0.0.254 - - [2025-08-04 02:17:46] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?fields=security_groups HTTP/1.1" 200 1250 0.028056 10.0.0.254 - - [2025-08-04 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.028181 10.0.0.254 - - [2025-08-04 02:17:46] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003775 10.0.0.254 - - [2025-08-04 02:17:47] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001943 10.0.0.254 - - [2025-08-04 02:17:47] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011593 10.0.0.254 - - [2025-08-04 02:17:47] "GET /obj-perms HTTP/1.1" 200 5075 0.072991 10.0.0.254 - - [2025-08-04 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 188 0.001933 10.0.0.254 - - [2025-08-04 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.003250 10.0.0.254 - - [2025-08-04 02:17:47] "POST /security-groups HTTP/1.1" 200 589 0.064399 10.0.0.254 - - [2025-08-04 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.002626 10.0.0.254 - - [2025-08-04 02:17:47] "POST /projects HTTP/1.1" 200 581 0.229937 10.0.0.254 - - [2025-08-04 02:17:47] "POST /access-control-lists HTTP/1.1" 200 596 0.059966 10.0.0.254 - - [2025-08-04 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.304368 10.0.0.254 - - [2025-08-04 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 231 0.002793 10.0.0.254 - - [2025-08-04 02:17:47] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.717973 10.0.0.254 - - [2025-08-04 02:17:47] "GET /obj-perms HTTP/1.1" 200 5075 0.069088 10.0.0.254 - - [2025-08-04 02:17:47] "POST /access-control-lists HTTP/1.1" 200 594 0.083619 10.0.0.254 - - [2025-08-04 02:17:48] "GET / HTTP/1.1" 200 36215 0.001596 10.0.0.254 - - [2025-08-04 02:17:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000463 10.0.0.254 - - [2025-08-04 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.055299 10.0.0.254 - - [2025-08-04 02:17:49] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001828 10.0.0.254 - - [2025-08-04 02:17:49] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.031572 10.0.0.254 - - [2025-08-04 02:17:49] "POST /neutron/network HTTP/1.1" 200 117 0.033320 10.0.0.254 - - [2025-08-04 02:17:49] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001269 10.0.0.254 - - [2025-08-04 02:17:50] "POST /neutron/network HTTP/1.1" 200 613 0.072093 10.0.0.254 - - [2025-08-04 02:17:50] "POST /route-targets HTTP/1.1" 200 328 0.010986 10.0.0.254 - - [2025-08-04 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.009379 10.0.0.254 - - [2025-08-04 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003398 10.0.0.254 - - [2025-08-04 02:17:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.170234 10.0.0.254 - - [2025-08-04 02:17:50] "POST /neutron/network HTTP/1.1" 200 833 0.005680 10.0.0.254 - - [2025-08-04 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001465 10.0.0.254 - - [2025-08-04 02:17:50] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004822 10.0.0.254 - - [2025-08-04 02:17:50] "POST /neutron/network HTTP/1.1" 200 833 0.009994 10.0.0.254 - - [2025-08-04 02:17:50] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007415 10.0.0.254 - - [2025-08-04 02:17:50] "POST /neutron/network HTTP/1.1" 200 833 0.008226 10.0.0.254 - - [2025-08-04 02:17:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.007319 10.0.0.254 - - [2025-08-04 02:17:50] "GET /domains HTTP/1.1" 401 293 0.000423 10.0.0.254 - - [2025-08-04 02:17:50] "GET /domains HTTP/1.1" 200 281 0.031112 10.0.0.254 - - [2025-08-04 02:17:50] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.254 - - [2025-08-04 02:17:50] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2762 0.008209 10.0.0.254 - - [2025-08-04 02:17:50] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001030 10.0.0.254 - - [2025-08-04 02:17:50] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 2096 0.069593 10.0.0.254 - - [2025-08-04 02:17:50] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b HTTP/1.1" 200 2327 0.006070 10.0.0.254 - - [2025-08-04 02:17:50] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b HTTP/1.1" 200 2327 0.005155 10.0.0.254 - - [2025-08-04 02:17:50] "GET /routing-instance/1390d09e-37c6-4f1b-831f-d844ff03003b HTTP/1.1" 200 1495 0.003405 10.0.0.254 - - [2025-08-04 02:17:50] "GET /routing-instance/1390d09e-37c6-4f1b-831f-d844ff03003b HTTP/1.1" 200 1495 0.003144 10.0.0.254 - - [2025-08-04 02:17:50] "GET /route-target/a56f269a-6a7f-4aaf-bd2a-39567a7276bb HTTP/1.1" 200 1215 0.003205 10.0.0.254 - - [2025-08-04 02:17:50] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b HTTP/1.1" 200 2327 0.005977 10.0.0.254 - - [2025-08-04 02:17:50] "GET /routing-instance/1390d09e-37c6-4f1b-831f-d844ff03003b HTTP/1.1" 200 1495 0.003918 10.0.0.254 - - [2025-08-04 02:17:50] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005455 10.0.0.254 - - [2025-08-04 02:17:50] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b HTTP/1.1" 200 2327 0.005125 10.0.0.254 - - [2025-08-04 02:17:50] "GET /routing-instance/1390d09e-37c6-4f1b-831f-d844ff03003b HTTP/1.1" 200 1495 0.004791 10.0.0.254 - - [2025-08-04 02:17:50] "GET /routing-instance/1390d09e-37c6-4f1b-831f-d844ff03003b HTTP/1.1" 200 1495 0.003538 10.0.0.254 - - [2025-08-04 02:17:50] "GET /route-target/a56f269a-6a7f-4aaf-bd2a-39567a7276bb HTTP/1.1" 200 1215 0.003972 10.0.0.254 - - [2025-08-04 02:17:50] "GET /domains HTTP/1.1" 200 281 0.003271 10.0.0.254 - - [2025-08-04 02:17:50] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.254 - - [2025-08-04 02:17:50] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2762 0.006634 10.0.0.254 - - [2025-08-04 02:17:50] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.254 - - [2025-08-04 02:17:51] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 2096 0.065058 10.0.0.254 - - [2025-08-04 02:17:51] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b HTTP/1.1" 200 2327 0.004387 10.0.0.254 - - [2025-08-04 02:17:51] "GET /obj-perms HTTP/1.1" 200 5045 0.059030 10.0.0.254 - - [2025-08-04 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.254 - - [2025-08-04 02:17:51] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.254 - - [2025-08-04 02:17:51] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.025509 10.0.0.254 - - [2025-08-04 02:17:51] "POST /neutron/network HTTP/1.1" 200 117 0.009262 10.0.0.254 - - [2025-08-04 02:17:51] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.254 - - [2025-08-04 02:17:51] "POST /neutron/network HTTP/1.1" 200 613 0.074874 10.0.0.254 - - [2025-08-04 02:17:51] "POST /route-targets HTTP/1.1" 200 328 0.010316 10.0.0.254 - - [2025-08-04 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.013081 10.0.0.254 - - [2025-08-04 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003401 10.0.0.254 - - [2025-08-04 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.140640 10.0.0.254 - - [2025-08-04 02:17:51] "POST /neutron/network HTTP/1.1" 200 832 0.005737 10.0.0.254 - - [2025-08-04 02:17:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001424 10.0.0.254 - - [2025-08-04 02:17:51] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005491 10.0.0.254 - - [2025-08-04 02:17:51] "POST /neutron/network HTTP/1.1" 200 832 0.005812 10.0.0.254 - - [2025-08-04 02:17:51] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005590 10.0.0.254 - - [2025-08-04 02:17:51] "POST /neutron/network HTTP/1.1" 200 832 0.016432 10.0.0.254 - - [2025-08-04 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.011994 10.0.0.254 - - [2025-08-04 02:17:52] "GET /domains HTTP/1.1" 200 281 0.002548 10.0.0.254 - - [2025-08-04 02:17:52] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.254 - - [2025-08-04 02:17:52] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2762 0.007135 10.0.0.254 - - [2025-08-04 02:17:52] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.254 - - [2025-08-04 02:17:52] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 2315 0.067028 10.0.0.254 - - [2025-08-04 02:17:52] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5 HTTP/1.1" 200 2323 0.006443 10.0.0.254 - - [2025-08-04 02:17:52] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5 HTTP/1.1" 200 2323 0.005689 10.0.0.254 - - [2025-08-04 02:17:52] "GET /routing-instance/5cec5416-c444-4996-a0dc-ca939d3febf2 HTTP/1.1" 200 1496 0.005147 10.0.0.254 - - [2025-08-04 02:17:52] "GET /routing-instance/5cec5416-c444-4996-a0dc-ca939d3febf2 HTTP/1.1" 200 1496 0.004339 10.0.0.254 - - [2025-08-04 02:17:52] "GET /route-target/2f9a8eaa-c918-40e5-99d7-156d9be490e9 HTTP/1.1" 200 1214 0.003449 10.0.0.254 - - [2025-08-04 02:17:52] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5 HTTP/1.1" 200 2323 0.005034 10.0.0.254 - - [2025-08-04 02:17:52] "GET /routing-instance/5cec5416-c444-4996-a0dc-ca939d3febf2 HTTP/1.1" 200 1496 0.003429 10.0.0.254 - - [2025-08-04 02:17:52] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004707 10.0.0.254 - - [2025-08-04 02:17:52] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5 HTTP/1.1" 200 2323 0.005050 10.0.0.254 - - [2025-08-04 02:17:52] "GET /routing-instance/5cec5416-c444-4996-a0dc-ca939d3febf2 HTTP/1.1" 200 1496 0.003360 10.0.0.254 - - [2025-08-04 02:17:52] "GET /routing-instance/5cec5416-c444-4996-a0dc-ca939d3febf2 HTTP/1.1" 200 1496 0.005027 10.0.0.254 - - [2025-08-04 02:17:52] "GET /route-target/2f9a8eaa-c918-40e5-99d7-156d9be490e9 HTTP/1.1" 200 1214 0.003432 10.0.0.254 - - [2025-08-04 02:17:52] "GET /domains HTTP/1.1" 200 281 0.004506 10.0.0.254 - - [2025-08-04 02:17:52] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001814 10.0.0.254 - - [2025-08-04 02:17:52] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2762 0.008379 10.0.0.254 - - [2025-08-04 02:17:52] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.254 - - [2025-08-04 02:17:52] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 2315 0.072229 10.0.0.254 - - [2025-08-04 02:17:52] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5 HTTP/1.1" 200 2323 0.005598 10.0.0.254 - - [2025-08-04 02:17:52] "GET /obj-perms HTTP/1.1" 200 5045 0.004789 10.0.0.254 - - [2025-08-04 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.254 - - [2025-08-04 02:17:52] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.254 - - [2025-08-04 02:17:52] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.025777 10.0.0.254 - - [2025-08-04 02:17:52] "POST /neutron/network HTTP/1.1" 200 117 0.010483 10.0.0.254 - - [2025-08-04 02:17:52] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.254 - - [2025-08-04 02:17:52] "POST /neutron/network HTTP/1.1" 200 615 0.073246 10.0.0.254 - - [2025-08-04 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.010321 10.0.0.254 - - [2025-08-04 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003886 10.0.0.254 - - [2025-08-04 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.136617 10.0.0.254 - - [2025-08-04 02:17:52] "POST /neutron/network HTTP/1.1" 200 834 0.006454 10.0.0.254 - - [2025-08-04 02:17:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001422 10.0.0.254 - - [2025-08-04 02:17:52] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004916 10.0.0.254 - - [2025-08-04 02:17:52] "POST /neutron/network HTTP/1.1" 200 834 0.006264 10.0.0.254 - - [2025-08-04 02:17:52] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005435 10.0.0.254 - - [2025-08-04 02:17:52] "POST /neutron/network HTTP/1.1" 200 834 0.006868 10.0.0.254 - - [2025-08-04 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.007662 10.0.0.254 - - [2025-08-04 02:17:52] "GET /domains HTTP/1.1" 200 281 0.003016 10.0.0.254 - - [2025-08-04 02:17:52] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.254 - - [2025-08-04 02:17:52] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2762 0.008069 10.0.0.254 - - [2025-08-04 02:17:52] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.254 - - [2025-08-04 02:17:52] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 2535 0.066645 10.0.0.254 - - [2025-08-04 02:17:52] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f HTTP/1.1" 200 2329 0.006376 10.0.0.254 - - [2025-08-04 02:17:53] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f HTTP/1.1" 200 2329 0.006279 10.0.0.254 - - [2025-08-04 02:17:53] "GET /routing-instance/5ebfcba6-f798-4ca8-881d-aa24e697d462 HTTP/1.1" 200 1499 0.004319 10.0.0.254 - - [2025-08-04 02:17:53] "GET /routing-instance/5ebfcba6-f798-4ca8-881d-aa24e697d462 HTTP/1.1" 200 1499 0.003827 10.0.0.254 - - [2025-08-04 02:17:53] "GET /route-target/387b1eb3-a350-4b85-a386-8e3f481926bd HTTP/1.1" 200 1216 0.003350 10.0.0.254 - - [2025-08-04 02:17:53] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f HTTP/1.1" 200 2329 0.005105 10.0.0.254 - - [2025-08-04 02:17:53] "GET /routing-instance/5ebfcba6-f798-4ca8-881d-aa24e697d462 HTTP/1.1" 200 1499 0.003808 10.0.0.254 - - [2025-08-04 02:17:53] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004529 10.0.0.254 - - [2025-08-04 02:17:53] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f HTTP/1.1" 200 2329 0.004627 10.0.0.254 - - [2025-08-04 02:17:53] "GET /routing-instance/5ebfcba6-f798-4ca8-881d-aa24e697d462 HTTP/1.1" 200 1499 0.003820 10.0.0.254 - - [2025-08-04 02:17:53] "GET /routing-instance/5ebfcba6-f798-4ca8-881d-aa24e697d462 HTTP/1.1" 200 1499 0.003345 10.0.0.254 - - [2025-08-04 02:17:53] "GET /route-target/387b1eb3-a350-4b85-a386-8e3f481926bd HTTP/1.1" 200 1216 0.002915 10.0.0.254 - - [2025-08-04 02:17:53] "GET /domains HTTP/1.1" 200 281 0.002817 10.0.0.254 - - [2025-08-04 02:17:53] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.254 - - [2025-08-04 02:17:53] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2762 0.007836 10.0.0.254 - - [2025-08-04 02:17:53] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.254 - - [2025-08-04 02:17:53] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 2535 0.073443 10.0.0.254 - - [2025-08-04 02:17:53] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f HTTP/1.1" 200 2329 0.006175 10.0.0.254 - - [2025-08-04 02:17:53] "GET /obj-perms HTTP/1.1" 200 5045 0.004607 10.0.0.254 - - [2025-08-04 02:17:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001391 10.0.0.254 - - [2025-08-04 02:17:53] "POST /neutron/network HTTP/1.1" 200 842 0.007946 10.0.0.254 - - [2025-08-04 02:17:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000482 10.0.0.254 - - [2025-08-04 02:17:53] "GET / HTTP/1.1" 200 36215 0.003130 10.0.0.254 - - [2025-08-04 02:17:53] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000584 10.0.0.254 - - [2025-08-04 02:17:54] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.254 - - [2025-08-04 02:17:54] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044635 10.0.0.254 - - [2025-08-04 02:17:54] "POST /neutron/network HTTP/1.1" 200 832 0.005739 10.0.0.254 - - [2025-08-04 02:17:54] "POST /neutron/port HTTP/1.1" 200 117 0.006109 10.0.0.254 - - [2025-08-04 02:17:54] "POST /neutron/port HTTP/1.1" 200 117 0.004942 10.0.0.254 - - [2025-08-04 02:17:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001414 10.0.0.254 - - [2025-08-04 02:17:54] "POST /neutron/port HTTP/1.1" 200 117 0.005639 10.0.0.254 - - [2025-08-04 02:17:54] "POST /neutron/network HTTP/1.1" 200 844 0.006299 10.0.0.254 - - [2025-08-04 02:17:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000564 10.0.0.254 - - [2025-08-04 02:17:54] "POST /neutron/network HTTP/1.1" 200 842 0.006294 10.0.0.254 - - [2025-08-04 02:17:54] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.254 - - [2025-08-04 02:17:54] "GET / HTTP/1.1" 200 36215 0.001873 10.0.0.254 - - [2025-08-04 02:17:54] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000421 10.0.0.254 - - [2025-08-04 02:17:54] "POST /neutron/port HTTP/1.1" 200 1058 0.229626 10.0.0.254 - - [2025-08-04 02:17:54] "POST /neutron/port HTTP/1.1" 200 1058 0.010535 10.0.0.254 - - [2025-08-04 02:17:54] "POST /neutron/port HTTP/1.1" 200 1058 0.007811 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/port HTTP/1.1" 200 1112 0.057056 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/port HTTP/1.1" 200 1086 0.011627 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003601 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.008007 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/network HTTP/1.1" 200 832 0.005505 10.0.0.254 - - [2025-08-04 02:17:55] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.254 - - [2025-08-04 02:17:55] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054443 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/network HTTP/1.1" 200 834 0.005813 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/port HTTP/1.1" 200 1086 0.026502 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009442 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/port HTTP/1.1" 200 117 0.005605 10.0.0.254 - - [2025-08-04 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.002656 10.0.0.254 - - [2025-08-04 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.254 - - [2025-08-04 02:17:55] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.254 - - [2025-08-04 02:17:55] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008172 10.0.0.254 - - [2025-08-04 02:17:55] "POST /service-templates HTTP/1.1" 200 545 0.028073 10.0.0.254 - - [2025-08-04 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.254 - - [2025-08-04 02:17:55] "GET /service-template/13bb9e2f-50e2-4119-a82b-4420145043a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005716 10.0.0.254 - - [2025-08-04 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.254 - - [2025-08-04 02:17:55] "POST /neutron/network HTTP/1.1" 200 844 0.011108 10.0.0.254 - - [2025-08-04 02:17:55] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001370 10.0.0.254 - - [2025-08-04 02:17:55] "GET /service-template/13bb9e2f-50e2-4119-a82b-4420145043a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003525 10.0.0.254 - - [2025-08-04 02:17:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.002206 10.0.0.254 - - [2025-08-04 02:17:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001932 10.0.0.254 - - [2025-08-04 02:17:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001519 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/port HTTP/1.1" 200 1058 0.292495 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/port HTTP/1.1" 200 1058 0.011140 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/port HTTP/1.1" 200 1058 0.014765 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/port HTTP/1.1" 200 2002 0.024734 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010726 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/port HTTP/1.1" 200 1112 0.082637 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/port HTTP/1.1" 200 1086 0.013781 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003873 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.009887 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.001495 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/network HTTP/1.1" 200 834 0.006589 10.0.0.254 - - [2025-08-04 02:17:56] "POST /neutron/network HTTP/1.1" 200 2224 0.014892 10.0.0.254 - - [2025-08-04 02:17:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000392 10.0.0.254 - - [2025-08-04 02:17:57] "GET / HTTP/1.1" 200 36215 0.002816 10.0.0.254 - - [2025-08-04 02:17:57] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000390 10.0.0.254 - - [2025-08-04 02:17:57] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001392 10.0.0.254 - - [2025-08-04 02:17:57] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049617 10.0.0.254 - - [2025-08-04 02:17:57] "POST /neutron/network HTTP/1.1" 200 833 0.007996 10.0.0.254 - - [2025-08-04 02:17:57] "POST /neutron/network HTTP/1.1" 200 832 0.006264 10.0.0.254 - - [2025-08-04 02:17:57] "POST /neutron/network HTTP/1.1" 200 834 0.005668 10.0.0.254 - - [2025-08-04 02:17:57] "POST /neutron/port HTTP/1.1" 200 2056 0.017984 10.0.0.254 - - [2025-08-04 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006159 10.0.0.254 - - [2025-08-04 02:17:57] "POST /neutron/port HTTP/1.1" 200 117 0.007735 10.0.0.254 - - [2025-08-04 02:17:57] "POST /neutron/port HTTP/1.1" 200 117 0.007908 10.0.0.254 - - [2025-08-04 02:17:58] "POST /neutron/network HTTP/1.1" 200 2224 0.012862 10.0.0.254 - - [2025-08-04 02:17:58] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004203 10.0.0.254 - - [2025-08-04 02:17:58] "POST /neutron/port HTTP/1.1" 200 1059 0.290348 10.0.0.254 - - [2025-08-04 02:17:58] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.254 - - [2025-08-04 02:17:58] "POST /neutron/port HTTP/1.1" 200 1058 0.222116 10.0.0.254 - - [2025-08-04 02:17:58] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.254 - - [2025-08-04 02:17:58] "POST /neutron/port HTTP/1.1" 200 1058 0.200868 10.0.0.254 - - [2025-08-04 02:17:58] "POST /neutron/port HTTP/1.1" 200 1059 0.014912 10.0.0.254 - - [2025-08-04 02:17:58] "POST /neutron/port HTTP/1.1" 200 1059 0.009174 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 1113 0.095554 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 1058 0.009265 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 1058 0.008343 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 1112 0.070791 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 1058 0.015272 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 1058 0.011176 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 1112 0.073417 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 3026 0.024449 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003113 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.008183 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/network HTTP/1.1" 200 833 0.006173 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003880 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.008380 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/network HTTP/1.1" 200 832 0.005747 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003114 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.006883 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.254 - - [2025-08-04 02:17:59] "POST /neutron/network HTTP/1.1" 200 834 0.005571 10.0.0.254 - - [2025-08-04 02:18:02] "POST /neutron/port HTTP/1.1" 200 3026 0.023069 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009316 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/port HTTP/1.1" 200 3026 0.018423 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006337 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/port HTTP/1.1" 200 3026 0.019651 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007869 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/port HTTP/1.1" 200 3026 0.021739 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005812 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/port HTTP/1.1" 200 3026 0.015827 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005560 10.0.0.254 - - [2025-08-04 02:18:03] "GET /virtual-machine/4625dc2c-018a-4457-9ba9-3d2152566eb2 HTTP/1.1" 200 1806 0.004828 10.0.0.254 - - [2025-08-04 02:18:03] "GET /virtual-machine-interface/1353f198-7475-4945-b4a2-43faae7e73ac HTTP/1.1" 200 2953 0.005857 10.0.0.254 - - [2025-08-04 02:18:03] "GET /virtual-machine-interface/77e05cb5-16df-4c72-bcaa-8b7c50157b8a HTTP/1.1" 200 2953 0.005409 10.0.0.254 - - [2025-08-04 02:18:03] "GET /virtual-machine-interface/a7e7a069-8fb2-4152-b46f-f009d2854788 HTTP/1.1" 200 2957 0.005511 10.0.0.254 - - [2025-08-04 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008857 10.0.0.254 - - [2025-08-04 02:18:03] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003425 10.0.0.254 - - [2025-08-04 02:18:03] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002925 10.0.0.254 - - [2025-08-04 02:18:03] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009821 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/port HTTP/1.1" 200 1086 0.011608 10.0.0.254 - - [2025-08-04 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005977 10.0.0.254 - - [2025-08-04 02:18:05] "POST /neutron/port HTTP/1.1" 200 1086 0.015971 10.0.0.254 - - [2025-08-04 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005693 10.0.0.254 - - [2025-08-04 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.254 - - [2025-08-04 02:18:06] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006949 10.0.0.254 - - [2025-08-04 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.254 - - [2025-08-04 02:18:10] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006474 10.0.0.254 - - [2025-08-04 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.254 - - [2025-08-04 02:18:15] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005740 10.0.0.254 - - [2025-08-04 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.254 - - [2025-08-04 02:18:19] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005182 10.0.0.254 - - [2025-08-04 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.254 - - [2025-08-04 02:18:21] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003464 10.0.0.254 - - [2025-08-04 02:18:21] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003769 10.0.0.254 - - [2025-08-04 02:18:21] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005794 10.0.0.254 - - [2025-08-04 02:18:21] "POST /neutron/port HTTP/1.1" 200 3026 0.016102 10.0.0.254 - - [2025-08-04 02:18:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006850 10.0.0.254 - - [2025-08-04 02:18:26] "POST /neutron/port HTTP/1.1" 200 3026 0.022078 10.0.0.254 - - [2025-08-04 02:18:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008103 10.0.0.254 - - [2025-08-04 02:18:29] "POST /neutron/port HTTP/1.1" 200 3026 0.017220 10.0.0.254 - - [2025-08-04 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007140 10.0.0.254 - - [2025-08-04 02:18:31] "POST /neutron/port HTTP/1.1" 200 3026 0.018361 10.0.0.254 - - [2025-08-04 02:18:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007652 10.0.0.254 - - [2025-08-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.254 - - [2025-08-04 02:18:37] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003570 10.0.0.254 - - [2025-08-04 02:18:37] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003297 10.0.0.254 - - [2025-08-04 02:18:37] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005655 10.0.0.254 - - [2025-08-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.254 - - [2025-08-04 02:18:37] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003900 10.0.0.254 - - [2025-08-04 02:18:37] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003520 10.0.0.254 - - [2025-08-04 02:18:37] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005193 10.0.0.254 - - [2025-08-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.003367 10.0.0.254 - - [2025-08-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.254 - - [2025-08-04 02:18:37] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001257 10.0.0.254 - - [2025-08-04 02:18:37] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.025966 10.0.0.254 - - [2025-08-04 02:18:37] "POST /service-instances HTTP/1.1" 200 545 0.069508 10.0.0.254 - - [2025-08-04 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.254 - - [2025-08-04 02:18:37] "GET /service-instance/0d2b6862-c7fa-4392-b23e-28fe43daa87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005550 10.0.0.254 - - [2025-08-04 02:18:38] "POST /port-tuples HTTP/1.1" 200 588 0.030021 10.0.0.254 - - [2025-08-04 02:18:38] "GET /virtual-machine-interface/77e05cb5-16df-4c72-bcaa-8b7c50157b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005994 10.0.0.254 - - [2025-08-04 02:18:38] "PUT /virtual-machine-interface/77e05cb5-16df-4c72-bcaa-8b7c50157b8a HTTP/1.1" 200 285 0.014138 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.012475 10.0.0.254 - - [2025-08-04 02:18:38] "POST /instance-ips HTTP/1.1" 200 386 0.025953 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.009121 10.0.0.254 - - [2025-08-04 02:18:38] "GET /virtual-machine-interface/1353f198-7475-4945-b4a2-43faae7e73ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.006133 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.011628 10.0.0.254 - - [2025-08-04 02:18:38] "PUT /virtual-machine-interface/1353f198-7475-4945-b4a2-43faae7e73ac HTTP/1.1" 200 285 0.015201 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003733 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.009810 10.0.0.254 - - [2025-08-04 02:18:38] "GET /virtual-machine-interface/a7e7a069-8fb2-4152-b46f-f009d2854788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.006621 10.0.0.254 - - [2025-08-04 02:18:38] "POST /instance-ips HTTP/1.1" 200 386 0.028045 10.0.0.254 - - [2025-08-04 02:18:38] "PUT /virtual-machine-interface/a7e7a069-8fb2-4152-b46f-f009d2854788 HTTP/1.1" 200 285 0.013139 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.012941 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.010228 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.007779 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003247 10.0.0.254 - - [2025-08-04 02:18:38] "POST /neutron/port HTTP/1.1" 200 1086 0.018881 10.0.0.254 - - [2025-08-04 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006733 10.0.0.254 - - [2025-08-04 02:18:38] "POST /instance-ips HTTP/1.1" 200 374 0.036841 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.017012 10.0.0.254 - - [2025-08-04 02:18:38] "POST /neutron/port HTTP/1.1" 200 1086 0.018464 10.0.0.254 - - [2025-08-04 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007447 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.008505 10.0.0.254 - - [2025-08-04 02:18:38] "POST /neutron/port HTTP/1.1" 200 1086 0.012824 10.0.0.254 - - [2025-08-04 02:18:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003373 10.0.0.254 - - [2025-08-04 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009535 10.0.0.254 - - [2025-08-04 02:18:38] "GET /virtual-machine/c4615adb-ce61-41c0-8048-6aaa5f009603 HTTP/1.1" 200 1292 0.006056 10.0.0.254 - - [2025-08-04 02:18:38] "GET /virtual-machine-interface/687a0813-78f3-4d32-b260-5142a612c37f HTTP/1.1" 200 2953 0.005418 10.0.0.254 - - [2025-08-04 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.254 - - [2025-08-04 02:18:38] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004053 10.0.0.254 - - [2025-08-04 02:18:38] "POST /instance-ips HTTP/1.1" 200 374 0.020418 10.0.0.254 - - [2025-08-04 02:18:38] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003594 10.0.0.254 - - [2025-08-04 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.009242 10.0.0.254 - - [2025-08-04 02:18:39] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005644 10.0.0.254 - - [2025-08-04 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.008679 10.0.0.254 - - [2025-08-04 02:18:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003196 10.0.0.254 - - [2025-08-04 02:18:39] "POST /instance-ips HTTP/1.1" 200 376 0.017124 10.0.0.254 - - [2025-08-04 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.012205 10.0.0.254 - - [2025-08-04 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.020992 10.0.0.254 - - [2025-08-04 02:18:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002967 10.0.0.254 - - [2025-08-04 02:18:39] "POST /instance-ips HTTP/1.1" 200 376 0.016911 10.0.0.254 - - [2025-08-04 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.010840 10.0.0.254 - - [2025-08-04 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.010390 10.0.0.254 - - [2025-08-04 02:18:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003317 10.0.0.254 - - [2025-08-04 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.254 - - [2025-08-04 02:18:40] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003263 10.0.0.254 - - [2025-08-04 02:18:40] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003526 10.0.0.254 - - [2025-08-04 02:18:40] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005683 10.0.0.254 - - [2025-08-04 02:18:40] "POST /neutron/port HTTP/1.1" 200 1086 0.022286 10.0.0.254 - - [2025-08-04 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007202 10.0.0.254 - - [2025-08-04 02:18:40] "POST /neutron/port HTTP/1.1" 200 1086 0.015962 10.0.0.254 - - [2025-08-04 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007631 10.0.0.254 - - [2025-08-04 02:18:40] "POST /neutron/port HTTP/1.1" 200 1086 0.011607 10.0.0.254 - - [2025-08-04 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009767 10.0.0.254 - - [2025-08-04 02:18:40] "GET /virtual-machine/61cb23d8-bea4-4205-bd6a-f5893869f151 HTTP/1.1" 200 1292 0.007664 10.0.0.254 - - [2025-08-04 02:18:40] "GET /virtual-machine-interface/bdcfc31a-8546-4ad0-b6f1-101191d631ca HTTP/1.1" 200 2957 0.006043 10.0.0.254 - - [2025-08-04 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.254 - - [2025-08-04 02:18:40] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002883 10.0.0.254 - - [2025-08-04 02:18:40] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003571 10.0.0.254 - - [2025-08-04 02:18:40] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006230 10.0.0.254 - - [2025-08-04 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.254 - - [2025-08-04 02:18:41] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002925 10.0.0.254 - - [2025-08-04 02:18:42] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003298 10.0.0.254 - - [2025-08-04 02:18:42] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005471 10.0.0.254 - - [2025-08-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.004939 10.0.0.254 - - [2025-08-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.254 - - [2025-08-04 02:18:42] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.056126 10.0.0.254 - - [2025-08-04 02:18:42] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.083449 10.0.0.254 - - [2025-08-04 02:18:42] "POST /network-policys HTTP/1.1" 200 549 0.022330 10.0.0.254 - - [2025-08-04 02:18:42] "GET /network-policy/971f7552-4b86-4993-a7a4-1c6e16988f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.005962 10.0.0.254 - - [2025-08-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.254 - - [2025-08-04 02:18:42] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005900 10.0.0.254 - - [2025-08-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.254 - - [2025-08-04 02:18:42] "GET /network-policy/971f7552-4b86-4993-a7a4-1c6e16988f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004105 10.0.0.254 - - [2025-08-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.005881 10.0.0.254 - - [2025-08-04 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.047189 10.0.0.254 - - [2025-08-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.254 - - [2025-08-04 02:18:42] "POST /access-control-lists HTTP/1.1" 200 603 0.063923 10.0.0.254 - - [2025-08-04 02:18:42] "GET /network-policy/971f7552-4b86-4993-a7a4-1c6e16988f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003665 10.0.0.254 - - [2025-08-04 02:18:43] "POST /neutron/network HTTP/1.1" 200 920 0.014205 10.0.0.254 - - [2025-08-04 02:18:43] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005697 10.0.0.254 - - [2025-08-04 02:18:43] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001206 10.0.0.254 - - [2025-08-04 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005205 10.0.0.254 - - [2025-08-04 02:18:43] "DELETE /project/236a9d33e528446ebaa0ff70429d3f72 HTTP/1.1" 404 173 0.046905 10.0.0.254 - - [2025-08-04 02:18:43] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.034400 10.0.0.254 - - [2025-08-04 02:18:43] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001605 10.0.0.254 - - [2025-08-04 02:18:43] "GET /network-policy/971f7552-4b86-4993-a7a4-1c6e16988f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004174 10.0.0.254 - - [2025-08-04 02:18:43] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?fields=security_groups HTTP/1.1" 200 1352 0.073679 10.0.0.254 - - [2025-08-04 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010173 10.0.0.254 - - [2025-08-04 02:18:43] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006640 10.0.0.254 - - [2025-08-04 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.254 - - [2025-08-04 02:18:43] "DELETE /security-group/617f5435-94c9-4e17-a9dc-a08ee0337cba HTTP/1.1" 200 115 0.055946 10.0.0.254 - - [2025-08-04 02:18:43] "GET /projects?obj_uuids=7e8663ce-7d0b-4941-9951-a46d39ea53b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001552 10.0.0.254 - - [2025-08-04 02:18:43] "DELETE /access-control-list/b8f8b6cf-d69b-4804-8744-6996b0cff408 HTTP/1.1" 200 115 0.051487 10.0.0.254 - - [2025-08-04 02:18:43] "GET /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4?fields=application_policy_sets HTTP/1.1" 200 1391 0.047058 10.0.0.254 - - [2025-08-04 02:18:43] "GET /network-policy/971f7552-4b86-4993-a7a4-1c6e16988f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.012123 10.0.0.254 - - [2025-08-04 02:18:43] "DELETE /access-control-list/99882cdb-6ccd-45c9-b4b2-85e9429c03e9 HTTP/1.1" 200 115 0.039323 10.0.0.254 - - [2025-08-04 02:18:43] "PUT /access-control-list/fe0324fa-456f-47ad-a910-810e7e18e9d0 HTTP/1.1" 200 273 0.020093 10.0.0.254 - - [2025-08-04 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.059110 10.0.0.254 - - [2025-08-04 02:18:43] "POST /fqname-to-id HTTP/1.1" 404 244 0.007403 10.0.0.254 - - [2025-08-04 02:18:43] "DELETE /project/7e8663ce-7d0b-4941-9951-a46d39ea53b4 HTTP/1.1" 200 115 0.451567 10.0.0.254 - - [2025-08-04 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.254 - - [2025-08-04 02:18:43] "GET /network-policy/971f7552-4b86-4993-a7a4-1c6e16988f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.026073 10.0.0.254 - - [2025-08-04 02:18:43] "POST /access-control-lists HTTP/1.1" 200 606 0.068977 10.0.0.254 - - [2025-08-04 02:18:43] "POST /neutron/network HTTP/1.1" 200 922 0.008158 10.0.0.254 - - [2025-08-04 02:18:43] "POST /routing-instances HTTP/1.1" 200 761 0.024021 10.0.0.254 - - [2025-08-04 02:18:43] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.009121 10.0.0.254 - - [2025-08-04 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.254 - - [2025-08-04 02:18:43] "POST /route-targets HTTP/1.1" 200 328 0.015604 10.0.0.254 - - [2025-08-04 02:18:43] "GET /network-policy/971f7552-4b86-4993-a7a4-1c6e16988f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003706 10.0.0.254 - - [2025-08-04 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.010700 10.0.0.254 - - [2025-08-04 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.254 - - [2025-08-04 02:18:43] "GET /routing-instance/f47b77be-668b-40ce-a3df-31f95cf843ea?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.004585 10.0.0.254 - - [2025-08-04 02:18:43] "GET /service-template/13bb9e2f-50e2-4119-a82b-4420145043a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003811 10.0.0.254 - - [2025-08-04 02:18:43] "GET /routing-instance/f47b77be-668b-40ce-a3df-31f95cf843ea?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.004998 10.0.0.254 - - [2025-08-04 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.254 - - [2025-08-04 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.011426 10.0.0.254 - - [2025-08-04 02:18:43] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.254 - - [2025-08-04 02:18:43] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.032172 10.0.0.254 - - [2025-08-04 02:18:44] "POST /routing-instances HTTP/1.1" 200 762 0.031511 10.0.0.254 - - [2025-08-04 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.254 - - [2025-08-04 02:18:44] "POST /route-targets HTTP/1.1" 200 328 0.011419 10.0.0.254 - - [2025-08-04 02:18:44] "GET /service-instance/0d2b6862-c7fa-4392-b23e-28fe43daa87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3537 0.013650 10.0.0.254 - - [2025-08-04 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.011541 10.0.0.254 - - [2025-08-04 02:18:44] "GET /domains HTTP/1.1" 200 281 0.002987 10.0.0.254 - - [2025-08-04 02:18:44] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001628 10.0.0.254 - - [2025-08-04 02:18:44] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2783 0.009902 10.0.0.254 - - [2025-08-04 02:18:44] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.254 - - [2025-08-04 02:18:44] "GET /routing-instance/593cb959-c30e-476c-a388-876a81f93cb1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.004156 10.0.0.254 - - [2025-08-04 02:18:44] "GET /routing-instance/593cb959-c30e-476c-a388-876a81f93cb1?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.003611 10.0.0.254 - - [2025-08-04 02:18:44] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 4258 0.081978 10.0.0.254 - - [2025-08-04 02:18:44] "GET /service-instance/0d2b6862-c7fa-4392-b23e-28fe43daa87a HTTP/1.1" 200 3792 0.005536 10.0.0.254 - - [2025-08-04 02:18:44] "GET /domains HTTP/1.1" 200 281 0.002568 10.0.0.254 - - [2025-08-04 02:18:44] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.254 - - [2025-08-04 02:18:44] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2783 0.008218 10.0.0.254 - - [2025-08-04 02:18:44] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001739 10.0.0.254 - - [2025-08-04 02:18:44] "PUT /routing-instance/f47b77be-668b-40ce-a3df-31f95cf843ea HTTP/1.1" 200 267 0.018324 10.0.0.254 - - [2025-08-04 02:18:44] "PUT /routing-instance/593cb959-c30e-476c-a388-876a81f93cb1 HTTP/1.1" 200 267 0.014036 10.0.0.254 - - [2025-08-04 02:18:44] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 4258 0.081605 10.0.0.254 - - [2025-08-04 02:18:44] "GET /service-instance/0d2b6862-c7fa-4392-b23e-28fe43daa87a HTTP/1.1" 200 3792 0.003798 10.0.0.254 - - [2025-08-04 02:18:44] "GET /port-tuple/acacd44c-fe79-46ea-ae56-cfafbb35c229 HTTP/1.1" 200 1985 0.004426 10.0.0.254 - - [2025-08-04 02:18:44] "GET /virtual-machine-interface/1353f198-7475-4945-b4a2-43faae7e73ac HTTP/1.1" 200 3808 0.006221 10.0.0.254 - - [2025-08-04 02:18:44] "GET /virtual-machine-interface/77e05cb5-16df-4c72-bcaa-8b7c50157b8a HTTP/1.1" 200 3826 0.005748 10.0.0.254 - - [2025-08-04 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.017756 10.0.0.254 - - [2025-08-04 02:18:44] "GET /virtual-machine-interface/a7e7a069-8fb2-4152-b46f-f009d2854788 HTTP/1.1" 200 3815 0.012974 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/port HTTP/1.1" 200 3833 0.045193 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007993 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/port HTTP/1.1" 200 3833 0.037363 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006987 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/port HTTP/1.1" 200 3833 0.038919 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007012 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/port HTTP/1.1" 200 3833 0.039856 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006458 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/network HTTP/1.1" 200 894 0.013635 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/network HTTP/1.1" 200 920 0.007541 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/network HTTP/1.1" 200 807 0.015225 10.0.0.254 - - [2025-08-04 02:18:44] "POST /neutron/network HTTP/1.1" 200 833 0.007555 10.0.0.254 - - [2025-08-04 02:18:45] "PUT /access-control-list/56042547-c5fe-4bdd-bdb8-061c4374566e HTTP/1.1" 200 273 0.014029 10.0.0.254 - - [2025-08-04 02:18:45] "POST /neutron/network HTTP/1.1" 200 896 0.018924 10.0.0.254 - - [2025-08-04 02:18:45] "POST /neutron/network HTTP/1.1" 200 922 0.009263 10.0.0.254 - - [2025-08-04 02:18:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001483 10.0.0.254 - - [2025-08-04 02:18:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001314 10.0.0.254 - - [2025-08-04 02:18:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001844 10.0.0.254 - - [2025-08-04 02:18:45] "GET /virtual-machine/4625dc2c-018a-4457-9ba9-3d2152566eb2 HTTP/1.1" 200 1806 0.003901 10.0.0.254 - - [2025-08-04 02:18:45] "GET /virtual-machine-interface/1353f198-7475-4945-b4a2-43faae7e73ac HTTP/1.1" 200 3808 0.005670 10.0.0.254 - - [2025-08-04 02:18:45] "GET /virtual-machine-interface/77e05cb5-16df-4c72-bcaa-8b7c50157b8a HTTP/1.1" 200 3826 0.005867 10.0.0.254 - - [2025-08-04 02:18:45] "GET /virtual-machine-interface/a7e7a069-8fb2-4152-b46f-f009d2854788 HTTP/1.1" 200 3815 0.005598 10.0.0.254 - - [2025-08-04 02:18:45] "GET /instance-ip/7e669224-dfde-4346-8bb6-40d3d66ed674 HTTP/1.1" 200 1624 0.074134 10.0.0.254 - - [2025-08-04 02:18:45] "GET /instance-ip/c570eb29-9429-4c41-9ec0-64fe983c9c54 HTTP/1.1" 200 1959 0.004479 10.0.0.254 - - [2025-08-04 02:18:45] "GET /instance-ip/f7bac270-2a1e-46ea-af7b-edb4146ed651 HTTP/1.1" 200 1961 0.003894 10.0.0.254 - - [2025-08-04 02:18:45] "GET /instance-ip/6c1695f7-0552-42cf-9087-6e36e38d7a9e HTTP/1.1" 200 1625 0.006422 10.0.0.254 - - [2025-08-04 02:18:45] "GET /instance-ip/9aa80eb8-e796-4588-a50e-3939daa16413 HTTP/1.1" 200 1983 0.006101 10.0.0.254 - - [2025-08-04 02:18:45] "GET /instance-ip/b8fb6e7c-1915-49f8-b682-0033711c65f1 HTTP/1.1" 200 1985 0.005996 10.0.0.254 - - [2025-08-04 02:18:45] "GET /instance-ip/3d409a10-19ed-4b86-9fde-1d4b46b36e9a HTTP/1.1" 200 1625 0.005577 10.0.0.254 - - [2025-08-04 02:18:45] "GET /instance-ip/8b3ca715-58fd-4b7d-b395-6c5ca43b05e8 HTTP/1.1" 200 1963 0.003461 10.0.0.254 - - [2025-08-04 02:18:45] "GET /instance-ip/c656b89a-8e71-4cae-bca8-e1df25ceb0b5 HTTP/1.1" 200 1965 0.003429 10.0.0.254 - - [2025-08-04 02:18:45] "POST /neutron/port HTTP/1.1" 200 3833 0.030699 10.0.0.254 - - [2025-08-04 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006492 10.0.0.254 - - [2025-08-04 02:18:45] "POST /neutron/port HTTP/1.1" 200 3833 0.031544 10.0.0.254 - - [2025-08-04 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007366 10.0.0.254 - - [2025-08-04 02:18:45] "POST /neutron/port HTTP/1.1" 200 3833 0.034263 10.0.0.254 - - [2025-08-04 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008898 10.0.0.254 - - [2025-08-04 02:18:45] "POST /neutron/port HTTP/1.1" 200 3833 0.032469 10.0.0.254 - - [2025-08-04 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006750 10.0.0.254 - - [2025-08-04 02:18:45] "GET /virtual-machine/4625dc2c-018a-4457-9ba9-3d2152566eb2 HTTP/1.1" 200 1806 0.003938 10.0.0.254 - - [2025-08-04 02:18:45] "GET /virtual-machine-interface/1353f198-7475-4945-b4a2-43faae7e73ac HTTP/1.1" 200 3808 0.005702 10.0.0.254 - - [2025-08-04 02:18:45] "GET /virtual-machine-interface/77e05cb5-16df-4c72-bcaa-8b7c50157b8a HTTP/1.1" 200 3826 0.005479 10.0.0.254 - - [2025-08-04 02:18:45] "GET /virtual-machine-interface/a7e7a069-8fb2-4152-b46f-f009d2854788 HTTP/1.1" 200 3815 0.006085 10.0.0.254 - - [2025-08-04 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.254 - - [2025-08-04 02:18:45] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003425 10.0.0.254 - - [2025-08-04 02:18:45] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003727 10.0.0.254 - - [2025-08-04 02:18:45] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006348 10.0.0.254 - - [2025-08-04 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.254 - - [2025-08-04 02:18:47] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004777 10.0.0.254 - - [2025-08-04 02:18:47] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003201 10.0.0.254 - - [2025-08-04 02:18:47] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.008072 10.0.0.254 - - [2025-08-04 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.254 - - [2025-08-04 02:18:47] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005245 10.0.0.254 - - [2025-08-04 02:18:47] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004936 10.0.0.254 - - [2025-08-04 02:18:47] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007036 10.0.0.254 - - [2025-08-04 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.254 - - [2025-08-04 02:18:47] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004179 10.0.0.254 - - [2025-08-04 02:18:47] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003428 10.0.0.254 - - [2025-08-04 02:18:47] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006143 10.0.0.254 - - [2025-08-04 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.254 - - [2025-08-04 02:18:47] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003639 10.0.0.254 - - [2025-08-04 02:18:47] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003165 10.0.0.254 - - [2025-08-04 02:18:47] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007634 10.0.0.254 - - [2025-08-04 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.254 - - [2025-08-04 02:18:47] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003390 10.0.0.254 - - [2025-08-04 02:18:48] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004236 10.0.0.254 - - [2025-08-04 02:18:48] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005202 10.0.0.254 - - [2025-08-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006262 10.0.0.254 - - [2025-08-04 02:18:48] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003813 10.0.0.254 - - [2025-08-04 02:18:48] "GET /obj-perms HTTP/1.1" 200 5075 0.053056 10.0.0.254 - - [2025-08-04 02:18:48] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003270 10.0.0.254 - - [2025-08-04 02:18:48] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005423 10.0.0.254 - - [2025-08-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.254 - - [2025-08-04 02:18:48] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005071 10.0.0.254 - - [2025-08-04 02:18:48] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004154 10.0.0.254 - - [2025-08-04 02:18:48] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005911 10.0.0.254 - - [2025-08-04 02:18:48] "GET /obj-perms HTTP/1.1" 200 5075 0.051013 10.0.0.254 - - [2025-08-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.254 - - [2025-08-04 02:18:48] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004096 10.0.0.254 - - [2025-08-04 02:18:48] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003179 10.0.0.254 - - [2025-08-04 02:18:48] "GET /virtual-network/a18e874e-4706-450e-b6d4-035405dd774b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008369 10.0.0.254 - - [2025-08-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.254 - - [2025-08-04 02:18:48] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005514 10.0.0.254 - - [2025-08-04 02:18:48] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002970 10.0.0.254 - - [2025-08-04 02:18:48] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005841 10.0.0.254 - - [2025-08-04 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.254 - - [2025-08-04 02:18:49] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005317 10.0.0.254 - - [2025-08-04 02:18:49] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004231 10.0.0.254 - - [2025-08-04 02:18:49] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008140 10.0.0.254 - - [2025-08-04 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.254 - - [2025-08-04 02:18:49] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004683 10.0.0.254 - - [2025-08-04 02:18:49] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003934 10.0.0.254 - - [2025-08-04 02:18:49] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007650 10.0.0.254 - - [2025-08-04 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.254 - - [2025-08-04 02:18:49] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004689 10.0.0.254 - - [2025-08-04 02:18:49] "GET /virtual-networks?parent_id=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004303 10.0.0.254 - - [2025-08-04 02:18:49] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005351 10.0.0.254 - - [2025-08-04 02:18:49] "GET /virtual-machine/4625dc2c-018a-4457-9ba9-3d2152566eb2 HTTP/1.1" 200 1806 0.004045 10.0.0.254 - - [2025-08-04 02:18:49] "GET /domains HTTP/1.1" 200 281 0.002665 10.0.0.254 - - [2025-08-04 02:18:49] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.254 - - [2025-08-04 02:18:49] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2783 0.007855 10.0.0.254 - - [2025-08-04 02:18:49] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.254 - - [2025-08-04 02:18:49] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 4258 0.075548 10.0.0.254 - - [2025-08-04 02:18:49] "GET /service-instance/0d2b6862-c7fa-4392-b23e-28fe43daa87a HTTP/1.1" 200 3792 0.004811 10.0.0.254 - - [2025-08-04 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.254 - - [2025-08-04 02:18:49] "GET /routing-instance/5cec5416-c444-4996-a0dc-ca939d3febf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003629 10.0.0.254 - - [2025-08-04 02:18:49] "GET /routing-instance/5cec5416-c444-4996-a0dc-ca939d3febf2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.007144 10.0.0.254 - - [2025-08-04 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.254 - - [2025-08-04 02:18:49] "GET /routing-instance/5ebfcba6-f798-4ca8-881d-aa24e697d462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.004856 10.0.0.254 - - [2025-08-04 02:18:49] "GET /routing-instance/5ebfcba6-f798-4ca8-881d-aa24e697d462?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2026 0.005317 10.0.0.254 - - [2025-08-04 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.254 - - [2025-08-04 02:18:50] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005846 10.0.0.254 - - [2025-08-04 02:18:50] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?fields=routing_instances HTTP/1.1" 200 1687 0.008888 10.0.0.254 - - [2025-08-04 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.254 - - [2025-08-04 02:18:50] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.009027 10.0.0.254 - - [2025-08-04 02:18:50] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?fields=routing_instances HTTP/1.1" 200 1693 0.007955 10.0.0.254 - - [2025-08-04 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.039966 10.0.0.254 - - [2025-08-04 02:18:54] "POST /neutron/network HTTP/1.1" 200 834 0.007943 10.0.0.254 - - [2025-08-04 02:18:54] "GET /virtual-network/d840035b-7964-4e45-b0d5-a93c62e0a71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005555 10.0.0.254 - - [2025-08-04 02:18:54] "DELETE /access-control-list/56042547-c5fe-4bdd-bdb8-061c4374566e HTTP/1.1" 200 115 0.065703 10.0.0.254 - - [2025-08-04 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.254 - - [2025-08-04 02:18:54] "GET /network-policy/971f7552-4b86-4993-a7a4-1c6e16988f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003661 10.0.0.254 - - [2025-08-04 02:18:54] "DELETE /routing-instance/f47b77be-668b-40ce-a3df-31f95cf843ea HTTP/1.1" 200 115 0.040622 10.0.0.254 - - [2025-08-04 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.254 - - [2025-08-04 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.038288 10.0.0.254 - - [2025-08-04 02:18:54] "DELETE /route-target/762c6e3a-4876-4aa7-9982-b834bb8c3f4f HTTP/1.1" 200 115 0.021747 10.0.0.254 - - [2025-08-04 02:18:54] "DELETE /routing-instance/593cb959-c30e-476c-a388-876a81f93cb1 HTTP/1.1" 200 115 0.030359 10.0.0.254 - - [2025-08-04 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.012757 10.0.0.254 - - [2025-08-04 02:18:54] "POST /neutron/network HTTP/1.1" 200 832 0.009626 10.0.0.254 - - [2025-08-04 02:18:54] "GET /virtual-network/21861500-b283-4092-ab16-fca465f95ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006731 10.0.0.254 - - [2025-08-04 02:18:54] "DELETE /route-target/3aea483e-3c5d-4913-bd49-32129d0c0b0f HTTP/1.1" 200 115 0.024608 10.0.0.254 - - [2025-08-04 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005416 10.0.0.254 - - [2025-08-04 02:18:54] "GET /network-policy/971f7552-4b86-4993-a7a4-1c6e16988f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.005804 10.0.0.254 - - [2025-08-04 02:18:54] "DELETE /access-control-list/fe0324fa-456f-47ad-a910-810e7e18e9d0 HTTP/1.1" 200 115 0.033342 10.0.0.254 - - [2025-08-04 02:18:54] "DELETE /network-policy/971f7552-4b86-4993-a7a4-1c6e16988f42 HTTP/1.1" 200 115 0.025102 10.0.0.254 - - [2025-08-04 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.254 - - [2025-08-04 02:18:55] "DELETE /service-instance/0d2b6862-c7fa-4392-b23e-28fe43daa87a HTTP/1.1" 200 115 0.062959 10.0.0.254 - - [2025-08-04 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.014596 10.0.0.254 - - [2025-08-04 02:18:55] "GET /domains HTTP/1.1" 200 281 0.007511 10.0.0.254 - - [2025-08-04 02:18:55] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.254 - - [2025-08-04 02:18:55] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2783 0.008796 10.0.0.254 - - [2025-08-04 02:18:55] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.254 - - [2025-08-04 02:18:55] "DELETE /instance-ip/c656b89a-8e71-4cae-bca8-e1df25ceb0b5 HTTP/1.1" 200 115 0.036669 10.0.0.254 - - [2025-08-04 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.012270 10.0.0.254 - - [2025-08-04 02:18:55] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 3782 0.075619 10.0.0.254 - - [2025-08-04 02:18:55] "GET /virtual-machine/4625dc2c-018a-4457-9ba9-3d2152566eb2 HTTP/1.1" 200 1806 0.004375 10.0.0.254 - - [2025-08-04 02:18:55] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002357 10.0.0.254 - - [2025-08-04 02:18:55] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002272 10.0.0.254 - - [2025-08-04 02:18:55] "DELETE /instance-ip/8b3ca715-58fd-4b7d-b395-6c5ca43b05e8 HTTP/1.1" 200 115 0.027427 10.0.0.254 - - [2025-08-04 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.010292 10.0.0.254 - - [2025-08-04 02:18:55] "DELETE /instance-ip/9aa80eb8-e796-4588-a50e-3939daa16413 HTTP/1.1" 200 115 0.024906 10.0.0.254 - - [2025-08-04 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.010717 10.0.0.254 - - [2025-08-04 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009868 10.0.0.254 - - [2025-08-04 02:18:55] "DELETE /service-template/13bb9e2f-50e2-4119-a82b-4420145043a7 HTTP/1.1" 200 115 0.029887 10.0.0.254 - - [2025-08-04 02:18:55] "DELETE /instance-ip/b8fb6e7c-1915-49f8-b682-0033711c65f1 HTTP/1.1" 200 115 0.034631 10.0.0.254 - - [2025-08-04 02:18:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003186 10.0.0.254 - - [2025-08-04 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.014224 10.0.0.254 - - [2025-08-04 02:18:55] "DELETE /instance-ip/c570eb29-9429-4c41-9ec0-64fe983c9c54 HTTP/1.1" 200 115 0.027602 10.0.0.254 - - [2025-08-04 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.012804 10.0.0.254 - - [2025-08-04 02:18:55] "DELETE /instance-ip/f7bac270-2a1e-46ea-af7b-edb4146ed651 HTTP/1.1" 200 115 0.036169 10.0.0.254 - - [2025-08-04 02:18:55] "POST /neutron/network HTTP/1.1" 200 834 0.009124 10.0.0.254 - - [2025-08-04 02:18:55] "GET /global-system-configs HTTP/1.1" 200 323 0.044375 10.0.0.254 - - [2025-08-04 02:18:55] "POST /neutron/network HTTP/1.1" 400 204 0.020319 10.0.0.254 - - [2025-08-04 02:18:55] "GET /obj-perms HTTP/1.1" 200 5075 0.082026 10.0.0.254 - - [2025-08-04 02:18:55] "GET /global-system-configs HTTP/1.1" 200 323 0.054010 10.0.0.254 - - [2025-08-04 02:18:55] "GET /obj-perms HTTP/1.1" 200 5075 0.076007 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 1086 0.011951 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 1112 0.010772 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 1086 0.015137 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 1112 0.017460 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 151 0.130585 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 3026 0.026106 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 1112 0.023603 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 151 0.161274 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 151 0.113085 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 1113 0.013943 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 151 0.108606 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 1112 0.009876 10.0.0.254 - - [2025-08-04 02:18:56] "POST /neutron/port HTTP/1.1" 200 151 0.103177 10.0.0.254 - - [2025-08-04 02:18:57] "POST /neutron/network HTTP/1.1" 200 834 0.005353 10.0.0.254 - - [2025-08-04 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006025 10.0.0.254 - - [2025-08-04 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004124 10.0.0.254 - - [2025-08-04 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002801 10.0.0.254 - - [2025-08-04 02:18:57] "POST /neutron/network HTTP/1.1" 200 151 0.085511 10.0.0.254 - - [2025-08-04 02:18:57] "DELETE /route-target/387b1eb3-a350-4b85-a386-8e3f481926bd HTTP/1.1" 200 115 0.025705 10.0.0.254 - - [2025-08-04 02:18:57] "GET /routing-instance/5ebfcba6-f798-4ca8-881d-aa24e697d462 HTTP/1.1" 404 171 0.003202 10.0.0.254 - - [2025-08-04 02:18:57] "GET /domains HTTP/1.1" 200 281 0.002167 10.0.0.254 - - [2025-08-04 02:18:57] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001439 10.0.0.254 - - [2025-08-04 02:18:57] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2582 0.050406 10.0.0.254 - - [2025-08-04 02:18:57] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.254 - - [2025-08-04 02:18:57] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 2315 0.071127 10.0.0.254 - - [2025-08-04 02:18:57] "POST /neutron/network HTTP/1.1" 200 832 0.007842 10.0.0.254 - - [2025-08-04 02:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003745 10.0.0.254 - - [2025-08-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.254 - - [2025-08-04 02:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001866 10.0.0.254 - - [2025-08-04 02:18:58] "POST /neutron/network HTTP/1.1" 200 151 0.088371 10.0.0.254 - - [2025-08-04 02:18:58] "GET /routing-instance/5cec5416-c444-4996-a0dc-ca939d3febf2 HTTP/1.1" 404 171 0.002760 10.0.0.254 - - [2025-08-04 02:18:58] "DELETE /route-target/2f9a8eaa-c918-40e5-99d7-156d9be490e9 HTTP/1.1" 200 115 0.021832 10.0.0.254 - - [2025-08-04 02:18:58] "GET /domains HTTP/1.1" 200 281 0.003484 10.0.0.254 - - [2025-08-04 02:18:58] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001451 10.0.0.254 - - [2025-08-04 02:18:58] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2582 0.050682 10.0.0.254 - - [2025-08-04 02:18:58] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001535 10.0.0.254 - - [2025-08-04 02:18:58] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 2096 0.071743 10.0.0.254 - - [2025-08-04 02:18:58] "POST /neutron/network HTTP/1.1" 200 833 0.005895 10.0.0.254 - - [2025-08-04 02:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003437 10.0.0.254 - - [2025-08-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.254 - - [2025-08-04 02:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001803 10.0.0.254 - - [2025-08-04 02:18:58] "POST /neutron/network HTTP/1.1" 200 151 0.074327 10.0.0.254 - - [2025-08-04 02:18:58] "GET /routing-instance/1390d09e-37c6-4f1b-831f-d844ff03003b HTTP/1.1" 404 171 0.002116 10.0.0.254 - - [2025-08-04 02:18:58] "DELETE /route-target/a56f269a-6a7f-4aaf-bd2a-39567a7276bb HTTP/1.1" 200 115 0.018109 10.0.0.254 - - [2025-08-04 02:18:58] "GET /domains HTTP/1.1" 200 281 0.002628 10.0.0.254 - - [2025-08-04 02:18:58] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.254 - - [2025-08-04 02:18:58] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2582 0.050985 10.0.0.254 - - [2025-08-04 02:18:58] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.254 - - [2025-08-04 02:18:58] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 1855 0.070080 10.0.0.254 - - [2025-08-04 02:18:58] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.254 - - [2025-08-04 02:18:58] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049162 10.0.0.254 - - [2025-08-04 02:18:58] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.254 - - [2025-08-04 02:18:58] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?fields=virtual_networks HTTP/1.1" 200 1040 0.067821 10.0.0.254 - - [2025-08-04 02:18:58] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.254 - - [2025-08-04 02:18:58] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.028773 10.0.0.254 - - [2025-08-04 02:18:59] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.254 - - [2025-08-04 02:18:59] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?fields=security_groups HTTP/1.1" 200 1265 0.025250 10.0.0.254 - - [2025-08-04 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.028989 10.0.0.254 - - [2025-08-04 02:18:59] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002307 10.0.0.254 - - [2025-08-04 02:18:59] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.254 - - [2025-08-04 02:18:59] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007790 10.0.0.254 - - [2025-08-04 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 191 0.001411 10.0.0.254 - - [2025-08-04 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.004382 10.0.0.254 - - [2025-08-04 02:19:00] "POST /security-groups HTTP/1.1" 200 592 0.075786 10.0.0.254 - - [2025-08-04 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 235 0.003498 10.0.0.254 - - [2025-08-04 02:19:00] "POST /projects HTTP/1.1" 200 587 0.225364 10.0.0.254 - - [2025-08-04 02:19:00] "POST /access-control-lists HTTP/1.1" 200 599 0.056456 10.0.0.254 - - [2025-08-04 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.295294 10.0.0.254 - - [2025-08-04 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.002765 10.0.0.254 - - [2025-08-04 02:19:00] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.428342 10.0.0.254 - - [2025-08-04 02:19:00] "POST /access-control-lists HTTP/1.1" 200 597 0.067929 10.0.0.254 - - [2025-08-04 02:19:01] "GET / HTTP/1.1" 200 36215 0.002584 10.0.0.254 - - [2025-08-04 02:19:02] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000463 10.0.0.254 - - [2025-08-04 02:19:02] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.254 - - [2025-08-04 02:19:02] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.061059 10.0.0.254 - - [2025-08-04 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 180 0.003476 10.0.0.254 - - [2025-08-04 02:19:02] "POST /virtual-DNSs HTTP/1.1" 200 509 0.016228 10.0.0.254 - - [2025-08-04 02:19:02] "GET /virtual-DNS/a240ce3e-c0be-445c-9021-a19e132550b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.006060 10.0.0.254 - - [2025-08-04 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.254 - - [2025-08-04 02:19:03] "GET /virtual-DNS/a240ce3e-c0be-445c-9021-a19e132550b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.003555 10.0.0.254 - - [2025-08-04 02:19:03] "GET /domains HTTP/1.1" 401 293 0.000447 10.0.0.254 - - [2025-08-04 02:19:03] "GET /domains HTTP/1.1" 200 281 0.024867 10.0.0.254 - - [2025-08-04 02:19:03] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.254 - - [2025-08-04 02:19:03] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2971 0.009750 10.0.0.254 - - [2025-08-04 02:19:03] "GET /virtual-DNS/a240ce3e-c0be-445c-9021-a19e132550b4 HTTP/1.1" 200 1441 0.007864 10.0.0.254 - - [2025-08-04 02:19:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.005135 10.0.0.254 - - [2025-08-04 02:19:03] "POST /network-ipams HTTP/1.1" 200 516 0.023382 10.0.0.254 - - [2025-08-04 02:19:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.003145 10.0.0.254 - - [2025-08-04 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.254 - - [2025-08-04 02:19:03] "GET /network-ipam/1c401251-eacc-46c2-8803-9326280f01df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.006149 10.0.0.254 - - [2025-08-04 02:19:03] "PUT /network-ipam/1c401251-eacc-46c2-8803-9326280f01df HTTP/1.1" 200 259 0.010185 10.0.0.254 - - [2025-08-04 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.009367 10.0.0.254 - - [2025-08-04 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.254 - - [2025-08-04 02:19:03] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001270 10.0.0.254 - - [2025-08-04 02:19:03] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.027633 10.0.0.254 - - [2025-08-04 02:19:03] "POST /neutron/network HTTP/1.1" 200 117 0.032348 10.0.0.254 - - [2025-08-04 02:19:04] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.254 - - [2025-08-04 02:19:04] "POST /neutron/network HTTP/1.1" 200 618 0.067969 10.0.0.254 - - [2025-08-04 02:19:04] "POST /route-targets HTTP/1.1" 200 328 0.010644 10.0.0.254 - - [2025-08-04 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.013997 10.0.0.254 - - [2025-08-04 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004261 10.0.0.254 - - [2025-08-04 02:19:04] "POST /neutron/subnet HTTP/1.1" 200 711 0.195276 10.0.0.254 - - [2025-08-04 02:19:04] "POST /neutron/network HTTP/1.1" 200 833 0.008280 10.0.0.254 - - [2025-08-04 02:19:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001360 10.0.0.254 - - [2025-08-04 02:19:04] "GET /virtual-network/cf0a9260-0978-45c2-bcce-59a3844bc322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005392 10.0.0.254 - - [2025-08-04 02:19:04] "POST /neutron/network HTTP/1.1" 200 833 0.005554 10.0.0.254 - - [2025-08-04 02:19:04] "GET /virtual-network/cf0a9260-0978-45c2-bcce-59a3844bc322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004809 10.0.0.254 - - [2025-08-04 02:19:04] "POST /neutron/network HTTP/1.1" 200 833 0.006145 10.0.0.254 - - [2025-08-04 02:19:04] "POST /neutron/subnet HTTP/1.1" 200 711 0.007616 10.0.0.254 - - [2025-08-04 02:19:04] "POST /neutron/network HTTP/1.1" 200 807 0.012046 10.0.0.254 - - [2025-08-04 02:19:04] "POST /neutron/network HTTP/1.1" 200 833 0.007066 10.0.0.254 - - [2025-08-04 02:19:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001298 10.0.0.254 - - [2025-08-04 02:19:04] "POST /neutron/network HTTP/1.1" 200 843 0.006007 10.0.0.254 - - [2025-08-04 02:19:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.254 - - [2025-08-04 02:19:05] "GET / HTTP/1.1" 200 36215 0.001804 10.0.0.254 - - [2025-08-04 02:19:05] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000483 10.0.0.254 - - [2025-08-04 02:19:05] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001174 10.0.0.254 - - [2025-08-04 02:19:05] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.057292 10.0.0.254 - - [2025-08-04 02:19:05] "POST /neutron/network HTTP/1.1" 200 833 0.029258 10.0.0.254 - - [2025-08-04 02:19:05] "POST /neutron/port HTTP/1.1" 200 117 0.005159 10.0.0.254 - - [2025-08-04 02:19:05] "POST /neutron/port HTTP/1.1" 200 117 0.005721 10.0.0.254 - - [2025-08-04 02:19:05] "POST /neutron/port HTTP/1.1" 200 117 0.006888 10.0.0.254 - - [2025-08-04 02:19:06] "POST /neutron/network HTTP/1.1" 200 843 0.006326 10.0.0.254 - - [2025-08-04 02:19:06] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198 10.0.0.254 - - [2025-08-04 02:19:06] "POST /neutron/port HTTP/1.1" 200 1058 0.205323 10.0.0.254 - - [2025-08-04 02:19:06] "POST /neutron/port HTTP/1.1" 200 1058 0.031629 10.0.0.254 - - [2025-08-04 02:19:06] "POST /neutron/port HTTP/1.1" 200 1058 0.008053 10.0.0.254 - - [2025-08-04 02:19:06] "POST /neutron/port HTTP/1.1" 200 1112 0.058007 10.0.0.254 - - [2025-08-04 02:19:06] "POST /neutron/port HTTP/1.1" 200 1086 0.013043 10.0.0.254 - - [2025-08-04 02:19:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003385 10.0.0.254 - - [2025-08-04 02:19:06] "POST /neutron/subnet HTTP/1.1" 200 685 0.007216 10.0.0.254 - - [2025-08-04 02:19:06] "POST /neutron/port HTTP/1.1" 200 117 0.001663 10.0.0.254 - - [2025-08-04 02:19:06] "POST /neutron/network HTTP/1.1" 200 833 0.005692 10.0.0.254 - - [2025-08-04 02:19:10] "POST /neutron/port HTTP/1.1" 200 1086 0.012006 10.0.0.254 - - [2025-08-04 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008936 10.0.0.254 - - [2025-08-04 02:19:10] "POST /neutron/port HTTP/1.1" 200 1086 0.011437 10.0.0.254 - - [2025-08-04 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008090 10.0.0.254 - - [2025-08-04 02:19:10] "POST /neutron/port HTTP/1.1" 200 1086 0.013401 10.0.0.254 - - [2025-08-04 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009184 10.0.0.254 - - [2025-08-04 02:19:10] "GET /virtual-machine/16b6067f-bba1-4b55-8346-fb2dde0961a5 HTTP/1.1" 200 1294 0.004967 10.0.0.254 - - [2025-08-04 02:19:10] "GET /virtual-machine-interface/8b7591f4-f8f4-4aa1-9e97-c265db7aa288 HTTP/1.1" 200 2972 0.005801 10.0.0.254 - - [2025-08-04 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.254 - - [2025-08-04 02:19:11] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004289 10.0.0.254 - - [2025-08-04 02:19:11] "GET /virtual-networks?parent_id=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002881 10.0.0.254 - - [2025-08-04 02:19:11] "GET /virtual-network/cf0a9260-0978-45c2-bcce-59a3844bc322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005696 10.0.0.254 - - [2025-08-04 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.254 - - [2025-08-04 02:19:14] "GET /virtual-network/cf0a9260-0978-45c2-bcce-59a3844bc322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006044 10.0.0.254 - - [2025-08-04 02:19:15] "POST /neutron/port HTTP/1.1" 200 1086 0.011928 10.0.0.254 - - [2025-08-04 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006055 10.0.0.254 - - [2025-08-04 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.254 - - [2025-08-04 02:19:16] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003758 10.0.0.254 - - [2025-08-04 02:19:16] "GET /virtual-networks?parent_id=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002986 10.0.0.254 - - [2025-08-04 02:19:16] "GET /virtual-network/cf0a9260-0978-45c2-bcce-59a3844bc322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008009 10.0.0.254 - - [2025-08-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 807 0.011107 10.0.0.254 - - [2025-08-04 02:19:20] "POST /neutron/network HTTP/1.1" 200 833 0.006925 10.0.0.254 - - [2025-08-04 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001755 10.0.0.254 - - [2025-08-04 02:19:21] "POST /neutron/port HTTP/1.1" 200 1086 0.010826 10.0.0.254 - - [2025-08-04 02:19:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006894 10.0.0.254 - - [2025-08-04 02:19:21] "POST /neutron/network HTTP/1.1" 200 843 0.007514 10.0.0.254 - - [2025-08-04 02:19:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000422 10.0.0.254 - - [2025-08-04 02:19:21] "GET / HTTP/1.1" 200 36215 0.001806 10.0.0.254 - - [2025-08-04 02:19:21] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000394 10.0.0.254 - - [2025-08-04 02:19:21] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001120 10.0.0.254 - - [2025-08-04 02:19:21] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.051384 10.0.0.254 - - [2025-08-04 02:19:21] "POST /neutron/network HTTP/1.1" 200 833 0.005756 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 1086 0.014739 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007360 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.006012 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.005735 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/network HTTP/1.1" 200 843 0.006027 10.0.0.254 - - [2025-08-04 02:19:22] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 1058 0.216155 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 1058 0.009896 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 1058 0.011593 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 1112 0.071814 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 1086 0.015308 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003515 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 685 0.008586 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.254 - - [2025-08-04 02:19:22] "POST /neutron/network HTTP/1.1" 200 833 0.006899 10.0.0.254 - - [2025-08-04 02:19:27] "POST /neutron/port HTTP/1.1" 200 1086 0.010892 10.0.0.254 - - [2025-08-04 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006134 10.0.0.254 - - [2025-08-04 02:19:27] "POST /neutron/port HTTP/1.1" 200 1086 0.011211 10.0.0.254 - - [2025-08-04 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006824 10.0.0.254 - - [2025-08-04 02:19:27] "POST /neutron/port HTTP/1.1" 200 1086 0.011591 10.0.0.254 - - [2025-08-04 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006381 10.0.0.254 - - [2025-08-04 02:19:27] "GET /virtual-machine/6e3e926c-7cc3-46fe-80b8-2670db6a4074 HTTP/1.1" 200 1294 0.004603 10.0.0.254 - - [2025-08-04 02:19:27] "GET /virtual-machine-interface/325438b0-247b-404a-b52f-74d6a5e29335 HTTP/1.1" 200 2971 0.004623 10.0.0.254 - - [2025-08-04 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.254 - - [2025-08-04 02:19:27] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004046 10.0.0.254 - - [2025-08-04 02:19:27] "GET /virtual-networks?parent_id=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003052 10.0.0.254 - - [2025-08-04 02:19:27] "GET /virtual-network/cf0a9260-0978-45c2-bcce-59a3844bc322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005501 10.0.0.254 - - [2025-08-04 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.254 - - [2025-08-04 02:19:30] "GET /virtual-network/cf0a9260-0978-45c2-bcce-59a3844bc322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005229 10.0.0.254 - - [2025-08-04 02:19:31] "POST /neutron/port HTTP/1.1" 200 1086 0.036066 10.0.0.254 - - [2025-08-04 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005503 10.0.0.254 - - [2025-08-04 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.254 - - [2025-08-04 02:19:32] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003480 10.0.0.254 - - [2025-08-04 02:19:32] "GET /virtual-networks?parent_id=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002884 10.0.0.254 - - [2025-08-04 02:19:32] "GET /virtual-network/cf0a9260-0978-45c2-bcce-59a3844bc322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005359 10.0.0.254 - - [2025-08-04 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.254 - - [2025-08-04 02:19:39] "DELETE /virtual-DNS/a240ce3e-c0be-445c-9021-a19e132550b4 HTTP/1.1" 409 236 0.006425 10.0.0.254 - - [2025-08-04 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 192 0.006976 10.0.0.254 - - [2025-08-04 02:19:39] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.015552 10.0.0.254 - - [2025-08-04 02:19:39] "GET /virtual-DNS-record/c434a46b-3ec7-4d67-8e5f-ebb7416f7501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.005100 10.0.0.254 - - [2025-08-04 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.254 - - [2025-08-04 02:19:39] "GET /virtual-DNS-record/c434a46b-3ec7-4d67-8e5f-ebb7416f7501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004295 10.0.0.254 - - [2025-08-04 02:19:39] "GET /domains HTTP/1.1" 200 281 0.003373 10.0.0.254 - - [2025-08-04 02:19:39] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001345 10.0.0.254 - - [2025-08-04 02:19:39] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2971 0.009017 10.0.0.254 - - [2025-08-04 02:19:39] "GET /virtual-DNS/a240ce3e-c0be-445c-9021-a19e132550b4 HTTP/1.1" 200 1912 0.004004 10.0.0.254 - - [2025-08-04 02:19:39] "GET /virtual-DNS-record/c434a46b-3ec7-4d67-8e5f-ebb7416f7501 HTTP/1.1" 200 1339 0.002852 10.0.0.254 - - [2025-08-04 02:19:43] "DELETE /project/29e13c68b70b4497bf650694ef8c883f HTTP/1.1" 404 173 0.007886 10.0.0.254 - - [2025-08-04 02:19:43] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.254 - - [2025-08-04 02:19:43] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.027195 10.0.0.254 - - [2025-08-04 02:19:43] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.254 - - [2025-08-04 02:19:43] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?fields=security_groups HTTP/1.1" 200 1367 0.066495 10.0.0.254 - - [2025-08-04 02:19:43] "DELETE /security-group/ee6dac6c-b60c-4ceb-bfe2-e45d2531ef64 HTTP/1.1" 200 115 0.037434 10.0.0.254 - - [2025-08-04 02:19:43] "GET /projects?obj_uuids=236a9d33-e528-446e-baa0-ff70429d3f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.254 - - [2025-08-04 02:19:43] "DELETE /access-control-list/9dfd3e9e-5d48-4113-aaff-eac4eaeec2c5 HTTP/1.1" 200 115 0.032400 10.0.0.254 - - [2025-08-04 02:19:43] "GET /project/236a9d33-e528-446e-baa0-ff70429d3f72?fields=application_policy_sets HTTP/1.1" 200 1406 0.033378 10.0.0.254 - - [2025-08-04 02:19:43] "DELETE /access-control-list/f8fb1a42-cd73-40f0-93d3-063149bbe160 HTTP/1.1" 200 115 0.025629 10.0.0.254 - - [2025-08-04 02:19:43] "DELETE /project/236a9d33-e528-446e-baa0-ff70429d3f72 HTTP/1.1" 200 115 0.322671 10.0.0.254 - - [2025-08-04 02:19:45] "DELETE /virtual-DNS-record/c434a46b-3ec7-4d67-8e5f-ebb7416f7501 HTTP/1.1" 200 115 0.026007 10.0.0.254 - - [2025-08-04 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.003889 10.0.0.254 - - [2025-08-04 02:19:45] "POST /neutron/network HTTP/1.1" 200 833 0.007750 10.0.0.254 - - [2025-08-04 02:19:45] "POST /neutron/network HTTP/1.1" 400 204 0.015592 10.0.0.254 - - [2025-08-04 02:19:45] "POST /neutron/port HTTP/1.1" 200 1086 0.016125 10.0.0.254 - - [2025-08-04 02:19:45] "POST /neutron/port HTTP/1.1" 200 1112 0.010983 10.0.0.254 - - [2025-08-04 02:19:46] "POST /neutron/port HTTP/1.1" 200 1086 0.021824 10.0.0.254 - - [2025-08-04 02:19:46] "POST /neutron/port HTTP/1.1" 200 1112 0.010460 10.0.0.254 - - [2025-08-04 02:19:46] "POST /neutron/port HTTP/1.1" 200 151 0.136080 10.0.0.254 - - [2025-08-04 02:19:46] "POST /neutron/port HTTP/1.1" 200 151 0.125368 10.0.0.254 - - [2025-08-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 833 0.007428 10.0.0.254 - - [2025-08-04 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.254 - - [2025-08-04 02:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002559 10.0.0.254 - - [2025-08-04 02:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002416 10.0.0.254 - - [2025-08-04 02:19:47] "DELETE /route-target/5ced152b-39d7-4101-a4b4-954183fcd1b3 HTTP/1.1" 200 115 0.077563 10.0.0.254 - - [2025-08-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 151 0.205171 10.0.0.254 - - [2025-08-04 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.254 - - [2025-08-04 02:19:47] "DELETE /network-ipam/1c401251-eacc-46c2-8803-9326280f01df HTTP/1.1" 200 115 0.026633 10.0.0.254 - - [2025-08-04 02:19:47] "DELETE /virtual-DNS/a240ce3e-c0be-445c-9021-a19e132550b4 HTTP/1.1" 200 115 0.029940 10.0.0.254 - - [2025-08-04 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.003408 10.0.0.254 - - [2025-08-04 02:19:47] "GET /domains HTTP/1.1" 200 281 0.003301 10.0.0.254 - - [2025-08-04 02:19:47] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001624 10.0.0.254 - - [2025-08-04 02:19:47] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2585 0.011527 10.0.0.254 - - [2025-08-04 02:19:48] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001097 10.0.0.254 - - [2025-08-04 02:19:48] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.024557 10.0.0.254 - - [2025-08-04 02:19:48] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001022 10.0.0.254 - - [2025-08-04 02:19:48] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?fields=virtual_networks HTTP/1.1" 200 1046 0.064618 10.0.0.254 - - [2025-08-04 02:19:48] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001240 10.0.0.254 - - [2025-08-04 02:19:48] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.028121 10.0.0.254 - - [2025-08-04 02:19:48] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.254 - - [2025-08-04 02:19:48] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?fields=security_groups HTTP/1.1" 200 1274 0.024660 10.0.0.254 - - [2025-08-04 02:19:49] "GET /obj-perms HTTP/1.1" 200 5075 0.075167 10.0.0.254 - - [2025-08-04 02:19:49] "GET /obj-perms HTTP/1.1" 200 5075 0.148182 10.0.0.254 - - [2025-08-04 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.022175 10.0.0.254 - - [2025-08-04 02:19:49] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002376 10.0.0.254 - - [2025-08-04 02:19:49] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.254 - - [2025-08-04 02:19:49] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007058 10.0.0.254 - - [2025-08-04 02:19:49] "POST /id-to-fqname HTTP/1.1" 200 191 0.003001 10.0.0.254 - - [2025-08-04 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.003000 10.0.0.254 - - [2025-08-04 02:19:50] "POST /security-groups HTTP/1.1" 200 592 0.063424 10.0.0.254 - - [2025-08-04 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.002969 10.0.0.254 - - [2025-08-04 02:19:50] "POST /projects HTTP/1.1" 200 587 0.210601 10.0.0.254 - - [2025-08-04 02:19:50] "POST /access-control-lists HTTP/1.1" 200 599 0.059319 10.0.0.254 - - [2025-08-04 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.282203 10.0.0.254 - - [2025-08-04 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.002688 10.0.0.254 - - [2025-08-04 02:19:50] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.399480 10.0.0.254 - - [2025-08-04 02:19:50] "POST /access-control-lists HTTP/1.1" 200 597 0.069387 10.0.0.254 - - [2025-08-04 02:19:51] "GET / HTTP/1.1" 200 36215 0.001957 10.0.0.254 - - [2025-08-04 02:19:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000495 10.0.0.254 - - [2025-08-04 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.050471 10.0.0.254 - - [2025-08-04 02:19:52] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.254 - - [2025-08-04 02:19:52] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.023898 10.0.0.254 - - [2025-08-04 02:19:52] "POST /neutron/network HTTP/1.1" 200 117 0.030042 10.0.0.254 - - [2025-08-04 02:19:52] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001554 10.0.0.254 - - [2025-08-04 02:19:52] "POST /neutron/network HTTP/1.1" 200 606 0.059516 10.0.0.254 - - [2025-08-04 02:19:52] "POST /route-targets HTTP/1.1" 200 328 0.013019 10.0.0.254 - - [2025-08-04 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.012982 10.0.0.254 - - [2025-08-04 02:19:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005213 10.0.0.254 - - [2025-08-04 02:19:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.128534 10.0.0.254 - - [2025-08-04 02:19:52] "POST /neutron/network HTTP/1.1" 200 827 0.005616 10.0.0.254 - - [2025-08-04 02:19:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001144 10.0.0.254 - - [2025-08-04 02:19:52] "GET /virtual-network/84b43282-a94b-4c66-9df5-bfb349c00d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004387 10.0.0.254 - - [2025-08-04 02:19:52] "POST /neutron/network HTTP/1.1" 200 827 0.005322 10.0.0.254 - - [2025-08-04 02:19:52] "GET /virtual-network/84b43282-a94b-4c66-9df5-bfb349c00d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005270 10.0.0.254 - - [2025-08-04 02:19:52] "POST /neutron/network HTTP/1.1" 200 827 0.005499 10.0.0.254 - - [2025-08-04 02:19:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.006610 10.0.0.254 - - [2025-08-04 02:19:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001155 10.0.0.254 - - [2025-08-04 02:19:52] "POST /neutron/network HTTP/1.1" 200 837 0.006238 10.0.0.254 - - [2025-08-04 02:19:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000581 10.0.0.254 - - [2025-08-04 02:19:53] "GET / HTTP/1.1" 200 36215 0.001508 10.0.0.254 - - [2025-08-04 02:19:53] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000506 10.0.0.254 - - [2025-08-04 02:19:53] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001231 10.0.0.254 - - [2025-08-04 02:19:53] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.055558 10.0.0.254 - - [2025-08-04 02:19:53] "POST /neutron/network HTTP/1.1" 200 827 0.006242 10.0.0.254 - - [2025-08-04 02:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.005799 10.0.0.254 - - [2025-08-04 02:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.004909 10.0.0.254 - - [2025-08-04 02:19:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001412 10.0.0.254 - - [2025-08-04 02:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.005125 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/network HTTP/1.1" 200 837 0.009675 10.0.0.254 - - [2025-08-04 02:19:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000440 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/network HTTP/1.1" 200 837 0.006578 10.0.0.254 - - [2025-08-04 02:19:54] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001175 10.0.0.254 - - [2025-08-04 02:19:54] "GET / HTTP/1.1" 200 36215 0.001916 10.0.0.254 - - [2025-08-04 02:19:54] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000469 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/port HTTP/1.1" 200 1063 0.193935 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/port HTTP/1.1" 200 1063 0.010184 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/port HTTP/1.1" 200 1063 0.009322 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/port HTTP/1.1" 200 1117 0.058794 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/port HTTP/1.1" 200 1091 0.011161 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003437 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/subnet HTTP/1.1" 200 708 0.010526 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/port HTTP/1.1" 200 117 0.001653 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/network HTTP/1.1" 200 827 0.008102 10.0.0.254 - - [2025-08-04 02:19:54] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.254 - - [2025-08-04 02:19:54] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.055442 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/network HTTP/1.1" 200 827 0.007139 10.0.0.254 - - [2025-08-04 02:19:54] "POST /neutron/port HTTP/1.1" 200 1091 0.023505 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009790 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 117 0.005761 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 1091 0.016360 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008860 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/network HTTP/1.1" 200 837 0.006938 10.0.0.254 - - [2025-08-04 02:19:55] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 1063 0.309953 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 1063 0.008823 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 1063 0.027391 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 1117 0.101036 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 1091 0.011150 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003364 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.007910 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.254 - - [2025-08-04 02:19:55] "POST /neutron/network HTTP/1.1" 200 827 0.006606 10.0.0.254 - - [2025-08-04 02:20:00] "POST /neutron/port HTTP/1.1" 200 1091 0.016676 10.0.0.254 - - [2025-08-04 02:20:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008384 10.0.0.254 - - [2025-08-04 02:20:00] "POST /neutron/port HTTP/1.1" 200 1091 0.017274 10.0.0.254 - - [2025-08-04 02:20:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009732 10.0.0.254 - - [2025-08-04 02:20:00] "POST /neutron/port HTTP/1.1" 200 1091 0.013131 10.0.0.254 - - [2025-08-04 02:20:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016130 10.0.0.254 - - [2025-08-04 02:20:00] "GET /virtual-machine/cf51e8d6-7f0b-42c7-a5aa-6af6abba97c8 HTTP/1.1" 401 293 0.000483 10.0.0.254 - - [2025-08-04 02:20:00] "GET /virtual-machine/cf51e8d6-7f0b-42c7-a5aa-6af6abba97c8 HTTP/1.1" 200 1296 0.030339 10.0.0.254 - - [2025-08-04 02:20:00] "GET /virtual-machine-interface/7ff9b3d6-2b24-4c5f-b4ae-f81c8bd69bd6 HTTP/1.1" 200 2953 0.005993 10.0.0.254 - - [2025-08-04 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.254 - - [2025-08-04 02:20:00] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003151 10.0.0.254 - - [2025-08-04 02:20:00] "GET /virtual-networks?parent_id=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004839 10.0.0.254 - - [2025-08-04 02:20:00] "GET /virtual-network/84b43282-a94b-4c66-9df5-bfb349c00d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006316 10.0.0.254 - - [2025-08-04 02:20:03] "POST /neutron/port HTTP/1.1" 200 1091 0.011078 10.0.0.254 - - [2025-08-04 02:20:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006098 10.0.0.254 - - [2025-08-04 02:20:03] "POST /neutron/port HTTP/1.1" 200 1091 0.014005 10.0.0.254 - - [2025-08-04 02:20:03] "POST /neutron/port HTTP/1.1" 200 1091 0.012842 10.0.0.254 - - [2025-08-04 02:20:03] "POST /neutron/network HTTP/1.1" 200 837 0.006789 10.0.0.254 - - [2025-08-04 02:20:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004914 10.0.0.254 - - [2025-08-04 02:20:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.007617 10.0.0.254 - - [2025-08-04 02:20:03] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.254 - - [2025-08-04 02:20:04] "POST /neutron/network HTTP/1.1" 200 827 0.007550 10.0.0.254 - - [2025-08-04 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.254 - - [2025-08-04 02:20:04] "GET /virtual-network/84b43282-a94b-4c66-9df5-bfb349c00d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010711 10.0.0.254 - - [2025-08-04 02:20:04] "POST /neutron/port HTTP/1.1" 200 1091 0.013908 10.0.0.254 - - [2025-08-04 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006044 10.0.0.254 - - [2025-08-04 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.254 - - [2025-08-04 02:20:06] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004095 10.0.0.254 - - [2025-08-04 02:20:06] "GET /virtual-networks?parent_id=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003023 10.0.0.254 - - [2025-08-04 02:20:06] "GET /virtual-network/84b43282-a94b-4c66-9df5-bfb349c00d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006146 10.0.0.254 - - [2025-08-04 02:20:06] "POST /neutron/port HTTP/1.1" 200 1091 0.012984 10.0.0.254 - - [2025-08-04 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006170 10.0.0.254 - - [2025-08-04 02:20:06] "POST /neutron/port HTTP/1.1" 200 1091 0.014478 10.0.0.254 - - [2025-08-04 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005632 10.0.0.254 - - [2025-08-04 02:20:06] "POST /neutron/port HTTP/1.1" 200 1091 0.011192 10.0.0.254 - - [2025-08-04 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006839 10.0.0.254 - - [2025-08-04 02:20:06] "GET /virtual-machine/6802c2ae-9070-4fb2-bc9e-12c3cb087762 HTTP/1.1" 200 1295 0.004587 10.0.0.254 - - [2025-08-04 02:20:06] "GET /virtual-machine-interface/dbe33ec7-beb3-4e93-8e69-ced2491efc27 HTTP/1.1" 200 2954 0.005238 10.0.0.254 - - [2025-08-04 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.254 - - [2025-08-04 02:20:06] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003033 10.0.0.254 - - [2025-08-04 02:20:06] "GET /virtual-networks?parent_id=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003041 10.0.0.254 - - [2025-08-04 02:20:06] "GET /virtual-network/84b43282-a94b-4c66-9df5-bfb349c00d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005519 10.0.0.254 - - [2025-08-04 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.254 - - [2025-08-04 02:20:07] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003016 10.0.0.254 - - [2025-08-04 02:20:08] "GET /virtual-networks?parent_id=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003142 10.0.0.254 - - [2025-08-04 02:20:08] "GET /virtual-network/84b43282-a94b-4c66-9df5-bfb349c00d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005994 10.0.0.254 - - [2025-08-04 02:20:12] "POST /neutron/network HTTP/1.1" 200 827 0.006325 10.0.0.254 - - [2025-08-04 02:20:12] "POST /neutron/network HTTP/1.1" 400 204 0.011304 10.0.0.254 - - [2025-08-04 02:20:13] "POST /neutron/port HTTP/1.1" 200 1091 0.011974 10.0.0.254 - - [2025-08-04 02:20:13] "POST /neutron/port HTTP/1.1" 200 1117 0.010058 10.0.0.254 - - [2025-08-04 02:20:13] "POST /neutron/port HTTP/1.1" 200 1091 0.018051 10.0.0.254 - - [2025-08-04 02:20:13] "POST /neutron/port HTTP/1.1" 200 1117 0.009725 10.0.0.254 - - [2025-08-04 02:20:13] "POST /neutron/port HTTP/1.1" 200 151 0.130343 10.0.0.254 - - [2025-08-04 02:20:13] "POST /neutron/port HTTP/1.1" 200 151 0.122123 10.0.0.254 - - [2025-08-04 02:20:15] "POST /neutron/network HTTP/1.1" 200 827 0.005843 10.0.0.254 - - [2025-08-04 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.254 - - [2025-08-04 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003496 10.0.0.254 - - [2025-08-04 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002241 10.0.0.254 - - [2025-08-04 02:20:15] "POST /neutron/network HTTP/1.1" 200 151 0.077700 10.0.0.254 - - [2025-08-04 02:20:15] "DELETE /route-target/e83c55d7-922d-4cc7-942e-5fa85f46ed5c HTTP/1.1" 200 115 0.016920 10.0.0.254 - - [2025-08-04 02:20:15] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.254 - - [2025-08-04 02:20:15] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.026596 10.0.0.254 - - [2025-08-04 02:20:15] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000974 10.0.0.254 - - [2025-08-04 02:20:15] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?fields=virtual_networks HTTP/1.1" 200 1046 0.071066 10.0.0.254 - - [2025-08-04 02:20:15] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.254 - - [2025-08-04 02:20:15] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.025091 10.0.0.254 - - [2025-08-04 02:20:15] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.254 - - [2025-08-04 02:20:15] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?fields=security_groups HTTP/1.1" 200 1274 0.026201 10.0.0.254 - - [2025-08-04 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.025205 10.0.0.254 - - [2025-08-04 02:20:16] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002724 10.0.0.254 - - [2025-08-04 02:20:16] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.254 - - [2025-08-04 02:20:16] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007172 10.0.0.254 - - [2025-08-04 02:20:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.001300 10.0.0.254 - - [2025-08-04 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.003584 10.0.0.254 - - [2025-08-04 02:20:16] "POST /security-groups HTTP/1.1" 200 591 0.067817 10.0.0.254 - - [2025-08-04 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.003420 10.0.0.254 - - [2025-08-04 02:20:16] "POST /projects HTTP/1.1" 200 585 0.224101 10.0.0.254 - - [2025-08-04 02:20:16] "POST /access-control-lists HTTP/1.1" 200 598 0.061117 10.0.0.254 - - [2025-08-04 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.295341 10.0.0.254 - - [2025-08-04 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 233 0.002735 10.0.0.254 - - [2025-08-04 02:20:16] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.419236 10.0.0.254 - - [2025-08-04 02:20:16] "POST /access-control-lists HTTP/1.1" 200 596 0.060033 10.0.0.254 - - [2025-08-04 02:20:17] "GET / HTTP/1.1" 200 36215 0.001995 10.0.0.254 - - [2025-08-04 02:20:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.254 - - [2025-08-04 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.050786 10.0.0.254 - - [2025-08-04 02:20:18] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.254 - - [2025-08-04 02:20:18] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.022365 10.0.0.254 - - [2025-08-04 02:20:19] "POST /neutron/network HTTP/1.1" 200 117 0.027081 10.0.0.254 - - [2025-08-04 02:20:19] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001268 10.0.0.254 - - [2025-08-04 02:20:19] "POST /neutron/network HTTP/1.1" 200 625 0.074521 10.0.0.254 - - [2025-08-04 02:20:19] "POST /route-targets HTTP/1.1" 200 328 0.009304 10.0.0.254 - - [2025-08-04 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.011386 10.0.0.254 - - [2025-08-04 02:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002043 10.0.0.254 - - [2025-08-04 02:20:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.202036 10.0.0.254 - - [2025-08-04 02:20:19] "POST /neutron/network HTTP/1.1" 200 839 0.006926 10.0.0.254 - - [2025-08-04 02:20:19] "POST /id-to-fqname HTTP/1.1" 200 230 0.001124 10.0.0.254 - - [2025-08-04 02:20:19] "GET /virtual-network/c54ab63e-0702-4213-a240-88692d253138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004743 10.0.0.254 - - [2025-08-04 02:20:19] "POST /neutron/network HTTP/1.1" 200 839 0.005440 10.0.0.254 - - [2025-08-04 02:20:19] "GET /virtual-network/c54ab63e-0702-4213-a240-88692d253138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005126 10.0.0.254 - - [2025-08-04 02:20:19] "POST /neutron/network HTTP/1.1" 200 839 0.004918 10.0.0.254 - - [2025-08-04 02:20:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.006164 10.0.0.254 - - [2025-08-04 02:20:19] "POST /neutron/network HTTP/1.1" 200 839 0.005116 10.0.0.254 - - [2025-08-04 02:20:19] "POST /id-to-fqname HTTP/1.1" 200 230 0.001078 10.0.0.254 - - [2025-08-04 02:20:19] "POST /neutron/network HTTP/1.1" 200 849 0.005352 10.0.0.254 - - [2025-08-04 02:20:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000422 10.0.0.254 - - [2025-08-04 02:20:20] "GET / HTTP/1.1" 200 36215 0.001780 10.0.0.254 - - [2025-08-04 02:20:20] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000422 10.0.0.254 - - [2025-08-04 02:20:20] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.254 - - [2025-08-04 02:20:20] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.044139 10.0.0.254 - - [2025-08-04 02:20:20] "POST /neutron/network HTTP/1.1" 200 839 0.005667 10.0.0.254 - - [2025-08-04 02:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.004822 10.0.0.254 - - [2025-08-04 02:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.004695 10.0.0.254 - - [2025-08-04 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.254 - - [2025-08-04 02:20:20] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003596 10.0.0.254 - - [2025-08-04 02:20:20] "PUT /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79 HTTP/1.1" 200 277 0.008691 10.0.0.254 - - [2025-08-04 02:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.004687 10.0.0.254 - - [2025-08-04 02:20:20] "POST /neutron/network HTTP/1.1" 200 849 0.006809 10.0.0.254 - - [2025-08-04 02:20:20] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.254 - - [2025-08-04 02:20:21] "POST /neutron/port HTTP/1.1" 200 1055 0.185790 10.0.0.254 - - [2025-08-04 02:20:21] "POST /neutron/port HTTP/1.1" 200 1055 0.008518 10.0.0.254 - - [2025-08-04 02:20:21] "POST /neutron/port HTTP/1.1" 200 1055 0.008164 10.0.0.254 - - [2025-08-04 02:20:21] "POST /neutron/port HTTP/1.1" 200 1109 0.054938 10.0.0.254 - - [2025-08-04 02:20:21] "POST /neutron/port HTTP/1.1" 200 1083 0.010068 10.0.0.254 - - [2025-08-04 02:20:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003132 10.0.0.254 - - [2025-08-04 02:20:21] "POST /neutron/subnet HTTP/1.1" 200 675 0.006900 10.0.0.254 - - [2025-08-04 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.254 - - [2025-08-04 02:20:21] "POST /neutron/network HTTP/1.1" 200 839 0.005347 10.0.0.254 - - [2025-08-04 02:20:25] "POST /neutron/port HTTP/1.1" 200 1083 0.011654 10.0.0.254 - - [2025-08-04 02:20:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006705 10.0.0.254 - - [2025-08-04 02:20:26] "POST /neutron/port HTTP/1.1" 200 1083 0.011353 10.0.0.254 - - [2025-08-04 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008452 10.0.0.254 - - [2025-08-04 02:20:26] "POST /neutron/port HTTP/1.1" 200 1083 0.012223 10.0.0.254 - - [2025-08-04 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006416 10.0.0.254 - - [2025-08-04 02:20:26] "GET /virtual-machine/42c45695-bef8-4626-836a-21e8bdae1b0a HTTP/1.1" 401 293 0.000468 10.0.0.254 - - [2025-08-04 02:20:26] "GET /virtual-machine/42c45695-bef8-4626-836a-21e8bdae1b0a HTTP/1.1" 200 1293 0.031000 10.0.0.254 - - [2025-08-04 02:20:26] "GET /virtual-machine-interface/14e8f382-5102-47f6-9c90-f66e547ef713 HTTP/1.1" 200 2978 0.006575 10.0.0.254 - - [2025-08-04 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.254 - - [2025-08-04 02:20:26] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003427 10.0.0.254 - - [2025-08-04 02:20:26] "GET /virtual-networks?parent_id=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003300 10.0.0.254 - - [2025-08-04 02:20:26] "GET /virtual-network/c54ab63e-0702-4213-a240-88692d253138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005495 10.0.0.254 - - [2025-08-04 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.254 - - [2025-08-04 02:20:29] "GET /virtual-network/c54ab63e-0702-4213-a240-88692d253138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004926 10.0.0.254 - - [2025-08-04 02:20:29] "POST /neutron/port HTTP/1.1" 200 1083 0.011472 10.0.0.254 - - [2025-08-04 02:20:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005598 10.0.0.254 - - [2025-08-04 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.254 - - [2025-08-04 02:20:31] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003207 10.0.0.254 - - [2025-08-04 02:20:31] "GET /virtual-networks?parent_id=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002981 10.0.0.254 - - [2025-08-04 02:20:31] "GET /virtual-network/c54ab63e-0702-4213-a240-88692d253138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007476 10.0.0.254 - - [2025-08-04 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.254 - - [2025-08-04 02:20:33] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.004686 10.0.0.254 - - [2025-08-04 02:20:33] "PUT /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79 HTTP/1.1" 200 277 0.009667 10.0.0.254 - - [2025-08-04 02:20:34] "POST /neutron/network HTTP/1.1" 200 839 0.006192 10.0.0.254 - - [2025-08-04 02:20:34] "POST /neutron/network HTTP/1.1" 400 204 0.011058 10.0.0.254 - - [2025-08-04 02:20:34] "POST /neutron/port HTTP/1.1" 200 1083 0.011194 10.0.0.254 - - [2025-08-04 02:20:34] "POST /neutron/port HTTP/1.1" 200 1109 0.010650 10.0.0.254 - - [2025-08-04 02:20:34] "POST /neutron/port HTTP/1.1" 200 151 0.091794 10.0.0.254 - - [2025-08-04 02:20:36] "POST /neutron/network HTTP/1.1" 200 839 0.005659 10.0.0.254 - - [2025-08-04 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.254 - - [2025-08-04 02:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002454 10.0.0.254 - - [2025-08-04 02:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.254 - - [2025-08-04 02:20:36] "POST /neutron/network HTTP/1.1" 200 151 0.095560 10.0.0.254 - - [2025-08-04 02:20:36] "DELETE /route-target/1f418698-e509-4b05-8450-f815ca52a809 HTTP/1.1" 200 115 0.014920 10.0.0.254 - - [2025-08-04 02:20:36] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002577 10.0.0.254 - - [2025-08-04 02:20:36] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79 HTTP/1.1" 200 1831 0.003029 10.0.0.254 - - [2025-08-04 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002207 10.0.0.254 - - [2025-08-04 02:20:36] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.254 - - [2025-08-04 02:20:36] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024930 10.0.0.254 - - [2025-08-04 02:20:36] "POST /neutron/network HTTP/1.1" 200 117 0.008250 10.0.0.254 - - [2025-08-04 02:20:36] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.254 - - [2025-08-04 02:20:36] "POST /neutron/network HTTP/1.1" 200 605 0.058817 10.0.0.254 - - [2025-08-04 02:20:36] "POST /route-targets HTTP/1.1" 200 328 0.010410 10.0.0.254 - - [2025-08-04 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.011689 10.0.0.254 - - [2025-08-04 02:20:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004154 10.0.0.254 - - [2025-08-04 02:20:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.167953 10.0.0.254 - - [2025-08-04 02:20:37] "POST /neutron/network HTTP/1.1" 200 822 0.005060 10.0.0.254 - - [2025-08-04 02:20:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001301 10.0.0.254 - - [2025-08-04 02:20:37] "GET /virtual-network/f964c0d9-4c74-428b-9b30-0f4488b62766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004524 10.0.0.254 - - [2025-08-04 02:20:37] "POST /neutron/network HTTP/1.1" 200 822 0.005952 10.0.0.254 - - [2025-08-04 02:20:37] "GET /virtual-network/f964c0d9-4c74-428b-9b30-0f4488b62766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005700 10.0.0.254 - - [2025-08-04 02:20:37] "POST /neutron/network HTTP/1.1" 200 822 0.005686 10.0.0.254 - - [2025-08-04 02:20:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.006598 10.0.0.254 - - [2025-08-04 02:20:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001423 10.0.0.254 - - [2025-08-04 02:20:37] "POST /neutron/network HTTP/1.1" 200 832 0.005610 10.0.0.254 - - [2025-08-04 02:20:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000567 10.0.0.254 - - [2025-08-04 02:20:37] "GET / HTTP/1.1" 200 36215 0.002473 10.0.0.254 - - [2025-08-04 02:20:37] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000459 10.0.0.254 - - [2025-08-04 02:20:38] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.254 - - [2025-08-04 02:20:38] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.046241 10.0.0.254 - - [2025-08-04 02:20:38] "POST /neutron/network HTTP/1.1" 200 822 0.005880 10.0.0.254 - - [2025-08-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.004568 10.0.0.254 - - [2025-08-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.004599 10.0.0.254 - - [2025-08-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.006019 10.0.0.254 - - [2025-08-04 02:20:38] "POST /neutron/network HTTP/1.1" 200 832 0.006524 10.0.0.254 - - [2025-08-04 02:20:38] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001446 10.0.0.254 - - [2025-08-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 1058 0.226692 10.0.0.254 - - [2025-08-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 1058 0.009420 10.0.0.254 - - [2025-08-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 1058 0.007982 10.0.0.254 - - [2025-08-04 02:20:39] "POST /neutron/port HTTP/1.1" 200 1112 0.060076 10.0.0.254 - - [2025-08-04 02:20:39] "POST /neutron/port HTTP/1.1" 200 1086 0.012571 10.0.0.254 - - [2025-08-04 02:20:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003421 10.0.0.254 - - [2025-08-04 02:20:39] "POST /neutron/subnet HTTP/1.1" 200 689 0.007155 10.0.0.254 - - [2025-08-04 02:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.254 - - [2025-08-04 02:20:39] "POST /neutron/network HTTP/1.1" 200 822 0.005304 10.0.0.254 - - [2025-08-04 02:20:43] "POST /neutron/port HTTP/1.1" 200 1086 0.010694 10.0.0.254 - - [2025-08-04 02:20:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006103 10.0.0.254 - - [2025-08-04 02:20:43] "POST /neutron/port HTTP/1.1" 200 1086 0.015414 10.0.0.254 - - [2025-08-04 02:20:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006760 10.0.0.254 - - [2025-08-04 02:20:43] "POST /neutron/port HTTP/1.1" 200 1086 0.014692 10.0.0.254 - - [2025-08-04 02:20:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005921 10.0.0.254 - - [2025-08-04 02:20:43] "GET /virtual-machine/0605867a-dd9e-4c24-add5-13f6190db1ed HTTP/1.1" 200 1293 0.004581 10.0.0.254 - - [2025-08-04 02:20:43] "GET /virtual-machine-interface/50f387b3-a81a-4fcf-b58e-5e7e91d0a9eb HTTP/1.1" 200 2948 0.004426 10.0.0.254 - - [2025-08-04 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.254 - - [2025-08-04 02:20:43] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003420 10.0.0.254 - - [2025-08-04 02:20:43] "GET /virtual-networks?parent_id=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003918 10.0.0.254 - - [2025-08-04 02:20:43] "GET /virtual-network/f964c0d9-4c74-428b-9b30-0f4488b62766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006534 10.0.0.254 - - [2025-08-04 02:20:43] "DELETE /project/7416225881e24335b4de1485964fb0ba HTTP/1.1" 404 173 0.008898 10.0.0.254 - - [2025-08-04 02:20:43] "DELETE /project/3da2d9e162644ea3af6c50efcf23f1b4 HTTP/1.1" 404 173 0.007885 10.0.0.254 - - [2025-08-04 02:20:43] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.254 - - [2025-08-04 02:20:43] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000866 10.0.0.254 - - [2025-08-04 02:20:43] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.041262 10.0.0.254 - - [2025-08-04 02:20:43] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.046112 10.0.0.254 - - [2025-08-04 02:20:44] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001135 10.0.0.254 - - [2025-08-04 02:20:44] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.254 - - [2025-08-04 02:20:44] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?fields=security_groups HTTP/1.1" 200 1376 0.049106 10.0.0.254 - - [2025-08-04 02:20:44] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?fields=security_groups HTTP/1.1" 200 1376 0.051496 10.0.0.254 - - [2025-08-04 02:20:44] "DELETE /security-group/e70a1a52-40d8-4b9b-9bd9-4dff3d8e3542 HTTP/1.1" 200 115 0.053780 10.0.0.254 - - [2025-08-04 02:20:44] "GET /projects?obj_uuids=29e13c68-b70b-4497-bf65-0694ef8c883f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001555 10.0.0.254 - - [2025-08-04 02:20:44] "DELETE /security-group/b28667e2-880b-4047-863d-17f496cf810c HTTP/1.1" 200 115 0.073148 10.0.0.254 - - [2025-08-04 02:20:44] "DELETE /access-control-list/3e964422-82af-4ac8-a7fd-799358ae0215 HTTP/1.1" 200 115 0.058561 10.0.0.254 - - [2025-08-04 02:20:44] "GET /projects?obj_uuids=74162258-81e2-4335-b4de-1485964fb0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.254 - - [2025-08-04 02:20:44] "GET /project/29e13c68-b70b-4497-bf65-0694ef8c883f?fields=application_policy_sets HTTP/1.1" 200 1415 0.049729 10.0.0.254 - - [2025-08-04 02:20:44] "DELETE /access-control-list/d9861e5d-643c-4376-ae51-1b4aea935b7f HTTP/1.1" 200 115 0.031538 10.0.0.254 - - [2025-08-04 02:20:44] "DELETE /access-control-list/d327bb33-4947-44d6-a4a1-4d675b1598c2 HTTP/1.1" 200 115 0.028538 10.0.0.254 - - [2025-08-04 02:20:44] "GET /project/74162258-81e2-4335-b4de-1485964fb0ba?fields=application_policy_sets HTTP/1.1" 200 1415 0.080947 10.0.0.254 - - [2025-08-04 02:20:44] "DELETE /access-control-list/b85e7b98-c04b-418e-a3f4-3162aa257acc HTTP/1.1" 200 115 0.043175 10.0.0.254 - - [2025-08-04 02:20:44] "DELETE /project/29e13c68-b70b-4497-bf65-0694ef8c883f HTTP/1.1" 200 115 0.419378 10.0.0.254 - - [2025-08-04 02:20:44] "DELETE /project/74162258-81e2-4335-b4de-1485964fb0ba HTTP/1.1" 200 115 0.452357 10.0.0.254 - - [2025-08-04 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.254 - - [2025-08-04 02:20:46] "GET /virtual-network/f964c0d9-4c74-428b-9b30-0f4488b62766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005355 10.0.0.254 - - [2025-08-04 02:20:47] "POST /neutron/port HTTP/1.1" 200 1086 0.011400 10.0.0.254 - - [2025-08-04 02:20:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006755 10.0.0.254 - - [2025-08-04 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.254 - - [2025-08-04 02:20:49] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003398 10.0.0.254 - - [2025-08-04 02:20:49] "GET /virtual-networks?parent_id=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003572 10.0.0.254 - - [2025-08-04 02:20:49] "GET /virtual-network/f964c0d9-4c74-428b-9b30-0f4488b62766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006578 10.0.0.254 - - [2025-08-04 02:20:50] "GET /obj-perms HTTP/1.1" 200 5075 0.055144 10.0.0.254 - - [2025-08-04 02:20:50] "GET /obj-perms HTTP/1.1" 200 5075 0.045887 10.0.0.254 - - [2025-08-04 02:20:51] "POST /neutron/network HTTP/1.1" 200 822 0.006391 10.0.0.254 - - [2025-08-04 02:20:51] "POST /neutron/network HTTP/1.1" 400 204 0.010595 10.0.0.254 - - [2025-08-04 02:20:51] "POST /neutron/port HTTP/1.1" 200 1086 0.011407 10.0.0.254 - - [2025-08-04 02:20:51] "POST /neutron/port HTTP/1.1" 200 1112 0.008649 10.0.0.254 - - [2025-08-04 02:20:51] "POST /neutron/port HTTP/1.1" 200 151 0.094218 10.0.0.254 - - [2025-08-04 02:20:53] "POST /neutron/network HTTP/1.1" 200 822 0.006084 10.0.0.254 - - [2025-08-04 02:20:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003291 10.0.0.254 - - [2025-08-04 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.254 - - [2025-08-04 02:20:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001758 10.0.0.254 - - [2025-08-04 02:20:53] "POST /neutron/network HTTP/1.1" 200 151 0.075532 10.0.0.254 - - [2025-08-04 02:20:53] "DELETE /route-target/8eeb3c2d-efa3-4261-886a-8ae85941feb9 HTTP/1.1" 200 115 0.014929 10.0.0.254 - - [2025-08-04 02:20:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.004102 10.0.0.254 - - [2025-08-04 02:20:53] "POST /network-ipams HTTP/1.1" 200 543 0.015377 10.0.0.254 - - [2025-08-04 02:20:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.002884 10.0.0.254 - - [2025-08-04 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.254 - - [2025-08-04 02:20:53] "GET /network-ipam/c69b641d-9dd6-4e1a-8275-ee2f28db9e37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.005697 10.0.0.254 - - [2025-08-04 02:20:53] "PUT /network-ipam/c69b641d-9dd6-4e1a-8275-ee2f28db9e37 HTTP/1.1" 200 259 0.010164 10.0.0.254 - - [2025-08-04 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.254 - - [2025-08-04 02:20:54] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.254 - - [2025-08-04 02:20:54] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028304 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/network HTTP/1.1" 200 117 0.007379 10.0.0.254 - - [2025-08-04 02:20:54] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/network HTTP/1.1" 200 605 0.073456 10.0.0.254 - - [2025-08-04 02:20:54] "POST /route-targets HTTP/1.1" 200 328 0.014452 10.0.0.254 - - [2025-08-04 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.011026 10.0.0.254 - - [2025-08-04 02:20:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002709 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.197948 10.0.0.254 - - [2025-08-04 02:20:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004575 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.159143 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/network HTTP/1.1" 200 994 0.006948 10.0.0.254 - - [2025-08-04 02:20:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001266 10.0.0.254 - - [2025-08-04 02:20:54] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004814 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/network HTTP/1.1" 200 994 0.007291 10.0.0.254 - - [2025-08-04 02:20:54] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005054 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/network HTTP/1.1" 200 994 0.007642 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.007706 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.006943 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/network HTTP/1.1" 200 994 0.006863 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.008117 10.0.0.254 - - [2025-08-04 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.008829 10.0.0.254 - - [2025-08-04 02:20:54] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001481 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1017 0.151363 10.0.0.254 - - [2025-08-04 02:20:55] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1017 0.157563 10.0.0.254 - - [2025-08-04 02:20:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001315 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1017 0.007741 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008161 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/network HTTP/1.1" 200 994 0.006744 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1017 0.007956 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.005705 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008157 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.004650 10.0.0.254 - - [2025-08-04 02:20:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001328 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.005027 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008081 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1017 0.007879 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/network HTTP/1.1" 200 994 0.007555 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008065 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008526 10.0.0.254 - - [2025-08-04 02:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.005582 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 117 0.005216 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 1017 0.009362 10.0.0.254 - - [2025-08-04 02:20:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001220 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 1004 0.009537 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008036 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008486 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 117 0.008750 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 1109 0.084941 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 1004 0.006989 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 1083 0.010198 10.0.0.254 - - [2025-08-04 02:20:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000339 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003767 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/subnet HTTP/1.1" 200 673 0.013591 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 994 0.008885 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007305 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 1004 0.007001 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007070 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007727 10.0.0.254 - - [2025-08-04 02:20:56] "GET / HTTP/1.1" 200 36215 0.009540 10.0.0.254 - - [2025-08-04 02:20:56] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000375 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 1109 0.088861 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 1083 0.019497 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009090 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/subnet HTTP/1.1" 200 673 0.020453 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/port HTTP/1.1" 200 117 0.001854 10.0.0.254 - - [2025-08-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 994 0.011562 10.0.0.254 - - [2025-08-04 02:20:56] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001615 10.0.0.254 - - [2025-08-04 02:20:56] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.055145 10.0.0.254 - - [2025-08-04 02:20:57] "POST /neutron/network HTTP/1.1" 200 994 0.011596 10.0.0.254 - - [2025-08-04 02:20:57] "POST /neutron/port HTTP/1.1" 200 2050 0.031742 10.0.0.254 - - [2025-08-04 02:20:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008920 10.0.0.254 - - [2025-08-04 02:20:57] "POST /neutron/port HTTP/1.1" 200 117 0.004775 10.0.0.254 - - [2025-08-04 02:20:57] "GET /domains HTTP/1.1" 200 281 0.002553 10.0.0.254 - - [2025-08-04 02:20:57] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.254 - - [2025-08-04 02:20:57] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2584 0.008326 10.0.0.254 - - [2025-08-04 02:20:57] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.254 - - [2025-08-04 02:20:57] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4 HTTP/1.1" 200 2861 0.066257 10.0.0.254 - - [2025-08-04 02:20:57] "GET /network-ipam/c69b641d-9dd6-4e1a-8275-ee2f28db9e37 HTTP/1.1" 200 2604 0.005257 10.0.0.254 - - [2025-08-04 02:20:57] "GET /domains HTTP/1.1" 200 281 0.003004 10.0.0.254 - - [2025-08-04 02:20:57] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.254 - - [2025-08-04 02:20:57] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2584 0.008102 10.0.0.254 - - [2025-08-04 02:20:57] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.254 - - [2025-08-04 02:20:57] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4 HTTP/1.1" 200 2861 0.072074 10.0.0.254 - - [2025-08-04 02:20:57] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846 HTTP/1.1" 200 3788 0.008512 10.0.0.254 - - [2025-08-04 02:20:57] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846 HTTP/1.1" 200 3788 0.006816 10.0.0.254 - - [2025-08-04 02:20:57] "GET /routing-instance/e7c54619-92c7-4a24-b6b4-0cdffe973f74 HTTP/1.1" 200 2386 0.003722 10.0.0.254 - - [2025-08-04 02:20:57] "GET /routing-instance/e7c54619-92c7-4a24-b6b4-0cdffe973f74 HTTP/1.1" 200 2386 0.003290 10.0.0.254 - - [2025-08-04 02:20:57] "GET /route-target/c2338e41-4635-47cf-8962-73001fbb2d33 HTTP/1.1" 200 1206 0.002960 10.0.0.254 - - [2025-08-04 02:20:57] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846 HTTP/1.1" 200 3788 0.004881 10.0.0.254 - - [2025-08-04 02:20:57] "GET /routing-instance/e7c54619-92c7-4a24-b6b4-0cdffe973f74 HTTP/1.1" 200 2386 0.003571 10.0.0.254 - - [2025-08-04 02:20:57] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004908 10.0.0.254 - - [2025-08-04 02:20:57] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846 HTTP/1.1" 200 3788 0.005923 10.0.0.254 - - [2025-08-04 02:20:57] "GET /routing-instance/e7c54619-92c7-4a24-b6b4-0cdffe973f74 HTTP/1.1" 200 2386 0.003540 10.0.0.254 - - [2025-08-04 02:20:57] "GET /routing-instance/e7c54619-92c7-4a24-b6b4-0cdffe973f74 HTTP/1.1" 200 2386 0.005284 10.0.0.254 - - [2025-08-04 02:20:57] "GET /route-target/c2338e41-4635-47cf-8962-73001fbb2d33 HTTP/1.1" 200 1206 0.003026 10.0.0.254 - - [2025-08-04 02:20:57] "POST /neutron/network HTTP/1.1" 200 1004 0.019774 10.0.0.254 - - [2025-08-04 02:20:57] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.254 - - [2025-08-04 02:20:57] "GET /domains HTTP/1.1" 200 281 0.002854 10.0.0.254 - - [2025-08-04 02:20:57] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.254 - - [2025-08-04 02:20:57] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2584 0.055761 10.0.0.254 - - [2025-08-04 02:20:57] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.254 - - [2025-08-04 02:20:57] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4 HTTP/1.1" 200 3106 0.106518 10.0.0.254 - - [2025-08-04 02:20:57] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846 HTTP/1.1" 200 4047 0.023566 10.0.0.254 - - [2025-08-04 02:20:57] "POST /neutron/port HTTP/1.1" 200 1055 0.297011 10.0.0.254 - - [2025-08-04 02:20:57] "POST /neutron/port HTTP/1.1" 200 1055 0.010947 10.0.0.254 - - [2025-08-04 02:20:57] "POST /neutron/port HTTP/1.1" 200 1055 0.019630 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/port HTTP/1.1" 200 1109 0.083040 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/port HTTP/1.1" 200 1083 0.011755 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003055 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.020218 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/network HTTP/1.1" 200 994 0.008554 10.0.0.254 - - [2025-08-04 02:20:58] "GET /obj-perms HTTP/1.1" 200 5049 0.055420 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/port HTTP/1.1" 200 1083 0.010523 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005792 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/port HTTP/1.1" 200 1083 0.013973 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006724 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/port HTTP/1.1" 200 1083 0.012964 10.0.0.254 - - [2025-08-04 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006002 10.0.0.254 - - [2025-08-04 02:20:58] "GET /virtual-machine/f629f0be-664b-49f8-a57e-df9cab71ae6e HTTP/1.1" 200 1291 0.004728 10.0.0.254 - - [2025-08-04 02:20:58] "GET /virtual-machine-interface/f83438be-f79c-4c04-b5d9-aa1de53156f0 HTTP/1.1" 200 2949 0.006782 10.0.0.254 - - [2025-08-04 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.254 - - [2025-08-04 02:20:58] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003317 10.0.0.254 - - [2025-08-04 02:20:58] "GET /virtual-networks?parent_id=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004043 10.0.0.254 - - [2025-08-04 02:20:58] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005440 10.0.0.254 - - [2025-08-04 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.254 - - [2025-08-04 02:21:01] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005566 10.0.0.254 - - [2025-08-04 02:21:05] "POST /neutron/port HTTP/1.1" 200 1083 0.012128 10.0.0.254 - - [2025-08-04 02:21:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005418 10.0.0.254 - - [2025-08-04 02:21:05] "POST /neutron/port HTTP/1.1" 200 1083 0.013281 10.0.0.254 - - [2025-08-04 02:21:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005608 10.0.0.254 - - [2025-08-04 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.254 - - [2025-08-04 02:21:05] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005486 10.0.0.254 - - [2025-08-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 1083 0.016039 10.0.0.254 - - [2025-08-04 02:21:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005604 10.0.0.254 - - [2025-08-04 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.254 - - [2025-08-04 02:21:08] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003071 10.0.0.254 - - [2025-08-04 02:21:08] "GET /virtual-networks?parent_id=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003144 10.0.0.254 - - [2025-08-04 02:21:08] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005332 10.0.0.254 - - [2025-08-04 02:21:08] "POST /neutron/port HTTP/1.1" 200 1083 0.010666 10.0.0.254 - - [2025-08-04 02:21:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006960 10.0.0.254 - - [2025-08-04 02:21:08] "POST /neutron/port HTTP/1.1" 200 1083 0.012506 10.0.0.254 - - [2025-08-04 02:21:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006645 10.0.0.254 - - [2025-08-04 02:21:08] "POST /neutron/port HTTP/1.1" 200 1083 0.010597 10.0.0.254 - - [2025-08-04 02:21:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006308 10.0.0.254 - - [2025-08-04 02:21:08] "GET /virtual-machine/e8f3998a-93ee-4dbf-a3ca-76b335c58f4f HTTP/1.1" 200 1291 0.004262 10.0.0.254 - - [2025-08-04 02:21:08] "GET /virtual-machine-interface/f5fb5c31-677e-4957-aa8d-c817614f0e1e HTTP/1.1" 200 2949 0.004763 10.0.0.254 - - [2025-08-04 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.254 - - [2025-08-04 02:21:08] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003222 10.0.0.254 - - [2025-08-04 02:21:08] "GET /virtual-networks?parent_id=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003323 10.0.0.254 - - [2025-08-04 02:21:08] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006045 10.0.0.254 - - [2025-08-04 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.254 - - [2025-08-04 02:21:09] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003861 10.0.0.254 - - [2025-08-04 02:21:09] "GET /virtual-networks?parent_id=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002920 10.0.0.254 - - [2025-08-04 02:21:09] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005395 10.0.0.254 - - [2025-08-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 1083 0.011037 10.0.0.254 - - [2025-08-04 02:21:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006926 10.0.0.254 - - [2025-08-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 1083 0.012405 10.0.0.254 - - [2025-08-04 02:21:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005810 10.0.0.254 - - [2025-08-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 1083 0.011745 10.0.0.254 - - [2025-08-04 02:21:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007967 10.0.0.254 - - [2025-08-04 02:21:10] "GET /virtual-machine/cb72bafc-ca28-4d6b-87b0-3450236b3c47 HTTP/1.1" 200 1294 0.004328 10.0.0.254 - - [2025-08-04 02:21:10] "GET /virtual-machine-interface/46e5f0ec-e06a-450a-b27e-454f6a87c0e5 HTTP/1.1" 200 2948 0.004413 10.0.0.254 - - [2025-08-04 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.254 - - [2025-08-04 02:21:10] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003653 10.0.0.254 - - [2025-08-04 02:21:10] "GET /virtual-networks?parent_id=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003690 10.0.0.254 - - [2025-08-04 02:21:10] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.008020 10.0.0.254 - - [2025-08-04 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.254 - - [2025-08-04 02:21:11] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003209 10.0.0.254 - - [2025-08-04 02:21:11] "GET /virtual-networks?parent_id=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002939 10.0.0.254 - - [2025-08-04 02:21:11] "GET /virtual-network/58985cab-2134-411d-9e38-e4029ed32846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005132 10.0.0.254 - - [2025-08-04 02:21:27] "POST /neutron/port HTTP/1.1" 200 1109 0.019368 10.0.0.254 - - [2025-08-04 02:21:27] "POST /neutron/port HTTP/1.1" 200 1109 0.010567 10.0.0.254 - - [2025-08-04 02:21:27] "POST /neutron/port HTTP/1.1" 200 151 0.151774 10.0.0.254 - - [2025-08-04 02:21:27] "POST /neutron/port HTTP/1.1" 200 1109 0.011553 10.0.0.254 - - [2025-08-04 02:21:27] "POST /neutron/port HTTP/1.1" 200 1109 0.009433 10.0.0.254 - - [2025-08-04 02:21:27] "POST /neutron/port HTTP/1.1" 200 1083 0.014321 10.0.0.254 - - [2025-08-04 02:21:27] "POST /neutron/port HTTP/1.1" 200 1109 0.013384 10.0.0.254 - - [2025-08-04 02:21:28] "POST /neutron/port HTTP/1.1" 200 151 0.139854 10.0.0.254 - - [2025-08-04 02:21:28] "POST /neutron/network HTTP/1.1" 200 994 0.007667 10.0.0.254 - - [2025-08-04 02:21:28] "POST /neutron/port HTTP/1.1" 200 151 0.149619 10.0.0.254 - - [2025-08-04 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.254 - - [2025-08-04 02:21:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002150 10.0.0.254 - - [2025-08-04 02:21:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004552 10.0.0.254 - - [2025-08-04 02:21:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002067 10.0.0.254 - - [2025-08-04 02:21:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002070 10.0.0.254 - - [2025-08-04 02:21:28] "POST /neutron/network HTTP/1.1" 200 151 0.120305 10.0.0.254 - - [2025-08-04 02:21:28] "DELETE /route-target/c2338e41-4635-47cf-8962-73001fbb2d33 HTTP/1.1" 200 115 0.026299 10.0.0.254 - - [2025-08-04 02:21:28] "GET /routing-instance/e7c54619-92c7-4a24-b6b4-0cdffe973f74 HTTP/1.1" 404 171 0.002632 10.0.0.254 - - [2025-08-04 02:21:28] "GET /domains HTTP/1.1" 200 281 0.004947 10.0.0.254 - - [2025-08-04 02:21:28] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001324 10.0.0.254 - - [2025-08-04 02:21:28] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 2584 0.048958 10.0.0.254 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.254 - - [2025-08-04 02:21:28] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4 HTTP/1.1" 200 2101 0.072294 10.0.0.254 - - [2025-08-04 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.254 - - [2025-08-04 02:21:28] "DELETE /network-ipam/c69b641d-9dd6-4e1a-8275-ee2f28db9e37 HTTP/1.1" 200 115 0.022858 10.0.0.254 - - [2025-08-04 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.002897 10.0.0.254 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001170 10.0.0.254 - - [2025-08-04 02:21:28] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024446 10.0.0.254 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001405 10.0.0.254 - - [2025-08-04 02:21:28] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?fields=virtual_networks HTTP/1.1" 200 1044 0.067900 10.0.0.254 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.254 - - [2025-08-04 02:21:28] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.036447 10.0.0.254 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.254 - - [2025-08-04 02:21:28] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?fields=security_groups HTTP/1.1" 200 1271 0.029096 10.0.0.254 - - [2025-08-04 02:21:32] "POST /neutron/port HTTP/1.1" 200 117 0.005082 10.0.0.254 - - [2025-08-04 02:21:32] "POST /neutron/port HTTP/1.1" 400 205 0.003147 10.0.0.254 - - [2025-08-04 02:21:32] "POST /neutron/port HTTP/1.1" 200 117 0.005149 10.0.0.254 - - [2025-08-04 02:21:32] "POST /neutron/port HTTP/1.1" 400 205 0.004402 10.0.0.254 - - [2025-08-04 02:21:36] "GET / HTTP/1.1" 200 36215 0.001997 10.0.0.254 - - [2025-08-04 02:21:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000686 10.0.0.254 - - [2025-08-04 02:21:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.052198 10.0.0.254 - - [2025-08-04 02:21:37] "GET /projects?obj_uuids=6b212b50-415b-4798-9f26-9b6f5d76732d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002257 10.0.0.254 - - [2025-08-04 02:21:37] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.254 - - [2025-08-04 02:21:37] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007886 10.0.0.254 - - [2025-08-04 02:21:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.001434 10.0.0.254 - - [2025-08-04 02:21:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.002960 10.0.0.254 - - [2025-08-04 02:21:38] "POST /security-groups HTTP/1.1" 200 586 0.067855 10.0.0.254 - - [2025-08-04 02:21:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.002995 10.0.0.254 - - [2025-08-04 02:21:38] "POST /projects HTTP/1.1" 200 575 0.229156 10.0.0.254 - - [2025-08-04 02:21:38] "POST /access-control-lists HTTP/1.1" 200 593 0.060081 10.0.0.254 - - [2025-08-04 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.302022 10.0.0.254 - - [2025-08-04 02:21:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.003634 10.0.0.254 - - [2025-08-04 02:21:38] "GET /project/6b212b50-415b-4798-9f26-9b6f5d76732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.422575 10.0.0.254 - - [2025-08-04 02:21:38] "POST /access-control-lists HTTP/1.1" 200 591 0.063954 10.0.0.254 - - [2025-08-04 02:21:39] "GET / HTTP/1.1" 200 36215 0.001814 10.0.0.254 - - [2025-08-04 02:21:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.254 - - [2025-08-04 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.023947 10.0.0.254 - - [2025-08-04 02:21:41] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004422 10.0.0.254 - - [2025-08-04 02:21:41] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003681 10.0.0.254 - - [2025-08-04 02:21:41] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003694 10.0.0.254 - - [2025-08-04 02:21:41] "PUT /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a HTTP/1.1" 200 265 0.011523 10.0.0.254 - - [2025-08-04 02:21:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000488 10.0.0.254 - - [2025-08-04 02:21:42] "GET /aaa-mode HTTP/1.1" 200 128 0.022171 10.0.0.254 - - [2025-08-04 02:21:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.033799 10.0.0.254 - - [2025-08-04 02:21:42] "GET /projects?obj_uuids=2e3b8090-d26b-487c-8c00-550cb58ce10c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003491 10.0.0.254 - - [2025-08-04 02:21:42] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.254 - - [2025-08-04 02:21:42] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007541 10.0.0.254 - - [2025-08-04 02:21:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.001234 10.0.0.254 - - [2025-08-04 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.011740 10.0.0.254 - - [2025-08-04 02:21:43] "POST /security-groups HTTP/1.1" 200 586 0.065558 10.0.0.254 - - [2025-08-04 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.003495 10.0.0.254 - - [2025-08-04 02:21:43] "POST /projects HTTP/1.1" 200 575 0.242954 10.0.0.254 - - [2025-08-04 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.314095 10.0.0.254 - - [2025-08-04 02:21:43] "POST /access-control-lists HTTP/1.1" 200 593 0.065052 10.0.0.254 - - [2025-08-04 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.002584 10.0.0.254 - - [2025-08-04 02:21:43] "GET /project/2e3b8090-d26b-487c-8c00-550cb58ce10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.437077 10.0.0.254 - - [2025-08-04 02:21:43] "POST /access-control-lists HTTP/1.1" 200 591 0.059046 10.0.0.254 - - [2025-08-04 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.027267 10.0.0.254 - - [2025-08-04 02:21:43] "GET /projects?obj_uuids=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002769 10.0.0.254 - - [2025-08-04 02:21:43] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.254 - - [2025-08-04 02:21:43] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007609 10.0.0.254 - - [2025-08-04 02:21:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.002272 10.0.0.254 - - [2025-08-04 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.003953 10.0.0.254 - - [2025-08-04 02:21:44] "POST /security-groups HTTP/1.1" 200 586 0.071549 10.0.0.254 - - [2025-08-04 02:21:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.003434 10.0.0.254 - - [2025-08-04 02:21:44] "POST /projects HTTP/1.1" 200 575 0.238047 10.0.0.254 - - [2025-08-04 02:21:44] "POST /access-control-lists HTTP/1.1" 200 593 0.060233 10.0.0.254 - - [2025-08-04 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.312791 10.0.0.254 - - [2025-08-04 02:21:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.002770 10.0.0.254 - - [2025-08-04 02:21:44] "GET /project/308fb996-48e6-4eee-92b1-fb934c3607fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.442600 10.0.0.254 - - [2025-08-04 02:21:44] "POST /access-control-lists HTTP/1.1" 200 591 0.067562 10.0.0.254 - - [2025-08-04 02:21:44] "DELETE /project/6b212b50415b47989f269b6f5d76732d HTTP/1.1" 404 173 0.010231 10.0.0.254 - - [2025-08-04 02:21:44] "DELETE /project/308fb99648e64eee92b1fb934c3607fb HTTP/1.1" 404 173 0.009239 10.0.0.254 - - [2025-08-04 02:21:44] "DELETE /project/2e3b8090d26b487c8c00550cb58ce10c HTTP/1.1" 404 173 0.008448 10.0.0.254 - - [2025-08-04 02:21:44] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.254 - - [2025-08-04 02:21:44] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.043155 10.0.0.254 - - [2025-08-04 02:21:44] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.254 - - [2025-08-04 02:21:44] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?fields=security_groups HTTP/1.1" 200 1373 0.027772 10.0.0.254 - - [2025-08-04 02:21:44] "DELETE /security-group/9342a875-406b-4118-bf91-8939fad5ff11 HTTP/1.1" 200 115 0.049685 10.0.0.254 - - [2025-08-04 02:21:44] "GET /projects?obj_uuids=3da2d9e1-6264-4ea3-af6c-50efcf23f1b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.254 - - [2025-08-04 02:21:44] "DELETE /access-control-list/d0ea5dd0-60b6-4e5c-87c8-a5077fdf95d4 HTTP/1.1" 200 115 0.044254 10.0.0.254 - - [2025-08-04 02:21:44] "GET /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4?fields=application_policy_sets HTTP/1.1" 200 1412 0.046896 10.0.0.254 - - [2025-08-04 02:21:44] "DELETE /access-control-list/b493f233-25f3-4030-918b-861b4f9b98f7 HTTP/1.1" 200 115 0.031118 10.0.0.254 - - [2025-08-04 02:21:44] "DELETE /project/3da2d9e1-6264-4ea3-af6c-50efcf23f1b4 HTTP/1.1" 200 115 0.328682 10.0.0.254 - - [2025-08-04 02:21:44] "GET / HTTP/1.1" 200 36215 0.002033 10.0.0.254 - - [2025-08-04 02:21:45] "GET / HTTP/1.1" 200 36215 0.002287 10.0.0.254 - - [2025-08-04 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.002980 10.0.0.254 - - [2025-08-04 02:21:45] "POST /api-access-lists HTTP/1.1" 200 523 0.013074 10.0.0.254 - - [2025-08-04 02:21:46] "GET /api-access-list/5e3f4d33-8279-4eb6-bc65-d30670a73f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.004755 10.0.0.254 - - [2025-08-04 02:21:46] "GET /api-access-list/5e3f4d33-8279-4eb6-bc65-d30670a73f39 HTTP/1.1" 401 293 0.000423 10.0.0.254 - - [2025-08-04 02:21:46] "GET /api-access-list/5e3f4d33-8279-4eb6-bc65-d30670a73f39 HTTP/1.1" 200 1267 0.053170 10.0.0.254 - - [2025-08-04 02:21:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.254 - - [2025-08-04 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.096980 10.0.0.254 - - [2025-08-04 02:21:46] "GET /projects?obj_uuids=2e3b8090-d26b-487c-8c00-550cb58ce10c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.254 - - [2025-08-04 02:21:46] "GET /project/2e3b8090-d26b-487c-8c00-550cb58ce10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.037308 10.0.0.254 - - [2025-08-04 02:21:46] "GET /virtual-networks?parent_id=2e3b8090-d26b-487c-8c00-550cb58ce10c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012792 10.0.0.254 - - [2025-08-04 02:21:47] "POST /virtual-networks HTTP/1.1" 200 570 0.046577 10.0.0.254 - - [2025-08-04 02:21:47] "POST /route-targets HTTP/1.1" 200 328 0.010813 10.0.0.254 - - [2025-08-04 02:21:47] "POST /ref-update HTTP/1.1" 200 156 0.014482 10.0.0.254 - - [2025-08-04 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.015800 10.0.0.254 - - [2025-08-04 02:21:47] "GET /network-ipam/cdc1f86f-fc4f-4211-ad1e-0252b9288c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.012196 10.0.0.254 - - [2025-08-04 02:21:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002550 10.0.0.254 - - [2025-08-04 02:21:47] "POST /ref-update HTTP/1.1" 200 156 0.049926 10.0.0.254 - - [2025-08-04 02:21:47] "POST /neutron/network HTTP/1.1" 200 833 0.044938 10.0.0.254 - - [2025-08-04 02:21:47] "POST /neutron/network HTTP/1.1" 200 833 0.022852 10.0.0.254 - - [2025-08-04 02:21:47] "GET /virtual-network/7b683851-d1f2-4c73-98fd-e013ab7d4613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.014520 10.0.0.254 - - [2025-08-04 02:21:47] "POST /neutron/network HTTP/1.1" 200 833 0.022185 10.0.0.254 - - [2025-08-04 02:21:47] "POST /neutron/subnet HTTP/1.1" 200 680 0.027222 10.0.0.254 - - [2025-08-04 02:21:47] "GET /virtual-network/7b683851-d1f2-4c73-98fd-e013ab7d4613 HTTP/1.1" 401 293 0.000556 10.0.0.254 - - [2025-08-04 02:21:47] "GET /virtual-network/7b683851-d1f2-4c73-98fd-e013ab7d4613 HTTP/1.1" 200 2272 0.040570 10.0.0.254 - - [2025-08-04 02:21:47] "GET /virtual-network/7b683851-d1f2-4c73-98fd-e013ab7d4613 HTTP/1.1" 401 293 0.000437 10.0.0.254 - - [2025-08-04 02:21:48] "GET /virtual-network/7b683851-d1f2-4c73-98fd-e013ab7d4613 HTTP/1.1" 200 2011 0.044938 10.0.0.254 - - [2025-08-04 02:21:48] "POST /id-to-fqname HTTP/1.1" 401 293 0.000416 10.0.0.254 - - [2025-08-04 02:21:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.032633 10.0.0.254 - - [2025-08-04 02:21:49] "POST /neutron/network HTTP/1.1" 200 843 0.046328 10.0.0.254 - - [2025-08-04 02:21:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000417 10.0.0.254 - - [2025-08-04 02:21:49] "GET / HTTP/1.1" 200 36215 0.003529 10.0.0.254 - - [2025-08-04 02:21:49] "GET /project/308fb996-48e6-4eee-92b1-fb934c3607fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000399 10.0.0.254 - - [2025-08-04 02:21:49] "GET /projects?obj_uuids=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001247 10.0.0.254 - - [2025-08-04 02:21:49] "GET /project/308fb996-48e6-4eee-92b1-fb934c3607fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054742 10.0.0.254 - - [2025-08-04 02:21:49] "POST /neutron/network HTTP/1.1" 200 833 0.005863 10.0.0.254 - - [2025-08-04 02:21:49] "POST /neutron/port HTTP/1.1" 200 117 0.027378 10.0.0.254 - - [2025-08-04 02:21:49] "POST /neutron/port HTTP/1.1" 200 117 0.005002 10.0.0.254 - - [2025-08-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 117 0.005588 10.0.0.254 - - [2025-08-04 02:21:50] "POST /neutron/network HTTP/1.1" 200 843 0.026023 10.0.0.254 - - [2025-08-04 02:21:50] "POST /neutron/network HTTP/1.1" 200 833 0.040199 10.0.0.254 - - [2025-08-04 02:21:50] "GET /projects?obj_uuids=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001546 10.0.0.254 - - [2025-08-04 02:21:50] "GET /obj-perms HTTP/1.1" 200 5075 0.060009 10.0.0.254 - - [2025-08-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1056 0.399600 10.0.0.254 - - [2025-08-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1056 0.009369 10.0.0.254 - - [2025-08-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1056 0.008425 10.0.0.254 - - [2025-08-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1110 0.059584 10.0.0.254 - - [2025-08-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1084 0.009916 10.0.0.254 - - [2025-08-04 02:21:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002898 10.0.0.254 - - [2025-08-04 02:21:51] "POST /neutron/subnet HTTP/1.1" 200 654 0.012784 10.0.0.254 - - [2025-08-04 02:21:51] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.254 - - [2025-08-04 02:21:51] "POST /neutron/network HTTP/1.1" 200 833 0.006986 10.0.0.254 - - [2025-08-04 02:21:51] "GET /obj-perms HTTP/1.1" 200 5075 0.049258 10.0.0.254 - - [2025-08-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 1084 0.012464 10.0.0.254 - - [2025-08-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006315 10.0.0.254 - - [2025-08-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 1084 0.018575 10.0.0.254 - - [2025-08-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006177 10.0.0.254 - - [2025-08-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 1084 0.013153 10.0.0.254 - - [2025-08-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006677 10.0.0.254 - - [2025-08-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 1084 0.011744 10.0.0.254 - - [2025-08-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005896 10.0.0.254 - - [2025-08-04 02:21:55] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515 HTTP/1.1" 200 1290 0.012170 10.0.0.254 - - [2025-08-04 02:21:55] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515 HTTP/1.1" 200 1290 0.011832 10.0.0.254 - - [2025-08-04 02:21:55] "GET /virtual-machine-interface/51c1e824-5de0-4e28-895e-6057ffae0ed3 HTTP/1.1" 200 2535 0.030303 10.0.0.254 - - [2025-08-04 02:21:55] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515 HTTP/1.1" 200 1290 0.012511 10.0.0.254 - - [2025-08-04 02:21:55] "GET /virtual-machine-interface/51c1e824-5de0-4e28-895e-6057ffae0ed3 HTTP/1.1" 200 2535 0.028656 10.0.0.254 - - [2025-08-04 02:21:55] "GET /instance-ip/07b11e8a-12c2-45f6-9f5a-7622368af337 HTTP/1.1" 200 1628 0.016337 10.0.0.254 - - [2025-08-04 02:21:55] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515 HTTP/1.1" 200 1290 0.011964 10.0.0.254 - - [2025-08-04 02:21:55] "GET /virtual-machine-interface/51c1e824-5de0-4e28-895e-6057ffae0ed3 HTTP/1.1" 200 2535 0.018224 10.0.0.254 - - [2025-08-04 02:21:55] "GET /instance-ip/07b11e8a-12c2-45f6-9f5a-7622368af337 HTTP/1.1" 200 1628 0.016654 10.0.0.254 - - [2025-08-04 02:21:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.010441 10.0.0.254 - - [2025-08-04 02:21:55] "GET / HTTP/1.1" 200 36215 0.001782 10.0.0.254 - - [2025-08-04 02:21:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.003615 10.0.0.254 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.025516 10.0.0.254 - - [2025-08-04 02:21:56] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003372 10.0.0.254 - - [2025-08-04 02:21:56] "GET /virtual-networks?parent_id=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010461 10.0.0.254 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.012434 10.0.0.254 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.254 - - [2025-08-04 02:21:56] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003943 10.0.0.254 - - [2025-08-04 02:21:56] "GET /virtual-networks?parent_id=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013927 10.0.0.254 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.010689 10.0.0.254 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.254 - - [2025-08-04 02:21:56] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003063 10.0.0.254 - - [2025-08-04 02:21:56] "GET /virtual-networks?parent_id=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009933 10.0.0.254 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.009619 10.0.0.254 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.254 - - [2025-08-04 02:21:56] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002755 10.0.0.254 - - [2025-08-04 02:21:56] "GET /virtual-networks?parent_id=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010564 10.0.0.254 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.010439 10.0.0.254 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.254 - - [2025-08-04 02:21:56] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003193 10.0.0.254 - - [2025-08-04 02:21:56] "GET /virtual-networks?parent_id=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010903 10.0.0.254 - - [2025-08-04 02:21:59] "POST /neutron/port HTTP/1.1" 200 1084 0.010822 10.0.0.254 - - [2025-08-04 02:21:59] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005328 10.0.0.254 - - [2025-08-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.011992 10.0.0.254 - - [2025-08-04 02:21:59] "GET /virtual-network/7b683851-d1f2-4c73-98fd-e013ab7d4613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.012898 10.0.0.254 - - [2025-08-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.011196 10.0.0.254 - - [2025-08-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.254 - - [2025-08-04 02:22:02] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003078 10.0.0.254 - - [2025-08-04 02:22:02] "GET /virtual-networks?parent_id=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011055 10.0.0.254 - - [2025-08-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.011369 10.0.0.254 - - [2025-08-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.254 - - [2025-08-04 02:22:02] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003457 10.0.0.254 - - [2025-08-04 02:22:02] "GET /virtual-networks?parent_id=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011708 10.0.0.254 - - [2025-08-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 403 361 0.009608 10.0.0.254 - - [2025-08-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.254 - - [2025-08-04 02:22:02] "GET /routing-instance/5a289b24-eb3e-426e-883d-3a5a74981a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003504 10.0.0.254 - - [2025-08-04 02:22:02] "GET /route-target/a99e2275-285e-4626-aab4-6dc8749ea90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009423 10.0.0.254 - - [2025-08-04 02:22:02] "GET /route-target/a99e2275-285e-4626-aab4-6dc8749ea90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003009 10.0.0.254 - - [2025-08-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.015914 10.0.0.254 - - [2025-08-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002384 10.0.0.254 - - [2025-08-04 02:22:02] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003921 10.0.0.254 - - [2025-08-04 02:22:02] "GET /virtual-networks?parent_id=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016079 10.0.0.254 - - [2025-08-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 403 361 0.011056 10.0.0.254 - - [2025-08-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.254 - - [2025-08-04 02:22:02] "GET /routing-instance/5a289b24-eb3e-426e-883d-3a5a74981a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.004928 10.0.0.254 - - [2025-08-04 02:22:02] "GET /route-target/a99e2275-285e-4626-aab4-6dc8749ea90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015876 10.0.0.254 - - [2025-08-04 02:22:02] "GET /route-target/a99e2275-285e-4626-aab4-6dc8749ea90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004790 10.0.0.254 - - [2025-08-04 02:22:03] "GET /obj-perms HTTP/1.1" 200 4934 0.070710 10.0.0.254 - - [2025-08-04 02:22:03] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.013614 10.0.0.254 - - [2025-08-04 02:22:03] "GET /obj-perms HTTP/1.1" 200 4934 0.013613 10.0.0.254 - - [2025-08-04 02:22:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.254 - - [2025-08-04 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.028353 10.0.0.254 - - [2025-08-04 02:22:03] "GET /virtual-machine-interface/51c1e824-5de0-4e28-895e-6057ffae0ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.016748 10.0.0.254 - - [2025-08-04 02:22:03] "GET /obj-perms HTTP/1.1" 200 4934 0.011821 10.0.0.254 - - [2025-08-04 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.254 - - [2025-08-04 02:22:03] "GET /virtual-machine-interface/51c1e824-5de0-4e28-895e-6057ffae0ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.017835 10.0.0.254 - - [2025-08-04 02:22:03] "GET /obj-perms HTTP/1.1" 200 4934 0.012183 10.0.0.254 - - [2025-08-04 02:22:03] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.011706 10.0.0.254 - - [2025-08-04 02:22:04] "GET /obj-perms HTTP/1.1" 200 4934 0.010811 10.0.0.254 - - [2025-08-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.254 - - [2025-08-04 02:22:04] "GET /virtual-machine-interface/51c1e824-5de0-4e28-895e-6057ffae0ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.017786 10.0.0.254 - - [2025-08-04 02:22:04] "GET /obj-perms HTTP/1.1" 200 4934 0.014320 10.0.0.254 - - [2025-08-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.254 - - [2025-08-04 02:22:04] "GET /virtual-network/7b683851-d1f2-4c73-98fd-e013ab7d4613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.014577 10.0.0.254 - - [2025-08-04 02:22:04] "GET /obj-perms HTTP/1.1" 200 4934 0.012563 10.0.0.254 - - [2025-08-04 02:22:04] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010889 10.0.0.254 - - [2025-08-04 02:22:04] "GET /obj-perms HTTP/1.1" 200 4934 0.010891 10.0.0.254 - - [2025-08-04 02:22:04] "GET /obj-perms HTTP/1.1" 200 4934 0.011158 10.0.0.254 - - [2025-08-04 02:22:04] "GET /obj-perms HTTP/1.1" 200 4934 0.060576 10.0.0.254 - - [2025-08-04 02:22:05] "GET /obj-perms HTTP/1.1" 200 4934 0.011929 10.0.0.254 - - [2025-08-04 02:22:05] "GET /obj-perms HTTP/1.1" 200 5039 0.056695 10.0.0.254 - - [2025-08-04 02:22:05] "GET /obj-perms HTTP/1.1" 200 5039 0.003249 10.0.0.254 - - [2025-08-04 02:22:05] "GET /obj-perms HTTP/1.1" 200 4934 0.010403 10.0.0.254 - - [2025-08-04 02:22:05] "GET /obj-perms HTTP/1.1" 200 4934 0.009033 10.0.0.254 - - [2025-08-04 02:22:05] "GET /obj-perms HTTP/1.1" 200 4934 0.054418 10.0.0.254 - - [2025-08-04 02:22:05] "GET /obj-perms HTTP/1.1" 200 4934 0.010151 10.0.0.254 - - [2025-08-04 02:22:06] "GET /obj-perms HTTP/1.1" 200 5039 0.003561 10.0.0.254 - - [2025-08-04 02:22:06] "GET /obj-perms HTTP/1.1" 200 5039 0.003493 10.0.0.254 - - [2025-08-04 02:22:06] "GET /obj-perms HTTP/1.1" 200 4934 0.011959 10.0.0.254 - - [2025-08-04 02:22:06] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.015063 10.0.0.254 - - [2025-08-04 02:22:06] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515 HTTP/1.1" 200 1290 0.014608 10.0.0.254 - - [2025-08-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 1084 0.015063 10.0.0.254 - - [2025-08-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 1110 0.010100 10.0.0.254 - - [2025-08-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 151 0.105968 10.0.0.254 - - [2025-08-04 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.008098 10.0.0.254 - - [2025-08-04 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.005177 10.0.0.254 - - [2025-08-04 02:22:07] "POST /neutron/network HTTP/1.1" 200 117 0.004228 10.0.0.254 - - [2025-08-04 02:22:07] "POST /neutron/network HTTP/1.1" 200 807 0.010491 10.0.0.254 - - [2025-08-04 02:22:08] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515 HTTP/1.1" 404 171 0.009795 10.0.0.254 - - [2025-08-04 02:22:08] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515 HTTP/1.1" 404 171 0.010141 10.0.0.254 - - [2025-08-04 02:22:08] "GET /virtual-machine/9d854cdd-8286-4915-b3ad-cd9a7dff0515 HTTP/1.1" 404 171 0.011340 10.0.0.254 - - [2025-08-04 02:22:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.011350 10.0.0.254 - - [2025-08-04 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.254 - - [2025-08-04 02:22:08] "GET /global-vrouter-config/f0941ddd-608f-4441-8fbc-57a62a6bda79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002854 10.0.0.254 - - [2025-08-04 02:22:08] "GET /virtual-networks?parent_id=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011951 10.0.0.254 - - [2025-08-04 02:22:08] "POST /fqname-to-id HTTP/1.1" 403 361 0.016083 10.0.0.254 - - [2025-08-04 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.254 - - [2025-08-04 02:22:08] "GET /routing-instance/5a289b24-eb3e-426e-883d-3a5a74981a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003945 10.0.0.254 - - [2025-08-04 02:22:08] "GET /route-target/a99e2275-285e-4626-aab4-6dc8749ea90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010859 10.0.0.254 - - [2025-08-04 02:22:08] "GET /route-target/a99e2275-285e-4626-aab4-6dc8749ea90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002913 10.0.0.254 - - [2025-08-04 02:22:08] "GET /obj-perms HTTP/1.1" 200 4934 0.010354 10.0.0.254 - - [2025-08-04 02:22:08] "GET /obj-perms HTTP/1.1" 200 4934 0.010630 10.0.0.254 - - [2025-08-04 02:22:09] "GET /obj-perms HTTP/1.1" 200 4934 0.050291 10.0.0.254 - - [2025-08-04 02:22:09] "GET /obj-perms HTTP/1.1" 200 4934 0.009466 10.0.0.254 - - [2025-08-04 02:22:09] "GET /obj-perms HTTP/1.1" 200 5039 0.004123 10.0.0.254 - - [2025-08-04 02:22:12] "GET /obj-perms HTTP/1.1" 200 5039 0.003542 10.0.0.254 - - [2025-08-04 02:22:15] "GET /obj-perms HTTP/1.1" 200 5039 0.003828 10.0.0.254 - - [2025-08-04 02:22:18] "GET /obj-perms HTTP/1.1" 200 5039 0.003333 10.0.0.254 - - [2025-08-04 02:22:21] "GET /obj-perms HTTP/1.1" 200 5039 0.003512 10.0.0.254 - - [2025-08-04 02:22:24] "GET /obj-perms HTTP/1.1" 200 5039 0.004779 10.0.0.254 - - [2025-08-04 02:22:27] "GET /obj-perms HTTP/1.1" 200 5039 0.003268 10.0.0.254 - - [2025-08-04 02:22:30] "GET /obj-perms HTTP/1.1" 200 5039 0.003804 10.0.0.254 - - [2025-08-04 02:22:33] "GET /obj-perms HTTP/1.1" 200 5039 0.003687 10.0.0.254 - - [2025-08-04 02:22:36] "GET /obj-perms HTTP/1.1" 200 5039 0.003392 10.0.0.254 - - [2025-08-04 02:22:39] "GET /obj-perms HTTP/1.1" 200 5039 0.003658 10.0.0.254 - - [2025-08-04 02:22:42] "GET /obj-perms HTTP/1.1" 200 5039 0.004104 10.0.0.254 - - [2025-08-04 02:22:45] "GET /obj-perms HTTP/1.1" 200 5039 0.003114 10.0.0.254 - - [2025-08-04 02:22:48] "GET /obj-perms HTTP/1.1" 200 5039 0.003536 10.0.0.254 - - [2025-08-04 02:22:51] "GET /obj-perms HTTP/1.1" 200 5075 0.042847 10.0.0.254 - - [2025-08-04 02:22:51] "GET /obj-perms HTTP/1.1" 200 5039 0.003628 10.0.0.254 - - [2025-08-04 02:22:51] "GET /obj-perms HTTP/1.1" 200 5075 0.044996 10.0.0.254 - - [2025-08-04 02:22:54] "GET /obj-perms HTTP/1.1" 200 5039 0.003566 10.0.0.254 - - [2025-08-04 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002017 10.0.0.254 - - [2025-08-04 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005920 10.0.0.254 - - [2025-08-04 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001759 10.0.0.254 - - [2025-08-04 02:22:54] "DELETE /virtual-network/7b683851-d1f2-4c73-98fd-e013ab7d4613 HTTP/1.1" 200 115 0.077708 10.0.0.254 - - [2025-08-04 02:22:54] "DELETE /route-target/a99e2275-285e-4626-aab4-6dc8749ea90d HTTP/1.1" 200 115 0.037850 10.0.0.254 - - [2025-08-04 02:22:54] "DELETE /api-access-list/5e3f4d33-8279-4eb6-bc65-d30670a73f39 HTTP/1.1" 200 115 0.035022 10.0.0.254 - - [2025-08-04 02:22:54] "GET /api-access-list/5e3f4d33-8279-4eb6-bc65-d30670a73f39 HTTP/1.1" 404 171 0.002309 10.0.0.254 - - [2025-08-04 02:22:54] "GET /projects?obj_uuids=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001042 10.0.0.254 - - [2025-08-04 02:22:54] "GET /project/308fb996-48e6-4eee-92b1-fb934c3607fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.032816 10.0.0.254 - - [2025-08-04 02:22:54] "GET /projects?obj_uuids=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001661 10.0.0.254 - - [2025-08-04 02:22:54] "GET /project/308fb996-48e6-4eee-92b1-fb934c3607fb?fields=virtual_networks HTTP/1.1" 200 1034 0.074758 10.0.0.254 - - [2025-08-04 02:22:55] "GET /projects?obj_uuids=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001211 10.0.0.254 - - [2025-08-04 02:22:55] "GET /project/308fb996-48e6-4eee-92b1-fb934c3607fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.022153 10.0.0.254 - - [2025-08-04 02:22:55] "GET /projects?obj_uuids=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001483 10.0.0.254 - - [2025-08-04 02:22:55] "GET /project/308fb996-48e6-4eee-92b1-fb934c3607fb?fields=security_groups HTTP/1.1" 200 1256 0.026034 10.0.0.254 - - [2025-08-04 02:22:55] "GET /projects?obj_uuids=2e3b8090-d26b-487c-8c00-550cb58ce10c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.254 - - [2025-08-04 02:22:55] "GET /project/2e3b8090-d26b-487c-8c00-550cb58ce10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025396 10.0.0.254 - - [2025-08-04 02:22:55] "GET /projects?obj_uuids=2e3b8090-d26b-487c-8c00-550cb58ce10c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.254 - - [2025-08-04 02:22:55] "GET /project/2e3b8090-d26b-487c-8c00-550cb58ce10c?fields=virtual_networks HTTP/1.1" 200 1034 0.068346 10.0.0.254 - - [2025-08-04 02:22:55] "GET /projects?obj_uuids=2e3b8090-d26b-487c-8c00-550cb58ce10c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.254 - - [2025-08-04 02:22:55] "GET /project/2e3b8090-d26b-487c-8c00-550cb58ce10c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025803 10.0.0.254 - - [2025-08-04 02:22:55] "GET /projects?obj_uuids=2e3b8090-d26b-487c-8c00-550cb58ce10c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.254 - - [2025-08-04 02:22:55] "GET /project/2e3b8090-d26b-487c-8c00-550cb58ce10c?fields=security_groups HTTP/1.1" 200 1256 0.033471 10.0.0.254 - - [2025-08-04 02:22:56] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003315 10.0.0.254 - - [2025-08-04 02:22:56] "PUT /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a HTTP/1.1" 200 265 0.008688 10.0.0.254 - - [2025-08-04 02:22:57] "GET /projects?obj_uuids=6b212b50-415b-4798-9f26-9b6f5d76732d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001161 10.0.0.254 - - [2025-08-04 02:22:57] "GET /project/6b212b50-415b-4798-9f26-9b6f5d76732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027262 10.0.0.254 - - [2025-08-04 02:22:57] "GET /projects?obj_uuids=6b212b50-415b-4798-9f26-9b6f5d76732d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001380 10.0.0.254 - - [2025-08-04 02:22:57] "GET /project/6b212b50-415b-4798-9f26-9b6f5d76732d?fields=virtual_networks HTTP/1.1" 200 1034 0.069470 10.0.0.254 - - [2025-08-04 02:22:57] "GET /projects?obj_uuids=6b212b50-415b-4798-9f26-9b6f5d76732d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001117 10.0.0.254 - - [2025-08-04 02:22:57] "GET /project/6b212b50-415b-4798-9f26-9b6f5d76732d?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.027922 10.0.0.254 - - [2025-08-04 02:22:57] "GET /projects?obj_uuids=6b212b50-415b-4798-9f26-9b6f5d76732d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001035 10.0.0.254 - - [2025-08-04 02:22:57] "GET /project/6b212b50-415b-4798-9f26-9b6f5d76732d?fields=security_groups HTTP/1.1" 200 1256 0.025740 10.0.0.254 - - [2025-08-04 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.022294 10.0.0.254 - - [2025-08-04 02:22:58] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002640 10.0.0.254 - - [2025-08-04 02:22:58] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.254 - - [2025-08-04 02:22:58] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006696 10.0.0.254 - - [2025-08-04 02:22:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.001230 10.0.0.254 - - [2025-08-04 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.002402 10.0.0.254 - - [2025-08-04 02:22:58] "POST /security-groups HTTP/1.1" 200 591 0.064396 10.0.0.254 - - [2025-08-04 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.002308 10.0.0.254 - - [2025-08-04 02:22:58] "POST /projects HTTP/1.1" 200 585 0.206275 10.0.0.254 - - [2025-08-04 02:22:58] "POST /access-control-lists HTTP/1.1" 200 598 0.058754 10.0.0.254 - - [2025-08-04 02:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.272920 10.0.0.254 - - [2025-08-04 02:22:58] "POST /fqname-to-id HTTP/1.1" 404 233 0.002832 10.0.0.254 - - [2025-08-04 02:22:58] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.388200 10.0.0.254 - - [2025-08-04 02:22:58] "POST /access-control-lists HTTP/1.1" 200 596 0.060470 10.0.0.254 - - [2025-08-04 02:22:59] "GET / HTTP/1.1" 200 36215 0.002891 10.0.0.254 - - [2025-08-04 02:23:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.254 - - [2025-08-04 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.029270 10.0.0.254 - - [2025-08-04 02:23:01] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004092 10.0.0.254 - - [2025-08-04 02:23:01] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003392 10.0.0.254 - - [2025-08-04 02:23:01] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003342 10.0.0.254 - - [2025-08-04 02:23:01] "PUT /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a HTTP/1.1" 200 265 0.009865 10.0.0.254 - - [2025-08-04 02:23:02] "GET /aaa-mode HTTP/1.1" 200 128 0.001089 10.0.0.254 - - [2025-08-04 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.021036 10.0.0.254 - - [2025-08-04 02:23:02] "GET /projects?obj_uuids=66393051-738b-4d8b-bd35-123ae27e977e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010136 10.0.0.254 - - [2025-08-04 02:23:02] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001567 10.0.0.254 - - [2025-08-04 02:23:02] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008773 10.0.0.254 - - [2025-08-04 02:23:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.001256 10.0.0.254 - - [2025-08-04 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.003024 10.0.0.254 - - [2025-08-04 02:23:02] "POST /security-groups HTTP/1.1" 200 591 0.063875 10.0.0.254 - - [2025-08-04 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.002795 10.0.0.254 - - [2025-08-04 02:23:02] "POST /projects HTTP/1.1" 200 585 0.217973 10.0.0.254 - - [2025-08-04 02:23:02] "POST /access-control-lists HTTP/1.1" 200 598 0.056460 10.0.0.254 - - [2025-08-04 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.288174 10.0.0.254 - - [2025-08-04 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.002954 10.0.0.254 - - [2025-08-04 02:23:02] "GET /project/66393051-738b-4d8b-bd35-123ae27e977e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.416507 10.0.0.254 - - [2025-08-04 02:23:02] "POST /access-control-lists HTTP/1.1" 200 596 0.059979 10.0.0.254 - - [2025-08-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 188 0.022338 10.0.0.254 - - [2025-08-04 02:23:03] "GET /projects?obj_uuids=65bd0f0d-8647-42bf-b222-36189e6727dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003516 10.0.0.254 - - [2025-08-04 02:23:03] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.254 - - [2025-08-04 02:23:03] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007621 10.0.0.254 - - [2025-08-04 02:23:03] "POST /id-to-fqname HTTP/1.1" 200 190 0.002615 10.0.0.254 - - [2025-08-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.002073 10.0.0.254 - - [2025-08-04 02:23:03] "POST /security-groups HTTP/1.1" 200 591 0.062219 10.0.0.254 - - [2025-08-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.002677 10.0.0.254 - - [2025-08-04 02:23:03] "POST /projects HTTP/1.1" 200 585 0.213923 10.0.0.254 - - [2025-08-04 02:23:03] "POST /access-control-lists HTTP/1.1" 200 598 0.055745 10.0.0.254 - - [2025-08-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.283940 10.0.0.254 - - [2025-08-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 233 0.002726 10.0.0.254 - - [2025-08-04 02:23:03] "GET /project/65bd0f0d-8647-42bf-b222-36189e6727dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.405682 10.0.0.254 - - [2025-08-04 02:23:03] "POST /access-control-lists HTTP/1.1" 200 596 0.055631 10.0.0.254 - - [2025-08-04 02:23:04] "GET / HTTP/1.1" 200 36215 0.003139 10.0.0.254 - - [2025-08-04 02:23:05] "GET / HTTP/1.1" 200 36215 0.001544 10.0.0.254 - - [2025-08-04 02:23:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.002800 10.0.0.254 - - [2025-08-04 02:23:05] "POST /api-access-lists HTTP/1.1" 200 523 0.012207 10.0.0.254 - - [2025-08-04 02:23:05] "GET /api-access-list/ee056a7a-2c60-4f2c-8134-927a8bd3a165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004526 10.0.0.254 - - [2025-08-04 02:23:05] "GET /api-access-list/ee056a7a-2c60-4f2c-8134-927a8bd3a165 HTTP/1.1" 401 293 0.000657 10.0.0.254 - - [2025-08-04 02:23:05] "GET /api-access-list/ee056a7a-2c60-4f2c-8134-927a8bd3a165 HTTP/1.1" 200 1291 0.057482 10.0.0.254 - - [2025-08-04 02:23:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000410 10.0.0.254 - - [2025-08-04 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.035914 10.0.0.254 - - [2025-08-04 02:23:06] "GET /projects?obj_uuids=66393051-738b-4d8b-bd35-123ae27e977e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.254 - - [2025-08-04 02:23:06] "GET /project/66393051-738b-4d8b-bd35-123ae27e977e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.034608 10.0.0.254 - - [2025-08-04 02:23:06] "GET /virtual-networks?parent_id=66393051-738b-4d8b-bd35-123ae27e977e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011246 10.0.0.254 - - [2025-08-04 02:23:06] "POST /virtual-networks HTTP/1.1" 200 585 0.056063 10.0.0.254 - - [2025-08-04 02:23:06] "POST /route-targets HTTP/1.1" 200 328 0.009684 10.0.0.254 - - [2025-08-04 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.011793 10.0.0.254 - - [2025-08-04 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.015177 10.0.0.254 - - [2025-08-04 02:23:06] "GET /network-ipam/cdc1f86f-fc4f-4211-ad1e-0252b9288c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.010535 10.0.0.254 - - [2025-08-04 02:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003493 10.0.0.254 - - [2025-08-04 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.051437 10.0.0.254 - - [2025-08-04 02:23:06] "POST /neutron/network HTTP/1.1" 200 849 0.042734 10.0.0.254 - - [2025-08-04 02:23:06] "POST /neutron/network HTTP/1.1" 200 849 0.021020 10.0.0.254 - - [2025-08-04 02:23:06] "GET /virtual-network/da4b2806-c5d9-4983-8c89-2d761e88b913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.014945 10.0.0.254 - - [2025-08-04 02:23:06] "POST /neutron/network HTTP/1.1" 200 849 0.019881 10.0.0.254 - - [2025-08-04 02:23:06] "POST /neutron/subnet HTTP/1.1" 200 681 0.026209 10.0.0.254 - - [2025-08-04 02:23:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.254 - - [2025-08-04 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.034303 10.0.0.254 - - [2025-08-04 02:23:07] "GET /projects?obj_uuids=65bd0f0d-8647-42bf-b222-36189e6727dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.254 - - [2025-08-04 02:23:07] "GET /project/65bd0f0d-8647-42bf-b222-36189e6727dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.032717 10.0.0.254 - - [2025-08-04 02:23:07] "GET /virtual-networks?parent_id=65bd0f0d-8647-42bf-b222-36189e6727dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010759 10.0.0.254 - - [2025-08-04 02:23:07] "POST /virtual-networks HTTP/1.1" 200 585 0.051247 10.0.0.254 - - [2025-08-04 02:23:07] "POST /route-targets HTTP/1.1" 200 328 0.010715 10.0.0.254 - - [2025-08-04 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.012120 10.0.0.254 - - [2025-08-04 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.012021 10.0.0.254 - - [2025-08-04 02:23:07] "GET /network-ipam/cdc1f86f-fc4f-4211-ad1e-0252b9288c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.014009 10.0.0.254 - - [2025-08-04 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002900 10.0.0.254 - - [2025-08-04 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.046964 10.0.0.254 - - [2025-08-04 02:23:07] "POST /neutron/network HTTP/1.1" 200 849 0.040739 10.0.0.254 - - [2025-08-04 02:23:07] "POST /neutron/network HTTP/1.1" 200 849 0.019658 10.0.0.254 - - [2025-08-04 02:23:07] "GET /virtual-network/8f768696-bf62-4651-81fa-24c17c201f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.012712 10.0.0.254 - - [2025-08-04 02:23:07] "POST /neutron/network HTTP/1.1" 200 849 0.019121 10.0.0.254 - - [2025-08-04 02:23:07] "POST /neutron/subnet HTTP/1.1" 200 681 0.026092 10.0.0.254 - - [2025-08-04 02:23:07] "GET /virtual-network/da4b2806-c5d9-4983-8c89-2d761e88b913 HTTP/1.1" 401 293 0.000516 10.0.0.254 - - [2025-08-04 02:23:08] "GET /virtual-network/da4b2806-c5d9-4983-8c89-2d761e88b913 HTTP/1.1" 200 2319 0.036135 10.0.0.254 - - [2025-08-04 02:23:08] "GET /virtual-network/da4b2806-c5d9-4983-8c89-2d761e88b913 HTTP/1.1" 401 293 0.000379 10.0.0.254 - - [2025-08-04 02:23:08] "GET /virtual-network/da4b2806-c5d9-4983-8c89-2d761e88b913 HTTP/1.1" 403 376 0.030543 10.0.0.254 - - [2025-08-04 02:23:08] "GET /virtual-network/da4b2806-c5d9-4983-8c89-2d761e88b913 HTTP/1.1" 200 2319 0.004452 10.0.0.254 - - [2025-08-04 02:23:08] "GET /virtual-networks HTTP/1.1" 200 372 0.018678 10.0.0.254 - - [2025-08-04 02:23:08] "GET /virtual-networks HTTP/1.1" 200 372 0.019001 10.0.0.254 - - [2025-08-04 02:23:08] "PUT /virtual-network/da4b2806-c5d9-4983-8c89-2d761e88b913 HTTP/1.1" 200 265 0.022863 10.0.0.254 - - [2025-08-04 02:23:08] "GET /virtual-networks HTTP/1.1" 200 132 0.021368 10.0.0.254 - - [2025-08-04 02:23:08] "GET /virtual-networks HTTP/1.1" 200 613 0.017620 10.0.0.254 - - [2025-08-04 02:23:08] "GET /virtual-networks HTTP/1.1" 200 1654 0.002254 10.0.0.254 - - [2025-08-04 02:23:08] "PUT /virtual-network/da4b2806-c5d9-4983-8c89-2d761e88b913 HTTP/1.1" 200 265 0.025761 10.0.0.254 - - [2025-08-04 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.254 - - [2025-08-04 02:23:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002097 10.0.0.254 - - [2025-08-04 02:23:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003089 10.0.0.254 - - [2025-08-04 02:23:08] "DELETE /virtual-network/8f768696-bf62-4651-81fa-24c17c201f62 HTTP/1.1" 200 115 0.071472 10.0.0.254 - - [2025-08-04 02:23:08] "DELETE /route-target/02938845-1fcc-4d6a-9899-b4ec5c84d426 HTTP/1.1" 200 115 0.024952 10.0.0.254 - - [2025-08-04 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.254 - - [2025-08-04 02:23:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002106 10.0.0.254 - - [2025-08-04 02:23:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002494 10.0.0.254 - - [2025-08-04 02:23:08] "DELETE /virtual-network/da4b2806-c5d9-4983-8c89-2d761e88b913 HTTP/1.1" 200 115 0.078002 10.0.0.254 - - [2025-08-04 02:23:08] "DELETE /route-target/c6a80e5d-f11a-464a-afa4-014425ff3474 HTTP/1.1" 200 115 0.017427 10.0.0.254 - - [2025-08-04 02:23:08] "DELETE /api-access-list/ee056a7a-2c60-4f2c-8134-927a8bd3a165 HTTP/1.1" 200 115 0.021862 10.0.0.254 - - [2025-08-04 02:23:08] "GET /api-access-list/ee056a7a-2c60-4f2c-8134-927a8bd3a165 HTTP/1.1" 404 171 0.002223 10.0.0.254 - - [2025-08-04 02:23:08] "GET /projects?obj_uuids=65bd0f0d-8647-42bf-b222-36189e6727dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.254 - - [2025-08-04 02:23:08] "GET /project/65bd0f0d-8647-42bf-b222-36189e6727dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024610 10.0.0.254 - - [2025-08-04 02:23:08] "GET /projects?obj_uuids=65bd0f0d-8647-42bf-b222-36189e6727dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.254 - - [2025-08-04 02:23:09] "GET /project/65bd0f0d-8647-42bf-b222-36189e6727dd?fields=virtual_networks HTTP/1.1" 200 1044 0.067935 10.0.0.254 - - [2025-08-04 02:23:09] "GET /projects?obj_uuids=65bd0f0d-8647-42bf-b222-36189e6727dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001598 10.0.0.254 - - [2025-08-04 02:23:09] "GET /project/65bd0f0d-8647-42bf-b222-36189e6727dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.027924 10.0.0.254 - - [2025-08-04 02:23:09] "GET /projects?obj_uuids=65bd0f0d-8647-42bf-b222-36189e6727dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001538 10.0.0.254 - - [2025-08-04 02:23:09] "GET /project/65bd0f0d-8647-42bf-b222-36189e6727dd?fields=security_groups HTTP/1.1" 200 1271 0.030496 10.0.0.254 - - [2025-08-04 02:23:09] "GET /projects?obj_uuids=66393051-738b-4d8b-bd35-123ae27e977e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001217 10.0.0.254 - - [2025-08-04 02:23:09] "GET /project/66393051-738b-4d8b-bd35-123ae27e977e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025445 10.0.0.254 - - [2025-08-04 02:23:09] "GET /projects?obj_uuids=66393051-738b-4d8b-bd35-123ae27e977e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.254 - - [2025-08-04 02:23:09] "GET /project/66393051-738b-4d8b-bd35-123ae27e977e?fields=virtual_networks HTTP/1.1" 200 1044 0.067802 10.0.0.254 - - [2025-08-04 02:23:09] "GET /projects?obj_uuids=66393051-738b-4d8b-bd35-123ae27e977e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.254 - - [2025-08-04 02:23:09] "GET /project/66393051-738b-4d8b-bd35-123ae27e977e?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.025411 10.0.0.254 - - [2025-08-04 02:23:09] "GET /projects?obj_uuids=66393051-738b-4d8b-bd35-123ae27e977e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001259 10.0.0.254 - - [2025-08-04 02:23:09] "GET /project/66393051-738b-4d8b-bd35-123ae27e977e?fields=security_groups HTTP/1.1" 200 1271 0.026416 10.0.0.254 - - [2025-08-04 02:23:10] "GET /aaa-mode HTTP/1.1" 200 128 0.001278 10.0.0.254 - - [2025-08-04 02:23:11] "GET / HTTP/1.1" 200 36215 0.001779 10.0.0.254 - - [2025-08-04 02:23:11] "GET / HTTP/1.1" 200 36215 0.002206 10.0.0.254 - - [2025-08-04 02:23:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000450 10.0.0.254 - - [2025-08-04 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.069258 10.0.0.254 - - [2025-08-04 02:23:12] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.254 - - [2025-08-04 02:23:12] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.031759 10.0.0.254 - - [2025-08-04 02:23:12] "GET /virtual-networks?parent_id=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008290 10.0.0.254 - - [2025-08-04 02:23:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.008013 10.0.0.254 - - [2025-08-04 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009941 10.0.0.254 - - [2025-08-04 02:23:12] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.254 - - [2025-08-04 02:23:12] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013783 10.0.0.254 - - [2025-08-04 02:23:13] "POST /service-templates HTTP/1.1" 403 264 0.007973 10.0.0.254 - - [2025-08-04 02:23:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.002671 10.0.0.254 - - [2025-08-04 02:23:13] "POST /api-access-lists HTTP/1.1" 200 557 0.014808 10.0.0.254 - - [2025-08-04 02:23:13] "GET /api-access-list/73b2364c-8e0f-4f54-ae52-c92b4fbfef8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.005165 10.0.0.254 - - [2025-08-04 02:23:13] "GET /api-access-list/73b2364c-8e0f-4f54-ae52-c92b4fbfef8c HTTP/1.1" 200 1325 0.005582 10.0.0.254 - - [2025-08-04 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.016886 10.0.0.254 - - [2025-08-04 02:23:13] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.254 - - [2025-08-04 02:23:13] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.041073 10.0.0.254 - - [2025-08-04 02:23:13] "GET /virtual-networks?parent_id=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012256 10.0.0.254 - - [2025-08-04 02:23:13] "POST /virtual-networks HTTP/1.1" 200 585 0.070058 10.0.0.254 - - [2025-08-04 02:23:13] "POST /route-targets HTTP/1.1" 200 328 0.016376 10.0.0.254 - - [2025-08-04 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.017740 10.0.0.254 - - [2025-08-04 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.030464 10.0.0.254 - - [2025-08-04 02:23:13] "GET /network-ipam/cdc1f86f-fc4f-4211-ad1e-0252b9288c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.013689 10.0.0.254 - - [2025-08-04 02:23:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004710 10.0.0.254 - - [2025-08-04 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.060564 10.0.0.254 - - [2025-08-04 02:23:13] "POST /neutron/network HTTP/1.1" 200 846 0.046960 10.0.0.254 - - [2025-08-04 02:23:13] "POST /neutron/network HTTP/1.1" 200 846 0.024162 10.0.0.254 - - [2025-08-04 02:23:13] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.013336 10.0.0.254 - - [2025-08-04 02:23:13] "POST /neutron/network HTTP/1.1" 200 846 0.020665 10.0.0.254 - - [2025-08-04 02:23:13] "POST /neutron/subnet HTTP/1.1" 200 669 0.027845 10.0.0.254 - - [2025-08-04 02:23:13] "POST /neutron/network HTTP/1.1" 200 846 0.053108 10.0.0.254 - - [2025-08-04 02:23:13] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.004843 10.0.0.254 - - [2025-08-04 02:23:13] "GET /network-ipam/cdc1f86f-fc4f-4211-ad1e-0252b9288c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.002665 10.0.0.254 - - [2025-08-04 02:23:14] "GET /domains HTTP/1.1" 200 281 0.002877 10.0.0.254 - - [2025-08-04 02:23:14] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001629 10.0.0.254 - - [2025-08-04 02:23:14] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 3504 0.009859 10.0.0.254 - - [2025-08-04 02:23:14] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.254 - - [2025-08-04 02:23:14] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88 HTTP/1.1" 200 2370 0.066979 10.0.0.254 - - [2025-08-04 02:23:14] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 200 2311 0.006182 10.0.0.254 - - [2025-08-04 02:23:14] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 200 2311 0.004520 10.0.0.254 - - [2025-08-04 02:23:14] "GET /routing-instance/832da4aa-1d77-41c1-b79e-b88e51d956cd HTTP/1.1" 200 1558 0.003193 10.0.0.254 - - [2025-08-04 02:23:14] "GET /routing-instance/832da4aa-1d77-41c1-b79e-b88e51d956cd HTTP/1.1" 200 1558 0.002992 10.0.0.254 - - [2025-08-04 02:23:14] "GET /route-target/1ed67d6a-8352-4e2b-851a-77bf3751a717 HTTP/1.1" 200 1245 0.005192 10.0.0.254 - - [2025-08-04 02:23:14] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 200 2311 0.004361 10.0.0.254 - - [2025-08-04 02:23:14] "GET /routing-instance/832da4aa-1d77-41c1-b79e-b88e51d956cd HTTP/1.1" 200 1558 0.003146 10.0.0.254 - - [2025-08-04 02:23:14] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005043 10.0.0.254 - - [2025-08-04 02:23:14] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 200 2311 0.004626 10.0.0.254 - - [2025-08-04 02:23:14] "GET /routing-instance/832da4aa-1d77-41c1-b79e-b88e51d956cd HTTP/1.1" 200 1558 0.002933 10.0.0.254 - - [2025-08-04 02:23:14] "GET /routing-instance/832da4aa-1d77-41c1-b79e-b88e51d956cd HTTP/1.1" 200 1558 0.003044 10.0.0.254 - - [2025-08-04 02:23:14] "GET /route-target/1ed67d6a-8352-4e2b-851a-77bf3751a717 HTTP/1.1" 200 1245 0.002503 10.0.0.254 - - [2025-08-04 02:23:14] "GET /domains HTTP/1.1" 200 281 0.002705 10.0.0.254 - - [2025-08-04 02:23:14] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.254 - - [2025-08-04 02:23:14] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee HTTP/1.1" 200 3504 0.006972 10.0.0.254 - - [2025-08-04 02:23:14] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.254 - - [2025-08-04 02:23:14] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88 HTTP/1.1" 200 2370 0.074041 10.0.0.254 - - [2025-08-04 02:23:14] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 200 2311 0.010632 10.0.0.254 - - [2025-08-04 02:23:14] "GET /obj-perms HTTP/1.1" 200 5049 0.049266 10.0.0.254 - - [2025-08-04 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.010962 10.0.0.254 - - [2025-08-04 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009433 10.0.0.254 - - [2025-08-04 02:23:14] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.254 - - [2025-08-04 02:23:14] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.014811 10.0.0.254 - - [2025-08-04 02:23:14] "POST /service-templates HTTP/1.1" 403 264 0.009043 10.0.0.254 - - [2025-08-04 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.002853 10.0.0.254 - - [2025-08-04 02:23:14] "POST /api-access-lists HTTP/1.1" 200 523 0.013417 10.0.0.254 - - [2025-08-04 02:23:14] "GET /api-access-list/66b2463e-ce14-4280-a468-5dc84832e7d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004346 10.0.0.254 - - [2025-08-04 02:23:14] "GET /api-access-list/66b2463e-ce14-4280-a468-5dc84832e7d4 HTTP/1.1" 200 1292 0.004339 10.0.0.254 - - [2025-08-04 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.011972 10.0.0.254 - - [2025-08-04 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.010829 10.0.0.254 - - [2025-08-04 02:23:15] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001417 10.0.0.254 - - [2025-08-04 02:23:15] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.016682 10.0.0.254 - - [2025-08-04 02:23:15] "POST /service-templates HTTP/1.1" 200 553 0.022964 10.0.0.254 - - [2025-08-04 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.013341 10.0.0.254 - - [2025-08-04 02:23:15] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.012749 10.0.0.254 - - [2025-08-04 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.011579 10.0.0.254 - - [2025-08-04 02:23:15] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.013295 10.0.0.254 - - [2025-08-04 02:23:15] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 401 293 0.002464 10.0.0.254 - - [2025-08-04 02:23:15] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 403 263 0.030487 10.0.0.254 - - [2025-08-04 02:23:15] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 403 264 0.008666 10.0.0.254 - - [2025-08-04 02:23:16] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 403 264 0.031382 10.0.0.254 - - [2025-08-04 02:23:16] "GET /api-access-list/73b2364c-8e0f-4f54-ae52-c92b4fbfef8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.002692 10.0.0.254 - - [2025-08-04 02:23:16] "PUT /api-access-list/73b2364c-8e0f-4f54-ae52-c92b4fbfef8c HTTP/1.1" 200 265 0.008096 10.0.0.254 - - [2025-08-04 02:23:16] "GET /api-access-list/73b2364c-8e0f-4f54-ae52-c92b4fbfef8c HTTP/1.1" 200 1462 0.003679 10.0.0.254 - - [2025-08-04 02:23:16] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 200 2311 0.015618 10.0.0.254 - - [2025-08-04 02:23:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 10.0.0.254 - - [2025-08-04 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.033025 10.0.0.254 - - [2025-08-04 02:23:16] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.254 - - [2025-08-04 02:23:16] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.039042 10.0.0.254 - - [2025-08-04 02:23:16] "GET /virtual-networks?parent_id=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016497 10.0.0.254 - - [2025-08-04 02:23:16] "POST /virtual-networks HTTP/1.1" 403 263 0.008562 10.0.0.254 - - [2025-08-04 02:23:16] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 403 264 0.019423 10.0.0.254 - - [2025-08-04 02:23:17] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 403 264 0.030549 10.0.0.254 - - [2025-08-04 02:23:17] "GET /api-access-list/66b2463e-ce14-4280-a468-5dc84832e7d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004980 10.0.0.254 - - [2025-08-04 02:23:17] "PUT /api-access-list/66b2463e-ce14-4280-a468-5dc84832e7d4 HTTP/1.1" 200 265 0.007432 10.0.0.254 - - [2025-08-04 02:23:17] "GET /api-access-list/66b2463e-ce14-4280-a468-5dc84832e7d4 HTTP/1.1" 200 1430 0.003311 10.0.0.254 - - [2025-08-04 02:23:17] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 200 1856 0.012393 10.0.0.254 - - [2025-08-04 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.009432 10.0.0.254 - - [2025-08-04 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012157 10.0.0.254 - - [2025-08-04 02:23:17] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001583 10.0.0.254 - - [2025-08-04 02:23:17] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.017262 10.0.0.254 - - [2025-08-04 02:23:17] "POST /service-templates HTTP/1.1" 403 264 0.009197 10.0.0.254 - - [2025-08-04 02:23:17] "GET /api-access-list/73b2364c-8e0f-4f54-ae52-c92b4fbfef8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.003214 10.0.0.254 - - [2025-08-04 02:23:17] "PUT /api-access-list/73b2364c-8e0f-4f54-ae52-c92b4fbfef8c HTTP/1.1" 200 265 0.008038 10.0.0.254 - - [2025-08-04 02:23:17] "GET /api-access-list/73b2364c-8e0f-4f54-ae52-c92b4fbfef8c HTTP/1.1" 200 1325 0.003781 10.0.0.254 - - [2025-08-04 02:23:17] "GET /api-access-list/66b2463e-ce14-4280-a468-5dc84832e7d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.003855 10.0.0.254 - - [2025-08-04 02:23:17] "PUT /api-access-list/66b2463e-ce14-4280-a468-5dc84832e7d4 HTTP/1.1" 200 265 0.009750 10.0.0.254 - - [2025-08-04 02:23:17] "GET /api-access-list/66b2463e-ce14-4280-a468-5dc84832e7d4 HTTP/1.1" 200 1292 0.003141 10.0.0.254 - - [2025-08-04 02:23:17] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 403 263 0.008250 10.0.0.254 - - [2025-08-04 02:23:17] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 403 263 0.034605 10.0.0.254 - - [2025-08-04 02:23:17] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 403 264 0.008771 10.0.0.254 - - [2025-08-04 02:23:18] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 403 264 0.035577 10.0.0.254 - - [2025-08-04 02:23:18] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003783 10.0.0.254 - - [2025-08-04 02:23:18] "PUT /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a HTTP/1.1" 200 265 0.009284 10.0.0.254 - - [2025-08-04 02:23:18] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 200 1856 0.015270 10.0.0.254 - - [2025-08-04 02:23:18] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 200 2311 0.015426 10.0.0.254 - - [2025-08-04 02:23:18] "DELETE /api-access-list/73b2364c-8e0f-4f54-ae52-c92b4fbfef8c HTTP/1.1" 200 115 0.020241 10.0.0.254 - - [2025-08-04 02:23:18] "GET /api-access-list/73b2364c-8e0f-4f54-ae52-c92b4fbfef8c HTTP/1.1" 404 171 0.002257 10.0.0.254 - - [2025-08-04 02:23:18] "DELETE /api-access-list/66b2463e-ce14-4280-a468-5dc84832e7d4 HTTP/1.1" 200 115 0.016685 10.0.0.254 - - [2025-08-04 02:23:18] "GET /api-access-list/66b2463e-ce14-4280-a468-5dc84832e7d4 HTTP/1.1" 404 171 0.002326 10.0.0.254 - - [2025-08-04 02:23:18] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 401 293 0.000458 10.0.0.254 - - [2025-08-04 02:23:18] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 403 263 0.037735 10.0.0.254 - - [2025-08-04 02:23:18] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 403 264 0.009691 10.0.0.254 - - [2025-08-04 02:23:18] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 403 264 0.028695 10.0.0.254 - - [2025-08-04 02:23:18] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.003958 10.0.0.254 - - [2025-08-04 02:23:19] "PUT /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a HTTP/1.1" 200 265 0.010457 10.0.0.254 - - [2025-08-04 02:23:19] "GET /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 200 2311 0.014691 10.0.0.254 - - [2025-08-04 02:23:19] "GET /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 200 1856 0.010682 10.0.0.254 - - [2025-08-04 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.012217 10.0.0.254 - - [2025-08-04 02:23:19] "DELETE /service-template/8e50a2dc-829a-4f10-9425-3b581d9430c9 HTTP/1.1" 200 115 0.024662 10.0.0.254 - - [2025-08-04 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.014495 10.0.0.254 - - [2025-08-04 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.254 - - [2025-08-04 02:23:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002186 10.0.0.254 - - [2025-08-04 02:23:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003039 10.0.0.254 - - [2025-08-04 02:23:19] "DELETE /virtual-network/423a2d14-a2e5-4ab9-ab7f-500b1fbb87d5 HTTP/1.1" 200 115 0.080297 10.0.0.254 - - [2025-08-04 02:23:19] "DELETE /route-target/1ed67d6a-8352-4e2b-851a-77bf3751a717 HTTP/1.1" 200 115 0.018321 10.0.0.254 - - [2025-08-04 02:23:19] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004660 10.0.0.254 - - [2025-08-04 02:23:19] "PUT /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a HTTP/1.1" 200 265 0.012165 10.0.0.254 - - [2025-08-04 02:23:19] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.003515 10.0.0.254 - - [2025-08-04 02:23:19] "PUT /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a HTTP/1.1" 200 265 0.010433 10.0.0.254 - - [2025-08-04 02:23:20] "GET /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003489 10.0.0.254 - - [2025-08-04 02:23:20] "PUT /api-access-list/040aa99b-3fcc-43ca-9207-cb31075a610a HTTP/1.1" 200 265 0.008127 10.0.0.254 - - [2025-08-04 02:23:20] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001073 10.0.0.254 - - [2025-08-04 02:23:20] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.024024 10.0.0.254 - - [2025-08-04 02:23:20] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.254 - - [2025-08-04 02:23:20] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88?fields=virtual_networks HTTP/1.1" 200 1045 0.067518 10.0.0.254 - - [2025-08-04 02:23:20] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.254 - - [2025-08-04 02:23:20] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.028481 10.0.0.254 - - [2025-08-04 02:23:20] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.254 - - [2025-08-04 02:23:20] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88?fields=security_groups HTTP/1.1" 200 1272 0.027322 10.0.0.254 - - [2025-08-04 02:23:21] "GET /projects?obj_uuids=27b571c6-9b33-4f7e-ac89-6dc03c65cb60&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001771 10.0.0.254 - - [2025-08-04 02:23:21] "GET /project/27b571c6-9b33-4f7e-ac89-6dc03c65cb60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.031056 [Introspect:8084]10.0.0.254 - - [2025-08-04 02:23:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001054 10.0.0.254 - - [2025-08-04 02:23:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.024290 10.0.0.254 - - [2025-08-04 02:23:22] "GET /projects?obj_uuids=dd413115-0882-4f31-b1a2-0bb2e77a0252&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002653 10.0.0.254 - - [2025-08-04 02:23:22] "GET /domains?obj_uuids=9451a3d0-e32d-470e-b8cb-194241f421ee&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.254 - - [2025-08-04 02:23:22] "GET /domain/9451a3d0-e32d-470e-b8cb-194241f421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006861 10.0.0.254 - - [2025-08-04 02:23:22] "POST /id-to-fqname HTTP/1.1" 200 186 0.001198 10.0.0.254 - - [2025-08-04 02:23:22] "POST /fqname-to-id HTTP/1.1" 404 195 0.002088 10.0.0.254 - - [2025-08-04 02:23:22] "POST /security-groups HTTP/1.1" 200 587 0.059581 10.0.0.254 - - [2025-08-04 02:23:22] "POST /fqname-to-id HTTP/1.1" 404 230 0.002538 10.0.0.254 - - [2025-08-04 02:23:22] "POST /projects HTTP/1.1" 200 577 0.197286 10.0.0.254 - - [2025-08-04 02:23:22] "POST /access-control-lists HTTP/1.1" 200 594 0.057519 10.0.0.254 - - [2025-08-04 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.263528 10.0.0.254 - - [2025-08-04 02:23:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.002975 10.0.0.254 - - [2025-08-04 02:23:22] "GET /project/dd413115-0882-4f31-b1a2-0bb2e77a0252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.380533 10.0.0.254 - - [2025-08-04 02:23:22] "POST /access-control-lists HTTP/1.1" 200 592 0.059952 10.0.0.254 - - [2025-08-04 02:23:23] "GET / HTTP/1.1" 200 36215 0.002071 10.0.0.254 - - [2025-08-04 02:23:23] "GET /projects?obj_uuids=dd413115-0882-4f31-b1a2-0bb2e77a0252&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001101 10.0.0.254 - - [2025-08-04 02:23:23] "GET /project/dd413115-0882-4f31-b1a2-0bb2e77a0252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.023894 10.0.0.254 - - [2025-08-04 02:23:23] "GET /projects?obj_uuids=dd413115-0882-4f31-b1a2-0bb2e77a0252&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000988 10.0.0.254 - - [2025-08-04 02:23:23] "GET /project/dd413115-0882-4f31-b1a2-0bb2e77a0252?fields=virtual_networks HTTP/1.1" 200 1037 0.063734 10.0.0.254 - - [2025-08-04 02:23:24] "GET /projects?obj_uuids=dd413115-0882-4f31-b1a2-0bb2e77a0252&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.254 - - [2025-08-04 02:23:24] "GET /project/dd413115-0882-4f31-b1a2-0bb2e77a0252?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.024630 10.0.0.254 - - [2025-08-04 02:23:24] "GET /projects?obj_uuids=dd413115-0882-4f31-b1a2-0bb2e77a0252&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002147 10.0.0.254 - - [2025-08-04 02:23:24] "GET /project/dd413115-0882-4f31-b1a2-0bb2e77a0252?fields=security_groups HTTP/1.1" 200 1260 0.026534 10.0.0.254 - - [2025-08-04 02:23:45] "DELETE /project/66393051738b4d8bbd35123ae27e977e HTTP/1.1" 404 173 0.062452 10.0.0.254 - - [2025-08-04 02:23:45] "DELETE /project/65bd0f0d864742bfb22236189e6727dd HTTP/1.1" 404 173 0.087073 10.0.0.254 - - [2025-08-04 02:23:45] "DELETE /project/dd41311508824f31b1a20bb2e77a0252 HTTP/1.1" 404 173 0.127397 10.0.0.254 - - [2025-08-04 02:23:45] "DELETE /project/96bf957f4c174b70b271a1c59f1d7d88 HTTP/1.1" 404 173 0.161545 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=65bd0f0d-8647-42bf-b222-36189e6727dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001644 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.207280 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=dd413115-0882-4f31-b1a2-0bb2e77a0252&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001787 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=96bf957f-4c17-4b70-b271-a1c59f1d7d88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001664 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=2e3b8090-d26b-487c-8c00-550cb58ce10c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/dd413115-0882-4f31-b1a2-0bb2e77a0252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.206731 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/96bf957f-4c17-4b70-b271-a1c59f1d7d88?fields=security_groups HTTP/1.1" 200 1374 0.053733 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=6b212b50-415b-4798-9f26-9b6f5d76732d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001209 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/65bd0f0d-8647-42bf-b222-36189e6727dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.276581 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=dd413115-0882-4f31-b1a2-0bb2e77a0252&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001804 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=66393051-738b-4d8b-bd35-123ae27e977e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001930 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=65bd0f0d-8647-42bf-b222-36189e6727dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001680 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/2e3b8090-d26b-487c-8c00-550cb58ce10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.297778 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/6b212b50-415b-4798-9f26-9b6f5d76732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.235864 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/308fb996-48e6-4eee-92b1-fb934c3607fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.297839 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/66393051-738b-4d8b-bd35-123ae27e977e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.286759 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/dd413115-0882-4f31-b1a2-0bb2e77a0252?fields=security_groups HTTP/1.1" 200 1362 0.175004 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/65bd0f0d-8647-42bf-b222-36189e6727dd?fields=security_groups HTTP/1.1" 200 1373 0.142348 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=6b212b50-415b-4798-9f26-9b6f5d76732d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=2e3b8090-d26b-487c-8c00-550cb58ce10c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000871 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=308fb996-48e6-4eee-92b1-fb934c3607fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001572 10.0.0.254 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=66393051-738b-4d8b-bd35-123ae27e977e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.254 - - [2025-08-04 02:23:45] "GET /project/2e3b8090-d26b-487c-8c00-550cb58ce10c?fields=security_groups HTTP/1.1" 200 1358 0.131971