++ 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 Jun 23 02:01:32 UTC 2025 ===================' INFO: =================== Mon Jun 23 02:01:32 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ 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 +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.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.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254 ++ 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 )) + echo -e '\035\nquit' + nc -z 10.0.0.254 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.254 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.254 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.254,10.20.0.254,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.254,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 06/23/2025 02:01:41.438 7fdfcdf7a6c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/23/2025 02:01:41.590 7fdfcdf7a6c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/23/2025 02:01:41.603 7fdfcdf7a6c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/23/2025 02:01:41.603 7fdfcdf7a6c8 [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-06-23 02:01:45] "GET / HTTP/1.1" 503 181 0.000270 10.0.0.254 - - [2025-06-23 02:01:45] "GET / HTTP/1.1" 503 181 0.000177 10.0.0.254 - - [2025-06-23 02:01:45] "GET / HTTP/1.1" 200 36215 0.001592 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-06-23 02:01:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000690 10.0.0.254 - - [2025-06-23 02:01:46] "GET / HTTP/1.1" 200 45871 0.001625 10.0.0.254 - - [2025-06-23 02:01:46] "GET / HTTP/1.1" 200 45871 0.001324 10.0.0.254 - - [2025-06-23 02:01:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000396 10.0.0.254 - - [2025-06-23 02:01:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000301 10.0.0.254 - - [2025-06-23 02:01:46] "GET / HTTP/1.1" 200 36215 0.001841 10.0.0.254 - - [2025-06-23 02:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.320441 10.0.0.254 - - [2025-06-23 02:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.254 - - [2025-06-23 02:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.918369 10.0.0.254 - - [2025-06-23 02:01:46] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006410 10.0.0.254 - - [2025-06-23 02:01:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.061022 10.0.0.254 - - [2025-06-23 02:01:46] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002941 10.0.0.254 - - [2025-06-23 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.003632 10.0.0.254 - - [2025-06-23 02:01:47] "POST /config-database-nodes HTTP/1.1" 200 619 0.023375 /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-06-23 02:01:47] "GET / HTTP/1.1" 200 36215 0.001991 10.0.0.254 - - [2025-06-23 02:01:47] "GET / HTTP/1.1" 200 36215 0.001328 10.0.0.254 - - [2025-06-23 02:01:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.254 - - [2025-06-23 02:01:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000463 10.0.0.254 - - [2025-06-23 02:01:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000420 10.0.0.254 - - [2025-06-23 02:01:47] "GET / HTTP/1.1" 200 36215 0.001575 10.0.0.254 - - [2025-06-23 02:01:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000501 10.0.0.254 - - [2025-06-23 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.584264 10.0.0.254 - - [2025-06-23 02:01:48] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006025 10.0.0.254 - - [2025-06-23 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.003511 10.0.0.254 - - [2025-06-23 02:01:48] "POST /config-nodes HTTP/1.1" 200 601 0.019364 10.0.0.254 - - [2025-06-23 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.607802 10.0.0.254 - - [2025-06-23 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.254 - - [2025-06-23 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.345578 10.0.0.254 - - [2025-06-23 02:01:48] "GET /network-ipam/df5806d4-7071-4bd7-bd8d-dd7ffffba633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.005592 10.0.0.254 - - [2025-06-23 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.068461 10.0.0.254 - - [2025-06-23 02:01:48] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008609 10.0.0.254 - - [2025-06-23 02:01:48] "GET / HTTP/1.1" 200 36215 0.002653 10.0.0.254 - - [2025-06-23 02:01:48] "POST /job-templates HTTP/1.1" 200 557 0.095385 10.0.0.254 - - [2025-06-23 02:01:48] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000421 10.0.0.254 - - [2025-06-23 02:01:49] "POST /service-appliance-sets HTTP/1.1" 200 555 0.040061 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.003552 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.002952 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.254 - - [2025-06-23 02:01:49] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.023198 10.0.0.254 - - [2025-06-23 02:01:49] "POST /job-templates HTTP/1.1" 200 565 0.071621 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 191 0.004085 10.0.0.254 - - [2025-06-23 02:01:49] "POST /service-appliance-sets HTTP/1.1" 200 543 0.018092 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.254 - - [2025-06-23 02:01:49] "GET /network-ipam/df5806d4-7071-4bd7-bd8d-dd7ffffba633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.005027 10.0.0.254 - - [2025-06-23 02:01:49] "POST /job-templates HTTP/1.1" 200 547 0.074428 10.0.0.254 - - [2025-06-23 02:01:49] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023607 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.004810 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.004317 10.0.0.254 - - [2025-06-23 02:01:49] "POST /job-templates HTTP/1.1" 200 579 0.073769 10.0.0.254 - - [2025-06-23 02:01:49] "POST /service-templates HTTP/1.1" 200 513 0.074151 10.0.0.254 - - [2025-06-23 02:01:49] "POST /access-control-lists HTTP/1.1" 200 589 0.056382 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 208 0.003441 10.0.0.254 - - [2025-06-23 02:01:49] "POST /service-templates HTTP/1.1" 200 503 0.038819 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 224 0.004059 10.0.0.254 - - [2025-06-23 02:01:49] "POST /job-templates HTTP/1.1" 200 581 0.070744 10.0.0.254 - - [2025-06-23 02:01:49] "POST /service-templates HTTP/1.1" 200 517 0.065342 10.0.0.254 - - [2025-06-23 02:01:49] "POST /access-control-lists HTTP/1.1" 200 587 0.055470 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.003171 10.0.0.254 - - [2025-06-23 02:01:49] "POST /service-templates HTTP/1.1" 200 537 0.023402 10.0.0.254 - - [2025-06-23 02:01:49] "POST /route-targets HTTP/1.1" 200 328 0.017150 10.0.0.254 - - [2025-06-23 02:01:49] "POST /job-templates HTTP/1.1" 200 585 0.076246 10.0.0.254 - - [2025-06-23 02:01:49] "POST /service-templates HTTP/1.1" 200 509 0.044997 10.0.0.254 - - [2025-06-23 02:01:49] "POST /ref-update HTTP/1.1" 200 156 0.019150 10.0.0.254 - - [2025-06-23 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.003231 10.0.0.254 - - [2025-06-23 02:01:49] "POST /route-targets HTTP/1.1" 200 328 0.026449 10.0.0.254 - - [2025-06-23 02:01:50] "POST /job-templates HTTP/1.1" 200 561 0.086670 10.0.0.254 - - [2025-06-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.038990 10.0.0.254 - - [2025-06-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 203 0.003192 10.0.0.254 - - [2025-06-23 02:01:50] "POST /route-targets HTTP/1.1" 200 328 0.015335 10.0.0.254 - - [2025-06-23 02:01:50] "POST /job-templates HTTP/1.1" 200 571 0.066346 10.0.0.254 - - [2025-06-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.045331 10.0.0.254 - - [2025-06-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.004060 10.0.0.254 - - [2025-06-23 02:01:50] "POST /route-targets HTTP/1.1" 200 328 0.011574 10.0.0.254 - - [2025-06-23 02:01:50] "POST /job-templates HTTP/1.1" 200 557 0.028442 10.0.0.254 - - [2025-06-23 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.023812 10.0.0.254 - - [2025-06-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.003420 10.0.0.254 - - [2025-06-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.003265 10.0.0.254 - - [2025-06-23 02:01:50] "POST /job-templates HTTP/1.1" 200 557 0.070889 10.0.0.254 - - [2025-06-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.003549 10.0.0.254 - - [2025-06-23 02:01:50] "POST /access-control-lists HTTP/1.1" 200 553 0.088773 10.0.0.254 - - [2025-06-23 02:01:50] "PUT /access-control-list/e1500152-3f98-42bc-b4ef-567cf9c1d4b6 HTTP/1.1" 200 273 0.010414 10.0.0.254 - - [2025-06-23 02:01:50] "POST /job-templates HTTP/1.1" 200 557 0.066199 10.0.0.254 - - [2025-06-23 02:01:50] "PUT /access-control-list/3055017a-7ffe-49eb-a446-a789e090abb1 HTTP/1.1" 200 273 0.012585 10.0.0.254 - - [2025-06-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.003069 10.0.0.254 - - [2025-06-23 02:01:50] "POST /job-templates HTTP/1.1" 200 537 0.072427 10.0.0.254 - - [2025-06-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.003527 10.0.0.254 - - [2025-06-23 02:01:50] "POST /job-templates HTTP/1.1" 200 561 0.070451 10.0.0.254 - - [2025-06-23 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003596 10.0.0.254 - - [2025-06-23 02:01:51] "POST /job-templates HTTP/1.1" 200 561 0.065023 10.0.0.254 - - [2025-06-23 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003439 10.0.0.254 - - [2025-06-23 02:01:51] "POST /job-templates HTTP/1.1" 200 561 0.065333 10.0.0.254 - - [2025-06-23 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.004693 10.0.0.254 - - [2025-06-23 02:01:51] "POST /job-templates HTTP/1.1" 200 567 0.069731 10.0.0.254 - - [2025-06-23 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.003543 10.0.0.254 - - [2025-06-23 02:01:51] "POST /job-templates HTTP/1.1" 200 559 0.066916 10.0.0.254 - - [2025-06-23 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.003649 10.0.0.254 - - [2025-06-23 02:01:51] "POST /job-templates HTTP/1.1" 200 557 0.061748 10.0.0.254 - - [2025-06-23 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 205 0.003135 10.0.0.254 - - [2025-06-23 02:01:51] "POST /job-templates HTTP/1.1" 200 575 0.071440 10.0.0.254 - - [2025-06-23 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.003215 10.0.0.254 - - [2025-06-23 02:01:52] "POST /job-templates HTTP/1.1" 200 553 0.074361 10.0.0.254 - - [2025-06-23 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 208 0.002993 10.0.0.254 - - [2025-06-23 02:01:52] "POST /job-templates HTTP/1.1" 200 581 0.066038 10.0.0.254 - - [2025-06-23 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.003029 10.0.0.254 - - [2025-06-23 02:01:52] "POST /job-templates HTTP/1.1" 200 557 0.062329 10.0.0.254 - - [2025-06-23 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003118 10.0.0.254 - - [2025-06-23 02:01:52] "POST /job-templates HTTP/1.1" 200 561 0.065187 10.0.0.254 - - [2025-06-23 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 206 0.003126 10.0.0.254 - - [2025-06-23 02:01:52] "POST /job-templates HTTP/1.1" 200 577 0.062161 10.0.0.254 - - [2025-06-23 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.003137 10.0.0.254 - - [2025-06-23 02:01:52] "POST /job-templates HTTP/1.1" 200 559 0.065415 10.0.0.254 - - [2025-06-23 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003381 10.0.0.254 - - [2025-06-23 02:01:53] "POST /job-templates HTTP/1.1" 200 561 0.083777 10.0.0.254 - - [2025-06-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.003395 10.0.0.254 - - [2025-06-23 02:01:53] "POST /job-templates HTTP/1.1" 200 557 0.061092 10.0.0.254 - - [2025-06-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.002963 10.0.0.254 - - [2025-06-23 02:01:53] "POST /job-templates HTTP/1.1" 200 555 0.063927 10.0.0.254 - - [2025-06-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.003561 10.0.0.254 - - [2025-06-23 02:01:53] "POST /job-templates HTTP/1.1" 200 555 0.060127 10.0.0.254 - - [2025-06-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.004003 10.0.0.254 - - [2025-06-23 02:01:53] "POST /job-templates HTTP/1.1" 200 555 0.063960 10.0.0.254 - - [2025-06-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.003057 10.0.0.254 - - [2025-06-23 02:01:53] "POST /job-templates HTTP/1.1" 200 565 0.061786 10.0.0.254 - - [2025-06-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 201 0.003334 10.0.0.254 - - [2025-06-23 02:01:54] "POST /job-templates HTTP/1.1" 200 567 0.061009 10.0.0.254 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.002985 10.0.0.254 - - [2025-06-23 02:01:54] "POST /config-propertiess HTTP/1.1" 200 553 0.017427 10.0.0.254 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 168 0.003923 10.0.0.254 - - [2025-06-23 02:01:54] "POST /tags HTTP/1.1" 200 322 0.039209 10.0.0.254 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 166 0.003060 10.0.0.254 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.254 - - [2025-06-23 02:01:54] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.003807 10.0.0.254 - - [2025-06-23 02:01:54] "POST /tags HTTP/1.1" 200 318 0.022104 10.0.0.254 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.254 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 174 0.002826 10.0.0.254 - - [2025-06-23 02:01:54] "PUT /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201 HTTP/1.1" 200 277 0.009563 10.0.0.254 - - [2025-06-23 02:01:54] "POST /tags HTTP/1.1" 200 334 0.028152 10.0.0.254 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.003187 10.0.0.254 - - [2025-06-23 02:01:54] "POST /tags HTTP/1.1" 200 310 0.023676 10.0.0.254 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 174 0.003659 10.0.0.254 - - [2025-06-23 02:01:54] "POST /tags HTTP/1.1" 200 334 0.027107 10.0.0.254 - - [2025-06-23 02:01:54] "GET / HTTP/1.1" 200 36215 0.002481 10.0.0.254 - - [2025-06-23 02:01:54] "POST /alarms HTTP/1.1" 401 293 0.000590 10.0.0.254 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 164 0.003694 10.0.0.254 - - [2025-06-23 02:01:54] "POST /tags HTTP/1.1" 200 314 0.024662 10.0.0.254 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 169 0.003848 10.0.0.254 - - [2025-06-23 02:01:55] "POST /tags HTTP/1.1" 200 324 0.027917 10.0.0.254 - - [2025-06-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.254 - - [2025-06-23 02:01:55] "PUT /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c HTTP/1.1" 200 275 0.010865 10.0.0.254 - - [2025-06-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 404 166 0.003256 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 583 0.048514 10.0.0.254 - - [2025-06-23 02:01:55] "POST /hardwares HTTP/1.1" 200 328 0.014813 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 577 0.020459 10.0.0.254 - - [2025-06-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 404 166 0.003245 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 577 0.019639 10.0.0.254 - - [2025-06-23 02:01:55] "POST /hardwares HTTP/1.1" 200 328 0.013425 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 561 0.020076 10.0.0.254 - - [2025-06-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 404 166 0.003791 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 557 0.024064 10.0.0.254 - - [2025-06-23 02:01:55] "POST /hardwares HTTP/1.1" 200 328 0.014078 10.0.0.254 - - [2025-06-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 404 166 0.002286 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 559 0.017260 10.0.0.254 - - [2025-06-23 02:01:55] "POST /hardwares HTTP/1.1" 200 328 0.012734 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 567 0.020092 10.0.0.254 - - [2025-06-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 404 164 0.002825 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 551 0.018180 10.0.0.254 - - [2025-06-23 02:01:55] "POST /hardwares HTTP/1.1" 200 324 0.015214 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 559 0.017437 10.0.0.254 - - [2025-06-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 404 164 0.003010 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 569 0.017186 10.0.0.254 - - [2025-06-23 02:01:55] "POST /hardwares HTTP/1.1" 200 324 0.010961 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 557 0.017028 10.0.0.254 - - [2025-06-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 404 161 0.002607 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 569 0.022433 10.0.0.254 - - [2025-06-23 02:01:55] "POST /hardwares HTTP/1.1" 200 318 0.014033 10.0.0.254 - - [2025-06-23 02:01:55] "POST /fqname-to-id HTTP/1.1" 404 164 0.002923 10.0.0.254 - - [2025-06-23 02:01:55] "POST /alarms HTTP/1.1" 200 577 0.068558 10.0.0.254 - - [2025-06-23 02:01:56] "POST /hardwares HTTP/1.1" 200 324 0.014920 10.0.0.254 - - [2025-06-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.002621 10.0.0.254 - - [2025-06-23 02:01:56] "POST /alarms HTTP/1.1" 200 571 0.020821 10.0.0.254 - - [2025-06-23 02:01:56] "POST /hardwares HTTP/1.1" 200 324 0.012643 10.0.0.254 - - [2025-06-23 02:01:56] "POST /alarms HTTP/1.1" 200 563 0.019322 10.0.0.254 - - [2025-06-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.003487 10.0.0.254 - - [2025-06-23 02:01:56] "POST /alarms HTTP/1.1" 200 563 0.019033 10.0.0.254 - - [2025-06-23 02:01:56] "POST /hardwares HTTP/1.1" 200 324 0.010832 10.0.0.254 - - [2025-06-23 02:01:56] "POST /alarms HTTP/1.1" 200 563 0.020847 10.0.0.254 - - [2025-06-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 165 0.002974 10.0.0.254 - - [2025-06-23 02:01:56] "POST /alarms HTTP/1.1" 200 549 0.020086 10.0.0.254 - - [2025-06-23 02:01:56] "POST /hardwares HTTP/1.1" 200 326 0.014602 10.0.0.254 - - [2025-06-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 165 0.003001 10.0.0.254 - - [2025-06-23 02:01:56] "POST /alarms HTTP/1.1" 200 597 0.020329 10.0.0.254 - - [2025-06-23 02:01:56] "POST /hardwares HTTP/1.1" 200 326 0.012746 10.0.0.254 - - [2025-06-23 02:01:56] "POST /alarms HTTP/1.1" 200 577 0.019699 10.0.0.254 - - [2025-06-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 165 0.003003 10.0.0.254 - - [2025-06-23 02:01:56] "POST /alarms HTTP/1.1" 200 573 0.021196 10.0.0.254 - - [2025-06-23 02:01:56] "POST /hardwares HTTP/1.1" 200 326 0.012601 10.0.0.254 - - [2025-06-23 02:01:56] "POST /alarms HTTP/1.1" 200 585 0.017944 10.0.0.254 - - [2025-06-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 165 0.003283 10.0.0.254 - - [2025-06-23 02:01:56] "POST /alarms HTTP/1.1" 200 611 0.017966 10.0.0.254 - - [2025-06-23 02:01:56] "POST /hardwares HTTP/1.1" 200 326 0.011122 10.0.0.254 - - [2025-06-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.003220 10.0.0.254 - - [2025-06-23 02:01:56] "POST /hardwares HTTP/1.1" 200 324 0.013000 10.0.0.254 - - [2025-06-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 161 0.003115 10.0.0.254 - - [2025-06-23 02:01:56] "POST /hardwares HTTP/1.1" 200 318 0.010977 10.0.0.254 - - [2025-06-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.002913 10.0.0.254 - - [2025-06-23 02:01:56] "GET / HTTP/1.1" 200 36215 0.001340 10.0.0.254 - - [2025-06-23 02:01:56] "POST /hardwares HTTP/1.1" 200 324 0.012863 10.0.0.254 - - [2025-06-23 02:01:56] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000356 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.003244 10.0.0.254 - - [2025-06-23 02:01:57] "POST /hardwares HTTP/1.1" 200 318 0.011427 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 164 0.003060 10.0.0.254 - - [2025-06-23 02:01:57] "POST /hardwares HTTP/1.1" 200 324 0.012800 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 162 0.003105 10.0.0.254 - - [2025-06-23 02:01:57] "POST /hardwares HTTP/1.1" 200 320 0.012623 10.0.0.254 - - [2025-06-23 02:01:57] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025008 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 162 0.002425 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.254 - - [2025-06-23 02:01:57] "POST /hardwares HTTP/1.1" 200 320 0.013122 10.0.0.254 - - [2025-06-23 02:01:57] "PUT /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201 HTTP/1.1" 200 277 0.009692 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 165 0.003165 10.0.0.254 - - [2025-06-23 02:01:57] "POST /hardwares HTTP/1.1" 200 326 0.011618 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.002978 10.0.0.254 - - [2025-06-23 02:01:57] "POST /hardwares HTTP/1.1" 200 318 0.011088 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.003030 10.0.0.254 - - [2025-06-23 02:01:57] "POST /hardwares HTTP/1.1" 200 318 0.011570 10.0.0.254 - - [2025-06-23 02:01:57] "GET / HTTP/1.1" 200 36215 0.002049 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000629 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 162 0.002910 10.0.0.254 - - [2025-06-23 02:01:57] "POST /hardwares HTTP/1.1" 200 320 0.011443 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 162 0.003723 10.0.0.254 - - [2025-06-23 02:01:57] "POST /hardwares HTTP/1.1" 200 320 0.012069 10.0.0.254 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 162 0.003204 10.0.0.254 - - [2025-06-23 02:01:58] "POST /hardwares HTTP/1.1" 200 320 0.011855 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 158 0.003239 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.025403 10.0.0.254 - - [2025-06-23 02:01:58] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003615 10.0.0.254 - - [2025-06-23 02:01:58] "POST /hardwares HTTP/1.1" 200 312 0.011741 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 158 0.002945 10.0.0.254 - - [2025-06-23 02:01:58] "PUT /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201 HTTP/1.1" 200 277 0.008655 10.0.0.254 - - [2025-06-23 02:01:58] "POST /hardwares HTTP/1.1" 200 312 0.012027 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 160 0.003090 10.0.0.254 - - [2025-06-23 02:01:58] "POST /hardwares HTTP/1.1" 200 316 0.012998 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 154 0.003273 10.0.0.254 - - [2025-06-23 02:01:58] "POST /hardwares HTTP/1.1" 200 304 0.011662 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 158 0.002874 10.0.0.254 - - [2025-06-23 02:01:58] "POST /hardwares HTTP/1.1" 200 312 0.015623 10.0.0.254 - - [2025-06-23 02:01:58] "GET / HTTP/1.1" 200 36215 0.001761 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000402 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 155 0.002808 10.0.0.254 - - [2025-06-23 02:01:58] "POST /hardwares HTTP/1.1" 200 306 0.011844 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 155 0.003229 10.0.0.254 - - [2025-06-23 02:01:58] "POST /hardwares HTTP/1.1" 200 306 0.011114 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 155 0.003988 10.0.0.254 - - [2025-06-23 02:01:58] "POST /hardwares HTTP/1.1" 200 306 0.011165 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 155 0.002980 10.0.0.254 - - [2025-06-23 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.024574 10.0.0.254 - - [2025-06-23 02:01:58] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005872 10.0.0.254 - - [2025-06-23 02:01:58] "POST /hardwares HTTP/1.1" 200 306 0.012181 10.0.0.254 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 156 0.002326 10.0.0.254 - - [2025-06-23 02:01:59] "PUT /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c HTTP/1.1" 200 275 0.017296 10.0.0.254 - - [2025-06-23 02:01:59] "POST /hardwares HTTP/1.1" 200 308 0.013568 10.0.0.254 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 156 0.003292 10.0.0.254 - - [2025-06-23 02:01:59] "POST /hardwares HTTP/1.1" 200 308 0.012293 10.0.0.254 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 156 0.003072 10.0.0.254 - - [2025-06-23 02:01:59] "POST /hardwares HTTP/1.1" 200 308 0.013339 10.0.0.254 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 157 0.003137 10.0.0.254 - - [2025-06-23 02:01:59] "POST /hardwares HTTP/1.1" 200 310 0.011745 10.0.0.254 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 158 0.004020 10.0.0.254 - - [2025-06-23 02:01:59] "POST /hardwares HTTP/1.1" 200 312 0.011233 10.0.0.254 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 158 0.003070 10.0.0.254 - - [2025-06-23 02:01:59] "POST /hardwares HTTP/1.1" 200 312 0.010976 10.0.0.254 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 153 0.002995 10.0.0.254 - - [2025-06-23 02:01:59] "POST /hardwares HTTP/1.1" 200 302 0.011384 10.0.0.254 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 157 0.003016 10.0.0.254 - - [2025-06-23 02:01:59] "POST /hardwares HTTP/1.1" 200 310 0.011268 10.0.0.254 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 157 0.003899 10.0.0.254 - - [2025-06-23 02:01:59] "POST /hardwares HTTP/1.1" 200 310 0.013256 10.0.0.254 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 404 157 0.003671 10.0.0.254 - - [2025-06-23 02:02:00] "POST /hardwares HTTP/1.1" 200 310 0.012078 10.0.0.254 - - [2025-06-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.003085 10.0.0.254 - - [2025-06-23 02:02:00] "POST /hardwares HTTP/1.1" 200 310 0.012191 10.0.0.254 - - [2025-06-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.003790 10.0.0.254 - - [2025-06-23 02:02:00] "POST /hardwares HTTP/1.1" 200 310 0.011408 10.0.0.254 - - [2025-06-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 161 0.003121 10.0.0.254 - - [2025-06-23 02:02:00] "POST /hardwares HTTP/1.1" 200 318 0.010909 10.0.0.254 - - [2025-06-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.002855 10.0.0.254 - - [2025-06-23 02:02:00] "POST /hardwares HTTP/1.1" 200 310 0.011994 10.0.0.254 - - [2025-06-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.003080 10.0.0.254 - - [2025-06-23 02:02:00] "POST /hardwares HTTP/1.1" 200 310 0.010705 10.0.0.254 - - [2025-06-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 154 0.002993 10.0.0.254 - - [2025-06-23 02:02:00] "POST /hardwares HTTP/1.1" 200 304 0.011190 10.0.0.254 - - [2025-06-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 190 0.003035 10.0.0.254 - - [2025-06-23 02:02:00] "POST /features HTTP/1.1" 200 535 0.018054 10.0.0.254 - - [2025-06-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 185 0.003124 10.0.0.254 - - [2025-06-23 02:02:00] "POST /features HTTP/1.1" 200 525 0.019360 10.0.0.254 - - [2025-06-23 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.003319 10.0.0.254 - - [2025-06-23 02:02:01] "POST /features HTTP/1.1" 200 523 0.067838 10.0.0.254 - - [2025-06-23 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.003329 10.0.0.254 - - [2025-06-23 02:02:01] "POST /features HTTP/1.1" 200 523 0.081816 10.0.0.254 - - [2025-06-23 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.003318 10.0.0.254 - - [2025-06-23 02:02:01] "POST /features HTTP/1.1" 200 533 0.027707 10.0.0.254 - - [2025-06-23 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.003377 10.0.0.254 - - [2025-06-23 02:02:01] "POST /features HTTP/1.1" 200 523 0.027667 10.0.0.254 - - [2025-06-23 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003206 10.0.0.254 - - [2025-06-23 02:02:01] "POST /features HTTP/1.1" 200 541 0.022388 10.0.0.254 - - [2025-06-23 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.003587 10.0.0.254 - - [2025-06-23 02:02:01] "POST /features HTTP/1.1" 200 527 0.184080 10.0.0.254 - - [2025-06-23 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.002967 10.0.0.254 - - [2025-06-23 02:02:02] "POST /features HTTP/1.1" 200 521 0.025724 10.0.0.254 - - [2025-06-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 182 0.004009 10.0.0.254 - - [2025-06-23 02:02:02] "POST /features HTTP/1.1" 200 519 0.022221 10.0.0.254 - - [2025-06-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.003249 10.0.0.254 - - [2025-06-23 02:02:02] "POST /features HTTP/1.1" 200 535 0.026630 10.0.0.254 - - [2025-06-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003448 10.0.0.254 - - [2025-06-23 02:02:02] "POST /features HTTP/1.1" 200 543 0.027175 10.0.0.254 - - [2025-06-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 178 0.003071 10.0.0.254 - - [2025-06-23 02:02:02] "POST /physical-roles HTTP/1.1" 200 523 0.019105 10.0.0.254 - - [2025-06-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 179 0.003073 10.0.0.254 - - [2025-06-23 02:02:02] "POST /physical-roles HTTP/1.1" 200 525 0.021123 10.0.0.254 - - [2025-06-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.003099 10.0.0.254 - - [2025-06-23 02:02:02] "POST /physical-roles HTTP/1.1" 200 535 0.017680 10.0.0.254 - - [2025-06-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 177 0.003320 10.0.0.254 - - [2025-06-23 02:02:02] "POST /physical-roles HTTP/1.1" 200 521 0.020312 10.0.0.254 - - [2025-06-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 191 0.003133 10.0.0.254 - - [2025-06-23 02:02:02] "POST /overlay-roles HTTP/1.1" 200 547 0.023125 10.0.0.254 - - [2025-06-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.003676 10.0.0.254 - - [2025-06-23 02:02:03] "POST /overlay-roles HTTP/1.1" 200 533 0.023669 10.0.0.254 - - [2025-06-23 02:02:03] "POST /fqname-to-id HTTP/1.1" 404 191 0.003171 10.0.0.254 - - [2025-06-23 02:02:03] "POST /overlay-roles HTTP/1.1" 200 547 0.024212 10.0.0.254 - - [2025-06-23 02:02:03] "POST /fqname-to-id HTTP/1.1" 404 185 0.003134 10.0.0.254 - - [2025-06-23 02:02:03] "POST /overlay-roles HTTP/1.1" 200 535 0.024816 10.0.0.254 - - [2025-06-23 02:02:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.003596 10.0.0.254 - - [2025-06-23 02:02:03] "POST /overlay-roles HTTP/1.1" 200 543 0.018125 10.0.0.254 - - [2025-06-23 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.254 - - [2025-06-23 02:02:03] "PUT /overlay-role/79ad4551-0234-4ee1-b9c0-ea89f1570718 HTTP/1.1" 200 259 0.010514 10.0.0.254 - - [2025-06-23 02:02:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.003006 10.0.0.254 - - [2025-06-23 02:02:03] "POST /overlay-roles HTTP/1.1" 200 533 0.023408 10.0.0.254 - - [2025-06-23 02:02:03] "POST /fqname-to-id HTTP/1.1" 404 185 0.003229 10.0.0.254 - - [2025-06-23 02:02:03] "POST /overlay-roles HTTP/1.1" 200 535 0.026077 10.0.0.254 - - [2025-06-23 02:02:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.003114 10.0.0.254 - - [2025-06-23 02:02:03] "POST /overlay-roles HTTP/1.1" 200 531 0.024506 10.0.0.254 - - [2025-06-23 02:02:03] "POST /fqname-to-id HTTP/1.1" 404 187 0.002932 10.0.0.254 - - [2025-06-23 02:02:03] "POST /overlay-roles HTTP/1.1" 200 539 0.019266 10.0.0.254 - - [2025-06-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.003838 10.0.0.254 - - [2025-06-23 02:02:04] "POST /overlay-roles HTTP/1.1" 200 543 0.021492 10.0.0.254 - - [2025-06-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 178 0.003185 10.0.0.254 - - [2025-06-23 02:02:04] "POST /overlay-roles HTTP/1.1" 200 521 0.017764 10.0.0.254 - - [2025-06-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.004005 10.0.0.254 - - [2025-06-23 02:02:04] "POST /overlay-roles HTTP/1.1" 200 545 0.021347 10.0.0.254 - - [2025-06-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 182 0.003697 10.0.0.254 - - [2025-06-23 02:02:04] "POST /role-definitions HTTP/1.1" 200 535 0.020489 10.0.0.254 - - [2025-06-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.003665 10.0.0.254 - - [2025-06-23 02:02:04] "POST /role-definitions HTTP/1.1" 200 549 0.021929 10.0.0.254 - - [2025-06-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.003813 10.0.0.254 - - [2025-06-23 02:02:04] "POST /role-definitions HTTP/1.1" 200 551 0.017214 10.0.0.254 - - [2025-06-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 191 0.003190 10.0.0.254 - - [2025-06-23 02:02:04] "POST /role-definitions HTTP/1.1" 200 553 0.019050 10.0.0.254 - - [2025-06-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.003803 10.0.0.254 - - [2025-06-23 02:02:04] "POST /role-definitions HTTP/1.1" 200 565 0.018857 10.0.0.254 - - [2025-06-23 02:02:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.003373 10.0.0.254 - - [2025-06-23 02:02:05] "POST /role-definitions HTTP/1.1" 200 549 0.028919 10.0.0.254 - - [2025-06-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003784 10.0.0.254 - - [2025-06-23 02:02:05] "POST /role-definitions HTTP/1.1" 200 551 0.027654 10.0.0.254 - - [2025-06-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.003453 10.0.0.254 - - [2025-06-23 02:02:05] "POST /role-definitions HTTP/1.1" 200 553 0.019325 10.0.0.254 - - [2025-06-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.005116 10.0.0.254 - - [2025-06-23 02:02:05] "POST /role-definitions HTTP/1.1" 200 551 0.022096 10.0.0.254 - - [2025-06-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.003721 10.0.0.254 - - [2025-06-23 02:02:05] "POST /role-definitions HTTP/1.1" 200 563 0.017328 10.0.0.254 - - [2025-06-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.002923 10.0.0.254 - - [2025-06-23 02:02:05] "POST /role-definitions HTTP/1.1" 200 549 0.018498 10.0.0.254 - - [2025-06-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.002903 10.0.0.254 - - [2025-06-23 02:02:05] "POST /role-definitions HTTP/1.1" 200 551 0.020047 10.0.0.254 - - [2025-06-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.003108 10.0.0.254 - - [2025-06-23 02:02:05] "POST /role-definitions HTTP/1.1" 200 547 0.018158 10.0.0.254 - - [2025-06-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.003060 10.0.0.254 - - [2025-06-23 02:02:05] "POST /role-definitions HTTP/1.1" 200 549 0.020188 10.0.0.254 - - [2025-06-23 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.003429 10.0.0.254 - - [2025-06-23 02:02:06] "POST /role-definitions HTTP/1.1" 200 555 0.028116 10.0.0.254 - - [2025-06-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003465 10.0.0.254 - - [2025-06-23 02:02:06] "POST /role-definitions HTTP/1.1" 200 557 0.016547 10.0.0.254 - - [2025-06-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 182 0.003215 10.0.0.254 - - [2025-06-23 02:02:06] "POST /role-definitions HTTP/1.1" 200 535 0.019655 10.0.0.254 - - [2025-06-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 187 0.003953 10.0.0.254 - - [2025-06-23 02:02:06] "POST /role-definitions HTTP/1.1" 200 545 0.018635 10.0.0.254 - - [2025-06-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 181 0.002753 10.0.0.254 - - [2025-06-23 02:02:06] "POST /role-definitions HTTP/1.1" 200 533 0.016879 10.0.0.254 - - [2025-06-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.003113 10.0.0.254 - - [2025-06-23 02:02:06] "POST /role-definitions HTTP/1.1" 200 539 0.016663 10.0.0.254 - - [2025-06-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.003195 10.0.0.254 - - [2025-06-23 02:02:06] "POST /role-definitions HTTP/1.1" 200 549 0.016921 10.0.0.254 - - [2025-06-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.002895 10.0.0.254 - - [2025-06-23 02:02:06] "POST /role-definitions HTTP/1.1" 200 559 0.017052 10.0.0.254 - - [2025-06-23 02:02:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.003104 10.0.0.254 - - [2025-06-23 02:02:06] "POST /role-definitions HTTP/1.1" 200 563 0.016581 10.0.0.254 - - [2025-06-23 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 195 0.003805 10.0.0.254 - - [2025-06-23 02:02:07] "POST /role-definitions HTTP/1.1" 200 561 0.020051 10.0.0.254 - - [2025-06-23 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.002999 10.0.0.254 - - [2025-06-23 02:02:07] "POST /feature-configs HTTP/1.1" 200 539 0.021022 10.0.0.254 - - [2025-06-23 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 212 0.002800 10.0.0.254 - - [2025-06-23 02:02:07] "POST /feature-configs HTTP/1.1" 200 564 0.019640 10.0.0.254 - - [2025-06-23 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.003119 10.0.0.254 - - [2025-06-23 02:02:07] "POST /feature-configs HTTP/1.1" 200 563 0.019509 10.0.0.254 - - [2025-06-23 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.003207 10.0.0.254 - - [2025-06-23 02:02:07] "POST /node-profiles HTTP/1.1" 200 549 0.016913 10.0.0.254 - - [2025-06-23 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 187 0.003393 10.0.0.254 - - [2025-06-23 02:02:07] "POST /node-profiles HTTP/1.1" 200 539 0.021905 10.0.0.254 - - [2025-06-23 02:02:07] "GET /global-system-configs HTTP/1.1" 200 323 0.604113 10.0.0.254 - - [2025-06-23 02:02:07] "GET /global-system-configs HTTP/1.1" 200 323 0.037985 10.0.0.254 - - [2025-06-23 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.002854 10.0.0.254 - - [2025-06-23 02:02:07] "POST /node-profiles HTTP/1.1" 200 551 0.016076 10.0.0.254 - - [2025-06-23 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.003641 10.0.0.254 - - [2025-06-23 02:02:07] "POST /node-profiles HTTP/1.1" 200 543 0.016237 10.0.0.254 - - [2025-06-23 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.003042 10.0.0.254 - - [2025-06-23 02:02:07] "POST /node-profiles HTTP/1.1" 200 543 0.016460 10.0.0.254 - - [2025-06-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.002810 10.0.0.254 - - [2025-06-23 02:02:08] "POST /node-profiles HTTP/1.1" 200 541 0.017023 10.0.0.254 - - [2025-06-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.002883 10.0.0.254 - - [2025-06-23 02:02:08] "POST /node-profiles HTTP/1.1" 200 533 0.018583 10.0.0.254 - - [2025-06-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 185 0.003115 10.0.0.254 - - [2025-06-23 02:02:08] "POST /node-profiles HTTP/1.1" 200 535 0.032997 10.0.0.254 - - [2025-06-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.002800 10.0.0.254 - - [2025-06-23 02:02:08] "POST /node-profiles HTTP/1.1" 200 559 0.015783 10.0.0.254 - - [2025-06-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003031 10.0.0.254 - - [2025-06-23 02:02:08] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016425 10.0.0.254 - - [2025-06-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003773 10.0.0.254 - - [2025-06-23 02:02:08] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018470 10.0.0.254 - - [2025-06-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003066 10.0.0.254 - - [2025-06-23 02:02:08] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017644 10.0.0.254 - - [2025-06-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003022 10.0.0.254 - - [2025-06-23 02:02:08] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017943 10.0.0.254 - - [2025-06-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003142 10.0.0.254 - - [2025-06-23 02:02:08] "POST /telemetry-profiles HTTP/1.1" 200 556 0.019026 10.0.0.254 - - [2025-06-23 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.002980 10.0.0.254 - - [2025-06-23 02:02:09] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018539 10.0.0.254 - - [2025-06-23 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.003345 10.0.0.254 - - [2025-06-23 02:02:09] "POST /sflow-profiles HTTP/1.1" 200 534 0.018088 10.0.0.254 - - [2025-06-23 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.003208 10.0.0.254 - - [2025-06-23 02:02:09] "POST /sflow-profiles HTTP/1.1" 200 540 0.017745 10.0.0.254 - - [2025-06-23 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.003396 10.0.0.254 - - [2025-06-23 02:02:09] "POST /sflow-profiles HTTP/1.1" 200 540 0.020588 10.0.0.254 - - [2025-06-23 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.003092 10.0.0.254 - - [2025-06-23 02:02:09] "POST /grpc-profiles HTTP/1.1" 200 532 0.017491 10.0.0.254 - - [2025-06-23 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.003053 10.0.0.254 - - [2025-06-23 02:02:09] "POST /snmp-profiles HTTP/1.1" 200 532 0.016628 10.0.0.254 - - [2025-06-23 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.003266 10.0.0.254 - - [2025-06-23 02:02:09] "POST /netconf-profiles HTTP/1.1" 200 544 0.018996 10.0.0.254 - - [2025-06-23 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003187 10.0.0.254 - - [2025-06-23 02:02:09] "POST /device-functional-groups HTTP/1.1" 200 542 0.017023 10.0.0.254 - - [2025-06-23 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.002885 10.0.0.254 - - [2025-06-23 02:02:10] "POST /device-functional-groups HTTP/1.1" 200 542 0.019487 10.0.0.254 - - [2025-06-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.003007 10.0.0.254 - - [2025-06-23 02:02:10] "POST /device-functional-groups HTTP/1.1" 200 546 0.018029 10.0.0.254 - - [2025-06-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.002985 10.0.0.254 - - [2025-06-23 02:02:10] "POST /device-functional-groups HTTP/1.1" 200 544 0.018657 10.0.0.254 - - [2025-06-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 218 0.003212 10.0.0.254 - - [2025-06-23 02:02:10] "POST /device-functional-groups HTTP/1.1" 200 592 0.030960 10.0.0.254 - - [2025-06-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.003958 10.0.0.254 - - [2025-06-23 02:02:10] "POST /device-functional-groups HTTP/1.1" 200 572 0.017386 10.0.0.254 - - [2025-06-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.003687 10.0.0.254 - - [2025-06-23 02:02:10] "POST /device-functional-groups HTTP/1.1" 200 622 0.016308 10.0.0.254 - - [2025-06-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.003444 10.0.0.254 - - [2025-06-23 02:02:10] "POST /device-functional-groups HTTP/1.1" 200 568 0.019170 10.0.0.254 - - [2025-06-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.003133 10.0.0.254 - - [2025-06-23 02:02:10] "POST /device-functional-groups HTTP/1.1" 200 566 0.017695 10.0.0.254 - - [2025-06-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 210 0.003246 10.0.0.254 - - [2025-06-23 02:02:10] "POST /device-functional-groups HTTP/1.1" 200 576 0.019996 10.0.0.254 - - [2025-06-23 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.003590 10.0.0.254 - - [2025-06-23 02:02:11] "POST /role-configs HTTP/1.1" 200 527 0.019953 10.0.0.254 - - [2025-06-23 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.003290 10.0.0.254 - - [2025-06-23 02:02:11] "POST /role-configs HTTP/1.1" 200 522 0.020265 10.0.0.254 - - [2025-06-23 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003423 10.0.0.254 - - [2025-06-23 02:02:11] "POST /role-configs HTTP/1.1" 200 524 0.018989 10.0.0.254 - - [2025-06-23 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003374 10.0.0.254 - - [2025-06-23 02:02:11] "POST /role-configs HTTP/1.1" 200 524 0.016895 10.0.0.254 - - [2025-06-23 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.003599 10.0.0.254 - - [2025-06-23 02:02:11] "POST /role-configs HTTP/1.1" 200 528 0.016513 10.0.0.254 - - [2025-06-23 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.003067 10.0.0.254 - - [2025-06-23 02:02:11] "POST /role-configs HTTP/1.1" 200 523 0.018261 10.0.0.254 - - [2025-06-23 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003075 10.0.0.254 - - [2025-06-23 02:02:11] "POST /role-configs HTTP/1.1" 200 519 0.016327 10.0.0.254 - - [2025-06-23 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.003733 10.0.0.254 - - [2025-06-23 02:02:11] "POST /role-configs HTTP/1.1" 200 520 0.020018 10.0.0.254 - - [2025-06-23 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.254 - - [2025-06-23 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.254 - - [2025-06-23 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.010215 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.254 - - [2025-06-23 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.008346 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.254 - - [2025-06-23 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.009845 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.254 - - [2025-06-23 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.009933 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.254 - - [2025-06-23 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.009036 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.254 - - [2025-06-23 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.009355 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.254 - - [2025-06-23 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.009834 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.254 - - [2025-06-23 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.254 - - [2025-06-23 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.008353 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.254 - - [2025-06-23 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.012046 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.254 - - [2025-06-23 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.010460 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.254 - - [2025-06-23 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.011274 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.254 - - [2025-06-23 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.008288 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.254 - - [2025-06-23 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.008933 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.254 - - [2025-06-23 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.254 - - [2025-06-23 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.254 - - [2025-06-23 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.008728 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.254 - - [2025-06-23 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.254 - - [2025-06-23 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.009159 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.254 - - [2025-06-23 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.009743 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.254 - - [2025-06-23 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.008140 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.254 - - [2025-06-23 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.008614 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.254 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.254 - - [2025-06-23 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.008801 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.254 - - [2025-06-23 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.008927 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.254 - - [2025-06-23 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.010071 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.254 - - [2025-06-23 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.009522 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.254 - - [2025-06-23 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.010799 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.254 - - [2025-06-23 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.008924 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.254 - - [2025-06-23 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.009351 10.0.0.254 - - [2025-06-23 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.254 - - [2025-06-23 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.009068 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.254 - - [2025-06-23 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.009628 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.254 - - [2025-06-23 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.008370 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.254 - - [2025-06-23 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.008102 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.254 - - [2025-06-23 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.007844 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.254 - - [2025-06-23 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.009023 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.254 - - [2025-06-23 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.254 - - [2025-06-23 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.008172 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.254 - - [2025-06-23 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.010865 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.254 - - [2025-06-23 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.007853 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.254 - - [2025-06-23 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.008478 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.254 - - [2025-06-23 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.008477 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.254 - - [2025-06-23 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.008241 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.254 - - [2025-06-23 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.007590 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.254 - - [2025-06-23 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.254 - - [2025-06-23 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.254 - - [2025-06-23 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.008136 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.254 - - [2025-06-23 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.010720 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.254 - - [2025-06-23 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.007627 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.254 - - [2025-06-23 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.009351 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.254 - - [2025-06-23 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.008539 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.254 - - [2025-06-23 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.254 - - [2025-06-23 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.008028 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.254 - - [2025-06-23 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.007973 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.254 - - [2025-06-23 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.254 - - [2025-06-23 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.008408 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.254 - - [2025-06-23 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.254 - - [2025-06-23 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.008150 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.254 - - [2025-06-23 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.007744 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.254 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.254 - - [2025-06-23 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.008561 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.254 - - [2025-06-23 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.007309 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.254 - - [2025-06-23 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.009043 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.254 - - [2025-06-23 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.008753 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.254 - - [2025-06-23 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.007964 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.254 - - [2025-06-23 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.010318 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.254 - - [2025-06-23 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.008253 10.0.0.254 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.254 - - [2025-06-23 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.009947 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.254 - - [2025-06-23 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.008569 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.254 - - [2025-06-23 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.009835 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.254 - - [2025-06-23 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.009098 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.254 - - [2025-06-23 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.007883 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.254 - - [2025-06-23 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.009032 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.254 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.254 - - [2025-06-23 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.009535 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.254 - - [2025-06-23 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.007412 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.254 - - [2025-06-23 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.010252 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.254 - - [2025-06-23 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.011630 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.254 - - [2025-06-23 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.008328 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.254 - - [2025-06-23 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.009167 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.254 - - [2025-06-23 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.010945 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.254 - - [2025-06-23 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.254 - - [2025-06-23 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.008665 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-06-23 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.008404 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.254 - - [2025-06-23 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.007635 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.254 - - [2025-06-23 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.007766 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.254 - - [2025-06-23 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.008565 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.254 - - [2025-06-23 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.007748 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.254 - - [2025-06-23 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-06-23 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.008188 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.254 - - [2025-06-23 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.008420 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.254 - - [2025-06-23 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.007808 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.254 - - [2025-06-23 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.008992 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.254 - - [2025-06-23 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.008782 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.254 - - [2025-06-23 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.008828 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.254 - - [2025-06-23 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.008238 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.254 - - [2025-06-23 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.254 - - [2025-06-23 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.010010 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.254 - - [2025-06-23 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.007777 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.254 - - [2025-06-23 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.009136 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.254 - - [2025-06-23 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.009070 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.254 - - [2025-06-23 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.009090 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.254 - - [2025-06-23 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.009849 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.254 - - [2025-06-23 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.009776 10.0.0.254 - - [2025-06-23 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.254 - - [2025-06-23 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.011292 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.254 - - [2025-06-23 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.007568 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.254 - - [2025-06-23 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.007705 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.254 - - [2025-06-23 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.008051 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.254 - - [2025-06-23 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.008188 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.254 - - [2025-06-23 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.008245 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.254 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.254 - - [2025-06-23 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.009100 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.254 - - [2025-06-23 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.008556 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.254 - - [2025-06-23 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.254 - - [2025-06-23 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.009635 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.254 - - [2025-06-23 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.008468 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.254 - - [2025-06-23 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.009100 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.254 - - [2025-06-23 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.008560 10.0.0.254 - - [2025-06-23 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.254 - - [2025-06-23 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.008791 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.254 - - [2025-06-23 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.010486 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.254 - - [2025-06-23 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.008021 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.254 - - [2025-06-23 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.010028 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.254 - - [2025-06-23 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.008663 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.254 - - [2025-06-23 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.008194 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.254 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.254 - - [2025-06-23 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.008803 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.254 - - [2025-06-23 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.009101 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.254 - - [2025-06-23 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.008875 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.254 - - [2025-06-23 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.008778 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.254 - - [2025-06-23 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.254 - - [2025-06-23 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.008434 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.254 - - [2025-06-23 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.009003 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.254 - - [2025-06-23 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.254 - - [2025-06-23 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.008390 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.254 - - [2025-06-23 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.008862 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.254 - - [2025-06-23 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.007965 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.254 - - [2025-06-23 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.009580 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.254 - - [2025-06-23 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.254 - - [2025-06-23 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.007805 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.254 - - [2025-06-23 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.007950 10.0.0.254 - - [2025-06-23 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.254 - - [2025-06-23 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.009522 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.254 - - [2025-06-23 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.008473 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.254 - - [2025-06-23 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.009902 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.254 - - [2025-06-23 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.010272 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.254 - - [2025-06-23 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.009568 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.254 - - [2025-06-23 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.008178 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.254 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.254 - - [2025-06-23 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.007129 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.254 - - [2025-06-23 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.254 - - [2025-06-23 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.007985 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.254 - - [2025-06-23 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.008772 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.254 - - [2025-06-23 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.007382 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.254 - - [2025-06-23 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.007949 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.254 - - [2025-06-23 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.007883 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.254 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.254 - - [2025-06-23 02:02:33] "POST /ref-update HTTP/1.1" 200 156 0.007436 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.254 - - [2025-06-23 02:02:33] "POST /ref-update HTTP/1.1" 200 156 0.008120 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.254 - - [2025-06-23 02:02:33] "POST /ref-update HTTP/1.1" 200 156 0.008156 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.254 - - [2025-06-23 02:02:33] "POST /ref-update HTTP/1.1" 200 156 0.011786 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.254 - - [2025-06-23 02:02:33] "POST /ref-update HTTP/1.1" 200 156 0.010044 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.254 - - [2025-06-23 02:02:33] "POST /ref-update HTTP/1.1" 200 156 0.009823 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.254 - - [2025-06-23 02:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.254 - - [2025-06-23 02:02:33] "POST /ref-update HTTP/1.1" 200 156 0.008579 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.254 - - [2025-06-23 02:02:34] "POST /ref-update HTTP/1.1" 200 156 0.027533 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.014323 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.254 - - [2025-06-23 02:02:34] "POST /ref-update HTTP/1.1" 200 156 0.010089 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.254 - - [2025-06-23 02:02:34] "POST /ref-update HTTP/1.1" 200 156 0.008592 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.254 - - [2025-06-23 02:02:34] "POST /ref-update HTTP/1.1" 200 156 0.008588 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.254 - - [2025-06-23 02:02:34] "POST /ref-update HTTP/1.1" 200 156 0.008433 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.254 - - [2025-06-23 02:02:34] "POST /ref-update HTTP/1.1" 200 156 0.010317 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.254 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.254 - - [2025-06-23 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.010218 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.254 - - [2025-06-23 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.008371 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005357 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.254 - - [2025-06-23 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.012703 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.254 - - [2025-06-23 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.010161 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.254 - - [2025-06-23 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.011085 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.254 - - [2025-06-23 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.008008 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.254 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.254 - - [2025-06-23 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.008173 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.254 - - [2025-06-23 02:02:36] "POST /ref-update HTTP/1.1" 200 156 0.008597 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.254 - - [2025-06-23 02:02:36] "POST /ref-update HTTP/1.1" 200 156 0.009678 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.254 - - [2025-06-23 02:02:36] "POST /ref-update HTTP/1.1" 200 156 0.007529 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.254 - - [2025-06-23 02:02:36] "GET / HTTP/1.1" 200 36215 0.001503 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000418 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.254 - - [2025-06-23 02:02:36] "POST /ref-update HTTP/1.1" 200 156 0.016621 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.254 - - [2025-06-23 02:02:36] "POST /ref-update HTTP/1.1" 200 156 0.007440 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.025209 10.0.0.254 - - [2025-06-23 02:02:36] "GET /routing-instance/b1954c77-c899-4d07-88c5-acdf6bfcb75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004530 10.0.0.254 - - [2025-06-23 02:02:36] "POST /ref-update HTTP/1.1" 200 156 0.007960 10.0.0.254 - - [2025-06-23 02:02:36] "POST /bgp-routers HTTP/1.1" 200 622 0.019804 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.254 - - [2025-06-23 02:02:36] "GET /bgp-router/2d75e691-901d-45c2-9233-62889e7307f2?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.006069 10.0.0.254 - - [2025-06-23 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.254 - - [2025-06-23 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.007644 10.0.0.254 - - [2025-06-23 02:02:37] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.009379 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.254 - - [2025-06-23 02:02:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003425 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.254 - - [2025-06-23 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.007372 10.0.0.254 - - [2025-06-23 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.007026 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.254 - - [2025-06-23 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.009530 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.254 - - [2025-06-23 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.008673 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.254 - - [2025-06-23 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.008504 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.254 - - [2025-06-23 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.008409 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.254 - - [2025-06-23 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.008994 10.0.0.254 - - [2025-06-23 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.254 - - [2025-06-23 02:02:38] "POST /ref-update HTTP/1.1" 200 156 0.007928 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.254 - - [2025-06-23 02:02:38] "POST /ref-update HTTP/1.1" 200 156 0.009275 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.254 - - [2025-06-23 02:02:38] "POST /ref-update HTTP/1.1" 200 156 0.009685 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.254 - - [2025-06-23 02:02:38] "POST /ref-update HTTP/1.1" 200 156 0.009268 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.254 - - [2025-06-23 02:02:38] "POST /ref-update HTTP/1.1" 200 156 0.009495 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.254 - - [2025-06-23 02:02:38] "POST /ref-update HTTP/1.1" 200 156 0.008098 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.254 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.254 - - [2025-06-23 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.007835 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.254 - - [2025-06-23 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.009249 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.254 - - [2025-06-23 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.254 - - [2025-06-23 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.010186 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.254 - - [2025-06-23 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.010383 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.254 - - [2025-06-23 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.008700 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.254 - - [2025-06-23 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.008626 10.0.0.254 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.254 - - [2025-06-23 02:02:40] "POST /ref-update HTTP/1.1" 200 156 0.009120 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.254 - - [2025-06-23 02:02:40] "POST /ref-update HTTP/1.1" 200 156 0.009061 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.254 - - [2025-06-23 02:02:40] "POST /ref-update HTTP/1.1" 200 156 0.008895 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.254 - - [2025-06-23 02:02:40] "POST /ref-update HTTP/1.1" 200 156 0.010240 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.254 - - [2025-06-23 02:02:40] "POST /ref-update HTTP/1.1" 200 156 0.008619 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.254 - - [2025-06-23 02:02:40] "POST /ref-update HTTP/1.1" 200 156 0.008874 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.254 - - [2025-06-23 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.254 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.009268 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.254 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.254 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.009352 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.254 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.009814 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.254 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.011629 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.254 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.011219 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.254 - - [2025-06-23 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.254 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.013500 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.254 - - [2025-06-23 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.010041 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.254 - - [2025-06-23 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.008915 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.254 - - [2025-06-23 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.009981 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.254 - - [2025-06-23 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.010683 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.254 - - [2025-06-23 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.009774 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.254 - - [2025-06-23 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.010293 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.254 - - [2025-06-23 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.254 - - [2025-06-23 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.010417 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.254 - - [2025-06-23 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.008773 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.254 - - [2025-06-23 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.009402 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.254 - - [2025-06-23 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.010934 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.254 - - [2025-06-23 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.009712 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.254 - - [2025-06-23 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.009436 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.254 - - [2025-06-23 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.254 - - [2025-06-23 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.009546 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.254 - - [2025-06-23 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.011225 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.254 - - [2025-06-23 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.009995 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.254 - - [2025-06-23 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.009726 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.254 - - [2025-06-23 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.009226 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.254 - - [2025-06-23 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.010133 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.254 - - [2025-06-23 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.011527 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.254 - - [2025-06-23 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.254 - - [2025-06-23 02:02:45] "POST /ref-update HTTP/1.1" 200 156 0.013210 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.254 - - [2025-06-23 02:02:45] "POST /ref-update HTTP/1.1" 200 156 0.012300 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.254 - - [2025-06-23 02:02:45] "POST /ref-update HTTP/1.1" 200 156 0.011107 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.254 - - [2025-06-23 02:02:45] "POST /ref-update HTTP/1.1" 200 156 0.009074 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.254 - - [2025-06-23 02:02:45] "POST /ref-update HTTP/1.1" 200 156 0.009361 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.254 - - [2025-06-23 02:02:45] "POST /ref-update HTTP/1.1" 200 156 0.010640 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.254 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.254 - - [2025-06-23 02:02:45] "POST /ref-update HTTP/1.1" 200 156 0.011063 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.254 - - [2025-06-23 02:02:46] "POST /ref-update HTTP/1.1" 200 156 0.010730 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.254 - - [2025-06-23 02:02:46] "POST /ref-update HTTP/1.1" 200 156 0.009801 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.254 - - [2025-06-23 02:02:46] "POST /ref-update HTTP/1.1" 200 156 0.009621 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.254 - - [2025-06-23 02:02:46] "POST /ref-update HTTP/1.1" 200 156 0.009724 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.254 - - [2025-06-23 02:02:46] "POST /ref-update HTTP/1.1" 200 156 0.008906 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.254 - - [2025-06-23 02:02:46] "POST /ref-update HTTP/1.1" 200 156 0.010620 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.254 - - [2025-06-23 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.254 - - [2025-06-23 02:02:47] "POST /ref-update HTTP/1.1" 200 156 0.010470 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.254 - - [2025-06-23 02:02:47] "POST /ref-update HTTP/1.1" 200 156 0.009864 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.254 - - [2025-06-23 02:02:47] "POST /ref-update HTTP/1.1" 200 156 0.008927 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.254 - - [2025-06-23 02:02:47] "POST /ref-update HTTP/1.1" 200 156 0.010389 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.254 - - [2025-06-23 02:02:47] "POST /ref-update HTTP/1.1" 200 156 0.007785 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.254 - - [2025-06-23 02:02:47] "POST /ref-update HTTP/1.1" 200 156 0.008852 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.254 - - [2025-06-23 02:02:47] "POST /ref-update HTTP/1.1" 200 156 0.008750 10.0.0.254 - - [2025-06-23 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.254 - - [2025-06-23 02:02:48] "POST /ref-update HTTP/1.1" 200 156 0.011968 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.254 - - [2025-06-23 02:02:48] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.254 - - [2025-06-23 02:02:48] "POST /ref-update HTTP/1.1" 200 156 0.008817 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.254 - - [2025-06-23 02:02:48] "POST /ref-update HTTP/1.1" 200 156 0.009323 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.254 - - [2025-06-23 02:02:48] "POST /ref-update HTTP/1.1" 200 156 0.009718 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.254 - - [2025-06-23 02:02:48] "POST /ref-update HTTP/1.1" 200 156 0.008257 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.254 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.254 - - [2025-06-23 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.011070 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.254 - - [2025-06-23 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.008717 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.254 - - [2025-06-23 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.011784 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.254 - - [2025-06-23 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.012109 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.254 - - [2025-06-23 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.010652 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.254 - - [2025-06-23 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.009869 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.254 - - [2025-06-23 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.010688 10.0.0.254 - - [2025-06-23 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.254 - - [2025-06-23 02:02:50] "POST /ref-update HTTP/1.1" 200 156 0.010855 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.254 - - [2025-06-23 02:02:50] "POST /ref-update HTTP/1.1" 200 156 0.009884 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.254 - - [2025-06-23 02:02:50] "POST /ref-update HTTP/1.1" 200 156 0.010045 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.254 - - [2025-06-23 02:02:50] "POST /ref-update HTTP/1.1" 200 156 0.009521 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.254 - - [2025-06-23 02:02:50] "POST /ref-update HTTP/1.1" 200 156 0.009694 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.254 - - [2025-06-23 02:02:50] "POST /ref-update HTTP/1.1" 200 156 0.008675 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.254 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.254 - - [2025-06-23 02:02:51] "POST /ref-update HTTP/1.1" 200 156 0.009446 10.0.0.254 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.254 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.254 - - [2025-06-23 02:02:51] "POST /ref-update HTTP/1.1" 200 156 0.008481 10.0.0.254 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.254 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.254 - - [2025-06-23 02:02:51] "POST /ref-update HTTP/1.1" 200 156 0.009011 10.0.0.254 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.254 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.254 - - [2025-06-23 02:02:51] "POST /ref-update HTTP/1.1" 200 156 0.009240 10.0.0.254 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.254 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.254 - - [2025-06-23 02:02:51] "POST /ref-update HTTP/1.1" 200 156 0.009450 10.0.0.254 - - [2025-06-23 02:02:51] "POST /network-ipams HTTP/1.1" 200 552 0.020388 10.0.0.254 - - [2025-06-23 02:02:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003507 10.0.0.254 - - [2025-06-23 02:02:51] "POST /virtual-networks HTTP/1.1" 200 554 0.105570 10.0.0.254 - - [2025-06-23 02:02:51] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003237 10.0.0.254 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.003249 10.0.0.254 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 178 0.003089 10.0.0.254 - - [2025-06-23 02:02:52] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002962 10.0.0.254 - - [2025-06-23 02:02:52] "GET /fabric/ea850261-2b1d-42cb-a8b7-d28c5290da75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.004173 10.0.0.254 - - [2025-06-23 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003537 10.0.0.254 - - [2025-06-23 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.003072 10.0.0.254 - - [2025-06-23 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003248 10.0.0.254 - - [2025-06-23 02:02:52] "POST /route-targets HTTP/1.1" 200 328 0.012171 10.0.0.254 - - [2025-06-23 02:02:52] "POST /ref-update HTTP/1.1" 200 156 0.013784 10.0.0.254 - - [2025-06-23 02:03:08] "GET / HTTP/1.1" 200 36215 0.001738 10.0.0.254 - - [2025-06-23 02:03:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000586 10.0.0.254 - - [2025-06-23 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.028037 10.0.0.254 - - [2025-06-23 02:03:08] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.010076 10.0.0.254 - - [2025-06-23 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.004580 10.0.0.254 - - [2025-06-23 02:03:09] "POST /database-nodes HTTP/1.1" 200 605 0.018759 10.0.0.254 - - [2025-06-23 02:03:42] "GET / HTTP/1.1" 200 36215 0.002563 10.0.0.254 - - [2025-06-23 02:03:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000662 10.0.0.254 - - [2025-06-23 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.030155 10.0.0.254 - - [2025-06-23 02:03:42] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006593 10.0.0.254 - - [2025-06-23 02:03:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.003066 10.0.0.254 - - [2025-06-23 02:03:43] "POST /analytics-nodes HTTP/1.1" 200 607 0.019827 10.0.0.254 - - [2025-06-23 02:03:48] "GET / HTTP/1.1" 200 36215 0.001831 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-06-23 02:03:51] "GET /obj-perms HTTP/1.1" 200 5075 0.362116 10.0.0.254 - - [2025-06-23 02:03:51] "GET /obj-perms HTTP/1.1" 200 5075 0.051375 10.0.0.254 - - [2025-06-23 02:03:57] "GET / HTTP/1.1" 200 36215 0.001484 10.0.0.254 - - [2025-06-23 02:03:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.254 - - [2025-06-23 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.028629 10.0.0.254 - - [2025-06-23 02:03:57] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005667 10.0.0.254 - - [2025-06-23 02:03:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.002998 10.0.0.254 - - [2025-06-23 02:03:57] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.028249 10.0.0.254 - - [2025-06-23 02:04:05] "GET / HTTP/1.1" 200 36215 0.002195 10.0.0.254 - - [2025-06-23 02:04:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000652 10.0.0.254 - - [2025-06-23 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.028368 10.0.0.254 - - [2025-06-23 02:04:06] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007862 10.0.0.254 - - [2025-06-23 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.003017 10.0.0.254 - - [2025-06-23 02:04:06] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.020775 10.0.0.254 - - [2025-06-23 02:04:51] "GET /obj-perms HTTP/1.1" 200 5075 0.050561 10.0.0.254 - - [2025-06-23 02:04:52] "GET /obj-perms HTTP/1.1" 200 5075 0.046687 10.0.0.254 - - [2025-06-23 02:05:37] "GET / HTTP/1.1" 200 36215 0.002188 10.0.0.254 - - [2025-06-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000516 10.0.0.254 - - [2025-06-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.026090 10.0.0.254 - - [2025-06-23 02:05:37] "GET /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005803 10.0.0.254 - - [2025-06-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.254 - - [2025-06-23 02:05:37] "GET /routing-instance/b1954c77-c899-4d07-88c5-acdf6bfcb75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003824 10.0.0.254 - - [2025-06-23 02:05:37] "PUT /global-system-config/699b0266-b4b9-4362-8b32-eb20b100d49c HTTP/1.1" 200 275 0.011178 10.0.0.254 - - [2025-06-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 218 0.002850 10.0.0.254 - - [2025-06-23 02:05:37] "POST /virtual-routers HTTP/1.1" 200 605 0.018094 10.0.0.254 - - [2025-06-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.254 - - [2025-06-23 02:05:37] "GET /virtual-router/d4165af8-1cf6-4c3e-9be6-62ba87fa74f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1259 0.008259 10.0.0.254 - - [2025-06-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.002890 10.0.0.254 - - [2025-06-23 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.254 - - [2025-06-23 02:05:37] "GET /virtual-network/0979e9c0-4854-4fd7-a2d4-9275ddc31fb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005057 10.0.0.254 - - [2025-06-23 02:05:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.038594 10.0.0.254 - - [2025-06-23 02:05:38] "PUT /access-control-list/e54ff19b-04fa-4b96-84d1-f0480e33d0b0 HTTP/1.1" 200 273 0.012299 [Introspect:8084]10.0.0.254 - - [2025-06-23 02:05:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000853 [Introspect:8084]10.0.0.254 - - [2025-06-23 02:05:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001078 [Introspect:8084]10.0.0.254 - - [2025-06-23 02:05:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000855 [Introspect:8084]10.0.0.254 - - [2025-06-23 02:05:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001090 10.0.0.254 - - [2025-06-23 02:05:52] "GET /obj-perms HTTP/1.1" 200 5075 0.054373 10.0.0.254 - - [2025-06-23 02:05:52] "GET /obj-perms HTTP/1.1" 200 5075 0.048710 10.0.0.254 - - [2025-06-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.254 - - [2025-06-23 02:05:52] "GET /virtual-router/d4165af8-1cf6-4c3e-9be6-62ba87fa74f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1259 0.003800 10.0.0.254 - - [2025-06-23 02:06:41] "GET / HTTP/1.1" 200 36215 0.002083 10.0.0.254 - - [2025-06-23 02:06:41] "GET /project/f05c5fcd-f01a-4d3a-88ee-9bf0bfdea48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000507 10.0.0.254 - - [2025-06-23 02:06:42] "GET /projects?obj_uuids=f05c5fcd-f01a-4d3a-88ee-9bf0bfdea48a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002703 10.0.0.254 - - [2025-06-23 02:06:42] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001294 10.0.0.254 - - [2025-06-23 02:06:42] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052458 10.0.0.254 - - [2025-06-23 02:06:42] "POST /id-to-fqname HTTP/1.1" 200 167 0.001619 10.0.0.254 - - [2025-06-23 02:06:42] "POST /fqname-to-id HTTP/1.1" 404 176 0.003433 10.0.0.254 - - [2025-06-23 02:06:42] "POST /security-groups HTTP/1.1" 200 568 0.064025 10.0.0.254 - - [2025-06-23 02:06:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.002626 10.0.0.254 - - [2025-06-23 02:06:42] "POST /projects HTTP/1.1" 200 539 0.223451 10.0.0.254 - - [2025-06-23 02:06:42] "POST /access-control-lists HTTP/1.1" 200 575 0.061863 10.0.0.254 - - [2025-06-23 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.296779 10.0.0.254 - - [2025-06-23 02:06:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.003153 10.0.0.254 - - [2025-06-23 02:06:42] "GET /project/f05c5fcd-f01a-4d3a-88ee-9bf0bfdea48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.458168 10.0.0.254 - - [2025-06-23 02:06:42] "POST /access-control-lists HTTP/1.1" 200 573 0.064061 [Introspect:8084]10.0.0.254 - - [2025-06-23 02:06:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001074 10.0.0.254 - - [2025-06-23 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.023613 10.0.0.254 - - [2025-06-23 02:06:43] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003264 10.0.0.254 - - [2025-06-23 02:06:43] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.254 - - [2025-06-23 02:06:43] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008418 10.0.0.254 - - [2025-06-23 02:06:43] "POST /id-to-fqname HTTP/1.1" 200 201 0.001465 10.0.0.254 - - [2025-06-23 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 210 0.003588 10.0.0.254 - - [2025-06-23 02:06:43] "POST /security-groups HTTP/1.1" 200 602 0.064417 10.0.0.254 - - [2025-06-23 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 245 0.003320 10.0.0.254 - - [2025-06-23 02:06:43] "POST /projects HTTP/1.1" 200 607 0.227360 10.0.0.254 - - [2025-06-23 02:06:43] "POST /access-control-lists HTTP/1.1" 200 609 0.062481 10.0.0.254 - - [2025-06-23 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.300287 10.0.0.254 - - [2025-06-23 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 244 0.003039 10.0.0.254 - - [2025-06-23 02:06:44] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.425731 10.0.0.254 - - [2025-06-23 02:06:44] "POST /access-control-lists HTTP/1.1" 200 607 0.059991 10.0.0.254 - - [2025-06-23 02:06:45] "GET / HTTP/1.1" 200 36215 0.003088 10.0.0.254 - - [2025-06-23 02:06:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.254 - - [2025-06-23 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.053647 10.0.0.254 - - [2025-06-23 02:06:45] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001077 10.0.0.254 - - [2025-06-23 02:06:45] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.028675 10.0.0.254 - - [2025-06-23 02:06:46] "POST /neutron/network HTTP/1.1" 200 117 0.039517 10.0.0.254 - - [2025-06-23 02:06:46] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.022588 10.0.0.254 - - [2025-06-23 02:06:46] "POST /neutron/network HTTP/1.1" 200 620 0.091475 10.0.0.254 - - [2025-06-23 02:06:46] "POST /route-targets HTTP/1.1" 200 328 0.009719 10.0.0.254 - - [2025-06-23 02:06:46] "POST /ref-update HTTP/1.1" 200 156 0.015243 10.0.0.254 - - [2025-06-23 02:06:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003422 10.0.0.254 - - [2025-06-23 02:06:46] "POST /neutron/subnet HTTP/1.1" 200 710 0.156214 10.0.0.254 - - [2025-06-23 02:06:46] "POST /neutron/network HTTP/1.1" 200 836 0.006069 10.0.0.254 - - [2025-06-23 02:06:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001470 10.0.0.254 - - [2025-06-23 02:06:46] "GET /virtual-network/be70f6f6-924d-4073-b1d8-8e877293994c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005054 10.0.0.254 - - [2025-06-23 02:06:46] "POST /neutron/network HTTP/1.1" 200 836 0.008257 10.0.0.254 - - [2025-06-23 02:06:46] "GET /virtual-network/be70f6f6-924d-4073-b1d8-8e877293994c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005257 10.0.0.254 - - [2025-06-23 02:06:46] "POST /neutron/network HTTP/1.1" 200 836 0.006365 10.0.0.254 - - [2025-06-23 02:06:46] "POST /neutron/subnet HTTP/1.1" 200 710 0.007501 10.0.0.254 - - [2025-06-23 02:06:46] "GET /domains HTTP/1.1" 401 293 0.000409 10.0.0.254 - - [2025-06-23 02:06:47] "GET /domains HTTP/1.1" 200 281 0.026252 10.0.0.254 - - [2025-06-23 02:06:47] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001500 10.0.0.254 - - [2025-06-23 02:06:47] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2595 0.013300 10.0.0.254 - - [2025-06-23 02:06:47] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001148 10.0.0.254 - - [2025-06-23 02:06:47] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401 HTTP/1.1" 200 2185 0.068791 10.0.0.254 - - [2025-06-23 02:06:47] "GET /virtual-network/be70f6f6-924d-4073-b1d8-8e877293994c HTTP/1.1" 200 2338 0.006060 10.0.0.254 - - [2025-06-23 02:06:47] "GET /virtual-network/be70f6f6-924d-4073-b1d8-8e877293994c HTTP/1.1" 200 2338 0.005581 10.0.0.254 - - [2025-06-23 02:06:47] "GET /routing-instance/088bdd63-3ed4-4959-bd79-cc60a18d0cee HTTP/1.1" 200 1496 0.003628 10.0.0.254 - - [2025-06-23 02:06:47] "GET /routing-instance/088bdd63-3ed4-4959-bd79-cc60a18d0cee HTTP/1.1" 200 1496 0.003454 10.0.0.254 - - [2025-06-23 02:06:47] "GET /route-target/4197ba69-c42a-44b4-b4d6-e9d312935ae8 HTTP/1.1" 200 1221 0.003461 10.0.0.254 - - [2025-06-23 02:06:47] "GET /virtual-network/be70f6f6-924d-4073-b1d8-8e877293994c HTTP/1.1" 200 2338 0.004796 10.0.0.254 - - [2025-06-23 02:06:47] "GET /routing-instance/088bdd63-3ed4-4959-bd79-cc60a18d0cee HTTP/1.1" 200 1496 0.003326 10.0.0.254 - - [2025-06-23 02:06:47] "GET /virtual-network/be70f6f6-924d-4073-b1d8-8e877293994c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005755 10.0.0.254 - - [2025-06-23 02:06:47] "GET /virtual-network/be70f6f6-924d-4073-b1d8-8e877293994c HTTP/1.1" 200 2338 0.004668 10.0.0.254 - - [2025-06-23 02:06:47] "GET /routing-instance/088bdd63-3ed4-4959-bd79-cc60a18d0cee HTTP/1.1" 200 1496 0.003488 10.0.0.254 - - [2025-06-23 02:06:47] "GET /routing-instance/088bdd63-3ed4-4959-bd79-cc60a18d0cee HTTP/1.1" 200 1496 0.003448 10.0.0.254 - - [2025-06-23 02:06:47] "GET /route-target/4197ba69-c42a-44b4-b4d6-e9d312935ae8 HTTP/1.1" 200 1221 0.003130 10.0.0.254 - - [2025-06-23 02:06:47] "GET /domains HTTP/1.1" 200 281 0.003078 10.0.0.254 - - [2025-06-23 02:06:47] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.254 - - [2025-06-23 02:06:47] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2595 0.007302 10.0.0.254 - - [2025-06-23 02:06:47] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001232 10.0.0.254 - - [2025-06-23 02:06:47] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401 HTTP/1.1" 200 2185 0.070111 10.0.0.254 - - [2025-06-23 02:06:47] "GET /virtual-network/be70f6f6-924d-4073-b1d8-8e877293994c HTTP/1.1" 200 2338 0.005249 10.0.0.254 - - [2025-06-23 02:06:47] "GET /obj-perms HTTP/1.1" 200 5071 0.062993 10.0.0.254 - - [2025-06-23 02:06:47] "DELETE /project/f05c5fcdf01a4d3a88ee9bf0bfdea48a HTTP/1.1" 404 173 0.039416 10.0.0.254 - - [2025-06-23 02:06:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001304 10.0.0.254 - - [2025-06-23 02:06:47] "DELETE /project/923210489ee54b85bbc30a26a6a14401 HTTP/1.1" 404 173 0.056783 10.0.0.254 - - [2025-06-23 02:06:49] "POST /neutron/network HTTP/1.1" 200 846 0.006096 10.0.0.254 - - [2025-06-23 02:06:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000447 10.0.0.254 - - [2025-06-23 02:06:49] "GET / HTTP/1.1" 200 36215 0.001773 10.0.0.254 - - [2025-06-23 02:06:49] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000382 10.0.0.254 - - [2025-06-23 02:06:50] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001149 10.0.0.254 - - [2025-06-23 02:06:50] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051673 10.0.0.254 - - [2025-06-23 02:06:50] "POST /neutron/network HTTP/1.1" 200 836 0.027333 10.0.0.254 - - [2025-06-23 02:06:50] "POST /neutron/port HTTP/1.1" 200 117 0.005309 10.0.0.254 - - [2025-06-23 02:06:50] "POST /neutron/port HTTP/1.1" 200 117 0.005942 10.0.0.254 - - [2025-06-23 02:06:50] "POST /neutron/port HTTP/1.1" 200 117 0.005712 10.0.0.254 - - [2025-06-23 02:06:51] "POST /neutron/network HTTP/1.1" 200 846 0.005846 10.0.0.254 - - [2025-06-23 02:06:51] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001194 10.0.0.254 - - [2025-06-23 02:06:52] "POST /neutron/port HTTP/1.1" 200 1068 0.236282 10.0.0.254 - - [2025-06-23 02:06:52] "POST /neutron/port HTTP/1.1" 200 1068 0.033880 10.0.0.254 - - [2025-06-23 02:06:52] "POST /neutron/port HTTP/1.1" 200 1068 0.010017 10.0.0.254 - - [2025-06-23 02:06:52] "POST /neutron/port HTTP/1.1" 200 1122 0.079483 10.0.0.254 - - [2025-06-23 02:06:52] "POST /neutron/port HTTP/1.1" 200 1096 0.015551 10.0.0.254 - - [2025-06-23 02:06:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003566 10.0.0.254 - - [2025-06-23 02:06:52] "POST /neutron/subnet HTTP/1.1" 200 684 0.013054 10.0.0.254 - - [2025-06-23 02:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.254 - - [2025-06-23 02:06:52] "POST /neutron/network HTTP/1.1" 200 836 0.005980 10.0.0.254 - - [2025-06-23 02:06:53] "GET /obj-perms HTTP/1.1" 200 5075 0.052943 10.0.0.254 - - [2025-06-23 02:06:53] "GET /obj-perms HTTP/1.1" 200 5075 0.050694 10.0.0.254 - - [2025-06-23 02:06:56] "POST /neutron/port HTTP/1.1" 200 1096 0.016155 10.0.0.254 - - [2025-06-23 02:06:56] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007320 10.0.0.254 - - [2025-06-23 02:07:01] "POST /neutron/port HTTP/1.1" 200 1096 0.016625 10.0.0.254 - - [2025-06-23 02:07:01] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006860 10.0.0.254 - - [2025-06-23 02:07:01] "GET /obj-perms HTTP/1.1" 200 5071 0.003494 10.0.0.254 - - [2025-06-23 02:07:02] "GET /obj-perms HTTP/1.1" 200 5071 0.003422 10.0.0.254 - - [2025-06-23 02:07:03] "GET /obj-perms HTTP/1.1" 200 5071 0.003422 10.0.0.254 - - [2025-06-23 02:07:04] "GET /global-system-configs HTTP/1.1" 200 323 0.008252 10.0.0.254 - - [2025-06-23 02:07:04] "GET /obj-perms HTTP/1.1" 200 5075 0.027138 10.0.0.254 - - [2025-06-23 02:07:04] "GET /obj-perms HTTP/1.1" 200 5071 0.004292 10.0.0.254 - - [2025-06-23 02:07:04] "GET /global-system-configs HTTP/1.1" 200 323 0.007489 10.0.0.254 - - [2025-06-23 02:07:04] "GET /obj-perms HTTP/1.1" 200 5075 0.027696 10.0.0.254 - - [2025-06-23 02:07:05] "GET /obj-perms HTTP/1.1" 200 5071 0.003294 10.0.0.254 - - [2025-06-23 02:07:06] "POST /neutron/network HTTP/1.1" 200 836 0.009824 10.0.0.254 - - [2025-06-23 02:07:06] "POST /neutron/network HTTP/1.1" 400 204 0.018560 10.0.0.254 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1096 0.022087 10.0.0.254 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1122 0.014842 10.0.0.254 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 151 0.164189 10.0.0.254 - - [2025-06-23 02:07:08] "POST /neutron/network HTTP/1.1" 200 836 0.006378 10.0.0.254 - - [2025-06-23 02:07:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004947 10.0.0.254 - - [2025-06-23 02:07:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002191 10.0.0.254 - - [2025-06-23 02:07:08] "POST /neutron/network HTTP/1.1" 200 151 0.078811 10.0.0.254 - - [2025-06-23 02:07:08] "GET /routing-instance/088bdd63-3ed4-4959-bd79-cc60a18d0cee HTTP/1.1" 404 171 0.002595 10.0.0.254 - - [2025-06-23 02:07:08] "GET /domains HTTP/1.1" 200 281 0.003993 10.0.0.254 - - [2025-06-23 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.027631 10.0.0.254 - - [2025-06-23 02:07:08] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.254 - - [2025-06-23 02:07:08] "DELETE /route-target/4197ba69-c42a-44b4-b4d6-e9d312935ae8 HTTP/1.1" 200 115 0.019509 10.0.0.254 - - [2025-06-23 02:07:08] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2595 0.052775 10.0.0.254 - - [2025-06-23 02:07:08] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001154 10.0.0.254 - - [2025-06-23 02:07:08] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401 HTTP/1.1" 200 1934 0.084141 10.0.0.254 - - [2025-06-23 02:07:08] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001311 10.0.0.254 - - [2025-06-23 02:07:08] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041432 10.0.0.254 - - [2025-06-23 02:07:08] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001076 10.0.0.254 - - [2025-06-23 02:07:09] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?fields=virtual_networks HTTP/1.1" 200 1067 0.029488 10.0.0.254 - - [2025-06-23 02:07:09] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001191 10.0.0.254 - - [2025-06-23 02:07:09] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.027748 10.0.0.254 - - [2025-06-23 02:07:09] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001171 10.0.0.254 - - [2025-06-23 02:07:09] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?fields=security_groups HTTP/1.1" 200 1305 0.042261 10.0.0.254 - - [2025-06-23 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.025704 10.0.0.254 - - [2025-06-23 02:07:10] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003421 10.0.0.254 - - [2025-06-23 02:07:10] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.254 - - [2025-06-23 02:07:10] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007753 10.0.0.254 - - [2025-06-23 02:07:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.001815 10.0.0.254 - - [2025-06-23 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.002580 10.0.0.254 - - [2025-06-23 02:07:10] "POST /security-groups HTTP/1.1" 200 603 0.080103 10.0.0.254 - - [2025-06-23 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 246 0.002710 10.0.0.254 - - [2025-06-23 02:07:10] "POST /projects HTTP/1.1" 200 609 0.242742 10.0.0.254 - - [2025-06-23 02:07:10] "POST /access-control-lists HTTP/1.1" 200 610 0.059870 10.0.0.254 - - [2025-06-23 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.316765 10.0.0.254 - - [2025-06-23 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.002763 10.0.0.254 - - [2025-06-23 02:07:10] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.443427 10.0.0.254 - - [2025-06-23 02:07:10] "POST /access-control-lists HTTP/1.1" 200 608 0.060329 10.0.0.254 - - [2025-06-23 02:07:11] "GET / HTTP/1.1" 200 36215 0.002485 10.0.0.254 - - [2025-06-23 02:07:12] "GET /projects?obj_uuids=f05c5fcd-f01a-4d3a-88ee-9bf0bfdea48a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001163 10.0.0.254 - - [2025-06-23 02:07:12] "GET /project/f05c5fcd-f01a-4d3a-88ee-9bf0bfdea48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.028107 10.0.0.254 - - [2025-06-23 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.254 - - [2025-06-23 02:07:12] "GET /security-group/51d2ad25-7072-4acb-bd8c-8c9887a85f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.006816 10.0.0.254 - - [2025-06-23 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.254 - - [2025-06-23 02:07:12] "GET /projects?obj_uuids=f05c5fcd-f01a-4d3a-88ee-9bf0bfdea48a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001129 10.0.0.254 - - [2025-06-23 02:07:12] "GET /project/f05c5fcd-f01a-4d3a-88ee-9bf0bfdea48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.029191 10.0.0.254 - - [2025-06-23 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.254 - - [2025-06-23 02:07:12] "GET /security-group/51d2ad25-7072-4acb-bd8c-8c9887a85f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.004671 10.0.0.254 - - [2025-06-23 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.254 - - [2025-06-23 02:07:13] "PUT /security-group/51d2ad25-7072-4acb-bd8c-8c9887a85f4d HTTP/1.1" 200 263 0.014513 10.0.0.254 - - [2025-06-23 02:07:13] "PUT /access-control-list/5b9a4442-c8b1-4dc3-b76f-17d1bbcee391 HTTP/1.1" 200 273 0.010324 10.0.0.254 - - [2025-06-23 02:07:13] "PUT /access-control-list/ba21f1bb-c0da-4cd1-8d78-7c62f3fd870d HTTP/1.1" 200 273 0.012182 10.0.0.254 - - [2025-06-23 02:07:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.254 - - [2025-06-23 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.071017 10.0.0.254 - - [2025-06-23 02:07:13] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.254 - - [2025-06-23 02:07:13] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.032492 10.0.0.254 - - [2025-06-23 02:07:13] "POST /neutron/network HTTP/1.1" 200 117 0.033989 10.0.0.254 - - [2025-06-23 02:07:13] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.254 - - [2025-06-23 02:07:13] "POST /neutron/network HTTP/1.1" 200 619 0.076220 10.0.0.254 - - [2025-06-23 02:07:13] "POST /route-targets HTTP/1.1" 200 328 0.010242 10.0.0.254 - - [2025-06-23 02:07:13] "POST /ref-update HTTP/1.1" 200 156 0.015280 10.0.0.254 - - [2025-06-23 02:07:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004331 10.0.0.254 - - [2025-06-23 02:07:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.155447 10.0.0.254 - - [2025-06-23 02:07:14] "POST /neutron/network HTTP/1.1" 200 837 0.006768 10.0.0.254 - - [2025-06-23 02:07:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.002093 10.0.0.254 - - [2025-06-23 02:07:14] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007482 10.0.0.254 - - [2025-06-23 02:07:14] "POST /neutron/network HTTP/1.1" 200 837 0.008536 10.0.0.254 - - [2025-06-23 02:07:14] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007349 10.0.0.254 - - [2025-06-23 02:07:14] "POST /neutron/network HTTP/1.1" 200 837 0.007591 10.0.0.254 - - [2025-06-23 02:07:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.008032 10.0.0.254 - - [2025-06-23 02:07:14] "GET /domains HTTP/1.1" 401 293 0.000438 10.0.0.254 - - [2025-06-23 02:07:14] "GET /domains HTTP/1.1" 200 281 0.025822 10.0.0.254 - - [2025-06-23 02:07:14] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.254 - - [2025-06-23 02:07:14] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2794 0.008845 10.0.0.254 - - [2025-06-23 02:07:14] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.254 - - [2025-06-23 02:07:14] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058 HTTP/1.1" 200 2190 0.070945 10.0.0.254 - - [2025-06-23 02:07:14] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26 HTTP/1.1" 200 2342 0.006214 10.0.0.254 - - [2025-06-23 02:07:14] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26 HTTP/1.1" 200 2342 0.005303 10.0.0.254 - - [2025-06-23 02:07:14] "GET /routing-instance/7e07a414-3d97-49ea-ac8b-5e281c30c46b HTTP/1.1" 200 1494 0.004141 10.0.0.254 - - [2025-06-23 02:07:14] "GET /routing-instance/7e07a414-3d97-49ea-ac8b-5e281c30c46b HTTP/1.1" 200 1494 0.003804 10.0.0.254 - - [2025-06-23 02:07:14] "GET /route-target/1ff52648-daca-4aee-b31b-34db16d8489e HTTP/1.1" 200 1220 0.003645 10.0.0.254 - - [2025-06-23 02:07:14] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26 HTTP/1.1" 200 2342 0.005471 10.0.0.254 - - [2025-06-23 02:07:14] "GET /routing-instance/7e07a414-3d97-49ea-ac8b-5e281c30c46b HTTP/1.1" 200 1494 0.003989 10.0.0.254 - - [2025-06-23 02:07:14] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005255 10.0.0.254 - - [2025-06-23 02:07:14] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26 HTTP/1.1" 200 2342 0.005540 10.0.0.254 - - [2025-06-23 02:07:14] "GET /routing-instance/7e07a414-3d97-49ea-ac8b-5e281c30c46b HTTP/1.1" 200 1494 0.003840 10.0.0.254 - - [2025-06-23 02:07:14] "GET /routing-instance/7e07a414-3d97-49ea-ac8b-5e281c30c46b HTTP/1.1" 200 1494 0.003675 10.0.0.254 - - [2025-06-23 02:07:14] "GET /route-target/1ff52648-daca-4aee-b31b-34db16d8489e HTTP/1.1" 200 1220 0.003121 10.0.0.254 - - [2025-06-23 02:07:14] "GET /domains HTTP/1.1" 200 281 0.003124 10.0.0.254 - - [2025-06-23 02:07:14] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.254 - - [2025-06-23 02:07:14] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2794 0.008170 10.0.0.254 - - [2025-06-23 02:07:14] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001751 10.0.0.254 - - [2025-06-23 02:07:14] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058 HTTP/1.1" 200 2190 0.068880 10.0.0.254 - - [2025-06-23 02:07:14] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26 HTTP/1.1" 200 2342 0.007010 10.0.0.254 - - [2025-06-23 02:07:15] "GET /obj-perms HTTP/1.1" 200 5073 0.050661 10.0.0.254 - - [2025-06-23 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.254 - - [2025-06-23 02:07:15] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.254 - - [2025-06-23 02:07:15] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.027102 10.0.0.254 - - [2025-06-23 02:07:15] "POST /neutron/network HTTP/1.1" 200 117 0.009727 10.0.0.254 - - [2025-06-23 02:07:15] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001270 10.0.0.254 - - [2025-06-23 02:07:15] "POST /neutron/network HTTP/1.1" 200 619 0.074178 10.0.0.254 - - [2025-06-23 02:07:15] "POST /route-targets HTTP/1.1" 200 328 0.010923 10.0.0.254 - - [2025-06-23 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.012340 10.0.0.254 - - [2025-06-23 02:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004349 10.0.0.254 - - [2025-06-23 02:07:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.213468 10.0.0.254 - - [2025-06-23 02:07:15] "POST /neutron/network HTTP/1.1" 200 837 0.006049 10.0.0.254 - - [2025-06-23 02:07:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001408 10.0.0.254 - - [2025-06-23 02:07:15] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005231 10.0.0.254 - - [2025-06-23 02:07:15] "POST /neutron/network HTTP/1.1" 200 837 0.006355 10.0.0.254 - - [2025-06-23 02:07:15] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005556 10.0.0.254 - - [2025-06-23 02:07:15] "POST /neutron/network HTTP/1.1" 200 837 0.005779 10.0.0.254 - - [2025-06-23 02:07:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.008868 10.0.0.254 - - [2025-06-23 02:07:15] "GET /domains HTTP/1.1" 200 281 0.002644 10.0.0.254 - - [2025-06-23 02:07:15] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001530 10.0.0.254 - - [2025-06-23 02:07:15] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2794 0.009275 10.0.0.254 - - [2025-06-23 02:07:15] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.254 - - [2025-06-23 02:07:16] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058 HTTP/1.1" 200 2419 0.075415 10.0.0.254 - - [2025-06-23 02:07:16] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029 HTTP/1.1" 200 2341 0.006636 10.0.0.254 - - [2025-06-23 02:07:16] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029 HTTP/1.1" 200 2341 0.005058 10.0.0.254 - - [2025-06-23 02:07:16] "GET /routing-instance/8fdbbab8-f585-4893-9ce9-a8aaede890ce HTTP/1.1" 200 1495 0.004266 10.0.0.254 - - [2025-06-23 02:07:16] "GET /routing-instance/8fdbbab8-f585-4893-9ce9-a8aaede890ce HTTP/1.1" 200 1495 0.003649 10.0.0.254 - - [2025-06-23 02:07:16] "GET /route-target/6f2f8543-5413-4124-8996-3c41e4fa4dab HTTP/1.1" 200 1219 0.003554 10.0.0.254 - - [2025-06-23 02:07:16] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029 HTTP/1.1" 200 2341 0.005267 10.0.0.254 - - [2025-06-23 02:07:16] "GET /routing-instance/8fdbbab8-f585-4893-9ce9-a8aaede890ce HTTP/1.1" 200 1495 0.003913 10.0.0.254 - - [2025-06-23 02:07:16] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005466 10.0.0.254 - - [2025-06-23 02:07:16] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029 HTTP/1.1" 200 2341 0.006877 10.0.0.254 - - [2025-06-23 02:07:16] "GET /routing-instance/8fdbbab8-f585-4893-9ce9-a8aaede890ce HTTP/1.1" 200 1495 0.003712 10.0.0.254 - - [2025-06-23 02:07:16] "GET /routing-instance/8fdbbab8-f585-4893-9ce9-a8aaede890ce HTTP/1.1" 200 1495 0.004535 10.0.0.254 - - [2025-06-23 02:07:16] "GET /route-target/6f2f8543-5413-4124-8996-3c41e4fa4dab HTTP/1.1" 200 1219 0.003709 10.0.0.254 - - [2025-06-23 02:07:16] "GET /domains HTTP/1.1" 200 281 0.002880 10.0.0.254 - - [2025-06-23 02:07:16] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.254 - - [2025-06-23 02:07:16] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2794 0.007749 10.0.0.254 - - [2025-06-23 02:07:16] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.254 - - [2025-06-23 02:07:16] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058 HTTP/1.1" 200 2419 0.078482 10.0.0.254 - - [2025-06-23 02:07:16] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029 HTTP/1.1" 200 2341 0.006404 10.0.0.254 - - [2025-06-23 02:07:16] "GET /obj-perms HTTP/1.1" 200 5073 0.003637 10.0.0.254 - - [2025-06-23 02:07:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001351 10.0.0.254 - - [2025-06-23 02:07:16] "POST /neutron/network HTTP/1.1" 200 847 0.006687 10.0.0.254 - - [2025-06-23 02:07:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000536 10.0.0.254 - - [2025-06-23 02:07:16] "GET / HTTP/1.1" 200 36215 0.001673 10.0.0.254 - - [2025-06-23 02:07:16] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000461 10.0.0.254 - - [2025-06-23 02:07:17] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001260 10.0.0.254 - - [2025-06-23 02:07:17] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.060563 10.0.0.254 - - [2025-06-23 02:07:17] "POST /neutron/network HTTP/1.1" 200 837 0.006478 10.0.0.254 - - [2025-06-23 02:07:17] "POST /neutron/port HTTP/1.1" 200 117 0.007105 10.0.0.254 - - [2025-06-23 02:07:17] "POST /neutron/port HTTP/1.1" 200 117 0.004886 10.0.0.254 - - [2025-06-23 02:07:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001248 10.0.0.254 - - [2025-06-23 02:07:17] "POST /neutron/port HTTP/1.1" 200 117 0.007476 10.0.0.254 - - [2025-06-23 02:07:17] "POST /neutron/network HTTP/1.1" 200 847 0.006093 10.0.0.254 - - [2025-06-23 02:07:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000524 10.0.0.254 - - [2025-06-23 02:07:17] "POST /neutron/network HTTP/1.1" 200 847 0.007586 10.0.0.254 - - [2025-06-23 02:07:17] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001657 10.0.0.254 - - [2025-06-23 02:07:17] "GET / HTTP/1.1" 200 36215 0.001492 10.0.0.254 - - [2025-06-23 02:07:17] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000414 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/port HTTP/1.1" 200 1071 0.295653 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/port HTTP/1.1" 200 1071 0.021162 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/port HTTP/1.1" 200 1071 0.012878 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/port HTTP/1.1" 200 1125 0.074137 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/port HTTP/1.1" 200 1099 0.019779 10.0.0.254 - - [2025-06-23 02:07:18] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001234 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003508 10.0.0.254 - - [2025-06-23 02:07:18] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.059970 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.017766 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/network HTTP/1.1" 200 837 0.005770 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/network HTTP/1.1" 200 837 0.010728 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/port HTTP/1.1" 200 1099 0.018241 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007690 10.0.0.254 - - [2025-06-23 02:07:18] "POST /neutron/port HTTP/1.1" 200 117 0.006610 10.0.0.254 - - [2025-06-23 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.254 - - [2025-06-23 02:07:18] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.254 - - [2025-06-23 02:07:18] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.042389 10.0.0.254 - - [2025-06-23 02:07:18] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006102 10.0.0.254 - - [2025-06-23 02:07:18] "GET /floating-ip-pools?parent_id=c4e2aef2-55fb-4584-a1c1-5f6147a56e26&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003734 10.0.0.254 - - [2025-06-23 02:07:18] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005300 10.0.0.254 - - [2025-06-23 02:07:18] "POST /floating-ip-pools HTTP/1.1" 200 611 0.022182 10.0.0.254 - - [2025-06-23 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.019173 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/network HTTP/1.1" 200 847 0.007247 10.0.0.254 - - [2025-06-23 02:07:19] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010753 10.0.0.254 - - [2025-06-23 02:07:19] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001283 10.0.0.254 - - [2025-06-23 02:07:19] "GET /domains HTTP/1.1" 200 281 0.007849 10.0.0.254 - - [2025-06-23 02:07:19] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.254 - - [2025-06-23 02:07:19] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2794 0.016272 10.0.0.254 - - [2025-06-23 02:07:19] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.254 - - [2025-06-23 02:07:19] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058 HTTP/1.1" 200 3264 0.144947 10.0.0.254 - - [2025-06-23 02:07:19] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26 HTTP/1.1" 200 2935 0.021966 10.0.0.254 - - [2025-06-23 02:07:19] "GET /floating-ip-pool/45c19be2-b660-4b77-8a08-bea3fdf803c4 HTTP/1.1" 200 1443 0.015029 10.0.0.254 - - [2025-06-23 02:07:19] "GET /domains HTTP/1.1" 200 281 0.005609 10.0.0.254 - - [2025-06-23 02:07:19] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003093 10.0.0.254 - - [2025-06-23 02:07:19] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2794 0.019263 10.0.0.254 - - [2025-06-23 02:07:19] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001132 10.0.0.254 - - [2025-06-23 02:07:19] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058 HTTP/1.1" 200 3264 0.082500 10.0.0.254 - - [2025-06-23 02:07:19] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26 HTTP/1.1" 200 3157 0.009481 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1071 0.427831 10.0.0.254 - - [2025-06-23 02:07:19] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011785 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1071 0.011538 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1071 0.024202 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1099 0.036652 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006701 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1125 0.107859 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1099 0.021276 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007661 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1099 0.028708 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003780 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.012858 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1099 0.016695 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/network HTTP/1.1" 200 837 0.008059 10.0.0.254 - - [2025-06-23 02:07:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007535 10.0.0.254 - - [2025-06-23 02:07:19] "GET /virtual-machine/66008a52-c82b-41a9-900d-08c32a5dc2fe HTTP/1.1" 200 1306 0.005592 10.0.0.254 - - [2025-06-23 02:07:19] "GET /virtual-machine-interface/6df94426-23c5-4864-8927-5dc541c3519a HTTP/1.1" 200 3010 0.005262 10.0.0.254 - - [2025-06-23 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.254 - - [2025-06-23 02:07:19] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005181 10.0.0.254 - - [2025-06-23 02:07:19] "GET /virtual-networks?parent_id=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003679 10.0.0.254 - - [2025-06-23 02:07:19] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005337 10.0.0.254 - - [2025-06-23 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.254 - - [2025-06-23 02:07:23] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005599 10.0.0.254 - - [2025-06-23 02:07:24] "POST /neutron/port HTTP/1.1" 200 1099 0.025260 10.0.0.254 - - [2025-06-23 02:07:24] "POST /neutron/port HTTP/1.1" 200 1099 0.018011 10.0.0.254 - - [2025-06-23 02:07:24] "POST /neutron/network HTTP/1.1" 200 847 0.013950 10.0.0.254 - - [2025-06-23 02:07:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004137 10.0.0.254 - - [2025-06-23 02:07:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.016761 10.0.0.254 - - [2025-06-23 02:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.254 - - [2025-06-23 02:07:24] "POST /neutron/network HTTP/1.1" 200 837 0.006610 10.0.0.254 - - [2025-06-23 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.254 - - [2025-06-23 02:07:27] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005590 10.0.0.254 - - [2025-06-23 02:07:27] "POST /neutron/port HTTP/1.1" 200 1099 0.039536 10.0.0.254 - - [2025-06-23 02:07:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005713 10.0.0.254 - - [2025-06-23 02:07:28] "POST /neutron/port HTTP/1.1" 200 1099 0.015428 10.0.0.254 - - [2025-06-23 02:07:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006526 10.0.0.254 - - [2025-06-23 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.254 - - [2025-06-23 02:07:29] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004421 10.0.0.254 - - [2025-06-23 02:07:29] "GET /virtual-networks?parent_id=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003353 10.0.0.254 - - [2025-06-23 02:07:29] "GET /virtual-network/72869dd3-61c1-411b-9c97-823b6de8d029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005938 10.0.0.254 - - [2025-06-23 02:07:29] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.254 - - [2025-06-23 02:07:29] "POST /neutron/floatingip HTTP/1.1" 200 529 0.068455 10.0.0.254 - - [2025-06-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 1099 0.014751 10.0.0.254 - - [2025-06-23 02:07:29] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005537 10.0.0.254 - - [2025-06-23 02:07:29] "POST /neutron/floatingip HTTP/1.1" 200 575 0.028304 10.0.0.254 - - [2025-06-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 1099 0.016045 10.0.0.254 - - [2025-06-23 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009052 10.0.0.254 - - [2025-06-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 1099 0.015231 10.0.0.254 - - [2025-06-23 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006855 10.0.0.254 - - [2025-06-23 02:07:29] "POST /neutron/port HTTP/1.1" 200 1099 0.014945 10.0.0.254 - - [2025-06-23 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006764 10.0.0.254 - - [2025-06-23 02:07:29] "GET /virtual-machine/58b1271d-7461-482e-822c-22ea18de61b5 HTTP/1.1" 200 1305 0.004871 10.0.0.254 - - [2025-06-23 02:07:29] "GET /virtual-machine-interface/0db1b9b4-c5dc-4934-90ce-9b0a49f3d295 HTTP/1.1" 200 3010 0.007306 10.0.0.254 - - [2025-06-23 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.254 - - [2025-06-23 02:07:29] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003427 10.0.0.254 - - [2025-06-23 02:07:29] "GET /virtual-networks?parent_id=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003369 10.0.0.254 - - [2025-06-23 02:07:29] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005456 10.0.0.254 - - [2025-06-23 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.254 - - [2025-06-23 02:07:31] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003158 10.0.0.254 - - [2025-06-23 02:07:31] "GET /virtual-networks?parent_id=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003845 10.0.0.254 - - [2025-06-23 02:07:31] "GET /virtual-network/c4e2aef2-55fb-4584-a1c1-5f6147a56e26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005576 10.0.0.254 - - [2025-06-23 02:07:31] "POST /neutron/floatingip HTTP/1.1" 200 575 0.010251 10.0.0.254 - - [2025-06-23 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.254 - - [2025-06-23 02:07:31] "GET /routing-instance/7e07a414-3d97-49ea-ac8b-5e281c30c46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003831 10.0.0.254 - - [2025-06-23 02:07:31] "GET /route-target/1ff52648-daca-4aee-b31b-34db16d8489e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004327 10.0.0.254 - - [2025-06-23 02:07:31] "GET /floating-ip/004eedf5-531d-4bab-98ea-f7d56e03fc3a HTTP/1.1" 200 1889 0.004785 10.0.0.254 - - [2025-06-23 02:07:34] "POST /neutron/floatingip HTTP/1.1" 200 575 0.010901 10.0.0.254 - - [2025-06-23 02:07:34] "POST /neutron/floatingip HTTP/1.1" 200 529 0.029460 10.0.0.254 - - [2025-06-23 02:07:34] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006184 10.0.0.254 - - [2025-06-23 02:07:34] "POST /neutron/floatingip HTTP/1.1" 200 115 0.030662 10.0.0.254 - - [2025-06-23 02:07:34] "GET /floating-ip-pool/45c19be2-b660-4b77-8a08-bea3fdf803c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003539 10.0.0.254 - - [2025-06-23 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.009325 10.0.0.254 - - [2025-06-23 02:07:34] "DELETE /floating-ip-pool/45c19be2-b660-4b77-8a08-bea3fdf803c4 HTTP/1.1" 200 115 0.025650 10.0.0.254 - - [2025-06-23 02:07:34] "POST /neutron/network HTTP/1.1" 200 837 0.007358 10.0.0.254 - - [2025-06-23 02:07:34] "POST /neutron/network HTTP/1.1" 400 204 0.015652 10.0.0.254 - - [2025-06-23 02:07:34] "POST /neutron/port HTTP/1.1" 200 1099 0.014350 10.0.0.254 - - [2025-06-23 02:07:34] "POST /neutron/port HTTP/1.1" 200 1125 0.011744 10.0.0.254 - - [2025-06-23 02:07:34] "POST /neutron/port HTTP/1.1" 200 1099 0.019791 10.0.0.254 - - [2025-06-23 02:07:34] "POST /neutron/port HTTP/1.1" 200 1125 0.009177 10.0.0.254 - - [2025-06-23 02:07:35] "POST /neutron/port HTTP/1.1" 200 151 0.131261 10.0.0.254 - - [2025-06-23 02:07:35] "POST /neutron/port HTTP/1.1" 200 151 0.152526 10.0.0.254 - - [2025-06-23 02:07:36] "POST /neutron/network HTTP/1.1" 200 837 0.006494 10.0.0.254 - - [2025-06-23 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.254 - - [2025-06-23 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004011 10.0.0.254 - - [2025-06-23 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002573 10.0.0.254 - - [2025-06-23 02:07:36] "POST /neutron/network HTTP/1.1" 200 151 0.097921 10.0.0.254 - - [2025-06-23 02:07:36] "DELETE /route-target/6f2f8543-5413-4124-8996-3c41e4fa4dab HTTP/1.1" 200 115 0.028522 10.0.0.254 - - [2025-06-23 02:07:36] "GET /routing-instance/8fdbbab8-f585-4893-9ce9-a8aaede890ce HTTP/1.1" 404 171 0.003302 10.0.0.254 - - [2025-06-23 02:07:36] "GET /domains HTTP/1.1" 200 281 0.002939 10.0.0.254 - - [2025-06-23 02:07:36] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001538 10.0.0.254 - - [2025-06-23 02:07:36] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2794 0.049893 10.0.0.254 - - [2025-06-23 02:07:36] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001217 10.0.0.254 - - [2025-06-23 02:07:36] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058 HTTP/1.1" 200 2190 0.067222 10.0.0.254 - - [2025-06-23 02:07:36] "POST /neutron/network HTTP/1.1" 200 837 0.006192 10.0.0.254 - - [2025-06-23 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002530 10.0.0.254 - - [2025-06-23 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.254 - - [2025-06-23 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002133 10.0.0.254 - - [2025-06-23 02:07:36] "POST /neutron/network HTTP/1.1" 200 151 0.080053 10.0.0.254 - - [2025-06-23 02:07:36] "GET /routing-instance/7e07a414-3d97-49ea-ac8b-5e281c30c46b HTTP/1.1" 404 171 0.003725 10.0.0.254 - - [2025-06-23 02:07:36] "DELETE /route-target/1ff52648-daca-4aee-b31b-34db16d8489e HTTP/1.1" 200 115 0.015409 10.0.0.254 - - [2025-06-23 02:07:36] "GET /domains HTTP/1.1" 200 281 0.002310 10.0.0.254 - - [2025-06-23 02:07:36] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.254 - - [2025-06-23 02:07:36] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2794 0.048562 10.0.0.254 - - [2025-06-23 02:07:36] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001710 10.0.0.254 - - [2025-06-23 02:07:37] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058 HTTP/1.1" 200 1939 0.071737 10.0.0.254 - - [2025-06-23 02:07:37] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001265 10.0.0.254 - - [2025-06-23 02:07:37] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.027336 10.0.0.254 - - [2025-06-23 02:07:37] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001187 10.0.0.254 - - [2025-06-23 02:07:37] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?fields=virtual_networks HTTP/1.1" 200 1068 0.066039 10.0.0.254 - - [2025-06-23 02:07:37] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001693 10.0.0.254 - - [2025-06-23 02:07:37] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.032727 10.0.0.254 - - [2025-06-23 02:07:37] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001497 10.0.0.254 - - [2025-06-23 02:07:37] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?fields=security_groups HTTP/1.1" 200 1307 0.028806 10.0.0.254 - - [2025-06-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.024014 10.0.0.254 - - [2025-06-23 02:07:38] "GET /projects?obj_uuids=4bacb393-0432-481f-bb71-3808a7c76648&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002782 10.0.0.254 - - [2025-06-23 02:07:38] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001385 10.0.0.254 - - [2025-06-23 02:07:38] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008732 10.0.0.254 - - [2025-06-23 02:07:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.001427 10.0.0.254 - - [2025-06-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.002510 10.0.0.254 - - [2025-06-23 02:07:38] "POST /security-groups HTTP/1.1" 200 586 0.064155 10.0.0.254 - - [2025-06-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.003102 10.0.0.254 - - [2025-06-23 02:07:38] "POST /projects HTTP/1.1" 200 575 0.220322 10.0.0.254 - - [2025-06-23 02:07:38] "POST /access-control-lists HTTP/1.1" 200 593 0.058404 10.0.0.254 - - [2025-06-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.299316 10.0.0.254 - - [2025-06-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.003057 10.0.0.254 - - [2025-06-23 02:07:38] "GET /project/4bacb393-0432-481f-bb71-3808a7c76648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.420959 10.0.0.254 - - [2025-06-23 02:07:38] "POST /access-control-lists HTTP/1.1" 200 591 0.064358 10.0.0.254 - - [2025-06-23 02:07:39] "GET / HTTP/1.1" 200 36215 0.002870 10.0.0.254 - - [2025-06-23 02:07:40] "GET /projects?obj_uuids=4bacb393-0432-481f-bb71-3808a7c76648&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001191 10.0.0.254 - - [2025-06-23 02:07:41] "GET /project/4bacb393-0432-481f-bb71-3808a7c76648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.028632 10.0.0.254 - - [2025-06-23 02:07:41] "GET /projects?obj_uuids=4bacb393-0432-481f-bb71-3808a7c76648&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.254 - - [2025-06-23 02:07:41] "GET /project/4bacb393-0432-481f-bb71-3808a7c76648?fields=virtual_networks HTTP/1.1" 200 1034 0.065194 10.0.0.254 - - [2025-06-23 02:07:41] "GET /projects?obj_uuids=4bacb393-0432-481f-bb71-3808a7c76648&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.254 - - [2025-06-23 02:07:41] "GET /project/4bacb393-0432-481f-bb71-3808a7c76648?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.027636 10.0.0.254 - - [2025-06-23 02:07:41] "GET /projects?obj_uuids=4bacb393-0432-481f-bb71-3808a7c76648&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001138 10.0.0.254 - - [2025-06-23 02:07:41] "GET /project/4bacb393-0432-481f-bb71-3808a7c76648?fields=security_groups HTTP/1.1" 200 1256 0.023294 10.0.0.254 - - [2025-06-23 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.024025 10.0.0.254 - - [2025-06-23 02:07:42] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002487 10.0.0.254 - - [2025-06-23 02:07:42] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.254 - - [2025-06-23 02:07:42] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007666 10.0.0.254 - - [2025-06-23 02:07:42] "POST /id-to-fqname HTTP/1.1" 200 193 0.001363 10.0.0.254 - - [2025-06-23 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.002938 10.0.0.254 - - [2025-06-23 02:07:42] "POST /security-groups HTTP/1.1" 200 594 0.064222 10.0.0.254 - - [2025-06-23 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.004327 10.0.0.254 - - [2025-06-23 02:07:42] "POST /projects HTTP/1.1" 200 591 0.223836 10.0.0.254 - - [2025-06-23 02:07:42] "POST /access-control-lists HTTP/1.1" 200 601 0.059401 10.0.0.254 - - [2025-06-23 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.300032 10.0.0.254 - - [2025-06-23 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.002745 10.0.0.254 - - [2025-06-23 02:07:42] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.425702 10.0.0.254 - - [2025-06-23 02:07:42] "POST /access-control-lists HTTP/1.1" 200 599 0.060106 10.0.0.254 - - [2025-06-23 02:07:43] "GET / HTTP/1.1" 200 36215 0.002677 10.0.0.254 - - [2025-06-23 02:07:44] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000496 10.0.0.254 - - [2025-06-23 02:07:44] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001161 10.0.0.254 - - [2025-06-23 02:07:44] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050347 10.0.0.254 - - [2025-06-23 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.254 - - [2025-06-23 02:07:44] "GET /security-group/b0a965f0-f030-44f2-8a10-8a1183fd8f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.006080 10.0.0.254 - - [2025-06-23 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.254 - - [2025-06-23 02:07:45] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001595 10.0.0.254 - - [2025-06-23 02:07:45] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.028514 10.0.0.254 - - [2025-06-23 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.254 - - [2025-06-23 02:07:45] "GET /security-group/b0a965f0-f030-44f2-8a10-8a1183fd8f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004906 10.0.0.254 - - [2025-06-23 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.254 - - [2025-06-23 02:07:45] "PUT /security-group/b0a965f0-f030-44f2-8a10-8a1183fd8f67 HTTP/1.1" 200 263 0.014617 10.0.0.254 - - [2025-06-23 02:07:45] "PUT /access-control-list/845e3387-516a-4af7-8887-68795c0c59cd HTTP/1.1" 200 273 0.010299 10.0.0.254 - - [2025-06-23 02:07:45] "PUT /access-control-list/f5ff5047-9d20-4572-a86d-b53eb155fe01 HTTP/1.1" 200 273 0.015096 10.0.0.254 - - [2025-06-23 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.003337 10.0.0.254 - - [2025-06-23 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.254 - - [2025-06-23 02:07:45] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001581 10.0.0.254 - - [2025-06-23 02:07:45] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.026962 10.0.0.254 - - [2025-06-23 02:07:45] "POST /neutron/network HTTP/1.1" 200 117 0.030740 10.0.0.254 - - [2025-06-23 02:07:45] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001120 10.0.0.254 - - [2025-06-23 02:07:45] "POST /neutron/network HTTP/1.1" 200 608 0.067014 10.0.0.254 - - [2025-06-23 02:07:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003774 10.0.0.254 - - [2025-06-23 02:07:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.183121 10.0.0.254 - - [2025-06-23 02:07:45] "POST /neutron/network HTTP/1.1" 200 828 0.005999 10.0.0.254 - - [2025-06-23 02:07:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001366 10.0.0.254 - - [2025-06-23 02:07:45] "GET /virtual-network/d7d4e56f-313e-4b3d-899f-6b6f449a8466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005056 10.0.0.254 - - [2025-06-23 02:07:45] "POST /route-targets HTTP/1.1" 200 328 0.012329 10.0.0.254 - - [2025-06-23 02:07:45] "POST /neutron/network HTTP/1.1" 200 828 0.005946 10.0.0.254 - - [2025-06-23 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.021289 10.0.0.254 - - [2025-06-23 02:07:45] "GET /virtual-network/d7d4e56f-313e-4b3d-899f-6b6f449a8466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008326 10.0.0.254 - - [2025-06-23 02:07:46] "POST /neutron/network HTTP/1.1" 200 828 0.016238 10.0.0.254 - - [2025-06-23 02:07:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.007368 10.0.0.254 - - [2025-06-23 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.254 - - [2025-06-23 02:07:46] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001149 10.0.0.254 - - [2025-06-23 02:07:46] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.031680 10.0.0.254 - - [2025-06-23 02:07:46] "POST /neutron/network HTTP/1.1" 200 117 0.012547 10.0.0.254 - - [2025-06-23 02:07:46] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001562 10.0.0.254 - - [2025-06-23 02:07:46] "POST /neutron/network HTTP/1.1" 200 615 0.095678 10.0.0.254 - - [2025-06-23 02:07:46] "POST /route-targets HTTP/1.1" 200 328 0.026087 10.0.0.254 - - [2025-06-23 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.011689 10.0.0.254 - - [2025-06-23 02:07:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003531 10.0.0.254 - - [2025-06-23 02:07:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.155267 10.0.0.254 - - [2025-06-23 02:07:46] "POST /neutron/network HTTP/1.1" 200 834 0.005679 10.0.0.254 - - [2025-06-23 02:07:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001804 10.0.0.254 - - [2025-06-23 02:07:46] "GET /virtual-network/bb5c9770-ecb1-4552-9061-1ab93ca261fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005076 10.0.0.254 - - [2025-06-23 02:07:46] "POST /neutron/network HTTP/1.1" 200 834 0.007651 10.0.0.254 - - [2025-06-23 02:07:46] "GET /virtual-network/bb5c9770-ecb1-4552-9061-1ab93ca261fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006618 10.0.0.254 - - [2025-06-23 02:07:46] "POST /neutron/network HTTP/1.1" 200 834 0.008019 10.0.0.254 - - [2025-06-23 02:07:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.007447 10.0.0.254 - - [2025-06-23 02:07:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001344 10.0.0.254 - - [2025-06-23 02:07:46] "POST /neutron/network HTTP/1.1" 200 838 0.008260 10.0.0.254 - - [2025-06-23 02:07:46] "GET /aaa-mode HTTP/1.1" 401 293 0.000686 10.0.0.254 - - [2025-06-23 02:07:47] "GET / HTTP/1.1" 200 36215 0.001713 10.0.0.254 - - [2025-06-23 02:07:47] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000503 10.0.0.254 - - [2025-06-23 02:07:47] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001159 10.0.0.254 - - [2025-06-23 02:07:47] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.052330 10.0.0.254 - - [2025-06-23 02:07:47] "POST /neutron/network HTTP/1.1" 200 828 0.006107 10.0.0.254 - - [2025-06-23 02:07:47] "POST /neutron/port HTTP/1.1" 200 117 0.005183 10.0.0.254 - - [2025-06-23 02:07:47] "POST /neutron/port HTTP/1.1" 200 117 0.005039 10.0.0.254 - - [2025-06-23 02:07:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001515 10.0.0.254 - - [2025-06-23 02:07:47] "POST /neutron/port HTTP/1.1" 200 117 0.007039 10.0.0.254 - - [2025-06-23 02:07:47] "DELETE /project/4bacb3930432481fbb713808a7c76648 HTTP/1.1" 404 173 0.015276 10.0.0.254 - - [2025-06-23 02:07:47] "DELETE /project/528f168460274a80ac4c2d7ab1c33058 HTTP/1.1" 404 173 0.010010 10.0.0.254 - - [2025-06-23 02:07:47] "DELETE /project/5b995840860c4c19888cf09d109deb3d HTTP/1.1" 404 173 0.008961 10.0.0.254 - - [2025-06-23 02:07:47] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001056 10.0.0.254 - - [2025-06-23 02:07:47] "GET /projects?obj_uuids=4bacb393-0432-481f-bb71-3808a7c76648&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001530 10.0.0.254 - - [2025-06-23 02:07:47] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.254 - - [2025-06-23 02:07:47] "POST /neutron/network HTTP/1.1" 200 844 0.019969 10.0.0.254 - - [2025-06-23 02:07:47] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.067845 10.0.0.254 - - [2025-06-23 02:07:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000995 10.0.0.254 - - [2025-06-23 02:07:47] "GET /project/4bacb393-0432-481f-bb71-3808a7c76648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.073611 10.0.0.254 - - [2025-06-23 02:07:47] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.075522 10.0.0.254 - - [2025-06-23 02:07:48] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001354 10.0.0.254 - - [2025-06-23 02:07:48] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001345 10.0.0.254 - - [2025-06-23 02:07:48] "GET /projects?obj_uuids=4bacb393-0432-481f-bb71-3808a7c76648&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001191 10.0.0.254 - - [2025-06-23 02:07:48] "GET /project/4bacb393-0432-481f-bb71-3808a7c76648?fields=security_groups HTTP/1.1" 200 1358 0.061316 10.0.0.254 - - [2025-06-23 02:07:48] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?fields=security_groups HTTP/1.1" 200 1407 0.072795 10.0.0.254 - - [2025-06-23 02:07:48] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?fields=security_groups HTTP/1.1" 200 1409 0.068760 10.0.0.254 - - [2025-06-23 02:07:48] "POST /neutron/network HTTP/1.1" 200 838 0.017810 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /security-group/11db0554-87ee-4a1a-a31f-92ebfd08d691 HTTP/1.1" 200 115 0.094526 10.0.0.254 - - [2025-06-23 02:07:48] "GET /projects?obj_uuids=4bacb393-0432-481f-bb71-3808a7c76648&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003240 10.0.0.254 - - [2025-06-23 02:07:48] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001107 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /security-group/80d93d3f-3353-4e6e-b8d6-c61f65c92726 HTTP/1.1" 200 115 0.108252 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /access-control-list/0b364e38-7dd3-4136-9989-9812daf3878c HTTP/1.1" 200 115 0.083479 10.0.0.254 - - [2025-06-23 02:07:48] "GET /projects?obj_uuids=92321048-9ee5-4b85-bbc3-0a26a6a14401&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001179 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /security-group/040c914b-a1cb-4e83-97dc-4cf44b209a10 HTTP/1.1" 200 115 0.121084 10.0.0.254 - - [2025-06-23 02:07:48] "GET /projects?obj_uuids=528f1684-6027-4a80-ac4c-2d7ab1c33058&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001241 10.0.0.254 - - [2025-06-23 02:07:48] "GET /project/4bacb393-0432-481f-bb71-3808a7c76648?fields=application_policy_sets HTTP/1.1" 200 1397 0.069720 10.0.0.254 - - [2025-06-23 02:07:48] "GET / HTTP/1.1" 200 36215 0.001988 10.0.0.254 - - [2025-06-23 02:07:48] "GET /project/92321048-9ee5-4b85-bbc3-0a26a6a14401?fields=application_policy_sets HTTP/1.1" 200 1446 0.067074 10.0.0.254 - - [2025-06-23 02:07:48] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000417 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /access-control-list/21ec5a99-74a3-4cdb-8c8c-8c572b56e393 HTTP/1.1" 200 115 0.073454 10.0.0.254 - - [2025-06-23 02:07:48] "GET /project/528f1684-6027-4a80-ac4c-2d7ab1c33058?fields=application_policy_sets HTTP/1.1" 200 1448 0.124889 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /access-control-list/b5e4235a-e30c-4128-80f4-fc89c3126d62 HTTP/1.1" 200 115 0.091460 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /access-control-list/a50f715b-fd8a-493f-804d-06db28c5b78a HTTP/1.1" 200 115 0.056376 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /access-control-list/df6698b5-1b0f-4950-8e4c-a08835731335 HTTP/1.1" 200 115 0.059323 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /project/4bacb393-0432-481f-bb71-3808a7c76648 HTTP/1.1" 200 115 0.655691 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /access-control-list/674a62f2-0d8f-41c5-bb0e-1d16fb5a6220 HTTP/1.1" 200 115 0.031518 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /project/92321048-9ee5-4b85-bbc3-0a26a6a14401 HTTP/1.1" 200 115 0.696166 10.0.0.254 - - [2025-06-23 02:07:48] "DELETE /project/528f1684-6027-4a80-ac4c-2d7ab1c33058 HTTP/1.1" 200 115 0.691069 10.0.0.254 - - [2025-06-23 02:07:48] "POST /neutron/port HTTP/1.1" 200 1064 0.437757 10.0.0.254 - - [2025-06-23 02:07:48] "POST /neutron/port HTTP/1.1" 200 1064 0.014697 10.0.0.254 - - [2025-06-23 02:07:48] "POST /neutron/port HTTP/1.1" 200 1064 0.017230 10.0.0.254 - - [2025-06-23 02:07:48] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001269 10.0.0.254 - - [2025-06-23 02:07:48] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.062338 10.0.0.254 - - [2025-06-23 02:07:48] "POST /neutron/port HTTP/1.1" 200 1118 0.076583 10.0.0.254 - - [2025-06-23 02:07:48] "POST /neutron/network HTTP/1.1" 200 834 0.009817 10.0.0.254 - - [2025-06-23 02:07:48] "POST /neutron/port HTTP/1.1" 200 1092 0.016227 10.0.0.254 - - [2025-06-23 02:07:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003383 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.014334 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/network HTTP/1.1" 200 828 0.008279 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/port HTTP/1.1" 200 1092 0.021020 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008411 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/port HTTP/1.1" 200 117 0.006109 10.0.0.254 - - [2025-06-23 02:07:49] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001762 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/router HTTP/1.1" 200 585 0.060799 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/router HTTP/1.1" 200 585 0.005126 10.0.0.254 - - [2025-06-23 02:07:49] "POST /route-targets HTTP/1.1" 200 328 0.021245 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/router HTTP/1.1" 200 656 0.031281 10.0.0.254 - - [2025-06-23 02:07:49] "PUT /logical-router/e2e3a603-cfa9-4b67-9361-cf97fd71f9cf HTTP/1.1" 200 263 0.029903 10.0.0.254 - - [2025-06-23 02:07:49] "GET /logical-router/e2e3a603-cfa9-4b67-9361-cf97fd71f9cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.007326 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/router HTTP/1.1" 200 656 0.004586 10.0.0.254 - - [2025-06-23 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.254 - - [2025-06-23 02:07:49] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001198 10.0.0.254 - - [2025-06-23 02:07:49] "GET /service-template/92126387-d604-4753-8ff2-0a1f5931db9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.008098 10.0.0.254 - - [2025-06-23 02:07:49] "POST /fqname-to-id HTTP/1.1" 404 215 0.010300 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/network HTTP/1.1" 200 844 0.009606 10.0.0.254 - - [2025-06-23 02:07:49] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002753 10.0.0.254 - - [2025-06-23 02:07:49] "POST /useragent-kv HTTP/1.1" 200 115 0.016529 10.0.0.254 - - [2025-06-23 02:07:49] "POST /virtual-networks HTTP/1.1" 200 696 0.309901 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/router HTTP/1.1" 200 344 0.500775 10.0.0.254 - - [2025-06-23 02:07:49] "POST /route-targets HTTP/1.1" 200 328 0.047712 10.0.0.254 - - [2025-06-23 02:07:49] "POST /ref-update HTTP/1.1" 200 156 0.025264 10.0.0.254 - - [2025-06-23 02:07:49] "POST /service-instances HTTP/1.1" 200 672 0.140513 10.0.0.254 - - [2025-06-23 02:07:49] "POST /neutron/port HTTP/1.1" 200 1092 0.107517 10.0.0.254 - - [2025-06-23 02:07:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.018710 10.0.0.254 - - [2025-06-23 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.093990 10.0.0.254 - - [2025-06-23 02:07:50] "POST /route-tables HTTP/1.1" 200 584 0.054265 10.0.0.254 - - [2025-06-23 02:07:50] "PUT /logical-router/e2e3a603-cfa9-4b67-9361-cf97fd71f9cf HTTP/1.1" 200 263 0.052982 10.0.0.254 - - [2025-06-23 02:07:50] "POST /neutron/port HTTP/1.1" 200 1063 0.584013 10.0.0.254 - - [2025-06-23 02:07:50] "POST /neutron/port HTTP/1.1" 200 1063 0.013396 10.0.0.254 - - [2025-06-23 02:07:50] "POST /neutron/port HTTP/1.1" 200 1063 0.017370 10.0.0.254 - - [2025-06-23 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.030910 10.0.0.254 - - [2025-06-23 02:07:50] "POST /neutron/port HTTP/1.1" 200 1117 0.059873 10.0.0.254 - - [2025-06-23 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005319 10.0.0.254 - - [2025-06-23 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005761 10.0.0.254 - - [2025-06-23 02:07:50] "POST /neutron/port HTTP/1.1" 200 1091 0.016984 10.0.0.254 - - [2025-06-23 02:07:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004055 10.0.0.254 - - [2025-06-23 02:07:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.012786 10.0.0.254 - - [2025-06-23 02:07:50] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.254 - - [2025-06-23 02:07:50] "POST /virtual-machines HTTP/1.1" 200 554 0.021503 10.0.0.254 - - [2025-06-23 02:07:50] "POST /neutron/network HTTP/1.1" 200 834 0.005555 10.0.0.254 - - [2025-06-23 02:07:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.093834 10.0.0.254 - - [2025-06-23 02:07:50] "POST /chown HTTP/1.1" 200 109 0.008849 10.0.0.254 - - [2025-06-23 02:07:50] "POST /instance-ips HTTP/1.1" 200 552 0.022959 10.0.0.254 - - [2025-06-23 02:07:50] "POST /instance-ips HTTP/1.1" 400 246 0.018625 10.0.0.254 - - [2025-06-23 02:07:50] "POST /chown HTTP/1.1" 200 109 0.011624 10.0.0.254 - - [2025-06-23 02:07:50] "PUT /virtual-machine-interface/de59133d-f7fd-415b-9515-665ab72fc731 HTTP/1.1" 200 285 0.014613 10.0.0.254 - - [2025-06-23 02:07:50] "PUT /instance-ip/4ae6445a-5ccf-436d-9371-ca19911e7109 HTTP/1.1" 200 257 0.013828 10.0.0.254 - - [2025-06-23 02:07:51] "POST /ref-update HTTP/1.1" 200 156 0.012074 10.0.0.254 - - [2025-06-23 02:07:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.098536 10.0.0.254 - - [2025-06-23 02:07:51] "POST /chown HTTP/1.1" 200 109 0.007854 10.0.0.254 - - [2025-06-23 02:07:51] "POST /instance-ips HTTP/1.1" 200 550 0.033078 10.0.0.254 - - [2025-06-23 02:07:51] "POST /instance-ips HTTP/1.1" 400 316 0.014859 10.0.0.254 - - [2025-06-23 02:07:51] "POST /chown HTTP/1.1" 200 109 0.009211 10.0.0.254 - - [2025-06-23 02:07:51] "PUT /virtual-machine-interface/e8c54e7e-37ca-40b7-8972-52b6bde3487b HTTP/1.1" 200 285 0.020997 10.0.0.254 - - [2025-06-23 02:07:51] "PUT /instance-ip/2be2884b-8df3-4c86-8c9c-e8ae2ac42d2b HTTP/1.1" 200 257 0.019670 10.0.0.254 - - [2025-06-23 02:07:51] "POST /ref-update HTTP/1.1" 200 156 0.012322 10.0.0.254 - - [2025-06-23 02:07:51] "POST /ref-update HTTP/1.1" 200 156 0.021708 10.0.0.254 - - [2025-06-23 02:07:51] "POST /ref-update HTTP/1.1" 200 156 0.021945 10.0.0.254 - - [2025-06-23 02:07:51] "PUT /routing-instance/98249554-80d8-4cc8-b08d-84894cf7ad32 HTTP/1.1" 200 267 0.033577 10.0.0.254 - - [2025-06-23 02:07:51] "POST /virtual-machines HTTP/1.1" 200 554 0.035137 10.0.0.254 - - [2025-06-23 02:07:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.103728 10.0.0.254 - - [2025-06-23 02:07:51] "POST /chown HTTP/1.1" 200 109 0.008766 10.0.0.254 - - [2025-06-23 02:07:52] "POST /instance-ips HTTP/1.1" 400 246 0.023760 10.0.0.254 - - [2025-06-23 02:07:52] "POST /chown HTTP/1.1" 200 109 0.010748 10.0.0.254 - - [2025-06-23 02:07:52] "PUT /virtual-machine-interface/0d465d84-fc98-40e0-9d25-1a17876f26c2 HTTP/1.1" 200 285 0.014982 10.0.0.254 - - [2025-06-23 02:07:52] "PUT /instance-ip/4ae6445a-5ccf-436d-9371-ca19911e7109 HTTP/1.1" 200 257 0.013140 10.0.0.254 - - [2025-06-23 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.012800 10.0.0.254 - - [2025-06-23 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.015676 10.0.0.254 - - [2025-06-23 02:07:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.123608 10.0.0.254 - - [2025-06-23 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.025952 10.0.0.254 - - [2025-06-23 02:07:52] "PUT /routing-instance/98249554-80d8-4cc8-b08d-84894cf7ad32 HTTP/1.1" 200 267 0.019612 10.0.0.254 - - [2025-06-23 02:07:52] "POST /chown HTTP/1.1" 200 109 0.013660 10.0.0.254 - - [2025-06-23 02:07:52] "POST /instance-ips HTTP/1.1" 400 316 0.023190 10.0.0.254 - - [2025-06-23 02:07:52] "POST /chown HTTP/1.1" 200 109 0.009734 10.0.0.254 - - [2025-06-23 02:07:52] "PUT /virtual-machine-interface/991a3304-1e89-4b4a-b4bd-b6806338cd1c HTTP/1.1" 200 285 0.014542 10.0.0.254 - - [2025-06-23 02:07:52] "PUT /instance-ip/2be2884b-8df3-4c86-8c9c-e8ae2ac42d2b HTTP/1.1" 200 257 0.017839 10.0.0.254 - - [2025-06-23 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.020422 10.0.0.254 - - [2025-06-23 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.018522 10.0.0.254 - - [2025-06-23 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.015720 10.0.0.254 - - [2025-06-23 02:07:53] "PUT /routing-instance/98249554-80d8-4cc8-b08d-84894cf7ad32 HTTP/1.1" 200 267 0.034525 10.0.0.254 - - [2025-06-23 02:07:54] "GET /obj-perms HTTP/1.1" 200 5075 0.048925 10.0.0.254 - - [2025-06-23 02:07:54] "GET /obj-perms HTTP/1.1" 200 5075 0.045846 10.0.0.254 - - [2025-06-23 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.254 - - [2025-06-23 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.254 - - [2025-06-23 02:07:54] "POST /chown HTTP/1.1" 200 109 0.008770 10.0.0.254 - - [2025-06-23 02:07:54] "POST /instance-ips HTTP/1.1" 400 246 0.014845 10.0.0.254 - - [2025-06-23 02:07:54] "POST /chown HTTP/1.1" 200 109 0.008190 10.0.0.254 - - [2025-06-23 02:07:54] "POST /chown HTTP/1.1" 200 109 0.007979 10.0.0.254 - - [2025-06-23 02:07:54] "POST /instance-ips HTTP/1.1" 400 316 0.017253 10.0.0.254 - - [2025-06-23 02:07:54] "POST /chown HTTP/1.1" 200 109 0.012316 10.0.0.254 - - [2025-06-23 02:07:54] "POST /chown HTTP/1.1" 200 109 0.008430 10.0.0.254 - - [2025-06-23 02:07:54] "POST /instance-ips HTTP/1.1" 400 246 0.019145 10.0.0.254 - - [2025-06-23 02:07:54] "POST /chown HTTP/1.1" 200 109 0.013286 10.0.0.254 - - [2025-06-23 02:07:55] "POST /chown HTTP/1.1" 200 109 0.009548 10.0.0.254 - - [2025-06-23 02:07:55] "POST /neutron/port HTTP/1.1" 200 1092 0.029995 10.0.0.254 - - [2025-06-23 02:07:55] "POST /instance-ips HTTP/1.1" 400 316 0.031210 10.0.0.254 - - [2025-06-23 02:07:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011475 10.0.0.254 - - [2025-06-23 02:07:55] "POST /chown HTTP/1.1" 200 109 0.020863 10.0.0.254 - - [2025-06-23 02:07:55] "POST /neutron/port HTTP/1.1" 200 1092 0.023356 10.0.0.254 - - [2025-06-23 02:07:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010310 10.0.0.254 - - [2025-06-23 02:07:55] "POST /neutron/port HTTP/1.1" 200 1092 0.021254 10.0.0.254 - - [2025-06-23 02:07:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008394 10.0.0.254 - - [2025-06-23 02:07:55] "GET /virtual-machine/6a6551a5-0afb-43a2-aff7-d7dcd818b0ce HTTP/1.1" 401 293 0.003230 10.0.0.254 - - [2025-06-23 02:07:55] "GET /virtual-machine/6a6551a5-0afb-43a2-aff7-d7dcd818b0ce HTTP/1.1" 200 1297 0.038501 10.0.0.254 - - [2025-06-23 02:07:55] "GET /virtual-machine-interface/957e0f90-3d79-4cc1-94f4-c5cda256853a HTTP/1.1" 200 2964 0.007283 10.0.0.254 - - [2025-06-23 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.254 - - [2025-06-23 02:07:55] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003798 10.0.0.254 - - [2025-06-23 02:07:55] "GET /virtual-networks?parent_id=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003032 10.0.0.254 - - [2025-06-23 02:07:55] "GET /virtual-network/d7d4e56f-313e-4b3d-899f-6b6f449a8466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006001 10.0.0.254 - - [2025-06-23 02:07:57] "POST /neutron/port HTTP/1.1" 200 1092 0.015448 10.0.0.254 - - [2025-06-23 02:07:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005796 10.0.0.254 - - [2025-06-23 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.254 - - [2025-06-23 02:07:59] "GET /virtual-network/d7d4e56f-313e-4b3d-899f-6b6f449a8466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005251 10.0.0.254 - - [2025-06-23 02:07:59] "POST /neutron/port HTTP/1.1" 200 1091 0.018879 10.0.0.254 - - [2025-06-23 02:07:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005770 10.0.0.254 - - [2025-06-23 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.254 - - [2025-06-23 02:08:01] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003677 10.0.0.254 - - [2025-06-23 02:08:01] "GET /virtual-networks?parent_id=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004290 10.0.0.254 - - [2025-06-23 02:08:01] "GET /virtual-network/d7d4e56f-313e-4b3d-899f-6b6f449a8466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006752 10.0.0.254 - - [2025-06-23 02:08:01] "POST /neutron/port HTTP/1.1" 200 1091 0.015800 10.0.0.254 - - [2025-06-23 02:08:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006858 10.0.0.254 - - [2025-06-23 02:08:01] "POST /neutron/port HTTP/1.1" 200 1091 0.015793 10.0.0.254 - - [2025-06-23 02:08:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007623 10.0.0.254 - - [2025-06-23 02:08:01] "POST /neutron/port HTTP/1.1" 200 1091 0.017876 10.0.0.254 - - [2025-06-23 02:08:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007482 10.0.0.254 - - [2025-06-23 02:08:01] "GET /virtual-machine/23303183-05b8-40f3-9bcb-eb521a3a4495 HTTP/1.1" 200 1297 0.005235 10.0.0.254 - - [2025-06-23 02:08:01] "GET /virtual-machine-interface/93c21b87-ed93-4f7f-9b05-82aac4f9ec89 HTTP/1.1" 200 2976 0.006670 10.0.0.254 - - [2025-06-23 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.254 - - [2025-06-23 02:08:01] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003305 10.0.0.254 - - [2025-06-23 02:08:01] "GET /virtual-networks?parent_id=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003042 10.0.0.254 - - [2025-06-23 02:08:01] "GET /virtual-network/bb5c9770-ecb1-4552-9061-1ab93ca261fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007062 10.0.0.254 - - [2025-06-23 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.254 - - [2025-06-23 02:08:03] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003880 10.0.0.254 - - [2025-06-23 02:08:03] "GET /virtual-networks?parent_id=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003233 10.0.0.254 - - [2025-06-23 02:08:03] "GET /virtual-network/bb5c9770-ecb1-4552-9061-1ab93ca261fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005305 10.0.0.254 - - [2025-06-23 02:08:07] "POST /neutron/router HTTP/1.1" 200 656 0.003825 10.0.0.254 - - [2025-06-23 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.010502 10.0.0.254 - - [2025-06-23 02:08:07] "POST /neutron/router HTTP/1.1" 200 344 0.101213 10.0.0.254 - - [2025-06-23 02:08:07] "POST /neutron/router HTTP/1.1" 200 656 0.005171 10.0.0.254 - - [2025-06-23 02:08:07] "GET /logical-router/e2e3a603-cfa9-4b67-9361-cf97fd71f9cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.005447 10.0.0.254 - - [2025-06-23 02:08:07] "GET /service-instance/a8ee0c2c-3437-446f-a90c-7a986b11f137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2329 0.003724 10.0.0.254 - - [2025-06-23 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.254 - - [2025-06-23 02:08:07] "POST /neutron/router HTTP/1.1" 200 151 0.058910 10.0.0.254 - - [2025-06-23 02:08:07] "DELETE /route-target/8f17f385-465a-44f2-b7df-da908201f567 HTTP/1.1" 409 240 0.008760 10.0.0.254 - - [2025-06-23 02:08:07] "PUT /logical-router/e2e3a603-cfa9-4b67-9361-cf97fd71f9cf HTTP/1.1" 404 171 0.003063 10.0.0.254 - - [2025-06-23 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.020838 10.0.0.254 - - [2025-06-23 02:08:07] "DELETE /route-table/7cf5992e-21fa-4c8c-9bb1-643d086e4f18 HTTP/1.1" 200 115 0.043625 10.0.0.254 - - [2025-06-23 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.254 - - [2025-06-23 02:08:07] "PUT /routing-instance/98249554-80d8-4cc8-b08d-84894cf7ad32 HTTP/1.1" 200 267 0.011650 10.0.0.254 - - [2025-06-23 02:08:07] "GET /virtual-network/22459da7-f1c0-46c2-a9f5-898bf52ebe38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006174 10.0.0.254 - - [2025-06-23 02:08:07] "POST /neutron/network HTTP/1.1" 200 834 0.005839 10.0.0.254 - - [2025-06-23 02:08:07] "POST /neutron/network HTTP/1.1" 400 204 0.030653 10.0.0.254 - - [2025-06-23 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.009288 10.0.0.254 - - [2025-06-23 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.009693 10.0.0.254 - - [2025-06-23 02:08:07] "DELETE /instance-ip/2be2884b-8df3-4c86-8c9c-e8ae2ac42d2b HTTP/1.1" 200 115 0.045146 10.0.0.254 - - [2025-06-23 02:08:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004408 10.0.0.254 - - [2025-06-23 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.254 - - [2025-06-23 02:08:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004155 10.0.0.254 - - [2025-06-23 02:08:08] "DELETE /virtual-network/22459da7-f1c0-46c2-a9f5-898bf52ebe38 HTTP/1.1" 200 115 0.127756 10.0.0.254 - - [2025-06-23 02:08:08] "DELETE /route-target/2c33779b-dca1-4829-a092-0528312e1b31 HTTP/1.1" 200 115 0.018532 10.0.0.254 - - [2025-06-23 02:08:08] "DELETE /service-instance/a8ee0c2c-3437-446f-a90c-7a986b11f137 HTTP/1.1" 200 115 0.035822 10.0.0.254 - - [2025-06-23 02:08:08] "GET /logical-router/e2e3a603-cfa9-4b67-9361-cf97fd71f9cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003500 10.0.0.254 - - [2025-06-23 02:08:08] "POST /neutron/port HTTP/1.1" 200 1091 0.012778 10.0.0.254 - - [2025-06-23 02:08:08] "GET /service-instance/a8ee0c2c-3437-446f-a90c-7a986b11f137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002324 10.0.0.254 - - [2025-06-23 02:08:08] "POST /neutron/port HTTP/1.1" 200 1117 0.009336 10.0.0.254 - - [2025-06-23 02:08:08] "GET /virtual-machine-interface/de59133d-f7fd-415b-9515-665ab72fc731?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1667 0.015906 10.0.0.254 - - [2025-06-23 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.024279 10.0.0.254 - - [2025-06-23 02:08:08] "POST /neutron/port HTTP/1.1" 200 1092 0.030822 10.0.0.254 - - [2025-06-23 02:08:08] "POST /neutron/port HTTP/1.1" 200 151 0.156741 10.0.0.254 - - [2025-06-23 02:08:08] "POST /neutron/port HTTP/1.1" 200 1118 0.014370 10.0.0.254 - - [2025-06-23 02:08:08] "GET /instance-ip/4ae6445a-5ccf-436d-9371-ca19911e7109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006809 10.0.0.254 - - [2025-06-23 02:08:08] "DELETE /virtual-machine-interface/de59133d-f7fd-415b-9515-665ab72fc731 HTTP/1.1" 200 115 0.059984 10.0.0.254 - - [2025-06-23 02:08:08] "GET /virtual-machine-interface/e8c54e7e-37ca-40b7-8972-52b6bde3487b?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1345 0.016295 10.0.0.254 - - [2025-06-23 02:08:08] "POST /neutron/port HTTP/1.1" 200 151 0.149635 10.0.0.254 - - [2025-06-23 02:08:08] "DELETE /virtual-machine-interface/e8c54e7e-37ca-40b7-8972-52b6bde3487b HTTP/1.1" 200 115 0.034596 10.0.0.254 - - [2025-06-23 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.009635 10.0.0.254 - - [2025-06-23 02:08:08] "DELETE /virtual-machine/3836f1dc-686c-4750-b4ce-7da08acac804 HTTP/1.1" 200 115 0.022739 10.0.0.254 - - [2025-06-23 02:08:08] "GET /virtual-machine-interface/0d465d84-fc98-40e0-9d25-1a17876f26c2?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1665 0.010026 10.0.0.254 - - [2025-06-23 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.013532 10.0.0.254 - - [2025-06-23 02:08:08] "GET /instance-ip/4ae6445a-5ccf-436d-9371-ca19911e7109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.005704 10.0.0.254 - - [2025-06-23 02:08:08] "DELETE /instance-ip/4ae6445a-5ccf-436d-9371-ca19911e7109 HTTP/1.1" 200 115 0.028157 10.0.0.254 - - [2025-06-23 02:08:08] "DELETE /virtual-machine-interface/0d465d84-fc98-40e0-9d25-1a17876f26c2 HTTP/1.1" 200 115 0.030901 10.0.0.254 - - [2025-06-23 02:08:08] "GET /virtual-machine-interface/991a3304-1e89-4b4a-b4bd-b6806338cd1c?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1346 0.007605 10.0.0.254 - - [2025-06-23 02:08:08] "DELETE /virtual-machine-interface/991a3304-1e89-4b4a-b4bd-b6806338cd1c HTTP/1.1" 200 115 0.036953 10.0.0.254 - - [2025-06-23 02:08:09] "DELETE /virtual-machine/8896df38-5c85-4c68-86a8-dae647c7d25e HTTP/1.1" 200 115 0.023431 10.0.0.254 - - [2025-06-23 02:08:09] "POST /neutron/network HTTP/1.1" 200 834 0.005550 10.0.0.254 - - [2025-06-23 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.254 - - [2025-06-23 02:08:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002896 10.0.0.254 - - [2025-06-23 02:08:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002778 10.0.0.254 - - [2025-06-23 02:08:09] "POST /neutron/network HTTP/1.1" 200 151 0.106044 10.0.0.254 - - [2025-06-23 02:08:09] "DELETE /route-target/d9fe87c9-db5c-4174-847a-fae6e3df1aab HTTP/1.1" 200 115 0.025235 10.0.0.254 - - [2025-06-23 02:08:09] "POST /neutron/network HTTP/1.1" 200 828 0.006039 10.0.0.254 - - [2025-06-23 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.254 - - [2025-06-23 02:08:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002397 10.0.0.254 - - [2025-06-23 02:08:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003955 10.0.0.254 - - [2025-06-23 02:08:10] "POST /neutron/network HTTP/1.1" 200 151 0.094709 10.0.0.254 - - [2025-06-23 02:08:10] "DELETE /route-target/49f835d0-8916-4fa8-bc8a-93644e40bcf2 HTTP/1.1" 200 115 0.021585 10.0.0.254 - - [2025-06-23 02:08:10] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001316 10.0.0.254 - - [2025-06-23 02:08:10] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.029752 10.0.0.254 - - [2025-06-23 02:08:10] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001101 10.0.0.254 - - [2025-06-23 02:08:10] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?fields=virtual_networks HTTP/1.1" 200 1049 0.068169 10.0.0.254 - - [2025-06-23 02:08:10] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001570 10.0.0.254 - - [2025-06-23 02:08:10] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.028938 10.0.0.254 - - [2025-06-23 02:08:10] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001211 10.0.0.254 - - [2025-06-23 02:08:10] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?fields=security_groups HTTP/1.1" 200 1279 0.026692 10.0.0.254 - - [2025-06-23 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.023626 10.0.0.254 - - [2025-06-23 02:08:11] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002302 10.0.0.254 - - [2025-06-23 02:08:11] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002150 10.0.0.254 - - [2025-06-23 02:08:11] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010223 10.0.0.254 - - [2025-06-23 02:08:11] "POST /id-to-fqname HTTP/1.1" 200 198 0.001802 10.0.0.254 - - [2025-06-23 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003407 10.0.0.254 - - [2025-06-23 02:08:11] "POST /security-groups HTTP/1.1" 200 599 0.067540 10.0.0.254 - - [2025-06-23 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.003261 10.0.0.254 - - [2025-06-23 02:08:11] "POST /projects HTTP/1.1" 200 601 0.229394 10.0.0.254 - - [2025-06-23 02:08:11] "POST /access-control-lists HTTP/1.1" 200 606 0.060526 10.0.0.254 - - [2025-06-23 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.307365 10.0.0.254 - - [2025-06-23 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.002787 10.0.0.254 - - [2025-06-23 02:08:11] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.435310 10.0.0.254 - - [2025-06-23 02:08:11] "POST /access-control-lists HTTP/1.1" 200 604 0.068045 10.0.0.254 - - [2025-06-23 02:08:12] "GET / HTTP/1.1" 200 36215 0.001989 10.0.0.254 - - [2025-06-23 02:08:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.254 - - [2025-06-23 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.055144 10.0.0.254 - - [2025-06-23 02:08:13] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.254 - - [2025-06-23 02:08:13] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.022720 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/network HTTP/1.1" 200 117 0.029627 10.0.0.254 - - [2025-06-23 02:08:14] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001640 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/network HTTP/1.1" 200 613 0.071361 10.0.0.254 - - [2025-06-23 02:08:14] "POST /route-targets HTTP/1.1" 200 328 0.010451 10.0.0.254 - - [2025-06-23 02:08:14] "POST /ref-update HTTP/1.1" 200 156 0.010332 10.0.0.254 - - [2025-06-23 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002965 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.192580 10.0.0.254 - - [2025-06-23 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003424 10.0.0.254 - - [2025-06-23 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.032257 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.164637 10.0.0.254 - - [2025-06-23 02:08:14] "GET /virtual-network/9de853e6-f377-4788-aa4c-09b6811b2663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006819 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/network HTTP/1.1" 200 1006 0.007089 10.0.0.254 - - [2025-06-23 02:08:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001250 10.0.0.254 - - [2025-06-23 02:08:14] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005592 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/network HTTP/1.1" 200 1006 0.011100 10.0.0.254 - - [2025-06-23 02:08:14] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006166 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/network HTTP/1.1" 200 1006 0.007497 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.007581 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.009043 10.0.0.254 - - [2025-06-23 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.254 - - [2025-06-23 02:08:14] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.254 - - [2025-06-23 02:08:14] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.030422 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/network HTTP/1.1" 200 117 0.009586 10.0.0.254 - - [2025-06-23 02:08:14] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.254 - - [2025-06-23 02:08:14] "POST /neutron/network HTTP/1.1" 200 613 0.067673 10.0.0.254 - - [2025-06-23 02:08:14] "POST /route-targets HTTP/1.1" 200 328 0.011630 10.0.0.254 - - [2025-06-23 02:08:14] "POST /ref-update HTTP/1.1" 200 156 0.012601 10.0.0.254 - - [2025-06-23 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004361 10.0.0.254 - - [2025-06-23 02:08:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.189209 10.0.0.254 - - [2025-06-23 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.254 - - [2025-06-23 02:08:15] "GET /virtual-network/9de853e6-f377-4788-aa4c-09b6811b2663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.004823 10.0.0.254 - - [2025-06-23 02:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004604 10.0.0.254 - - [2025-06-23 02:08:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.140695 10.0.0.254 - - [2025-06-23 02:08:15] "POST /neutron/network HTTP/1.1" 200 1004 0.009917 10.0.0.254 - - [2025-06-23 02:08:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001291 10.0.0.254 - - [2025-06-23 02:08:15] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005220 10.0.0.254 - - [2025-06-23 02:08:15] "POST /neutron/network HTTP/1.1" 200 1004 0.007441 10.0.0.254 - - [2025-06-23 02:08:15] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005562 10.0.0.254 - - [2025-06-23 02:08:15] "POST /neutron/network HTTP/1.1" 200 1004 0.007033 10.0.0.254 - - [2025-06-23 02:08:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.008450 10.0.0.254 - - [2025-06-23 02:08:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.006757 10.0.0.254 - - [2025-06-23 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.002542 10.0.0.254 - - [2025-06-23 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.254 - - [2025-06-23 02:08:15] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.254 - - [2025-06-23 02:08:15] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.030686 10.0.0.254 - - [2025-06-23 02:08:15] "POST /network-policys HTTP/1.1" 200 579 0.064477 10.0.0.254 - - [2025-06-23 02:08:15] "GET /network-policy/29e52f5c-2a52-42cb-b885-7b4b35d4e62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.006235 10.0.0.254 - - [2025-06-23 02:08:15] "POST /neutron/network HTTP/1.1" 200 1006 0.008589 10.0.0.254 - - [2025-06-23 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005904 10.0.0.254 - - [2025-06-23 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.005736 10.0.0.254 - - [2025-06-23 02:08:15] "GET /virtual-network/9de853e6-f377-4788-aa4c-09b6811b2663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006331 10.0.0.254 - - [2025-06-23 02:08:15] "POST /neutron/network HTTP/1.1" 200 1114 0.069568 10.0.0.254 - - [2025-06-23 02:08:15] "POST /access-control-lists HTTP/1.1" 200 598 0.079391 10.0.0.254 - - [2025-06-23 02:08:15] "POST /neutron/network HTTP/1.1" 200 1114 0.034580 10.0.0.254 - - [2025-06-23 02:08:15] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005678 10.0.0.254 - - [2025-06-23 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005086 10.0.0.254 - - [2025-06-23 02:08:16] "GET /network-policy/29e52f5c-2a52-42cb-b885-7b4b35d4e62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004193 10.0.0.254 - - [2025-06-23 02:08:16] "POST /neutron/network HTTP/1.1" 200 1004 0.008240 10.0.0.254 - - [2025-06-23 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007416 10.0.0.254 - - [2025-06-23 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.006646 10.0.0.254 - - [2025-06-23 02:08:16] "GET /virtual-network/9de853e6-f377-4788-aa4c-09b6811b2663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006706 10.0.0.254 - - [2025-06-23 02:08:16] "POST /neutron/network HTTP/1.1" 200 1112 0.066375 10.0.0.254 - - [2025-06-23 02:08:16] "POST /access-control-lists HTTP/1.1" 200 598 0.079075 10.0.0.254 - - [2025-06-23 02:08:16] "POST /neutron/network HTTP/1.1" 200 1112 0.042289 10.0.0.254 - - [2025-06-23 02:08:16] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005825 10.0.0.254 - - [2025-06-23 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.254 - - [2025-06-23 02:08:16] "POST /ref-update HTTP/1.1" 200 156 0.012492 10.0.0.254 - - [2025-06-23 02:08:16] "GET /network-policy/29e52f5c-2a52-42cb-b885-7b4b35d4e62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005696 10.0.0.254 - - [2025-06-23 02:08:16] "GET /domains HTTP/1.1" 401 293 0.000461 10.0.0.254 - - [2025-06-23 02:08:16] "PUT /access-control-list/29384475-ff97-4d90-98e1-16cb7b69e051 HTTP/1.1" 200 273 0.054681 10.0.0.254 - - [2025-06-23 02:08:16] "GET /domains HTTP/1.1" 200 281 0.025996 10.0.0.254 - - [2025-06-23 02:08:16] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.254 - - [2025-06-23 02:08:16] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2782 0.064692 10.0.0.254 - - [2025-06-23 02:08:16] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001262 10.0.0.254 - - [2025-06-23 02:08:16] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3 HTTP/1.1" 200 2643 0.068960 10.0.0.254 - - [2025-06-23 02:08:16] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd HTTP/1.1" 200 3512 0.006338 10.0.0.254 - - [2025-06-23 02:08:16] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd HTTP/1.1" 200 3512 0.005464 10.0.0.254 - - [2025-06-23 02:08:16] "GET /routing-instance/4fafec75-bb7c-4315-80db-141c73e3c811 HTTP/1.1" 200 1798 0.003965 10.0.0.254 - - [2025-06-23 02:08:16] "GET /routing-instance/4fafec75-bb7c-4315-80db-141c73e3c811 HTTP/1.1" 200 1798 0.003541 10.0.0.254 - - [2025-06-23 02:08:16] "GET /route-target/462a9bd4-3080-49f4-89ad-7f47498a5f11 HTTP/1.1" 200 1213 0.003181 10.0.0.254 - - [2025-06-23 02:08:16] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd HTTP/1.1" 200 3512 0.005178 10.0.0.254 - - [2025-06-23 02:08:16] "GET /routing-instance/4fafec75-bb7c-4315-80db-141c73e3c811 HTTP/1.1" 200 1798 0.003561 10.0.0.254 - - [2025-06-23 02:08:16] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005213 10.0.0.254 - - [2025-06-23 02:08:16] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd HTTP/1.1" 200 3512 0.006052 10.0.0.254 - - [2025-06-23 02:08:16] "GET /routing-instance/4fafec75-bb7c-4315-80db-141c73e3c811 HTTP/1.1" 200 1798 0.003829 10.0.0.254 - - [2025-06-23 02:08:16] "GET /routing-instance/4fafec75-bb7c-4315-80db-141c73e3c811 HTTP/1.1" 200 1798 0.003653 10.0.0.254 - - [2025-06-23 02:08:16] "GET /route-target/462a9bd4-3080-49f4-89ad-7f47498a5f11 HTTP/1.1" 200 1213 0.003557 10.0.0.254 - - [2025-06-23 02:08:16] "GET /domains HTTP/1.1" 200 281 0.002588 10.0.0.254 - - [2025-06-23 02:08:16] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.254 - - [2025-06-23 02:08:16] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2782 0.007306 10.0.0.254 - - [2025-06-23 02:08:16] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.254 - - [2025-06-23 02:08:17] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3 HTTP/1.1" 200 2643 0.068823 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd HTTP/1.1" 200 3512 0.005172 10.0.0.254 - - [2025-06-23 02:08:17] "GET /obj-perms HTTP/1.1" 200 5065 0.048723 10.0.0.254 - - [2025-06-23 02:08:17] "GET /domains HTTP/1.1" 200 281 0.002975 10.0.0.254 - - [2025-06-23 02:08:17] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.254 - - [2025-06-23 02:08:17] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2782 0.007306 10.0.0.254 - - [2025-06-23 02:08:17] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001456 10.0.0.254 - - [2025-06-23 02:08:17] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3 HTTP/1.1" 200 2643 0.071271 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5 HTTP/1.1" 200 3505 0.006682 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5 HTTP/1.1" 200 3505 0.004824 10.0.0.254 - - [2025-06-23 02:08:17] "GET /routing-instance/7ad62a7d-6c32-4d36-be12-8a809cba7696 HTTP/1.1" 200 1799 0.004089 10.0.0.254 - - [2025-06-23 02:08:17] "GET /routing-instance/7ad62a7d-6c32-4d36-be12-8a809cba7696 HTTP/1.1" 200 1799 0.003808 10.0.0.254 - - [2025-06-23 02:08:17] "GET /route-target/81bf3bda-a8d8-4633-8617-e40e38162fc5 HTTP/1.1" 200 1213 0.003576 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5 HTTP/1.1" 200 3505 0.004980 10.0.0.254 - - [2025-06-23 02:08:17] "GET /routing-instance/7ad62a7d-6c32-4d36-be12-8a809cba7696 HTTP/1.1" 200 1799 0.003752 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005131 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5 HTTP/1.1" 200 3505 0.005481 10.0.0.254 - - [2025-06-23 02:08:17] "GET /routing-instance/7ad62a7d-6c32-4d36-be12-8a809cba7696 HTTP/1.1" 200 1799 0.003510 10.0.0.254 - - [2025-06-23 02:08:17] "GET /routing-instance/7ad62a7d-6c32-4d36-be12-8a809cba7696 HTTP/1.1" 200 1799 0.003526 10.0.0.254 - - [2025-06-23 02:08:17] "GET /route-target/81bf3bda-a8d8-4633-8617-e40e38162fc5 HTTP/1.1" 200 1213 0.003145 10.0.0.254 - - [2025-06-23 02:08:17] "GET /domains HTTP/1.1" 200 281 0.003066 10.0.0.254 - - [2025-06-23 02:08:17] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.254 - - [2025-06-23 02:08:17] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2782 0.007504 10.0.0.254 - - [2025-06-23 02:08:17] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001577 10.0.0.254 - - [2025-06-23 02:08:17] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3 HTTP/1.1" 200 2643 0.072866 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5 HTTP/1.1" 200 3505 0.005351 10.0.0.254 - - [2025-06-23 02:08:17] "GET /obj-perms HTTP/1.1" 200 5065 0.003361 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005298 10.0.0.254 - - [2025-06-23 02:08:17] "POST /neutron/network HTTP/1.1" 200 1112 0.007219 10.0.0.254 - - [2025-06-23 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009503 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/9de853e6-f377-4788-aa4c-09b6811b2663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005315 10.0.0.254 - - [2025-06-23 02:08:17] "POST /neutron/network HTTP/1.1" 200 1004 0.053629 10.0.0.254 - - [2025-06-23 02:08:17] "DELETE /access-control-list/5dc0bc04-2d10-4063-98dd-a4353bb06395 HTTP/1.1" 200 115 0.036569 10.0.0.254 - - [2025-06-23 02:08:17] "POST /ref-update HTTP/1.1" 200 156 0.013379 10.0.0.254 - - [2025-06-23 02:08:17] "POST /neutron/network HTTP/1.1" 200 1004 0.011044 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/663a37af-6053-4fc8-9e10-b97c219a35b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005103 10.0.0.254 - - [2025-06-23 02:08:17] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005153 10.0.0.254 - - [2025-06-23 02:08:17] "POST /neutron/network HTTP/1.1" 200 1114 0.009117 10.0.0.254 - - [2025-06-23 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.010996 10.0.0.254 - - [2025-06-23 02:08:18] "GET /virtual-network/9de853e6-f377-4788-aa4c-09b6811b2663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007552 10.0.0.254 - - [2025-06-23 02:08:18] "POST /neutron/network HTTP/1.1" 200 1006 0.062242 10.0.0.254 - - [2025-06-23 02:08:18] "DELETE /access-control-list/29384475-ff97-4d90-98e1-16cb7b69e051 HTTP/1.1" 200 115 0.048955 10.0.0.254 - - [2025-06-23 02:08:18] "POST /neutron/network HTTP/1.1" 200 1006 0.013704 10.0.0.254 - - [2025-06-23 02:08:18] "POST /ref-update HTTP/1.1" 200 156 0.013512 10.0.0.254 - - [2025-06-23 02:08:18] "GET /virtual-network/d4bfd09e-4a38-4bc5-a111-4deec6a205dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008651 10.0.0.254 - - [2025-06-23 02:08:18] "DELETE /network-policy/29e52f5c-2a52-42cb-b885-7b4b35d4e62e HTTP/1.1" 200 115 0.023511 10.0.0.254 - - [2025-06-23 02:08:18] "POST /neutron/network HTTP/1.1" 200 1004 0.007650 10.0.0.254 - - [2025-06-23 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.254 - - [2025-06-23 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003766 10.0.0.254 - - [2025-06-23 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002543 10.0.0.254 - - [2025-06-23 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002086 10.0.0.254 - - [2025-06-23 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002110 10.0.0.254 - - [2025-06-23 02:08:18] "POST /neutron/network HTTP/1.1" 200 151 0.093537 10.0.0.254 - - [2025-06-23 02:08:18] "DELETE /route-target/81bf3bda-a8d8-4633-8617-e40e38162fc5 HTTP/1.1" 200 115 0.023926 10.0.0.254 - - [2025-06-23 02:08:18] "GET /routing-instance/7ad62a7d-6c32-4d36-be12-8a809cba7696 HTTP/1.1" 404 171 0.002539 10.0.0.254 - - [2025-06-23 02:08:18] "GET /domains HTTP/1.1" 200 281 0.002683 10.0.0.254 - - [2025-06-23 02:08:18] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.254 - - [2025-06-23 02:08:18] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2782 0.050104 10.0.0.254 - - [2025-06-23 02:08:18] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001574 10.0.0.254 - - [2025-06-23 02:08:18] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3 HTTP/1.1" 200 2161 0.067709 10.0.0.254 - - [2025-06-23 02:08:18] "POST /neutron/network HTTP/1.1" 200 1006 0.007476 10.0.0.254 - - [2025-06-23 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.254 - - [2025-06-23 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002787 10.0.0.254 - - [2025-06-23 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003484 10.0.0.254 - - [2025-06-23 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.254 - - [2025-06-23 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002271 10.0.0.254 - - [2025-06-23 02:08:18] "POST /neutron/network HTTP/1.1" 200 151 0.095974 10.0.0.254 - - [2025-06-23 02:08:18] "DELETE /route-target/462a9bd4-3080-49f4-89ad-7f47498a5f11 HTTP/1.1" 200 115 0.024773 10.0.0.254 - - [2025-06-23 02:08:18] "GET /routing-instance/4fafec75-bb7c-4315-80db-141c73e3c811 HTTP/1.1" 404 171 0.002952 10.0.0.254 - - [2025-06-23 02:08:18] "GET /domains HTTP/1.1" 200 281 0.002856 10.0.0.254 - - [2025-06-23 02:08:18] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.254 - - [2025-06-23 02:08:18] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2782 0.051157 10.0.0.254 - - [2025-06-23 02:08:18] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.254 - - [2025-06-23 02:08:18] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3 HTTP/1.1" 200 1915 0.070331 10.0.0.254 - - [2025-06-23 02:08:18] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.254 - - [2025-06-23 02:08:18] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.023521 10.0.0.254 - - [2025-06-23 02:08:18] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.254 - - [2025-06-23 02:08:19] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?fields=virtual_networks HTTP/1.1" 200 1060 0.070283 10.0.0.254 - - [2025-06-23 02:08:19] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.254 - - [2025-06-23 02:08:19] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.022810 10.0.0.254 - - [2025-06-23 02:08:19] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.254 - - [2025-06-23 02:08:19] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?fields=security_groups HTTP/1.1" 200 1295 0.027366 10.0.0.254 - - [2025-06-23 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 190 0.025838 10.0.0.254 - - [2025-06-23 02:08:20] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002653 10.0.0.254 - - [2025-06-23 02:08:20] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.254 - - [2025-06-23 02:08:20] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007602 10.0.0.254 - - [2025-06-23 02:08:20] "POST /id-to-fqname HTTP/1.1" 200 192 0.001344 10.0.0.254 - - [2025-06-23 02:08:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.003730 10.0.0.254 - - [2025-06-23 02:08:20] "POST /security-groups HTTP/1.1" 200 593 0.067781 10.0.0.254 - - [2025-06-23 02:08:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.002675 10.0.0.254 - - [2025-06-23 02:08:20] "POST /projects HTTP/1.1" 200 589 0.217241 10.0.0.254 - - [2025-06-23 02:08:20] "POST /access-control-lists HTTP/1.1" 200 600 0.057719 10.0.0.254 - - [2025-06-23 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.288042 10.0.0.254 - - [2025-06-23 02:08:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.002911 10.0.0.254 - - [2025-06-23 02:08:20] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.421549 10.0.0.254 - - [2025-06-23 02:08:20] "POST /access-control-lists HTTP/1.1" 200 598 0.060105 10.0.0.254 - - [2025-06-23 02:08:21] "GET / HTTP/1.1" 200 36215 0.001981 10.0.0.254 - - [2025-06-23 02:08:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000453 10.0.0.254 - - [2025-06-23 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.058015 10.0.0.254 - - [2025-06-23 02:08:22] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001224 10.0.0.254 - - [2025-06-23 02:08:22] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.028893 10.0.0.254 - - [2025-06-23 02:08:22] "POST /neutron/network HTTP/1.1" 200 117 0.026681 10.0.0.254 - - [2025-06-23 02:08:22] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001454 10.0.0.254 - - [2025-06-23 02:08:22] "POST /neutron/network HTTP/1.1" 200 607 0.065644 10.0.0.254 - - [2025-06-23 02:08:22] "POST /route-targets HTTP/1.1" 200 328 0.011237 10.0.0.254 - - [2025-06-23 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.009748 10.0.0.254 - - [2025-06-23 02:08:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004390 10.0.0.254 - - [2025-06-23 02:08:22] "POST /neutron/subnet HTTP/1.1" 200 730 0.157719 10.0.0.254 - - [2025-06-23 02:08:22] "POST /neutron/network HTTP/1.1" 200 827 0.005647 10.0.0.254 - - [2025-06-23 02:08:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001330 10.0.0.254 - - [2025-06-23 02:08:22] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005043 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/network HTTP/1.1" 200 827 0.006253 10.0.0.254 - - [2025-06-23 02:08:23] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005563 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/network HTTP/1.1" 200 827 0.005896 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 730 0.007611 10.0.0.254 - - [2025-06-23 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.254 - - [2025-06-23 02:08:23] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001113 10.0.0.254 - - [2025-06-23 02:08:23] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.024083 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/network HTTP/1.1" 200 117 0.008978 10.0.0.254 - - [2025-06-23 02:08:23] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001144 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/network HTTP/1.1" 200 607 0.063974 10.0.0.254 - - [2025-06-23 02:08:23] "POST /route-targets HTTP/1.1" 200 328 0.015737 10.0.0.254 - - [2025-06-23 02:08:23] "POST /ref-update HTTP/1.1" 200 156 0.013740 10.0.0.254 - - [2025-06-23 02:08:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005467 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.196402 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/network HTTP/1.1" 200 826 0.005610 10.0.0.254 - - [2025-06-23 02:08:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001359 10.0.0.254 - - [2025-06-23 02:08:23] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004942 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/network HTTP/1.1" 200 826 0.006048 10.0.0.254 - - [2025-06-23 02:08:23] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005501 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/network HTTP/1.1" 200 826 0.005900 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.007540 10.0.0.254 - - [2025-06-23 02:08:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.002477 10.0.0.254 - - [2025-06-23 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.254 - - [2025-06-23 02:08:23] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001168 10.0.0.254 - - [2025-06-23 02:08:23] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.027158 10.0.0.254 - - [2025-06-23 02:08:23] "POST /network-policys HTTP/1.1" 200 573 0.020612 10.0.0.254 - - [2025-06-23 02:08:23] "GET /network-policy/4d6f723a-0a40-43fc-b4fd-119c5313d5e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004960 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/network HTTP/1.1" 200 827 0.007177 10.0.0.254 - - [2025-06-23 02:08:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.003381 10.0.0.254 - - [2025-06-23 02:08:23] "POST /neutron/network HTTP/1.1" 200 929 0.046959 10.0.0.254 - - [2025-06-23 02:08:24] "POST /neutron/network HTTP/1.1" 200 929 0.035088 10.0.0.254 - - [2025-06-23 02:08:24] "POST /access-control-lists HTTP/1.1" 200 592 0.065756 10.0.0.254 - - [2025-06-23 02:08:24] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005365 10.0.0.254 - - [2025-06-23 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.254 - - [2025-06-23 02:08:24] "GET /network-policy/4d6f723a-0a40-43fc-b4fd-119c5313d5e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003507 10.0.0.254 - - [2025-06-23 02:08:24] "POST /neutron/network HTTP/1.1" 200 826 0.006114 10.0.0.254 - - [2025-06-23 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 236 0.006437 10.0.0.254 - - [2025-06-23 02:08:24] "POST /neutron/network HTTP/1.1" 200 928 0.046762 10.0.0.254 - - [2025-06-23 02:08:24] "POST /neutron/network HTTP/1.1" 200 928 0.041634 10.0.0.254 - - [2025-06-23 02:08:24] "POST /access-control-lists HTTP/1.1" 200 592 0.067699 10.0.0.254 - - [2025-06-23 02:08:24] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.024403 10.0.0.254 - - [2025-06-23 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.254 - - [2025-06-23 02:08:24] "POST /ref-update HTTP/1.1" 200 156 0.008952 10.0.0.254 - - [2025-06-23 02:08:24] "GET /network-policy/4d6f723a-0a40-43fc-b4fd-119c5313d5e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003314 10.0.0.254 - - [2025-06-23 02:08:24] "GET /domains HTTP/1.1" 401 293 0.000456 10.0.0.254 - - [2025-06-23 02:08:24] "PUT /access-control-list/eda87a7f-e7ef-4733-b4fa-74813e9ac2a1 HTTP/1.1" 200 273 0.054220 10.0.0.254 - - [2025-06-23 02:08:24] "GET /domains HTTP/1.1" 200 281 0.026823 10.0.0.254 - - [2025-06-23 02:08:24] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001689 10.0.0.254 - - [2025-06-23 02:08:24] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2971 0.010974 10.0.0.254 - - [2025-06-23 02:08:24] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001553 10.0.0.254 - - [2025-06-23 02:08:24] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311 HTTP/1.1" 200 2590 0.072619 10.0.0.254 - - [2025-06-23 02:08:24] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7 HTTP/1.1" 200 2900 0.006968 10.0.0.254 - - [2025-06-23 02:08:24] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7 HTTP/1.1" 200 2900 0.007464 10.0.0.254 - - [2025-06-23 02:08:24] "GET /routing-instance/6b9b1990-461a-4abd-b0b6-48d458921f86 HTTP/1.1" 200 1787 0.004958 10.0.0.254 - - [2025-06-23 02:08:24] "GET /routing-instance/6b9b1990-461a-4abd-b0b6-48d458921f86 HTTP/1.1" 200 1787 0.004036 10.0.0.254 - - [2025-06-23 02:08:24] "GET /route-target/651fe567-5dfb-48b9-98db-2494e11c424e HTTP/1.1" 200 1208 0.004961 10.0.0.254 - - [2025-06-23 02:08:24] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7 HTTP/1.1" 200 2900 0.005146 10.0.0.254 - - [2025-06-23 02:08:24] "GET /routing-instance/6b9b1990-461a-4abd-b0b6-48d458921f86 HTTP/1.1" 200 1787 0.005056 10.0.0.254 - - [2025-06-23 02:08:24] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006274 10.0.0.254 - - [2025-06-23 02:08:24] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7 HTTP/1.1" 200 2900 0.005125 10.0.0.254 - - [2025-06-23 02:08:24] "GET /routing-instance/6b9b1990-461a-4abd-b0b6-48d458921f86 HTTP/1.1" 200 1787 0.005587 10.0.0.254 - - [2025-06-23 02:08:24] "GET /routing-instance/6b9b1990-461a-4abd-b0b6-48d458921f86 HTTP/1.1" 200 1787 0.003724 10.0.0.254 - - [2025-06-23 02:08:24] "GET /route-target/651fe567-5dfb-48b9-98db-2494e11c424e HTTP/1.1" 200 1208 0.003498 10.0.0.254 - - [2025-06-23 02:08:24] "GET /domains HTTP/1.1" 200 281 0.003045 10.0.0.254 - - [2025-06-23 02:08:24] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.254 - - [2025-06-23 02:08:24] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2971 0.007758 10.0.0.254 - - [2025-06-23 02:08:24] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.254 - - [2025-06-23 02:08:25] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311 HTTP/1.1" 200 2590 0.071742 10.0.0.254 - - [2025-06-23 02:08:25] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7 HTTP/1.1" 200 2900 0.005351 10.0.0.254 - - [2025-06-23 02:08:25] "GET /obj-perms HTTP/1.1" 200 5053 0.051114 10.0.0.254 - - [2025-06-23 02:08:25] "GET /domains HTTP/1.1" 200 281 0.003037 10.0.0.254 - - [2025-06-23 02:08:25] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.254 - - [2025-06-23 02:08:25] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2971 0.007191 10.0.0.254 - - [2025-06-23 02:08:25] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001731 10.0.0.254 - - [2025-06-23 02:08:25] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311 HTTP/1.1" 200 2590 0.081786 10.0.0.254 - - [2025-06-23 02:08:25] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73 HTTP/1.1" 200 2897 0.008969 10.0.0.254 - - [2025-06-23 02:08:25] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73 HTTP/1.1" 200 2897 0.005274 10.0.0.254 - - [2025-06-23 02:08:25] "GET /routing-instance/a1961f0f-d447-4044-aceb-d172cd8d689e HTTP/1.1" 200 1788 0.004208 10.0.0.254 - - [2025-06-23 02:08:25] "GET /routing-instance/a1961f0f-d447-4044-aceb-d172cd8d689e HTTP/1.1" 200 1788 0.004206 10.0.0.254 - - [2025-06-23 02:08:25] "GET /route-target/ed7fe63a-26b9-492a-9532-b624aa200e17 HTTP/1.1" 200 1209 0.004777 10.0.0.254 - - [2025-06-23 02:08:25] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73 HTTP/1.1" 200 2897 0.007904 10.0.0.254 - - [2025-06-23 02:08:25] "GET /routing-instance/a1961f0f-d447-4044-aceb-d172cd8d689e HTTP/1.1" 200 1788 0.004537 10.0.0.254 - - [2025-06-23 02:08:25] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007941 10.0.0.254 - - [2025-06-23 02:08:25] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73 HTTP/1.1" 200 2897 0.007275 10.0.0.254 - - [2025-06-23 02:08:25] "GET /routing-instance/a1961f0f-d447-4044-aceb-d172cd8d689e HTTP/1.1" 200 1788 0.003582 10.0.0.254 - - [2025-06-23 02:08:25] "GET /routing-instance/a1961f0f-d447-4044-aceb-d172cd8d689e HTTP/1.1" 200 1788 0.003521 10.0.0.254 - - [2025-06-23 02:08:25] "GET /route-target/ed7fe63a-26b9-492a-9532-b624aa200e17 HTTP/1.1" 200 1209 0.004768 10.0.0.254 - - [2025-06-23 02:08:25] "GET /domains HTTP/1.1" 200 281 0.002788 10.0.0.254 - - [2025-06-23 02:08:25] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.254 - - [2025-06-23 02:08:25] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2971 0.007356 10.0.0.254 - - [2025-06-23 02:08:25] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001549 10.0.0.254 - - [2025-06-23 02:08:25] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311 HTTP/1.1" 200 2590 0.073099 10.0.0.254 - - [2025-06-23 02:08:25] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73 HTTP/1.1" 200 2897 0.004913 10.0.0.254 - - [2025-06-23 02:08:25] "GET /obj-perms HTTP/1.1" 200 5053 0.003094 10.0.0.254 - - [2025-06-23 02:08:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001676 10.0.0.254 - - [2025-06-23 02:08:25] "POST /neutron/network HTTP/1.1" 200 939 0.007535 10.0.0.254 - - [2025-06-23 02:08:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000444 10.0.0.254 - - [2025-06-23 02:08:26] "GET / HTTP/1.1" 200 36215 0.001885 10.0.0.254 - - [2025-06-23 02:08:26] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000447 10.0.0.254 - - [2025-06-23 02:08:26] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001280 10.0.0.254 - - [2025-06-23 02:08:26] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.054642 10.0.0.254 - - [2025-06-23 02:08:26] "POST /neutron/network HTTP/1.1" 200 929 0.005793 10.0.0.254 - - [2025-06-23 02:08:26] "POST /neutron/port HTTP/1.1" 200 117 0.005313 10.0.0.254 - - [2025-06-23 02:08:26] "POST /neutron/port HTTP/1.1" 200 117 0.005561 10.0.0.254 - - [2025-06-23 02:08:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001326 10.0.0.254 - - [2025-06-23 02:08:26] "POST /neutron/port HTTP/1.1" 200 117 0.005572 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/network HTTP/1.1" 200 938 0.005993 10.0.0.254 - - [2025-06-23 02:08:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000472 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/network HTTP/1.1" 200 939 0.005635 10.0.0.254 - - [2025-06-23 02:08:27] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001166 10.0.0.254 - - [2025-06-23 02:08:27] "GET / HTTP/1.1" 200 36215 0.001725 10.0.0.254 - - [2025-06-23 02:08:27] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000416 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/port HTTP/1.1" 200 1063 0.318857 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/port HTTP/1.1" 200 1063 0.021058 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/port HTTP/1.1" 200 1063 0.010967 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/port HTTP/1.1" 200 1117 0.095034 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/port HTTP/1.1" 200 1091 0.015623 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003971 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/subnet HTTP/1.1" 200 704 0.015146 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.254 - - [2025-06-23 02:08:27] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001203 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/network HTTP/1.1" 200 929 0.005776 10.0.0.254 - - [2025-06-23 02:08:27] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.062307 10.0.0.254 - - [2025-06-23 02:08:27] "POST /neutron/network HTTP/1.1" 200 928 0.006754 10.0.0.254 - - [2025-06-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 1091 0.021143 10.0.0.254 - - [2025-06-23 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006744 10.0.0.254 - - [2025-06-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 117 0.005720 10.0.0.254 - - [2025-06-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 1091 0.029766 10.0.0.254 - - [2025-06-23 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006961 10.0.0.254 - - [2025-06-23 02:08:28] "POST /neutron/network HTTP/1.1" 200 938 0.011296 10.0.0.254 - - [2025-06-23 02:08:28] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001624 10.0.0.254 - - [2025-06-23 02:08:28] "PUT /access-control-list/a3880782-f9da-42ef-a9cc-4257095444df HTTP/1.1" 200 273 0.082158 10.0.0.254 - - [2025-06-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 1062 0.369150 10.0.0.254 - - [2025-06-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 1062 0.019115 10.0.0.254 - - [2025-06-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 1062 0.010431 10.0.0.254 - - [2025-06-23 02:08:28] "POST /neutron/port HTTP/1.1" 200 1116 0.111191 10.0.0.254 - - [2025-06-23 02:08:29] "POST /neutron/port HTTP/1.1" 200 1090 0.019546 10.0.0.254 - - [2025-06-23 02:08:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003626 10.0.0.254 - - [2025-06-23 02:08:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.012700 10.0.0.254 - - [2025-06-23 02:08:29] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.254 - - [2025-06-23 02:08:29] "POST /neutron/network HTTP/1.1" 200 928 0.005733 10.0.0.254 - - [2025-06-23 02:08:33] "POST /neutron/port HTTP/1.1" 200 1091 0.016082 10.0.0.254 - - [2025-06-23 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008303 10.0.0.254 - - [2025-06-23 02:08:33] "POST /neutron/port HTTP/1.1" 200 1091 0.016862 10.0.0.254 - - [2025-06-23 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006961 10.0.0.254 - - [2025-06-23 02:08:33] "POST /neutron/port HTTP/1.1" 200 1091 0.016834 10.0.0.254 - - [2025-06-23 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006920 10.0.0.254 - - [2025-06-23 02:08:33] "GET /virtual-machine/25f5d90f-be9c-4185-b7b8-25e8baf9aff0 HTTP/1.1" 200 1296 0.005076 10.0.0.254 - - [2025-06-23 02:08:33] "GET /virtual-machine-interface/63358198-4a4f-445e-9619-3f9e73772292 HTTP/1.1" 200 2958 0.005097 10.0.0.254 - - [2025-06-23 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.254 - - [2025-06-23 02:08:33] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003363 10.0.0.254 - - [2025-06-23 02:08:33] "GET /virtual-networks?parent_id=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003115 10.0.0.254 - - [2025-06-23 02:08:33] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005804 10.0.0.254 - - [2025-06-23 02:08:36] "POST /neutron/port HTTP/1.1" 200 1091 0.018758 10.0.0.254 - - [2025-06-23 02:08:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006213 10.0.0.254 - - [2025-06-23 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.254 - - [2025-06-23 02:08:36] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004909 10.0.0.254 - - [2025-06-23 02:08:37] "POST /neutron/port HTTP/1.1" 200 1090 0.015595 10.0.0.254 - - [2025-06-23 02:08:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005888 10.0.0.254 - - [2025-06-23 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.254 - - [2025-06-23 02:08:38] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003998 10.0.0.254 - - [2025-06-23 02:08:38] "GET /virtual-networks?parent_id=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003588 10.0.0.254 - - [2025-06-23 02:08:38] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005585 10.0.0.254 - - [2025-06-23 02:08:39] "POST /neutron/port HTTP/1.1" 200 1090 0.030510 10.0.0.254 - - [2025-06-23 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006781 10.0.0.254 - - [2025-06-23 02:08:39] "POST /neutron/port HTTP/1.1" 200 1090 0.016147 10.0.0.254 - - [2025-06-23 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007398 10.0.0.254 - - [2025-06-23 02:08:39] "POST /neutron/port HTTP/1.1" 200 1090 0.016037 10.0.0.254 - - [2025-06-23 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006832 10.0.0.254 - - [2025-06-23 02:08:39] "GET /virtual-machine/cd6a92c1-12d2-4c5e-a951-db109ee7fbd7 HTTP/1.1" 200 1297 0.005457 10.0.0.254 - - [2025-06-23 02:08:39] "GET /virtual-machine-interface/194db3b5-dd50-40a0-8765-8b8ab5d15373 HTTP/1.1" 200 2957 0.005534 10.0.0.254 - - [2025-06-23 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.254 - - [2025-06-23 02:08:39] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003285 10.0.0.254 - - [2025-06-23 02:08:39] "GET /virtual-networks?parent_id=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003016 10.0.0.254 - - [2025-06-23 02:08:39] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005798 10.0.0.254 - - [2025-06-23 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.254 - - [2025-06-23 02:08:40] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003238 10.0.0.254 - - [2025-06-23 02:08:40] "GET /virtual-networks?parent_id=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003371 10.0.0.254 - - [2025-06-23 02:08:40] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005331 10.0.0.254 - - [2025-06-23 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.254 - - [2025-06-23 02:08:44] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001221 10.0.0.254 - - [2025-06-23 02:08:44] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.024112 10.0.0.254 - - [2025-06-23 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.254 - - [2025-06-23 02:08:44] "PUT /network-policy/4d6f723a-0a40-43fc-b4fd-119c5313d5e0 HTTP/1.1" 200 263 0.011628 10.0.0.254 - - [2025-06-23 02:08:44] "PUT /access-control-list/a3880782-f9da-42ef-a9cc-4257095444df HTTP/1.1" 200 273 0.053987 10.0.0.254 - - [2025-06-23 02:08:44] "POST /ref-update HTTP/1.1" 200 156 0.012178 10.0.0.254 - - [2025-06-23 02:08:44] "PUT /access-control-list/eda87a7f-e7ef-4733-b4fa-74813e9ac2a1 HTTP/1.1" 200 273 0.052850 10.0.0.254 - - [2025-06-23 02:08:45] "POST /ref-update HTTP/1.1" 200 156 0.011763 10.0.0.254 - - [2025-06-23 02:08:48] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005560 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/network HTTP/1.1" 200 928 0.011013 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/network HTTP/1.1" 200 826 0.057951 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/network HTTP/1.1" 200 826 0.019814 10.0.0.254 - - [2025-06-23 02:08:48] "DELETE /access-control-list/a3880782-f9da-42ef-a9cc-4257095444df HTTP/1.1" 200 115 0.053617 10.0.0.254 - - [2025-06-23 02:08:48] "GET /virtual-network/25012679-e01c-4970-a234-3ade9705ac73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005840 10.0.0.254 - - [2025-06-23 02:08:48] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006515 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/network HTTP/1.1" 200 929 0.006216 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/network HTTP/1.1" 200 827 0.061022 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/network HTTP/1.1" 200 827 0.005530 10.0.0.254 - - [2025-06-23 02:08:48] "GET /virtual-network/64fcbf87-b3c7-461c-be65-3245e239eaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005438 10.0.0.254 - - [2025-06-23 02:08:48] "DELETE /network-policy/4d6f723a-0a40-43fc-b4fd-119c5313d5e0 HTTP/1.1" 200 115 0.034313 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/network HTTP/1.1" 200 826 0.006106 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/network HTTP/1.1" 400 204 0.012338 10.0.0.254 - - [2025-06-23 02:08:48] "DELETE /project/58498879068c42049a3e9200c698b2e3 HTTP/1.1" 404 173 0.004818 10.0.0.254 - - [2025-06-23 02:08:48] "DELETE /project/8c330d36c73d4bd29cfd3bc828ed4311 HTTP/1.1" 404 173 0.003971 10.0.0.254 - - [2025-06-23 02:08:48] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001075 10.0.0.254 - - [2025-06-23 02:08:48] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 1090 0.045411 10.0.0.254 - - [2025-06-23 02:08:48] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.054941 10.0.0.254 - - [2025-06-23 02:08:48] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.059244 10.0.0.254 - - [2025-06-23 02:08:48] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001083 10.0.0.254 - - [2025-06-23 02:08:48] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 1116 0.026126 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 1091 0.049412 10.0.0.254 - - [2025-06-23 02:08:48] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?fields=security_groups HTTP/1.1" 200 1397 0.054931 10.0.0.254 - - [2025-06-23 02:08:48] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?fields=security_groups HTTP/1.1" 200 1381 0.059683 10.0.0.254 - - [2025-06-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 1117 0.013090 10.0.0.254 - - [2025-06-23 02:08:48] "DELETE /access-control-list/eda87a7f-e7ef-4733-b4fa-74813e9ac2a1 HTTP/1.1" 200 115 0.040767 10.0.0.254 - - [2025-06-23 02:08:48] "DELETE /security-group/b0a965f0-f030-44f2-8a10-8a1183fd8f67 HTTP/1.1" 200 115 0.087206 10.0.0.254 - - [2025-06-23 02:08:48] "GET /projects?obj_uuids=5b995840-860c-4c19-888c-f09d109deb3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001312 10.0.0.254 - - [2025-06-23 02:08:48] "DELETE /security-group/f82ffca4-092e-4a9f-a20b-0cfb3aed16ed HTTP/1.1" 200 115 0.122789 10.0.0.254 - - [2025-06-23 02:08:48] "DELETE /access-control-list/845e3387-516a-4af7-8887-68795c0c59cd HTTP/1.1" 200 115 0.049947 10.0.0.254 - - [2025-06-23 02:08:48] "GET /projects?obj_uuids=58498879-068c-4204-9a3e-9200c698b2e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001692 10.0.0.254 - - [2025-06-23 02:08:48] "GET /project/5b995840-860c-4c19-888c-f09d109deb3d?fields=application_policy_sets HTTP/1.1" 200 1420 0.049075 10.0.0.254 - - [2025-06-23 02:08:49] "DELETE /access-control-list/f5ff5047-9d20-4572-a86d-b53eb155fe01 HTTP/1.1" 200 115 0.043795 10.0.0.254 - - [2025-06-23 02:08:49] "POST /neutron/port HTTP/1.1" 200 151 0.261804 10.0.0.254 - - [2025-06-23 02:08:49] "GET /project/58498879-068c-4204-9a3e-9200c698b2e3?fields=application_policy_sets HTTP/1.1" 200 1436 0.096742 10.0.0.254 - - [2025-06-23 02:08:49] "DELETE /access-control-list/ae14fc1a-da4f-43a0-9ba0-c37cb24df7f0 HTTP/1.1" 200 115 0.070222 10.0.0.254 - - [2025-06-23 02:08:49] "POST /neutron/port HTTP/1.1" 200 151 0.303325 10.0.0.254 - - [2025-06-23 02:08:49] "DELETE /access-control-list/8e1e2742-21af-426c-877c-41a8ad4a8aa2 HTTP/1.1" 200 115 0.050264 10.0.0.254 - - [2025-06-23 02:08:49] "DELETE /project/5b995840-860c-4c19-888c-f09d109deb3d HTTP/1.1" 200 115 0.557147 10.0.0.254 - - [2025-06-23 02:08:49] "DELETE /project/58498879-068c-4204-9a3e-9200c698b2e3 HTTP/1.1" 200 115 0.583798 10.0.0.254 - - [2025-06-23 02:08:50] "POST /neutron/network HTTP/1.1" 200 826 0.006456 10.0.0.254 - - [2025-06-23 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002177 10.0.0.254 - - [2025-06-23 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.254 - - [2025-06-23 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002601 10.0.0.254 - - [2025-06-23 02:08:50] "POST /neutron/network HTTP/1.1" 200 151 0.075228 10.0.0.254 - - [2025-06-23 02:08:50] "GET /routing-instance/a1961f0f-d447-4044-aceb-d172cd8d689e HTTP/1.1" 404 171 0.001853 10.0.0.254 - - [2025-06-23 02:08:50] "DELETE /route-target/ed7fe63a-26b9-492a-9532-b624aa200e17 HTTP/1.1" 200 115 0.016512 10.0.0.254 - - [2025-06-23 02:08:50] "GET /domains HTTP/1.1" 200 281 0.002997 10.0.0.254 - - [2025-06-23 02:08:50] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001294 10.0.0.254 - - [2025-06-23 02:08:50] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2586 0.050683 10.0.0.254 - - [2025-06-23 02:08:50] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001104 10.0.0.254 - - [2025-06-23 02:08:50] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311 HTTP/1.1" 200 2120 0.068498 10.0.0.254 - - [2025-06-23 02:08:50] "POST /neutron/network HTTP/1.1" 200 827 0.006396 10.0.0.254 - - [2025-06-23 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002513 10.0.0.254 - - [2025-06-23 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.254 - - [2025-06-23 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.254 - - [2025-06-23 02:08:50] "POST /neutron/network HTTP/1.1" 200 151 0.080878 10.0.0.254 - - [2025-06-23 02:08:50] "GET /routing-instance/6b9b1990-461a-4abd-b0b6-48d458921f86 HTTP/1.1" 404 171 0.001955 10.0.0.254 - - [2025-06-23 02:08:50] "DELETE /route-target/651fe567-5dfb-48b9-98db-2494e11c424e HTTP/1.1" 200 115 0.019554 10.0.0.254 - - [2025-06-23 02:08:50] "GET /domains HTTP/1.1" 200 281 0.004641 10.0.0.254 - - [2025-06-23 02:08:51] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001736 10.0.0.254 - - [2025-06-23 02:08:51] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2586 0.051641 10.0.0.254 - - [2025-06-23 02:08:51] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001125 10.0.0.254 - - [2025-06-23 02:08:51] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311 HTTP/1.1" 200 1880 0.070672 10.0.0.254 - - [2025-06-23 02:08:51] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001234 10.0.0.254 - - [2025-06-23 02:08:51] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.022939 10.0.0.254 - - [2025-06-23 02:08:51] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001162 10.0.0.254 - - [2025-06-23 02:08:51] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?fields=virtual_networks HTTP/1.1" 200 1049 0.072647 10.0.0.254 - - [2025-06-23 02:08:51] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.254 - - [2025-06-23 02:08:51] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.032655 10.0.0.254 - - [2025-06-23 02:08:51] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001163 10.0.0.254 - - [2025-06-23 02:08:51] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?fields=security_groups HTTP/1.1" 200 1278 0.029130 10.0.0.254 - - [2025-06-23 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.023467 10.0.0.254 - - [2025-06-23 02:08:52] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003225 10.0.0.254 - - [2025-06-23 02:08:52] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.254 - - [2025-06-23 02:08:52] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007973 10.0.0.254 - - [2025-06-23 02:08:52] "POST /id-to-fqname HTTP/1.1" 200 188 0.002481 10.0.0.254 - - [2025-06-23 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.014074 10.0.0.254 - - [2025-06-23 02:08:52] "POST /security-groups HTTP/1.1" 200 589 0.063673 10.0.0.254 - - [2025-06-23 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 232 0.003277 10.0.0.254 - - [2025-06-23 02:08:52] "POST /projects HTTP/1.1" 200 581 0.228867 10.0.0.254 - - [2025-06-23 02:08:52] "POST /access-control-lists HTTP/1.1" 200 596 0.062411 10.0.0.254 - - [2025-06-23 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.298668 10.0.0.254 - - [2025-06-23 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.002825 10.0.0.254 - - [2025-06-23 02:08:52] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.429614 10.0.0.254 - - [2025-06-23 02:08:53] "POST /access-control-lists HTTP/1.1" 200 594 0.059921 10.0.0.254 - - [2025-06-23 02:08:53] "GET / HTTP/1.1" 200 36215 0.002150 10.0.0.254 - - [2025-06-23 02:08:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000524 10.0.0.254 - - [2025-06-23 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.051409 10.0.0.254 - - [2025-06-23 02:08:54] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.254 - - [2025-06-23 02:08:55] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.023959 10.0.0.254 - - [2025-06-23 02:08:55] "POST /neutron/network HTTP/1.1" 200 117 0.030235 10.0.0.254 - - [2025-06-23 02:08:55] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001618 10.0.0.254 - - [2025-06-23 02:08:55] "POST /neutron/network HTTP/1.1" 200 613 0.073182 10.0.0.254 - - [2025-06-23 02:08:55] "POST /route-targets HTTP/1.1" 200 328 0.011842 10.0.0.254 - - [2025-06-23 02:08:55] "POST /ref-update HTTP/1.1" 200 156 0.014273 10.0.0.254 - - [2025-06-23 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004984 10.0.0.254 - - [2025-06-23 02:08:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.135118 10.0.0.254 - - [2025-06-23 02:08:55] "POST /neutron/network HTTP/1.1" 200 833 0.007684 10.0.0.254 - - [2025-06-23 02:08:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001830 10.0.0.254 - - [2025-06-23 02:08:55] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005289 10.0.0.254 - - [2025-06-23 02:08:55] "POST /neutron/network HTTP/1.1" 200 833 0.005683 10.0.0.254 - - [2025-06-23 02:08:55] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005743 10.0.0.254 - - [2025-06-23 02:08:55] "POST /neutron/network HTTP/1.1" 200 833 0.006293 10.0.0.254 - - [2025-06-23 02:08:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.009751 10.0.0.254 - - [2025-06-23 02:08:55] "GET /domains HTTP/1.1" 401 293 0.000629 10.0.0.254 - - [2025-06-23 02:08:55] "GET /domains HTTP/1.1" 200 281 0.032635 10.0.0.254 - - [2025-06-23 02:08:55] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001988 10.0.0.254 - - [2025-06-23 02:08:55] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2771 0.011379 10.0.0.254 - - [2025-06-23 02:08:55] "GET /obj-perms HTTP/1.1" 200 5075 0.329092 10.0.0.254 - - [2025-06-23 02:08:55] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001164 10.0.0.254 - - [2025-06-23 02:08:55] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 2096 0.085712 10.0.0.254 - - [2025-06-23 02:08:55] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d HTTP/1.1" 200 2326 0.006506 10.0.0.254 - - [2025-06-23 02:08:55] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d HTTP/1.1" 200 2326 0.005662 10.0.0.254 - - [2025-06-23 02:08:56] "GET /routing-instance/2faba80f-6222-4463-b609-2b363e2f3922 HTTP/1.1" 200 1496 0.004030 10.0.0.254 - - [2025-06-23 02:08:56] "GET /routing-instance/2faba80f-6222-4463-b609-2b363e2f3922 HTTP/1.1" 200 1496 0.003944 10.0.0.254 - - [2025-06-23 02:08:56] "GET /route-target/133f3ecc-87b5-44eb-9404-94a9095f52dc HTTP/1.1" 200 1214 0.004075 10.0.0.254 - - [2025-06-23 02:08:56] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d HTTP/1.1" 200 2326 0.005227 10.0.0.254 - - [2025-06-23 02:08:56] "GET /routing-instance/2faba80f-6222-4463-b609-2b363e2f3922 HTTP/1.1" 200 1496 0.003598 10.0.0.254 - - [2025-06-23 02:08:56] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005246 10.0.0.254 - - [2025-06-23 02:08:56] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d HTTP/1.1" 200 2326 0.005015 10.0.0.254 - - [2025-06-23 02:08:56] "GET /routing-instance/2faba80f-6222-4463-b609-2b363e2f3922 HTTP/1.1" 200 1496 0.005070 10.0.0.254 - - [2025-06-23 02:08:56] "GET /routing-instance/2faba80f-6222-4463-b609-2b363e2f3922 HTTP/1.1" 200 1496 0.003691 10.0.0.254 - - [2025-06-23 02:08:56] "GET /route-target/133f3ecc-87b5-44eb-9404-94a9095f52dc HTTP/1.1" 200 1214 0.003502 10.0.0.254 - - [2025-06-23 02:08:56] "GET /domains HTTP/1.1" 200 281 0.002902 10.0.0.254 - - [2025-06-23 02:08:56] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.254 - - [2025-06-23 02:08:56] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2771 0.007409 10.0.0.254 - - [2025-06-23 02:08:56] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.254 - - [2025-06-23 02:08:56] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 2096 0.069577 10.0.0.254 - - [2025-06-23 02:08:56] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d HTTP/1.1" 200 2326 0.005295 10.0.0.254 - - [2025-06-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5075 0.055066 10.0.0.254 - - [2025-06-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5045 0.047427 10.0.0.254 - - [2025-06-23 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.254 - - [2025-06-23 02:08:56] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.254 - - [2025-06-23 02:08:56] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024095 10.0.0.254 - - [2025-06-23 02:08:56] "POST /neutron/network HTTP/1.1" 200 117 0.010786 10.0.0.254 - - [2025-06-23 02:08:56] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.254 - - [2025-06-23 02:08:56] "POST /neutron/network HTTP/1.1" 200 613 0.067314 10.0.0.254 - - [2025-06-23 02:08:56] "POST /route-targets HTTP/1.1" 200 328 0.013646 10.0.0.254 - - [2025-06-23 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.013841 10.0.0.254 - - [2025-06-23 02:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004117 10.0.0.254 - - [2025-06-23 02:08:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.147676 10.0.0.254 - - [2025-06-23 02:08:56] "POST /neutron/network HTTP/1.1" 200 834 0.005620 10.0.0.254 - - [2025-06-23 02:08:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001307 10.0.0.254 - - [2025-06-23 02:08:56] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005357 10.0.0.254 - - [2025-06-23 02:08:57] "POST /neutron/network HTTP/1.1" 200 834 0.005722 10.0.0.254 - - [2025-06-23 02:08:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004900 10.0.0.254 - - [2025-06-23 02:08:57] "POST /neutron/network HTTP/1.1" 200 834 0.005639 10.0.0.254 - - [2025-06-23 02:08:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.007385 10.0.0.254 - - [2025-06-23 02:08:57] "GET /domains HTTP/1.1" 200 281 0.002551 10.0.0.254 - - [2025-06-23 02:08:57] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.254 - - [2025-06-23 02:08:57] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2771 0.006856 10.0.0.254 - - [2025-06-23 02:08:57] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.254 - - [2025-06-23 02:08:57] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 2315 0.070134 10.0.0.254 - - [2025-06-23 02:08:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813 HTTP/1.1" 200 2329 0.006340 10.0.0.254 - - [2025-06-23 02:08:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813 HTTP/1.1" 200 2329 0.005351 10.0.0.254 - - [2025-06-23 02:08:57] "GET /routing-instance/7e4b60b8-90db-46d1-8aee-ec3922466325 HTTP/1.1" 200 1496 0.003913 10.0.0.254 - - [2025-06-23 02:08:57] "GET /routing-instance/7e4b60b8-90db-46d1-8aee-ec3922466325 HTTP/1.1" 200 1496 0.003687 10.0.0.254 - - [2025-06-23 02:08:57] "GET /route-target/c12b095a-2649-4c9a-afe5-1380ad216db4 HTTP/1.1" 200 1215 0.003027 10.0.0.254 - - [2025-06-23 02:08:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813 HTTP/1.1" 200 2329 0.005051 10.0.0.254 - - [2025-06-23 02:08:57] "GET /routing-instance/7e4b60b8-90db-46d1-8aee-ec3922466325 HTTP/1.1" 200 1496 0.003942 10.0.0.254 - - [2025-06-23 02:08:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005323 10.0.0.254 - - [2025-06-23 02:08:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813 HTTP/1.1" 200 2329 0.004786 10.0.0.254 - - [2025-06-23 02:08:57] "GET /routing-instance/7e4b60b8-90db-46d1-8aee-ec3922466325 HTTP/1.1" 200 1496 0.003555 10.0.0.254 - - [2025-06-23 02:08:57] "GET /routing-instance/7e4b60b8-90db-46d1-8aee-ec3922466325 HTTP/1.1" 200 1496 0.003973 10.0.0.254 - - [2025-06-23 02:08:57] "GET /route-target/c12b095a-2649-4c9a-afe5-1380ad216db4 HTTP/1.1" 200 1215 0.003181 10.0.0.254 - - [2025-06-23 02:08:57] "GET /domains HTTP/1.1" 200 281 0.003011 10.0.0.254 - - [2025-06-23 02:08:57] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001810 10.0.0.254 - - [2025-06-23 02:08:57] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2771 0.011276 10.0.0.254 - - [2025-06-23 02:08:57] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001639 10.0.0.254 - - [2025-06-23 02:08:57] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 2315 0.071418 10.0.0.254 - - [2025-06-23 02:08:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813 HTTP/1.1" 200 2329 0.005032 10.0.0.254 - - [2025-06-23 02:08:57] "GET /obj-perms HTTP/1.1" 200 5045 0.003787 10.0.0.254 - - [2025-06-23 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.254 - - [2025-06-23 02:08:57] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.254 - - [2025-06-23 02:08:57] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024569 10.0.0.254 - - [2025-06-23 02:08:57] "POST /neutron/network HTTP/1.1" 200 117 0.014864 10.0.0.254 - - [2025-06-23 02:08:57] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001629 10.0.0.254 - - [2025-06-23 02:08:57] "POST /neutron/network HTTP/1.1" 200 615 0.087261 10.0.0.254 - - [2025-06-23 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.012639 10.0.0.254 - - [2025-06-23 02:08:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003315 10.0.0.254 - - [2025-06-23 02:08:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.200060 10.0.0.254 - - [2025-06-23 02:08:57] "POST /neutron/network HTTP/1.1" 200 834 0.005942 10.0.0.254 - - [2025-06-23 02:08:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.002011 10.0.0.254 - - [2025-06-23 02:08:57] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007111 10.0.0.254 - - [2025-06-23 02:08:57] "POST /neutron/network HTTP/1.1" 200 834 0.005460 10.0.0.254 - - [2025-06-23 02:08:58] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005136 10.0.0.254 - - [2025-06-23 02:08:58] "POST /neutron/network HTTP/1.1" 200 834 0.006310 10.0.0.254 - - [2025-06-23 02:08:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.007238 10.0.0.254 - - [2025-06-23 02:08:58] "GET /domains HTTP/1.1" 200 281 0.002682 10.0.0.254 - - [2025-06-23 02:08:58] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001566 10.0.0.254 - - [2025-06-23 02:08:58] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2771 0.010241 10.0.0.254 - - [2025-06-23 02:08:58] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001139 10.0.0.254 - - [2025-06-23 02:08:58] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 2535 0.069753 10.0.0.254 - - [2025-06-23 02:08:58] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823 HTTP/1.1" 200 2329 0.006104 10.0.0.254 - - [2025-06-23 02:08:58] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823 HTTP/1.1" 200 2329 0.005121 10.0.0.254 - - [2025-06-23 02:08:58] "GET /routing-instance/b0b88bb7-6897-4dee-8d0e-af6f3d6485df HTTP/1.1" 200 1501 0.003876 10.0.0.254 - - [2025-06-23 02:08:58] "GET /routing-instance/b0b88bb7-6897-4dee-8d0e-af6f3d6485df HTTP/1.1" 200 1501 0.003435 10.0.0.254 - - [2025-06-23 02:08:58] "GET /route-target/8f17f385-465a-44f2-b7df-da908201f567 HTTP/1.1" 200 1217 0.003982 10.0.0.254 - - [2025-06-23 02:08:58] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823 HTTP/1.1" 200 2329 0.006882 10.0.0.254 - - [2025-06-23 02:08:58] "GET /routing-instance/b0b88bb7-6897-4dee-8d0e-af6f3d6485df HTTP/1.1" 200 1501 0.003684 10.0.0.254 - - [2025-06-23 02:08:58] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005124 10.0.0.254 - - [2025-06-23 02:08:58] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823 HTTP/1.1" 200 2329 0.005856 10.0.0.254 - - [2025-06-23 02:08:58] "GET /routing-instance/b0b88bb7-6897-4dee-8d0e-af6f3d6485df HTTP/1.1" 200 1501 0.004278 10.0.0.254 - - [2025-06-23 02:08:58] "GET /routing-instance/b0b88bb7-6897-4dee-8d0e-af6f3d6485df HTTP/1.1" 200 1501 0.003883 10.0.0.254 - - [2025-06-23 02:08:58] "GET /route-target/8f17f385-465a-44f2-b7df-da908201f567 HTTP/1.1" 200 1217 0.003313 10.0.0.254 - - [2025-06-23 02:08:58] "GET /domains HTTP/1.1" 200 281 0.003158 10.0.0.254 - - [2025-06-23 02:08:58] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.254 - - [2025-06-23 02:08:58] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2771 0.007799 10.0.0.254 - - [2025-06-23 02:08:58] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.254 - - [2025-06-23 02:08:58] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 2535 0.070823 10.0.0.254 - - [2025-06-23 02:08:58] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823 HTTP/1.1" 200 2329 0.005248 10.0.0.254 - - [2025-06-23 02:08:58] "GET /obj-perms HTTP/1.1" 200 5045 0.003978 10.0.0.254 - - [2025-06-23 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001292 10.0.0.254 - - [2025-06-23 02:08:58] "POST /neutron/network HTTP/1.1" 200 844 0.006453 10.0.0.254 - - [2025-06-23 02:08:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000522 10.0.0.254 - - [2025-06-23 02:08:58] "GET / HTTP/1.1" 200 36215 0.001505 10.0.0.254 - - [2025-06-23 02:08:58] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000397 10.0.0.254 - - [2025-06-23 02:08:59] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001219 10.0.0.254 - - [2025-06-23 02:08:59] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050848 10.0.0.254 - - [2025-06-23 02:08:59] "POST /neutron/network HTTP/1.1" 200 834 0.006121 10.0.0.254 - - [2025-06-23 02:08:59] "POST /neutron/port HTTP/1.1" 200 117 0.005138 10.0.0.254 - - [2025-06-23 02:08:59] "POST /neutron/port HTTP/1.1" 200 117 0.005056 10.0.0.254 - - [2025-06-23 02:08:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001379 10.0.0.254 - - [2025-06-23 02:08:59] "POST /neutron/port HTTP/1.1" 200 117 0.005789 10.0.0.254 - - [2025-06-23 02:08:59] "POST /neutron/network HTTP/1.1" 200 844 0.005983 10.0.0.254 - - [2025-06-23 02:08:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000689 10.0.0.254 - - [2025-06-23 02:08:59] "POST /neutron/network HTTP/1.1" 200 844 0.006780 10.0.0.254 - - [2025-06-23 02:08:59] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.254 - - [2025-06-23 02:08:59] "GET / HTTP/1.1" 200 36215 0.001866 10.0.0.254 - - [2025-06-23 02:09:00] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000460 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/port HTTP/1.1" 200 1060 0.220379 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/port HTTP/1.1" 200 1060 0.011174 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/port HTTP/1.1" 200 1060 0.009799 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/port HTTP/1.1" 200 1114 0.064934 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/port HTTP/1.1" 200 1088 0.016344 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003554 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.014244 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/network HTTP/1.1" 200 834 0.005696 10.0.0.254 - - [2025-06-23 02:09:00] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.254 - - [2025-06-23 02:09:00] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048671 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/network HTTP/1.1" 200 834 0.007072 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/port HTTP/1.1" 200 1088 0.027728 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010046 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.006225 10.0.0.254 - - [2025-06-23 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.005388 10.0.0.254 - - [2025-06-23 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.254 - - [2025-06-23 02:09:00] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.254 - - [2025-06-23 02:09:00] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008560 10.0.0.254 - - [2025-06-23 02:09:00] "POST /service-templates HTTP/1.1" 200 545 0.027570 10.0.0.254 - - [2025-06-23 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.254 - - [2025-06-23 02:09:00] "GET /service-template/4df4d31e-3617-43fd-93a0-3e19a59941ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005068 10.0.0.254 - - [2025-06-23 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.254 - - [2025-06-23 02:09:00] "POST /neutron/network HTTP/1.1" 200 844 0.004915 10.0.0.254 - - [2025-06-23 02:09:00] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.254 - - [2025-06-23 02:09:01] "GET /service-template/4df4d31e-3617-43fd-93a0-3e19a59941ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.011224 10.0.0.254 - - [2025-06-23 02:09:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001504 10.0.0.254 - - [2025-06-23 02:09:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001398 10.0.0.254 - - [2025-06-23 02:09:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001289 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/port HTTP/1.1" 200 1058 0.282228 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/port HTTP/1.1" 200 1058 0.018458 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/port HTTP/1.1" 200 1058 0.018466 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/port HTTP/1.1" 200 2004 0.044551 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009591 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/port HTTP/1.1" 200 1112 0.118597 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/port HTTP/1.1" 200 1086 0.016554 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003223 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.015725 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/port HTTP/1.1" 200 117 0.001595 10.0.0.254 - - [2025-06-23 02:09:01] "POST /neutron/network HTTP/1.1" 200 834 0.006767 10.0.0.254 - - [2025-06-23 02:09:02] "POST /neutron/network HTTP/1.1" 200 2226 0.023595 10.0.0.254 - - [2025-06-23 02:09:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000500 10.0.0.254 - - [2025-06-23 02:09:02] "GET / HTTP/1.1" 200 36215 0.001797 10.0.0.254 - - [2025-06-23 02:09:02] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000423 10.0.0.254 - - [2025-06-23 02:09:02] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.254 - - [2025-06-23 02:09:02] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052212 10.0.0.254 - - [2025-06-23 02:09:02] "POST /neutron/network HTTP/1.1" 200 833 0.009319 10.0.0.254 - - [2025-06-23 02:09:02] "POST /neutron/network HTTP/1.1" 200 834 0.009184 10.0.0.254 - - [2025-06-23 02:09:02] "POST /neutron/network HTTP/1.1" 200 834 0.005982 10.0.0.254 - - [2025-06-23 02:09:03] "POST /neutron/port HTTP/1.1" 200 2058 0.027795 10.0.0.254 - - [2025-06-23 02:09:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017964 10.0.0.254 - - [2025-06-23 02:09:03] "POST /neutron/port HTTP/1.1" 200 117 0.005394 10.0.0.254 - - [2025-06-23 02:09:03] "POST /neutron/port HTTP/1.1" 200 117 0.006673 10.0.0.254 - - [2025-06-23 02:09:03] "POST /neutron/network HTTP/1.1" 200 2226 0.018765 10.0.0.254 - - [2025-06-23 02:09:03] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005293 10.0.0.254 - - [2025-06-23 02:09:03] "POST /neutron/port HTTP/1.1" 200 1059 0.355550 10.0.0.254 - - [2025-06-23 02:09:03] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001262 10.0.0.254 - - [2025-06-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 1060 0.252421 10.0.0.254 - - [2025-06-23 02:09:04] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002260 10.0.0.254 - - [2025-06-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 1058 0.270775 10.0.0.254 - - [2025-06-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 1059 0.014412 10.0.0.254 - - [2025-06-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 1059 0.016596 10.0.0.254 - - [2025-06-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 1113 0.097687 10.0.0.254 - - [2025-06-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 1060 0.024786 10.0.0.254 - - [2025-06-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 1060 0.020348 10.0.0.254 - - [2025-06-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 1114 0.103388 10.0.0.254 - - [2025-06-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 1058 0.012539 10.0.0.254 - - [2025-06-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 1058 0.011662 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/port HTTP/1.1" 200 1112 0.118892 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/port HTTP/1.1" 200 3028 0.028172 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.011528 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.001566 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/network HTTP/1.1" 200 833 0.008970 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003828 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.012397 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.001600 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/network HTTP/1.1" 200 834 0.007639 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003638 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.011875 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.254 - - [2025-06-23 02:09:05] "POST /neutron/network HTTP/1.1" 200 834 0.006329 10.0.0.254 - - [2025-06-23 02:09:08] "POST /neutron/port HTTP/1.1" 200 3028 0.021879 10.0.0.254 - - [2025-06-23 02:09:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008048 10.0.0.254 - - [2025-06-23 02:09:08] "POST /neutron/port HTTP/1.1" 200 3028 0.022727 10.0.0.254 - - [2025-06-23 02:09:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006540 10.0.0.254 - - [2025-06-23 02:09:08] "POST /neutron/port HTTP/1.1" 200 3028 0.019374 10.0.0.254 - - [2025-06-23 02:09:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006595 10.0.0.254 - - [2025-06-23 02:09:08] "POST /neutron/port HTTP/1.1" 200 3028 0.018277 10.0.0.254 - - [2025-06-23 02:09:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006295 10.0.0.254 - - [2025-06-23 02:09:08] "POST /neutron/port HTTP/1.1" 200 3028 0.022753 10.0.0.254 - - [2025-06-23 02:09:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006385 10.0.0.254 - - [2025-06-23 02:09:08] "GET /virtual-machine/bf6bad75-326d-400f-9f25-dfbfd704e1ee HTTP/1.1" 200 1807 0.005357 10.0.0.254 - - [2025-06-23 02:09:08] "GET /virtual-machine-interface/07ed310a-286a-4287-b8b0-756476c7dbe3 HTTP/1.1" 200 2952 0.005997 10.0.0.254 - - [2025-06-23 02:09:08] "GET /virtual-machine-interface/3262681a-0dbb-4850-8270-3653adb3efa8 HTTP/1.1" 200 2952 0.005516 10.0.0.254 - - [2025-06-23 02:09:08] "GET /virtual-machine-interface/c47ad271-78cb-4d5f-ad9c-a109ee3ba39c HTTP/1.1" 200 2957 0.016901 10.0.0.254 - - [2025-06-23 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.254 - - [2025-06-23 02:09:08] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003462 10.0.0.254 - - [2025-06-23 02:09:08] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004420 10.0.0.254 - - [2025-06-23 02:09:08] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007294 10.0.0.254 - - [2025-06-23 02:09:09] "POST /neutron/port HTTP/1.1" 200 1088 0.021446 10.0.0.254 - - [2025-06-23 02:09:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009607 10.0.0.254 - - [2025-06-23 02:09:11] "POST /neutron/port HTTP/1.1" 200 1086 0.024843 10.0.0.254 - - [2025-06-23 02:09:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017386 10.0.0.254 - - [2025-06-23 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.254 - - [2025-06-23 02:09:12] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011220 10.0.0.254 - - [2025-06-23 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.254 - - [2025-06-23 02:09:16] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005593 10.0.0.254 - - [2025-06-23 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.254 - - [2025-06-23 02:09:20] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007211 10.0.0.254 - - [2025-06-23 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.254 - - [2025-06-23 02:09:24] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005613 10.0.0.254 - - [2025-06-23 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.254 - - [2025-06-23 02:09:26] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003333 10.0.0.254 - - [2025-06-23 02:09:26] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004101 10.0.0.254 - - [2025-06-23 02:09:26] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006880 10.0.0.254 - - [2025-06-23 02:09:26] "POST /neutron/port HTTP/1.1" 200 3028 0.024193 10.0.0.254 - - [2025-06-23 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007755 10.0.0.254 - - [2025-06-23 02:09:27] "POST /neutron/port HTTP/1.1" 200 1088 0.019677 10.0.0.254 - - [2025-06-23 02:09:27] "POST /neutron/port HTTP/1.1" 200 1088 0.017969 10.0.0.254 - - [2025-06-23 02:09:27] "POST /neutron/network HTTP/1.1" 200 844 0.007010 10.0.0.254 - - [2025-06-23 02:09:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003444 10.0.0.254 - - [2025-06-23 02:09:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.014102 10.0.0.254 - - [2025-06-23 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.001682 10.0.0.254 - - [2025-06-23 02:09:27] "POST /neutron/network HTTP/1.1" 200 834 0.005682 10.0.0.254 - - [2025-06-23 02:09:31] "POST /neutron/port HTTP/1.1" 200 3028 0.023113 10.0.0.254 - - [2025-06-23 02:09:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007202 10.0.0.254 - - [2025-06-23 02:09:35] "POST /neutron/port HTTP/1.1" 200 3028 0.025758 10.0.0.254 - - [2025-06-23 02:09:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007490 10.0.0.254 - - [2025-06-23 02:09:37] "POST /neutron/port HTTP/1.1" 200 3028 0.026397 10.0.0.254 - - [2025-06-23 02:09:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006890 10.0.0.254 - - [2025-06-23 02:09:42] "POST /neutron/port HTTP/1.1" 200 3028 0.021542 10.0.0.254 - - [2025-06-23 02:09:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006528 10.0.0.254 - - [2025-06-23 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.254 - - [2025-06-23 02:09:47] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003440 10.0.0.254 - - [2025-06-23 02:09:47] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003134 10.0.0.254 - - [2025-06-23 02:09:47] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005593 10.0.0.254 - - [2025-06-23 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.254 - - [2025-06-23 02:09:47] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003363 10.0.0.254 - - [2025-06-23 02:09:47] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002945 10.0.0.254 - - [2025-06-23 02:09:47] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005585 10.0.0.254 - - [2025-06-23 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.002896 10.0.0.254 - - [2025-06-23 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.254 - - [2025-06-23 02:09:48] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.254 - - [2025-06-23 02:09:48] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024573 10.0.0.254 - - [2025-06-23 02:09:48] "POST /service-instances HTTP/1.1" 200 545 0.063777 10.0.0.254 - - [2025-06-23 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.254 - - [2025-06-23 02:09:48] "GET /service-instance/52f3c35c-c612-435a-9ab2-cc3483b0c364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006385 10.0.0.254 - - [2025-06-23 02:09:48] "POST /port-tuples HTTP/1.1" 200 588 0.023071 10.0.0.254 - - [2025-06-23 02:09:48] "GET /virtual-machine-interface/3262681a-0dbb-4850-8270-3653adb3efa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.006031 10.0.0.254 - - [2025-06-23 02:09:48] "PUT /virtual-machine-interface/3262681a-0dbb-4850-8270-3653adb3efa8 HTTP/1.1" 200 285 0.011074 10.0.0.254 - - [2025-06-23 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.012080 10.0.0.254 - - [2025-06-23 02:09:48] "POST /instance-ips HTTP/1.1" 200 386 0.034029 10.0.0.254 - - [2025-06-23 02:09:48] "GET /virtual-machine-interface/07ed310a-286a-4287-b8b0-756476c7dbe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.006546 10.0.0.254 - - [2025-06-23 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.016541 10.0.0.254 - - [2025-06-23 02:09:48] "PUT /virtual-machine-interface/07ed310a-286a-4287-b8b0-756476c7dbe3 HTTP/1.1" 200 285 0.012031 10.0.0.254 - - [2025-06-23 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.014888 10.0.0.254 - - [2025-06-23 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.008827 10.0.0.254 - - [2025-06-23 02:09:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006147 10.0.0.254 - - [2025-06-23 02:09:48] "GET /virtual-machine-interface/c47ad271-78cb-4d5f-ad9c-a109ee3ba39c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005588 10.0.0.254 - - [2025-06-23 02:09:48] "POST /instance-ips HTTP/1.1" 200 386 0.024582 10.0.0.254 - - [2025-06-23 02:09:48] "PUT /virtual-machine-interface/c47ad271-78cb-4d5f-ad9c-a109ee3ba39c HTTP/1.1" 200 285 0.012329 10.0.0.254 - - [2025-06-23 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.009278 10.0.0.254 - - [2025-06-23 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.009790 10.0.0.254 - - [2025-06-23 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.009824 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004905 10.0.0.254 - - [2025-06-23 02:09:49] "POST /neutron/port HTTP/1.1" 200 1088 0.017936 10.0.0.254 - - [2025-06-23 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008426 10.0.0.254 - - [2025-06-23 02:09:49] "POST /instance-ips HTTP/1.1" 200 374 0.018853 10.0.0.254 - - [2025-06-23 02:09:49] "POST /neutron/port HTTP/1.1" 200 1088 0.017692 10.0.0.254 - - [2025-06-23 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006785 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.010374 10.0.0.254 - - [2025-06-23 02:09:49] "POST /neutron/port HTTP/1.1" 200 1088 0.018787 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.011023 10.0.0.254 - - [2025-06-23 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006204 10.0.0.254 - - [2025-06-23 02:09:49] "GET /virtual-machine/f2f97321-3f62-4ebb-b9c4-f47bdb212a6b HTTP/1.1" 200 1293 0.004553 10.0.0.254 - - [2025-06-23 02:09:49] "GET /virtual-machine-interface/dbd47233-3941-44e3-b2a4-b0852f845386 HTTP/1.1" 200 2954 0.005193 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002648 10.0.0.254 - - [2025-06-23 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.254 - - [2025-06-23 02:09:49] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003262 10.0.0.254 - - [2025-06-23 02:09:49] "DELETE /project/218cd2283d8048e39bdd31c0342ba59d HTTP/1.1" 404 173 0.007860 10.0.0.254 - - [2025-06-23 02:09:49] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001143 10.0.0.254 - - [2025-06-23 02:09:49] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.032142 10.0.0.254 - - [2025-06-23 02:09:49] "POST /instance-ips HTTP/1.1" 200 374 0.033119 10.0.0.254 - - [2025-06-23 02:09:49] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.010132 10.0.0.254 - - [2025-06-23 02:09:49] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131 10.0.0.254 - - [2025-06-23 02:09:49] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?fields=security_groups HTTP/1.1" 200 1380 0.031489 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.009339 10.0.0.254 - - [2025-06-23 02:09:49] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007952 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.020898 10.0.0.254 - - [2025-06-23 02:09:49] "DELETE /security-group/24ee89a3-c281-4bd0-b5ba-88e421902fda HTTP/1.1" 200 115 0.058107 10.0.0.254 - - [2025-06-23 02:09:49] "GET /projects?obj_uuids=8c330d36-c73d-4bd2-9cfd-3bc828ed4311&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001181 10.0.0.254 - - [2025-06-23 02:09:49] "DELETE /access-control-list/c2ed249d-a121-4c1a-a6e1-fd5eb3718514 HTTP/1.1" 200 115 0.040155 10.0.0.254 - - [2025-06-23 02:09:49] "GET /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311?fields=application_policy_sets HTTP/1.1" 200 1419 0.037676 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004116 10.0.0.254 - - [2025-06-23 02:09:49] "DELETE /access-control-list/8112a8f9-fcfd-40b7-8787-45cd2aa3ee32 HTTP/1.1" 200 115 0.043468 10.0.0.254 - - [2025-06-23 02:09:49] "POST /instance-ips HTTP/1.1" 200 376 0.022513 10.0.0.254 - - [2025-06-23 02:09:49] "DELETE /project/8c330d36-c73d-4bd2-9cfd-3bc828ed4311 HTTP/1.1" 200 115 0.335345 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.008432 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.008744 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002810 10.0.0.254 - - [2025-06-23 02:09:49] "POST /instance-ips HTTP/1.1" 200 376 0.015896 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.009202 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.009048 10.0.0.254 - - [2025-06-23 02:09:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002857 10.0.0.254 - - [2025-06-23 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.254 - - [2025-06-23 02:09:50] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002971 10.0.0.254 - - [2025-06-23 02:09:50] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002986 10.0.0.254 - - [2025-06-23 02:09:50] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005430 10.0.0.254 - - [2025-06-23 02:09:50] "POST /neutron/port HTTP/1.1" 200 1086 0.016916 10.0.0.254 - - [2025-06-23 02:09:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006968 10.0.0.254 - - [2025-06-23 02:09:50] "POST /neutron/port HTTP/1.1" 200 1086 0.014799 10.0.0.254 - - [2025-06-23 02:09:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006664 10.0.0.254 - - [2025-06-23 02:09:51] "POST /neutron/port HTTP/1.1" 200 1086 0.015207 10.0.0.254 - - [2025-06-23 02:09:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006379 10.0.0.254 - - [2025-06-23 02:09:51] "GET /virtual-machine/5570f3a2-4758-459b-b4ee-da9004b591f6 HTTP/1.1" 200 1292 0.005449 10.0.0.254 - - [2025-06-23 02:09:51] "GET /virtual-machine-interface/3f9efa6a-66dc-4832-93d8-3464d213c29b HTTP/1.1" 200 2956 0.005581 10.0.0.254 - - [2025-06-23 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.254 - - [2025-06-23 02:09:51] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003254 10.0.0.254 - - [2025-06-23 02:09:51] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003033 10.0.0.254 - - [2025-06-23 02:09:51] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005607 10.0.0.254 - - [2025-06-23 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.254 - - [2025-06-23 02:09:52] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004064 10.0.0.254 - - [2025-06-23 02:09:52] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003952 10.0.0.254 - - [2025-06-23 02:09:52] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005255 10.0.0.254 - - [2025-06-23 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.002886 10.0.0.254 - - [2025-06-23 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.254 - - [2025-06-23 02:09:52] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.254 - - [2025-06-23 02:09:52] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026764 10.0.0.254 - - [2025-06-23 02:09:52] "POST /network-policys HTTP/1.1" 200 549 0.017916 10.0.0.254 - - [2025-06-23 02:09:52] "GET /network-policy/22c43b89-8bde-444f-9a96-6169e945cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004792 10.0.0.254 - - [2025-06-23 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.254 - - [2025-06-23 02:09:52] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005565 10.0.0.254 - - [2025-06-23 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.254 - - [2025-06-23 02:09:52] "GET /network-policy/22c43b89-8bde-444f-9a96-6169e945cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003797 10.0.0.254 - - [2025-06-23 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.002547 10.0.0.254 - - [2025-06-23 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.038438 10.0.0.254 - - [2025-06-23 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.254 - - [2025-06-23 02:09:53] "POST /access-control-lists HTTP/1.1" 200 603 0.065068 10.0.0.254 - - [2025-06-23 02:09:53] "GET /network-policy/22c43b89-8bde-444f-9a96-6169e945cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003599 10.0.0.254 - - [2025-06-23 02:09:53] "POST /neutron/network HTTP/1.1" 200 922 0.007091 10.0.0.254 - - [2025-06-23 02:09:53] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005495 10.0.0.254 - - [2025-06-23 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.254 - - [2025-06-23 02:09:53] "GET /network-policy/22c43b89-8bde-444f-9a96-6169e945cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004112 10.0.0.254 - - [2025-06-23 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.254 - - [2025-06-23 02:09:53] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005465 10.0.0.254 - - [2025-06-23 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.254 - - [2025-06-23 02:09:53] "GET /network-policy/22c43b89-8bde-444f-9a96-6169e945cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003937 10.0.0.254 - - [2025-06-23 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 244 0.003388 10.0.0.254 - - [2025-06-23 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.039312 10.0.0.254 - - [2025-06-23 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.254 - - [2025-06-23 02:09:53] "POST /access-control-lists HTTP/1.1" 200 606 0.066063 10.0.0.254 - - [2025-06-23 02:09:53] "GET /network-policy/22c43b89-8bde-444f-9a96-6169e945cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003984 10.0.0.254 - - [2025-06-23 02:09:53] "POST /routing-instances HTTP/1.1" 200 761 0.017369 10.0.0.254 - - [2025-06-23 02:09:53] "POST /neutron/network HTTP/1.1" 200 922 0.007487 10.0.0.254 - - [2025-06-23 02:09:53] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005223 10.0.0.254 - - [2025-06-23 02:09:53] "POST /route-targets HTTP/1.1" 200 328 0.010561 10.0.0.254 - - [2025-06-23 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.254 - - [2025-06-23 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.012386 10.0.0.254 - - [2025-06-23 02:09:53] "GET /network-policy/22c43b89-8bde-444f-9a96-6169e945cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003751 10.0.0.254 - - [2025-06-23 02:09:53] "GET /routing-instance/79e746a0-6209-4570-9e71-85a87a008858?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.004282 10.0.0.254 - - [2025-06-23 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.254 - - [2025-06-23 02:09:53] "GET /routing-instance/79e746a0-6209-4570-9e71-85a87a008858?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.004034 10.0.0.254 - - [2025-06-23 02:09:53] "GET /service-template/4df4d31e-3617-43fd-93a0-3e19a59941ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003729 10.0.0.254 - - [2025-06-23 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.011326 10.0.0.254 - - [2025-06-23 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.254 - - [2025-06-23 02:09:54] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.254 - - [2025-06-23 02:09:54] "POST /routing-instances HTTP/1.1" 200 762 0.025757 10.0.0.254 - - [2025-06-23 02:09:54] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.033659 10.0.0.254 - - [2025-06-23 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.254 - - [2025-06-23 02:09:54] "POST /route-targets HTTP/1.1" 200 328 0.011515 10.0.0.254 - - [2025-06-23 02:09:54] "GET /service-instance/52f3c35c-c612-435a-9ab2-cc3483b0c364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.006829 10.0.0.254 - - [2025-06-23 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.010763 10.0.0.254 - - [2025-06-23 02:09:54] "GET /domains HTTP/1.1" 200 281 0.004016 10.0.0.254 - - [2025-06-23 02:09:54] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.254 - - [2025-06-23 02:09:54] "GET /routing-instance/eec79d43-82da-4062-aad6-c7ef22043787?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1291 0.003809 10.0.0.254 - - [2025-06-23 02:09:54] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2783 0.011098 10.0.0.254 - - [2025-06-23 02:09:54] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.254 - - [2025-06-23 02:09:54] "GET /routing-instance/eec79d43-82da-4062-aad6-c7ef22043787?fields=routing_policy_back_refs HTTP/1.1" 200 1291 0.004093 10.0.0.254 - - [2025-06-23 02:09:54] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 4258 0.071416 10.0.0.254 - - [2025-06-23 02:09:54] "GET /service-instance/52f3c35c-c612-435a-9ab2-cc3483b0c364 HTTP/1.1" 200 3793 0.005230 10.0.0.254 - - [2025-06-23 02:09:54] "GET /domains HTTP/1.1" 200 281 0.002556 10.0.0.254 - - [2025-06-23 02:09:54] "PUT /routing-instance/79e746a0-6209-4570-9e71-85a87a008858 HTTP/1.1" 200 267 0.013194 10.0.0.254 - - [2025-06-23 02:09:54] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002222 10.0.0.254 - - [2025-06-23 02:09:54] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2783 0.015675 10.0.0.254 - - [2025-06-23 02:09:54] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001782 10.0.0.254 - - [2025-06-23 02:09:54] "PUT /routing-instance/eec79d43-82da-4062-aad6-c7ef22043787 HTTP/1.1" 200 267 0.010469 10.0.0.254 - - [2025-06-23 02:09:54] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 4258 0.081505 10.0.0.254 - - [2025-06-23 02:09:54] "GET /service-instance/52f3c35c-c612-435a-9ab2-cc3483b0c364 HTTP/1.1" 200 3793 0.003928 10.0.0.254 - - [2025-06-23 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.012591 10.0.0.254 - - [2025-06-23 02:09:54] "GET /port-tuple/c2d5b2ea-9039-4a2d-a2cc-c836aee6dbb8 HTTP/1.1" 200 1985 0.004034 10.0.0.254 - - [2025-06-23 02:09:54] "GET /virtual-machine-interface/07ed310a-286a-4287-b8b0-756476c7dbe3 HTTP/1.1" 200 3807 0.006898 10.0.0.254 - - [2025-06-23 02:09:54] "GET /virtual-machine-interface/3262681a-0dbb-4850-8270-3653adb3efa8 HTTP/1.1" 200 3825 0.006454 10.0.0.254 - - [2025-06-23 02:09:54] "GET /virtual-machine-interface/c47ad271-78cb-4d5f-ad9c-a109ee3ba39c HTTP/1.1" 200 3815 0.005998 10.0.0.254 - - [2025-06-23 02:09:54] "PUT /access-control-list/38258c69-eaf6-471c-bf97-f6e364d6ef35 HTTP/1.1" 200 273 0.011789 10.0.0.254 - - [2025-06-23 02:09:54] "POST /neutron/port HTTP/1.1" 200 3835 0.049857 10.0.0.254 - - [2025-06-23 02:09:54] "PUT /access-control-list/117e1dd1-2adf-4651-b53a-09edd51444b2 HTTP/1.1" 200 273 0.013764 10.0.0.254 - - [2025-06-23 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008523 10.0.0.254 - - [2025-06-23 02:09:54] "POST /neutron/port HTTP/1.1" 200 3835 0.036242 10.0.0.254 - - [2025-06-23 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006430 10.0.0.254 - - [2025-06-23 02:09:54] "POST /neutron/port HTTP/1.1" 200 3835 0.032197 10.0.0.254 - - [2025-06-23 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006318 10.0.0.254 - - [2025-06-23 02:09:54] "POST /neutron/port HTTP/1.1" 200 3835 0.033090 10.0.0.254 - - [2025-06-23 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007128 10.0.0.254 - - [2025-06-23 02:09:54] "POST /neutron/network HTTP/1.1" 200 896 0.013364 10.0.0.254 - - [2025-06-23 02:09:54] "POST /neutron/network HTTP/1.1" 200 922 0.006009 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/network HTTP/1.1" 200 807 0.017360 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/network HTTP/1.1" 200 833 0.007534 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/network HTTP/1.1" 200 896 0.016648 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/network HTTP/1.1" 200 922 0.007785 10.0.0.254 - - [2025-06-23 02:09:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001367 10.0.0.254 - - [2025-06-23 02:09:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001171 10.0.0.254 - - [2025-06-23 02:09:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001525 10.0.0.254 - - [2025-06-23 02:09:55] "GET /virtual-machine/bf6bad75-326d-400f-9f25-dfbfd704e1ee HTTP/1.1" 200 1807 0.004263 10.0.0.254 - - [2025-06-23 02:09:55] "GET /virtual-machine-interface/07ed310a-286a-4287-b8b0-756476c7dbe3 HTTP/1.1" 200 3807 0.006240 10.0.0.254 - - [2025-06-23 02:09:55] "GET /virtual-machine-interface/3262681a-0dbb-4850-8270-3653adb3efa8 HTTP/1.1" 200 3825 0.005617 10.0.0.254 - - [2025-06-23 02:09:55] "GET /virtual-machine-interface/c47ad271-78cb-4d5f-ad9c-a109ee3ba39c HTTP/1.1" 200 3815 0.005441 10.0.0.254 - - [2025-06-23 02:09:55] "GET /instance-ip/1e4371d4-1b27-403b-afce-1e17550e0b92 HTTP/1.1" 200 1960 0.004504 10.0.0.254 - - [2025-06-23 02:09:55] "GET /instance-ip/2f937b65-bb2d-4373-87ef-3505bcc42afd HTTP/1.1" 200 1957 0.004069 10.0.0.254 - - [2025-06-23 02:09:55] "GET /instance-ip/4a8ad52e-752e-4756-b6a1-75e92d2ba4d4 HTTP/1.1" 200 1626 0.005066 10.0.0.254 - - [2025-06-23 02:09:55] "GET /instance-ip/47b5ff44-0969-4e71-893d-f643ba868d28 HTTP/1.1" 200 1981 0.003766 10.0.0.254 - - [2025-06-23 02:09:55] "GET /instance-ip/604c4040-0ba4-4e83-8702-9180d3c79c6b HTTP/1.1" 200 1624 0.005491 10.0.0.254 - - [2025-06-23 02:09:55] "GET /instance-ip/876457d0-e770-4a8e-aa79-7b084b9c3290 HTTP/1.1" 200 1984 0.004365 10.0.0.254 - - [2025-06-23 02:09:55] "GET /instance-ip/19a6ff43-710e-436d-a7e6-ebe2b9762895 HTTP/1.1" 200 1625 0.006164 10.0.0.254 - - [2025-06-23 02:09:55] "GET /instance-ip/9b53dd7b-b1b5-400c-a6e3-be6793f5c123 HTTP/1.1" 200 1963 0.003907 10.0.0.254 - - [2025-06-23 02:09:55] "GET /instance-ip/b6465778-3e10-4592-99e8-2578571a3573 HTTP/1.1" 200 1965 0.003642 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/port HTTP/1.1" 200 3835 0.036096 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007511 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/port HTTP/1.1" 200 3835 0.040342 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006582 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/port HTTP/1.1" 200 3835 0.031255 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006621 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/port HTTP/1.1" 200 3835 0.031103 10.0.0.254 - - [2025-06-23 02:09:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006351 10.0.0.254 - - [2025-06-23 02:09:55] "GET /virtual-machine/bf6bad75-326d-400f-9f25-dfbfd704e1ee HTTP/1.1" 200 1807 0.003525 10.0.0.254 - - [2025-06-23 02:09:55] "GET /virtual-machine-interface/07ed310a-286a-4287-b8b0-756476c7dbe3 HTTP/1.1" 200 3807 0.005032 10.0.0.254 - - [2025-06-23 02:09:55] "GET /virtual-machine-interface/3262681a-0dbb-4850-8270-3653adb3efa8 HTTP/1.1" 200 3825 0.005067 10.0.0.254 - - [2025-06-23 02:09:55] "GET /virtual-machine-interface/c47ad271-78cb-4d5f-ad9c-a109ee3ba39c HTTP/1.1" 200 3815 0.005364 10.0.0.254 - - [2025-06-23 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.254 - - [2025-06-23 02:09:55] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003269 10.0.0.254 - - [2025-06-23 02:09:55] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003844 10.0.0.254 - - [2025-06-23 02:09:55] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006030 10.0.0.254 - - [2025-06-23 02:09:56] "GET /obj-perms HTTP/1.1" 200 5075 0.049491 10.0.0.254 - - [2025-06-23 02:09:56] "GET /obj-perms HTTP/1.1" 200 5075 0.052172 10.0.0.254 - - [2025-06-23 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.254 - - [2025-06-23 02:09:57] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003590 10.0.0.254 - - [2025-06-23 02:09:57] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003369 10.0.0.254 - - [2025-06-23 02:09:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005456 10.0.0.254 - - [2025-06-23 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.254 - - [2025-06-23 02:09:57] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003539 10.0.0.254 - - [2025-06-23 02:09:57] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003057 10.0.0.254 - - [2025-06-23 02:09:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005333 10.0.0.254 - - [2025-06-23 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.254 - - [2025-06-23 02:09:57] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003467 10.0.0.254 - - [2025-06-23 02:09:57] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002971 10.0.0.254 - - [2025-06-23 02:09:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005462 10.0.0.254 - - [2025-06-23 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.254 - - [2025-06-23 02:09:57] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004432 10.0.0.254 - - [2025-06-23 02:09:57] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003409 10.0.0.254 - - [2025-06-23 02:09:57] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005728 10.0.0.254 - - [2025-06-23 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.254 - - [2025-06-23 02:09:57] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003409 10.0.0.254 - - [2025-06-23 02:09:57] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003614 10.0.0.254 - - [2025-06-23 02:09:58] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005575 10.0.0.254 - - [2025-06-23 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.254 - - [2025-06-23 02:09:58] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003521 10.0.0.254 - - [2025-06-23 02:09:58] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002985 10.0.0.254 - - [2025-06-23 02:09:58] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005395 10.0.0.254 - - [2025-06-23 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.254 - - [2025-06-23 02:09:58] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003650 10.0.0.254 - - [2025-06-23 02:09:58] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003205 10.0.0.254 - - [2025-06-23 02:09:58] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005837 10.0.0.254 - - [2025-06-23 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.254 - - [2025-06-23 02:09:58] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003849 10.0.0.254 - - [2025-06-23 02:09:58] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003910 10.0.0.254 - - [2025-06-23 02:09:58] "GET /virtual-network/a7a2f4d5-2e2e-4ed4-8e08-8c664fd1e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005541 10.0.0.254 - - [2025-06-23 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.254 - - [2025-06-23 02:09:58] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003299 10.0.0.254 - - [2025-06-23 02:09:58] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003421 10.0.0.254 - - [2025-06-23 02:09:58] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005764 10.0.0.254 - - [2025-06-23 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.254 - - [2025-06-23 02:09:58] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003687 10.0.0.254 - - [2025-06-23 02:09:59] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003685 10.0.0.254 - - [2025-06-23 02:09:59] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005664 10.0.0.254 - - [2025-06-23 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.254 - - [2025-06-23 02:09:59] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003643 10.0.0.254 - - [2025-06-23 02:09:59] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003174 10.0.0.254 - - [2025-06-23 02:09:59] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005577 10.0.0.254 - - [2025-06-23 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.254 - - [2025-06-23 02:09:59] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003880 10.0.0.254 - - [2025-06-23 02:09:59] "GET /virtual-networks?parent_id=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003235 10.0.0.254 - - [2025-06-23 02:09:59] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005540 10.0.0.254 - - [2025-06-23 02:09:59] "GET /virtual-machine/bf6bad75-326d-400f-9f25-dfbfd704e1ee HTTP/1.1" 200 1807 0.003830 10.0.0.254 - - [2025-06-23 02:09:59] "GET /domains HTTP/1.1" 200 281 0.002706 10.0.0.254 - - [2025-06-23 02:09:59] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.254 - - [2025-06-23 02:09:59] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2783 0.007498 10.0.0.254 - - [2025-06-23 02:09:59] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.254 - - [2025-06-23 02:09:59] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 4258 0.072575 10.0.0.254 - - [2025-06-23 02:09:59] "GET /service-instance/52f3c35c-c612-435a-9ab2-cc3483b0c364 HTTP/1.1" 200 3793 0.004249 10.0.0.254 - - [2025-06-23 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.254 - - [2025-06-23 02:09:59] "GET /routing-instance/7e4b60b8-90db-46d1-8aee-ec3922466325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003705 10.0.0.254 - - [2025-06-23 02:09:59] "GET /routing-instance/7e4b60b8-90db-46d1-8aee-ec3922466325?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005566 10.0.0.254 - - [2025-06-23 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.254 - - [2025-06-23 02:09:59] "GET /routing-instance/b0b88bb7-6897-4dee-8d0e-af6f3d6485df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.004240 10.0.0.254 - - [2025-06-23 02:09:59] "GET /routing-instance/b0b88bb7-6897-4dee-8d0e-af6f3d6485df?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.005588 10.0.0.254 - - [2025-06-23 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.254 - - [2025-06-23 02:09:59] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.009327 10.0.0.254 - - [2025-06-23 02:10:00] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?fields=routing_instances HTTP/1.1" 200 1688 0.007147 10.0.0.254 - - [2025-06-23 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.254 - - [2025-06-23 02:10:00] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005829 10.0.0.254 - - [2025-06-23 02:10:00] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?fields=routing_instances HTTP/1.1" 200 1693 0.007434 10.0.0.254 - - [2025-06-23 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.040328 10.0.0.254 - - [2025-06-23 02:10:04] "DELETE /access-control-list/117e1dd1-2adf-4651-b53a-09edd51444b2 HTTP/1.1" 200 115 0.030114 10.0.0.254 - - [2025-06-23 02:10:04] "POST /neutron/network HTTP/1.1" 200 834 0.011799 10.0.0.254 - - [2025-06-23 02:10:04] "GET /virtual-network/91a7e85f-bb7d-439c-a3ea-4cc018398823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005707 10.0.0.254 - - [2025-06-23 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.254 - - [2025-06-23 02:10:04] "DELETE /routing-instance/79e746a0-6209-4570-9e71-85a87a008858 HTTP/1.1" 200 115 0.029738 10.0.0.254 - - [2025-06-23 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.254 - - [2025-06-23 02:10:04] "GET /network-policy/22c43b89-8bde-444f-9a96-6169e945cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003666 10.0.0.254 - - [2025-06-23 02:10:04] "DELETE /route-target/b05c7e8c-ec04-42b7-bd0c-9f69f368e947 HTTP/1.1" 200 115 0.016687 10.0.0.254 - - [2025-06-23 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.036884 10.0.0.254 - - [2025-06-23 02:10:04] "DELETE /routing-instance/eec79d43-82da-4062-aad6-c7ef22043787 HTTP/1.1" 200 115 0.054450 10.0.0.254 - - [2025-06-23 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.254 - - [2025-06-23 02:10:04] "POST /neutron/network HTTP/1.1" 200 834 0.010868 10.0.0.254 - - [2025-06-23 02:10:04] "GET /virtual-network/e3277e49-6e99-4511-a810-b27fdee1e813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006126 10.0.0.254 - - [2025-06-23 02:10:04] "DELETE /route-target/83fb9695-5243-4161-88b9-2d7aa9a964ec HTTP/1.1" 200 115 0.017230 10.0.0.254 - - [2025-06-23 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.254 - - [2025-06-23 02:10:04] "DELETE /access-control-list/38258c69-eaf6-471c-bf97-f6e364d6ef35 HTTP/1.1" 200 115 0.024567 10.0.0.254 - - [2025-06-23 02:10:04] "GET /network-policy/22c43b89-8bde-444f-9a96-6169e945cc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003760 10.0.0.254 - - [2025-06-23 02:10:04] "DELETE /network-policy/22c43b89-8bde-444f-9a96-6169e945cc5a HTTP/1.1" 200 115 0.030943 10.0.0.254 - - [2025-06-23 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.254 - - [2025-06-23 02:10:04] "DELETE /service-instance/52f3c35c-c612-435a-9ab2-cc3483b0c364 HTTP/1.1" 200 115 0.047547 10.0.0.254 - - [2025-06-23 02:10:04] "GET /domains HTTP/1.1" 200 281 0.003498 10.0.0.254 - - [2025-06-23 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.018348 10.0.0.254 - - [2025-06-23 02:10:04] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.254 - - [2025-06-23 02:10:04] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2783 0.012150 10.0.0.254 - - [2025-06-23 02:10:04] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001440 10.0.0.254 - - [2025-06-23 02:10:04] "DELETE /instance-ip/b6465778-3e10-4592-99e8-2578571a3573 HTTP/1.1" 200 115 0.030066 10.0.0.254 - - [2025-06-23 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.010012 10.0.0.254 - - [2025-06-23 02:10:05] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 3782 0.072990 10.0.0.254 - - [2025-06-23 02:10:05] "GET /virtual-machine/bf6bad75-326d-400f-9f25-dfbfd704e1ee HTTP/1.1" 200 1807 0.003464 10.0.0.254 - - [2025-06-23 02:10:05] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002589 10.0.0.254 - - [2025-06-23 02:10:05] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002292 10.0.0.254 - - [2025-06-23 02:10:05] "DELETE /instance-ip/47b5ff44-0969-4e71-893d-f643ba868d28 HTTP/1.1" 200 115 0.029045 10.0.0.254 - - [2025-06-23 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.010480 10.0.0.254 - - [2025-06-23 02:10:05] "DELETE /instance-ip/9b53dd7b-b1b5-400c-a6e3-be6793f5c123 HTTP/1.1" 200 115 0.023015 10.0.0.254 - - [2025-06-23 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.011167 10.0.0.254 - - [2025-06-23 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.254 - - [2025-06-23 02:10:05] "DELETE /service-template/4df4d31e-3617-43fd-93a0-3e19a59941ff HTTP/1.1" 200 115 0.039238 10.0.0.254 - - [2025-06-23 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.004310 10.0.0.254 - - [2025-06-23 02:10:05] "DELETE /instance-ip/1e4371d4-1b27-403b-afce-1e17550e0b92 HTTP/1.1" 200 115 0.035035 10.0.0.254 - - [2025-06-23 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.012846 10.0.0.254 - - [2025-06-23 02:10:05] "DELETE /instance-ip/876457d0-e770-4a8e-aa79-7b084b9c3290 HTTP/1.1" 200 115 0.020748 10.0.0.254 - - [2025-06-23 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.011565 10.0.0.254 - - [2025-06-23 02:10:05] "DELETE /instance-ip/2f937b65-bb2d-4373-87ef-3505bcc42afd HTTP/1.1" 200 115 0.035924 10.0.0.254 - - [2025-06-23 02:10:05] "POST /neutron/network HTTP/1.1" 200 834 0.009283 10.0.0.254 - - [2025-06-23 02:10:05] "POST /neutron/network HTTP/1.1" 400 204 0.013575 10.0.0.254 - - [2025-06-23 02:10:05] "POST /neutron/port HTTP/1.1" 200 1086 0.018499 10.0.0.254 - - [2025-06-23 02:10:05] "POST /neutron/port HTTP/1.1" 200 1112 0.009869 10.0.0.254 - - [2025-06-23 02:10:05] "POST /neutron/port HTTP/1.1" 200 1088 0.025176 10.0.0.254 - - [2025-06-23 02:10:05] "POST /neutron/port HTTP/1.1" 200 1114 0.013039 10.0.0.254 - - [2025-06-23 02:10:06] "POST /neutron/port HTTP/1.1" 200 151 0.168014 10.0.0.254 - - [2025-06-23 02:10:06] "POST /neutron/port HTTP/1.1" 200 151 0.157738 10.0.0.254 - - [2025-06-23 02:10:06] "POST /neutron/port HTTP/1.1" 200 3028 0.026755 10.0.0.254 - - [2025-06-23 02:10:06] "POST /neutron/port HTTP/1.1" 200 1113 0.009987 10.0.0.254 - - [2025-06-23 02:10:06] "POST /neutron/port HTTP/1.1" 200 151 0.119799 10.0.0.254 - - [2025-06-23 02:10:06] "POST /neutron/port HTTP/1.1" 200 1112 0.011724 10.0.0.254 - - [2025-06-23 02:10:06] "POST /neutron/port HTTP/1.1" 200 151 0.112368 10.0.0.254 - - [2025-06-23 02:10:06] "POST /neutron/port HTTP/1.1" 200 1114 0.009997 10.0.0.254 - - [2025-06-23 02:10:06] "POST /neutron/port HTTP/1.1" 200 151 0.124387 10.0.0.254 - - [2025-06-23 02:10:07] "POST /neutron/network HTTP/1.1" 200 834 0.006201 10.0.0.254 - - [2025-06-23 02:10:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002257 10.0.0.254 - - [2025-06-23 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005180 10.0.0.254 - - [2025-06-23 02:10:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.254 - - [2025-06-23 02:10:07] "POST /neutron/network HTTP/1.1" 200 151 0.086857 10.0.0.254 - - [2025-06-23 02:10:07] "GET /routing-instance/b0b88bb7-6897-4dee-8d0e-af6f3d6485df HTTP/1.1" 404 171 0.004014 10.0.0.254 - - [2025-06-23 02:10:07] "GET /domains HTTP/1.1" 200 281 0.002511 10.0.0.254 - - [2025-06-23 02:10:07] "DELETE /route-target/8f17f385-465a-44f2-b7df-da908201f567 HTTP/1.1" 200 115 0.022130 10.0.0.254 - - [2025-06-23 02:10:07] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.254 - - [2025-06-23 02:10:07] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2582 0.053142 10.0.0.254 - - [2025-06-23 02:10:07] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.254 - - [2025-06-23 02:10:07] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 2315 0.068105 10.0.0.254 - - [2025-06-23 02:10:07] "POST /neutron/network HTTP/1.1" 200 834 0.005956 10.0.0.254 - - [2025-06-23 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.254 - - [2025-06-23 02:10:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003952 10.0.0.254 - - [2025-06-23 02:10:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002991 10.0.0.254 - - [2025-06-23 02:10:07] "POST /neutron/network HTTP/1.1" 200 151 0.090968 10.0.0.254 - - [2025-06-23 02:10:07] "DELETE /route-target/c12b095a-2649-4c9a-afe5-1380ad216db4 HTTP/1.1" 200 115 0.025790 10.0.0.254 - - [2025-06-23 02:10:07] "GET /routing-instance/7e4b60b8-90db-46d1-8aee-ec3922466325 HTTP/1.1" 404 171 0.002542 10.0.0.254 - - [2025-06-23 02:10:07] "GET /domains HTTP/1.1" 200 281 0.003273 10.0.0.254 - - [2025-06-23 02:10:07] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001707 10.0.0.254 - - [2025-06-23 02:10:07] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2582 0.052144 10.0.0.254 - - [2025-06-23 02:10:07] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001546 10.0.0.254 - - [2025-06-23 02:10:08] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 2096 0.071654 10.0.0.254 - - [2025-06-23 02:10:08] "POST /neutron/network HTTP/1.1" 200 833 0.020727 10.0.0.254 - - [2025-06-23 02:10:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003383 10.0.0.254 - - [2025-06-23 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.254 - - [2025-06-23 02:10:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002168 10.0.0.254 - - [2025-06-23 02:10:08] "POST /neutron/network HTTP/1.1" 200 151 0.077663 10.0.0.254 - - [2025-06-23 02:10:08] "GET /routing-instance/2faba80f-6222-4463-b609-2b363e2f3922 HTTP/1.1" 404 171 0.001885 10.0.0.254 - - [2025-06-23 02:10:08] "DELETE /route-target/133f3ecc-87b5-44eb-9404-94a9095f52dc HTTP/1.1" 200 115 0.018699 10.0.0.254 - - [2025-06-23 02:10:08] "GET /domains HTTP/1.1" 200 281 0.003327 10.0.0.254 - - [2025-06-23 02:10:08] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.254 - - [2025-06-23 02:10:08] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2582 0.049426 10.0.0.254 - - [2025-06-23 02:10:08] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001729 10.0.0.254 - - [2025-06-23 02:10:08] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 1855 0.070495 10.0.0.254 - - [2025-06-23 02:10:08] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.254 - - [2025-06-23 02:10:08] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024687 10.0.0.254 - - [2025-06-23 02:10:08] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.254 - - [2025-06-23 02:10:08] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?fields=virtual_networks HTTP/1.1" 200 1040 0.065562 10.0.0.254 - - [2025-06-23 02:10:08] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001130 10.0.0.254 - - [2025-06-23 02:10:08] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.026686 10.0.0.254 - - [2025-06-23 02:10:08] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.254 - - [2025-06-23 02:10:08] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?fields=security_groups HTTP/1.1" 200 1265 0.028541 10.0.0.254 - - [2025-06-23 02:10:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.024521 10.0.0.254 - - [2025-06-23 02:10:09] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002718 10.0.0.254 - - [2025-06-23 02:10:09] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002564 10.0.0.254 - - [2025-06-23 02:10:09] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009177 10.0.0.254 - - [2025-06-23 02:10:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.001223 10.0.0.254 - - [2025-06-23 02:10:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.002980 10.0.0.254 - - [2025-06-23 02:10:09] "POST /security-groups HTTP/1.1" 200 592 0.063849 10.0.0.254 - - [2025-06-23 02:10:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.004196 10.0.0.254 - - [2025-06-23 02:10:09] "POST /projects HTTP/1.1" 200 587 0.221214 10.0.0.254 - - [2025-06-23 02:10:10] "POST /access-control-lists HTTP/1.1" 200 599 0.060432 10.0.0.254 - - [2025-06-23 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.292606 10.0.0.254 - - [2025-06-23 02:10:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.002860 10.0.0.254 - - [2025-06-23 02:10:10] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.419429 10.0.0.254 - - [2025-06-23 02:10:10] "POST /access-control-lists HTTP/1.1" 200 597 0.071505 10.0.0.254 - - [2025-06-23 02:10:11] "GET / HTTP/1.1" 200 36215 0.002031 10.0.0.254 - - [2025-06-23 02:10:12] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000579 10.0.0.254 - - [2025-06-23 02:10:12] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001623 10.0.0.254 - - [2025-06-23 02:10:12] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.054700 10.0.0.254 - - [2025-06-23 02:10:12] "POST /fqname-to-id HTTP/1.1" 404 180 0.002634 10.0.0.254 - - [2025-06-23 02:10:12] "POST /virtual-DNSs HTTP/1.1" 200 509 0.015378 10.0.0.254 - - [2025-06-23 02:10:12] "GET /virtual-DNS/552dea14-6194-4c20-be44-ad1c83d4b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004653 10.0.0.254 - - [2025-06-23 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.254 - - [2025-06-23 02:10:12] "GET /virtual-DNS/552dea14-6194-4c20-be44-ad1c83d4b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003744 10.0.0.254 - - [2025-06-23 02:10:12] "GET /domains HTTP/1.1" 401 293 0.000451 10.0.0.254 - - [2025-06-23 02:10:13] "GET /domains HTTP/1.1" 200 281 0.025397 10.0.0.254 - - [2025-06-23 02:10:13] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001628 10.0.0.254 - - [2025-06-23 02:10:13] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2971 0.011395 10.0.0.254 - - [2025-06-23 02:10:13] "GET /virtual-DNS/552dea14-6194-4c20-be44-ad1c83d4b4de HTTP/1.1" 200 1440 0.004835 10.0.0.254 - - [2025-06-23 02:10:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.003246 10.0.0.254 - - [2025-06-23 02:10:13] "POST /network-ipams HTTP/1.1" 200 516 0.017506 10.0.0.254 - - [2025-06-23 02:10:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002997 10.0.0.254 - - [2025-06-23 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.254 - - [2025-06-23 02:10:13] "GET /network-ipam/bd4f456b-ab39-4f31-880d-1922d52e980f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.006576 10.0.0.254 - - [2025-06-23 02:10:13] "PUT /network-ipam/bd4f456b-ab39-4f31-880d-1922d52e980f HTTP/1.1" 200 259 0.009993 10.0.0.254 - - [2025-06-23 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.008548 10.0.0.254 - - [2025-06-23 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.254 - - [2025-06-23 02:10:13] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001554 10.0.0.254 - - [2025-06-23 02:10:13] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.028805 10.0.0.254 - - [2025-06-23 02:10:13] "POST /neutron/network HTTP/1.1" 200 117 0.032363 10.0.0.254 - - [2025-06-23 02:10:13] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.254 - - [2025-06-23 02:10:13] "POST /neutron/network HTTP/1.1" 200 618 0.073170 10.0.0.254 - - [2025-06-23 02:10:13] "POST /route-targets HTTP/1.1" 200 328 0.010381 10.0.0.254 - - [2025-06-23 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.010556 10.0.0.254 - - [2025-06-23 02:10:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003532 10.0.0.254 - - [2025-06-23 02:10:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.178332 10.0.0.254 - - [2025-06-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 833 0.005837 10.0.0.254 - - [2025-06-23 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001630 10.0.0.254 - - [2025-06-23 02:10:14] "GET /virtual-network/fbaffa27-59f1-4852-9312-3cc8a7c97560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006515 10.0.0.254 - - [2025-06-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 833 0.005995 10.0.0.254 - - [2025-06-23 02:10:14] "GET /virtual-network/fbaffa27-59f1-4852-9312-3cc8a7c97560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004984 10.0.0.254 - - [2025-06-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 833 0.006239 10.0.0.254 - - [2025-06-23 02:10:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.007951 10.0.0.254 - - [2025-06-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 807 0.011170 10.0.0.254 - - [2025-06-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 833 0.006071 10.0.0.254 - - [2025-06-23 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001524 10.0.0.254 - - [2025-06-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 843 0.005873 10.0.0.254 - - [2025-06-23 02:10:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000454 10.0.0.254 - - [2025-06-23 02:10:14] "GET / HTTP/1.1" 200 36215 0.001778 10.0.0.254 - - [2025-06-23 02:10:14] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000398 10.0.0.254 - - [2025-06-23 02:10:15] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001265 10.0.0.254 - - [2025-06-23 02:10:15] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.049866 10.0.0.254 - - [2025-06-23 02:10:15] "POST /neutron/network HTTP/1.1" 200 833 0.005918 10.0.0.254 - - [2025-06-23 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.005305 10.0.0.254 - - [2025-06-23 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.007732 10.0.0.254 - - [2025-06-23 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.005037 10.0.0.254 - - [2025-06-23 02:10:15] "POST /neutron/network HTTP/1.1" 200 843 0.006128 10.0.0.254 - - [2025-06-23 02:10:15] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001271 10.0.0.254 - - [2025-06-23 02:10:15] "POST /neutron/port HTTP/1.1" 200 1058 0.221740 10.0.0.254 - - [2025-06-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 1058 0.011461 10.0.0.254 - - [2025-06-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 1058 0.009584 10.0.0.254 - - [2025-06-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 1112 0.057522 10.0.0.254 - - [2025-06-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 1086 0.016790 10.0.0.254 - - [2025-06-23 02:10:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003359 10.0.0.254 - - [2025-06-23 02:10:16] "POST /neutron/subnet HTTP/1.1" 200 685 0.011189 10.0.0.254 - - [2025-06-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.254 - - [2025-06-23 02:10:16] "POST /neutron/network HTTP/1.1" 200 833 0.006194 10.0.0.254 - - [2025-06-23 02:10:20] "POST /neutron/port HTTP/1.1" 200 1086 0.020830 10.0.0.254 - - [2025-06-23 02:10:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006876 10.0.0.254 - - [2025-06-23 02:10:20] "POST /neutron/port HTTP/1.1" 200 1086 0.016518 10.0.0.254 - - [2025-06-23 02:10:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007567 10.0.0.254 - - [2025-06-23 02:10:20] "POST /neutron/port HTTP/1.1" 200 1086 0.016654 10.0.0.254 - - [2025-06-23 02:10:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006377 10.0.0.254 - - [2025-06-23 02:10:20] "GET /virtual-machine/41501d18-96e4-4058-8f5f-388d5db3921b HTTP/1.1" 200 1295 0.004644 10.0.0.254 - - [2025-06-23 02:10:20] "GET /virtual-machine-interface/60b3292b-a104-46ee-af33-28085d4f3755 HTTP/1.1" 200 2971 0.006253 10.0.0.254 - - [2025-06-23 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.254 - - [2025-06-23 02:10:20] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004142 10.0.0.254 - - [2025-06-23 02:10:20] "GET /virtual-networks?parent_id=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004249 10.0.0.254 - - [2025-06-23 02:10:20] "GET /virtual-network/fbaffa27-59f1-4852-9312-3cc8a7c97560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006558 10.0.0.254 - - [2025-06-23 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.254 - - [2025-06-23 02:10:23] "GET /virtual-network/fbaffa27-59f1-4852-9312-3cc8a7c97560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005199 10.0.0.254 - - [2025-06-23 02:10:24] "POST /neutron/port HTTP/1.1" 200 1086 0.015980 10.0.0.254 - - [2025-06-23 02:10:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005913 10.0.0.254 - - [2025-06-23 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.254 - - [2025-06-23 02:10:26] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003094 10.0.0.254 - - [2025-06-23 02:10:26] "GET /virtual-networks?parent_id=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002908 10.0.0.254 - - [2025-06-23 02:10:26] "GET /virtual-network/fbaffa27-59f1-4852-9312-3cc8a7c97560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005538 10.0.0.254 - - [2025-06-23 02:10:30] "POST /neutron/network HTTP/1.1" 200 807 0.013658 10.0.0.254 - - [2025-06-23 02:10:30] "POST /neutron/network HTTP/1.1" 200 833 0.005508 10.0.0.254 - - [2025-06-23 02:10:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001263 10.0.0.254 - - [2025-06-23 02:10:30] "POST /neutron/port HTTP/1.1" 200 1086 0.015784 10.0.0.254 - - [2025-06-23 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005980 10.0.0.254 - - [2025-06-23 02:10:30] "POST /neutron/network HTTP/1.1" 200 843 0.006241 10.0.0.254 - - [2025-06-23 02:10:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000422 10.0.0.254 - - [2025-06-23 02:10:31] "GET / HTTP/1.1" 200 36215 0.001745 10.0.0.254 - - [2025-06-23 02:10:31] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000411 10.0.0.254 - - [2025-06-23 02:10:31] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001261 10.0.0.254 - - [2025-06-23 02:10:31] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050397 10.0.0.254 - - [2025-06-23 02:10:31] "POST /neutron/network HTTP/1.1" 200 833 0.006116 10.0.0.254 - - [2025-06-23 02:10:31] "POST /neutron/port HTTP/1.1" 200 1086 0.019197 10.0.0.254 - - [2025-06-23 02:10:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006577 10.0.0.254 - - [2025-06-23 02:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.005044 10.0.0.254 - - [2025-06-23 02:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.005569 10.0.0.254 - - [2025-06-23 02:10:32] "POST /neutron/network HTTP/1.1" 200 843 0.005731 10.0.0.254 - - [2025-06-23 02:10:32] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198 10.0.0.254 - - [2025-06-23 02:10:32] "POST /neutron/port HTTP/1.1" 200 1058 0.195780 10.0.0.254 - - [2025-06-23 02:10:32] "POST /neutron/port HTTP/1.1" 200 1058 0.013215 10.0.0.254 - - [2025-06-23 02:10:32] "POST /neutron/port HTTP/1.1" 200 1058 0.028473 10.0.0.254 - - [2025-06-23 02:10:32] "POST /neutron/port HTTP/1.1" 200 1112 0.066435 10.0.0.254 - - [2025-06-23 02:10:32] "POST /neutron/port HTTP/1.1" 200 1086 0.015700 10.0.0.254 - - [2025-06-23 02:10:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003577 10.0.0.254 - - [2025-06-23 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 685 0.013628 10.0.0.254 - - [2025-06-23 02:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.001717 10.0.0.254 - - [2025-06-23 02:10:32] "POST /neutron/network HTTP/1.1" 200 833 0.007298 10.0.0.254 - - [2025-06-23 02:10:36] "POST /neutron/port HTTP/1.1" 200 1086 0.015366 10.0.0.254 - - [2025-06-23 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005965 10.0.0.254 - - [2025-06-23 02:10:37] "POST /neutron/port HTTP/1.1" 200 1086 0.014830 10.0.0.254 - - [2025-06-23 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006602 10.0.0.254 - - [2025-06-23 02:10:37] "POST /neutron/port HTTP/1.1" 200 1086 0.015010 10.0.0.254 - - [2025-06-23 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007890 10.0.0.254 - - [2025-06-23 02:10:37] "GET /virtual-machine/1cfefbf8-5cc0-465b-ae69-9e84218d3af8 HTTP/1.1" 200 1295 0.004310 10.0.0.254 - - [2025-06-23 02:10:37] "GET /virtual-machine-interface/c4b6d85a-eb91-49d6-ad07-d4649ebcdd68 HTTP/1.1" 200 2972 0.005112 10.0.0.254 - - [2025-06-23 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.254 - - [2025-06-23 02:10:37] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003160 10.0.0.254 - - [2025-06-23 02:10:37] "GET /virtual-networks?parent_id=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003116 10.0.0.254 - - [2025-06-23 02:10:37] "GET /virtual-network/fbaffa27-59f1-4852-9312-3cc8a7c97560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005271 10.0.0.254 - - [2025-06-23 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.254 - - [2025-06-23 02:10:40] "GET /virtual-network/fbaffa27-59f1-4852-9312-3cc8a7c97560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004786 10.0.0.254 - - [2025-06-23 02:10:41] "POST /neutron/port HTTP/1.1" 200 1086 0.016131 10.0.0.254 - - [2025-06-23 02:10:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006074 10.0.0.254 - - [2025-06-23 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.254 - - [2025-06-23 02:10:42] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003218 10.0.0.254 - - [2025-06-23 02:10:42] "GET /virtual-networks?parent_id=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002884 10.0.0.254 - - [2025-06-23 02:10:42] "GET /virtual-network/fbaffa27-59f1-4852-9312-3cc8a7c97560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005760 10.0.0.254 - - [2025-06-23 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.254 - - [2025-06-23 02:10:48] "DELETE /virtual-DNS/552dea14-6194-4c20-be44-ad1c83d4b4de HTTP/1.1" 409 236 0.006767 10.0.0.254 - - [2025-06-23 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.002713 10.0.0.254 - - [2025-06-23 02:10:48] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.020526 10.0.0.254 - - [2025-06-23 02:10:48] "GET /virtual-DNS-record/ce95e2e4-368c-494e-8b78-704aa1592c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.005257 10.0.0.254 - - [2025-06-23 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.254 - - [2025-06-23 02:10:48] "GET /virtual-DNS-record/ce95e2e4-368c-494e-8b78-704aa1592c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004103 10.0.0.254 - - [2025-06-23 02:10:48] "GET /domains HTTP/1.1" 200 281 0.003405 10.0.0.254 - - [2025-06-23 02:10:48] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001684 10.0.0.254 - - [2025-06-23 02:10:48] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2971 0.010081 10.0.0.254 - - [2025-06-23 02:10:48] "GET /virtual-DNS/552dea14-6194-4c20-be44-ad1c83d4b4de HTTP/1.1" 200 1911 0.004517 10.0.0.254 - - [2025-06-23 02:10:48] "GET /virtual-DNS-record/ce95e2e4-368c-494e-8b78-704aa1592c5c HTTP/1.1" 200 1339 0.003022 10.0.0.254 - - [2025-06-23 02:10:49] "DELETE /project/6bd3295539d24f8684cc9b6281aa2121 HTTP/1.1" 404 173 0.005584 10.0.0.254 - - [2025-06-23 02:10:49] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001750 10.0.0.254 - - [2025-06-23 02:10:49] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.024567 10.0.0.254 - - [2025-06-23 02:10:49] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.254 - - [2025-06-23 02:10:49] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?fields=security_groups HTTP/1.1" 200 1367 0.065749 10.0.0.254 - - [2025-06-23 02:10:49] "DELETE /security-group/9d1edc8a-7705-47db-a3dc-dec1defe33a4 HTTP/1.1" 200 115 0.043781 10.0.0.254 - - [2025-06-23 02:10:49] "GET /projects?obj_uuids=218cd228-3d80-48e3-9bdd-31c0342ba59d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001673 10.0.0.254 - - [2025-06-23 02:10:49] "DELETE /access-control-list/ca5707e7-388e-42a8-a37b-9710fa8ac215 HTTP/1.1" 200 115 0.041806 10.0.0.254 - - [2025-06-23 02:10:49] "GET /project/218cd228-3d80-48e3-9bdd-31c0342ba59d?fields=application_policy_sets HTTP/1.1" 200 1406 0.042111 10.0.0.254 - - [2025-06-23 02:10:49] "DELETE /access-control-list/7f129249-8ae4-42ce-86fd-624bf01c59fd HTTP/1.1" 200 115 0.029887 10.0.0.254 - - [2025-06-23 02:10:50] "DELETE /project/218cd228-3d80-48e3-9bdd-31c0342ba59d HTTP/1.1" 200 115 0.335067 10.0.0.254 - - [2025-06-23 02:10:54] "DELETE /virtual-DNS-record/ce95e2e4-368c-494e-8b78-704aa1592c5c HTTP/1.1" 200 115 0.023255 10.0.0.254 - - [2025-06-23 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.003322 10.0.0.254 - - [2025-06-23 02:10:54] "POST /neutron/network HTTP/1.1" 200 833 0.008262 10.0.0.254 - - [2025-06-23 02:10:54] "POST /neutron/network HTTP/1.1" 400 204 0.011427 10.0.0.254 - - [2025-06-23 02:10:54] "POST /neutron/port HTTP/1.1" 200 1086 0.023830 10.0.0.254 - - [2025-06-23 02:10:54] "POST /neutron/port HTTP/1.1" 200 1112 0.010148 10.0.0.254 - - [2025-06-23 02:10:54] "POST /neutron/port HTTP/1.1" 200 1086 0.022619 10.0.0.254 - - [2025-06-23 02:10:54] "POST /neutron/port HTTP/1.1" 200 1112 0.008510 10.0.0.254 - - [2025-06-23 02:10:55] "POST /neutron/port HTTP/1.1" 200 151 0.124192 10.0.0.254 - - [2025-06-23 02:10:55] "POST /neutron/port HTTP/1.1" 200 151 0.123384 10.0.0.254 - - [2025-06-23 02:10:56] "POST /neutron/network HTTP/1.1" 200 833 0.005966 10.0.0.254 - - [2025-06-23 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.254 - - [2025-06-23 02:10:56] "DELETE /route-target/331b2fd8-b40d-457a-9a83-8af4f4c4395f HTTP/1.1" 200 115 0.052908 10.0.0.254 - - [2025-06-23 02:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002465 10.0.0.254 - - [2025-06-23 02:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002262 10.0.0.254 - - [2025-06-23 02:10:56] "POST /neutron/network HTTP/1.1" 200 151 0.230292 10.0.0.254 - - [2025-06-23 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.254 - - [2025-06-23 02:10:56] "DELETE /network-ipam/bd4f456b-ab39-4f31-880d-1922d52e980f HTTP/1.1" 200 115 0.031954 10.0.0.254 - - [2025-06-23 02:10:56] "DELETE /virtual-DNS/552dea14-6194-4c20-be44-ad1c83d4b4de HTTP/1.1" 200 115 0.022075 10.0.0.254 - - [2025-06-23 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 180 0.002727 10.0.0.254 - - [2025-06-23 02:10:56] "GET /domains HTTP/1.1" 200 281 0.004241 10.0.0.254 - - [2025-06-23 02:10:56] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.254 - - [2025-06-23 02:10:56] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2585 0.008740 10.0.0.254 - - [2025-06-23 02:10:57] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001746 10.0.0.254 - - [2025-06-23 02:10:57] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.035829 10.0.0.254 - - [2025-06-23 02:10:57] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001603 10.0.0.254 - - [2025-06-23 02:10:57] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?fields=virtual_networks HTTP/1.1" 200 1045 0.072591 10.0.0.254 - - [2025-06-23 02:10:57] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.254 - - [2025-06-23 02:10:57] "GET /obj-perms HTTP/1.1" 200 5075 0.050404 10.0.0.254 - - [2025-06-23 02:10:57] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.032579 10.0.0.254 - - [2025-06-23 02:10:57] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001830 10.0.0.254 - - [2025-06-23 02:10:57] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?fields=security_groups HTTP/1.1" 200 1273 0.027058 10.0.0.254 - - [2025-06-23 02:10:57] "GET /obj-perms HTTP/1.1" 200 5075 0.328023 10.0.0.254 - - [2025-06-23 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.022760 10.0.0.254 - - [2025-06-23 02:10:58] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002330 10.0.0.254 - - [2025-06-23 02:10:58] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.254 - - [2025-06-23 02:10:58] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006902 10.0.0.254 - - [2025-06-23 02:10:58] "POST /id-to-fqname HTTP/1.1" 200 191 0.001995 10.0.0.254 - - [2025-06-23 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 200 0.003348 10.0.0.254 - - [2025-06-23 02:10:58] "POST /security-groups HTTP/1.1" 200 592 0.064062 10.0.0.254 - - [2025-06-23 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 235 0.003482 10.0.0.254 - - [2025-06-23 02:10:58] "POST /projects HTTP/1.1" 200 587 0.220131 10.0.0.254 - - [2025-06-23 02:10:58] "POST /access-control-lists HTTP/1.1" 200 599 0.058774 10.0.0.254 - - [2025-06-23 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.297925 10.0.0.254 - - [2025-06-23 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.003799 10.0.0.254 - - [2025-06-23 02:10:58] "GET /project/402025b8-5cd9-435e-9cde-300778528105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.424722 10.0.0.254 - - [2025-06-23 02:10:58] "POST /access-control-lists HTTP/1.1" 200 597 0.059935 10.0.0.254 - - [2025-06-23 02:10:59] "GET / HTTP/1.1" 200 36215 0.002277 10.0.0.254 - - [2025-06-23 02:11:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000502 10.0.0.254 - - [2025-06-23 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.054978 10.0.0.254 - - [2025-06-23 02:11:00] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.254 - - [2025-06-23 02:11:00] "GET /project/402025b8-5cd9-435e-9cde-300778528105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.026337 10.0.0.254 - - [2025-06-23 02:11:00] "POST /neutron/network HTTP/1.1" 200 117 0.029770 10.0.0.254 - - [2025-06-23 02:11:00] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001761 10.0.0.254 - - [2025-06-23 02:11:01] "POST /neutron/network HTTP/1.1" 200 606 0.071501 10.0.0.254 - - [2025-06-23 02:11:01] "POST /route-targets HTTP/1.1" 200 328 0.014708 10.0.0.254 - - [2025-06-23 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.014827 10.0.0.254 - - [2025-06-23 02:11:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002330 10.0.0.254 - - [2025-06-23 02:11:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.160156 10.0.0.254 - - [2025-06-23 02:11:01] "POST /neutron/network HTTP/1.1" 200 827 0.006216 10.0.0.254 - - [2025-06-23 02:11:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001357 10.0.0.254 - - [2025-06-23 02:11:01] "GET /virtual-network/6786c6d9-1600-4792-bfb1-78f94d26d6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005713 10.0.0.254 - - [2025-06-23 02:11:01] "POST /neutron/network HTTP/1.1" 200 827 0.006261 10.0.0.254 - - [2025-06-23 02:11:01] "GET /virtual-network/6786c6d9-1600-4792-bfb1-78f94d26d6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005226 10.0.0.254 - - [2025-06-23 02:11:01] "POST /neutron/network HTTP/1.1" 200 827 0.008244 10.0.0.254 - - [2025-06-23 02:11:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.007561 10.0.0.254 - - [2025-06-23 02:11:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001441 10.0.0.254 - - [2025-06-23 02:11:01] "POST /neutron/network HTTP/1.1" 200 837 0.006278 10.0.0.254 - - [2025-06-23 02:11:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000484 10.0.0.254 - - [2025-06-23 02:11:01] "GET / HTTP/1.1" 200 36215 0.001907 10.0.0.254 - - [2025-06-23 02:11:01] "GET /project/402025b8-5cd9-435e-9cde-300778528105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000592 10.0.0.254 - - [2025-06-23 02:11:02] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001389 10.0.0.254 - - [2025-06-23 02:11:02] "GET /project/402025b8-5cd9-435e-9cde-300778528105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047550 10.0.0.254 - - [2025-06-23 02:11:02] "POST /neutron/network HTTP/1.1" 200 827 0.007293 10.0.0.254 - - [2025-06-23 02:11:02] "POST /neutron/port HTTP/1.1" 200 117 0.005581 10.0.0.254 - - [2025-06-23 02:11:02] "POST /neutron/port HTTP/1.1" 200 117 0.005767 10.0.0.254 - - [2025-06-23 02:11:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001609 10.0.0.254 - - [2025-06-23 02:11:02] "POST /neutron/port HTTP/1.1" 200 117 0.005033 10.0.0.254 - - [2025-06-23 02:11:02] "POST /neutron/network HTTP/1.1" 200 837 0.006006 10.0.0.254 - - [2025-06-23 02:11:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000627 10.0.0.254 - - [2025-06-23 02:11:02] "POST /neutron/network HTTP/1.1" 200 837 0.005791 10.0.0.254 - - [2025-06-23 02:11:02] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001365 10.0.0.254 - - [2025-06-23 02:11:03] "GET / HTTP/1.1" 200 36215 0.003322 10.0.0.254 - - [2025-06-23 02:11:03] "GET /project/402025b8-5cd9-435e-9cde-300778528105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000545 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/port HTTP/1.1" 200 1063 0.231878 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/port HTTP/1.1" 200 1063 0.009627 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/port HTTP/1.1" 200 1063 0.009585 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/port HTTP/1.1" 200 1117 0.089666 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/port HTTP/1.1" 200 1091 0.025229 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005532 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.012816 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.001913 10.0.0.254 - - [2025-06-23 02:11:03] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001235 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/network HTTP/1.1" 200 827 0.009848 10.0.0.254 - - [2025-06-23 02:11:03] "GET /project/402025b8-5cd9-435e-9cde-300778528105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.075711 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/network HTTP/1.1" 200 827 0.007126 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/port HTTP/1.1" 200 1091 0.026758 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010141 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.005876 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/port HTTP/1.1" 200 1091 0.023806 10.0.0.254 - - [2025-06-23 02:11:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006816 10.0.0.254 - - [2025-06-23 02:11:04] "POST /neutron/network HTTP/1.1" 200 837 0.005928 10.0.0.254 - - [2025-06-23 02:11:04] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001420 10.0.0.254 - - [2025-06-23 02:11:04] "POST /neutron/port HTTP/1.1" 200 1063 0.241282 10.0.0.254 - - [2025-06-23 02:11:04] "POST /neutron/port HTTP/1.1" 200 1063 0.014822 10.0.0.254 - - [2025-06-23 02:11:04] "POST /neutron/port HTTP/1.1" 200 1063 0.012149 10.0.0.254 - - [2025-06-23 02:11:04] "POST /neutron/port HTTP/1.1" 200 1117 0.090086 10.0.0.254 - - [2025-06-23 02:11:04] "POST /neutron/port HTTP/1.1" 200 1091 0.015223 10.0.0.254 - - [2025-06-23 02:11:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003391 10.0.0.254 - - [2025-06-23 02:11:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.013532 10.0.0.254 - - [2025-06-23 02:11:04] "POST /neutron/port HTTP/1.1" 200 117 0.001387 10.0.0.254 - - [2025-06-23 02:11:04] "POST /neutron/network HTTP/1.1" 200 827 0.007147 10.0.0.254 - - [2025-06-23 02:11:08] "POST /neutron/port HTTP/1.1" 200 1091 0.015818 10.0.0.254 - - [2025-06-23 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006486 10.0.0.254 - - [2025-06-23 02:11:08] "POST /neutron/port HTTP/1.1" 200 1091 0.014750 10.0.0.254 - - [2025-06-23 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014771 10.0.0.254 - - [2025-06-23 02:11:09] "POST /neutron/port HTTP/1.1" 200 1091 0.022970 10.0.0.254 - - [2025-06-23 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007679 10.0.0.254 - - [2025-06-23 02:11:09] "GET /virtual-machine/5096cdd6-b30d-44f6-b5c2-c9e39f98b889 HTTP/1.1" 401 293 0.000484 10.0.0.254 - - [2025-06-23 02:11:09] "GET /virtual-machine/5096cdd6-b30d-44f6-b5c2-c9e39f98b889 HTTP/1.1" 200 1295 0.029511 10.0.0.254 - - [2025-06-23 02:11:09] "GET /virtual-machine-interface/4e237d23-b65c-4842-b554-f5f1ad4206ae HTTP/1.1" 200 2953 0.005801 10.0.0.254 - - [2025-06-23 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.254 - - [2025-06-23 02:11:09] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003456 10.0.0.254 - - [2025-06-23 02:11:09] "GET /virtual-networks?parent_id=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003255 10.0.0.254 - - [2025-06-23 02:11:09] "GET /virtual-network/6786c6d9-1600-4792-bfb1-78f94d26d6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005180 10.0.0.254 - - [2025-06-23 02:11:12] "POST /neutron/port HTTP/1.1" 200 1091 0.014938 10.0.0.254 - - [2025-06-23 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006634 10.0.0.254 - - [2025-06-23 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.254 - - [2025-06-23 02:11:12] "GET /virtual-network/6786c6d9-1600-4792-bfb1-78f94d26d6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008337 10.0.0.254 - - [2025-06-23 02:11:13] "POST /neutron/port HTTP/1.1" 200 1091 0.017224 10.0.0.254 - - [2025-06-23 02:11:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006267 10.0.0.254 - - [2025-06-23 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.254 - - [2025-06-23 02:11:14] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003217 10.0.0.254 - - [2025-06-23 02:11:14] "GET /virtual-networks?parent_id=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003001 10.0.0.254 - - [2025-06-23 02:11:14] "GET /virtual-network/6786c6d9-1600-4792-bfb1-78f94d26d6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005540 10.0.0.254 - - [2025-06-23 02:11:15] "POST /neutron/port HTTP/1.1" 200 1091 0.016595 10.0.0.254 - - [2025-06-23 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008013 10.0.0.254 - - [2025-06-23 02:11:15] "POST /neutron/port HTTP/1.1" 200 1091 0.015522 10.0.0.254 - - [2025-06-23 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006932 10.0.0.254 - - [2025-06-23 02:11:15] "POST /neutron/port HTTP/1.1" 200 1091 0.014869 10.0.0.254 - - [2025-06-23 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006541 10.0.0.254 - - [2025-06-23 02:11:15] "GET /virtual-machine/ef0aacc9-e70b-4ecf-977a-f42a61649bfa HTTP/1.1" 200 1296 0.006190 10.0.0.254 - - [2025-06-23 02:11:15] "GET /virtual-machine-interface/7f7ba775-f938-48c7-b1f7-37216d8ef42c HTTP/1.1" 200 2953 0.005131 10.0.0.254 - - [2025-06-23 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.254 - - [2025-06-23 02:11:15] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003071 10.0.0.254 - - [2025-06-23 02:11:15] "GET /virtual-networks?parent_id=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003016 10.0.0.254 - - [2025-06-23 02:11:15] "GET /virtual-network/6786c6d9-1600-4792-bfb1-78f94d26d6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005893 10.0.0.254 - - [2025-06-23 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.254 - - [2025-06-23 02:11:16] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003256 10.0.0.254 - - [2025-06-23 02:11:16] "GET /virtual-networks?parent_id=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003888 10.0.0.254 - - [2025-06-23 02:11:16] "GET /virtual-network/6786c6d9-1600-4792-bfb1-78f94d26d6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005160 10.0.0.254 - - [2025-06-23 02:11:21] "POST /neutron/network HTTP/1.1" 200 827 0.005905 10.0.0.254 - - [2025-06-23 02:11:21] "POST /neutron/network HTTP/1.1" 400 204 0.010602 10.0.0.254 - - [2025-06-23 02:11:21] "POST /neutron/port HTTP/1.1" 200 1091 0.014777 10.0.0.254 - - [2025-06-23 02:11:21] "POST /neutron/port HTTP/1.1" 200 1117 0.008615 10.0.0.254 - - [2025-06-23 02:11:21] "POST /neutron/port HTTP/1.1" 200 1091 0.022668 10.0.0.254 - - [2025-06-23 02:11:22] "POST /neutron/port HTTP/1.1" 200 1117 0.010751 10.0.0.254 - - [2025-06-23 02:11:22] "POST /neutron/port HTTP/1.1" 200 151 0.122500 10.0.0.254 - - [2025-06-23 02:11:22] "POST /neutron/port HTTP/1.1" 200 151 0.123435 10.0.0.254 - - [2025-06-23 02:11:23] "POST /neutron/network HTTP/1.1" 200 827 0.005615 10.0.0.254 - - [2025-06-23 02:11:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003259 10.0.0.254 - - [2025-06-23 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.254 - - [2025-06-23 02:11:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002657 10.0.0.254 - - [2025-06-23 02:11:23] "POST /neutron/network HTTP/1.1" 200 151 0.075582 10.0.0.254 - - [2025-06-23 02:11:23] "DELETE /route-target/b962b0ed-0e68-415e-a7a6-24ec3c68161f HTTP/1.1" 200 115 0.015620 10.0.0.254 - - [2025-06-23 02:11:23] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001545 10.0.0.254 - - [2025-06-23 02:11:23] "GET /project/402025b8-5cd9-435e-9cde-300778528105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.023987 10.0.0.254 - - [2025-06-23 02:11:23] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.254 - - [2025-06-23 02:11:23] "GET /project/402025b8-5cd9-435e-9cde-300778528105?fields=virtual_networks HTTP/1.1" 200 1046 0.066694 10.0.0.254 - - [2025-06-23 02:11:24] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001088 10.0.0.254 - - [2025-06-23 02:11:24] "GET /project/402025b8-5cd9-435e-9cde-300778528105?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.024497 10.0.0.254 - - [2025-06-23 02:11:24] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001635 10.0.0.254 - - [2025-06-23 02:11:24] "GET /project/402025b8-5cd9-435e-9cde-300778528105?fields=security_groups HTTP/1.1" 200 1274 0.025108 10.0.0.254 - - [2025-06-23 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.025203 10.0.0.254 - - [2025-06-23 02:11:24] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002735 10.0.0.254 - - [2025-06-23 02:11:24] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001622 10.0.0.254 - - [2025-06-23 02:11:25] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008089 10.0.0.254 - - [2025-06-23 02:11:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001763 10.0.0.254 - - [2025-06-23 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.004204 10.0.0.254 - - [2025-06-23 02:11:25] "POST /security-groups HTTP/1.1" 200 591 0.064092 10.0.0.254 - - [2025-06-23 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002909 10.0.0.254 - - [2025-06-23 02:11:25] "POST /projects HTTP/1.1" 200 585 0.217252 10.0.0.254 - - [2025-06-23 02:11:25] "POST /access-control-lists HTTP/1.1" 200 598 0.060599 10.0.0.254 - - [2025-06-23 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.285921 10.0.0.254 - - [2025-06-23 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.003064 10.0.0.254 - - [2025-06-23 02:11:25] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.408296 10.0.0.254 - - [2025-06-23 02:11:25] "POST /access-control-lists HTTP/1.1" 200 596 0.064711 10.0.0.254 - - [2025-06-23 02:11:26] "GET / HTTP/1.1" 200 36215 0.001977 10.0.0.254 - - [2025-06-23 02:11:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000500 10.0.0.254 - - [2025-06-23 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.054009 10.0.0.254 - - [2025-06-23 02:11:27] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.254 - - [2025-06-23 02:11:27] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.027529 10.0.0.254 - - [2025-06-23 02:11:27] "POST /neutron/network HTTP/1.1" 200 117 0.028862 10.0.0.254 - - [2025-06-23 02:11:27] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002476 10.0.0.254 - - [2025-06-23 02:11:27] "POST /neutron/network HTTP/1.1" 200 625 0.062499 10.0.0.254 - - [2025-06-23 02:11:27] "POST /route-targets HTTP/1.1" 200 328 0.017400 10.0.0.254 - - [2025-06-23 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.015470 10.0.0.254 - - [2025-06-23 02:11:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003849 10.0.0.254 - - [2025-06-23 02:11:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.148770 10.0.0.254 - - [2025-06-23 02:11:27] "POST /neutron/network HTTP/1.1" 200 839 0.006270 10.0.0.254 - - [2025-06-23 02:11:27] "POST /id-to-fqname HTTP/1.1" 200 230 0.001625 10.0.0.254 - - [2025-06-23 02:11:27] "GET /virtual-network/10c4ed51-8fe0-45ba-af2b-7f92ec34d8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006180 10.0.0.254 - - [2025-06-23 02:11:27] "POST /neutron/network HTTP/1.1" 200 839 0.006341 10.0.0.254 - - [2025-06-23 02:11:27] "GET /virtual-network/10c4ed51-8fe0-45ba-af2b-7f92ec34d8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005105 10.0.0.254 - - [2025-06-23 02:11:27] "POST /neutron/network HTTP/1.1" 200 839 0.005665 10.0.0.254 - - [2025-06-23 02:11:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.007326 10.0.0.254 - - [2025-06-23 02:11:27] "POST /neutron/network HTTP/1.1" 200 839 0.005360 10.0.0.254 - - [2025-06-23 02:11:27] "POST /id-to-fqname HTTP/1.1" 200 230 0.001225 10.0.0.254 - - [2025-06-23 02:11:28] "POST /neutron/network HTTP/1.1" 200 849 0.005788 10.0.0.254 - - [2025-06-23 02:11:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000431 10.0.0.254 - - [2025-06-23 02:11:28] "GET / HTTP/1.1" 200 36215 0.001886 10.0.0.254 - - [2025-06-23 02:11:28] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000420 10.0.0.254 - - [2025-06-23 02:11:28] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.254 - - [2025-06-23 02:11:28] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.050070 10.0.0.254 - - [2025-06-23 02:11:28] "POST /neutron/network HTTP/1.1" 200 839 0.007719 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.004873 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.005089 10.0.0.254 - - [2025-06-23 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.254 - - [2025-06-23 02:11:29] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003549 10.0.0.254 - - [2025-06-23 02:11:29] "PUT /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201 HTTP/1.1" 200 277 0.010655 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.005101 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/network HTTP/1.1" 200 849 0.006025 10.0.0.254 - - [2025-06-23 02:11:29] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/port HTTP/1.1" 200 1055 0.209069 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/port HTTP/1.1" 200 1055 0.008727 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/port HTTP/1.1" 200 1055 0.007863 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/port HTTP/1.1" 200 1109 0.052981 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/port HTTP/1.1" 200 1083 0.015056 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003514 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/subnet HTTP/1.1" 200 675 0.010991 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.254 - - [2025-06-23 02:11:29] "POST /neutron/network HTTP/1.1" 200 839 0.006013 10.0.0.254 - - [2025-06-23 02:11:34] "POST /neutron/port HTTP/1.1" 200 1083 0.016267 10.0.0.254 - - [2025-06-23 02:11:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006571 10.0.0.254 - - [2025-06-23 02:11:34] "POST /neutron/port HTTP/1.1" 200 1083 0.015103 10.0.0.254 - - [2025-06-23 02:11:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007447 10.0.0.254 - - [2025-06-23 02:11:34] "POST /neutron/port HTTP/1.1" 200 1083 0.015483 10.0.0.254 - - [2025-06-23 02:11:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007526 10.0.0.254 - - [2025-06-23 02:11:34] "GET /virtual-machine/4d5bf6d5-cc17-4295-b86c-8bb01209f865 HTTP/1.1" 401 293 0.000455 10.0.0.254 - - [2025-06-23 02:11:34] "GET /virtual-machine/4d5bf6d5-cc17-4295-b86c-8bb01209f865 HTTP/1.1" 200 1294 0.026271 10.0.0.254 - - [2025-06-23 02:11:34] "GET /virtual-machine-interface/4951f367-bfd9-49c2-993e-0b05cc52ce71 HTTP/1.1" 200 2978 0.004860 10.0.0.254 - - [2025-06-23 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.254 - - [2025-06-23 02:11:34] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003168 10.0.0.254 - - [2025-06-23 02:11:35] "GET /virtual-networks?parent_id=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002995 10.0.0.254 - - [2025-06-23 02:11:35] "GET /virtual-network/10c4ed51-8fe0-45ba-af2b-7f92ec34d8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005581 10.0.0.254 - - [2025-06-23 02:11:38] "POST /neutron/port HTTP/1.1" 200 1083 0.015373 10.0.0.254 - - [2025-06-23 02:11:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005396 10.0.0.254 - - [2025-06-23 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.254 - - [2025-06-23 02:11:38] "GET /virtual-network/10c4ed51-8fe0-45ba-af2b-7f92ec34d8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004758 10.0.0.254 - - [2025-06-23 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.254 - - [2025-06-23 02:11:40] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003439 10.0.0.254 - - [2025-06-23 02:11:40] "GET /virtual-networks?parent_id=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002972 10.0.0.254 - - [2025-06-23 02:11:40] "GET /virtual-network/10c4ed51-8fe0-45ba-af2b-7f92ec34d8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006622 10.0.0.254 - - [2025-06-23 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.254 - - [2025-06-23 02:11:42] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003763 10.0.0.254 - - [2025-06-23 02:11:42] "PUT /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201 HTTP/1.1" 200 277 0.009240 10.0.0.254 - - [2025-06-23 02:11:42] "POST /neutron/network HTTP/1.1" 200 839 0.009845 10.0.0.254 - - [2025-06-23 02:11:42] "POST /neutron/network HTTP/1.1" 400 204 0.011148 10.0.0.254 - - [2025-06-23 02:11:42] "POST /neutron/port HTTP/1.1" 200 1083 0.014423 10.0.0.254 - - [2025-06-23 02:11:43] "POST /neutron/port HTTP/1.1" 200 1109 0.009917 10.0.0.254 - - [2025-06-23 02:11:43] "POST /neutron/port HTTP/1.1" 200 151 0.094690 10.0.0.254 - - [2025-06-23 02:11:44] "POST /neutron/network HTTP/1.1" 200 839 0.005944 10.0.0.254 - - [2025-06-23 02:11:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005231 10.0.0.254 - - [2025-06-23 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.254 - - [2025-06-23 02:11:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002031 10.0.0.254 - - [2025-06-23 02:11:44] "POST /neutron/network HTTP/1.1" 200 151 0.091871 10.0.0.254 - - [2025-06-23 02:11:44] "DELETE /route-target/546bc657-12e6-4ec0-91d2-fa40457abb5b HTTP/1.1" 200 115 0.017865 10.0.0.254 - - [2025-06-23 02:11:45] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.003325 10.0.0.254 - - [2025-06-23 02:11:45] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201 HTTP/1.1" 200 1830 0.004478 10.0.0.254 - - [2025-06-23 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.254 - - [2025-06-23 02:11:45] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001539 10.0.0.254 - - [2025-06-23 02:11:45] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.027654 10.0.0.254 - - [2025-06-23 02:11:45] "POST /neutron/network HTTP/1.1" 200 117 0.009015 10.0.0.254 - - [2025-06-23 02:11:45] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.254 - - [2025-06-23 02:11:45] "POST /neutron/network HTTP/1.1" 200 605 0.070532 10.0.0.254 - - [2025-06-23 02:11:45] "POST /route-targets HTTP/1.1" 200 328 0.011273 10.0.0.254 - - [2025-06-23 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.012268 10.0.0.254 - - [2025-06-23 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003060 10.0.0.254 - - [2025-06-23 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.203493 10.0.0.254 - - [2025-06-23 02:11:45] "POST /neutron/network HTTP/1.1" 200 825 0.005491 10.0.0.254 - - [2025-06-23 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001360 10.0.0.254 - - [2025-06-23 02:11:45] "GET /virtual-network/1884ef82-f7ec-4440-84ef-87721cc14110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005159 10.0.0.254 - - [2025-06-23 02:11:45] "POST /neutron/network HTTP/1.1" 200 825 0.005835 10.0.0.254 - - [2025-06-23 02:11:45] "GET /virtual-network/1884ef82-f7ec-4440-84ef-87721cc14110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005728 10.0.0.254 - - [2025-06-23 02:11:45] "POST /neutron/network HTTP/1.1" 200 825 0.006258 10.0.0.254 - - [2025-06-23 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.006899 10.0.0.254 - - [2025-06-23 02:11:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001280 10.0.0.254 - - [2025-06-23 02:11:45] "POST /neutron/network HTTP/1.1" 200 835 0.005871 10.0.0.254 - - [2025-06-23 02:11:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000460 10.0.0.254 - - [2025-06-23 02:11:46] "GET / HTTP/1.1" 200 36215 0.001776 10.0.0.254 - - [2025-06-23 02:11:46] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000420 10.0.0.254 - - [2025-06-23 02:11:46] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.035664 10.0.0.254 - - [2025-06-23 02:11:46] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.095901 10.0.0.254 - - [2025-06-23 02:11:46] "POST /neutron/network HTTP/1.1" 200 825 0.006943 10.0.0.254 - - [2025-06-23 02:11:46] "POST /neutron/port HTTP/1.1" 200 117 0.006237 10.0.0.254 - - [2025-06-23 02:11:46] "POST /neutron/port HTTP/1.1" 200 117 0.005381 10.0.0.254 - - [2025-06-23 02:11:46] "POST /neutron/port HTTP/1.1" 200 117 0.005123 10.0.0.254 - - [2025-06-23 02:11:47] "POST /neutron/network HTTP/1.1" 200 835 0.005640 10.0.0.254 - - [2025-06-23 02:11:47] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.254 - - [2025-06-23 02:11:47] "POST /neutron/port HTTP/1.1" 200 1061 0.184928 10.0.0.254 - - [2025-06-23 02:11:47] "POST /neutron/port HTTP/1.1" 200 1061 0.011173 10.0.0.254 - - [2025-06-23 02:11:47] "POST /neutron/port HTTP/1.1" 200 1061 0.009087 10.0.0.254 - - [2025-06-23 02:11:47] "POST /neutron/port HTTP/1.1" 200 1115 0.058656 10.0.0.254 - - [2025-06-23 02:11:47] "POST /neutron/port HTTP/1.1" 200 1089 0.015001 10.0.0.254 - - [2025-06-23 02:11:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003376 10.0.0.254 - - [2025-06-23 02:11:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.010462 10.0.0.254 - - [2025-06-23 02:11:47] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.254 - - [2025-06-23 02:11:47] "POST /neutron/network HTTP/1.1" 200 825 0.005486 10.0.0.254 - - [2025-06-23 02:11:50] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.254 - - [2025-06-23 02:11:50] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001135 10.0.0.254 - - [2025-06-23 02:11:50] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.044727 10.0.0.254 - - [2025-06-23 02:11:50] "DELETE /project/402025b85cd9435e9cde300778528105 HTTP/1.1" 404 173 0.082717 10.0.0.254 - - [2025-06-23 02:11:50] "DELETE /project/b632dc6144de48a2ab01544cb6ce16f3 HTTP/1.1" 404 173 0.086431 10.0.0.254 - - [2025-06-23 02:11:50] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.254 - - [2025-06-23 02:11:50] "GET /project/402025b8-5cd9-435e-9cde-300778528105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.065036 10.0.0.254 - - [2025-06-23 02:11:50] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?fields=security_groups HTTP/1.1" 200 1375 0.047590 10.0.0.254 - - [2025-06-23 02:11:50] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001296 10.0.0.254 - - [2025-06-23 02:11:50] "GET /project/402025b8-5cd9-435e-9cde-300778528105?fields=security_groups HTTP/1.1" 200 1376 0.034565 10.0.0.254 - - [2025-06-23 02:11:50] "DELETE /security-group/eb3288a9-9b42-40dd-8904-db5fc08cbb00 HTTP/1.1" 200 115 0.040835 10.0.0.254 - - [2025-06-23 02:11:50] "GET /projects?obj_uuids=6bd32955-39d2-4f86-84cc-9b6281aa2121&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.254 - - [2025-06-23 02:11:50] "DELETE /access-control-list/84c6192f-acda-473d-b938-afbd0f2ca33d HTTP/1.1" 200 115 0.041974 10.0.0.254 - - [2025-06-23 02:11:50] "GET /project/6bd32955-39d2-4f86-84cc-9b6281aa2121?fields=application_policy_sets HTTP/1.1" 200 1414 0.055136 10.0.0.254 - - [2025-06-23 02:11:50] "DELETE /access-control-list/0dbc39ef-6cee-44bd-8829-2e7fe6acbd71 HTTP/1.1" 200 115 0.053553 10.0.0.254 - - [2025-06-23 02:11:50] "DELETE /security-group/e800250b-1b9f-4bf4-8e15-b0790b4ae1e2 HTTP/1.1" 200 115 0.099999 10.0.0.254 - - [2025-06-23 02:11:50] "GET /projects?obj_uuids=402025b8-5cd9-435e-9cde-300778528105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002117 10.0.0.254 - - [2025-06-23 02:11:50] "DELETE /access-control-list/81d05da3-e01a-46f1-ac4f-a0398772b9a2 HTTP/1.1" 200 115 0.057806 10.0.0.254 - - [2025-06-23 02:11:50] "DELETE /access-control-list/7348f94f-f153-4570-a368-1810ccf75712 HTTP/1.1" 200 115 0.039690 10.0.0.254 - - [2025-06-23 02:11:50] "GET /project/402025b8-5cd9-435e-9cde-300778528105?fields=application_policy_sets HTTP/1.1" 200 1415 0.108548 10.0.0.254 - - [2025-06-23 02:11:50] "DELETE /project/6bd32955-39d2-4f86-84cc-9b6281aa2121 HTTP/1.1" 200 115 0.484529 10.0.0.254 - - [2025-06-23 02:11:50] "DELETE /project/402025b8-5cd9-435e-9cde-300778528105 HTTP/1.1" 200 115 0.578727 10.0.0.254 - - [2025-06-23 02:11:52] "POST /neutron/port HTTP/1.1" 200 1089 0.016714 10.0.0.254 - - [2025-06-23 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007989 10.0.0.254 - - [2025-06-23 02:11:52] "POST /neutron/port HTTP/1.1" 200 1089 0.015861 10.0.0.254 - - [2025-06-23 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006444 10.0.0.254 - - [2025-06-23 02:11:52] "POST /neutron/port HTTP/1.1" 200 1089 0.017415 10.0.0.254 - - [2025-06-23 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007179 10.0.0.254 - - [2025-06-23 02:11:52] "GET /virtual-machine/7623f7f0-14b9-4a28-a428-752eb0161680 HTTP/1.1" 200 1294 0.004701 10.0.0.254 - - [2025-06-23 02:11:52] "GET /virtual-machine-interface/c1ef31d5-1d00-4d13-92a8-002acdbe0ab1 HTTP/1.1" 200 2949 0.005122 10.0.0.254 - - [2025-06-23 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.254 - - [2025-06-23 02:11:52] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003160 10.0.0.254 - - [2025-06-23 02:11:52] "GET /virtual-networks?parent_id=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003222 10.0.0.254 - - [2025-06-23 02:11:52] "GET /virtual-network/1884ef82-f7ec-4440-84ef-87721cc14110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006652 10.0.0.254 - - [2025-06-23 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.254 - - [2025-06-23 02:11:55] "GET /virtual-network/1884ef82-f7ec-4440-84ef-87721cc14110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005261 10.0.0.254 - - [2025-06-23 02:11:56] "POST /neutron/port HTTP/1.1" 200 1089 0.015367 10.0.0.254 - - [2025-06-23 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005412 10.0.0.254 - - [2025-06-23 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.254 - - [2025-06-23 02:11:57] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003072 10.0.0.254 - - [2025-06-23 02:11:57] "GET /virtual-networks?parent_id=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002945 10.0.0.254 - - [2025-06-23 02:11:57] "GET /virtual-network/1884ef82-f7ec-4440-84ef-87721cc14110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005639 10.0.0.254 - - [2025-06-23 02:11:58] "GET /obj-perms HTTP/1.1" 200 5075 0.044316 10.0.0.254 - - [2025-06-23 02:11:58] "GET /obj-perms HTTP/1.1" 200 5075 0.047619 10.0.0.254 - - [2025-06-23 02:11:59] "POST /neutron/network HTTP/1.1" 200 825 0.007103 10.0.0.254 - - [2025-06-23 02:11:59] "POST /neutron/network HTTP/1.1" 400 204 0.010525 10.0.0.254 - - [2025-06-23 02:12:00] "POST /neutron/port HTTP/1.1" 200 1089 0.015311 10.0.0.254 - - [2025-06-23 02:12:00] "POST /neutron/port HTTP/1.1" 200 1115 0.008923 10.0.0.254 - - [2025-06-23 02:12:00] "POST /neutron/port HTTP/1.1" 200 151 0.093314 10.0.0.254 - - [2025-06-23 02:12:01] "POST /neutron/network HTTP/1.1" 200 825 0.006178 10.0.0.254 - - [2025-06-23 02:12:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003703 10.0.0.254 - - [2025-06-23 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.254 - - [2025-06-23 02:12:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003270 10.0.0.254 - - [2025-06-23 02:12:01] "POST /neutron/network HTTP/1.1" 200 151 0.096698 10.0.0.254 - - [2025-06-23 02:12:01] "DELETE /route-target/a395eadf-1f83-493e-b61a-5c19d0ec79f9 HTTP/1.1" 200 115 0.018847 10.0.0.254 - - [2025-06-23 02:12:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002880 10.0.0.254 - - [2025-06-23 02:12:02] "POST /network-ipams HTTP/1.1" 200 543 0.019465 10.0.0.254 - - [2025-06-23 02:12:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003034 10.0.0.254 - - [2025-06-23 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.254 - - [2025-06-23 02:12:02] "GET /network-ipam/8c4af55a-ff3d-462d-9dbe-fe8127afb0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005215 10.0.0.254 - - [2025-06-23 02:12:02] "PUT /network-ipam/8c4af55a-ff3d-462d-9dbe-fe8127afb0e2 HTTP/1.1" 200 259 0.009873 10.0.0.254 - - [2025-06-23 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.254 - - [2025-06-23 02:12:02] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.254 - - [2025-06-23 02:12:02] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.028685 10.0.0.254 - - [2025-06-23 02:12:02] "POST /neutron/network HTTP/1.1" 200 117 0.007409 10.0.0.254 - - [2025-06-23 02:12:02] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001162 10.0.0.254 - - [2025-06-23 02:12:02] "POST /neutron/network HTTP/1.1" 200 605 0.069167 10.0.0.254 - - [2025-06-23 02:12:02] "POST /route-targets HTTP/1.1" 200 328 0.012501 10.0.0.254 - - [2025-06-23 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.014946 10.0.0.254 - - [2025-06-23 02:12:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004006 10.0.0.254 - - [2025-06-23 02:12:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.186563 10.0.0.254 - - [2025-06-23 02:12:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003014 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.145447 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/network HTTP/1.1" 200 994 0.006961 10.0.0.254 - - [2025-06-23 02:12:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001513 10.0.0.254 - - [2025-06-23 02:12:03] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006299 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/network HTTP/1.1" 200 994 0.007808 10.0.0.254 - - [2025-06-23 02:12:03] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004882 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/network HTTP/1.1" 200 994 0.008162 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.007614 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.006629 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/network HTTP/1.1" 200 994 0.006690 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.007372 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.010310 10.0.0.254 - - [2025-06-23 02:12:03] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001572 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/port HTTP/1.1" 200 1017 0.165888 10.0.0.254 - - [2025-06-23 02:12:03] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001623 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/port HTTP/1.1" 200 1017 0.169399 10.0.0.254 - - [2025-06-23 02:12:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001681 10.0.0.254 - - [2025-06-23 02:12:03] "POST /neutron/port HTTP/1.1" 200 1017 0.008658 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 1017 0.034805 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/network HTTP/1.1" 200 994 0.008821 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008410 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.004863 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.005742 10.0.0.254 - - [2025-06-23 02:12:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001394 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.005679 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008708 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 1017 0.007769 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/network HTTP/1.1" 200 994 0.007438 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009105 10.0.0.254 - - [2025-06-23 02:12:04] "GET /global-system-configs HTTP/1.1" 200 323 0.304972 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009915 10.0.0.254 - - [2025-06-23 02:12:04] "GET /obj-perms HTTP/1.1" 200 5075 0.365154 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008549 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.006660 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.006622 10.0.0.254 - - [2025-06-23 02:12:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001906 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.009742 10.0.0.254 - - [2025-06-23 02:12:04] "GET /global-system-configs HTTP/1.1" 200 323 0.036169 10.0.0.254 - - [2025-06-23 02:12:04] "GET /obj-perms HTTP/1.1" 200 5075 0.074449 10.0.0.254 - - [2025-06-23 02:12:04] "POST /neutron/network HTTP/1.1" 200 1004 0.006988 10.0.0.254 - - [2025-06-23 02:12:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000481 10.0.0.254 - - [2025-06-23 02:12:05] "GET / HTTP/1.1" 200 36215 0.002424 10.0.0.254 - - [2025-06-23 02:12:05] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000507 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 1017 0.045634 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 1017 0.037019 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/network HTTP/1.1" 200 1004 0.006917 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/network HTTP/1.1" 200 1004 0.010257 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 1017 0.008425 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 1017 0.008221 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 1017 0.010118 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 1017 0.009682 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 1109 0.103143 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 1109 0.110089 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 1083 0.020262 10.0.0.254 - - [2025-06-23 02:12:05] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001970 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010005 10.0.0.254 - - [2025-06-23 02:12:05] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.091125 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 1083 0.048885 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/subnet HTTP/1.1" 200 673 0.052228 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006193 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/network HTTP/1.1" 200 994 0.014585 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/subnet HTTP/1.1" 200 673 0.013995 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/network HTTP/1.1" 200 994 0.011826 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 117 0.002001 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/network HTTP/1.1" 200 994 0.010235 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 2050 0.040087 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011969 10.0.0.254 - - [2025-06-23 02:12:05] "POST /neutron/port HTTP/1.1" 200 117 0.006175 10.0.0.254 - - [2025-06-23 02:12:05] "GET /domains HTTP/1.1" 200 281 0.003429 10.0.0.254 - - [2025-06-23 02:12:05] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001818 10.0.0.254 - - [2025-06-23 02:12:05] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2584 0.011896 10.0.0.254 - - [2025-06-23 02:12:05] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001743 10.0.0.254 - - [2025-06-23 02:12:06] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3 HTTP/1.1" 200 2862 0.080212 10.0.0.254 - - [2025-06-23 02:12:06] "GET /network-ipam/8c4af55a-ff3d-462d-9dbe-fe8127afb0e2 HTTP/1.1" 200 2605 0.009646 10.0.0.254 - - [2025-06-23 02:12:06] "GET /domains HTTP/1.1" 200 281 0.005452 10.0.0.254 - - [2025-06-23 02:12:06] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.254 - - [2025-06-23 02:12:06] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2584 0.008530 10.0.0.254 - - [2025-06-23 02:12:06] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001823 10.0.0.254 - - [2025-06-23 02:12:06] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3 HTTP/1.1" 200 2862 0.085417 10.0.0.254 - - [2025-06-23 02:12:06] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79 HTTP/1.1" 200 3788 0.015523 10.0.0.254 - - [2025-06-23 02:12:06] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79 HTTP/1.1" 200 3788 0.005495 10.0.0.254 - - [2025-06-23 02:12:06] "GET /routing-instance/9df6faf9-066f-4f08-902f-fa0d7b4e66d2 HTTP/1.1" 200 2386 0.005308 10.0.0.254 - - [2025-06-23 02:12:06] "GET /routing-instance/9df6faf9-066f-4f08-902f-fa0d7b4e66d2 HTTP/1.1" 200 2386 0.009490 10.0.0.254 - - [2025-06-23 02:12:06] "GET /route-target/5115f27e-c28d-4ac4-b28d-9e4b95510e67 HTTP/1.1" 200 1206 0.003864 10.0.0.254 - - [2025-06-23 02:12:06] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79 HTTP/1.1" 200 3788 0.007284 10.0.0.254 - - [2025-06-23 02:12:06] "GET /routing-instance/9df6faf9-066f-4f08-902f-fa0d7b4e66d2 HTTP/1.1" 200 2386 0.005443 10.0.0.254 - - [2025-06-23 02:12:06] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007468 10.0.0.254 - - [2025-06-23 02:12:06] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79 HTTP/1.1" 200 3788 0.007771 10.0.0.254 - - [2025-06-23 02:12:06] "GET /routing-instance/9df6faf9-066f-4f08-902f-fa0d7b4e66d2 HTTP/1.1" 200 2386 0.004971 10.0.0.254 - - [2025-06-23 02:12:06] "GET /routing-instance/9df6faf9-066f-4f08-902f-fa0d7b4e66d2 HTTP/1.1" 200 2386 0.007409 10.0.0.254 - - [2025-06-23 02:12:06] "GET /route-target/5115f27e-c28d-4ac4-b28d-9e4b95510e67 HTTP/1.1" 200 1206 0.004758 10.0.0.254 - - [2025-06-23 02:12:06] "POST /neutron/network HTTP/1.1" 200 1004 0.020795 10.0.0.254 - - [2025-06-23 02:12:06] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002136 10.0.0.254 - - [2025-06-23 02:12:06] "GET /domains HTTP/1.1" 200 281 0.008882 10.0.0.254 - - [2025-06-23 02:12:06] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.254 - - [2025-06-23 02:12:06] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2584 0.054383 10.0.0.254 - - [2025-06-23 02:12:06] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001187 10.0.0.254 - - [2025-06-23 02:12:06] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3 HTTP/1.1" 200 3107 0.139918 10.0.0.254 - - [2025-06-23 02:12:06] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79 HTTP/1.1" 200 4047 0.012028 10.0.0.254 - - [2025-06-23 02:12:06] "POST /neutron/port HTTP/1.1" 200 1055 0.349332 10.0.0.254 - - [2025-06-23 02:12:06] "POST /neutron/port HTTP/1.1" 200 1055 0.010523 10.0.0.254 - - [2025-06-23 02:12:06] "POST /neutron/port HTTP/1.1" 200 1055 0.013113 10.0.0.254 - - [2025-06-23 02:12:06] "POST /neutron/port HTTP/1.1" 200 1109 0.076529 10.0.0.254 - - [2025-06-23 02:12:06] "POST /neutron/port HTTP/1.1" 200 1083 0.034126 10.0.0.254 - - [2025-06-23 02:12:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010620 10.0.0.254 - - [2025-06-23 02:12:06] "GET /obj-perms HTTP/1.1" 200 5049 0.075361 10.0.0.254 - - [2025-06-23 02:12:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.015474 10.0.0.254 - - [2025-06-23 02:12:07] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.254 - - [2025-06-23 02:12:07] "POST /neutron/port HTTP/1.1" 200 1083 0.028859 10.0.0.254 - - [2025-06-23 02:12:07] "POST /neutron/network HTTP/1.1" 200 994 0.009427 10.0.0.254 - - [2025-06-23 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006043 10.0.0.254 - - [2025-06-23 02:12:12] "POST /neutron/port HTTP/1.1" 200 1083 0.020165 10.0.0.254 - - [2025-06-23 02:12:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008830 10.0.0.254 - - [2025-06-23 02:12:12] "POST /neutron/port HTTP/1.1" 200 1083 0.014732 10.0.0.254 - - [2025-06-23 02:12:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015031 10.0.0.254 - - [2025-06-23 02:12:12] "POST /neutron/port HTTP/1.1" 200 1083 0.020627 10.0.0.254 - - [2025-06-23 02:12:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006659 10.0.0.254 - - [2025-06-23 02:12:12] "GET /virtual-machine/355b837c-dddd-4e5b-948b-670f3ff6540c HTTP/1.1" 200 1290 0.006348 10.0.0.254 - - [2025-06-23 02:12:12] "GET /virtual-machine-interface/b85b583f-9d12-496c-b89e-3f2a50a4bc5f HTTP/1.1" 200 2949 0.010535 10.0.0.254 - - [2025-06-23 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.254 - - [2025-06-23 02:12:12] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003958 10.0.0.254 - - [2025-06-23 02:12:12] "GET /virtual-networks?parent_id=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003487 10.0.0.254 - - [2025-06-23 02:12:12] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005507 10.0.0.254 - - [2025-06-23 02:12:14] "POST /neutron/port HTTP/1.1" 200 1083 0.019562 10.0.0.254 - - [2025-06-23 02:12:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006245 10.0.0.254 - - [2025-06-23 02:12:14] "POST /neutron/port HTTP/1.1" 200 1083 0.018386 10.0.0.254 - - [2025-06-23 02:12:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007917 10.0.0.254 - - [2025-06-23 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.254 - - [2025-06-23 02:12:15] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005596 10.0.0.254 - - [2025-06-23 02:12:15] "POST /neutron/port HTTP/1.1" 200 1083 0.017869 10.0.0.254 - - [2025-06-23 02:12:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007343 10.0.0.254 - - [2025-06-23 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.254 - - [2025-06-23 02:12:17] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003384 10.0.0.254 - - [2025-06-23 02:12:17] "GET /virtual-networks?parent_id=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003175 10.0.0.254 - - [2025-06-23 02:12:17] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005443 10.0.0.254 - - [2025-06-23 02:12:18] "POST /neutron/port HTTP/1.1" 200 1083 0.015293 10.0.0.254 - - [2025-06-23 02:12:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007698 10.0.0.254 - - [2025-06-23 02:12:18] "POST /neutron/port HTTP/1.1" 200 1083 0.015808 10.0.0.254 - - [2025-06-23 02:12:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006678 10.0.0.254 - - [2025-06-23 02:12:18] "POST /neutron/port HTTP/1.1" 200 1083 0.016177 10.0.0.254 - - [2025-06-23 02:12:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006666 10.0.0.254 - - [2025-06-23 02:12:18] "GET /virtual-machine/31332697-234d-4d92-bb70-3a12048dfbb6 HTTP/1.1" 200 1290 0.005290 10.0.0.254 - - [2025-06-23 02:12:18] "GET /virtual-machine-interface/2db95da8-27b4-4ed8-b67f-df1c9786fb7b HTTP/1.1" 200 2948 0.005548 10.0.0.254 - - [2025-06-23 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.254 - - [2025-06-23 02:12:18] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003242 10.0.0.254 - - [2025-06-23 02:12:18] "GET /virtual-networks?parent_id=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003118 10.0.0.254 - - [2025-06-23 02:12:18] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005595 10.0.0.254 - - [2025-06-23 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.254 - - [2025-06-23 02:12:19] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003450 10.0.0.254 - - [2025-06-23 02:12:19] "GET /virtual-networks?parent_id=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003091 10.0.0.254 - - [2025-06-23 02:12:19] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005891 10.0.0.254 - - [2025-06-23 02:12:19] "POST /neutron/port HTTP/1.1" 200 1083 0.014970 10.0.0.254 - - [2025-06-23 02:12:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006108 10.0.0.254 - - [2025-06-23 02:12:20] "POST /neutron/port HTTP/1.1" 200 1083 0.015122 10.0.0.254 - - [2025-06-23 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007108 10.0.0.254 - - [2025-06-23 02:12:20] "POST /neutron/port HTTP/1.1" 200 1083 0.014761 10.0.0.254 - - [2025-06-23 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006352 10.0.0.254 - - [2025-06-23 02:12:20] "GET /virtual-machine/eb6d2638-990a-4d2e-8946-ba0b68da4253 HTTP/1.1" 200 1294 0.004635 10.0.0.254 - - [2025-06-23 02:12:20] "GET /virtual-machine-interface/bc3acb03-4343-494a-8d18-f1485b064e42 HTTP/1.1" 200 2949 0.005015 10.0.0.254 - - [2025-06-23 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.254 - - [2025-06-23 02:12:20] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003107 10.0.0.254 - - [2025-06-23 02:12:20] "GET /virtual-networks?parent_id=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003181 10.0.0.254 - - [2025-06-23 02:12:20] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006070 10.0.0.254 - - [2025-06-23 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.254 - - [2025-06-23 02:12:21] "GET /global-vrouter-config/838173b6-c9ae-4ec5-a7ee-d62e7c5de201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003117 10.0.0.254 - - [2025-06-23 02:12:21] "GET /virtual-networks?parent_id=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003448 10.0.0.254 - - [2025-06-23 02:12:21] "GET /virtual-network/f64bf7d5-9e8c-47a6-9230-53d296fb4a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005385 10.0.0.254 - - [2025-06-23 02:12:31] "POST /neutron/port HTTP/1.1" 200 1083 0.016495 10.0.0.254 - - [2025-06-23 02:12:31] "POST /neutron/port HTTP/1.1" 200 1083 0.015599 10.0.0.254 - - [2025-06-23 02:12:31] "POST /neutron/network HTTP/1.1" 200 1004 0.008430 10.0.0.254 - - [2025-06-23 02:12:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004244 10.0.0.254 - - [2025-06-23 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.015969 10.0.0.254 - - [2025-06-23 02:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.254 - - [2025-06-23 02:12:31] "POST /neutron/network HTTP/1.1" 200 994 0.008781 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/port HTTP/1.1" 200 1109 0.019311 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/port HTTP/1.1" 200 1109 0.010291 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/port HTTP/1.1" 200 151 0.118284 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/port HTTP/1.1" 200 1109 0.012459 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/port HTTP/1.1" 200 1109 0.020868 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/port HTTP/1.1" 200 1083 0.029056 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/port HTTP/1.1" 200 1109 0.009064 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/port HTTP/1.1" 200 151 0.165781 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/network HTTP/1.1" 200 994 0.008390 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/network HTTP/1.1" 400 204 0.015544 10.0.0.254 - - [2025-06-23 02:12:37] "POST /neutron/port HTTP/1.1" 200 151 0.130976 10.0.0.254 - - [2025-06-23 02:12:39] "POST /neutron/network HTTP/1.1" 200 994 0.007289 10.0.0.254 - - [2025-06-23 02:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008349 10.0.0.254 - - [2025-06-23 02:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002209 10.0.0.254 - - [2025-06-23 02:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002086 10.0.0.254 - - [2025-06-23 02:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002541 10.0.0.254 - - [2025-06-23 02:12:39] "POST /neutron/network HTTP/1.1" 200 151 0.103888 10.0.0.254 - - [2025-06-23 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.030491 10.0.0.254 - - [2025-06-23 02:12:39] "GET /routing-instance/9df6faf9-066f-4f08-902f-fa0d7b4e66d2 HTTP/1.1" 404 171 0.002286 10.0.0.254 - - [2025-06-23 02:12:39] "GET /domains HTTP/1.1" 200 281 0.003015 10.0.0.254 - - [2025-06-23 02:12:39] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.254 - - [2025-06-23 02:12:39] "DELETE /route-target/5115f27e-c28d-4ac4-b28d-9e4b95510e67 HTTP/1.1" 200 115 0.020406 10.0.0.254 - - [2025-06-23 02:12:39] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9 HTTP/1.1" 200 2584 0.047619 10.0.0.254 - - [2025-06-23 02:12:40] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.254 - - [2025-06-23 02:12:40] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3 HTTP/1.1" 200 2102 0.066793 10.0.0.254 - - [2025-06-23 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.254 - - [2025-06-23 02:12:40] "DELETE /network-ipam/8c4af55a-ff3d-462d-9dbe-fe8127afb0e2 HTTP/1.1" 200 115 0.026455 10.0.0.254 - - [2025-06-23 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.002513 10.0.0.254 - - [2025-06-23 02:12:40] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001645 10.0.0.254 - - [2025-06-23 02:12:40] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.058717 10.0.0.254 - - [2025-06-23 02:12:40] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.254 - - [2025-06-23 02:12:40] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?fields=virtual_networks HTTP/1.1" 200 1045 0.071116 10.0.0.254 - - [2025-06-23 02:12:40] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.254 - - [2025-06-23 02:12:40] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.029396 10.0.0.254 - - [2025-06-23 02:12:40] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.254 - - [2025-06-23 02:12:40] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?fields=security_groups HTTP/1.1" 200 1272 0.027826 10.0.0.254 - - [2025-06-23 02:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.005282 10.0.0.254 - - [2025-06-23 02:12:42] "POST /neutron/port HTTP/1.1" 400 205 0.003389 10.0.0.254 - - [2025-06-23 02:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.005331 10.0.0.254 - - [2025-06-23 02:12:42] "POST /neutron/port HTTP/1.1" 400 205 0.003396 10.0.0.254 - - [2025-06-23 02:12:48] "GET / HTTP/1.1" 200 36215 0.002021 10.0.0.254 - - [2025-06-23 02:12:48] "GET /project/f05c5fcd-f01a-4d3a-88ee-9bf0bfdea48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000530 10.0.0.254 - - [2025-06-23 02:12:49] "GET /projects?obj_uuids=f05c5fcd-f01a-4d3a-88ee-9bf0bfdea48a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001138 10.0.0.254 - - [2025-06-23 02:12:49] "GET /project/f05c5fcd-f01a-4d3a-88ee-9bf0bfdea48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.050043 [Introspect:8084]10.0.0.254 - - [2025-06-23 02:12:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001067 10.0.0.254 - - [2025-06-23 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.027936 10.0.0.254 - - [2025-06-23 02:12:50] "GET /projects?obj_uuids=dc81478b-c3d2-4233-948e-478e4935318b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002817 10.0.0.254 - - [2025-06-23 02:12:50] "GET /domains?obj_uuids=c8878672-6f43-4cee-b2ea-4a538521fef9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.254 - - [2025-06-23 02:12:50] "GET /domain/c8878672-6f43-4cee-b2ea-4a538521fef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008864 10.0.0.254 - - [2025-06-23 02:12:50] "POST /id-to-fqname HTTP/1.1" 200 186 0.001249 10.0.0.254 - - [2025-06-23 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.002887 10.0.0.254 - - [2025-06-23 02:12:50] "POST /security-groups HTTP/1.1" 200 587 0.059587 10.0.0.254 - - [2025-06-23 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 230 0.003066 10.0.0.254 - - [2025-06-23 02:12:50] "POST /projects HTTP/1.1" 200 577 0.213476 10.0.0.254 - - [2025-06-23 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.282543 10.0.0.254 - - [2025-06-23 02:12:50] "POST /access-control-lists HTTP/1.1" 200 594 0.066675 10.0.0.254 - - [2025-06-23 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.002635 10.0.0.254 - - [2025-06-23 02:12:50] "GET /project/dc81478b-c3d2-4233-948e-478e4935318b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.404588 10.0.0.254 - - [2025-06-23 02:12:50] "POST /access-control-lists HTTP/1.1" 200 592 0.060668 10.0.0.254 - - [2025-06-23 02:12:50] "DELETE /project/dc81478bc3d24233948e478e4935318b HTTP/1.1" 404 173 0.007959 10.0.0.254 - - [2025-06-23 02:12:50] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.254 - - [2025-06-23 02:12:51] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.029675 10.0.0.254 - - [2025-06-23 02:12:51] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.254 - - [2025-06-23 02:12:51] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?fields=security_groups HTTP/1.1" 200 1374 0.070117 10.0.0.254 - - [2025-06-23 02:12:51] "DELETE /security-group/14e5ffda-a4da-4d9d-8d05-d86ea9eacb85 HTTP/1.1" 200 115 0.055523 10.0.0.254 - - [2025-06-23 02:12:51] "GET /projects?obj_uuids=b632dc61-44de-48a2-ab01-544cb6ce16f3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001116 10.0.0.254 - - [2025-06-23 02:12:51] "DELETE /access-control-list/9860564c-3dbe-4d18-894d-25bd38852ee7 HTTP/1.1" 200 115 0.038835 10.0.0.254 - - [2025-06-23 02:12:51] "GET /project/b632dc61-44de-48a2-ab01-544cb6ce16f3?fields=application_policy_sets HTTP/1.1" 200 1413 0.040485 10.0.0.254 - - [2025-06-23 02:12:51] "DELETE /access-control-list/18ec631c-5d6b-478a-b62a-b15a84d0540a HTTP/1.1" 200 115 0.034642 10.0.0.254 - - [2025-06-23 02:12:51] "DELETE /project/b632dc61-44de-48a2-ab01-544cb6ce16f3 HTTP/1.1" 200 115 0.363986 10.0.0.254 - - [2025-06-23 02:12:51] "GET / HTTP/1.1" 200 36215 0.002170 10.0.0.254 - - [2025-06-23 02:12:52] "GET /projects?obj_uuids=dc81478b-c3d2-4233-948e-478e4935318b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001057 10.0.0.254 - - [2025-06-23 02:12:52] "GET /project/dc81478b-c3d2-4233-948e-478e4935318b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.035614 10.0.0.254 - - [2025-06-23 02:12:52] "GET /projects?obj_uuids=dc81478b-c3d2-4233-948e-478e4935318b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001134 10.0.0.254 - - [2025-06-23 02:12:52] "GET /project/dc81478b-c3d2-4233-948e-478e4935318b?fields=virtual_networks HTTP/1.1" 200 1037 0.041908 10.0.0.254 - - [2025-06-23 02:12:52] "GET /projects?obj_uuids=dc81478b-c3d2-4233-948e-478e4935318b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001160